/*
Theme Name: JFEテクノス
*/
@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP&family=Noto+Serif+JP&display=swap');
/*== base ==============================*/
* {
 margin: 0;
 padding: 0;
 box-sizing: border-box;
}
html {
 font-size: 62.5%;
 margin: 0;
 padding: 0;
 -webkit-text-size-adjust: 100%;
 touch-action: manipulation;
}
body {
 width: 100%;
 max-width: 1920px;
 /*min-width: 1280px;*/
 color: #333;
 font-family: 'Noto Sans JP', sans-serif, "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "メイリオ", sans-serif;
 font-size: 1.6rem; /* 16px*/
 line-height: 1.5;
 margin: 0 auto;
 padding: 0;
 background-color: #fff;
 box-sizing: border-box;
}

body.fixed {
  position: fixed;
  width: 100%;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
 body {
  max-width: initial;
  min-width: initial;
 }
}
ul, li, dl, dt, dd, table, th, td {
 margin: 0;
 padding: 0;
 border-collapse: collapse;
 border-spacing: 0;
 list-style: none;
}
img {
 display: block;
 max-width: 100%;
 height: auto;
 -webkit-backface-visibility: hidden;
}
/****--link--****/
a {
 color: #333333;
 text-decoration: none;
}
a:hover {
 text-decoration: none;
}
.op {
 transition: 0.4s ease-in-out;
}
.op:hover {
 opacity: 0.7;
}
a[href$=".pdf"]::after {
 content: "PDF";
 color: #fff;
 padding: 0px 5px;
 margin-left: 10px;
 background: #F91519;
}
.nolink {
 pointer-events: none;
 cursor: default;
}
/*== //base ============================*/
/*== common ============================*/
.wrap {
	position: relative;
 display: flex;
 -webkit-flex-direction: column;
 -ms-flex-direction: column;
 flex-direction: column;
 min-height: 100vh;
 overflow: hidden;
}
.wrap.fixed {
  position: fixed;
  width: 100%;
  overflow: hidden;
}
.wrap.act {
 overflow: hidden;
 position: fixed;
 z-index: -1;
 width: 100%;
 height: 100%;
}
.content {
 /*padding: 136px 0 0;*/
}
.sp {
 display: none;
}
.clearfix::after {
 content: "";
 display: block;
 clear: both;
}
@media screen and (max-width: 767px) {
 .content {
  padding: 16vw 0 0;
 }
 .sp {
  display: block;
 }
 .pc {
  display: none;
 }
}
/****--container--****/
.inner_box_01 {
 max-width: 1280px;
 margin: auto;
}
.inner_box_02 {
 max-width: 1920px;
 margin: auto;
}
.inner_box_03 {
 max-width: 1200px;
 margin: auto;
}
.inner_box_04 {
 max-width: 1130px;
 margin: auto;
}
@media screen and (max-width: 767px) {
 
.inner_box_04 {
 max-width: 90vw;
 margin: auto;
}
}
/****--list--****/
.list_disc li {
 list-style: disc;
}
.list_disc_s li {
 margin-left: 1rem;
 position: relative;
 padding-left: 1rem;
}
.list_disc_s li::before {
 position: absolute;
 left: -1rem;
 content: "・"
}
/****--flex--****/
.fl_box {
 display: -webkit-flex;
 display: -ms-flexbox;
 display: flex;
 -webkit-flex-wrap: wrap;
 -ms-flex-wrap: wrap;
 flex-wrap: wrap;
 -webkit-justify-content: space-between;
 -ms-justify-content: space-between;
 justify-content: space-between;
}
.fl_al_cent {
 -webkit-align-items: center;
 -ms-align-items: center;
 align-items: center;
}
.fl_al_end {
 -webkit-align-items: flex-end;
 -ms-align-items: flex-end;
 align-items: flex-end;
}
.fl_al_start {
 -webkit-align-items: flex-start;
 -ms-align-items: flex-start;
 align-items: flex-start;
}
.fl_al_str {
 -webkit-align-items: stretcht;
 -ms-align-items: stretch;
 align-items: stretch;
}
.fl_jc_start {
 -webkit-justify-content: start;
 -ms-justify-content: start;
 justify-content: start;
}
.fl_jc_cent {
 -webkit-justify-content: center;
 -ms-justify-content: center;
 justify-content: center;
}
.fl_box .col3 {
 width: 32%;
}
.fl_box .col4 {
 width: 24%;
}
.fl_box .fl_10 {
 width: 10%;
}
.fl_box .fl_20 {
 width: 20%;
}
.fl_box .fl_25 {
 width: 25%;
}
.fl_box .fl_30 {
 width: 30%;
}
.fl_box .fl_35 {
 width: 35%;
}
.fl_box .fl_40 {
 width: 40%;
}
.fl_box .fl_45 {
 width: 45%;
}
.fl_box .fl_50 {
 width: 50%;
}
.fl_box .fl_55 {
 width: 55%;
}
.fl_box .fl_60 {
 width: 60%;
}
.fl_box .fl_65 {
 width: 65%;
}
.fl_box .fl_70 {
 width: 70%;
}
.fl_box .fl_75 {
 width: 75%;
}
.fl_box .fl_80 {
 width: 80%;
}
.sort1 {
 -webkit-box-ordinal-group: 1;
 -ms-flex-order: 1;
 -webkit-order: 1;
 order: 1;
}
.sort2 {
 -webkit-box-ordinal-group: 2;
 -ms-flex-order: 2;
 -webkit-order: 2;
 order: 2;
}
.sort3 {
 -webkit-box-ordinal-group: 3;
 -ms-flex-order: 3;
 -webkit-order: 3;
 order: 3;
}
.sort4 {
 -webkit-box-ordinal-group: 4;
 -ms-flex-order: 4;
 -webkit-order: 4;
 order: 4;
}
@media screen and (max-width: 767px) {
 .sort1_sp {
  -webkit-box-ordinal-group: 1;
  -ms-flex-order: 1;
  -webkit-order: 1;
  order: 1;
 }
 .sort2_sp {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 2;
  -webkit-order: 2;
  order: 2;
 }
 .sort3_sp {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 3;
  -webkit-order: 3;
  order: 3;
 }
 .sort4_sp {
  -webkit-box-ordinal-group: 4;
  -ms-flex-order: 4;
  -webkit-order: 4;
  order: 4;
 }
}
/****--fade--****/
.fade {
 opacity: 0;
}
.ft_01 {
 outline: 1px solid transparent;
 transition: all 1s;
}
.ft_02 {
 outline: 1px solid transparent;
 transition: all 1.5s;
}
.ft_03 {
 outline: 1px solid transparent;
 transition: all 2s;
}
.ft_04 {
 outline: 1px solid transparent;
 transition: all 2.5s;
}
.fade_on {
 opacity: 1;
}
/****-text--****/
/*--txt common--*/
.section_title {
 color: #727171;
 font-size: 3.7rem;
 font-weight: bold;
 text-align: center;
 margin-bottom: 15px;
}
.tx_c_g {
 color: #575757 !important;
}
.txc {
 text-align: center !important;
}
.txr {
 text-align: right !important;
}
.tx12 {
 font-size: 1.2rem !important;
}
.tx14 {
 font-size: 1.4rem !important;
}
.tx16 {
 font-size: 1.6rem !important;
}
.tx18 {
 font-size: 1.8rem !important;
}
.tx20 {
 font-size: 2.0rem !important;
}
.tx21 {
 font-size: 2.1rem !important;
}
.tx24 {
 font-size: 2.4rem !important;
}
.tx28 {
 font-size: 2.8rem !important;
}
.tx32 {
 font-size: 3.2rem !important;
}
.tx40 {
 font-size: 4.0rem !important;
}
@media all and (max-width: 767px) {
 .section_title {
  font-size: 1.7rem;
  margin-bottom: 3vw;
 }
}
/****--pc margin--****/
@media all and (min-width: 768px) {
 /*--margin-all--*/
 .ma10 {
  margin: 10px;
 }
 .ma15 {
  margin: 15px;
 }
 .ma20 {
  margin: 20px;
 }
 .ma25 {
  margin: 25px;
 }
 .p30 {
  margin: 30px;
 }
 .ma35 {
  margin: 35px;
 }
 .ma40 {
  margin: 40px;
 }
 .ma45 {
  margin: 45px;
 }
 .ma50 {
  margin: 40px;
 }
 .ma55 {
  margin: 45px;
 }
 .ma60 {
  margin: 60px;
 }
 /*--margin-top--*/
 .mt00 {
  margin-top: 0px !important;
 }
 .mt05 {
  margin-top: 5px !important;
 }
 .mt10 {
  margin-top: 10px !important;
 }
 .mt15 {
  margin-top: 15px !important;
 }
 .mt20 {
  margin-top: 20px !important;
 }
 .mt25 {
  margin-top: 25px !important;
 }
 .mt30 {
  margin-top: 30px !important;
 }
 .mt35 {
  margin-top: 35px !important;
 }
 .mt40 {
  margin-top: 40px !important;
 }
 .mt45 {
  margin-top: 45px !important;
 }
 .mt50 {
  margin-top: 50px !important;
 }
 .mt55 {
  margin-top: 55px !important;
 }
 .mt60 {
  margin-top: 60px !important;
 }
 /*--margin-bottom--*/
 .mb00 {
  margin-bottom: 0px !important;
 }
 .mb05 {
  margin-bottom: 5px !important;
 }
 .mb10 {
  margin-bottom: 10px !important;
 }
 .mb15 {
  margin-bottom: 15px !important;
 }
 .mb20 {
  margin-bottom: 20px !important;
 }
 .mb25 {
  margin-bottom: 25px !important;
 }
 .mb30 {
  margin-bottom: 30px !important;
 }
 .mb35 {
  margin-bottom: 35px !important;
 }
 .mb40 {
  margin-bottom: 40px !important;
 }
 .mb45 {
  margin-bottom: 45px !important;
 }
 .mb50 {
  margin-bottom: 50px !important;
 }
 .mb55 {
  margin-bottom: 55px !important;
 }
 .mb60 {
  margin-bottom: 60px !important;
 }
 /*--margin-left--*/
 .ml00 {
  margin-left: 0px !important;
 }
 .ml05 {
  margin-left: 5px !important;
 }
 .ml10 {
  margin-left: 10px !important;
 }
 .ml15 {
  margin-left: 15px !important;
 }
 .ml20 {
  margin-left: 20px !important;
 }
 .ml25 {
  margin-left: 25px !important;
 }
 .ml30 {
  margin-left: 30px !important;
 }
 .ml35 {
  margin-left: 35px !important;
 }
 .ml40 {
  margin-left: 40px !important;
 }
 .ml45 {
  margin-left: 45px !important;
 }
 .ml50 {
  margin-left: 50px !important;
 }
 .ml55 {
  margin-left: 55px !important;
 }
 .ml60 {
  margin-left: 60px !important;
 }
 /*--margin-right--*/
 .mr00 {
  margin-right: 0px !important;
 }
 .mr05 {
  margin-right: 5px !important;
 }
 .mr10 {
  margin-right: 10px !important;
 }
 .mr15 {
  margin-right: 15px !important;
 }
 .mr20 {
  margin-right: 20px !important;
 }
 .mr25 {
  margin-right: 25px !important;
 }
 .mr30 {
  margin-right: 30px !important;
 }
 .mr35 {
  margin-right: 35px !important;
 }
 .mr40 {
  margin-right: 40px !important;
 }
 .mr45 {
  margin-right: 45px !important;
 }
 .mr50 {
  margin-right: 50px !important;
 }
 .mr55 {
  margin-right: 55px !important;
 }
 .mr60 {
  margin-right: 60px !important;
 }
}
/*****--sp margin--****/
@media all and (max-width: 767px) {
 /*--margin-top--*/
 .mt10 {
  margin-top: 0.781vw !important;
 }
 .mt20 {
  margin-top: 1.563vw !important;
 }
 .mt30 {
  margin-top: 2.344vw !important;
 }
 .mt40 {
  margin-top: 3.125vw !important;
 }
 /*--margin-bottom--*/
 .mb00 {
  margin-bottom: 0 !important;
 }
 .mb10 {
  margin-bottom: 0.781vw !important;
 }
 .mb20 {
  margin-bottom: 1.563vw !important;
 }
 .mb45 {
  margin-bottom: 3.516vw !important;
 }
 /*--margin-left--*/
 .ml10 {
  margin-left: 0.781vw !important;
 }
 .ml20 {
  margin-left: 1.563vw !important;
 }
 .ml30 {
  margin-left: 2.344vw !important;
 }
 .ml40 {
  margin-left: 3.125vw !important;
 }
 .ml45 {
  margin-left: 3.516vw !important;
 }
 /*--margin-right--*/
 .mr00 {
  margin-right: 0 !important;
 }
 .mr40 {
  margin-right: 3.125vw !important;
 }
}
/****--pc padding--****/
@media all and (min-width: 768px) {
 /*--padding-all--*/
 .pa10 {
  padding: 10px;
 }
 .pa15 {
  padding: 15px;
 }
 .pa20 {
  padding: 20px;
 }
 .pa25 {
  padding: 25px;
 }
 .p30 {
  padding: 30px;
 }
 .pa35 {
  padding: 35px;
 }
 .pa40 {
  padding: 40px;
 }
 .pa45 {
  padding: 45px;
 }
 .pa50 {
  padding: 40px;
 }
 .pa55 {
  padding: 45px;
 }
 .pa60 {
  padding: 60px;
 }
 /*--padding-top--*/
 .pt00 {
  padding-top: 0px !important;
 }
 .pt05 {
  padding-top: 5px !important;
 }
 .pt10 {
  padding-top: 10px !important;
 }
 .pt15 {
  padding-top: 15px !important;
 }
 .pt20 {
  padding-top: 20px !important;
 }
 .pt25 {
  padding-top: 25px !important;
 }
 .pt30 {
  padding-top: 30px !important;
 }
 .pt35 {
  padding-top: 35px !important;
 }
 .pt40 {
  padding-top: 40px !important;
 }
 .pt45 {
  padding-top: 45px !important;
 }
 .pt50 {
  padding-top: 50px !important;
 }
 .pt55 {
  padding-top: 55px !important;
 }
 .pt60 {
  padding-top: 60px !important;
 }
 /*--padding-bottom--*/
 .pb00 {
  padding-bottom: 0px !important;
 }
 .pb05 {
  padding-bottom: 5px !important;
 }
 .pb10 {
  padding-bottom: 10px !important;
 }
 .pb15 {
  padding-bottom: 15px !important;
 }
 .pb20 {
  padding-bottom: 20px !important;
 }
 .pb25 {
  padding-bottom: 25px !important;
 }
 .pb30 {
  padding-bottom: 30px !important;
 }
 .pb35 {
  padding-bottom: 35px !important;
 }
 .pb40 {
  padding-bottom: 40px !important;
 }
 .pb45 {
  padding-bottom: 45px !important;
 }
 .pb50 {
  padding-bottom: 50px !important;
 }
 .pb55 {
  padding-bottom: 55px !important;
 }
 .pb60 {
  padding-bottom: 60px !important;
 }
 /*--padding-left--*/
 .pl00 {
  padding-left: 0px !important;
 }
 .pl05 {
  padding-left: 5px !important;
 }
 .pl10 {
  padding-left: 10px !important;
 }
 .pl15 {
  padding-left: 15px !important;
 }
 .pl20 {
  padding-left: 20px !important;
 }
 .pl25 {
  padding-left: 25px !important;
 }
 .pl30 {
  padding-left: 30px !important;
 }
 .pl35 {
  padding-left: 35px !important;
 }
 .pl40 {
  padding-left: 40px !important;
 }
 .pl45 {
  padding-left: 45px !important;
 }
 .pl50 {
  padding-left: 50px !important;
 }
 .pl55 {
  padding-left: 55px !important;
 }
 .pl60 {
  padding-left: 60px !important;
 }
 /*--padding-right--*/
 .pr00 {
  padding-right: 0px !important;
 }
 .pr05 {
  padding-right: 5px !important;
 }
 .pr10 {
  padding-right: 10px !important;
 }
 .pr15 {
  padding-right: 15px !important;
 }
 .pr20 {
  padding-right: 20px !important;
 }
 .pr25 {
  padding-right: 25px !important;
 }
 .pr30 {
  padding-right: 30px !important;
 }
 .pr35 {
  padding-right: 35px !important;
 }
 .pr40 {
  padding-right: 40px !important;
 }
 .pr45 {
  padding-right: 45px !important;
 }
 .pr50 {
  padding-right: 50px !important;
 }
 .pr55 {
  padding-right: 55px !important;
 }
 .pr60 {
  padding-right: 60px !important;
 }
}
/*****--sp padding--****/
@media all and (max-width: 767px) {
 /*--padding-top--*/
 .pt10 {
  padding-top: 0.781vw !important;
 }
 .pt20 {
  padding-top: 1.563vw !important;
 }
 .pt30 {
  padding-top: 2.344vw !important;
 }
 .pt40 {
  padding-top: 3.125vw !important;
 }
 /*--padding-bottom--*/
 .pb00 {
  padding-bottom: 0 !important;
 }
 .pb10 {
  padding-bottom: 0.781vw !important;
 }
 .pb20 {
  padding-bottom: 1.563vw !important;
 }
 .pb45 {
  padding-bottom: 3.516vw !important;
 }
 /*--padding-left--*/
 .pl10 {
  padding-left: 0.781vw !important;
 }
 .pl20 {
  padding-left: 1.563vw !important;
 }
 .pl30 {
  padding-left: 2.344vw !important;
 }
 .pl40 {
  padding-left: 3.125vw !important;
 }
 .pl45 {
  padding-left: 3.516vw !important;
 }
 /*--padding-right--*/
 .pr00 {
  padding-right: 0 !important;
 }
}
/*== //common ==========================*/
/*== header ============================*/
header {
 width: 100%;
 max-width: 1920px;
 /*position: fixed;
 z-index: 9999;*/
 margin:0 auto;
 background: #fff;
}
header .logo {
 height: 85px;
 padding: 12px 0 0;
 margin: auto;
 background: url("/images/header_l_bg.png") left bottom no-repeat, url("/images/header_r_bg.png") right bottom no-repeat;
}
header .logo a {
 display: block;
 width: 320px;
 margin: auto;
}
header .logo img {
 margin: auto;
}
@media screen and (max-width: 767px) {
 header {
  position: fixed;
  z-index: 9999;
  width: 100%;
  max-width: inherit;
 }
 header .header_cont{
  /*min-height: 15vw;*/
  background: #fff;
 }
 header .logo {
  position: fixed;
  height: auto;
  padding: 3vw 0 3vw;
  background: none;
  background-color: #fff;
  top: 0;
  left:0;
  right: 0;
  margin: auto;
 }
 header .logo img {
  width: 60vw;
  margin: auto;
 }
}
	@media screen and (min-width: 768px) {
/*--pc only slide --*/
header.is-fixed {
 position: fixed;
 top: 0;
 left: 0;
 z-index: 999;
 width: 100%;
 max-width:initial;
	max-width:auto;
 display: none;
}
header.is-fixed .header_cont {
 max-width: 100%;
 display: -webkit-flex;
 display: -ms-flexbox;
 display: flex;
 -webkit-justify-content: space-between;
 -ms-justify-content: space-between;
 justify-content: space-between; 
  background: #fff;
}
header.is-fixed .logo {
 height: auto;
 padding: 15px 0;
 background: none;
}
header.is-fixed .logo a {
 display: block;
 width: 200px;
}
header.is-fixed .logo img {
 width: 200px;
 margin: auto;
  }
}
/*@media screen and (max-width: 767px) {
  header.is-fixed.sp_db{
   display: block;
  }
 header.is-fixed .logo {
  height: auto;
  padding: 3vw 0 3.5vw;
 }
header.is-fixed .logo a {
 width: 45vw;
}
 header.is-fixed .logo img {
  width: 45vw;
  margin: auto;
 }
}*/
/*--sp_toggle--*/
header #sp_toggle {
 display: none;
}
@media screen and (max-width: 767px) {
 header #sp_toggle {
  display: block;
  position: fixed;
  top: 4vw;
  right: 5vw;
  z-index: 99;
  width: 8vw;
  height: 8vw;
 }
 header #sp_toggle.active .top {
  transform: translateY(11px) translateX(0) rotate(45deg);
  background: #333;
 }
 header #sp_toggle.active .middle {
  opacity: 0;
  background: #333;
 }
 header #sp_toggle.active .bottom {
  transform: translateY(-11px) translateX(0) rotate(-45deg);
  background: #333;
 }
 header #sp_toggle span {
  background: #333;
  border: none;
  height: 3px;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  transition: all .35s ease;
  cursor: pointer;
 }
 header #sp_toggle span:nth-of-type(2) {
  top: 11px;
 }
 header #sp_toggle span:nth-of-type(3) {
  top: 22px;
 }
}
/*--#gnav--*/
#gnav {
 display: -webkit-flex;
 display: -ms-flexbox;
 display: flex;
 -webkit-justify-content: center;
 -ms-justify-content: center;
 justify-content: center;
 margin: auto;
 background: #00253f;
}
#gnav > ul {
 /*display: table;*/
 display: -webkit-flex;
 display: -ms-flexbox;
 display: flex;
 -webkit-justify-content: center;
 -ms-justify-content: center;
 justify-content: center;
}
#gnav > ul > li {
 display: table-cell;
}
#gnav > ul > li:hover {
 background: rgba(23, 101, 151, 0.8);
}

/****-202109212修正  padding: 5px 30px 10px;→ padding: 5px 23px 10px;-****/
#gnav > ul > li > a {
 display: table-cell;
 height: 51px;
 color: #fff;
 font-size: 1.65rem;
 vertical-align: bottom;
 padding: 5px 23px 10px;
 transition: all .2s ease-in;
}
@media all and (min-width: 768px) {
 #gnav > ul > li:hover .menu {
  max-height: 9999px;
  opacity: 1;
 }
}
/*--scroll--*/
header.is-fixed #gnav {
 height: 70px;
}
header.is-fixed #gnav a {
 font-size: 1.4rem;
}
header.is-fixed #gnav > ul > li > a {
 height: 70px;
 vertical-align: middle;
}
header.is-fixed #gnav > ull > li > .menu > ul.menu_inner > li > a::before {
 top: 5px;
}
/*--sub_menu--*/
#gnav > ul > li > .menu {
 transition: all .2s ease-in;
 max-height: 0;
 opacity: 0;
 overflow: hidden;
 width: 100%;
 left: 0;
 text-align: center;
 position: absolute;
 z-index: 9999;
 background: rgba(23, 101, 151, 0.8);
}
#gnav > ul > li > .menu > ul.menu_inner {
 width: 1280px;
 padding: 25px 0;
 margin: auto;
}
#gnav > ul > li > .menu > ul.menu_inner > li {
 display: inline-block;
 margin: 0 .5em;
}
#gnav > ul > li > .menu > ul.menu_inner > li.sp {
 display: none;
}
#gnav > ul > li > .menu > ul.menu_inner > li > a {
 position: relative;
 display: block;
 color: #fff;
 font-size: 1.7rem;
 font-weight: normal;
 text-align: left;
 padding-left: 15px;
}
#gnav > ul > li > .menu > ul.menu_inner > li > a::before {
 content: "";
 position: absolute;
 top: 8px;
 left: 0;
 width: 5px;
 height: 10px;
 background: url("/images/white_next.svg") center right no-repeat;
}
#gnav > ul > li > .menu > ul.menu_inner > li > a::after {
 position: absolute;
 bottom: -4px;
 left: 0;
 content: '';
 width: 100%;
 height: 1px;
 background: #fff;
 transform: scale(0, 1);
 transform-origin: left top;
 transition: transform .3s;
}
#gnav > ul > li > .menu > ul.menu_inner > li > a:hover::after {
 transform: scale(1, 1);
}
/*--sub_lower_menu --*/
#gnav > ul > li > .menu > .menu_inner > li.lower {
 width: 30%;
}
#gnav > ul > li > .menu > .menu_inner > li.lower > a {
 margin-bottom: 5px;
}
#gnav > ul > li > .menu > .menu_inner > li.lower > a {
 margin-bottom: 5px;
}
#gnav > ul > li > .menu > ul.menu_inner > li.lower > .menu {
 margin-bottom: 15px;
}
#gnav > ul > li > .menu > ul.menu_inner > li.lower > .menu > ul.menu_inner {
 display: -webkit-flex;
 display: -ms-flexbox;
 display: flex;
 -webkit-flex-wrap: wrap;
 -ms-flex-wrap: wrap;
 flex-wrap: wrap;
 -webkit-justify-content: flex-start;
 -ms-justify-content: flex-start;
 justify-content: flex-start;
 padding: 5px 0 0 12px;
 margin: 10px 0 20px 15px;
 border-left: rgba(255, 255, 255, 0.4) 1px solid;
}
#gnav > ul > li > .menu > ul.menu_inner > li.lower > .menu > ul.menu_inner > li {
 margin-bottom: 5px;
}
#gnav > ul > li > .menu > ul.menu_inner > li.lower > .menu > ul.menu_inner > li > a {
 position: relative;
 display: block;
 min-width: 250px;
 color: #fff;
 font-size: 1.5rem;
 text-align: left;
 padding-left: 15px;
}
#gnav > ul > li > .menu > ul.menu_inner > li.lower > .menu > ul.menu_inner > li > a::before {
 content: "";
 position: absolute;
 top: 8px;
 left: 0;
 width: 5px;
 height: 10px;
 background: url("/images/white_next.svg") center right no-repeat;
}
#gnav > ul > li > .menu > ul.menu_inner > li.lower > .menu > ul.menu_inner > li > a::after {
 position: absolute;
 bottom: -4px;
 left: 0;
 content: '';
 width: 100%;
 height: 1px;
 background: rgba(255, 255, 255, 0.4);
 transform: scale(0, 1);
 transform-origin: left top;
 transition: transform .3s;
}
#gnav > ul > li > .menu > ul.menu_inner > li.lower > .menu > ul.menu_inner > li > a:hover::after {
 transform: scale(1, 1);
}
@media screen and (max-width: 767px) {
 #gnav {
  position: fixed;
  background: rgba(23, 101, 151, 1);
  top: 15vw;
  left: 0;
  z-index: 88;
  width: 100%;
  height: 0;
  opacity: 0;
  visibility: hidden;
  transition: opacity .35s, visibility .35s, height .35s;
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
 }
 #gnav.open {
  opacity: 0.99;
  visibility: visible;
  height: 100%;
  /*overflow: scroll;*/
 }
  header.is-fixed #gnav.open {
   height: 100%;
  }
 #gnav > ul {
  display: none;
 }
 #gnav.open > ul {
  display: block;
  padding: 10vw 0;
  width: 80vw;
  height: 80vh;
  overflow: auto;
 }
 #gnav.open > ul > li {
  /*height: 0;*/  
  height: 15vw;
  display: block;
  opacity: 0;
  background: transparent;
  border-bottom: #fff 1px solid;
  animation: fadeIn .5s ease forwards;
  animation-delay: .35s;
 }
 #gnav.open > ul > li > a {
  position: relative;
  display: block;
  width: 75vw;
  height: auto;
  color: #fff;  
  font-size: 1.7rem;
  padding: 3vw 2vw;
 }
 #gnav.open > ul > li.toggle.op {
  height: auto;
  background: #004776;
 }
 #gnav.open > ul > li.toggle > a::after {
  position: absolute;
  top: 4.5vw;
  right: 0;
  content: "▼";
  color: #fff;
  font-size: 0.8rem;
  font-weight: bold;
 }
 #gnav.open > ul > li.toggle.op > a::after {
  position: absolute;
  top: 4.1vw;
  right: 0;
  content: "✕";
  color: #fff;
  font-size: 1.3rem;
  font-weight: bold;
 }
 #gnav.open > ul > li:nth-of-type(2) {
  animation-delay: .40s;
 }
 #gnav.open > ul > li:nth-of-type(3) {
  animation-delay: .45s;
 }
 #gnav.open > ul > li:nth-of-type(4) {
  animation-delay: .50s;
 }
 #gnav.open > ul > li:nth-of-type(5) {
  animation-delay: .55s;
 }
 #gnav.open > ul > li:nth-of-type(6) {
  animation-delay: .60s;
 }
 #gnav.open > ul > li:nth-of-type(7) {
  animation-delay: .70s;
 }
 #gnav.open > ul > li.toggle > a {
  pointer-events: none;
 }
 /*--sub_menu--*/
 #gnav.open > ul > li > .menu {
  display: none;
  max-height: inherit;
  opacity: 1;
  overflow: hidden;
  width: auto;
  text-align: center;
  position: static;
  background: none;
 }
 #gnav.open > ul > li > .menu > ul.menu_inner {
  width: auto;
  padding: 3vw 0;
  margin: auto;
 }
 #gnav.open > ul > li > .menu > ul.menu_inner > li {
  display: block;
  padding-left: 2vw;
  margin-bottom: 1vw;
 }
 #gnav.open > ul > li > .menu > ul.menu_inner > li.sp {
  display: block;
  padding-left: 0;
  padding-bottom: 1.5vw;
  margin-bottom: 2vw;
  border-bottom: rgba(255, 255, 255, 0.64) 1px dotted;
 }
 #gnav.open > ul > li > .menu > ul.menu_inner > li > a {
  font-size: 1.5rem;
 }
 #gnav.open > ul > li > .menu > ul.menu_inner > li.sp > a {
  font-size: 1.7rem;
 }
 /*--sub_lower_menu --*/
 #gnav > ul > li > .menu > .menu_inner > li.lower > .menu {
  display: block;
 }
 #gnav > ul > li > .menu > .menu_inner > li.lower {
  width: 75vw;
 }
}
@keyframes fadeIn {
 0% {
  opacity: 0;
  border-bottom: #fff 0px solid;
 }
 100% {
  opacity: 1;
  border-bottom: #fff 1px solid;
 }
}
/*--2023/01/24--*/
@media screen and (min-width: 1152px) {
 #menu-header{
  width: 1300px;
  justify-content: flex-end !important;
 }
 #gnav > ul > li.nav_career{
  margin-left: 50px;
 }
 .is-fixed #menu-header{
  width: 100%;
  justify-content: flex-end !important;
 }
 .is-fixed #gnav > ul > li.nav_career{
  margin-left: 0;
 } 
}
 @media screen and (min-width: 768px) {
 #gnav > ul > li > a > span{
  /*display: none;*/
  opacity: 0;
  /*transition: opacity 0.4s ease-in-out;*/
 }
 #gnav > ul > li > a > span:hover{
  opacity: 1;
 }
 #gnav > ul > li.nav_inquiries > a{
  padding: 5px 10px 10px;
  background: url("/en/images/mail_FILL0_wght400_GRAD0_opsz48.svg") center center no-repeat;
  background-size: 37% auto;
 }
 #gnav > ul > li.nav_career > a{
  padding: 5px 10px 10px;
  background: url("/en/images/group_FILL0_wght400_GRAD0_opsz48.svg") center center no-repeat;
  background-size: 43% auto;
 }
 #gnav > ul > li.nav_jp > a{
  padding: 5px 10px 10px;
  /*width: 115px;*/
  background: url("/en/images/language_FILL0_wght400_GRAD0_opsz48.svg") center center no-repeat;
  background-size: 38% auto;
 }
 #gnav > ul > li.nav_inquiries > a:hover{
   background: none center center;
   background-size: 37% auto;
 }
 #gnav > ul > li.nav_career > a:hover{
   background: none center center;
   background-size: 43% auto;
 }
 #gnav > ul > li.nav_jp > a:hover{
   background: none center center;
   background-size: 38% auto;
 }
}
/*== //header ==========================*/
/*== btn_pagetop =======================*/
.btn_pagetop{
	position: fixed;
	bottom:3vw;
	right:-1vw;
	display: none;
	width: 100px;
	height: auto;
 cursor: pointer;
}
.btn_pagetop img{
	width: 40px;
	height: auto;
}
.btn_career{
 display: none;
}
@media screen and (max-width: 767px) {
 .btn_pagetop{
  position: fixed;
  bottom:3vw;
  right:-1vw;
  display: none;
  width: 13vw;
  height: auto;
 }
 .btn_pagetop img{
  width: 10vw;
 }
 .btn_career{
  position: fixed;
  display: block;
  top:18vw;
  right:-1vw;
  width: 16vw;
  height: auto;
  color: #fff;
  font-size: 1.2rem;
  text-align: center;
  padding: 0 5px 2px 2px;
  background: #00253f;
  border: #fff 1px solid;
  border-radius: 5px 0 0 5px;
  z-index: 1;
 }
 .btn_career a{
  color: #fff;
 }
 .btn_career img{
  width: 8vw;
  margin-left: 15%;
 }
}
/*== //btn_pagetop =====================*/
/*== footer ============================*/
footer {
 width: 100%;
 border-top: #00253f 24px solid;
}
footer .inner {
 min-height: 280px;
 padding: 25px 35px 37px;
 margin: auto;
 background: url("/images/footer_bg.png") center bottom 10px no-repeat;
 background-size: 100% auto;
}
footer .inner .footer_logo {
 width: 326px;
 padding-top: 48px;
}
footer .inner .footer_nav {
 width: 850px;
}
footer .inner .footer_nav > ul > li {
 margin-bottom: 15px;
}
footer .inner .footer_nav > ul > li > a {
 font-size: 1.4rem;
 font-weight: bold;
 transition: opacity 0.4s ease-in-out;
}
footer .inner .footer_nav ul.sub-menu {
 margin-top: 5px;
}
footer .inner .footer_nav ul.sub-menu.fl_box {
 width: 340px;
}
footer .inner .footer_nav ul.sub-menu.fl_box li {
 width: 50%;
}
footer .inner .footer_nav ul.sub-menu li a {
 font-size: 1.2rem;
 transition: opacity 0.4s ease-in-out;
}
footer .inner .footer_nav a:hover {
 opacity: 0.7;
}
footer .copyright {
 width: 100%;
 color: #fff;
 text-align: center;
 font-size: 1.2rem;
 padding: 10px 0;
 background: #00253f;
}
@media screen and (max-width: 767px) {
footer {
 border-top: #00253f 10px solid;
}
 footer .inner {
  width: 96.875vw;
  min-height: inherit;
  padding: 1.953vw 2.734vw 2.891vw;
  background: url("/images/footer_bg.png") center bottom 0.781vw no-repeat;
  background-size: contain;
 }
 footer .inner.fl_box {
  -webkit-flex-flow: column-reverse wrap;
  -ms-flex-flow: column-reverse wrap;
  flex-flow: column-reverse wrap;
 }
 footer .inner .footer_logo {
  width: 43.467vw;
  padding: 3.75vw 0 4.75vw;
  margin: auto;
 }
 footer .inner .footer_nav {
  width: 95vw;
 }
 footer .inner .footer_nav > ul {
  width: 47vw;
 }
 footer .inner .footer_nav > ul > li {
  margin-bottom: 1.172vw;
 }
 footer .inner .footer_nav > ul > li > a {
  font-size: 1.2rem;
 }
 footer .inner .footer_nav ul.sub-menu {
  margin-top: 0.391vw;
 }
 footer .inner .footer_nav ul.sub-menu li a {
  font-size: 1.1rem;
 }
 footer .copyright {
  text-align: center;
  font-size: 1.0rem;
  padding: 0.781vw 0;
 }
}
/*== //footer ==========================*/
/*== 404 ===============================*/
.error .inner_box_04{
 min-height: 300px;
 margin: 50px auto;
}
.error .inner_box_04 h1{
 position: relative;
 width: 100%;
 font-size: 2.4rem;
 padding-bottom: 5px;
 margin-bottom: 20px;
}
.error .inner_box_04 h1::after {
 content: "";
 display: block;
 height: 2px;
 width: 100%;
 background: linear-gradient(to right, #315BA7 0%, #315BA7 25%, #dddddd 25%, #dddddd 100%);
}
/*== //404 =============================*/
/*== attachment ========================*/
.attachment{
 
}
.attachment .inner_box_04{
 min-height: 300px;
 margin: 50px auto;
}
.attachment .inner_box_04 h1{
 position: relative;
 width: 100%;
 font-size: 2.4rem;
 padding-bottom: 5px;
 margin-bottom: 20px;
}
.attachment .inner_box_04 h1::after {
 content: "";
 display: block;
 height: 2px;
 width: 100%;
 background: linear-gradient(to right, #315BA7 0%, #315BA7 25%, #dddddd 25%, #dddddd 100%);
}



/*== //attachment =====================*/


