@charset "utf-8";
/* CSS Document */

/* font
=========================================== */
@font-face {/*NotoSansJP*/
  font-family: 'NotoSansJP';
  src: url('../fonts/font/NotoSansJP-Regular.ttf');
  src:
  url('../fonts/font/NotoSansJP-Regular.woff2') format('woff2'),
  url('../fonts/font/NotoSansJP-Regular.woff') format('woff'),
  url('../fonts/font/NotoSansJP-Regular.ttf') format('truetype');
	font-weight: 400;
}
@font-face {/*NotoSansJPボールド*/
  font-family: 'NotoSansJP';
  src: url('../fonts/font/NotoSansJP-Bold.ttf');
  src:
  url('../fonts/font/NotoSansJP-Bold.woff2') format('woff2'),
  url('../fonts/font/NotoSansJP-Bold.woff') format('woff'),
  url('../fonts/font/NotoSansJP-Bold.ttf') format('truetype');
	font-weight: 700;
}
@font-face {/*NotoSansJPブラック*/
  font-family: 'NotoSansJP';
  src: url('../fonts/font/NotoSansJP-Black.ttf');
  src:
  url('../fonts/font/NotoSansJP-Black.woff2') format('woff2'),
  url('../fonts/font/NotoSansJP-Black.woff') format('woff'),
  url('../fonts/font/NotoSansJP-Black.ttf') format('truetype');
	font-weight: 900;
}
@font-face {/*robotoボールド*/
  font-family: "roboto";
  src: url('../fonts/font/Roboto-Bold.ttf');
  src:
  url('../fonts/font/Roboto-Bold.woff2') format('woff2'),
  url('../fonts/font/Roboto-Bold.woff') format('woff'),
  url('../fonts/font/Roboto-Bold.ttf') format('truetype');
	font-weight: 700;
}
@font-face {/*robotoブラック*/
  font-family: "roboto";
  src: url('../fonts/font/Roboto-Black.ttf');
  src:
  url('../fonts/font/Roboto-Black.woff2') format('woff2'),
  url('../fonts/font/Roboto-Black.woff') format('woff'),
  url('../fonts/font/Roboto-Black.ttf') format('truetype');
	font-weight: 900;
}

/* Link
=========================================== */

a:link, a:visited {
	color: #000000;text-decoration: none;
}
a:hover, a:active {
	color: #000000;text-decoration: underline;
}
a {
	outline: none;transition: 0.3s;
}
a img {transition: 0.3s;}

:focus { outline: none;}

/* LAYOUT
=========================================== */
html.showPage,
html.showPage body{min-width: 1200px;margin: 0 auto;}

body {
	color: #000000;
	background: #FFFFFF;
	font-size:16px;
	line-height:1.5;
	font-family: 'NotoSansJP',"メイリオ","Mayryo ","ヒラギノ角ゴ Pro W3","ＭＳ Ｐゴシック","MS PGothic",sans-serif;
	font-weight: 700;
    font-style: normal;
	max-width:1920px;
	overflow: hidden;
	margin:0 auto;
}

h1,h2,h3,h4,h5,h6 {font-weight:900;}
body,li,th,td,p,dt,dd{}
body#tinymce{min-width:inherit!important;}

p {}
.wrap {width: 1100px;margin:0 auto;position:relative;}
table {width:100%;}
img {max-width:100%;height:auto;}

/*共通設定*/
.btn01 {display: inline-block;margin-top: 40px;}
.btn01 a {display: inline-flex;align-items: center;}
.btn01 a .btn-text {font-size: 18px;font-weight: 900;transition: 0.3s;}
.btn01 a .arrow {display: inline-block;width: 80px;height: 80px;border-radius: 50%;background-color: #000000;background-image: url("../img/common/btn_arrow.svg");background-repeat: no-repeat;background-position: center;background-size: 13px;margin-left: 32px;transition: 0.3s;}
.btn01 a:hover {text-decoration: none;}
.btn01 a:hover .btn-text {color: #005EC4;}
.btn01 a:hover .arrow {background-color: #005EC4;}

.btn01.shiro a .btn-text {color: #FFFFFF;}

.btn02 {width: 320px;height: 60px;}
.btn02 a {display: flex;justify-content: center;align-items: center;width: 100%;height: 100%;padding: 0 50px;background: #000000;border: 2px solid #000000;box-sizing: border-box;border-radius: 40px;position: relative;}
.btn02 a .btn-text {color: #FFFFFF;transition: 0.3s;}
.btn02 a .arrow {display: block;width: 24px;height: 24px;border-radius: 50%;border: 1px solid #000000;background-color: #FFFFFF;background-image: url("../img/common/btn_arrow02.svg");background-repeat: no-repeat;background-position: center;background-size: 9px;position: absolute;top: 50%;right: 14px;transform: translateY(-50%);}
.btn02 a:hover {text-decoration: none;background: #FFFFFF;}
.btn02 a:hover .btn-text {color: #000000;}

.btn_contact {width: 100%;height: 60px;}
.btn_contact a {display: flex;width: 100%;height: 100%;justify-content: center;align-items: center;background: #E11717;border: 2px solid #000000;border-radius: 30px;box-sizing: border-box;}
.btn_contact a .btn-text {color: #FFFFFF;padding-left: 28px;box-sizing: border-box;position: relative;}
.btn_contact a .btn-text::before {content: "";display: block;width: 20px;height: 16px;background: url("../img/common/icon_mail02.svg") no-repeat center;background-size: contain;position: absolute;top: 5px;left: 0;}
.btn_contact a:hover {text-decoration: none;background: #000000;}

.title01 {margin-bottom: 80px;}
.title01 .en {display: inline-block;font-family: "roboto";font-size: 20px;color: #E11717;line-height:1.3;padding-left: 42px;box-sizing: border-box;position: relative;margin-bottom: 16px;}
.title01 .en::before {content: "";display: block;width: 34px;height: 14px;background: url("../img/common/title_arrow.svg") no-repeat center;background-size: contain;position: absolute;top: 50%;left: 0;transform: translateY(-50%);}
.title01 .ja {display: block;font-size:56px;font-weight: 900;line-height:1.45;}
.title01 .copy {display: block;font-size: 18px;line-height:1.45;}

.title01.tate {display: flex;flex-direction: column;margin-bottom: 0;}
.title01.tate .en {padding-left: 0;padding-top: 46px;margin: 20px 0 0 32px;letter-spacing: 0.04em;}
.title01.tate .en::before {top: 12px;left: 50%;transform: translateX(-50%) rotate(90deg);}
.title01.tate .ja {line-height: 1.125;letter-spacing: -0.4em;}
.safari .title01.tate .ja {letter-spacing: 0.1em;}
@-moz-document url-prefix(){
    .title01.tate .ja {letter-spacing: 0.1em;}
}

.title01.shiro .en {color: #FFFFFF;}
.title01.shiro .en::before {filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(0%) hue-rotate(332deg) brightness(105%) contrast(103%);}

.title02 {font-size: 48px;margin-bottom: 40px;}

.title03 {padding-left: 18px;box-sizing: border-box;position: relative;font-size: 28px;line-height: 1.44;}
.title03::before {content: "";display: block;width: 6px;height: calc(100% - 6px);background: #005EC4;position: absolute;bottom: 0;left: 0;}

.tel_box {text-align: center;}
.tel_box .tel {}
.tel_box .tel .num {font-size: 48px;line-height: 1.32;}
.tel_box .tel-text {font-size: 15px;line-height: 1.4;}

.nav-title {font-weight: 900;}
.nav-title .en {display: block;font-family: "roboto";font-size: 14px;line-height: 1.36; color: #003CB4;margin-bottom: 4px;}
.nav-title .ja {display: block;font-size:18px;line-height: 1.45;}

.human-anime {transition-delay :0.5s;}

.sdgs_partner {display: inline-flex;align-items: center;}
.sdgs_partner img {width: 47px;}
.sdgs_partner p {margin-left: 8px;}
.sdgs_partner p .big {display: block;font-size: 19px;line-height: 1.42;}

.under-cont > section {padding: 120px 0;background: url(../img/common/bg01.png) repeat;}
.under-cont > section:first-child {padding-top: 93px;}
.under-cont > section:nth-child(2n) {background: #E4F2FF;}

/*ウェブフォント*/
.normal{font-weight: 400;}
.bold{font-weight: 700;}
.black{font-weight: 900;}

.common_text {line-height: 1.75;}

.tcenter {text-align: center;}
.tleft {text-align: left;}
.tright {text-align: right;}

.roboto {font-family: "roboto";font-weight: 700;}

.tate {writing-mode: vertical-rl;white-space: pre;letter-spacing: -0.3em;}
.tate .tate-line {display: inline-block;writing-mode: horizontal-tb;letter-spacing: 0;transform: rotate(90deg);margin: 10px 0 -5px;}
.safari .tate {letter-spacing: 0.1em;}
.safari .tate .tate-line {margin: 5px 0;}
@-moz-document url-prefix(){
    .tate {letter-spacing: 0.1em;}
	.tate .tate-line {margin: 5px 0;}
}

/*色*/
.shiro {color:#fff;}
.ao {color: #005EC4;}
.red {color: #E11717;}

.flex{width: 100%;
    margin: 0 ;
    padding: 0;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-box;
    display: -webkit-flexbox;
    display: -moz-flexbox;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: flex;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

/* header */
/*-------------------------------------------*/
#header {width:100%;height: 80px;min-width:1100px;max-width: 1920px;position:fixed;transition: 0.3s;left:0;right: 0;top:0;margin: auto;z-index: 100;background: #FFFFFF;}
#header::before {
	content: "";
	height: calc(100% - 80px);
    background: #000;
	width: 100%;
	position: fixed;
	top: 80px;
	left: 0;
	visibility: hidden;
	opacity: 0;
	transition: 0.3s;
	overflow: auto;
	box-sizing: border-box;
}
#header.active::before {
	visibility: visible;
	opacity: 0.4;
}
#header .header_inner {height: 100%;justify-content: space-between;align-items: center;flex-wrap: nowrap;}
#header .header_inner .logo_box {width: auto;margin-left: 40px;position: relative;z-index: 1;}
#header .header_inner .logo {width: 203px;}
#header .header_inner .logo a {display: block;width: 100%;}
#header .header_inner .logo a:hover {text-decoration: none;opacity: 0.7;}

#header .header_inner .right {height: 100%;justify-content: flex-end;}
#header .header_inner .right .right_top {height: 45px;justify-content: flex-end;align-items: center;margin-right: 187px;}
#header .header_inner .right .right_top .sdgs-icon {width: 128px;height: 38px;background: #F6F6F6;border-radius: 19px;position: relative;margin-right: 16px;}
#header .header_inner .right .right_top .sdgs-icon img {width: 96px;position: absolute;top: 50%;left: 50%;transform: translate(-50%, -50%);}
#header .header_inner .right .right_top .tel_box {display: flex;align-items: center;text-align: left;}
#header .header_inner .right .right_top .tel_box .tel .num {font-size: 32px;padding-left: 20px;box-sizing: border-box;position: relative;}
#header .header_inner .right .right_top .tel_box .tel .num::before {content: "";display: block;width: 16px;height: 24px;background: url("../img/common/icon_tel.svg") no-repeat center;background-size: contain;position: absolute;top: 8px;left: 0;}
#header .header_inner .right .right_top .tel_box .tel-text {margin-left: 9px;}

#header .header_inner .right .right_top .header-contact_btn {width: 180px;height: 100px;position: absolute;top: 0;right: 0;}
#header .header_inner .right .right_top .header-contact_btn a {display: block;width: 100%;height: 100%;padding: 18px 0 19px;box-sizing: border-box;background: #E11717;border: 1px solid #000000;border-bottom-left-radius: 20px;}
#header .header_inner .right .right_top .header-contact_btn a .btn-text {color: #FFFFFF;text-align: center;}
#header .header_inner .right .right_top .header-contact_btn a .btn-text .en {display: block;font-size: 28px;line-height: 1.32;}
#header .header_inner .right .right_top .header-contact_btn a .btn-text .ja {display: block;}
#header .header_inner .right .right_top .header-contact_btn a:hover {text-decoration: none;background: #000000;}

/*gnav*/
.gnav {height: 35px;margin-right: 196px;}
.gnav > ul.flex {width:auto;height: 100%;flex-wrap: nowrap;}
.gnav > ul > li {margin-right: 16px;}
.gnav > ul > li:last-child {margin-right: 0;}
.gnav > ul > li > a {display: flex;flex-wrap: nowrap;height: 100%;justify-content: center;width: auto;max-width: 100%;}
.gnav > ul > li > a > span {line-height: 1.5;transition: 0.3s;white-space: nowrap;}
.gnav > ul > li > a:hover {text-decoration: none;}
.gnav > ul > li > a:hover span {color: #005EC4;}

.gnav .gnav_first {position: relative;z-index: 1;}
.gnav .gnav_first > p {display: flex;height: 100%;line-height: 1.5;padding-right: 24px;position: relative;white-space: nowrap;}
.gnav .gnav_first > p::after {content: "";display: inline-block;width: 17px;height: 11px;background: url("../img/common/gnav_arrow.svg") no-repeat center;background-size: cover;transition: 0.3s;position: absolute;top: 8px;right: 0;}
.gnav .gnav_first:hover > p {color: #005EC4;}
.gnav .gnav_first:hover > p::after {transform: rotate(180deg);background: url("../img/common/gnav_arrow_h.svg") no-repeat center;background-size: cover;}
.gnav_bg {
	width: auto;
	height: auto;
    position: absolute;
	visibility: hidden;
	opacity: 0;
	transition: 0.3s;
	overflow: auto;
	max-height: calc(100vh - 80px);
	padding-top: 30px;
	box-sizing: border-box;
	z-index: -1;
}
.gnav_bg01 {
    left: 0;
}
.gnav_bg02 {
    right: -218px;
}
.gnav_second {
	box-sizing: border-box;
    transition: 0.3s;
	visibility: hidden;
	opacity: 0;
	position: relative;
	background: #FFFFFF;
	padding: 40px;
	border-radius: 10px;
}
.gnav_first:hover .gnav_bg {
  visibility: visible;
  opacity: 1;
}
.gnav_first:hover .gnav_second {
  visibility: visible;
  opacity: 1;
}
.gnav_bg01 .gnav_second ul li {
	margin-bottom: 18px;
}
.gnav_bg01 .gnav_second ul li:last-child {
	margin-bottom: 0;
}
.gnav_bg01 .gnav_second ul li a {
	display: block;
	padding-left: 30px;
	box-sizing: border-box;
	position: relative;
	white-space: nowrap;
}
.gnav_bg01 .gnav_second ul li a .arrow {
	display: inline-block;
	width: 24px;
	height: 24px;
	border-radius: 50%;
	background-color: #000000;
	background-image: url("../img/common/btn_arrow.svg");
	background-repeat: no-repeat;
	background-position: center;
	background-size: 6px;
	transition: 0.3s;
	position: absolute;
	top: 2px;
	left: 0;
}
.gnav_bg .gnav_second ul li a:hover {
	text-decoration: none;
	color: #005EC4;
}
.gnav_bg .gnav_second ul li a:hover .arrow {
	background-color: #005EC4;
}
.gnav_bg02 .gnav_second {
	display: flex;
	justify-content: center;
	align-items: flex-start;
}
.gnav_bg02 .gnav_second .nav-title_box {
	width: 170px;
}
.gnav_bg02 .gnav_second .nav-title_box .nav-title {
	margin-bottom: 24px;
}
.gnav_bg02 .gnav_second .nav-title_box .nav-title .ja {
	font-size:24px;
}
.gnav_bg02 .gnav_second .nav-title_box .btn01.nav-btn01 {
	margin-top: 0;
}
.gnav_bg02 .gnav_second .nav-title_box .btn01.nav-btn01 a .btn-text {
	font-size: 16px;
	font-weight: 700;
	transition: 0.3s;
}
.gnav_bg02 .gnav_second .nav-title_box .btn01.nav-btn01 a .arrow {
	width: 24px;
	height: 24px;
	background-size: 6px;
	margin-left: 0;
	margin-right: 6px;
}
.gnav_bg02 .gnav_second .nav-title_box .btn01.nav-btn01 a:hover .btn-text {
	color: #005EC4;
}
.gnav_bg02 .gnav_second ul.flex {
	width: 640px;
	padding-left: 39px;
	box-sizing: border-box;
	border-left: 1px solid #E2E2E2;
}
.gnav_bg02 .gnav_second ul.flex li {
	width: 180px;
	margin: 34px 30px 0 0;
}
.gnav_bg02 .gnav_second ul.flex li:nth-child(-n+3) {
	margin-top: 0;
}
.gnav_bg02 .gnav_second ul.flex li:nth-child(3n) {
	margin-right: 0;
}
.gnav_bg02 .gnav_second ul.flex li a {
	display: block;
	width:100%;
}
.gnav_bg02 .gnav_second ul.flex li a .img {
	width: 100%;
	height: 140px;
}
.gnav_bg02 .gnav_second li a p {
	font-weight: 700;
	margin-top: 8px;
	padding-left: 30px;
	box-sizing: border-box;
	position: relative;
}
.gnav_bg02 .gnav_second li a p .arrow {
	display: inline-block;
	width: 24px;
	height: 24px;
	border-radius: 50%;
	background-color: #000000;
	background-image: url("../img/common/btn_arrow.svg");
	background-repeat: no-repeat;
	background-position: center;
	background-size: 6px;
	transition: 0.3s;
	position: absolute;
	top: 2px;
	left: 0;
}

/* main */
/*-------------------------------------------*/
#main {margin-top:80px;}
#main.home_main {width: 100%; height: 680px;position: relative;z-index: 1;}
#main.home_main .main_img {width: calc(100% - 80px);height: 680px;margin: 0 auto;}
#main.home_main .main_img .slide-img {width: 100%;height: 680px;}
#main.home_main .main_img .slide-img.slide-img01 {background: url("../img/main/main_img.jpg") no-repeat center;background-size: cover;}
#main.home_main .main_img .slide-img.slide-img02 {background: url("../img/main/main_img02.jpg") no-repeat center;background-size: cover;}
#main.home_main .main_img .slide-img.slide-img03 {background: url("../img/main/main_img03.jpg") no-repeat center;background-size: cover;}
#main.home_main .text_box {width: 500px;position: absolute;top: 160px;left: 40px;}
#main.home_main .text_box .main_text {display: inline-block;padding: 10px 16px 11px;box-sizing: border-box;background: #000000;font-size: 20px;line-height: 1.45;margin-bottom: 24px;}
#main.home_main .text_box .main_title > span {display: inline-block;padding: 1px 0 7px 16px;box-sizing: border-box;font-size: 68px;line-height: 1.45;position: relative;z-index: 1;}
#main.home_main .text_box .main_title > span::before {content: "";display: block;width: calc(100% - 24px);height: 100%;background: #FFFFFF;position: absolute;top: 0;left: 0;z-index: -1;}
#main.home_main .text_box .main_title > span .ls-80 {letter-spacing: -0.08em;}
#main.home_main .text_box .main_title > span:first-child {padding-bottom: 9px;}

#main.home_main .main-move-img {width: 100%;height: 240px;background: url("../img/main/move-img.png") repeat-x center;background-size: cover;position: absolute;bottom: -85px;left: 0;z-index: 1;animation: mainBgMove01 80s linear infinite;}
@keyframes mainBgMove01 {
	0% {
		background-position: 0 0;
	}
	100% {
		background-position: -3166px 0;
	}
}

/* 下層 main */
/*-------------------------------------------*/
#main.kasou {width: 100%;height: 320px;background: url("../img/main/kasou_bg.jpg") no-repeat center;background-size: cover;}
#main.kasou .wrap {display: table;width: 100%;height: 100%;}
#main.kasou .main_title {display: table-cell;text-align: center;vertical-align: middle;color: #FFFFFF;}
#main.kasou .main_title .en {display: block;font-size: 80px;line-height: 1.325;letter-spacing: 0.04em;margin-bottom: 8px;}
#main.kasou .main_title .ja {display: block;font-size:24px;line-height:1.46;}

/*パンくず*/
div#bread {width: 100%;padding-top: 8px;}
ul.bread-list {font-size:13px;justify-content: flex-start;}
ul.bread-list li {line-height: 19px;}
ul.bread-list li a {text-decoration:none;line-height: 19px;}
ul.bread-list li a:hover {text-decoration:underline;}
ul.bread-list li::after{content:"＞";margin: 0 8px;}
ul.bread-list li:last-child::after{display: none;}

/* TOPへ戻る・追従 */
/*-------------------------------------------*/
#fixed_trigger {position: absolute;left: 0;top:116px;z-index: -100;}

/* footer */
/*-------------------------------------------*/
#contact-sec {padding: 100px 0 120px;position: relative;}
#contact-sec::before {content: "";width: 100%;height: 100%;background: url("../img/common/contact_bg.jpg") repeat-x center;background-size: cover;position: absolute;top: 0;left: 0;z-index: 1;animation: cBgMove01 100s linear infinite;}
@keyframes cBgMove01 {
	0% {
		background-position: 0 0;
	}
	100% {
		background-position: 4129px 0;
	}
}
#contact-sec .wrap {width: 1200px;z-index: 1;}
#contact-sec .title {font-size: 64px;line-height: 1.44;margin-bottom: 32px;}

#contact-sec .btn_box {width: 100%;justify-content: center;margin-top: 40px;}
#contact-sec .btn_box .box {width: 580px;height: 100%;padding: 46px 0 54px;background: #FFFFFF;border: 2px solid #000000;box-sizing: border-box;border-radius: 10px;text-align: center;position: relative;}
#contact-sec .btn_box .box h3 {display: inline-block;font-size: 24px;box-sizing: border-box;position: relative;}
#contact-sec .btn_box .box h3::before {content: "";display: block;height: 32px;position: absolute;top: 5px;left: 0;}
#contact-sec .btn_box .box .human-img {height: 306px;position: absolute;top: -259px;}

#contact-sec .btn_box .box.box_left {margin-right: 20px;}
#contact-sec .btn_box .box.box_left h3 {padding-left: 32px;margin-bottom: 10px;}
#contact-sec .btn_box .box.box_left h3::before {width: 24px;background: url("../img/common/icon_tel.svg") no-repeat center;background-size: contain;}
#contact-sec .btn_box .box.box_left .human-img.human-img01 {width: 258px;left: 20px;}

#contact-sec .btn_box .box.box_right h3 {padding-left: 40px;margin-bottom: 26px;}
#contact-sec .btn_box .box.box_right h3::before {width: 32px;background: url("../img/common/icon_mail.svg") no-repeat center;background-size: contain;}
#contact-sec .btn_box .box.box_right .btn_contact {display: inline-block;width: 360px;height: 64px;}
#contact-sec .btn_box .box.box_right .btn_contact a {border-radius: 50px;}
#contact-sec .btn_box .box.box_right .btn_contact a .btn-text {padding-left: 0;}
#contact-sec .btn_box .box.box_right .btn_contact a .btn-text::before {display: none;}
#contact-sec .btn_box .box.box_right .human-img.human-img02 {width: 286px;right: 20px;}

#map-sec { width: 100%; height: 480px; position: relative; }
#map-sec iframe { width: 100%; height: 100%; position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); }

#footer {padding: 120px 0 80px;}
#footer .footer_box {justify-content: space-between;flex-wrap: nowrap;flex-direction: row-reverse;margin-bottom: 120px;}
#footer .footer_box .left {width: 260px;}
#footer .footer_box .left .logo {width: 260px;margin-bottom: 24px;}
#footer .footer_box .left .logo a {display: block;width: 100%;}
#footer .footer_box .left .logo a:hover {text-decoration: none;opacity: 0.7;}

#footer .footer_box .left .info_box {width: 100%;margin-bottom: 24px;}
#footer .footer_box .left .info_box .address {margin-bottom: 16px;}
#footer .footer_box .left .btn_contact {margin-top: 72px;}

#footer .footer_box .right {width: 560px;}
.navs-list {width: 100%;justify-content: flex-end;display:flex;}
.navs-list > ul.navs-list01 {margin-right: 40px;}
.navs-list > ul.navs-list00 > li {padding: 20px 0 40px;box-sizing: border-box;border-top: 1px solid #E9E9E9;}
.navs-list > ul.navs-list00 > li:last-child {padding-bottom:0;}
.navs-list > ul.navs-list00 > li .sp-nav {margin-top: 24px;}
.navs-list > ul.navs-list00 > li .sp-nav li {padding-left: 14px;box-sizing: border-box;position: relative;margin-bottom: 8px;}
.navs-list > ul.navs-list00 > li .sp-nav li:last-child {margin-bottom:0;}
.navs-list > ul.navs-list00 > li .sp-nav li::before {content: "-";display: inline-block;position: absolute;top: 0;left: 0;}
.navs-list > ul.navs-list00 > li a:hover {text-decoration: none;color: #005EC4;}
.navs-list > ul.navs-list00 > li.navs-list_in {padding: 0;border-top: 0;}
.navs-list > ul.navs-list00 > li.navs-list_in a {display: block;padding: 20px 0 40px;box-sizing: border-box;border-top: 1px solid #E9E9E9;}

#footer .bottom_box {justify-content: space-between;align-items: center;}
#footer .bottom_box .left {width: calc(100% - 350px);}
#footer .bottom_box .left .banner_btn {width: 250px;height: 60px;margin-right: 10px;}
#footer .bottom_box .left .banner_btn:last-child {margin-right: 0;}
#footer .bottom_box .left .banner_btn a {display: flex;align-items: center;width: 100%;height: 100%;background: #005EC4;border-radius: 5px;border: 2px solid #000000;box-sizing: border-box;position: relative;}
#footer .bottom_box .left .banner_btn a:hover {text-decoration: none;opacity: 0.7;}
#footer .bottom_box .left .banner_btn a .img {width: 80px;height: 100%;background-repeat: no-repeat;background-position: center;background-size: cover;}
#footer .bottom_box .left .banner_btn a .btn-text {width: calc(100% - 80px);padding: 0 10px;box-sizing: border-box;font-weight: 700;color: #FFFFFF;}
#footer .bottom_box .left .banner_btn a .arrow {display: block;width: 20px;height: 20px;border-radius: 5px 0;background-color: #000000;background-image: url("../img/common/btn_arrow.svg");background-repeat: no-repeat;background-position: center;background-size: 8px;position: absolute;bottom: -2px;right: -2px;z-index: 1;}
#footer .bottom_box .left .banner_btn01.banner_btn a .img {background-image: url("../img/common/banner_btn01.jpg");}
#footer .bottom_box .left .banner_btn02.banner_btn a .img {background-image: url("../img/common/banner_btn02.jpg");}
#footer .bottom_box .right {width: 300px;text-align: right;}
#footer .bottom_box .right  .link_list {margin-bottom: 8px;justify-content: flex-end;}
#footer .bottom_box .right  .link_list li {font-size: 14px;line-height: 1.43;margin-right: 25px;}
#footer .bottom_box .right  .link_list li:last-child {margin-right: 0;}
#footer .bottom_box .right  .link_list li a:hover {text-decoration: none;color: #005EC4;}
#footer .bottom_box .right  .copyright {font-size: 14px;line-height: 1.43;}

/* wideWrap
=========================================== */
section{width:100%;}

aside,footer{position:relative;}

/* CLEARFIX
=========================================== */

.cf:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
	overflow: hidden;
	font-size: 0.1em;
	line-height: 0;
}
.cf {
	min-height: 1px;
}
* html .cf {
	height: 1px;/*¥*//*/
  height: auto;
  overflow: hidden;
  /**/
}

.no-pc{display: inline-block;pointer-events: none;text-decoration: none!important;}

.sp{display:none!important;}
