@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: 1.8;
	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;
}
.w1300{
	width: 100%;
	max-width: 1300px;
	margin-inline: auto;
}
.w960{
	width: 100%;
	max-width: 960px;
	margin-inline: auto;
}

.contents{
	padding: 70px 0;
}
.wrap80{
	padding: 10px 10%;
}
.wrap_center{
	width: fit-content;
	margin-inline: auto;
}
@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,0.8);
}

.bg_light{
	background-color: #eef5f9;
}

.bg_inner{
	padding: 70px 10px;
}
.bg_blur{
	-webkit-backdrop-filter: blur(4px);
	backdrop-filter: blur(4px);
}

.box_wrap_rt{
	position: relative;
}
.box_wrap_rt::before{
	display: block;
    content: '';
    width: 75%;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    background: #eef5f9;
    z-index: -1;
}
.box_wrap_lt{
	position: relative;
}
.box_wrap_lt::before{
	display: block;
    content: '';
    width: 75%;
    height: 100%;
    position: absolute;
    top: 0;
	left: 0;
    background: #eef5f9;
    z-index: -1;
}
.bg_img01{
	background-image: url(../img/bg_img01.webp);
	background-repeat: no-repeat;
	background-position: center;
	background-size: 100%;
}
.bg_img02{
	background-image: url(../img/bg_img02.webp);
	background-repeat: no-repeat;
	background-position: bottom right;
	background-size: 100%;
}
@media (max-width: 960px){
	.bg_img01{
		background-size: auto;
	}
}


/* 見出し　================================================== */
.txt_lv02{
	font-family: fot-chiaro-std, sans-serif;
	font-weight: 700;
	font-style: normal;
	letter-spacing: 0.12em;
	margin-bottom: 30px;
	display: block;
	width: 100%;
	line-height: 1.5;
}
.txt_lv02 .ja{	
	font-size: clamp(1.1rem, 0.965rem + 0.48vw, 1.4rem);
	display: block;
	position: relative;
}
.txt_lv02 .en{
	background-image: linear-gradient(to right , #00a1e4, #00daa2);
    background-clip: text;
    -webkit-text-fill-color: rgba(255, 255, 255, 0);
	font-size: clamp(2rem, 1.55rem + 1.6vw, 3rem);
	letter-spacing: 0.15em;
	text-transform: uppercase;
}

.txt_lv03{
	font-size: 1.2rem;
	border-bottom: solid 1px #ccc;
	position: relative;
	margin-bottom: 30px;
	padding-bottom: 0.2em;
}

.txt_lv03 span.en{
	display: block;
	font-size: 80%;
	line-height: 100%;
}
.txt_lv03 span.nb{
	font-size: 150%;
	font-family: fot-chiaro-std, sans-serif;
	font-weight: 700;
	color: #00a1e4;
}
.txt_lv03::after{
	content: "";
	display: block;
	position: absolute;
	z-index: 2;
	left: 0;
	bottom: -1px;
	width: 100px;
	height: 1px;
	background-color: #00a1e4;
}
.txt_lv04{
	display: flex;
	align-items: center;
	margin: 15px 0;
	font-size: clamp(1.4rem, 1.13rem + 0.96vw, 2rem);
	text-align: center;
	line-height: 120%;
	color: #00a1e4;
	font-family: fot-chiaro-std, sans-serif;
	font-weight: 700;
	font-style: normal;
}
.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: rgba(0,161,228,0.3);
	display: block;
	padding: 0.25em 0.5em;
	margin-bottom: 16px;
}
.txt_lv05 i{
	font-size: 60%;
	vertical-align:15%;
	color: #00a1e4;
}

.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: #00a1e4;
    border-radius: 3px;
    transform: rotate(-25deg);
}
.txt_copy01::after {
	position: absolute;
    content: "";
    right: 0;
    top: 0;
    width: 1px;
    height: 100%;
    background: #00a1e4;
    border-radius: 3px;
    transform: rotate(25deg);
}

.txt_copy02{
	font-size: clamp(1.2rem, 1.02rem + 0.64vw, 1.5rem);
	margin-bottom: 1em;
}
.txt_copy03{
	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{
	display: block;
	width: 280px;
	margin-inline: auto;
}

.btn01{
	display: inline-block;
	text-align: center;
	width: 100%;
	background-image: linear-gradient(to right , #00a1e4, #00daa2);
	background-size: 150%;
	background-position: left;
	padding: 1rem;
	position: relative;
	font-size: 1em;
	font-weight: 500;
	color: #fff;
	transition: .5s;
}
.btn01::after{
	font-family: 'Font Awesome 6 Free';
	font-weight: 900;
	content: "\f061";
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 15px;
	transition: .5s;
}
.btn01:hover{
	background-position: right;
	transition: .5s;
}
.btn01:hover::after{
	right: 10px;
}

/* table ============================================================ */
.line02 table {
    border-spacing:0;
    margin: 0 auto;
    padding: 0;
    width:100%;
}
.line02 table th{
	font-weight: 600;
	border-bottom: solid 1px #00a1e4;
	padding: 1em;
	width: 25%;
	min-width: 9em;
	text-align: left;
}
.line02 table td{
	border-bottom: solid 1px #ccc;
	padding: 1em;
}

.line02 dl{
	margin-bottom: 1em;
	font-size: 0.9rem;
}
.line02 dl dt{
	font-weight: 600;
}
.line02 ul li{
	padding-left: 1em;
	text-indent: -1em;
	margin-bottom: 0.5em;
}
@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 #00a1e4;
	}
	.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: 20%;
	min-width: 6em;
}
@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: dotted 1px #ccc;
	margin-bottom: 1rem;
	padding-bottom: 0.5rem;
}
ul.border01 li i{
	color: #043c78;
}
.dl_border01{
	padding: 1rem;
}
.dl_border01 dl{
	display: flex;
	align-items: flex-start;
	border-bottom: dotted 1px #ccc;
}
.dl_border01 dl dt{
	width: 20%;
	padding: 1em 0 1em 1em;
	font-weight: 700;
}
.dl_border01 dl dd{
	flex:1;
	padding: 1em;
}
.dl_border01 dl.me{
	flex-direction: column;
}
.dl_border01 dl.me dt{
	width: 100%;
}
.dl_border01 dl.me dd{
	font-size: 0.9rem;
	padding: 0 1rem 1rem;
	line-height: 1.8;
}


/* 画像調整============================================================ */
.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;
}
.mb15{
	margin-bottom: 15px;
}
.pt0{
	padding-top: 0;
}
.pb0{
	padding-bottom: 0;
}
.txt_c{
	text-align: center;
}
.txt_r{
	text-align: right;
}
.font_f{
	font-family: fot-chiaro-std, sans-serif;
	font-weight: 700;
}

.bold{
	font-weight: 600;
}

.line{
	background:linear-gradient(transparent 60%, rgba(0,161,228,0.3) 60%);
	font-size: 1em;
}
span.inb{
	display: inline-block;
}
span.s80{
	font-size: 80%;
}
.col_n{
	color: #043c78;
}
.col_b{
	color:#00a1e4;
}
.col_y{
	color:#00daa2;
}

/* TOPへ戻るボタン==================== */
#page_top {
	position: fixed;
	right: 20px;
	bottom: 20px;
	width: 46px;
	height: 46px;
	aspect-ratio: 1 / 1;
	border: none;
	border-radius: 50%;
	background-image: linear-gradient(to right , #00a1e4, #00daa2);
	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);
	}
/* スクロールエフェクト ================================================== */
.imgup{
	position: relative;
	overflow: hidden;
	height: fit-content !important;
}
.imgup img{
	transition: 1.8s cubic-bezier(0.6, 0, 0.07, 1);
	transform: translateX(-10%) scale(1.4);
}
.imgup{
	clip-path: polygon(0 0, 0 0, 0 100%, 0 100%);
	transition: 1.4s;
	transition-delay: 0.3s;
}
.imgup.inview img{
	transform: translateX(0) scale(1);
}
.imgup.inview {
	clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
}
/* テキストアニメ　==================== */
.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: 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;
	}
}
