@charset "UTF-8";


/* -----------------------------------------------------


  日本語サイト CSS （リニューアル）
  最終更新：20240528


----------------------------------------------------- */



/* ============= サイト全体の 色、各定数、幅など指定 ============== */

:root {
  --main-min-width:  1160px;    /* サイトの最小幅 */

  --base-eizo-color:  #d81416;  /* 基本カラー 赤 */

  --base-link-color: #1746B8;  /* リンクカラー */
}


@media(min-width: 750px){
  a[href^="tel:"]{
    pointer-events: none;
    text-decoration: none;
  }
}

/* -----------------------------------------------------
     M2 基本設定
   ----------------------------------------------------- */

html {
  font-size: 62.5%;
  scroll-behavior: smooth;
}

body { 
  max-width: var(--main-min-width);
  min-width: 100%;
  color: var(--base-font-color);
  font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,"ＭＳ Ｐゴシック",sans-serif;
  background-color: #fff;
  line-height: 1.6;
  font-size: 1.6rem;
  overflow-x: hidden;
  overflow-y: scroll;
  position: relative;
} 

/* header固定のため_20230111 */
main{
  padding-top: 111px;
}
#anchor01,#anchor02,#anchor03,#anchor04,#anchor05,
#anchor06,#anchor07,#anchor08,#anchor09,#anchor10{
  margin: -100px auto 0;
  padding: 200px 0 0 !important;
}

section section{
  padding: 0 !important;
}

/* デフォルトフォントサイズ16px */
.fs12{ font-size: 1.2rem !important; }
.fs13{ font-size: 1.3rem !important; }
.fs14{ font-size: 1.4rem !important; }
.fs16{ font-size: 1.6rem !important; }
.fs17{ font-size: 1.7rem !important; }
.fs18{ font-size: 1.8rem !important; }
.fs24{ font-size: 2.4rem !important; }

.mt5{ margin-top: 5px !important; }
.mt10{ margin-top: 10px !important; }
.mt15{ margin-top: 15px !important; }
.mt20{ margin-top: 20px !important; }
.mt30{ margin-top: 30px !important; }
.mt40{ margin-top: 40px !important; }
.mt50{ margin-top: 50px !important; }
.mt55{ margin-top: 55px !important; }
.mt60{ margin-top: 60px !important; }
.mt70{ margin-top: 70px !important; }
.mt75{ margin-top: 75px !important; }
.mt80{ margin-top: 80px !important; }
.mt90{ margin-top: 90px !important; }
.mt100{ margin-top: 100px !important; }
.mt120{ margin-top: 120px !important; }
.mb10{ margin-bottom: 10px !important; }
.mb20{ margin-bottom: 20px !important; }
.mb30{ margin-bottom: 30px !important; }
.mb40{ margin-bottom: 40px !important; }
.ml15{ margin-left:15px; }
.ml30{ margin-left:30px; }

.pt10{ padding-top: 10px !important; }

.ws-preline{
  white-space: pre-line;
}

.txta-c{ text-align: center !important; }
.txta-l{ text-align: left !important; }
.txta-r{ text-align: right !important; }

.vertical-rl{ writing-mode: vertical-rl; }

.bold{ font-weight:bold; }

img{
  max-width: 100%;
  width: auto;
  vertical-align: bottom;
}
figure{
  margin: 0;
}
figcaption{
  font-size: 1.4rem;
  padding: 5px;
  text-align: center;
}
section:not(.max){
  max-width: var(--main-min-width);
  width: 100%;
  margin: 0 auto;
  padding: 0;
}
.wrap1160{
  max-width: var(--main-min-width);
  width: 100%;
  margin: 0 auto;
}
.wrap980{
  max-width: 980px;
  width: 100%;
  margin: 0 auto;
  padding: 0;
}
.lowertop-block{
  max-width: 980px;
  width: 100%;
  margin: 100px auto 0;
  padding: 0;
}
section.wrap980{
  padding: 0;
}

section.max{
  max-width: 100%;
  width: 100%;
  margin-top: 40px;
  padding: 40px 20px;
}
section.section-style01-wrap{
  padding: 0 !important;
  margin: 100px auto 0;
}
section.section-style01{
  max-width: var(--main-min-width);
  width: 100%;
  margin: 100px auto 0;
  padding: 0 !important;
}
.section-style01-wrap section.section-style01{
  margin: 0 auto;
  padding: 0 !important;
}

.txt-only + section.section-style01,
.main-txt + section.section-style01{
  margin: 100px auto 0;
}

ul.simple-flexbox,
.simple-flexbox{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
ul.simple-flexbox li{
  width: 48.5%;
}

/* ------------------------------------
     サイトに共通のスタイルの定義
   ------------------------------------ */

.sp{ display: none !important; }
.pc{ display: block !important; }

/* インデント */
.indent90{
  padding-left: 90px;
}
.txt-indent,
.indent-ul li{
  text-indent: -15px;
  padding-left: 15px;
}
.indent-ol li{
  text-indent: -32px;
  padding-left: 32px;
  line-height: 1.4;
  margin-bottom: 5px;
}
.indent-ol li:last-child{
  margin-bottom: 0;
}
.attention{
  text-indent: -15px;
  padding-left: 15px;
}
.attn-ul{
  list-style: none;
  padding: 0;
  line-height: 1.7;
}
.attention,
.attn-ul li{
  text-indent: -15px;
  padding-left: 15px;
  margin-bottom: 5px;
}
.attention::before,
.attn-ul li::before{
  content: "※";
}
.attn-ol li{
  text-indent: -27px;
  padding-left: 27px;
  margin-bottom: 5px;
  line-height: 1.4;
  font-size: 1.2rem;
}
.attn-ol li.double{
  text-indent: -31px;
  padding-left: 31px;
}

/* 青い小さめの丸が前にあるリスト  */
.disc-ul{
  padding-left: 25px;
}
.disc-ul li::before{
  content: '';
  width: 6px;
  height: 6px;
  margin-right: 15px;
  border-radius: 6px;
  background: #0000ff;
  display: block;
  position: absolute;
  left: -20px;
  top: 0.5em;
}
.disc-ul li{
  margin-bottom: 15px;
  line-height: 1.5;
  position: relative;
}
.disc-ul li:last-child{
  margin-bottom: 0;
}

/* 中黒入りシンプルul  */
.dot-ul li::before{
  content: '・';
}
.dot-ul li{
  text-indent: -15px;
  padding-left: 15px;
  margin-bottom: 5px;
}
.dot-ul li:last-child{
  margin-bottom: 0;
}

/* 緑の丸が頭にあるリスト */
.circle-g li::before{
  content: "●";
  color: #00622f;
  padding-right: 5px;
}
.circle-g > li{
  text-indent: -20px;
  padding-left: 20px;
  margin-bottom: 15px;
  line-height: 1.5;
}

/* 123...の数字入りリスト */
ol.num{
  margin: 10px 0 0 25px;
}
ol.num li{
  margin-bottom: 10px;
  padding-left: 10px;
  list-style-type: decimal;
}
ol.num.blue li::marker{
  color: #0000ff;
  font-weight: bold;
}

/* (1)(2)(3)の数字入りリスト */
ol.num-brackets{
  margin: 10px 0 0 0;
}
ol.num-brackets li{
  margin-bottom: 10px;
  text-indent: -27px;
  padding-left: 27px;
}
ol.num-brackets li:nth-child(1)::before{ content: "(1) "; }
ol.num-brackets li:nth-child(2)::before{ content: "(2) "; }
ol.num-brackets li:nth-child(3)::before{ content: "(3) "; }
ol.num-brackets li:nth-child(4)::before{ content: "(4) "; }
ol.num-brackets li:nth-child(5)::before{ content: "(5) "; }
ol.num-brackets li:nth-child(6)::before{ content: "(6) "; }
ol.num-brackets li:nth-child(7)::before{ content: "(7) "; }
ol.num-brackets li:nth-child(8)::before{ content: "(8) "; }
ol.num-brackets li:nth-child(9)::before{ content: "(9) "; }

/* イロハ...の数字入りリスト  */
ol.iroha{
  margin: 10px 0 0 50px;
}
ol.iroha li{
  margin-bottom: 10px;
  padding-left: 10px;
  list-style-type: katakana-iroha;
}

/* 1-1.1-2...といった数字リスト  */
ol.num-num li{
  margin-bottom: 5px;
  padding-left: 34px;
  text-indent: -34px;
}

/* リンクテキスト */
a {
  color: var(--base-link-color);
  text-decoration: none;
  cursor: pointer;
}
a:hover {
  text-decoration: underline;
}
a:hover img{
  opacity: 0.8;
  transition: 0.2s;
}

.linktxt-list li{
  margin-bottom: 10px;
}
.linktxt-blue{
  color: #1746aa;
  position: relative;
  padding-left: 15px;
  display: inline-block;
  font-weight: bold;
}
.linktxt-blue.noyazi::before{
  content: none;
}
.linktxt-blue::before{
  content: '';
  width: 6px;
  height: 6px;
  border: 0;
  border-top: solid 2px #1746aa;
  border-right: solid 2px #1746aa;
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -4px;
  transform: rotate(45deg);
}
.linktxt-blue.line{
  padding: 15px 30px 15px 40px;
  border:1px solid #cccccc;
  display: block;
}
.linktxt-blue.line::before{
  left: 15px;
}

.link-arw-white{
  position: relative;
}
.link-arw-white a{
  color: #fff;
}
.link-arw-white a::after{
  content: '';
  width: 8px;
  height: 8px;
  border: 0;
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
  position: absolute;
  top: 50%;
  right: 20px;
  margin-top: -5px;
  transform: rotate(45deg);
}

/* 数字の青丸背景 */
.blue-num{
  width: 20px;
  height: 20px;
  margin: 0 auto;
  color: #fff;
  background: #0000ff;
  border-radius: 50%;
  display: block;
  text-align: center;
  padding: 4px;
  line-height: 1;
  font-size: 1.2rem;
  font-weight: bold;
}

.red{ color: #d81317; }

/*------- タイトル ------*/

/* 下層ページ共通h1（下線が必要な場合はh1-wrapを親要素にする） */
.h1-wrap{
  border-bottom: 1px solid #333333;
}
.lower-h1-style{
  max-width: var(--main-min-width);
  width: 100%;
  margin: 50px auto;
  font-size: 4rem;
  font-weight: bold;
  line-height: 1.2;
}

/* 1階層目タイトル_深緑の下線有り */
.title-style01{
  width: 100%;
  margin-bottom: 40px;
  font-size: 2.8rem;
  font-weight: bold;
}
.title-style01::after{
  content: "";
  max-width: 578px;
  width: 80%;
  height: 1px;
  margin-top: 5px;
  display: block;
}

.sustainability .title-style01::after{ background: #00622f;}
.ir .title-style01::after,
.news .title-style01::after,
.press .title-style01::after{ background: #0012B4; }
.company .title-style01::after{ background: #b20017; }
.recruit .title-style01::after{ background: #005dab; }


/* 3階層目タイトル_シンプル太文字 */
.title-style02{
  margin-bottom: 10px;
  font-size: 1.8rem;
  font-weight: bold;
}
.title-style02-s{
  margin-bottom: 20px;
  font-size: 1.6rem;
  font-weight: bold;
}

/* 背景グレーの、画像とテキストが並ぶタイトル */
.title-style03{
  margin: 50px 0;
  background: #e7e7e7;
}
.title-style03 .wrap1160{
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.title-style03 .img-wrap{
  max-width: 580px;
  width: 50%;
}
.title-style03 h2{
  width: 50%;
  padding-left: 60px;
  font-size: 2.2rem;
}

/* 2階層目タイトル_下線入りのサブタイトル */
.title-style04{
  margin-bottom: 20px;
  font-size: 1.8rem;
  font-weight: bold;
}
.title-style04::after{
  content: "";
  max-width: 488px;
  width: 80%;
  height: 1px;
  margin-top: 5px;
  display: block;
  background: #000;
}

/* 4階層目タイトル_下線入りnormal */
.title-style05{
  margin-bottom: 20px;
  font-size: 1.8rem;
}
.title-style05::after{
  content: "";
  max-width: 488px;
  width: 80%;
  height: 1px;
  margin-top: 5px;
  display: block;
  background: #000;
}

/* 5階層目タイトル_18px normal */
.title-style06{
  margin-bottom: 15px;
  font-size: 1.8rem;
  font-weight: normal;
}


/*------- リンク ------*/

/* PDF */
.pdf-r::after{
  content: '';
  width: 12px;
  height: 16px;
  margin-left: 5px;
  margin-top: 2px;
  background: no-repeat url(/commons/images/pdficon_red.svg);
}
.pdf-l::before{
  content: '';
  width: 12px;
  height: 16px;
  margin-right: 10px;
  background: no-repeat url(/commons/images/ico_pdf.svg);
}
.zip-l::before{
  content: '';
  width: 12px;
  height: 16px;
  margin-right: 10px;
  background: no-repeat url(/commons/images/ico_zip.svg);
}
.excel-l::before{
  content: '';
  width: 12px;
  height: 16px;
  margin-right: 10px;
  background: no-repeat url(/commons/images/ico_excel.svg);
}
.other-l::before{
  content: '';
  width: 13px;
  height: 13px;
  margin-right: 10px;
  background: no-repeat url(/commons/images/ico_otherlink.svg);
}
.pdf-l,
.zip-l,
.excel-l,
.other-l{
  margin-bottom: 16px;
  text-indent: -25px;
  padding-left: 25px;
  line-height: 1;
  display: block;
}
.other-l{
  margin-bottom: 5px;
  text-indent: -25px;
  padding-left: 25px;
  line-height: 1;
  display: block;
  font-weight: bold;
}
.pdf-l::before,
.zip-l::before,
.excel-l::before,
.other-l::before{
  display: inline-block;
  vertical-align: bottom;
  background-size: contain;
}
.pdf-r::after{
  display: inline-block;
  vertical-align: text-top;
  background-size: contain;
}
.pdf-l .blk{
  color: #000;
}

/* 背景白枠線黒のシンプルボタン */
a.simple-btn{
  max-width: 300px;
  margin: 45px auto 0;
  padding: 16px 10px;
  line-height: 1;
  text-align: center;
  position: relative;
  color: #00000d;
  display: block;
  border: 1px solid #00000d;
  font-weight: bold;
}
a.simple-btn::after{
  content: '';
  width: 8px;
  height: 8px;
  border: 0;
  border-top: solid 2px #00000d;
  border-right: solid 2px #00000d;
  position: absolute;
  top: 50%;
  right: 30px;
  margin-top: -4px;
  transform: rotate(45deg);
}
a.simple-btn:hover{
  transition: 0.2s;
  background: #00000d;
  color: #fff;
  text-decoration: none;
}
a.simple-btn:hover::after{
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
  transition: 0.2s;
}


/*------- ぱんくず ------*/

.bread-lang{
  max-width: var(--main-min-width);
  margin: 0 auto;
}
#bread-crumb{
  padding: 5px;
  list-style: none;
  font-size: 1.2rem;
}
#bread-crumb li{
  display: inline-block;
  padding: 0 5px 0 0;
}
#bread-crumb li::after{
  content: "\03e";
  display: inline-block;
  padding: 0 0 0 12px;
}
#bread-crumb li a{
  width: 100%;
  text-align: center;
  text-decoration: none;
  color: var(--base-font-color);
}
#bread-crumb li a:hover{
  text-decoration: underline;
}
#bread-crumb li:last-child{
  font-weight: bold;
  padding: 0;
}
#bread-crumb li:last-child::after{
  content: none;
}

/* 言語選択  */

.language{
  max-width: var(--main-min-width);
  padding: 0;
  margin: 0 auto;
  list-style: none;
  font-size: 1.3rem;
  font-weight: bold;
  float: right;
  color: #005dae;
}
.language li{
  display: inline-block;
  padding: 0 15px;
  border-right: 1px solid #005dae;
  font-weight: bold;
}
.language li:last-child{
  border-right: 0;
}
.language li.on{
  color: #00000d;
}


/*------- リスト ------*/

/* ボタンリンクのリスト */
.link-style01-wrap{
  margin: 35px 0 0;
  padding: 95px 0;
  background: #f0f0f0;
}
.link-style01{
  max-width: var(--main-min-width);
  width: 100%;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.link-style01.indexpage{
  margin-top: 100px;
}
.link-style01 li{
  width: 48%;
  margin-top: 50px;
}
.link-style01 li:nth-child(1),
.link-style01 li:nth-child(2){
  margin-top: 0;
}
.link-style01 li a{
  width: 100%;
  padding: 30px 40px;
  text-align: center;
  position: relative;
  color: #00000d;
  display: block;
  border: 1px solid #00000d;
  background: #fff;
  font-size: 1.8rem;
  font-weight: bold;
}
.link-style01 li a::after{
  content: '';
  width: 8px;
  height: 8px;
  border: 0;
  border-top: solid 2px #00000d;
  border-right: solid 2px #00000d;
  position: absolute;
  top: 50%;
  right: 30px;
  margin-top: 0;
  transform: rotate(45deg);
}
.link-style01 li a:hover{
  transition: 0.2s;
  background: #00000d;
  color: #fff;
  text-decoration: none;
}
.link-style01 li a:hover::after{
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
  transition: 0.2s;
}
/* 追加20231211 */
.link-style01 li p{
  text-align: center;
  margin-top: 15px;
}

/* シンプルボタンリスト */
.btn-list{
  max-width: 980px;
  width: 100%;
  margin: 70px auto 80px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.btn-list li a{
  width: 100%;
  display: block;
  padding: 15px 10px;
  text-align: center;
  position: relative;
  border: 1px solid #1746aa;
  color: #1746aa;
  line-height: 1;
  font-weight: bold;
}
.btn-list li a::after{
  content: '';
  width: 8px;
  height: 8px;
  border: 0;
  border-top: solid 2px #1746aa;
  border-right: solid 2px #1746aa;
  position: absolute;
  top: 50%;
  right: 20px;
  margin-top: -5px;
  transform: rotate(45deg);
}
.btn-list li a:hover,
.btn-list li a.now{
  color: #fff;
  background: #1746aa;
  transition: 0.3s;
  text-decoration: none;
}
.btn-list li a:hover::after,
.btn-list li a.now::after{
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
}

/* アンカーリンク */
.anchor-list{
  max-width: 980px;
  width: 100%;
  margin: 70px auto 0;
  padding: 25px 40px;
  background: #f0f0f0;
  display: flex;
  flex-wrap: wrap;
}
.anchor-list li{
  padding-right: 30px;
}
.anchor-list li:last-child{
  padding-right: 0;
}
.anchor-list li a{
  margin-bottom: 5px;
  line-height: 1.4;
  color: #1746aa;
  position: relative;
  padding-left: 15px;
  display: inline-block;
  font-weight: bold;
}
.anchor-list li a::before{
  content: '';
  width: 6px;
  height: 6px;
  border: 0;
  border-top: solid 2px #1746aa;
  border-right: solid 2px #1746aa;
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -4px;
  transform: rotate(135deg);
}

/* 装飾なしで横並びのdl */
.simple-dl{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.simple-dl dt{
  width: 28%;
}
.simple-dl dd,
.simple-dl .dd-wrap{
  width: 72%;
  padding-left: 20px;
}
.simple-dl .dd-wrap dd{
  width: 100%;
  padding-left: 0;
}

/* table風dl dtにグレー背景で横並び */
.table-dl{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  border: 1px solid #ccc;
  border-bottom: 0;
}
.table-dl dt{
  width: 28%;
  padding: 12px 20px;
  background: #eeeeee;
  border-bottom: 1px solid #ccc;
  font-weight: bold;
}
.table-dl dd{
  width: 72%;
  padding: 12px 20px;
  border-left: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}

/* table風dl dtにグレー背景で縦並び */
.table-dl-vertical{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.table-dl-vertical div{
  width: 33.333%;
  border: 1px solid #ccc;
}
.table-dl-vertical div:nth-child(2){
  border-left: 0;
  border-right: 0;
}
.table-dl-vertical div dt{
  width: 100%;
  padding: 12px 20px;
  background: #eeeeee;
  border-bottom: 1px solid #ccc;
  text-align: center;
  font-weight: bold;
}
.table-dl-vertical dd{
  width: 100%;
  padding: 12px 20px;
}


/*------- テーブルスタイル ------*/
table {
  font-size: 1.5rem;
}

/* thにグレー背景が入ったシンプルtable */
.table-style01,
.table-style01 th,
.table-style01 td{
  border: 1px solid #ccc;
}
.table-style01{
  width: 100%;
  margin: 50px 0;
}
.table-style01 th{
  background: #eeeeee;
  font-weight: bold;
  text-align: center;/* 追加20231211 */
}
.table-style01 th,
.table-style01 td{
  padding: 12px 20px;
}

.table-wrap .table-style01{
  min-width: 980px;
  width: 100%;
  margin: 0;
}

/* table スマホ時に横スクロール → table指定px以下でスクロール */
.table-wrap{
  overflow-x: scroll;
}

.table-wrap.allscroll{
  overflow-x: scroll;
}

/*------- 開閉式アコーディオン ------*/

.accordion-btn,
.accordion-btn-dfopen{
  cursor: pointer;
}
.accordion-btn span,
.accordion-btn-dfopen span{
  max-width: 578px;
  width: 80%;
  position: relative;
  display: block;
}
.accordion-btn span::after{
  content: '';
  display: inline-block;
  width: 20px;
  height: 20px;
  margin-left: 20px;
  background-image: url("/commons/images/accordion_plus.svg");
  background-size: contain;
  vertical-align: middle;
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
}
.accordion-btn.open span::after{
  background: no-repeat center url("/commons/images/accordion_minus.svg");
}
.accordion-btn-dfopen span::after{
  content: '';
  display: inline-block;
  width: 20px;
  height: 20px;
  margin-left: 20px;
  background-image: url("/commons/images/accordion_minus.svg");
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: middle;
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
}
.accordion-btn-dfopen.close span::after{
  background: no-repeat center url("/commons/images/accordion_plus.svg");
}
.accordion-block-dfopen.closed{
  display: none;
}


/* ---------- ヘッダー ---------- */

header {
  width: 100%;
  background-color: #fff;
}

.header-wrap {
  width: 100%;
  margin: 0 auto;
  padding: 15px 0 0;
  position: fixed;
  z-index: 99;
  background: #fff;
}

.head-upper {
  max-width: 1250px;
  width: 100%;
  margin: 0 auto;
  padding: 0;
}

.head-navi {
  min-width: var(--effective-width);
  margin: 0 auto;
  padding: 0;
}

.head-navi ul {
  width: 100%;
  margin: 0 auto;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.head-navi ul li { 
  width: auto;
  display: inline-block;
  text-align: center;
}

.head-navi ul li a { 
  display: inline-block;
  width: 100%;
  height: 100%;
  padding: 0 30px;
  font-size: 1.5rem;
  font-weight: bold;
  text-decoration: none;
  background: var(--base-eizo-color);
  border: none;
  color: #fff;
  line-height: 36px;
}
.head-navi ul li a:hover {
  color: #ffbfc0;
  transition: all 0.3s ease 0s;
}

.header-wrap{
  width: 100%;
  margin: 0 auto;
}
.header-wrap .flex{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  position: relative;
  padding: 0 80px;
}
.header-wrap .logo{
  max-width: 104px;
  width: 100%;
  display: block;
  position: relative;
  z-index: 1;
}
.black-bg::after{
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #000;
  opacity: 0.5;
  display:block;
}
.mega-menu-wrap{
  width: 100%;
  max-width: 1260px;
  height: 75px;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
.mega-menu{
  max-width: 740px;
  width: 80%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  position: absolute;
  top: 50%;
  right: 15px;
  transform: translateY(-50%);
  font-size: 1.4rem;
}
.mega-menu a{
  color: #000;
}
.mega-menu a:hover{
  text-decoration: none;
}
.mega-menu img{
  vertical-align: middle;
}
.mega-menu .country-btn{
  display: flex !important;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  flex: 1;
}
@media screen and (max-width: 750px) {
  .mega-menu .country-btn.pcon{
    display: none !important;
  }
}
.mega-menu .country-btn img{
  padding-right: 5px;
}
.mega-menu ul{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
.mega-menu ul li{
  padding: 0 20px;
}
.mega-menu input{
  width: 160px;
  min-height: 26px;
  margin-right: 5px;
  padding: 0 5px;
  display: inline-block;
}
.black-bg{
  z-index: 2;
}
#navi-wrap .gnavi{
  width: 100%;
  font-size: 1.4rem;
  background: #000;
}

#navi-wrap .gnavi > ul{
  margin: 15px auto 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  list-style: none;
}

#navi-wrap .gnavi > ul > li{
  width: 12%;
  text-align: center;
}
#navi-wrap .gnavi > ul > li.hmenu-ir{
  width: 18%;
}
#navi-wrap .gnavi > ul > li.hmenu-solutions,
#navi-wrap .gnavi > ul > li.hmenu-sustainability{
  width: 17%;
}
#navi-wrap .gnavi > ul > li a{
  width: 100%;
  padding: 10px 20px;
  display: block;
  letter-spacing: 1px;
  position: relative;
}

@media screen and (min-width: 751px) {
  #navi-wrap .gnavi > ul > li.on .menu-name::after{
    content: '';
    position: absolute;
    top: 83%;
    left: 50%;
    transform: translateX(-50%);
    border-bottom: 7px solid #fff;
    border-right: 10px solid transparent;
    border-left: 10px solid transparent;
  }
  #navi-wrap .gnavi > ul > li ul li a:hover{
    text-decoration: none;
    background: #fff;
    color: #000;
  }
  #navi-wrap .gnavi > ul > li a:hover{
    text-decoration: none;
    background: #005da9;
    color: #fff;
  }
}

#navi-wrap .gnavi > ul > li .low-wrap{
  position: absolute;
  left: 0;
  top: 77px;
  margin: 34px 0 0;
  visibility: hidden;
  opacity: 0;
  font-size: 1em;
}
#navi-wrap .gnavi > ul > li.on .low-wrap{
  width: 100%;
  position: absolute;
  top: 77px;
  left: 0;
  visibility: visible;
  opacity: 1;
  transition: 0.6s;
  z-index: 999;
  box-shadow: 0 2px 1px rgba(0, 0, 0, 0.16);
  background: rgba(0, 0, 0, 0.89);
  border-top: 1px solid #fff;
}
#navi-wrap .gnavi > ul > li .low-wrap .wrap1160{
  padding: 50px 0;
  position: relative;
}
#navi-wrap .gnavi > ul > li ul li a{
  width: 90%;
  text-decoration: none;
  color: #fff;
  display: inline-block;
  font-weight: normal;
}
#navi-wrap .gnavi > ul > li ul li a p{
  font-size: 1.5rem;
  padding: 5px;
  color: #191919;
  letter-spacing: 1px;
}

#navi-wrap .gnavi > ul > li ul li a:hover{
  opacity: 0.9;
  transition: 0.3s;
  text-decoration: none;
}
#navi-wrap .gnavi > ul > li a.menu-name {
  line-height: 1em;
  padding: 15px;
  position: relative;
  text-decoration: none;
  color: #fff;
}
.menu-name:hover{
  color: #fff;
  font-weight: bold;
}
/*
.menu-name::before {
  background: #fff;
  content: '';
  width: 100%;
  height: 2px;
  position: absolute;
  left: 0;
  bottom: 0;
  margin: auto;
  transform-origin: right top;
  transform: scale(0, 1);
  transition: transform .3s;
}
.menu-name:hover::before {
  transform-origin: left top;
  transform: scale(1, 1);
}
*/

body.solutions .hmenu-solutions,
body.solutions .hmenu-solutions a:hover,
body.products .hmenu-products,
body.products .hmenu-products a:hover,
body.support .hmenu-support,
body.support .hmenu-support a:hover,
body.company .hmenu-company,
body.company .hmenu-company a:hover,
body.ir .hmenu-ir,
body.ir .hmenu-ir a:hover,
body.sustainability .hmenu-sustainability,
body.sustainability .hmenu-sustainability a:hover,
body.recruit .hmenu-recruit,
body.recruit .hmenu-recruit a:hover{
  background: #005da9;
  font-weight: bold;
}
.menu-name:hover{
  background: #005da9;
  transition: 0.4s;
  font-weight: normal;
}
.logo-wrap{
  padding-bottom: 10px;
}
#dropmenu {
  max-width: var(--main-min-width);
  margin: 0 auto;
}
#dropmenu .low{
  width: 100%;
  max-width: 700px;
  padding: 0;
  display:flex;
  flex-wrap: wrap;
  font-size: 1.6rem;
}
#dropmenu .low > li {
  width: 50%;
  text-align: left;
}

/* サポート用メガメニュー */
#dropmenu .hmenu-support .low{
  width: 100%;
  max-width: 100%;
}
#dropmenu .hmenu-support .low > li {
  width: 33.33%;
}

/* 製品情報用メガメニュー */
#dropmenu .hmenu-products .low2-btn,
#dropmenu .hmenu-products .max-a{
  width: 100%;
}
#dropmenu .hmenu-products span.fs-mini{
  font-size: 1.2rem;
}
#dropmenu .hmenu-products .low2-btn::after {
  position: absolute;
  top: 50%;
  right: 25px;
}

#dropmenu .hmenu-products .low2-btn + .low2-wrap{
  width: 37%;
}
#dropmenu .hmenu-products .low2-btn.open + .low2-wrap{
  width: 36%;
}

#dropmenu .low > li.head-main{
  width: 85%;
  margin-bottom: 20px;
  font-size: 2.8rem;
  line-height: 1;
}
#dropmenu .low > li.head-main a{
  font-weight: bold;
  margin-left: -20px;
}
#dropmenu .hmenu-support .low > li.head-main a,
#dropmenu .hmenu-products .low > li.head-main a,
#dropmenu .hmenu-solutions .low > li.head-main a{
  pointer-events: none
}
.sp-icon{
  display: none;
}

/* サブメニュー開閉 */
.low2-wrap{
  width: 41%;
  height: 430px;
  position: absolute;
  top: 0;
  right: 0;
  visibility: hidden;
  opacity: 0;
}
.low2-btn.open + .low2-wrap{
  width: 40%;
  height: 430px;
  position: absolute;
  top: 0;
  right: 0;
  visibility: visible;
  opacity: 1;
  transition: 0.8s;
  z-index: 999;
  background: #07234a;
  display: flex;
  flex-wrap: wrap;
  border-left: 1px solid #999;
}
.hmenu-solutions .low2-wrap,
.hmenu-solutions .low2-btn.open + .low2-wrap,
#navi-wrap .gnavi > ul > li.hmenu-solutions .low-wrap .wrap1160{
  height: 480px;
}
.hmenu-products .low2-wrap,
.hmenu-products .low2-btn.open + .low2-wrap,
#navi-wrap .gnavi > ul > li.hmenu-products .low-wrap .wrap1160{
  height: 450px;
}
.hmenu-support .low2-wrap,
.hmenu-support .low2-btn.open + .low2-wrap,
#navi-wrap .gnavi > ul > li.hmenu-support .low-wrap .wrap1160{
  height: 500px;
}
.hmenu-company .low2-wrap,
.hmenu-company .low2-btn.open + .low2-wrap,
#navi-wrap .gnavi > ul > li.hmenu-company .low-wrap .wrap1160{
  height: 480px;
}
.hmenu-ir .low2-wrap,
.hmenu-ir .low2-btn.open + .low2-wrap,
#navi-wrap .gnavi > ul > li.hmenu-ir .low-wrap .wrap1160{
  height: 440px;
}
.hmenu-sustainability .low2-wrap,
.hmenu-sustainability .low2-btn.open + .low2-wrap,
#navi-wrap .gnavi > ul > li.hmenu-sustainability .low-wrap .wrap1160{
  height: 450px;
}
.hmenu-recruit .low2-wrap,
.hmenu-recruit .low2-btn.open + .low2-wrap,
#navi-wrap .gnavi > ul > li.hmenu-recruit .low-wrap .wrap1160{
  height: 500px;
}
.low2-btn::after{
  content: "";
  display: inline-block;
  line-height: 1;
  width: 10px;
  height: 10px;
  border: 0.1em solid currentColor;
  border-left: 0;
  border-bottom: 0;
  box-sizing: border-box;
  transform: translateY(-50%) rotate(45deg);
  position: absolute;
  top: 50%;
  right: 25px;
}
.low2-btn.open + .low2-wrap ul{
  width: 100%;
  padding: 50px 50px;
}
.low2-wrap li a{
  width: 100% !important;
  padding: 4px 8px !important;
}
.low2-wrap li a:hover{
  background: none;
}

.low2-wrap .head-sub{
  margin-bottom: 15px;
  font-size: 1.8rem;
  font-weight: bold;
  border-bottom: 1px solid #999;
}



/* country開閉 */

.country-box{
  width: 100%;
  padding: 0;
  position: absolute;
  top: 111px;
  left: 0;
  z-index: 9999999;
  box-shadow: 0 2px 1px rgba(0, 0, 0, 0.16);
  background: rgba(0, 0, 0, 0.89);
  border-top: 1px solid #fff;
  display: none;
}
.country-box .wrap1160 {
  padding: 50px 25px;
  position: relative;
  min-height: 710px;
}
.country-box ul > li.head-main {
  width: 85%;
  margin-bottom: 20px;
  font-size: 2.8rem;
  line-height: 1;
}
.country-box a{
  color: #fff;
}

/* countryサブメニュー開閉 */

.country-subbox{
  width: 66%;
  height: 670px;
  position: absolute;
  top: 0;
  right: 0;
  visibility: hidden;
  opacity: 0;
}
.country-sub-btn.open + .country-subbox{
  width: 65%;
  height: 710px;
  position: absolute;
  top: 0;
  right: 0;
  visibility: visible;
  opacity: 1;
  transition: 0.8s;
  z-index: 999;
  background: #07234a;
  border-left: 1px solid #999;
}
.country-sub-btn.open + .country-subbox ul{
  width: 100%;
  padding: 50px 50px;
}

.country-subbox .head-sub {
  width: 100% !important;
  margin-bottom: 15px;
  font-size: 1.8rem;
  font-weight: bold;
  border-bottom: 1px solid #999;
}
.country-subbox .head-sub span{
  color: #fff;
  display: inline-block;
  font-weight: normal;
  padding: 4px 8px !important;
  letter-spacing: 1px;
}

.country-sub-btn.open + .country-subbox .two-column{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.country-sub-btn.open + .country-subbox .two-column ul{
  padding: 0;
}
.country-sub-btn{
  position: relative;
}
.country-sub-btn::after{
  content: "";
  display: inline-block;
  line-height: 1;
  width: 10px;
  height: 10px;
  border: 0.1em solid currentColor;
  border-left: 0;
  border-bottom: 0;
  box-sizing: border-box;
  transform: translateY(-50%) rotate(45deg);
  position: absolute;
  top: 50%;
  right: 25px;
}
.country-sub-btn.open + .country-subbox .two-column > li{
  width: 47%;
}
.country-subbox li a{
  width: 100% !important;
  padding: 3px 8px !important;
}
.country-subbox li a:hover{
  background: none;
}
.country-subbox .head{
  margin-bottom: 10px;
  font-size: 1.8rem;
  font-weight: bold;
  border-bottom: 1px solid #fff;
}
.other-country-area > ul{
  width: 50%;
}
.country-box li a{
  width: 300px;
  padding: 10px 20px;
  display: inline-block;
}

.other-country-area li a:hover{
  background: #fff;
  color: #000;
  text-decoration: none;
  transition: 0.7s;
}

@media screen and (max-width: 750px) {

  header{
    width: 100%;
    margin: 0;
  }
  header strong {
    margin: 0 auto 15px;
    padding: 5px;
    font-size: 1.2rem;
    color: #fff;
    background: var(--base-eizo-color);
  }
  .head-upper{
    margin: 0;
  }
  .head-upper img{
    width: 100%;
  }
  .copy{
    display: none;
  }
  .header-wrap{
    width: 100%;
    margin: 0 auto;
    padding: 0;
    border-bottom: 1px solid #000;
  }
  .header-wrap .flex{
    padding: 0;
  }
  .hwrap-innner,
  .sp-icon{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
  }
  .hwrap-innner{
    padding: 15px;
  }
  .head-upper{
    max-width: 247px;
    width: 48%;
    padding: 0;
  }
  .sp-icon{
    max-width: 90px;
    width: 53%;
    position: relative;
  }
  .country-box{
    height: 100vh;
    overflow-y: scroll;
    top: 78px;
    padding-bottom: 100px;
  }
  .linewrap{
    position: relative;
  }
  .sp-menu {
    width: 50px;
    height: 50px;
    margin: 0;
    padding: 8px 0;
    cursor: pointer;
    text-align: center;
    position: relative;
  }
  .sp-menu.is-active {
    top: 0 !important;
  }
  .sp-menu .line {
    position: absolute;
    top: 0;
    left: 9px;
    display: block;
    width: 30px;
    height: 2px;
    background: #000;
    transition: all 0.3s ease-out;
    z-index: 101;
    padding: 0;
  }
  .sp-menu .line-t { top: 6px; }
  .sp-menu .line-c { top: 17px; }
  .sp-menu .line-b { top: 27px; }

  .sp-menu.is-active .line-t {
    top: 18px;
    transform: rotate(45deg);
  }
  .sp-menu.is-active .line-c {
    opacity: 0;
  }
  .sp-menu.is-active .line-b {
    top: 18px;
    transform: rotate(135deg);
  }

  /*----------- グローバルナビ -----------*/

  .mega-menu-wrap{
    width: 100%;
    height: 250px;
    position: relative;
    top: 0;
    left: 0;
    transform: translateX(0);
    order: 2;
    background: #000;
  }
  .mega-menu{
    width: 100%;
    padding: 30px 20px 0 35px;
    display: block;
    position: relative;
    top: 0;
    right: 0;
    transform: translateY(0);
    font-size: 1.3rem;
  }
  .mega-menu ul{
    display: block;
  }
  .mega-menu ul li{
    padding: 0;
    margin-bottom: 8px;
  }
  .mega-menu a{
    color: #fff;
  }

  #navi-wrap{
    width: 100%;
    height: 100vh;
    overflow-y: scroll;
    float: right;
    padding: 0;
    background:  #000;
    /*position: fixed;*/
    top: 80px;
    z-index: 100;
    display: none;
    box-shadow: 1px 2px 5px #cdcdcd;
  }
  #navi-wrap .flex-sp{
    display: flex;
    flex-wrap: wrap;
  }
  #navi-wrap .gnavi{
    order: 1;
  }
  #navi-wrap .gnavi a{
    color: #fff;
    display: block;
  }
  #navi-wrap .gnavi ul{
    width: 100%;
    margin: 0;
    padding: 0;
  }
  #navi-wrap .gnavi > ul{
    width: 100%;
    margin: 0 auto;
    padding: 20px 20px 0;
  }
  #navi-wrap .gnavi > ul > li{
    width: 100% !important;
    text-align: left;
    margin: 0;
    border-bottom: 1px solid #606060;
  }
  #navi-wrap .gnavi > ul > li a{
    width: 100%;
    display: block;
    font-size: 1.5rem;
    padding: 10px 17px;
    color: #fff;
    position: relative;
  }
  #navi-wrap .gnavi > ul > li .low-wrap{
    margin: 5px 0 10px;
    padding: 10px;
    position: relative;
    top: 0;
    display: none;
  }
  #navi-wrap .gnavi > ul > li.on .low-wrap{
    width: 100%;
    margin: 5px auto;
    padding: 0 0 10px;
    position: relative;
    top: 0;
    box-shadow: none;
    border: 0;
    background: none;
    transition: 0s;
  }
  #dropmenu .low > li {
    width: 100%;
    margin-bottom: 0 !important;
  }
  /* スマホ用searchbox */
  #navi-wrap .gnavi > ul > li.search.sp{
    margin: 0;
    padding-bottom: 15px;
  }
  #navi-wrap .gnavi > ul > li.search.sp form{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
  }
  #navi-wrap .gnavi > ul > li.search.sp input{
    border: 0;
    border-radius: 0;
  }
  #search_sp{
    width: 88%;
    padding: 4px 8px;
  }
  #navi-wrap .gnavi > ul > li.search.sp a{
    width: 12%;
    display: inline-block;
    font-size: 1.5rem;
    padding: 0;
    position: relative;
    background: #717071;
    text-align: center;
  }

  /* サポート用メガメニュー */
  #dropmenu .hmenu-support .low > li {
    width: 100%;
  }
  /* 製品情報用メガメニュー */
  #dropmenu .hmenu-products .low2-btn,
  #dropmenu .hmenu-products .max-a{
    width: 100%;
  }
  #dropmenu .hmenu-products .low2-btn::after {
    position: absolute;
    top: 50%;
    right: 5px;
  }
  #dropmenu .low > li.head-main a {
    margin-left: 0;
    font-weight: normal;
  }
  #dropmenu .low > li.head-main a span.sp{
    display: inline-block !important;
  }
  #navi-wrap .gnavi > ul > li ul li a {
    width: 100%;
    color: #fff;
    padding: 6px 0 7px;
    display: block;
    text-decoration: none;
    font-weight: normal;
    text-align: left;
    font-size: 1.3rem;
  }
  #dropmenu .hmenu-products .low2-btn + .low2-wrap,
  #dropmenu .hmenu-products .low2-btn.open + .low2-wrap{
    width: 100%;
  }
  #navi-wrap .gnavi > ul > li ul li:last-child a{
    border-bottom: 0;
  }
  #navi-wrap .gnavi > ul > li ul li a img{
    display: none;
  }
  #navi-wrap .gnavi > ul > li ul li a p{
    font-size: 1.5rem;
    padding: 5px;
    color: #fff;
    letter-spacing: 2px;
  }
  #navi-wrap .gnavi > ul > li ul li a p::after{
    content: "";
    position: absolute;
    right: 14px;
    bottom: 17px;
    display: block;
    width: 10px;
    height: 10px;
    border-top: solid 1px var(--base-eizo-color);
    border-right: solid 1px var(--base-eizo-color);
    transform: rotate(45deg);
  }
  #navi-wrap .gnavi > ul > li ul li a:hover{
    background: none;
    /* color: var(--base-eizo-color);*/
  }
  #navi-wrap .gnavi .menu-name{
    width: 100%;
    padding: 15px 10px 10px 15px;
    position: relative;
  }
  #navi-wrap .gnavi > ul > li:last-child {
    padding-bottom: 5px;
    border-bottom: 1px solid #606060;
  }
  .menu-name::before,  .menu-name:hover::before {
    content: none;
  }
  body.solutions .hmenu-solutions,
  body.solutions .hmenu-solutions a:hover,
  body.products .hmenu-products,
  body.products .hmenu-products a:hover,
  body.support .hmenu-support,
  body.support .hmenu-support a:hover,
  body.company .hmenu-company,
  body.company .hmenu-company a:hover,
  body.ir .hmenu-ir,
  body.ir .hmenu-ir a:hover,
  body.sustainability .hmenu-sustainability,
  body.sustainability .hmenu-sustainability a:hover,
  body.recruit .hmenu-recruit,
  body.recruit .hmenu-recruit a:hover{
    background: none;
  }
  .menu-name:hover{
    background: none;
  }
  #navi-wrap .gnavi .menu-name.open{
    border-bottom: 0;
    padding: 15px 10px 10px 15px;
  }
  #navi-wrap .gnavi .menu-name:not(.link):after{
    content: "";
    position: absolute;
    right: 10px;
    bottom: 16px;
    transition: all 0.2s ease-in-out;
    display: inline-block;
    line-height: 1;
    width: 10px;
    height: 10px;
    border: 0.1em solid currentColor;
    border-left: 0;
    border-bottom: 0;
    box-sizing: border-box;
    transform: translateY(-50%) rotate(135deg);
  }
  #navi-wrap .gnavi .menu-name.open:after{
    position: absolute;
    right: 10px;
    bottom: 5px;
    transform: translateY(-50%) rotate(315deg);
  }
  #navi-wrap .link:after{
    content: "";
    position: absolute;
    right: 14px;
    bottom: 14px;
    display: block;
    width: 10px;
    height: 10px;
    border-top: solid 2px #fff;
    border-right: solid 2px #fff;
    transform: rotate(45deg);
  }
  #dropmenu .low{
    padding: 0;
  }
  #navi-wrap .gnavi > ul > li .low-wrap .wrap1160{
    padding: 10px;
    position: relative;
    min-height: auto;
  }
  body.solutions .hmenu-solutions, body.solutions .hmenu-solutions a:hover, body.products .hmenu-products, body.products .hmenu-products a:hover, body.support .hmenu-support, body.support .hmenu-support a:hover, body.company .hmenu-company, body.company .hmenu-company a:hover, body.ir .hmenu-ir, body.ir .hmenu-ir a:hover, body.sustainability .hmenu-sustainability, body.sustainability .hmenu-sustainability a:hover, body.recruit .hmenu-recruit, body.recruit .hmenu-recruit a:hover{
    background: none;
  }

  .low2-btn::after{
    width: 8px;
    height: 8px;
    transform: translateY(-25%) rotate(135deg);
    position: absolute;
    top: 50%;
    right: 5px;
    transition: all 0.2s ease-in-out;
  }
  .low2-btn.open::after{
    transform: translateY(-50%) rotate(315deg);
  }

  .low2-wrap .head-sub{
    margin: 10px 0 0;
    font-size: 1.6rem;
    font-weight: bold;
    border-bottom: none;
  }
  .low2-btn.open + .low2-wrap{
    border-top: 1px solid #808080;
  }
  .low2-btn.open + .low2-wrap {
    width: 100%;
    height: auto;
    padding: 10px 20px;
    position: relative;
    top: 0;
    right: 0;
    border-left: 0;
    border-right: 0;
  }

  #navi-wrap .gnavi > ul > li.hmenu-solutions .low-wrap .wrap1160,
  #navi-wrap .gnavi > ul > li.hmenu-products .low-wrap .wrap1160,
  #navi-wrap .gnavi > ul > li.hmenu-support .low-wrap .wrap1160,
  #navi-wrap .gnavi > ul > li.hmenu-company .low-wrap .wrap1160,
  #navi-wrap .gnavi > ul > li.hmenu-ir .low-wrap .wrap1160,
  #navi-wrap .gnavi > ul > li.hmenu-sustainability .low-wrap .wrap1160,
  #navi-wrap .gnavi > ul > li.hmenu-recruit .low-wrap .wrap1160,
  .low2-btn.open + .low2-wrap ul{
    width: 100%;
    height: auto;
    padding: 0 15px 15px 32px;
  } 
  .hmenu-solutions .low2-wrap,
  .hmenu-solutions .low2-btn.open + .low2-wrap,
  .hmenu-products .low2-wrap,
  .hmenu-products .low2-btn.open + .low2-wrap,
  .hmenu-support .low2-wrap,
  .hmenu-support .low2-btn.open + .low2-wrap,
  .hmenu-company .low2-wrap,
  .hmenu-company .low2-btn.open + .low2-wrap,
  .hmenu-ir .low2-wrap,
  .hmenu-ir .low2-btn.open + .low2-wrap,
  .hmenu-sustainability .low2-wrap,
  .hmenu-sustainability .low2-btn.open + .low2-wrap,
  .hmenu-recruit .low2-wrap,
  .hmenu-recruit .low2-btn.open + .low2-wrap{
    width: 100%;
    height: auto;
    padding: 0 10px 10px;
  } 
  .other-country-area > ul{
    width: 100%;
  }


  /* country開閉 */

  .country-box .wrap1160 {
    padding: 20px 10px !important;
    height: auto;
    min-height: auto;
  }
  .country-box li a{
    width: 100%;
  }
  .country-subbox .head-sub{
    display: none;
  }
  .other-country-area > ul > li {
    width: 100% !important;
    text-align: left;
    margin: 0;
    border-bottom: 1px solid #fff;
  }
  .country-sub-btn::after{
    transform: translateY(-50%) rotate(135deg);
    transition: 0.2s;
    right: 15px;
  }
  .country-sub-btn.open:after {
    transform: translateY(-50%) rotate(315deg);
  }
  .country-sub-btn.open + .country-subbox .two-column {
    display: block;
  }
  .country-sub-btn.open + .country-subbox .two-column > li{
    width: 100%;
  }

  .country-sub-btn.open + .country-subbox ul{
    width: 100%;
    height: auto;
    padding: 5px 30px 30px;
  } 
  .country-subbox{
    height: auto;
    opacity: 0;

  }
  .country-sub-btn.open + .country-subbox{
    width: 100%;
    height: auto;
    padding: 0;
    position: relative;
    visibility: visible;
    opacity: 1;
    transition: 0s;
    z-index: 999;
    background: none;
    border-left: 0;
    display: none;
  }
  .country-subbox li a{
    padding: 5px 8px!important;
    line-height: 1.7em;
  }
  .other-country-area li a:hover{
    background: none;
    color: #fff;
  }

}

@media screen and (min-width: 751px) and (max-width: 1290px) {

  .head-upper{
    padding: 0 30px;
  }


}


/* ---------- フッター ---------- */

#back-to-top{
  display: inline-block;
  vertical-align: middle;
  color: #333;
  line-height: 1;
  width: 2.5em;
  height: 2.5em;
  border: 0.1em solid currentColor;
  border-left: 0;
  border-bottom: 0;
  box-sizing: border-box;
  transform: translateY(25%) rotate(-45deg);
  position: absolute;
  right: 0;
}
.sns-list{
  max-width: 410px;
  width: 100%;
  margin: 77px auto 60px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  text-align: center;
}
.ir.top .sns-list,
.company.top .sns-list{
  margin: 177px auto 60px;
}
.sns-list li{
  width: 20%;
}
.sns-list li img{
  width: 56px;
}
footer{
  background :#000;
  padding: 50px 0 20px;
  font-size: 1.4rem;
}
footer a,
footer span{
  width: auto;
  display: inline-block;
  color: #fff;
  line-height: 2;
  position: relative;
}
footer a:hover{
  text-decoration: underline;
}
footer .main-menu > ul,
footer .flex {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
footer .main-menu .head{
  width: 100%;
  margin-bottom: 15px;
  font-size: 1.8rem;
  font-weight: bold;
  border-bottom: 1px solid #999999;
  line-height: 1;
}

/* 3つのリスト */
footer .main-menu > ul.three > li{
  width: 22%;
  margin-bottom: 60px;
}
footer .main-menu > ul.three > li:nth-child(3),
footer .main-menu > ul.three > li:nth-child(3) ul li.flex ul{
  width: 47%;
}

/* 4つのリスト */
footer .main-menu > ul.four > li{
  width: 22%;
  margin-bottom: 60px;
}
footer .head a:hover{
  text-decoration: none;
}
footer .head a:after{
  content: '';
  display: inline-block;
  width: 8px;
  height: 8px;
  border: solid 2px currentColor;
  border-top: 0;
  border-left: 0;
  transform: translateX(-25%) rotate(-45deg) skew(8deg, 8deg);
  margin-left: 20px;
  vertical-align: middle;
}
footer ul.onlymenu li{
  width: 22%;
  font-size: 1.6rem;
  margin-bottom: 50px;
}
footer .onlymenu li:not(.other) a:after{
  content: '';
  display: inline-block;
  width: 8px;
  height: 8px;
  border: solid 2px currentColor;
  border-top: 0;
  border-left: 0;
  transform: translateX(-25%) rotate(-45deg) skew(8deg, 8deg);
  margin-left: 20px;
  vertical-align: middle;
}
footer .onlymenu img {
  max-width: 100%;
  width: auto;
  vertical-align: middle;
  display: inline-block;
  padding-left: 15px;
}

/* サブメニュー */
footer .sub-menu {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  border-top: 1px solid #fff;
  padding-top: 25px;
}
footer .sub-menu ul{
  width: 65%;
  display: flex;
  flex-wrap: wrap;
}
footer .sub-menu ul li{
  margin-right: 25px;
}
footer .sub-menu ul li:last-child{
  margin-right: 0;
}
footer .sub-menu small{
  width: 35%;
  color: #fff;
  text-align: right;
}

@media screen and (max-width: 750px) {

  #back-to-top{
    width: 2em;
    height: 2em;
    border: 0.15em solid currentColor;
    border-left: 0;
    border-bottom: 0;
  }
  .sns-list{
    width: 88%;
    margin: 80px auto 65px;
    text-align: center;
  }
  .sns-list li img{
    width: 46px;
  }

  footer{
    padding: 0;
  }
  footer .main-menu{
    display: none;
  }
  footer .sub-menu {
    display: block;
    border-top: 0;
    padding-top: 15px;
  }
  footer .sub-menu ul,
  footer .sub-menu small{
    width: 100%;
    display: block;
    text-align: center;
  }
  footer .sub-menu small{
    padding: 50px 0 35px;
  }
  footer .sub-menu ul li{
    width: 100%;
    line-height: 2.3;
  }
  footer .sub-menu ul li a{
    line-height: 2.3;
  }
}

@media screen and (min-width: 751px) and (max-width: 1290px) {

  footer .wrap1160{
    padding: 0 30px;
  }

}

/* ------------ トップページ  ------------ */

/* サスナビリティ  */
.sustainability-mv {
  max-width: 100%;
  height: 430px;
  background-image: url(/sustainability/common/images/sus_top_mv01_pc.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100%;
  overflow: hidden;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  position: relative;
}

.sustainability-mv .txt-wrap{
  max-width: var(--main-min-width);
  width: 100%;
  margin: 0 auto;
  padding: 30px 0;
  color: #fff;
}
.sustainability-mv .txt-wrap .en,
.sustainability-mv .txt-wrap h1,
.sustainability-mv .txt-wrap .subtxt,
.common-top-mv .txt-wrap h1,
.common-top-mv .txt-wrap .subtxt{
  text-shadow: 2px 1px 10px #000;
}
.sustainability-mv .txt-wrap h1{
  font-size: 5rem;
  font-weight: bold;
  line-height: 1;
}
.sustainability-mv .txt-wrap .subtxt{
  margin-top: 29px;
  font-size: 1.8rem;
  line-height: 1.7;
}
.sustainability-mv .date-wrap{
  width: 460px;
  background: rgba(0, 0, 0, 0.7);
  padding: 30px 0 30px 50px;
  position: absolute;
  right: 0;
  bottom: 80px;
  display: flex;
  align-items: flex-end
}
.sustainability-mv .date-wrap .img-wrap{
  min-width: 114px;
  width: 20%;
  margin-right: 4%;
}
.sustainability-mv .date-wrap .link-wrap{
  width: 70%;
}
.sustainability-mv .date-wrap .link-wrap a{
  color: #fff;
  text-decoration: none;
  padding: 10px 0 10px 30px;
  display: block;
  position: relative;
  font-size: 1.5rem;
}
.sustainability-mv .date-wrap .link-wrap a::after{
  content: '';
  width: 6px;
  height: 6px;
  border: 0;
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
  position: absolute;
  top: 50%;
  right: 50%;
  margin-top: -4px;
  transform: rotate(45deg);
}

.sustainability-mv .date-wrap .link-wrap li{
  border-bottom: 1px solid #808080;
}
.sustainability-mv .date-wrap .link-wrap li:last-child{
  border-bottom: 0;
}

/* サスナビリティ最新情報  */
section.sus-top-news{
  width: 100%;
  padding: 20px 0;
  margin-top: 0;
  background: #e5e5e5;
}
.sus-top-news .wrap1160,
.sus-top-news dl{
  display: flex;
  flex-wrap: wrap;
}
.sus-top-news dl,
.sus-top-news h2 span{
  align-items: center;
}
.sus-top-news h2{
  width: 22%;
  padding: 8px 0;
  text-align: center;
  background: #006749;
  color: #fff;
  font-weight: bold;
  position: relative;
}
.sus-top-news h2 span{
  width: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
}
.sus-top-news dl{
  width: 78%;
  padding: 8px 0;
  background: #fff;
}
.sus-top-news dl dt{
  width: 15%;
  padding: 0 0 0 20px;
  text-align: center;
}
.sus-top-news dl dd{
  width: 80%;
  padding: 0 15px;
}

/* サスナビリティTOPメニュー */

.common-top-menu02 > ul,
.common-top-menu01 > ul,
.sus-top-menu01 > ul{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.common-top-menu02 > ul > li,
.common-top-menu01 > ul > li,
.sus-top-menu01 > ul > li{
  width: 32%;
}
.ir .common-top-menu01.max > ul > li{
  width: 48%;
  max-width: 550px;
}
.common-top-menu02 > ul::after,
.common-top-menu01 > ul::after,
.sus-top-menu01 > ul::after{
  display: block;
  content: "";
  width: 32%;
}
.common-top-menu02 > ul > li{
  margin-top: 60px;
}
.common-top-menu02 > ul > li:nth-child(1),
.common-top-menu02 > ul > li:nth-child(2),
.common-top-menu02 > ul > li:nth-child(3){
  margin-top: 0;
}
.sustainability.top .common-top-menu02{
  margin-top: 50px;
  margin-bottom: 0;
}
.ir.top .common-top-menu02{
  padding: 130px 0 0;
}

.common-top-menu02 ul li a,
.common-top-menu01 ul li a,
.sus-top-menu01 ul li a{
  width: 100%;
  position: relative;
}
.common-top-menu02 h2{
  background: #142636;
  color: #fff;
  font-size: 2rem;
  font-weight: bold;
}
.common-top-menu02 h2 a{
  padding: 40px 20px 40px 40px;
  color: #fff;
  position: relative;
  display: block;
}
.common-top-menu02 h2 a:hover{
  text-decoration: none;
}
.common-top-menu02 .msg > a{
  display: block;
  text-align: right;
}
.common-top-menu02 .msg > a:hover{
  background: #d6d6d6;
  transition: 0.3s;
}
.common-top-menu02 .msg{
  height: 304px;/* 画像が頭出ているため指定 */
  border: 1px solid #142636;
  background: #eeedeb;
  position: relative;
}
.common-top-menu02 .msg a img{
  width: 220px;
  position: relative;
  margin-top: -23px;
}
.common-top-menu02 .msg a:hover img{
  opacity: 1;
}
.common-top-menu02 ul li ul{
  padding: 40px 20px 0;
  line-height: 1.85;
}
.sustainability.top .common-top-menu02 ul li ul{
  padding: 15px 20px 0;
}
.common-top-menu02 ul li ul li a,
.sus-top-menu01 ul li a{
  padding-left: 15px;
  display: block;
}
.common-top-menu02 ul li ul li:not(.msg) a::before,
.sus-top-menu01 ul li a::before{
  content: '';
  width: 6px;
  height: 6px;
  border: 0;
  border-top: solid 2px var(--base-link-color);
  border-right: solid 2px var(--base-link-color);
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -4px;
  transform: rotate(45deg);
}
section.common-top-menu01{
  background: #131828;
  padding: 70px 50px;
  margin-top: 80px;
}
.ir section.common-top-menu01{
  background: #d6d6d6;
  padding: 45px 50px;
  margin-top: 80px;
}
.common-top-menu01 li{
  margin-top: 80px;
}
.common-top-menu01 li:nth-child(1),
.common-top-menu01 li:nth-child(2),
.common-top-menu01 li:nth-child(3){
  margin-top: 0;
}
.common-top-menu01 a:hover{
  text-decoration: none;
}
.common-top-menu01 h2{
  font-size: 2rem;
  line-height: 1.2;
  font-weight: bold;
  color: #fff;
  padding: 20px 5px;
  border-bottom: 1px solid #fff;
  position: relative;
}
.common-top-menu01 h2::after{
  content: '';
  width: 8px;
  height: 8px;
  border: 0;
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
  position: absolute;
  top: 50%;
  right: 10px;
  margin-top: -5px;
  transform: rotate(45deg);
}
.ir .common-top-menu01 h2{
  color: #000;
  border-bottom: 1px solid #000;
}
.ir .common-top-menu01 h2::after{
  border-top: solid 2px #000;
  border-right: solid 2px #000;
}
section.common-top-menu01.bgnone{
  background: none !important;
  padding: 0;
  margin-top: 130px;
}
.common-top-menu01.bgnone h2{
  color: #173e80;
  border-bottom: 1px solid #173e80;
}
.ir .common-top-menu01.bgnone{
  margin-top: 50px;
}
.ir .common-top-menu01.bgnone h2{
  color: #000000;
  border-bottom: 1px solid #000000;
}
.common-top-menu01.bgnone h2::after{
  border-top: solid 2px #173e80;
  border-right: solid 2px #173e80;
}
.ir .common-top-menu01.bgnone h2::after{
  border-top: solid 2px #000000;
  border-right: solid 2px #000000;
}
section.sus-top-menu01{
  padding: 40px 0;
}
.sus-top-menu01 li{
  margin: 0 0 10px 10px;
}

/* サスナビリティ以下のTOP共通 */

/* MV  */
.common-top-mv {
  max-width: 1920px;
  height: 430px;
  background-position: center;
  background-repeat: no-repeat;
  overflow: hidden;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  position: relative;
}
.company .common-top-mv{ background-image: url(/company/common/images/com_top_mv_pc.jpg); }
.ir .common-top-mv{ background-image: url(/ir/common/images/ir_top_mv_pc.jpg); }




@media screen and (min-width: 1921px) {
.common-top-mv {
    max-width: 100%;
    background-size: cover;
  }
}
.common-top-mv .txt-wrap{
  max-width: var(--main-min-width);
  width: 100%;
  margin: 0 auto;
  color: #fff;
}
.common-top-mv .txt-wrap h1{
  font-size: 5rem;
  font-weight: bold;
  line-height: 1;
}
.common-top-mv .txt-wrap .subtxt{
  margin-top: 29px;
  font-size: 1.8rem;
  line-height: 1.7;
}

/* ニュース */
.company section.common-top-news,
.common-news{
  margin-top: 50px;
}

.ir section.common-top-news{
  padding: 100px 0 0;
}

section.common-top-news{
  max-width: 1080px;
}

.common-top-news h2,
.ir-top-calendar h2{
  margin-bottom: 50px;
  font-size: 3.8rem;
  font-weight: bold;
  line-height: 1;
  text-align: center;
}

.common-top-news dl div,
.common-news dl div{
  padding: 17px 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  border-bottom: 1px solid #000;
  line-height: 1;
}
.common-top-news dl div:first-child,
.common-news dl div:first-child{
  border-top: 1px solid #000;
}
.common-top-news dl div dt,
.common-news dl div dt{
  width: 24%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
.common-top-news dl div dt .time,
.common-top-news dl div dt span,
.common-news dl div dt .time,
.common-news dl div dt span{
  width: 48%;
  display: inline-block;
}
.common-top-news dl div dt span:not(.time),
.common-news dl div dt span:not(.time){
  max-width: 120px;
  height: 20px;
  padding: 3px 5px;
  text-align: center;
  color: #fff;
  font-size: 1.4rem;
  line-height: 1;
}

.common-top-news dl div dd,
.common-news dl div dd{
  width: 76%;
  padding-left: 30px;
  line-height: 1.4;
}

section.ir-top-calendar{
  padding: 130px 0 0;
}

/* プレスルーム（アーカイブ） */
.archive table td span{
  max-width: 120px;
  height: 20px;
  padding: 3px 5px;
  margin-bottom: 5px;
  text-align: center;
  color: #fff;
  font-size: 1.4rem;
  line-height: 1;
  display: block;
}

/* ----- ラベル色指定 ----- */

/* ＩＲ */
.common-top-news dl div dt span.ir,
.common-news dl div dt span.ir,
.archive table td span.ir{
  background: #173e80;
}
/* 企業人事 */
.common-top-news dl div dt span.hr,
.common-news dl div dt span.hr,
.archive table td span.hr{
  background: #173e80;
}

/* 大切なお知らせ */
.common-top-news dl div dt span.important_notice,
.common-news dl div dt span.important_notice,
.archive table td span.important_notice{
  background: #e35206;
}

/* 新発売 */
.common-top-news dl div dt span.new_release,
.common-news dl div dt span.new_release,
.archive table td span.new_release{
  background: #e50077;
}

/* セミナー */
.common-top-news dl div dt span.seminar,
.common-news dl div dt span.seminar,
.archive table td span.seminar{
  background: #008900;
}

/* イベント */
.common-top-news dl div dt span.event,
.common-news dl div dt span.event,
.archive table td span.event{
  background: #008900;
}

/* キャンペーン */
.common-top-news dl div dt span.campaign,
.common-news dl div dt span.campaign,
.archive table td span.campaign{
  background: #008900;
}

/* ご案内 */
.common-top-news dl div dt span.guidance,
.common-news dl div dt span.guidance,
.archive table td span.guidance{
  background: #666;
}

/* 展示会 */
.common-top-news dl div dt span.exhibition,
.common-news dl div dt span.exhibition,
.archive table td span.exhibition{
  background: #008900;
}

/* ご報告 */
.common-top-news dl div dt span.report,
.common-news dl div dt span.report,
.archive table td span.report{
  background: #666;
}

/* 採用 */
.common-top-news dl div dt span.recruit,
.common-news dl div dt span.recruit,
.archive table td span.recruit{
  background: #0066cc;
}
/* 無し */
.common-top-news dl div dt span.hr,
.common-news dl div dt span.hr,
.archive table td span.hr{
  background: #fff;
}


/* ------------ 下層ページ  ------------ */

.lower .main-wrapper{
  padding-bottom: 200px;
}

.sustainability .main-wrapper{ 
  border-bottom: 5px solid #0D602F;
  border-image: linear-gradient(to right, #19432c 0%, #128c3c 100%) 1;
}
.ir .main-wrapper,
.press .main-wrapper,
.news .main-wrapper{ 
  border-bottom: 5px solid #3e4fc1;
  border-image: linear-gradient(to right, #00000d 0%, #3e4fc1 100%) 1;
}
.company .main-wrapper{ 
  border-bottom: 5px solid #b20017;
  border-image: linear-gradient(to right, #291625 0%, #b20017 100%) 1;
}
.recruit .main-wrapper{ 
  border-bottom: 5px solid #007bd2;
  border-image: linear-gradient(to right, #171c61 0%, #007bd2 100%) 1;
}

.top .main-wrapper{ border-bottom: 0; }

/* 下層ページ共通MV  */
.lower-mv {
  max-width: 100%;
  height: 280px;
  background-position: center;
  background-repeat: no-repeat;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  background-size: cover;
}
.sustainability.environment .lower-mv{ background-image: url(/sustainability/common/images/env_mv_top_pc.jpg); }
.sustainability.social .lower-mv{ background-image: url(/sustainability/common/images/soc_mv_top_pc.jpg); }
.sustainability.governance .lower-mv{ background-image: url(/sustainability/common/images/gov_mv_top_pc.jpg); }

.lower-mv h2{
  max-width: var(--main-min-width);
  width: 100%;
  margin: 0 auto;
  padding-left: 200px;
  color: #fff;
  font-size: 2.2rem;
  font-weight: bold;
}
.lead-wrap{
  max-width: 980px;
  width: 100%;
  margin: 65px auto 100px;
  display: flex;
  flex-wrap: wrap;
}
.lead-copy{
  max-width: 980px;
  width: 100%;
  margin: 65px auto 100px;
  line-height: 1.9;
  font-size: 1.8rem;
}
.lead-copy-index{
  max-width: var(--main-min-width);
  width: 100%;
  margin: 65px auto 100px;
  line-height: 1.9;
  font-size: 1.8rem;
  padding-left: 200px;
}
.lead-wrap .lead-copy{
  width: 58%;
  padding-right: 10px;
  margin: 0;
}
.lead-wrap .img-wrap{
  width: 42%;
  text-align: right;
}

.txt-only,
.txt-img .txt,
.txt-img-float .txt{
  line-height: 1.9;
}
.txt-img{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.txt-img .txt{
  max-width: 56%;
  width: 100%;
}
.txt-img .img-wrap{
  max-width: 40%;
  width: 100%;
  text-align: right;
}
.txt-img.mini .txt{
  max-width: 70%;
  width: 100%;
}
.txt-img.mini{
  align-items: center;
}
.txt-img.mini.imgtop{
  align-items: start;
}
.txt-img.mini .img-wrap{
  max-width: 27%;
  width: 100%;
  text-align: right;
}
.txt-img.mark .img-wrap{
  max-width: 16%;
  width: 100%;
  text-align: left;
}
.txt-img.mark .txt{
  max-width: 82%;
  width: 100%;
}

/* ロゴ用 */
.txt-img.mini.logo .img-wrap{
  max-width: 35%;
}
.txt-img.mini.logo .txt{
  max-width: 65%;
}

/* テキスト回り込み */
.txt-img-float .img-wrap{
  min-width: 300px;
  width: 30%;
  margin: 10px 0 10px 30px;
  float: right;
}

.tb-line{
  padding: 15px 0;
  border-top: 1px solid #000000;
  border-bottom: 1px solid #000000;
}


/* news（ニュース）
---------------------------------------------- */

.news .btn-list,
.press .btn-list{
  margin: 70px auto 20px;
}
.news .wrap980{
  text-align: right;
}
.news .wrap980 p{
  display: block;
}
.news .btn-list li,
.press .btn-list li{
  width: 18.4%;
  margin-top: 20px;
}
.news .btn-list li:nth-child(1),
.news .btn-list li:nth-child(2),
.news .btn-list li:nth-child(3),
.news .btn-list li:nth-child(4),
.news .btn-list li:nth-child(5),
.press .btn-list li:nth-child(1),
.press .btn-list li:nth-child(2),
.press .btn-list li:nth-child(3),
.press .btn-list li:nth-child(4),
.press .btn-list li:nth-child(5){
  margin-top: 0;
}
.news .common-news{
  max-width: 980px;
  width: 100%;
  margin: 50px auto 0;
  padding: 0;
}


/* press（プレスルーム (報道関係者の皆様へ)）
---------------------------------------------- */

.press .main-wrapper .box{
  border: 1px solid #cccccc;
  margin-top: 40px;
  padding: 30px 40px;
}
.press .main-wrapper .box h3{
  font-weight: bold;
  padding-bottom: 5px;
}
.press .main-wrapper .mail{
  color: #1746aa;
}
.press .main-wrapper .mail .domain::before{
  content: "@";
}
.press .main-wrapper ul{
  margin-left: 20px;
}
.press .main-wrapper ul li{
  margin-bottom: 5px;
}
.press .main-wrapper table tr td:nth-child(1){
  width: 6%;
}
.press .main-wrapper table tr td:nth-child(2){
  width: 52%;
}
.press .main-wrapper table tr td:nth-child(3){
  width: 20%;
}
.press .main-wrapper table tr td:nth-child(4){
  width: 12%;
}

/* プレスルーム（アーカイブ）（press/archive） */

.archive .zip-l{
  margin-bottom: 0;
  text-indent: -25px;
  padding-left: 25px;
  display: inline-block;
}
.archive .pdf-r::after{
  margin: 0;
  width: 14px;
  height: 18px;
  vertical-align: bottom;
  margin-bottom: 3px;
}
.press.archive .main-wrapper ul{
  margin-left: 0;
}


/* --------------------------------------------

 スマホ

-------------------------------------------- */

@media screen and (max-width: 750px) {

  .sp{ display: block !important; }
  .pc{ display: none !important; }

  body {
    min-width: 100%;
    font-size: 1.4rem;
    font-family: sans-serif;
  }

  /* header固定のため_20230111 */
  main{
    padding-top: 80px;
  }
  #anchor01,#anchor02,#anchor03,#anchor04,#anchor05,
  #anchor06,#anchor07,#anchor08,#anchor09,#anchor10{
    margin: -50px auto 0 !important;
    padding: 100px 0 0 !important;
  }

  select{
    padding: 5px 8px;
  }
  section:not(.max){
    max-width: 100%;
    width: 100%;
    padding: 0 40px;
  }
  .wrap1160{
    max-width: 100%;
    width: 100%;
    padding: 25px 40px 0;
  }
  .wrap980{
    max-width: 100%;
    width: 100%;
  }
  .prl20-sp{ padding: 0 20px !important; }

  section.max{
    max-width: 100%;
    width: 100%;
    margin-top: 30px;
    padding: 40px;
  }
  .section-style01-wrap > .wrap980{
    padding: 0 20px;
  }
  section.section-style01 .indent90,
  section.section-style01 .wrap980{
    padding: 0 20px;
  }
  section.section-style01 .indent90.listvar{
    padding: 0 20px 0 40px
  }
  .lower section:not(.max){
    padding: 0 20px 0;
  }
  .lower section.section-style01,
  .lowertop-block{
    max-width: 100%;
    width: 100%;
    margin: 50px auto 0 !important;
  }
  .lowertop-block{
    padding: 0 20px;
  }
  .lower .wrap1160{
    padding: 25px 20px 0;
    margin: 0 auto !important;
  }
  .lower section.max{
    padding: 40px 20px;
  }

  /* インデント */
  .indent90{
    padding: 0 20px;
  }

  /* 123...の数字入りリスト */
  ol.num{
    margin: 10px 0 0 20px;
  }
  ol.num li{
    margin-bottom: 25px;
    padding-left: 10px;
    list-style-type: decimal;
  }
  /* イロハ...の数字入りリスト  */
  ol.iroha{
    margin: 10px 0 0 42px;
  }
  ol.iroha li{
    margin-bottom: 10px;
    padding-left: 10px;
  }

  /*------- タイトル ------*/

  /* 下層ページ共通h1（下線が必要な場合はh1-wrapを親要素にする） */
  .lower-h1-style {
    margin: 0;
    padding: 20px;
    font-size: 2rem;
    border-top: 1px solid #000;
  }

  /* 1階層目タイトル_深緑の下線有り */
  .title-style01 {
    max-width: 100%;
    width: 100%;
    margin-bottom: 30px;
    font-size: 1.8rem;
    line-height: 1.35;
  }
  .title-style01 span{
    padding: 0 20px;
    display: block;
  }

  /* 3階層目タイトル_シンプル太文字 */
  .title-style02{
    margin-bottom: 5px;
    font-size: 1.58rem;
  }
  .title-style02-s{
    font-size: 1.5rem;
  }

  /* 背景グレーの、画像とテキストが並ぶタイトル */
  .title-style03{
    margin: 20px 0;
    padding-bottom: 20px;
  }
  .title-style03 .img-wrap{
    width: 100%;
    margin: 0 auto 15px;
  }
  .title-style03 h2{
    width: 100%;
    padding-left: 0;
    font-size: 1.6rem;
    text-align: left;
  }
  /* 2階層目タイトル_下線入りのサブタイトル */
  .title-style04{
    max-width: 100%;
    width: 100%;
    font-size: 1.5rem;
  }

  /*------- リンク ------*/

  /* 背景白枠線黒のシンプルボタン */
  a.simple-btn{
    max-width: 240px;
    margin: 40px auto 0;
    padding: 15px 10px;
    font-size: 1.3rem;
  }

  /*------- ぱんくず ------*/

  #bread-crumb {
    font-size: 1.3rem;
    display: none;/* SP非表示_必要なければ他の指定は削除  */
  }
  #bread-crumb li{
    padding: 0 3px 0 0;
  }
  #bread-crumb li::after {
    padding: 0 0 0 8px;
  }
  .bread-lang{
    margin-top: 15px;
  }



  /*------- リスト ------*/

  /* ボタンリンクのリスト */
  .link-style01-wrap {
    padding: 30px 0;
    margin: 35px 0 0;
  }
  .lower .link-style01{
    padding: 0 40px;
  }
  .link-style01{
    display: block;
    margin: 0 auto;
    padding: 0 40px;
  }
  .link-style01.indexpage{
    margin-top: 50px;
  }
  .link-style01 li{
    width: 100%;
    margin-top: 15px;
  }
  .link-style01 li:nth-child(2){
    margin-top: 15px;
  }
  .link-style01 li a{
    padding: 20px 25px 20px 10px;
    text-align: left;
    font-size: 1.6rem;
    text-align: center;
  }
  .link-style01 li a::after{
    width: 5px;
    height: 5px;
    margin-top: -4px;
    top: 50%;
    right: 10px;
  }

  /* シンプルボタンリスト */
  .btn-list {
    padding: 0 20px;
    margin: 50px auto 60px;
  }
  .btn-list li a {
    padding: 10px 10px;
    text-align: left;
  }
  .btn-list li a::after {
    right: 12px;
  }

  /* アンカーリンク */
  .anchor-list{
    width: 100%;
    margin: 50px auto 0;
    padding: 20px 25px 15px;
  }
  .anchor-list.long li{
    padding-right: 0;
  }

  /* 装飾なしで横並びのdl */
  .simple-dl{
    display: block;
  }
  .simple-dl dt{
    width: 100%;
  }
  .simple-dl dd,
  .simple-dl .dd-wrap,
  .simple-dl .dd-wrap dd{
    width: 100%;
    padding-left: 0;
  }

  /* table風dl dtにグレー背景で横並び */
  .table-dl{
    display: block;
  }
  .table-dl dt{
    width: 100%;
    padding: 10px 15px;
  }
  .table-dl dd{
    width: 100%;
    padding: 10px 15px;
    border-left: 0;
  }
  /* table風dl dtにグレー背景で縦並び */
  .table-dl-vertical{
    display: block;
    border-bottom: 0;
  }
  .table-dl-vertical div{
    width: 100%;
    margin-top: 15px;
  }
  .table-dl-vertical div:first-child{
    margin-top: 0;
  }
  .table-dl-vertical div:nth-child(2){
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
  }
  .table-dl-vertical div dt{
    width: 100%;
    padding: 10px 15px;
  }
  .table-dl-vertical dd{
    width: 100%;
    padding: 10px 15px;
  }


  /*------- テーブルスタイル ------*/
  table {
    font-size: 1.3rem;
  }
  tbody {
    -webkit-text-size-adjust: 100%;
  } 
  /* thにグレー背景が入ったシンプルtable */
  .table-style01{
    margin: 30px 0;
  }
  .table-style01 th,
  .table-style01 td{
    padding: 10px 15px;
  }
  .table-wrap .table-style01.mini{
    min-width: 600px;
    width: 100%;
    margin: 0;
  }


  /* ------------ トップページ  ------------ */

  .sustainability-mv{
    max-width: 100%;
    height: 0;
    padding-bottom: 109%;
    background-image: url(/sustainability/common/images/sus_top_mv_sp.jpg);
    background-size: cover;
  }
  .sustainability-mv .txt-wrap {
    max-width: var(--main-min-width);
    width: 100%;
    margin: 0 auto;
    padding: 0 40px;
    color: #fff;
  }
  .sustainability-mv .txt-wrap h1 {
    font-size: 3.8rem;
    padding: 85px 0 35px;
  }
  .sustainability-mv .txt-wrap .subtxt {
    font-size: 1.3rem;
    line-height: 1.6;
    margin-top: 0;
  }
  .sustainability-mv .date-wrap .img-wrap {
    min-width: 50px;
    width: 18%;
  }
  .sustainability-mv .date-wrap {
    width: 60%;
    padding: 10px 0 10px 20px;
    position: absolute;
    right: 0;
    bottom: 20px;
    align-items: center;
  }
  .sustainability-mv .date-wrap .img-wrap {
    min-width: 50px;
    width: 20%;
    margin-right: 4%;
  }
  .sustainability-mv .date-wrap .link-wrap a {
    padding: 9px 0 9px 15px;
    font-size: 1.3rem;
  }
  .sustainability-mv .date-wrap .link-wrap a::after {
    right: 10px;
  }

  /* 最新情報  */
  section.sus-top-news .wrap1160,
  .sus-top-news dl {
    display: block;
    padding: 0;
  }
  section.sus-top-news{
    margin-top: 0;
  }
  .sus-top-news h2{
    width: 100%;
  }
  .sus-top-news dl {
    width: 100%;
  }
  .sus-top-news dl dt {
    width: 100%;
    padding: 12px 15px 0;
    text-align: left;
  }
  .sus-top-news dl dd {
    width: 100%;
    padding: 5px 15px 10px;
  }

  /* TOPメニュー  */

  .common-top-menu02 > ul,
  .common-top-menu01 > ul,
  .sus-top-menu01 > ul{
    display: block;
    padding: 0;
  }
  .common-top-menu02 > ul > li,
  .sustainability.top .common-top-menu02 > ul > li{
    width: 100%;
    margin-top: 50px;
  }
  .ir .common-top-menu01.max > ul > li{
    width: 100%;
  }
  .common-top-menu02 > ul > li:nth-child(2),
  .common-top-menu02 > ul > li:nth-child(3){
    margin-top: 50px;
  }
  .sustainability.top .common-top-menu02 ul li ul{
    padding: 15px 0 0 20px;
  }
  .ir.top .common-top-menu02{
    padding: 80px 40px 0;
  }
  .sus-top-menu01 > ul > li{
    width: 100%;
    margin-bottom: 40px;
  }
  .sus-top-menu01 > ul > li:last-child{
    margin-bottom: 0;
  }
  .common-top-menu01 > ul > li{
    width: 100%;
    margin-bottom: 60px;
  }
  .common-top-menu01 > ul > li:last-child,
  .ir .common-top-menu01.max > ul > li:last-child{
    margin-bottom: 0;
  }
  .common-top-menu02{
    clear: both;
  }
  .common-top-menu02 h2 {
    font-size: 1.8rem;
  }
  .common-top-menu02 h2 a{
    padding: 35px 15px;
  }
  .common-top-menu02 .msg a img {
    width: 167px;
    margin-top: -30px;
  }
  .common-top-menu02 .msg {
    height: 233px;
    margin-top: 0 !important;
  }
  .common-top-menu02 ul li ul {
    padding: 30px 0 0;
    line-height: 1.3;
  }
  .common-top-menu02 ul li ul li{
    margin-bottom: 8px;
  }
  .common-top-menu01 h2 {
    font-size: 1.8rem;
    padding: 20px 5px;
  }
  .common-top-menu01 ul li a img{
    width: 100%;
  }
  section.sus-top-menu01{
    padding: 40px 40px 0;
  }
  section.sus-top-menu01 h2{
    font-size: 2.4rem;
    font-weight: bold;
    margin-bottom: 10px;
  }
  .common-top-menu02 ul li ul li a, .sus-top-menu01 ul li a {
    padding-left: 18px;
    text-indent: 0px;
    display: block;
  }
  section.common-top-menu01.max{
    background: #131828;
    padding: 65px 42px;
    margin-top: 70px;
  }
  .ir section.common-top-menu01.max {
    background: #d6d6d6;
  }
  .common-top-menu01.max ul{
    max-width: 300px;
    margin: 0 auto;
  }
  section.common-top-menu01.bgnone{
    margin-top: 100px;
  }
  .common-top-menu01.bgnone ul{
    max-width: 270px;
    margin: 0 auto;
  }
  .common-top-menu01.bgnone > ul > li{
    margin-bottom: 45px;
    margin-top: 0;
  }
  .common-top-menu01.bgnone > ul > li:last-child{
    margin-bottom: 0;
  }

  /* サスナビリティ以下のTOP共通 */

  .common-top-mv{
    max-width: 100%;
    height: 0;
    padding-bottom: 63%;
    background-size: cover;
  }
  .company .common-top-mv{ background-image: url(/company/common/images/com_top_mv_sp.jpg); }
  .ir .common-top-mv{ background-image: url(/ir/common/images/ir_top_mv_sp.jpg); }

  .common-top-mv .txt-wrap {
    max-width: var(--main-min-width);
    width: 100%;
    margin: 0 auto;
    padding: 0 40px;
    color: #fff;
  }
  .common-top-mv .txt-wrap h1 {
    font-size: 3.8rem;
    padding: 85px 0 35px;
  }
  .common-top-mv .txt-wrap .subtxt {
    font-size: 1.3rem;
    line-height: 1.6;
    margin-top: 0;
  }

  /* ニュース */

  .common-news{
    margin-top: 0;
  }

  .ir section.common-top-news{
    padding: 100px 20px 0;
  }
  section.ir-top-calendar{
    padding: 70px 20px 0;
  }
   section.common-top-news{
    padding: 0 20px;
   }
  .common-top-news h2,
  .ir-top-calendar h2{
    margin-bottom: 30px;
    font-size: 3rem;
  }
  .common-top-news dl div,
  .common-news dl div{
    padding: 18px 0;
    display: block;
    font-size: 1.4rem;
  }
  .common-top-news dl div dt,
  .common-news dl div dt{
    width: 100%;
    justify-content: left;
  }
  .common-top-news dl div dt .time,
  .common-top-news dl div dt span,
  .common-news dl div dt .time,
  .common-news dl div dt span{
    width: auto;
    display: inline-block;
  }
  .common-top-news dl div dt span:not(.time),
  .common-news dl div dt span:not(.time){
    min-width: 110px;
    height: 18px;
    margin-left: 10px;
    padding: 2px 5px;
    font-size: 1.2rem;
  }
  .common-top-news dl div dd,
  .common-news dl div dd{
    width: 100%;
    padding-left: 0;
    padding-top: 10px;
  }

  /* プレスルーム（アーカイブ） */
  .archive table td span{
    font-size: 1.2rem;
  }

  /* ------------ 下層ページ  ------------ */

  .lower-mv{
    max-width: 100%;
    height: 0;
    padding-bottom: 33.854%;
    background-size: cover;
    position: relative;
  }
  .sustainability.environment .lower-mv{ background-image: url(/sustainability/common/images/env_mv_top_sp.jpg); }
  .sustainability.social .lower-mv{ background-image: url(/sustainability/common/images/soc_mv_top_sp.jpg); }
  .sustainability.governance .lower-mv{ background-image: url(/sustainability/common/images/gov_mv_top_sp.jpg); }

  .lower-mv h2{
    max-width: var(--main-min-width);
    width: 100%;
    margin: 0 auto;
    padding-left: 0;
    color: #fff;
    font-size: 1.3rem;
    position: absolute;
    top: 50%;
    left: 25%;
    transform: translateY(-50%);
  }
  .lead-wrap,
  .lead-copy,
  .lead-copy-index{
    margin: 35px auto 80px;
    padding: 0 20px;
    font-size: 1.5rem;
  }
  .lead-wrap .lead-copy{
    width: 100%;
    padding: 0;
    margin: 0 0 10px;
  }
  .lead-wrap .img-wrap{
    width: 100%;
    text-align: center;
  }
  .txt-only,
  .txt-img .txt,
  .txt-img-float .txt{
    line-height: 1.8;
  }
  .txt-img{
    display: block;
  }
  .txt-img .txt,
  .txt-img.mini .txt,
  .txt-img.mini.logo .txt,
  .txt-img.mark .txt{
    max-width: 100%;
  }
  .txt-img.mark .txt{
    margin-top: 20px;
  }
  .txt-img .img-wrap,
  .txt-img.mini .img-wrap,
  .txt-img.mini.logo .img-wrap,
  .txt-img.mark .img-wrap {
    max-width: 100%;
    text-align: center;
    margin-top: 20px;
  }

  /* テキスト回り込み */
  .txt-img-float .img-wrap{
    min-width: auto;
    max-width: 300px;
    width: 100%;
    margin: 0 0 20px;
    float: none;
  }


  .lower .main-wrapper {
    padding-bottom: 100px;
  }

  /* news（ニュース）
  ---------------------------------------------- */

  .news .linktxt-blue{
    margin-bottom: 10px;
  }
  .news .btn-list li{
    width: 30%;
    margin-top: 15px;
  }
  .news .btn-list li:nth-child(1),
  .news .btn-list li:nth-child(2),
  .news .btn-list li:nth-child(3){
    margin-top: 0;
  }
  .news .btn-list li:nth-child(4),
  .news .btn-list li:nth-child(5){
    margin-top: 15px;
  }
  .news .common-news{
    max-width: 100%;
    width: 100%;
    padding: 0 20px;
  }

  /* プレスルーム（アーカイブ）（press/archive） */

  .press.archive .btn-list li{
    width: 30%;
    margin-top: 15px;
  }
  .press.archive .btn-list li:nth-child(1),
  .press.archive .btn-list li:nth-child(2),
  .press.archive .btn-list li:nth-child(3){
    margin-top: 0;
  }
  .press.archive .btn-list li:nth-child(4),
  .press.archive .btn-list li:nth-child(5){
    margin-top: 15px;
  }


}/* max-width:750px */



/* 印刷用css追記_20240528 */

@media print{

  html {
    font-size: 45%;
  }

  .mega-menu,
  #navi-wrap .gnavi,
  .mega-menu-wrap,
  .language{
    display: none !important;
  }
  main {
    padding: 0 0 0;
  }
  .head-upper {
    padding: 0 0 0 30px;
  }
  .header-wrap {
    position: relative;
    padding: 20px 0;
    border-bottom: 5px solid #000;
  }
  .lower-h1-style {
    font-size: 3.2rem;
    padding: 0 20px;
    margin: 30px auto;
  }
  .h1-wrap {
    border-bottom: 1px solid #333333;
  }
  .common-top-mv .txt-wrap{
    padding: 0 35px;
  }
  footer .wrap1160{
    padding: 0 30px;
  }
  body .main-wrapper{
    border-bottom: 1px solid #000 !important;
    border-image: linear-gradient(to right, #000 0%, #000 100%) 1 !important;
  }
  .lower .main-wrapper{
    padding-bottom: 100px;
  }
  footer {
    background: none;
    padding: 0 0 20px;
  }
  footer .main-menu,
  footer .sub-menu ul,
  .sns-list,
  #back-to-top{
    display: none !important;
  }
  footer .sub-menu small {
    width: 100%;
    color: #000;
    text-align: center;
  }

}