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

:root {
  --header-h: 120px;
}

@media (max-width: 768px) {
  :root {
    --header-h: 80px;
  }
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: var(--header-h);
}
body{
	color: #1a1a1a;
	background: #fff;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 400;
	letter-spacing: 0.12em;
}
p{
	line-height: 180%;
	font-size: 1rem;
}
a{
	text-decoration-line: none;
	color: #1a1a1a;
}
a:link{
	text-decoration: none;
}
ul li{
	list-style: none;
}
h2,h3,h4,h5,th{
	font-weight: 400;
}
/* 幅調整　*/
.w2560{
	width: 100%;
	max-width: 2560px;
	margin-inline: auto;
	overflow: clip
}
.w1920{
	width: 100%;
	max-width: 1920px;
	margin-inline: auto;
	overflow: clip
}
.w1600{
	width: calc(100% - 60px);
	max-width: 1600px;
	margin-inline: auto;
	position: relative;
	z-index: 5;
}
.w1300{
	width: 100%;
	max-width: 1300px;
	margin-inline: auto;
}
.w960{
	width: 100%;
	max-width: 960px;
	margin-inline: auto;
}

.contents{
	padding: 70px 0;
	position: relative;
}
.wrap80{
	padding: 10px 10%;
}
.wrap_center{
	width: fit-content;
	margin-inline: auto;
}
.clip_top_r{
	clip-path: polygon(
		100% 100%,
		0 100%,
		0 30px,
		calc(70% - 30px) 30px,
		70% 0,
		100% 0
	);
	padding-top: 100px;
}
.clip_top_l{
	clip-path: polygon(
		0 100%,
		100% 100%,
		100% 30px,
		calc(30% + 30px) 30px,
		30% 0,
		0 0
	);
	padding-top: 100px;
}
.clip_btm_l{
	clip-path: polygon(
		0 0, 
		100% 0, 
		100% calc(100% - 30px), 
		calc(70% + 30px) calc(100% - 30px), 
		70% 100%, 
		0 100%
	);
	padding-bottom: 100px;
	
}
@media (max-width: 960px){
	.wrap80{
		padding: 10px 5%;
	}
}
@media (max-width: 450px){
	.w1600{
		width: calc(100% - 30px);
	}
	.wrap80{
		padding: 10px 0;
	}
}

/* 背景　*/
.bg_w{
	background-color: rgba(255,255,255,1);
}

.bg_light{
	background-color: #f5f5f5;
}

.bg_inner{
	padding: 50px 10px;
}
.bg_blur{
	-webkit-backdrop-filter: blur(4px);
	backdrop-filter: blur(4px);
}
.bg_grad{
	background: linear-gradient(#2fa9ee , #00599c);
	color: #fff;
}
/* 動画背景============================================================ */
.mov_wrap{
	position: sticky;
	width: 100%;
	top: 0;
	left: 0;
}
.mov_wrap video{
	width: 100%;
	height: 100vh;
	min-height: 600px;
	position: absolute;
	right: 0;
	top: 0;
	object-fit: cover;
	filter: brightness(50%) hue-rotate(170deg) invert(100%);
	opacity: 0.2;
	z-index: -1;
}

/* 見出し　================================================== */
.txt_lv02{
	letter-spacing: 0.12em;
	margin-bottom: 30px;
	display: block;
	width: 100%;
	position: relative;
}
.txt_lv02 .ja{
	font-size: clamp(1.4rem, 0.86rem + 1.92vw, 2.6rem);
	font-weight: 500;
	display: block;
	position: relative;
}
.txt_lv02 .en{
	font-family: "Inter", sans-serif;
	font-weight: 700;
	font-size: 1rem;
	letter-spacing: 0.15em;
	text-transform: uppercase;
}
.txt_lv02 .en::before{
	font-family: "Font Awesome 6 Free";
	content: '\f111';
	font-weight: 900;
	margin-left: 0.5rem;
	padding-right: 0.25rem;
	color:#2fa9ee;
}
.txt_lv02::after{
	content: "";
	display: block;
	position: absolute;
	z-index: 2;
	left: 0;
	bottom: -4px;
	width: 1%;
	height: 1px;
	background:linear-gradient(to right,#2fa9ee ,#00599c);
	transition: 1.5s cubic-bezier(0.64, 0, 0.78, 0);
}
.txt_lv02.inview::after{
	width: 100%;
}
.bg_contact .txt_lv02 .en::before{
	color: #fff;
}
.bg_contact .txt_lv02::after{
	background: #fff;
}

.txt_lv03{
	font-size: 1.2rem;
	border-bottom: solid 1px #2fa9ee;
	position: relative;
	margin-bottom: 30px;
	padding-bottom: 0.25em;
	font-weight: 500;
}
.txt_lv03 i{
	color: #2fa9ee;
}

.txt_lv03 span.en{
	display: block;
	font-size: 80%;
	line-height: 100%;
}
.txt_lv03 span.nb{
	font-family: "Inter", sans-serif;
	font-optical-sizing: auto;
	font-weight: 700;
	color: #2fa9ee;
}
@media (max-width: 750px){
	.txt_lv03 span.nb{
		display: block;
	}
}
.txt_lv04{
	display: flex;
	align-items: center;
	margin: 15px 0;
	font-size: clamp(1.1rem, 0.8rem + 1.0667vw, 1.6rem);
	text-align: center;
	line-height: 120%;
}
.txt_lv04::before,
.txt_lv04::after{
	content: '';
	height: 1px;
	flex-grow: 1;
	border-bottom: solid 2px #eaeaea;
}
.txt_lv04::before{
	margin-right: 1rem;
}
.txt_lv04::after{
	margin-left: 1rem;
}
.txt_lv04 span.en{
	font-size: 70%;
	text-transform: uppercase;
	color: #eaeaea;
	font-weight: 700;
	font-style: normal;
}

.txt_lv05{
	background: linear-gradient(to right,#2fa9ee , #00599c);
	color: #fff;
	font-weight: 500;
	padding: 0.5em 1em;
	margin-bottom: 30px;
}

.txt_copy01{
	font-size: clamp(1.1rem, 0.86rem + 0.8533vw, 1.5rem);
	text-align: center;
	color: #1a1a1a;
	position: relative;
    display: block;
	width: fit-content;
    padding: 0 1em;
	margin: 0 auto 30px;
}

.txt_copy01::before {
	position: absolute;
    left: 0;
    top: 0;
    content: "";
    width: 1px;
    height: 100%;
    background: #1a1a1a;
    border-radius: 3px;
    transform: rotate(-25deg);
}
.txt_copy01::after {
	position: absolute;
    content: "";
    right: 0;
    top: 0;
    width: 1px;
    height: 100%;
    background: #1a1a1a;
    border-radius: 3px;
    transform: rotate(25deg);
}

.txt_copy02{
	font-weight: 600;
	font-size: clamp(1.2rem, 1.02rem + 0.64vw, 1.5rem);
	margin-bottom: 1em;
}
.txt_copy03{
	font-weight: 600;
	font-size: clamp(1.2rem, 0.8747rem + 1.1566vw, 1.8rem);
	text-align: left;
	position: relative;
	padding-left: 55px;
	width: fit-conttent;
	margin-bottom: 1em;
}
.txt_copy03::before{
	content: '';
	position: absolute;
	bottom: 50%;
	left: 0;
	width: 50px;
	height: 1px;
	background: #1a1a1a;
}
.txt_copy03.bg_b::before{
	content: '';
	position: absolute;
	bottom: 50%;
	left: 0;
	width: 50px;
	height: 1px;
	background: #fff;
}

/* ボタン　================================================== */
.btn_wrap{
	width: fit-content;
	padding: 15px;
}
.c-link {
    align-items: center;
    display: inline-flex;
    flex-direction: row-reverse;
	text-decoration: none;
}

.c-link__txt {
	color: #1a1a1a;
	font-weight: 500;
	text-decoration: none;
    font-size: calc(14*1em/16);
    margin-left: calc(15*1em/14);
	margin-bottom: 0;
}

.c-link__circle {
    align-items: center;
    aspect-ratio: 1/1;
    display: flex;
    flex-shrink: 0;
    justify-content: center;
    position: relative;
    width: calc(40*1em/16)
}

.c-link__circle:after,.c-link__circle:before {
    border-radius: 50%;
    content: "";
    inset: 0;
    position: absolute;
    z-index: 0
}

.c-link__circle:before {
    border:1px solid #00599c;
}

.c-link__circle:after {
    background-color: #00599c;
    opacity: 0;
    transform: scale(1.5)
}

.c-link__circleArrow {
    display: flex;
    flex-direction: row-reverse;
    overflow: hidden;
    position: relative;
    width: calc(11*1em/16);
    z-index: 1
}

.c-link__circleArrow svg {
    flex-shrink: 0;
    width: calc(11*1em/16);
    fill: none;
    stroke-width: 1px;
    stroke-linecap: round;
    stroke-linejoin: round
}

.c-link__circleArrow svg:first-of-type {
    stroke: #00599c;
}

.c-link__circleArrow svg:nth-of-type(2) {
    stroke: #fff;
}
.c-link__circle:after,
.c-link__circle:before{
	transition:transform .4s cubic-bezier(0.445,0.050,0.550,0.950),opacity .4s cubic-bezier(0.445,0.050,0.550,0.950);
}
.c-link__circleArrow svg,
.c-link__txt{
	transition: transform .5s cubic-bezier(0.165,0.840,0.440,1.000);
}
.c-link:hover .c-link__txt{
	transform: translate3d(.5em,0,0);
}
.c-link:hover .c-link__circle:before{
	opacity: 0;
	transform: scale(1.6)
}
.c-link:hover .c-link__circle:after{
	opacity: 1;
	transform: scale(1)
}
.c-link:hover .c-link__circleArrow svg{
	transform: translate3d(calc(11 * 1em / 16),0,0)
}

.c-link.dark .c-link__txt{
	color: #fff;
}
.c-link.dark .c-link__circle:before{
	border:1px solid #fff;
}
.c-link.dark .c-link__circle:after{
	background-color: #fff;
}
.c-link.dark .c-link__circleArrow svg:first-of-type{
	stroke: #fff;
}
.c-link.dark .c-link__circleArrow svg:nth-of-type(2) {
	stroke: #00599c;
}
/* table ============================================================ */
.line02 table {
    border-spacing:0;
    margin: 0 auto;
    padding: 0;
    width:100%;
}
.line02 table th{
	border-bottom: solid 1px #00599c;
	padding: 1em;
	width: 25%;
	min-width: 9em;
	font-weight: 600;
	text-align: left;
	color: #00599c;
}
.line02 table td{
	border-bottom: solid 1px #ccc;
	padding: 1em;
	text-align: left;
}
.line02 dl{
	margin-bottom: 0.5em;
	font-size: 0.9rem;
}
.line02 dl dt{
	font-weight: 500;
}
.line02 ul li{
	margin-bottom: 0.5em;
	font-size: 0.9rem;
}
@media (max-width: 768px){
	.line02 table th{
		display: block;
		width: 100%;
		border-bottom: none;
		text-align: left;
		padding-bottom: 0;
	}
	.line02 table td{
		display: block;
		width: 100%;
		border-bottom: solid 1px #00599c;
	}
	.line02 dl{
		flex-direction: column;
		align-self: flex-start;
		justify-content: flex-start;
	}
}
/* simple ============================== */
.simple01 table {
	border-collapse: collapse;
    border-spacing: 5px;
    margin: 0 auto;
    padding: 0;
    width:100%;
	
}
.simple01 table tr{
	border-bottom: solid 1px #ccc;
}
.simple01 table th,.simple01 table td{
	padding: 1.5em 1em;
	text-align: left;
	vertical-align: top;
}
.simple01 table th{
	font-weight: 600;
	width: 25%;
	min-width: 6em;
}
.simple01 table td i{
	color: #8a9898;
}
@media (max-width: 960px){
	.simple01 table th,.simple01 table td{
		display: block;
		width: 100%;
	}
	.simple01 table th{
		padding-bottom: 0;
	}
}

/* stripes ============================== */

.stripes table {
	border-collapse: collapse;
    border-spacing: 5px;
    margin: 0 auto;
    padding: 0;
    width:100%;
}
.stripes table tr:nth-child(odd){
	background:#eee;
}
.stripes table th,.stripes table td{
	padding: 0.5em;
}


/* リスト ============================== */
ul.border01{
	font-size: 1em;
}
ul.border01 li{
	border-bottom: dashed 1px #ccc;
	padding-bottom: 1rem;
	margin-bottom: 1rem;
	padding-left: 1rem;
	text-indent: -1rem;
}
ul.border01 li i{
	color: #8a9898;
}
.dl_border01{
	padding: 1rem;
}
.dl_border01 dl{
	display: flex;
	align-items: flex-start;
	border-bottom: solid 1px #8a9898;
}
.dl_border01 dl dt{
	width: 20%;
	padding: 1em 0 1em 1em;
	font-weight: 700;
}
.dl_border01 dl dt i{
	color: #8a9898;
}
.dl_border01 dl dd{
	padding: 1em;
}
@media (max-width: 960px){
	.dl_border01 dl{
		display: block;
		width: 100%;
	}
	.dl_border01 dl dt{
		width: 100%;
		padding: 1em 1em 0.5em;
	}
	.dl_border01 dl dd{
		width: 100%;
		padding:0.5em 1em 1em;
	}
}


/* 画像調整============================================================ */
.img_3-2{
	aspect-ratio: 3 / 2;
	object-fit: cover;
}
.img_4-3{
	aspect-ratio: 4 / 3;
	object-fit: cover;
}
.img_16-9{
	aspect-ratio: 16 / 9;
	object-fit: cover;
}
.img_1-1{
	aspect-ratio: 1 / 1;
	object-fit: cover;
}
.img_1-1round{
	aspect-ratio: 1 / 1;
	object-fit: cover;
	border-radius: 50%;
}
/* 角丸============================================================ */
.bdr15{
	border-radius: 15px;
}
.bdr30{
	border-radius: 30px;
}
.bdr50{
	border-radius: 30px;
}
/* 余白調整============================================================ */
.h30{
	height: 30px;
}
.h50{
	height: 50px;
}
.h70{
	height: 70px;
}
.h100{
	height: 100px;
}
.mt15{
	margin-top: 15px;
}
.mt30{
	margin-top: 30px;
}
.mt50{
	margin-top: 50px;
}
.mt70{
	margin-top: 70px;
}
.mt100{
	margin-top: 100px;
}
.mb70{
	margin-bottom: 70px;
}
.mb30{
	margin-bottom: 30px;
}
.pt0{
	padding-top: 0;
}
.pb0{
	padding-bottom: 0;
}
.pb70{
	padding-bottom: 70px;
}
.txt_c{
	text-align: center;
}
.txt_r{
	text-align: right;
}

span.bold{
	font-weight: 600;
}

span.line{
	background:linear-gradient(transparent 60%, rgba(47,169,238,0.3) 60%);
	font-size: 1em;
}
span.inb{
	display: inline-block;
}
.font_s{
	font-size: 80%;
}
.font_l{
	font-size: 150%;
}
.col_b{
	color:#2fa9ee;
}
.col_n{
	color:#00599c;
}
.txt_link{
	color: #00599c;
	border-bottom: dashed 1px #00599c;
	transition: .5s;
}
.txt_link:hover{
	color: #2fa9ee;
}

/* TOPへ戻るボタン==================== */
#page_top {
	position: fixed;
	right: 20px;
	bottom: 20px;
	width: 46px;
	height: 46px;
	aspect-ratio: 1 / 1;
	border: none;
	border-radius: 50%;
	background: #1a1a1a;
	cursor: pointer;
	opacity: 0;
	pointer-events: none; /* 非表示中はクリックできない */
	transition: opacity 0.5s ease;
	z-index: 999;
}
#page_top::after{
	position: absolute;
	font-family: 'Font Awesome 6 Free';
	font-weight: 900;
	content: '\f062';
	bottom: 50%;
	right: 50%;
	transform: translate(50% , 50%);
	color: #fff;
	font-size: 18px;
}
#page_top.show {
	opacity: 1;
	pointer-events: auto; /* 表示中はクリック可能 */
}


/* スクロールフェードイン ================================================== */
.fadein {
	opacity : 0.2;
	filter: blur(2px);
	transform : translate(0, 80px);
	transition : all 1s;
	}

.fadein.scrollin {
	opacity : 1;
	filter: none;
	transform : translate(0, 0);
	}
/* スクロールエフェクト ================================================== */
.swipe{
   position: relative;
   overflow: hidden;
}
.swipe::after{
   content: '';
   width: 100%;
   height: 100%;
   position: absolute;
   top: 0;
   left: 0;
   background: #fff;
   pointer-events: none;
   z-index: 1;
   transform: translateX(-100%);
   transition: 1.2s ease-in-out;
}
.swipe .swipe_in{
   opacity: 0;
   transition: 0.2s ease-in;
   transition-delay: 0.6s;
}
.swipe.inview .swipe_in{
   opacity: 1;
}
.swipe.inview::after{
   transform: translateX(100%);
}

/* スクロールエフェクト2 ================================================== */
.imgup{
	position: relative;
	overflow: hidden;
	height: fit-content !important;
	clip-path: polygon(0 0, 0 0, 0 100%, 0 100%);
	transition: 1.4s;
	transition-delay: 0.3s;
}
.imgup img{
	transition: 1.8s cubic-bezier(0.6, 0, 0.07, 1);
	transform: translateX(-10%) scale(1.4);
}

.imgup.inview img{
	transform: translateX(0) scale(1);
}
.imgup.inview {
	clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
}
.imgup.d06{
	transition-delay: 0.6s;
}
/* テキストアニメ　==================== */
.eachTextAnime span{
	opacity: 0;
}
.eachTextAnime.appeartext span{ 
	animation:text_anime_on 1.5s ease-out forwards; 
}
@keyframes text_anime_on {
	0% {
		opacity:0;
		
	}
	100% {
		opacity:1;
		transform : translate(0, 0);
	}
}

/* 00px以上非表示 ------------------------------ */
@media (min-width: 1200px){
	.openbtn,#g-nav,.mb_bg{
		display: none !important;
	}
}
@media (min-width: 960px){
	.tbsp{
		display: none !important;}
}
@media (min-width: 750px){
	.sp{
		display: none!important;}
	}
@media (min-width: 450px){
	.sp_450{
		display: none!important;}
	}
/* 00px以下非表示 ------------------------------ */
@media (max-width: 1200px){
	.pc{
		display: none !important;
	}
	
}
@media (max-width: 960px){
	.pctb{
		display: none !important;
	}
}
@media (max-width: 750px){
	.pctb{
		display: none !important;
	}
}
@media (max-width: 450px){
	.pctb450{
		display: none;
	}
}
