@charset "utf-8";
/*
Theme Name: jfe-technos
Description: This is the theme for jfe-technos.
Author: COMMUDE
Author URI: 
Version: 1.0
*/

/* =====================================
 *  RESET
 * ===================================== */

/** { font-size: 100%;line-height: 150%;border:0;outline:0;vertical-align:baseline;-moz-box-sizing: border-box;-webkit-box-sizing: border-box;-o-box-sizing: border-box;-ms-box-sizing: border-box;box-sizing: border-box;padding:0;margin:0; }
main { display: block; }

ul, li { list-style:none; }
span, button, strong, small, em, b { color: inherit; }
a { color: inherit; text-decoration: none; }
img { height: auto; vertical-align: bottom; }
table { border-collapse:collapse; border-spacing:0;width: 100%; }
input[type="submit"] { -webkit-appearance: none;-moz-appearance: textfield;appearance: none;border-radius: 0; }
video { cursor: pointer; background-color: #fff; }
*/


address { font-style: normal; }

/* =====================================
 *  COMMON
 * ===================================== */

/*body {
	font-family: Helvetica Neue,Helvetica,Arial,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,"ＭＳ Ｐゴシック","MS PGothic";
	color: #333;
	line-height: 1;
	width: 100%;
	min-width: 1200px;
}
*/


/* =====================================
 *  装飾
 * ===================================== */

.tac { text-align: center; } .tal { text-align: left; } .tar { text-align: right; } .tdu { text-decoration: underline; }
.fl { float: left; } .fr { float: right; } .cb { clear: both; }
.cf:after { content: " "; display: block;clear: both;height: 0;visibility: hidden; }
.list_d li { list-style: disc; margin-left: 1em; }
.list_c li { list-style: circle; margin-left: 1em; }
.outer { padding-left: 10px; padding-right: 10px; }
.ml1 { margin-left: 20px; }
.ml2 { margin-left: 50px; }
.w1200 { width: 1200px; margin-left: auto; margin-right: auto; }
.w900 { width: 900px; margin-left: auto; margin-right: auto; }
.bg_gr { background-color: #f1f2f1; }
.obj-fit { width: 100%; height: 100%; object-fit: cover; font-family: 'object-fit: cover;' }
.w30 { width: 30%; } .w35 { width: 35%; } .w40 { width: 40%; } .w45 { width: 45%; } .w48 { width: 48%; } .w50 { width: 50%; } .w55 { width: 55%; } .w60 { width: 60%; } .w65 { width: 65%; } .w100 { width: 100%; }
.bg_gr1 { background-color: #b5d2d0; }
.bg_gr2 { background-color: #e2edec; }
.w1em { width: 1em; }
.overlay {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 2;
	width: 100%;
	height: 100vh;
	background-color: rgba(0,0,0,0.4);
	cursor: pointer;
	display: none;
}





/* =====================================
 *  HEADER
 * ===================================== */

.site_header {
	background-color: #fff;
	padding-top: 10px;
}

.site_header_block_01 {
	margin-bottom: 20px;
}

.site_header_block_01 .logo {
	float: left;
}

.site_header_block_01 .logo img {
	width: 230px;
}

.site_header_block_01 .right {
	float: right;
	margin-top: 20px;
}

.site_header_block_01 .right ul {
	font-size: 0;
}

.site_header_block_01 .right li {
	display: inline-block;
	margin-right: 30px;
}

.site_header_block_01 .right li:last-child {
	margin-right: 0;
}

.site_header_block_01 .right li a {
	font-size: 15px;
	letter-spacing: 0.2em;
	display: block;
	width: 100%;
	background-image: url(images/shp_arw_rgt_01.png);
	background-repeat: no-repeat;
	background-position: right;
	background-size: auto 100%;
	padding-right: 30px;
}


/* グロナビ */

.site_header .gnav_main {
	display: table;
	width: 100%;
	position: relative;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-webkit-justify-content: space-around;
	justify-content: space-around;
}

.site_header .gnav_main_item {
	font-size: 18px;
	letter-spacing: 0.2em;
	text-align: center;
	width: 100%;
}

.site_header .gnav_main_item > a {
	position: relative;
}

.site_header .gnav_main_item.crt > a {
	color: #fff;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	background-color: #59afac;
}

.gnav_main_item.crt + li a:before { background-color: #fff; }
.gnav_main_item.crt > a:before { background-color: #59afac !important; }
.gnav_main_item.crt > a:after { background-color: #59afac !important; }

.site_header .gnav_main_item_02 > a,
.site_header .gnav_main_item_04 > a {
	cursor: default;
}

.site_header .gnav_main_item.active > a {
	color: #fff;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	background-color: #59afac;
}

.site_header .gnav_main_item > a:before,
.site_header .gnav_main_item:last-child > a:after {
	content: "";
	width: 1px;
	height: 40px;
	position: absolute;
	top: 0;
	bottom: 0;
	background-color: #535353;
	margin: auto;
}

.site_header .gnav_main_item > a:before { left: 0; }
.site_header .gnav_main_item:last-child > a:after { right: 0; }

.site_header .gnav_main_item > a {
	display: block;
	width: 100%;
	padding-top: 20px;
	padding-bottom: 20px;
}


.site_header .gnav_sub {
	display: none;
	width: 1200px;
	height: 301px;
	position: absolute;
	left: 0;
	right: 0;
	z-index: 11;
	background-color: rgba(90, 171, 167, 0.85);
	margin: auto;
}

.site_header .gnav_sub_02 { height: 323px; }
.site_header .gnav_sub_03 { height: 301px; }

.site_header .gnav_sub_item {
	color: #fff;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	width: 25%;
	float: left;
	border-right: 1px solid #fff;
}

.gnav_sub_item a.crt {
	color: #59afac;
	background-color: rgba(255, 255, 255, 0.75);
}

.site_header .gnav_sub_item:first-child {
	height: inherit !important;
}

.site_header .gnav_sub_item:nth-child(-n+4) { border-bottom: 1px solid #fff; }
.site_header .gnav_sub_02 .gnav_sub_item:nth-child(-n+10) { border-bottom: 1px solid #fff; }
.site_header .gnav_sub_03 .gnav_sub_item:nth-child(-n+7) { border-bottom: 1px solid #fff; }
.site_header .gnav_sub_item:first-child { border-bottom: none !important; }
.site_header .gnav_sub_item:nth-child(4),
.site_header .gnav_sub_item:nth-child(7),
.site_header .gnav_sub_item:nth-child(10) { border-right: none; }

.site_header .gnav_sub_item_ttl {
	font-size: 25px;
	letter-spacing: 0.2em;
	margin-bottom: 30px;
}

.site_header .gnav_sub_item_desc {
	font-size: 14px;
	line-height: 1.78;
	letter-spacing: 0.2em;
	text-align: left;
	width: 225px;
}

.site_header .item_flx {
	height: 150px;
	display: -webkit-flex;
	display: -o-flex;
	display: flex;
	-webkit-justify-content: center;
	-o-justify-content: center;
	justify-content: center;
	-webkit-align-items: center;
	-o-align-items: center;
	align-items: center;
}

.site_header .gnav_sub_02 .item_flx { height: 80px; }
.site_header .gnav_sub_03 .item_flx { height: 100px; }

.site_header .gnav_sub_item a {
	font-size: 18px;
	letter-spacing: 0.2em;
}

.site_header .gnav_sub_rec {
	height: 100px;
}

.site_header .gnav_sub_rec li {
	width: 50%;
	height: inherit;
	float: left;
}

.site_header .gnav_sub_rec li a {
	font-size: 18px;
	letter-spacing: 0.2em;
	color: #fff;
	display: block;
	width: 100%;
	height: inherit;
	display: -webkit-flex;
	display: -o-flex;
	display: flex;
	-webkit-justify-content: center;
	-o-justify-content: center;
	justify-content: center;
	-webkit-align-items: center;
	-o-align-items: center;
	align-items: center;
}

.site_header .gnav_sub_rec li:first-child a {
	border-right: 1px solid #fff;
}





/* =====================================
 *  FOOTER
 * ===================================== */

.site_footer {
	border-top: 5px solid #deefee;
	width:1280;/* =meme追加= */
}


.site_footer_block_01 {
	padding-top: 35px;
	padding-bottom: 35px;
}

.site_footer_address {
	float: left;
	margin-right: 85px;
}

.site_footer_address .logo {
	margin-bottom: 20px;
}

.site_footer_address .logo img {
	width: 234px;
}

.site_footer_address .textarea {
	font-size: 12px;
	line-height: 2;
}

.site_footer .ft_nav_main_item > a,
.site_footer .ft_nav_main_item .item_nolink {
	font-size: 14px;
}

.site_footer_nav {
	float: left;
}

.site_footer_nav_01 { margin-right: 165px; }
.site_footer_nav_03 { float: right; }

.site_footer .site_footer_nav_01 .ft_nav_main_item { margin-bottom: 40px; }
.site_footer .site_footer_nav_03 .ft_nav_main_item { margin-bottom: 20px; }

.site_footer .ft_nav_main .ft_nav_main_item:last-child {
	margin-bottom: 0;
}

.site_footer .ft_nav_sub {
	float: left;
	margin-top: 13px;
}

.site_footer .ft_nav_sub:first-child {
	margin-right: 25px;
}

.site_footer .ft_nav_sub_item {
	margin-bottom: 17px;
}

.site_footer .ft_nav_sub .ft_nav_sub_item:last-child {
	margin-bottom: 0;
}

.site_footer .ft_nav_sub_item > a {
	font-size: 12px;
}

.site_footer .ft_nav_sub_item:before {
	content: "・";
	font-size: 12px;
}


.site_footer_block_02 {
	text-align: center;
	background-color: #59afac;
	padding-top: 25px;
	padding-bottom: 25px;
}

.site_footer_block_02 .copyright {
	font-size: 12px;
	color: #fff;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.site_footer .ft_nav_sub_item > a.disabled {
	cursor: default;
	pointer-events: none;
}





/* =====================================
 *  パーツ
 * ===================================== */

.site_contents {
	padding-top: 50px;
	padding-bottom: 50px;
}

.tmp__work .site_contents,
.tmp__company .site_contents,
.home .site_contents {
	padding-top: 0;
	padding-bottom: 0;
}

/*
 * メインビジュアル
 *****************************************/

.mv {
	width: 100%;
	height: 600px;
	position: relative;
	overflow: hidden;
	background-color: #aaa;
}

.mv .swiper-container {
	width: 80%;
	overflow: visible !important;
}

.mv .swiper-slide {
	width: 100%;
	height: 600px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}

.mv .slide_cap {
	position: absolute;
	z-index: 10;
	background-color: rgba(30,30,30,0.5);
}

.mv .slide_cap_01 {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 15%;
	padding-top: 50px;
	padding-left: 5px;
	padding-right: 5px;
	margin-top: auto;
	margin-bottom: auto;
}

.mv .slide_cap_01 img {
	width: 200px;
}

.mv .slide_cap_02 {
	text-align: right;
	width: 80%;
	left: 0;
	right: 0;
	bottom: 60px;
	padding-top: 10px;
	padding-right: 10px;
	margin-left: auto;
	margin-right: auto;
}

.mv .slide_cap_02 img {
	width: 600px;
}


/*
 * swiper設定
 *****************************************/

.swiper-container-horizontal > .swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
	font-size: 0;
	bottom: 20px;
}

.swiper-pagination-bullet {
	width: 10px;
	height: 10px;
	background-color: transparent !important;
	border: 1px solid rgba(223, 227, 228, 0.6);
	opacity: 1 !important;
}

.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
	margin: 0 7px;
}

.swiper-pagination-bullet-active {
	background-color: rgba(223, 227, 228, 0.6) !important;
}

.swiper-button-next,
.swiper-button-prev {
	width: 10%;
	height: auto;
	top: 0;
	bottom: 0;
	background-color: rgba(255,255,255,0.6);
}

.swiper-button-next { right: 0; }
.swiper-button-prev { left: 0; }


/*
 * テキスト関連
 *****************************************/

.base_txt {
	font-size: 14px;
	line-height: 2.1;
	letter-spacing: 0.1em;
	margin-bottom: 15px;
}

.anno { font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,"ＭＳ Ｐゴシック","MS PGothic"; }

.notYet span {
	font-size: 16px;
	letter-spacing: 0.1em;
	display: inline-block;
	padding: 15px 30px;
	border: 1px solid #000;
}


/*
 * タイトル関連
 *****************************************/

.h_title_01 {
	text-align: center;
}

.h_title_01 img {
	height: 30px;
}

.h_title_01 span {
	font-size: 37px;
	font-weight: normal;
	letter-spacing: 0.2em;
	color: #59afac;
}

.h_title_02 {
	font-size: 24px;
	letter-spacing: 0.2em;
	line-height: 1.5;
	color: #535353;
	padding-top: 15px;
	padding-bottom: 15px;
	padding-left: 25px;
	border-left: 10px solid #58aeac;
	border-bottom: 2px solid #58aeac;
	margin-bottom: 50px;
}



.h_title_03 {
	font-size: 18px;
	letter-spacing: 0.1em;
	color: #fff;
	background-color: #58aeac;
	padding-top: 15px;
	padding-bottom: 15px;
	padding-left: 15px;
	margin-bottom: 30px;
}

.h_title_04 {
	font-size: 17px;
	font-weight: normal;
	letter-spacing: 0.1em;
	padding-left: 15px;
	padding-top: 10px;
	padding-bottom: 10px;
	border-left: 7px solid #58aeac;
	border-bottom: 1px solid #58aeac;
	margin-bottom: 25px;
}

.h_title_05 {
	font-size: 14px;
	letter-spacing: 0.1em;
	color: #58aeac;
	margin-bottom: 10px;
}

.h_title_05:before {
	content: "";
	display: inline-block;
	width: 10px;
	height: 10px;
	background-color: #58aeac;
	margin-right: 3px;
}

.h_title_06 {
	font-size: 18px;
	font-weight: normal;
	line-height: 1.6;
	letter-spacing: 0.1em;
	color: #58aeac;
	margin-bottom: 10px;
}

.h_title_07 {
	font-size: 18px;
	font-weight: bold;
	line-height: 1.6;
	color: #58aeac;
	margin-bottom: 10px;
}

.sub_title_01 {
	font-size: 18px;
	font-weight: bold;
	letter-spacing: 0.1em;
	margin-bottom: 20px;
}


/*
 * ボタン関連
 *****************************************/

.btn_01 a {
	font-size: 14px;
	letter-spacing: 0.1em;
	color: #fff;
	text-align: center;
	display: inline-block;
	background-color: #59afac;
	padding-top: 15px;
	padding-bottom: 15px;
	padding-left: 50px;
	padding-right: 50px;
}

.btn_02 a {
	font-size: 16px;
	letter-spacing: 0.1em;
	color: #fff;
	text-align: center;
	display: inline-block;
	background-color: #80cde5;
	background-image: url(images/shp_arw_rgt_05.png);
	background-repeat: no-repeat;
	background-position: 30px center;
	background-size: auto 50%;
	padding-top: 25px;
	padding-bottom: 25px;
	padding-left: 70px;
	padding-right: 50px;
}

.btn_site_top a { /*トップページ戻るボタン*/
	font-size: 15px;
	letter-spacing: 0.1em;
	color: #fff;
	text-align: center;
	display: inline-block;
	width: 300px;
	background-color: #58aeac;
	padding-top: 15px;
	padding-bottom: 15px;
	border: 1px solid #58aeac;
	border-radius: 5px;
}

.btn_more_01 {
	font-size: 15px;
	font-weight: bold;
	line-height: 30px;
	letter-spacing: 0.2em;
	color: #59afac;
	padding-right: 45px;
	background-image: url(images/shp_arw_rgt_02.png);
	background-repeat: no-repeat;
	background-position: right center;
	background-size: 30px auto;
}


.site_search_box .site_search_box__ttl { /*サイト検索ボックス*/
	font-size: 20px;
	margin-bottom: 20px;
}

.site_search_box form {
	display: inline-block;
	border: 1px solid #aaa;
	border-radius: 5px;
	margin-bottom: 30px;
}

.site_search_box .site_search_box__ipt {
	font-size: 14px;
	line-height: 1.5;
	width: 300px;
	padding-left: 10px;
}

.site_search_box .site_search_box__ipt_sbmt {
	font-size: 14px;
	letter-spacing: 0.1em;
	color: #fff;
	background-color: #aaa;
	padding: 10px;
	cursor: pointer;
}


/*
 * 投稿アーカイブセクション
 *****************************************/

.post_list_item {
	margin-bottom: 15px;
}

.post_list_item:last-child {
	margin-bottom: 0;
}

.post_list_item .left {
	float: left;
}

.post_list_item .left .post_date {
	font-size: 14px;
	font-weight: bold;
	letter-spacing: 0.2em;
	vertical-align: middle;
	display: inline-block;
	width: 145px;
}

.post_list_item .left .post_new_icon {
	vertical-align: middle;
	display: inline-block;
}

.post_list_item .left .post_new_icon img {
	width: 60px;
}

.post_list_item .post_ttl {
	width: 640px;
	float: right;
}

.post_list_item .post_ttl a {
	font-size: 15px;
	line-height: 1.5;
}


/*
 * パンくずリスト
 *****************************************/

.bread {
	background-color: #f7f7f7;
	padding-top: 15px;
	padding-bottom: 15px;
}

.bread li {
	font-size: 13px;
	letter-spacing: 0.1em;
	float: left;
	position: relative;
	margin-right: 30px;
}

.bread li:after {
	content: "";
	height: 10px;
	width: 12px;
	position: absolute;
	top: 2px;
	right: -20px;
	background-image: url(images/shp_arw_rgt_03.png);
	background-repeat: no-repeat;
	background-position: center;
	background-size: auto 10px;
}

.bread li:last-child:after {
	content: none;
}


/*
 * テーブル
 *****************************************/

.table1 {
	width: 100%;
}

.table1 th,
.table1 td {
	font-size: 14px;
	line-height: 1.5;
	letter-spacing: 0.1em;
	padding: 10px;
	border: 1px solid #aaa;
}

.table1 tbody th ,
.table1 tbody td {
	text-align: left;
}

.table1.small {
	width: 60%;
}

.table1.small th,
.table1.small td {
	font-size: 12px;
	text-align: center;
	padding: 5px;
}


/*
 * video
 *****************************************/

.video2 {
	width: 100%;
	height: 250px;
}

.video {
	width: 50%;
	
}



/*
 * border
 *****************************************/

.imgBorder {
	border: 2px solid #aaa;
}










/* =====================================
 *  投稿ページ
 * ===================================== */

/*
 * リセット
 **/
.page___single .post_data_main_post_area * { font-size: 15px; line-height: 1.6; letter-spacing: 0.06em; }
.page___single .post_data_main_post_area br { margin: 0; }
.page___single .post_data_main_post_area h1,
.page___single .post_data_main_post_area h2,
.page___single .post_data_main_post_area h3,
.page___single .post_data_main_post_area h4,
.page___single .post_data_main_post_area h5,
.page___single .post_data_main_post_area h6 { font-weight: bold; margin: 1em 0; }

.page___single .post_data_main_post_area h1 { font-size: 32px; }
.page___single .post_data_main_post_area h2 { font-size: 30px; }
.page___single .post_data_main_post_area h3 { font-size: 28px; }
.page___single .post_data_main_post_area h4 { font-size: 26px; }
.page___single .post_data_main_post_area h5 { font-size: 24px; }
.page___single .post_data_main_post_area h6 { font-size: 22px; }
.page___single .post_data_main_post_area p { margin: 1em 0; }
.page___single .post_data_main_post_area strong,
.page___single .post_data_main_post_area strong * { font-size: inherit; }
.page___single .post_data_main_post_area em,
.page___single .post_data_main_post_area em *  { font-size: inherit; font-style: italic; }
.page___single .post_data_main_post_area a { color: #59afac; font-size: inherit; text-decoration: underline; }
.page___single .post_data_main_post_area a:hover { text-decoration: none; }
.page___single .post_data_main_post_area ul,
.page___single .post_data_main_post_area ol { margin: 1.5em 0; }
.page___single .post_data_main_post_area ul li { list-style: disc; }
.page___single .post_data_main_post_area ol li { list-style-type: inherit; background: none; }
.page___single .post_data_main_post_area li { margin-left: 2em; margin-bottom: 0.5em; }
.page___single .post_data_main_post_area li:last-child { margin-bottom: 0; }
.page___single .post_data_main_post_area blockquote { background: #eee; padding: 10px; margin: 1.5em 0; }
.page___single .post_data_main_post_area img { max-width: 100%; height: auto; }
.page___single .post_data_main_post_area img.alignright { float: right; margin-left: 15px; } /* 配置位置 右 */
.page___single .post_data_main_post_area img.alignleft { float: left; margin-right: 15px; } /* 配置位置 左 */
.page___single .post_data_main_post_area img.aligncenter { display: block; margin: 0 auto; } /* 配置位置 中央 */

.page___single .post_data_main_post_area table,
.page___single .post_data_main_post_area table th,
.page___single .post_data_main_post_area table td { border: 1px solid; }
.page___single .post_data_main_post_area table th,
.page___single .post_data_main_post_area table td { padding: 5px; }


/* =====================================
 *  AddHandler読み込みのヘッダーとフッター
 * ===================================== */
 
/*
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: 263px;
 margin: auto;
}
header .logo img {
 width: 263px;
 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 3.5vw;
  background: none;
  background-color: #fff;
  top: 0;
  left:0;
  right: 0;
  margin: auto;
 }
 header .logo img {
  width: 50vw;
  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-flex-wrap: wrap;
 -ms-flex-wrap: wrap;
 flex-wrap: wrap;
 -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: 3vw;
  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);
}
#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: 150px;
 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;
  flex-direction: column;
  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;
 }
 /*--2023/1/27
 #gnav.open > ul > li.nav_career {
  order: -1;
 }--*/
 #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_contact > a{
  padding: 5px 10px 10px;
  background: url("/images/mail_FILL0_wght400_GRAD0_opsz48.svg") center center no-repeat;
  background-size: 30% auto;
 }
 #gnav > ul > li.nav_career > a{
  padding: 5px 10px 10px;
  background: url("/images/group_FILL0_wght400_GRAD0_opsz48.svg") center center no-repeat;
  background-size: 43% auto;
 }
 #gnav > ul > li.nav_en > a{
  padding: 5px 10px 10px;
  /*width: 115px;*/
  background: url("/images/language_FILL0_wght400_GRAD0_opsz48.svg") center center no-repeat;
  background-size: 43% auto;
 }
 #gnav > ul > li.nav_contact > a:hover{
   background: none center center;
   background-size: 30% auto;
 }
 #gnav > ul > li.nav_career > a:hover, #gnav > ul > li.nav_en > a:hover{
   background: none center center;
   background-size: 43% 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: 259px;
 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: 40.469vw;
  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 =====================*/


