@charset "UTF-8";
/*
Theme Name: inoue
Theme URI: http://www.inoue-kougu.co.jp/
Author: onoff
Author URI: http://www.onoff.ne.jp/
Description: WordPress style for Inouekougu
Version: 1.1
License: -
Text Domain: inoue
*/
@import url("https://fonts.googleapis.com/css?family=EB+Garamond:600&display=swap");
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Zen+Old+Mincho:wght@400;500;600;700;900&display=swap');



.grecaptcha-badge {
  visibility: hidden;
}

html {
  height: 100%;
}

body {
  margin: 0;
  padding: 0;
  font-family: "Meiryo","メイリオ","ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  background: #FFF;
  color: #000;
  height: 100%;
  font-optical-sizing: auto;
  font-style: normal;
}

form,
h1,
h2 {
  margin: 0;
  padding: 0;
}

a img {
  border: none;
}

a {
  text-decoration: none;
  outline: none;
}

a:hover,
a:active,
a:focus {
  text-decoration: none;
}

a:visited {
  text-decoration: none;
}

ul {
  margin: 0px;
  padding: 0px;
  list-style: none;
}

table {
  width: 100%;
}

/*--clearfix--*/
.clearfix:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}

/* clearfix for ie7 */
.clearfix {
  display: inline-block;
}

.clearfix {
  display: block;
}

.bold {
  font-weight: bold;
}

.container {
  min-width: 1024px;
}

/* フッター */
footer {
  background: #FFF;
  clear: both;
  color: #bb737a;
  font-size: 11px;
  letter-spacing: 1px;
  padding: 78px 0 60px 0;
  text-align: center;
}

/* グローバルナビ  */
header {
  background: #b10012;
  width: 180px;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
}

.logo {
  margin: auto;
  padding: 34px 0 25px 0;
  text-align: center;
  width: 123px;
}

.logo img {
  width: 123px;
}

.gnavi {
  margin: auto;
  width: 123px;
}

.gnavi li {
  font-size: 12px;
  width: 123px;
  text-align: center;
  position: relative;
}

.gnavi li:hover {
  background: #efccd0;
}

.gnavi li.current {
  background: #efccd0;
}

.gnavi a {
  display: block;
  height: 25px;
  margin: auto;
  padding: 14px 0;
}

a.btn_products {
  background: url(../images/btn_products.png) no-repeat center center;
}

a:hover.btn_products {
  background: url(../images/btn_products-o.png) no-repeat center center;
}

.gnavi li.current .btn_products {
  background: url(../images/btn_products-o.png) no-repeat center center;
}

a.btn_news {
  background: url(../images/btn_news.png) no-repeat center center;
}

a:hover.btn_news {
  background: url(../images/btn_news-o.png) no-repeat center center;
}

a.btn_concept {
  background: url(../images/btn_concept.png) no-repeat center center;
}

a:hover.btn_concept {
  background: url(../images/btn_concept-o.png) no-repeat center center;
}

.gnavi li.current .btn_concept {
  background: url(../images/btn_concept-o.png) no-repeat center center;
}

a.btn_company {
  background: url(../images/btn_company.png) no-repeat center center;
}

a:hover.btn_company {
  background: url(../images/btn_company-o.png) no-repeat center center;
}

.gnavi li.current .btn_company {
  background: url(../images/btn_company-o.png) no-repeat center center;
}

a.btn_contact {
  background: url(../images/btn_contact.png) no-repeat center center;
}

a:hover.btn_contact {
  background: url(../images/btn_contact-o.png) no-repeat center center;
}

a.btn_sdgs {
  background: url(../images/btn_sdgs.png?230911) no-repeat center center;
}

a:hover.btn_sdgs {
  background: url(../images/btn_sdgs-o.png?230911) no-repeat center center;
}

.gnavi li.current .btn_sdgs {
  background: url(../images/btn_sdgs-o.png?230911) no-repeat center center;
}

a.btn_recruit {
  background: url(../images/btn_recruit.png) no-repeat center center;
}

a:hover.btn_recruit {
  background: url(../images/btn_recruit-o.png?200402) no-repeat center center;
}

.gnavi li.current .btn_contact {
  background: url(../images/btn_contact-o.png) no-repeat center center;
}

a.btn_tw {
  display: block;
  margin-top: 35px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  a.btn_tw img{
    width: 30px;
  }
}

/* 製品品番検索 */
.searchTitle {
  color: #FFF;
  font-weight: bold;
  font-size: 12px;
  margin-top: 35px;
  margin-bottom: 5px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .searchTitle {
    font-size: 14px;
    margin-bottom: 10px;
  }
}

.searchText {
  background: #FFF;
  border: 1px solid #CCC;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  width: 120px;
  height: 26px;
  padding: 1px;
}

.itemSearch {
  /*background: url(../images/search_icon.png) no-repeat 97px center;*/
  border: none;
  padding: 0px 26px 0px 2px;
  width: 92px;
  margin-top: -1px;
  height: 26px;
}

@media all and (-ms-high-contrast: none) {

  *::-ms-backdrop,
  .itemSearch {
    margin-top: 0;
  }
}

.searchText span {
  position: relative;
  top: -23px;
  left: 97px;
}

/*　製品リスト表示 */
.showList {
  position: fixed;
  top: 35px;
  right: 35px;
  z-index: 9999;
}

a.btn_showList {
  background: url(../images/btn_showList01.png) no-repeat;
  display: block;
  width: 31px;
  height: 31px;
}

.closeList {
  position: fixed;
  top: 35px;
  right: 35px;
  z-index: 9999;
}

a.btn_closeList {
  background: url(../images/btn_closeList01.png) no-repeat;
  display: block;
  width: 31px;
  height: 31px;
}

/* topメイン */
.main {
  background: #f7f7f2;
  height: 100%;
  margin-left: 180px;
  min-width: 1024px;
  position: relative;
  overflow-x: hidden;
}

/* ボックスの高さを最低でも1画面分にする */
.pagebox {
  min-height: 100%;
  position: relative;
}

#page1 img.strings {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -332px;
  margin-top: -75px;
}

.pagebox__bg{
  position: absolute;
  background: rgba(0, 16, 27, 0.3);
  padding: 30px 40px;
}

#page2 .pagebox__bg{
  right: 5%;
  top: 65%;
  width: 340px;
  height: 170px;
}
#page3 .pagebox__bg{
  top: 30%;
  left: 5%;
  width: 330px;
  height: 160px;
}
#page4 .pagebox__bg{
  top: 65%;
  right: 5%;
  width: 380px;
  height: 140px;
}
#page5 .pagebox__bg{
  top: 15%;
  left: 5%;
  width: 420px;
  height: 150px;
}

@media screen and (max-width: 1204px){
  #page2 .pagebox__bg,
  #page3 .pagebox__bg{
    width: 370px;
    height: 220px;
  }
  #page4 .pagebox__bg{
    width: 420px;
    height: 200px;
  }
  #page5 .pagebox__bg{
    width: 450px;
    height: 220px;
  }
}

#page2 img.strings,
#page3 img.strings,
#page4 img.strings,
#page5 img.strings {
  position: relative;
  opacity: 1;
}

#page2 img.strings1,
#page3 img.strings1,
#page4 img.strings1,
#page5 img.strings1 {
  position: relative;
  opacity: 1;
  margin-bottom: 30px;
}

/* a.btn_nextImg {
  margin-left: -31px;
  position: absolute;
  bottom: 90px;
  left: 50%;
} */
a.btn_nextImg {
  margin-left: -31px;
  position: absolute;
  top: 60%;
  left: 50%;
  width: 62px;
  height: 25px;
}

#page1 {
  background: url(../images/top01.jpg) no-repeat center top;
  background-size: cover;
}

#page2 {
  background: url(../images/top02.jpg) no-repeat center top;
  background-size: cover;
}

#page3 {
  background: url(../images/top03.jpg) no-repeat center top;
  background-size: cover;
}

#page4 {
  background: url(../images/top04.jpg) no-repeat center top;
  background-size: cover;
}

#page5 {
  background: url(../images/top05.jpg) no-repeat center top;
  background-size: cover;
}

.topImgPager {
  position: absolute;
  top: 50%;
  right: 20px;
  margin-top: -93px;
}

.topImgPager li {
  background: url(../images/topImgPager.png) no-repeat;
  width: 13px;
  height: 13px;
  margin: 20px 0;
}

.topImgPager li.current {
  background: url(../images/topImgPager_current.png) no-repeat;
}

.topImgPager li a {
  display: block;
  width: 13px;
  height: 13px;
}

/* オープニングアニメーション */
#opening_anim {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
}

#opening_anim .bg_top,
#opening_anim .bg_bottom {
  position: absolute;
  background-color: #b10012;
  width: 100%;
  height: 51%;
  left: 0;
}

#opening_anim .bg_top {
  top: 0;
}

#opening_anim .bg_bottom {
  bottom: 0;
}

#opening_anim .toplogobox {
  position: fixed;
  left: 50%;
  top: 50%;
  margin-top: -80px;
  margin-left: -251px;
  width: 502px;
  height: 161px;
}
@media screen and (max-width: 767px) {
  #opening_anim{
    display: flex;
    align-items: center;
  }
  #opening_anim .toplogobox {
    width: 50%;
    height: auto;
    position: relative;
    margin: auto;
    left: auto;
    top: auto;
    padding-top: 40vh;
  }
}

#opening_anim .toplogobox .toplogo,
#opening_anim .toplogobox .topcopy {
  width: 100%;
  opacity: 0;
}

#opening_anim .toplogobox .toplogo {
  margin-bottom: -8px;
}

#opening_anim .toplogobox .toplogo img,
#opening_anim .toplogobox .topcopy img {
  width: 100%;
}

/* トップ製品リスト */
.productListArea {
  background: #f7f7f2;
  height: 100%;
  margin-left: 181px;
  position: fixed;
  top: 0px;
  right: 0px;
  z-index: 9999;
}

.productList li {
  float: right;
  width: 255px;
}

a.btn_product {
  background: #FFF;
  font-size: 12px;
  display: block;
}

a.btn_product .list_productName {
  background: url(../images/icon_arrow.png) no-repeat right bottom;
  display: block;
  font-weight: bold;
  padding: 3px 0 5px 10px;
}

.list_productText {
  display: block;
  font-weight: normal;
  padding: 5px;
}

.productList img {
  width: 255px;
  max-height: 170px;
}

@media screen and (max-width: 767px){
  .topImgPager {
    position: absolute;
    top: 50%;
    right: 20px;
    margin-top: -93px;
  }
  
}

/*------------------------------------------*/
/*    下層ページ　　　　　　　　　　　　　　*/
/*------------------------------------------*/
.content {
  background: #FFF;
  height: auto;
  margin-left: 180px;
  min-width: 744px;
  padding: 0 50px;
}
@media screen and (max-width: 1204px) {
  .content {
    margin-left:0;
    min-width:none;
  }
}

@media screen and (max-width: 767px) {
  .content {
    min-width: auto;
    margin-left: 0;
    width: 100%;
    padding: 0 5%;
  }
}

/* サブナビ */
.gnavi nav {
  display: none;
}

.productMenu {
  background: rgba(226, 226, 226, 0.8);
  border: 1px solid #FFF;
  width: 170px;
  position: absolute;
  top: 0px;
  left: 151px;
}

.subNavi li {
  border-top: 1px solid #FFF;
  width: 170px;
}

.subNavi li:first-child {
  border-top: none;
}

.subNavi a {
  color: #000;
  display: block;
  font-size: 11px;
  height: auto;
  padding: 10px 0 10px 14px;
  text-align: left;
}

.subNavi a:hover {
  background: #8a8a8a;
  color: #FFF;
  text-shadow: 1px 1px 1px #666;
}

.subNavi li.current {
  background: #8a8a8a;
}

.subNavi li.current a {
  color: #FFF;
  text-shadow: 1px 1px 1px #666;
}

/* 製品情報ページ */
.productCategoryArea {
  max-width: 1120px;
  margin: auto;
}

.cateTitle {
  color: #b10012;
  font-size: 14px;
  font-weight: bold;
  padding: 45px 0 30px 0;
  text-align: center;
}

.cateList {
  margin: 0px !important;
}

@media screen and (max-width: 767px) {
  .cateList {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
}

.cateList li {
  background: #FFF;
  float: left;
  display: block;
  margin-bottom: 10px;
  width: 33%;
}
@media screen and (max-width: 860px) {
  .cateList li {
    width: 50%;
  }
}

@media screen and (max-width: 767px) {
  .cateList li {
    float: none;
  }
}

.cateList a {
  display: block;
  overflow: hidden;
}

.cateList a:hover {
  opacity: 0.8;
  filter: alpha(opacity=80);
  -moz-opacity: 0.8;
}

.cateList img {
  max-height: 227px;
  width: 100%;
  vertical-align: bottom;
}

.cateList img.newIcon {
  float: left;
  height: 17px;
  width:37px;
  margin:12px 8px 0 20px;
  position: relative;
  z-index: 1;
}

.productName {
  background: url(../images/bg_productName.png) no-repeat center;
  display: block;
  color: #FFF;
  font-size: 15px;
  height: 33px;
  line-height: 33px;
  margin: 0px;
  text-align: center;
}

/* 製品詳細ページ */
.productDetailArea {
  margin: auto;
  padding-top: 50px;
  width: 930px;
}

@media screen and (max-width: 767px) {
  .productDetailArea {
    width: 100%;
    padding-top: 12px;
  }
  .cateList img.newIcon {
    margin: 6px 8px 0 10px;
  }
}

.bx-wrapper {
  margin-bottom: 50px;
}

.bx-viewport {
  border: none !important;
  box-shadow: none !important;
  margin: 0px !important;
  padding: 0px !important;
  left: 0px !important;
}

.bx-pager {
  bottom: -30px !important;
}

.bx-pager a.bx-pager-link {
  background: #D3D3D3 !important;
  box-shadow: 1px 1px 1px #999;
  margin: 0 10px !important;
}

.bx-pager a.active {
  background: #b10012 !important;
}

.bx-wrapper .bx-next {
  background: url(../images/btn_nextSlider.png) no-repeat !important;
  height: 30px !important;
  width: 15px !important;
  background-size: contain !important;
}

.bx-wrapper a:hover.bx-next {
  background: url(../images/btn_nextSlider.png) no-repeat !important;
  opacity: 0.6;
  filter: alpha(opacity=60);
  -moz-opacity: 0.6;
}

.bx-wrapper .bx-prev {
  background: url(../images/btn_prevSlider.png) no-repeat !important;
  height: 30px !important;
  width: 15px !important;
  background-size: contain !important;
}

.bx-wrapper a:hover.bx-prev {
  background: url(../images/btn_prevSlider.png) no-repeat !important;
  opacity: 0.6;
  filter: alpha(opacity=60);
  -moz-opacity: 0.6;
}

.productSlider {
  float: left;
  max-width: 690px;
  width: 60%;
  overflow: hidden;
}

@media screen and (max-width: 767px) {
  .productSlider {
    float: none;
    width: 100%;
    max-width: none;
  }
  .bx-wrapper .bx-next {
    height: calc(40/750*100vw) !important;
    width: calc(20/750*100vw) !important;
  }
  .bx-wrapper .bx-prev {
    height: calc(40/750*100vw) !important;
    width: calc(20/750*100vw) !important;
  }
}

.productSlider img {
  margin: auto;
  width: 100%;
}

.productSlider #slider li {
  max-height: 690px;
  max-width: 690px;
  margin: auto;
  overflow: hidden;
  text-align: center;
}

/* スライダーサムネイル */
@media screen and (max-width: 767px) {
  #slideThum {
    display: flex;
    /*justify-content: space-between;*/
    flex-wrap: wrap;
    width: 310px;
    margin-left: auto;
    margin-right: auto;
  }
}

@media screen and (max-width: 767px) {
  .productSlider .bx-wrapper {
    margin-bottom: 20px;
  }
}


.slideThum li {
  background-size: 63px 63px;
  float: left;
  font-size: 11px;
  font-weight: bold;
  height: 94px;
  margin-right: 15px;
  margin-bottom: 20px;
  width: 63px;
  overflow: hidden;
}

@media screen and (max-width: 767px) {
  .slideThum li {
    float: none;
    height: auto;
    width: 24%;
    margin: 0;
  }
}

.slideThum img.newIcon {
  position: absolute;
  height: 17px;
  width: 43px;
}

.slideThum li a {
  display: block;
  width: 80px;
}

.slideThum li .slideThumWrap {
  background: #b10012;
  width: 63px;
  height: 63px;
  overflow: hidden;
}

.slideThum li img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
}

.slideThum li img:hover {
  opacity: 0.6;
  filter: alpha(opacity=60);
  -moz-opacity: 0.6;
}

.slideThum li.stay img {
  opacity: 0.6;
  filter: alpha(opacity=60);
  -moz-opacity: 0.6;
}

.slideThum a {
  color: #000;
  display: block;
}

.thumCap {
  background: #FFF;
  display: block;
  line-height: 13px;
  width: 63px;
  padding-top: 5px;
}

@media screen and (max-width: 767px) {
  .thumCap {
    margin-bottom: 4px;
  }
}

.buttonArea {
  margin: 30px 0;
}

a.btn_toShop {
  background: url(../images/btn_toShop.png) no-repeat;
  color: #FFF;
  display: block;
  font-size: 18px;
  height: 50px;
  width: 283px;
  line-height: 50px;
  margin: auto;
  text-align: center;
  letter-spacing: 2px;
}

a:hover.btn_toShop {
  opacity: 0.7;
  filter: alpha(opacity=70);
  -moz-opacity: 0.7;
}

/* スペック */
.itemDetail {
  float: right;
  width: 35%;
}

@media screen and (max-width: 767px) {
  .itemDetail {
    float: none;
    width: 100%;
    margin-top: 26px;
  }
}

.itemName {
  float: left;
  font-size: 18px;
}

@media screen and (max-width: 767px) {
  .itemName {
    float: none;
  }
}

.itemDetail img.newIcon {
  float: left;
  height: 17px;
  margin-left: 10px;
  margin-top: 3px;
  width: 43px;
}

.itemExp {
  clear: both;
  font-size: 12px;
  line-height: 18px;
  margin: 20px 0px;
}

@media screen and (max-width: 767px) {
  .itemExp {
    font-size: 14px;
    line-height: 1.5;
    margin-top: 6px;
  }
}

.material {
  font-size: 10px;
  font-weight: bold;
  margin: 10px 0;
}

.materialName {
  font-weight: normal;
  margin-left: 10px;
}

.madeIn {
  font-weight: normal;
  margin-left: 10px;
}

.itemSpec {
  margin-bottom: 30px;
}

.itemSpec table {
  border-collapse: collapse;
  font-size: 11px;
  width: 100%;
}

.itemSpec th {
  background: #f5f5f5;
  font-weight: normal;
  padding: 3px;
  text-align: left;
}

.itemSpec td {
  padding: 3px;
  text-align: left;
}

.itemSpec tr:nth-child(odd) {
  background: #f5f5f5;
}

.howto {
  float: left;
  margin-left: 0;
  margin-right: 12px;
  margin-top: 10px;
  width: 150px;
}

.howtoTitle {
  font-size: 10px;
  padding: 3px;
  text-align: center;
}

.howtoImg {
  font-size: 11px;
  font-weight: bold;
  line-height: 14px;
  overflow: hidden;
  width: 150px;
}

.howtoImg img {
  width: 100%;
  display: block;
  margin-bottom: -6px;
}

.howtoCaption {
  font-size: 10px;
  width: 150px;
  margin-top: 7px;
}

.howtoClear {
  clear: left;
}

/* 企業情報ページ */
.companyArea {
  margin: 0px auto 50px auto;
}

@media screen and (max-width: 767px) {
  .companyArea {
    margin-bottom: 0;
  }
}

.pageTitle {
  color: #b10012;
  font-size: 14px;
  font-weight: bold;
  padding: 45px 0 30px 0;
  text-align: center;
}

.profArea {
  font-size: 12px;
  letter-spacing: 1px;
  line-height: 22px;
  margin: auto;
  padding: 0 0px 50px 0px;
  width: 830px;
}

@media screen and (max-width: 767px) {
  .profArea {
    width: 100%;
  }
}

table.profTable {
  margin: auto;
  width: 100%;
  border-collapse: collapse;
}

table.profTable th {
  background: #efefe6;
  border-bottom: 5px solid #FFF;
  border-top: 5px solid #FFF;
  font-weight: normal;
  padding: 20px 0 20px 50px;
  text-align: left;
  width: 145px;
  vertical-align: top;
}

@media screen and (max-width: 767px) {
  table.profTable th {
    width: 100px;
    padding: 10px;
  }
}

table.profTable td {
  background: #f7f7f2;
  border-bottom: 5px solid #FFF;
  border-top: 5px solid #FFF;
  padding: 20px 20px 20px 20px;
}

.map01 {
  float: left;
  margin-right: 4%;
  width: 48%;
}

.map01 img {
  width: 100%;
}

.map02 {
  float: left;
  width: 48%;
}

.map02 img {
  width: 100%;
}

.map03 p {
  margin: 0;
  line-height: 0;
}

.map03 img {
  width: 100%;
  height: auto;
}

.companyAdd {
  font-size: 12px;
  margin-top: 20px;
}

.messageArea {
  font-size: 12px;
  line-height: 24px;
  margin: 0 auto 50px auto;
  width: 830px;
}

@media screen and (max-width: 767px) {
  .messageArea {
    width: 100%;
    font-size: 14px;
  }
}

.signiture {
  font-size: 12px;
  text-align: right;
}

@media screen and (max-width: 767px) {
  .signiture {
    text-align: center;
  }
}

.signiture .name {
  font-size: 18px;
  margin-left: 15px;
  letter-spacing: 3px;
}

.historyList li {
  border-bottom: 1px solid #dbdbd7;
  text-align: center;
}

.listBlock {
  margin: auto;
  padding: 10px 0;
  width: 530px;
}

@media screen and (max-width: 767px) {
  .listBlock {
    width: 100%;
  }
}

.historyDate {
  display: block;
  float: left;
  width: 140px;
  text-align: left;
}

@media screen and (max-width: 767px) {
  .historyDate {
    width: 100px;
  }
}

.historyText {
  display: block;
  float: left;
  text-align: left;
}

@media screen and (max-width: 767px) {
  .historyText {
    width: 60%;
  }
}

/* お問い合わせページ */
.contactArea {
  max-width: 1120px;
  margin: 50px auto;
}

.contactLead {
  font-size: 12px;
  margin-top: 30px;
  text-align: center;
}

.contactFlow {
  text-align: center;
}

@media screen and (max-width: 767px) {
  .contactFlow {
    display: none;
  }
}

.contactText {
  background: #efefef;
  font-size: 12px;
  line-height: 18px;
  margin: 30px auto 45px auto;
  padding: 10px 30px;
  width: 638px;
  text-align: left;
}

@media screen and (max-width: 767px) {
  .contactText {
    width: 100%;
    margin-bottom: 0;
  }
}

.contactText p {
  margin: 0px 0px 15px 0px !important;
}

table.formTable {
  font-size: 12px;
  margin: auto;
  width: 810px;
  border-collapse: collapse;
}

@media screen and (max-width: 767px) {
  table.formTable {
    width: 100%;
  }
}

table.formTable th {
  background: #efefe6;
  border-bottom: 5px solid #FFF;
  border-top: 5px solid #FFF;
  font-weight: normal;
  padding: 20px 0 20px 30px;
  text-align: left;
  width: 180px;
  white-space: nowrap;
  vertical-align: top;
}

@media screen and (max-width: 767px) {
  table.formTable th {
    width: 100%;
    display: block;
    padding: 10px;
  }
}

table.formTable td {
  background: #f7f7f2;
  border-bottom: 5px solid #FFF;
  border-top: 5px solid #FFF;
  padding: 10px 50px 10px 50px;
  white-space: nowrap;
}

@media screen and (max-width: 767px) {
  table.formTable td {
    width: 100%;
    display: block;
    padding: 10px;
    border: none;
  }
}

.must {
  background: #b10012;
  color: #FFF;
  display: inline-block;
  font-size: 10px;
  margin-left: 20px;
  padding: 0 5px;
}

table.formTable .label1 {
  margin: 0;
  display: inline-block;
  text-align: left;
  width: 30px;
}

table.formTable .label2 {
  margin: 0;
  display: inline-block;
  text-align: left;
  width: 146px;
}

table.formTable input[type='text'] {
  border: 1px solid #CCC;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  margin: 0;
  padding: 5px;
}

@media screen and (max-width: 767px) {

  table.formTable input[name='last-name'],
  table.formTable input[name='first-name'],
  table.formTable input[name='last-name-kana'],
  table.formTable input[name='first-name-kana'] {
    max-width: 290px;
  }
}

@media screen and (max-width: 767px) {

  table.formTable input[name='zip1'] {
    max-width: 100px;
  }
}

@media screen and (max-width: 767px) {

  table.formTable input[name='address1'],
  table.formTable input[name='address2'],
  table.formTable input[name='email'],
  table.formTable input[name='email_confirm'] {
    max-width: 180px;
  }
}

@media screen and (max-width: 767px) {

  table.formTable input[name='tel1'],
  table.formTable input[name='tel2'],
  table.formTable input[name='tel3'] {
    max-width: 96px;
  }
}

table.formTable textarea {
  border: 1px solid #CCC;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  margin: 0;
  padding: 5px;
  resize: vertical;
}

select.pref {
  border: 1px solid #CCC;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  margin: 0;
  padding: 5px;
}

.text20 {
  width: 130px;
}

@media screen and (max-width: 767px) {
  .text20 {
    width: 100%;
  }
}

.text35 {
  width: 205px;
}

@media screen and (max-width: 767px) {
  .text35 {
    width: 100%;
  }
}

.text90 {
  width: 454px;
}

@media screen and (max-width: 767px) {
  .text90 {
    width: 100%;
  }
}

.text65 {
  width: 338px;
}

@media screen and (max-width: 767px) {
  .text65 {
    width: 100%;
  }
}

.formButton {
  margin: 70px 0;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .formButton {
    margin-top: 20px;
    margin-bottom: 0px;
  }
}

input[type='submit'].btn_submit {
  background: #b10012;
  border: none;
  color: #FFF;
  cursor: pointer;
  font-size: 14px;
  padding: 8px 0;
  width: 215px;
}

input[type='button'].btn_submit {
  background: #b10012;
  border: none;
  color: #FFF;
  cursor: pointer;
  font-size: 14px;
  padding: 8px 0;
  width: 215px;
}

.entryText {
  color: #333;
}

.wpcf7 .ajax-loader {
  display: none;
}

/* エラー */
div.wpcf7-response-output {
  margin: 2em auto !important;
  padding: 0.2em 18px !important;
}

div.wpcf7-validation-errors {
  border-color: #b10012 !important;
  width: 770px !important;
}

.wpcf7c-conf {
  background: #f7f7f2 !important;
}

div.wpcf7-mail-sent-ok {
  background: #efccd0;
  border: none !important;
  color: #b10012;
  padding: 20px !important;
  text-align: center;
}

/* コンセプトページ */
.conceptArea {
  background: #f7f7f2;
  min-width: 844px;
  margin-left: 180px;
}

@media screen and (max-width: 767px) {
  .conceptArea {
    margin-left: 0;
    min-width: auto;
    width: 100%;
  }
}

.conceptArea p.en {
  font-family: 'EB Garamond', serif;
  font-size: 8.5vw;
  letter-spacing: 0.3em;
  margin: 0;
  color: #fff;
}

.conceptArea p.ja {
  font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 4.0vw;
  font-weight: 500;
  letter-spacing: 0.2em;
  color: #fff;
}

.conceptArea p.jaHeadline {
  font-size: 4.5vw;
  margin-top: 0;
}

.conceptTopImg img {
  width: 100%;
  max-width: 100%;
  vertical-align: bottom;
}

.conceptImg img {
  width: 100%;
  vertical-align: bottom;
}

.conceptCopy {
  background: #80030a;
  padding: 6% 0;
  text-align: center;
}

.conceptCopy img {
  margin-bottom: 3%;
  max-width: 100%;
  width: auto;
}

.conceptText {
  color: #FFF;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 15px;
  line-height: 30px;
}

@media screen and (max-width: 767px) {
  .conceptText {
    padding-left: 3%;
    padding-right: 3%;
  }
}

/* 検索結果ページ */
div.result {
  width: 809px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  div.result {
    width: 100%;
  }
}

.result_title {
  text-align: center;
  font-size: 14px;
  font-weight: bold;
  color: #b10012;
  padding-top: 50px;
  margin-top: 0;
}

.list_title {
  margin-top: 30px;
  text-align: center;
  font-size: 12px;
  font-weight: bold;
}

.list_content {
  margin-top: 10px;
  border-top: solid 1px #dadad6;
  border-bottom: solid 1px #dadad6;
}

ul.list {
  margin: 20px 0 20px 30px;
}
@media screen and (max-width: 767px) {
  ul.list {
    margin-left: 0;
  }
}

ul.list li {
  font-size: 12px;
  color: #b10012;
  text-decoration: underline;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  ul.list li {
    font-size: 15px;
  }
}

ul.list li a:link {
  color: #b10012;
  text-decoration: none;
}

ul.list li a:visited {
  color: #b10012;
  text-decoration: none;
}

ul.list li a:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "alpha(opacity=70)";
}

.search_error {
  font-size: 14px;
  text-align: center;
  color: #F00;
}

/* 新着情報一覧ページ */
.new_news {
  width: 811px;
  margin: 0 auto;
}

.new_news_title {
  text-align: center;
  font-size: 14px;
  color: #b10012;
  font-weight: bold;
  margin-top: 0px;
  padding-top: 50px;
}

table.new_news_content {
  margin: 5px auto auto;
  width: 100%;
  border-collapse: collapse;
}

table.new_news_content th {
  background: #efefe6;
  border-bottom: 5px solid #FFF;
  border-top: 5px solid #FFF;
  font-weight: normal;
  padding: 15px 0 15px 0px;
  text-align: center;
  width: 140px;
  vertical-align: middle;
  font-size: 12px;
}

table.new_news_content td {
  background: #f7f7f2;
  border-bottom: 5px solid #FFF;
  border-top: 5px solid #FFF;
  padding: 15px 20px 15px 20px;
  font-size: 12px;
}

table.new_news_content td a {
  color: #000;
  text-decoration: underline;
}

table.new_news_content td a:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "alpha(opacity=70)";
}

/* トップ新着情報バナー */
.top_news {
  background: url(../images/bg_top_news.png) no-repeat;
  height: 40px;
  /*width:1021px;*/
  position: absolute;
  bottom: 20px;
  right: 0;
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-right: 30px;
}

.top_news p {
  /*bottom: 7px;*/
  margin: 0;
  /*position: absolute;*/
  vertical-align: middle;
  font-size: 12px;
}

.top_news .top_news_title {
  font-size: 14px;
  font-weight: bold;
  background: url(../images/arrow_news.png) no-repeat right 3px;
  margin-left: 40px;
  padding-right: 20px;
}

.top_news .top_news_content {
  font-size: 12px;
  margin-left: 20px;
  display: flex;
}

.top_news .top_news_link {
  font-size: 12px;
  background: url(../images/arrow_list.png) no-repeat right center;
  margin-left: 30px;
  padding-right: 24px;
}

.top_news .top_news_link a:link {
  color: #ffffff;
}

.top_news .top_news_link a:visited {
  color: #ffffff;
}

.top_news .top_news_link a:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "alpha(opacity=70)";
}

#spMenu {
  display: none;
}




/* SDGsページ */
.sdgsArea{
  margin: 50px auto 0px auto;
}

.sdgsTopImg,
.sdgsBorder{
  max-width: 1042px;
  margin-left: auto;
  margin-right: auto;
}

.sdgs img{
  vertical-align: top;
}

.sdgsBorder{
  height: 4px;
  overflow-y: hidden;
}

.sdgsBorder img{
  height: 4px;
  width: 100%;
}

.sdgsTopImg img{
  width: 100%;
}

.sdgsAbout{
  padding-top: 69px;
  padding-bottom: 66px;
  margin-left: auto;
  margin-right: auto;
  max-width: 860px;
}

.sdgsAboutContent{
  float: left;
  width: 55%;
  max-width: 496px;
  margin-right: 5%;
}

.sdgsAboutImg img{
  width: 100%;
}

.sdgsAboutTitle{
  font-size: 24px;
  color: #069edb;
  margin-bottom: 23px;
  line-height: 1;
  letter-spacing: 0.07em;
}

.sdgsAboutImg{
  float: right;
  max-width: 304px;
  width: 40%;
}

.sdgsAboutText{
  font-size: 15px;
  line-height: 1.6;
  margin-block-start: 0;
  margin-block-end: 0;
  letter-spacing: 0.06em;
}

.sdgsEffort{
  padding-top: 63px;
  padding-bottom: 60px;
  max-width: 860px;
  margin-left: auto;
  margin-right: auto;
}

.sdgsBlockWrap{
  margin-top: -66px;
  margin-left: -7%;
}

.sdgsBlock{
  width: 43%;
  float: left;
  text-align: center;
  margin-top: 66px;
  margin-left: 7%;
}

.sdgsEffortTitle{
  font-size: 24px;
  margin-bottom: 62px;
  text-align: center;
  margin-top: 0;
  line-height: 1.5;
  letter-spacing: 0.1em;
}

.sdgsBlockImg{
  text-align: center;
  display: inline-block;
  vertical-align: top;
}

.sdgsBlockImg img{
  float: left;
  max-width: 130px;
  width: 33vw;
}

.sdgsBlockImg img:nth-of-type(2){
  margin-left: 10px;
}

.sdgsBlockTitle{
  text-align: center;
  font-size: 18px;
  color: #069edb;
  margin-top: 26px;
  margin-bottom: 20px;
  letter-spacing: 0.1em;
}

.sdgsBlockText{
  text-align: left;
  font-size: 15px;
  line-height: 1.6;
  margin-block-start: 0;
  margin-block-end: 0;
  letter-spacing: 0.09em;
}


@media screen and (max-width: 900px) {
  .sdgsAboutImg{
    position: relative;
    height: 240px;
  }
  .sdgsAboutImg img{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
  }
}

@media screen and (max-width: 767px) {
  .sdgsArea{
    margin: 0px auto 0px auto;
  }
  .sdgsTopImg{
    margin-left: -4%;
    margin-right: -4%;
    overflow-x: hidden;
  }
  .sdgsAbout{
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .sdgsAboutContent{
    width: 100%;
    max-width: unset;
    float: unset;
  }
  .sdgsAboutTitle{
    font-size: 18px;
    text-align: center;
    margin-bottom: 11px;
  }
  .sdgsAboutText{
    font-size: 14px;
    line-height: 1.5;
  }
  .sdgsAboutImg{
    width: 100%;
    max-width: 80%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 45px;
    float: unset;
    height: auto;
  }
  .sdgsAboutImg img{
    position: static;
    top: unset;
    transform: translateY(0);
  }
  .sdgsEffort{
    padding-top: 45px;
    padding-bottom: 42px;
  }
  .sdgsEffortTitle{
    font-size: 18px;
    margin-bottom: 42px;
  }
  .sdgsBlockWrap{
    margin-top: 0;
    margin-left: 0;
  }
  .sdgsBlock{
    width: 100%;
    margin-left: 0;
    float: unset;
    margin-top: 43px;
  }
  .sdgsBlockImg img{
    max-width: 120px;
  }
  .sdgsBlockTitle{
    text-align: center;
    font-size: 16px;
    margin-top: 17px;
    margin-bottom: 11px;
    line-height: 1.5;
  }
  .sdgsBlockText{
    font-size: 14px;
    line-height: 1.5;
  }
}


/* smartphone */
@media screen and (max-width: 1204px) {
  * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
  }

  html,
  body {
    /*overflow-x: hidden;*/
  }

  header {
    /* position: relative; */
    width: 100%;
    height: auto;
    background-color: #b10012;
  }
  .home header{
    position: absolute;
  }

  header .logo {
    padding: 14px;
    margin: 0;
  }

  header .logo img {
    vertical-align: middle;
  }

  header nav.gnavi {
    /*display: none;*/
    position: fixed;
    height: 100%;
    width: 100%;
    transform: translateX(-100%);
    transition: .1s;
    background-color: #b10012;
  }

  header nav.gnavi.open {
    transform: translateX(0);
  }

  header nav.gnavi li {
    width: 100%;
  }

  header nav.gnavi li.current {
    background: transparent;
  }

  header nav.gnavi li:hover {
    background: transparent;
  }

  header nav.gnavi li a {
    display: block;
    padding: 12px;
    background: none;
    text-align: center;
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    height: auto;
  }

  header nav.gnavi li a span {
    font-size: 12px;
    font-weight: normal;
    display: block;
  }

  header nav.gnavi li.products .productMenu {
    display: none;
  }

  header nav.gnavi li.products > a {
    position: relative;
  }

  header nav.gnavi li.products > a:before {
    content: "";
    display: block;
    width: 14px;
    height: 1px;
    background-color: #fff;
    position: absolute;
    right: 15px;
    top: 45%;
  }

  header nav.gnavi li.products > a:after {
    content: "";
    display: block;
    width: 14px;
    height: 1px;
    background-color: #fff;
    position: absolute;
    right: 15px;
    top: 45%;
    transform: rotate(90deg);
  }

  header nav.gnavi li.products.current .productMenu {
    display: block;
  }

  header nav.gnavi li.products.current a:after {
    transform: rotate(0);
  }

  header nav.gnavi li .productMenu {
    width: 100%;
    position: static;
    background-color: #fff;
  }

  header nav.gnavi li .productMenu a {
    color: #b10012;
    font-weight: normal;
    font-size: 15px;
    border-bottom: 1px #b10012 solid;
  }

  header nav.gnavi .itemSearchArea {
    padding: 0 5%;
  }

  header nav.gnavi .itemSearchArea .searchText {
    width: 100%;
    position: relative;
    background: none;
    border: none;
    height: auto;
    max-width: 320px;
    margin: auto;
  }

  header nav.gnavi .itemSearchArea .itemSearch {
    width: 100%;
    height: auto;
    outline: none;
    padding: 8px;
    font-size: 15px;
    border-radius: 2px;
  }

  header nav.gnavi .itemSearchArea .searchText span {
    position: absolute;
    left: auto;
    right: 6px;
    top: 5px;
  }

  header #spMenu {
    display: block;
    width: 76px;
    height: 76px;
    position: absolute;
    right: 0;
    top: 0;
    text-align: center;
    padding-top: 20px;
  }

  header #spMenu span {
    display: block;
    width: 34px;
    height: 3px;
    background-color: #fff;
    margin: auto;
    margin-top: 6px;
    transition: all .4s;
  }

  header #spMenu.open span:nth-child(1) {
    -webkit-transform: translateY(7px) rotate(-315deg);
    transform: translateY(7px) rotate(-315deg);
  }

  header #spMenu.open span:nth-child(2) {
    opacity: 0;
  }

  header #spMenu.open span:nth-child(3) {
    -webkit-transform: translateY(-11px) rotate(315deg);
    transform: translateY(-11px) rotate(315deg);
  }

  .content{
    padding-top: 65px;
  }
  .main {
    width: 100%;
    min-width: auto;
    margin-left: 0;
  }

  .top_news {
    width: 100%;
    background: none;
    background-color: rgba(177, 0, 18, 0.7);
    right: 0 !important;
    bottom: 0;
    height: auto;
    padding: 15px 3%;
  }

  .top_news p {
    position: static;
  }

  .top_news p:nth-child(1) {
    margin-right: 20px;
  }

  .top_news .top_news_title {
    margin-left: 0;
  }
  
  .new_news{
    width: 100%;
  }
  
  table.new_news_content th,
  table.new_news_content td{
    display: block;
    width: 100%;
    text-align: left;
  }
  table.new_news_content th{
    border-bottom: none;
    padding: 15px 20px 15px 20px;
  }
  table.new_news_content td{
    border-top: none;
  }
}

.sp {
  display: none !important;
}

@media screen and (max-width: 767px) {
  .pc {
    display: none !important;
  }

  .sp {
    display: block !important;
  }

  .top_news {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .top_news .top_news_content {
    margin: 0;
  }

  .top_news .top_news_content p {
    margin: 0;
    display: none;
  }

  .top_news .top_news_content p:nth-child(1) {
    display: block;
  }

  .top_news .top_news_link {
    margin: 0;
    padding: 0;
    width: 100%;
    background: none;
    margin-top: 8px;
  }

  a.btn_nextImg {
    top: unset;
    /* bottom: 17vh; */
    bottom: 30vh;
    width: 31px;
    height: 12px;
    display: block;
    margin-left: 0;
  }

  a.btn_nextImg img {
    width: 100%;
    height: 100%;
    margin-left: 0;
    position: absolute;
  }

  .strings.sp {
    color: #fff;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    width: 100%;
    padding-right: 10%;
    padding-left: 5%;
    height: 250px;
    text-align: center;
  }

  #page1 .strings.sp p.ja {
    text-shadow: 0px 0px 7px rgb(0 0 0), 0px 0px 15px rgb(0 0 0 / 80%);
  }

  .strings.sp p {
    line-height: 1.8;
    margin: 0;
    text-shadow: 0px 0px 7px rgb(0 0 0), 0px 0px 15px rgb(0 0 0 / 80%);
  }

  .strings.sp p.en {
    font-family: 'EB Garamond', serif;
    font-size: 8.5vw;
    letter-spacing: 0.3em;
    margin-bottom: 0.2em;
  }

  .strings.sp p.ja {
    font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    font-size: 4.0vw;
    font-weight: 500;
    text-shadow: 0px 0px 12px rgba(0, 0, 0, 0.8);
    letter-spacing: 0.2em;
  }

  #page2 .strings,
  #page3 .strings,
  #page4 .strings,
  #page5 .strings {
    text-align: left;
    background: rgba(0, 16, 27, 0.3);
    padding-top: 40px;
  }

  #page2 .strings .headline,
  #page3 .strings .headline,
  #page4 .strings .headline,
  #page5 .strings .headline {
    font-size: 17px;
    margin-bottom: 10px;
  }

  #page2 .strings .text,
  #page3 .strings .text,
  #page4 .strings .text,
  #page5 .strings .text {
    font-size: 13px;
  }
  header .logo{
    padding: 2px 6px 6px 15px;
    text-align: left
  }
  .logo img{
    width: 80px;
  }
  header #spMenu{
    width: 60px;
    height: 60px;
    padding-top: 13px;
  }
}

#language{
  position: absolute;
  right: 0;
  top: 0;
  background-color: #b11812;
  z-index: 10;
  padding: 8px 15px;
  color: #fff;
  font-family: 'Poppins', sans-serif;
  font-size: 12px;
  letter-spacing: 0.1em;
  line-height: 1.2;
}
#language a{
  color: #fff;
}
#language a.active{
  background-color: rgba(255,255,255,0.7);
  display: inline-block;
  padding: 1px 3px;
  color: #b11812;
}
@media screen and (max-width: 1204px) {
  #language{
    top: 76px;
  }
}
@media screen and (max-width: 767px) {
  #language{
    top: 56px;
  }
}

@media screen and (max-width: 1204px) {
  .gnavi a.sp{
    display: block !important;
  }
}

.productSlider #loader img{
  width: auto;
}
#loader {
	width: 100%;
	height: 100%;
	margin: 0;
	background: #fff;/*Loaderの背景色としたいものを指定*/
	opacity: 1.0;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 10000; /*一番前面に出るように（今回はbxSlidrの矢印が9999だったのでそれを超えるようにしました）*/
}
#loader img {
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -40px;/*Loaderの画像を縦方向中央に表示させるため、画像の高さの半分の40pxだけ上に移動*/
	margin-left: -40px;/*同様に画像の幅の半分の40pxだけ左に移動*/
}

 /* iOSでのデフォルトスタイルをリセット
=========================================== */
form input[type="submit"],
form input[type="button"] {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  appearance: button;
  border: none;
  box-sizing: border-box;
  cursor: pointer; }
form input[type="submit"]:-webkit-search-decoration,
form input[type="button"]:-webkit-search-decoration {
  display: none; }

form input[type="submit"]:focus,
form input[type="button"]:focus {
  outline-offset: -2px; }

/*# sourceMappingURL=style.css.map */





/* ////////////////////////////////////////////////
# 202512改修
//////////////////////////////////////////////// */
:root{
  --main-color: #b10012;
  --gray-color: #e7e7e7;
  --beige-color: #f7f7f2;

  --font-size: 16;
}
a{
  color: #000;
  transition: 0.15s ease;
}
p{
  margin: 0;
}
footer {
  padding: 60px 0;
}
@media (hover: hover) {
  a:hover{
    opacity: .8;
  }
}
@media screen and (max-width: 767px) {
  footer {
    padding: 60px 0 34px;
  }
  .headInner,header .logo{
    height: 56px;
  }
  .logo a{
    display: block;
    height: 100%;
  }
  header .logo img {
    margin-block: 16px;
  }

}

/* マージン */
.u-mt--10 { margin-top: 10px !important; }
.u-mt--12 { margin-top: 12px !important; }
.u-mt--14 { margin-top: 14px !important; }
.u-mt--16 { margin-top: 16px !important; }
.u-mt--18 { margin-top: 18px !important; }
.u-mt--20 { margin-top: 20px !important; }
.u-mt--24 { margin-top: 24px !important; }
.u-mt--26 { margin-top: 26px !important; }
.u-mt--28 { margin-top: 28px !important; }
.u-mt--30 { margin-top: 3px !important; }
.u-mt--32 { margin-top: 32px !important; }
.u-mt--36 { margin-top: 36px !important; }
.u-mt--40 { margin-top: 40px !important; }
.u-mt--48 { margin-top: 48px !important; }
.u-mt--56 { margin-top: 56px !important; }
.u-mt--60 { margin-top: 60px !important; }
.u-mt--80 { margin-top: 80px !important; }
.u-mt--120 { margin-top: 120px !important; }
@media screen and (max-width: 767px) {
  .u-mt-sp--0 { margin-top: 0px !important; }
  .u-mt-sp--10 { margin-top: 10px !important; }
  .u-mt-sp--12 { margin-top: 12px !important; }
  .u-mt-sp--14 { margin-top: 14px !important; }
  .u-mt-sp--16 { margin-top: 16px !important; }
  .u-mt-sp--18 { margin-top: 18px !important; }
  .u-mt-sp--20 { margin-top: 20px !important; }
  .u-mt-sp--24 { margin-top: 24px !important; }
  .u-mt-sp--26 { margin-top: 26px !important; }
  .u-mt-sp--28 { margin-top: 28px !important; }
  .u-mt-sp--30 { margin-top: 3px !important; }
  .u-mt-sp--32 { margin-top: 32px !important; }
  .u-mt-sp--36 { margin-top: 36px !important; }
  .u-mt-sp--40 { margin-top: 40px !important; }
  .u-mt-sp--48 { margin-top: 48px !important; }
  .u-mt-sp--56 { margin-top: 56px !important; }
  .u-mt-sp--60 { margin-top: 60px !important; }
  .u-mt-sp--80 { margin-top: 80px !important; }
  .u-mt-sp--120 { margin-top: 120px !important; }
}


/* ////////////////////////////////////////////////
# TOP 
//////////////////////////////////////////////// */
#page2 .pagebox__bg,#page3 .pagebox__bg,#page4 .pagebox__bg,#page5 .pagebox__bg {
  top: 8.5%;
  left: 8.5%;
}

/* top-news */
  .top-news{
    display: block;
    position: absolute;
    bottom: 30px;
    right: 50px;
    color: #fff;
    width: 632px; 
  }
  .top-news p{
    padding: 0;
    margin: 0;
  }
  .top-news a{
    color: #fff;
  }
  .top-news__in{
    background: rgba(177, 0, 18, 0.80);
    padding: 10px 28px;
  }
  .top-news__head{
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: .5px solid #fff;
    padding-bottom: 6px;
  }

  .top-news__head p{
    width: fit-content;
  }
  .top-news-title{
    font-weight: bold;
    font-size: 14px;
  }

  .top-news-list .news-date{
    flex-shrink: 0;
  }
  .top-news-link a{
    display: flex;
    align-items: center;
    gap: .5em;
    font-size: 12px;
  }
  .top-news-link a .top-news-link__ico{
    width: 16px;
    height: 13px;
  }
  .top-news-list-item a{
    display: flex;
    align-items: center;
    gap: 20px;
    font-size: 12px;
    padding: 13px 0;
    position: relative;
  }
  .top-news-list-item a::after{
    content: '';
    display: block;
    width: 7px;
    height: 12px;
    background: url(../images/arrow_news.png)no-repeat top center / contain;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
  }

  .top-news-list-item:nth-child(n+2){
    border-top: 1px dashed rgba(255, 255, 255, .6);
  }
  .top-news .news-title {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 36em;
    position: relative;
  }
  .top-news-list-item a.inactive::after{
    display: none;
  }
@media (hover: hover) {
  .top-news-list-item a.inactive:hover{
    opacity: 1;
  }
  
}
@media screen and (max-width: 767px) {
  .top-news {
    bottom: 0;
    right: 0;
    width: 100%;
  }
  .top-news__in {
    padding: 15px 20px;
  }
  .top-news-title {
    font-size: 12px;
  }
  .top-news-link a {
    font-size: 11px;
    gap: 10px;
  }
  .top-news-list-item a {
    display: flex;
    align-items: center;
    gap: 20px;
    font-size: 11px;
    padding: 14px 0;
    padding-right: 17px;
    position: relative;
    line-height: 1.4;
  }
  .top-news-list .news-date span{
    display: block;
  }
  .top-news-link a .top-news-link__ico {
    width: 11px;
    height: 9px;
  }

  .top-news .news-title {
    /* 省略せずに折り返す */
    white-space: normal;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2; /* 例：2行を超えたら省略 */
    width: 36em; 
    position: relative;
  }
  .top-news-list-item:nth-child(n+2) {
    border-top: 1px dashed rgba(255, 255, 255, .6);
  }
  .top-news__head{
    line-height: 1;
    padding-bottom: 9px;
  }
  .top-news-list-item:last-of-type a{
    padding-bottom: 0;
  }


}

/* ////////////////////////////////////////////////
# 下層 common 
//////////////////////////////////////////////// */
.searchText span {
  position: relative;
  top: -23px;
  left: 97px;
  width: fit-content;
  display: block;
}

.l-page-sec {
}
.l-page-sec__in{
  max-width: 830px;
  padding: 50px 0;
  margin: 0 auto;
}
.l-page-sec--l .l-page-sec__in{
  max-width: 925px;
}
@media screen and (max-width: 767px){
  .l-page-sec__in{
    max-width: 100%;
    padding: 0;
    margin: 0 auto;
  }
}

/* 見出し */
.cat-title{
  text-align: center;
  margin-bottom: 50px;
}
.cat-title span{
  display: block;
}
.cat-title--jp{
  color: var(--main-color);
  font-weight: 700;
  font-size: 20px;
}
.cat-title--en{
  color: #000;
  font-size: 10px;
  font-weight: 400;
  letter-spacing: 0.24em;
  margin-top: 8px;
}

/* セクション見出し */
.sec-title{
  position: relative;
  padding: 0;
  padding-left: 25px;
  font-weight: 700;
  font-size: 20px;
}
.sec-title::before{
  content: '';
  display: block;
  background: var(--main-color);
  width: 4px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  margin-bottom: 20px;
}
.sec-title::after{
  content: '';
  display: block;
  background: #000;
  width: 100%;
  height: 1px;
  position: absolute;
  bottom: -15px;
  left: 0;
}

/* テキスト */
.c-txt{
  font-size: 16px;
  line-height: 2;
}
.c-txt--xs{
  font-size: 12px;
}
.c-txt--s{
  font-size: 14px;
}
.c-txt--l{
  font-size: 18px;
}
.c-txt--xl{
  font-size: 20px;
}


/* リスト */
.c-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.c-list li {
  position: relative;
  padding-left: 1rem;
  margin: 0.5rem 0;
  line-height: 1.6;
}
.c-list li::before {
  display: block;
  content: '';
  position: absolute;
  left: 0;
  top: 0.75em; /* 行の高さに合わせて中央寄せ */
  width: 4px;
  height: 4px;
  background: #000;
  border-radius: 50%;
  transform: translateY(-50%);
}

.c-list--xs{
  font-size: 12px;
}
.c-list--xs li {
  position: relative;
  padding-left: .8rem;
}
.c-list--xs li::before {
  display: block;
  content: '';
  position: absolute;
  left: 0;
  top: 0.85em;
  width: 3px;
  height: 3px;
  background: #000;
  border-radius: 50%;
  transform: translateY(-50%);
}


/* 下線リンク */
.c-link{
  color: var(--main-color);
  text-decoration: underline;
  font-weight: 700;
}

@media screen and (max-width: 767px) {
  .c-txt{
    line-height: 1.6;
  }

  /* 見出し */
  .cat-title{
    text-align: center;
    margin-top: 40px;
    margin-bottom: 30px;
  }
  .cat-title span{
    display: block;
  }
  .cat-title--jp{
    color: var(--main-color);
    font-weight: 700;
    font-size: 20px;
  }
  .cat-title--en{
    color: #000;
    font-size: 10px;
    font-weight: 400;
    letter-spacing: 0.24em;
    margin-top: 8px;
  }

  .sec-title {
    font-size: 15px;
    padding-left: 19px;
  }

}
@media screen and (max-width: 1204px){
  li .btn_recruit.sp{ 
    display: flex !important;
    justify-content: center;
    gap: 10px;
  }
  .ico-window{
    width: 13px;
    height: 13px;
    margin-top: 8px;
  }
}


/* ////////////////////////////////////////////////
# 表示 
//////////////////////////////////////////////// */
.u-hide {
  display: none !important;
}
@media screen and (min-width: 1281px) {
  .u-hide-pc {
    display: none !important;
  }
}
@media screen and (min-width: 768px) {
  .u-hide-tab-pc {
    display: none !important;
  }
}
@media screen and (min-width: 768px) and (max-width: 1280px) {
  .u-hide-tab {
    display: none !important;
  }
}
@media screen and (max-width: 767px) {
  .u-hide-sp {
    display: none !important;
  }
}

/* 
nav{
  overscroll-behavior: contain;
}
nav::backdrop{
  overflow: hidden;
  overscroll-behavior: contain;
} */


body.sp-nav-open {
  overflow: hidden;
  position: fixed;
  width: 100%;
}
