@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;
}

/* 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: 400;
    font-style: normal;
	max-width:1920px;
	overflow: hidden;
	margin:0 auto;
}

h1,h2,h3,h4,h5,h6 {font-weight:700;}
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 {width: 335px;height: 70px;}
.btn01 a {display: flex;justify-content: center;align-items: center;width: 100%;height: 100%;padding: 0 40px;box-sizing: border-box;background: #727171;border-radius: 5px;position: relative;}
.btn01 a::before {content: "";display: block;width: 7px;height: 9px;background: url("../img/common/btn_arrow.svg") no-repeat center;background-size: contain;position: absolute;top: 50%;right: 20px;transform: translateY(-50%);z-index: 1;}
.btn01 a .btn-text {color: #FFFFFF;}
.btn01 a:hover {text-decoration: none;background: #004B9F;}

.btn02 {}
.btn02 a {display: inline-flex;justify-content: center;align-items: center;}
.btn02 a .arrow {display: inline-block;width: 30px;height: 30px;margin-left: 10px;position: relative;}
.btn02 a .arrow::before {content: "";display: block;width: 100%;height: 100%;background: url("../img/common/btn_arrow_bg.png") no-repeat center;background-size: contain;position: absolute;top: 50%;left: 50%;transform: translate(-50%, -50%);transition: 0.3s;}
.btn02 a .arrow::after {content: "";display: block;width: 7px;height: 9px;background: url("../img/common/btn_arrow.svg") no-repeat center;background-size: contain;position: absolute;top: 50%;left: 50%;transform: translate(-50%, -50%);z-index: 1;}
.btn02 a:hover .arrow::before {transform: translate(-50%, -50%) rotate(360deg);}

.btn02.shiro a {color:#fff;}
.btn02.shiro a .arrow::before {background: url("../img/common/btn_arrow_bg02.png") no-repeat center;background-size: contain;}
.btn02.shiro a .arrow::after {background: url("../img/common/btn_arrow02.svg") no-repeat center;background-size: contain;}

.title01 {text-align: center;}
.title01 .en {display: block;font-size: 50px;color: #004B9F;line-height: 1.44;}
.title01 .ja {display: block;font-size:13px;line-height:1.46;font-weight: 400;}
.title01.shiro .en {color: #fff;}

.title02 {}
.title02 .sub {display: inline-block;font-size: 13px;line-height: 1.46;padding: 0 16px;box-sizing: border-box;position: relative;}
.title02 .sub::before, .title02 .sub::after {content: "";display: block;width: 11px;height: 11px;background: url("../img/common/title_bg.png") no-repeat center;background-size: contain;position: absolute;bottom: 3px;}
.title02 .sub::before {left: 0;}
.title02 .sub::after {right: 0;}
.title02 .title-text {display: block;font-size:40px;line-height:1.6;letter-spacing: 0.03em;margin-top: 10px;}
.title02.shiro .sub::before, .title02.shiro .sub::after {background: url("../img/common/title_bg_w.png") no-repeat center;background-size: contain;}

.title03 {font-size:40px;line-height:1.45;letter-spacing: 0.03em;margin-bottom: 40px;}

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

.common_text {line-height: 2;}

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

.tate {writing-mode: vertical-rl;white-space: pre;letter-spacing: -0.3em;}
.safari .tate {letter-spacing: 0.1em;}
@-moz-document url-prefix(){
    .tate {letter-spacing: 0.1em;}
}

/*色*/
.shiro {color:#fff;}
.kuro {color: #000000;}
.ao {color: #004B9F;}

.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: 100px;min-width:1100px;max-width: 1920px;position:fixed;transition: 0.3s;left:0;right: 0;top:0;margin: auto;z-index: 100;backdrop-filter: blur(10px) brightness(110%);-webkit-backdrop-filter: blur(10px) brightness(110%);background: rgba(255, 255, 255, 0.7);}
#header .header_inner {height: 100%;justify-content: space-between;align-items: center;flex-wrap: nowrap;}
#header .header_inner .logo_box {width: auto;margin-left: 100px;position: relative;z-index: 1;}
#header .header_inner .logo {width: 196px;}
#header .header_inner .logo a {display: block;width: 100%;}
#header .header_inner .logo a:hover {text-decoration: none;opacity: 0.3;}
#header .header_inner .right {height: 100%;justify-content: flex-end;padding-right: 170px;box-sizing: border-box;position: relative;}
#header .header_inner .right .contact_btn {width: 130px;height: 100px;position: absolute;top: 0;right: 0;}
#header .header_inner .right .contact_btn a {display: flex;align-items: center;justify-content: center;width: 100%;height: 100%;background: #004B9F;}
#header .header_inner .right .contact_btn a .btn-text {font-size: 16px;padding-top: 18px;box-sizing: border-box;position: relative;}
#header .header_inner .right .contact_btn a .btn-text::before {content: "";display: block;width: 19px;height: 13px;background: url("../img/common/icon_contact.png") no-repeat center;background-size: contain;position: absolute;top: 0;left: 50%;transform: translateX(-50%);}
#header .header_inner .right .contact_btn a:hover {text-decoration: none;background: #001E3E;}

.fixed #header {height: 60px;}
.fixed #header .header_inner .logo {width: 157px;}
.fixed #header .gnav_bg {padding-top: 18px;}

/*gnav*/
.gnav {height: 100%;}
.gnav > ul.flex {width:auto;height: 100%;align-items: center;flex-wrap: nowrap;}
.gnav > ul > li {margin-right: 30px;}
.gnav > ul > li:last-child {margin-right: 0;}
.gnav > ul > li > a {display: flex;flex-wrap: nowrap;justify-content: center;width: auto;max-width: 100%;}
.gnav > ul > li > a > span {transition: 0.3s;white-space: nowrap;}
.gnav > ul > li > a:hover {text-decoration: none;}
.gnav > ul > li > a:hover span {color: #004B9F;}

.gnav .gnav_first {position: relative;}
.gnav .gnav_first > p {transition: 0.3s;white-space: nowrap;position: relative;cursor: pointer;}
.gnav .gnav_first > p::after {content: "";display: block;width: 10px;height: 1px;background: #000000;border-radius: 10px;transition: 0.3s;position: absolute;bottom: -5px;left: 50%;transform: translateX(-50%);}
.gnav .gnav_first:hover > p {color: #004B9F;}
.gnav .gnav_first:hover > p::after {width: 30px;background: #004B9F;}
.gnav_bg {
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	padding-top: 38px;
	visibility: hidden;
	opacity: 0;
	transition: 0.3s;
	overflow: auto;
	box-sizing: border-box;
	min-width: 140px;
}
.gnav_second {
	background: rgba(0, 75, 159, 0.5);
	backdrop-filter: blur(15px);-webkit-backdrop-filter: blur(10px);
	padding: 30px;
	box-sizing: border-box;
	transition: 0.3s;
	visibility: hidden;
	opacity: 0;
	position: relative;
}
.gnav_first:hover .gnav_bg {
  visibility: visible;
  opacity: 1;
}
.gnav_first:hover .gnav_second {
  visibility: visible;
  opacity: 1;
}
.gnav_first .gnav_second li {
	margin-bottom: 20px;
}
.gnav_first .gnav_second li:last-child {
	margin-bottom: 0;
}
.gnav_first .gnav_second li a {
	display: block;
	padding-left: 14px;
	box-sizing: border-box;
	white-space: nowrap;
	color: #FFFFFF;
	position: relative;
}
.gnav_first .gnav_second li a::before {
	content: "";
	display: block;
	width: 7px;
	height: 9px;
	background: url("../img/common/nav_arrow.svg") no-repeat center;
	background-size: contain;
	position: absolute;
	top: 9px;
	left: 0;
}
.gnav_first .gnav_second li a:hover {
	text-decoration: none;
	opacity: 0.7;
}

/* main */
/*-------------------------------------------*/
#main {}
#main.home_main {width: 100%; height: 1120px;position: relative;}
#main.home_main .waku {width: 100%;height: 100%;position: relative;}
#main.home_main .waku .main_bg {width: 850px;height: 100%;position: absolute;top: 0;}
#main.home_main .waku .main_bg.main_bg_left {background: url("../img/main/img_left.png") repeat-y center right;background-size: cover;left: 0;animation: mainBgLeft 50s linear infinite;}
@keyframes mainBgLeft {
	0% {
		background-position: 0 0;
	}
	100% {
		background-position: 0 -2025px;
	}
}
#main.home_main .waku .main_bg.main_bg_right {background: url("../img/main/img_right.png") repeat-y center left;background-size: cover;right: 0;animation: mainBgRight 50s linear infinite;}
@keyframes mainBgRight {
	0% {
		background-position: 0 0;
	}
	100% {
		background-position: 0 2025px;
	}
}
#main.home_main .waku .main_title {font-size: 80px;line-height: 1.475;letter-spacing: 0.05em;position: absolute;top: 290px;left: 50%;transform: translateX(-50%);z-index: 1;}
#main.home_main .waku .main_title::before {content: "";display: block;width: 232px;height: 112px;background: url("../img/main/main_text.png") no-repeat center;background-size: contain;position: absolute;bottom: -50px;right: -54px;}

#main.home_main .main_news_box {width: 100%;height: 360px;padding-top: 200px;box-sizing: border-box;background: url("../img/main/news_bg.png") no-repeat center top;background-size: cover;position: absolute;bottom: 0;left: 0;z-index: 1;}
#main.home_main .main_news_box::before {content: "";display: block;width: 125px;height: 128px;background: url("../img/main/circle.png") no-repeat center;background-size: contain;position: absolute;top: 21px;left: 50%;transform: translateX(-50%);animation:15s linear infinite rotation01;}
@keyframes rotation01 {
	0% {
		transform: translateX(-50%) rotate(0);
	}
	100% {
		transform: translateX(-50%) rotate(-360deg);
	}
}
#main.home_main .main_news_box .cnt {align-items: flex-end;}
#main.home_main .main_news_box .cnt .title01 {padding-right: 30px;margin-right: 30px;position: relative;}
#main.home_main .main_news_box .cnt .title01::before {content: "";display: block;width: 1px;height: calc(100% - 10px);background: #DEDEDE;position: absolute;bottom: 0;right: 0;}
#main.home_main .main_news_box .cnt .main_news01 {width: 360px;margin-right: 30px;}
#main.home_main .main_news_box .cnt .main_news01 a {display: block;}
#main.home_main .main_news_box .cnt .main_news01 a .title {margin-top: 10px;font-weight: 400;line-height: 1.75;display: -webkit-box;overflow: hidden;-webkit-line-clamp: 2;-webkit-box-orient: vertical;transition: 0.3s;}
#main.home_main .main_news_box .cnt .main_news01 a:hover {text-decoration: none;}
#main.home_main .main_news_box .cnt .main_news01 a:hover .title {text-decoration: underline;}

/* 下層 main */
/*-------------------------------------------*/
#main.kasou {width: 100%;height: 290px;position: relative;margin-top: 100px;}
#main.kasou #video-bg {position: absolute;top: -100px;left: 0; width: 100%;height: 1400px;z-index: -1;pointer-events: none;opacity: 0.5;}
#main.kasou #video-bg::before {content: "";display: block;width: 100%;height: 920px;background: linear-gradient(0deg,rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0.86) 50%, rgba(255, 255, 255, 0) 100%);position: absolute;bottom: 0;left: 0;z-index: 1;}
#main.kasou #video-bg video {width: 100%;height: 100%;object-fit: cover;filter: drop-shadow(0px 0px rgba(0,0,0,0));outline: none;border: none;}
#main.kasou .wrap {width: 100%;height: 100%;padding: 92px 100px 0;box-sizing: border-box;}
#main.kasou h1 {line-height: 1.45;letter-spacing: 0.03em;}
#main.kasou h1 .en {display: inline-block;font-size: 80px;color: #004B9F;}
#main.kasou h1 .ja {display: inline-block;font-size: 18px;margin-left: 30px;}

/*パンくず*/
div#bread {width: 100%;}
div#bread .wrap {display: flex;align-items: center;width: 100%;padding: 0 100px;box-sizing: border-box;}
ul.bread-list {width: auto;justify-content: flex-start;white-space: nowrap;}
ul.bread-list li {font-size:13px;line-height: 19px;}
ul.bread-list li.txt-limit {max-width: 145px;white-space: nowrap;overflow: hidden;text-overflow: ellipsis;}
ul.bread-list li a {text-decoration:none;}
ul.bread-list li a:hover {text-decoration:underline;}
ul.bread-list li::after{content:"";display: inline-block;width: 6px;height: 8px;background: url("../img/common/bread_arrow.png") no-repeat center;background-size: contain;margin: 0 14px;}
ul.bread-list li:last-child::after{display: none;}
div#bread .bread-line {flex-grow: 1;height: 1px;background: #9FB1BF;margin-left: 30px;}

body.single-interview div#bread, body.single-news div#bread {margin-top: 150px;position: relative;}
body.single-interview div#bread #video-bg, body.single-news div#bread #video-bg {position: absolute;top: -150px;left: 0; width: 100%;height: 1400px;z-index: -1;pointer-events: none;opacity: 0.5;}
body.single-interview div#bread #video-bg::before, body.single-news div#bread #video-bg::before {content: "";display: block;width: 100%;height: 920px;background: linear-gradient(0deg,rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0.86) 50%, rgba(255, 255, 255, 0) 100%);position: absolute;bottom: 0;left: 0;z-index: 1;}
body.single-interview div#bread #video-bg video, body.single-news div#bread #video-bg video {width: 100%;height: 100%;object-fit: cover;filter: drop-shadow(0px 0px rgba(0,0,0,0));outline: none;border: none;}

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

/* footer */
/*-------------------------------------------*/
#staff-img-sec {padding: 150px 0 100px;}
#staff-img-sec .staff_box {margin-top: 0;}

#btn-sec { padding: 0 50px 200px; box-sizing: border-box;background: #FFFFFF;}
#btn-sec .btn_list { justify-content: space-between; }
#btn-sec .btn_list .btn_box { width: 49.68%; height: 300px; }
#btn-sec .btn_list .btn_box a { display: block; width: 100%; height: 100%; border-radius: 20px; overflow: hidden; position: relative; }
#btn-sec .btn_list .btn_box a:hover { text-decoration: none; }
#btn-sec .btn_list .btn_box a:hover::before { background: #001E3E; opacity: 0.5; }
#btn-sec .btn_list .btn_box a:hover .arrow::before { background: url("../img/common/slide_arrow_bg.png") no-repeat center; background-size: contain; opacity: 0.8; transform: rotate(180deg); }
#btn-sec .btn_list .btn_box a:hover .arrow::after { filter: brightness(0) saturate(100%) invert(10%) sepia(92%) saturate(1106%) hue-rotate(185deg) brightness(95%) contrast(106%); }
#btn-sec .btn_list .btn_box a::before { content: ""; display: block; width: 100%; height: 100%; background: #004B9F; position: absolute; top: 0; left: 0; transition: 0.3s; }
#btn-sec .btn_list .btn_box a .title01 { position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); z-index: 1; }
#btn-sec .btn_list .btn_box a .title01 .en { font-size: 40px; font-weight: 700; }
#btn-sec .btn_list .btn_box a .arrow { width: 75px; height: 85px; position: absolute; bottom: 0; right: 0; transition: 0.3s; z-index: 1; }
#btn-sec .btn_list .btn_box a .arrow::before { content: ""; display: block; width: 117px; height: 117px; background: url("../img/common/slide_arrow_bg03.png") no-repeat center; background-size: contain; position: absolute; top: 0; left: 0; transition: 0.3s; }
#btn-sec .btn_list .btn_box a .arrow::after { content: ""; display: block; width: 19px; height: 28px; opacity: 1; background: url("../img/common/slide_arrow02.png") no-repeat center; background-size: contain; position: absolute; top: 41px; left: 45px; z-index: 1; }
#btn-sec .btn_list .btn_box.btn_box01 a { background: url("../img/top/btn_bg01.jpg") no-repeat center; background-size: cover; }
#btn-sec .btn_list .btn_box.btn_box02 a { background: url("../img/top/btn_bg02.jpg") no-repeat center; background-size: cover; }

#footer {min-height: 600px;background: #FFFFFF;}
#footer .footer_img {width: 49%;background: url("../img/common/footer_img.png") no-repeat center right;background-size: cover;}
#footer .footer_box {width: 51%;padding: 17px 3.85vw 0;box-sizing: border-box;}
#footer .footer_box .footer_text {max-width: 570px;margin: 0 auto;}
#footer .footer_box .footer_text .text_box {width: auto;position: relative;margin-bottom: 70px;}
#footer .footer_box .footer_text .text_box .logo {width: 248px;}
#footer .footer_box .footer_text .text_box .logo a {display: block;width: 100%;}
#footer .footer_box .footer_text .text_box .logo a:hover {text-decoration: none;opacity: 0.3;}
#footer .footer_box .footer_text .text_box .address-list {margin-top: 40px;}
#footer .footer_box .footer_text .text_box .address-list li {display: inline-block;font-size: 13px;margin-right: 15px;}
#footer .footer_box .footer_text .text_box .address-list li:last-child {margin-right: 0;}
#footer .footer_box .footer_text .text_box .btn01 {width: 260px;height: 80px;position: absolute;top: -17px;right: 0;}
#footer .footer_box .footer_text .text_box .btn01 a::before {display: none;}
#footer .footer_box .footer_text .text_box .btn01 a .btn-text {padding-left: 28px;box-sizing: border-box;position: relative;}
#footer .footer_box .footer_text .text_box .btn01 a .btn-text::before {content: "";display: block;width: 21px;height: 14px;background: url("../img/common/icon_contact.png") no-repeat center;background-size: contain;position: absolute;top: 50%;left: 0;transform: translateY(-50%);}

.navs-list {width: auto;display:flex;align-items: flex-start;}
.navs-list > ul.navs-list00 {margin-right: 60px;}
.navs-list > ul.navs-list03 {margin-right: 0;}
.navs-list > ul.navs-list00 > li {margin-bottom: 20px;}
.navs-list > ul.navs-list00 > li:last-child {margin-bottom:0;}
.navs-list > ul.navs-list00 > li a {padding-left: 12px;box-sizing: border-box;position: relative;}
.navs-list > ul.navs-list00 > li a::before {content: "";display: block;width: 7px;height: 9px;background: url("../img/common/nav_arrow02.svg") no-repeat center;background-size: contain;border-radius: 50%;position: absolute;top: 9px;left: 0;}
.navs-list > ul.navs-list00 > li a:hover {color: #004B9F;}
.navs-list > ul.navs-list00 > li a:hover::before {filter: brightness(0) saturate(100%) invert(19%) sepia(35%) saturate(6317%) hue-rotate(202deg) brightness(88%) contrast(101%);}

#footer .footer_box .footer_text .copyright {font-size: 13px;color: #BCBCBC;text-align: center;margin-top: 70px;}

/* 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;}
