@charset "UTF-8";
/* CSS Document */
@media (min-width: 1200px){
	nav.globalMenuSp,.navToggle,.sptb{
		display: none !important;
	}
}
@media (min-width: 960px){
	
}
@media(min-width:749px){
	.sp{
		display: none !important;
	}	
}
@media(min-width:450px){
	.sp450{
		display: none !important;
	}	
}

body{
	color: #1a1a1a;
    font-family: YakuHanJP, 'IBM Plex Sans JP', sans-serif;
    letter-spacing: 0.1rem;
	background: #fff;
	font-weight: 400;
}

a{
	text-decoration: none;
}
a:link{
	text-decoration: none;
}
ul li{
	list-style-type: none;
}
p{
	 line-height: 1.8;
}
h2,h3,h4,h5{
	font-weight: 400;
}
/* スペース調整==================== */
.w1800{
	max-width: 1800px;
	margin: auto;
}
.w960{
	max-width: 960px;
	margin: auto;
}
.w1366{
	width: calc(100% - 200px);
	margin: auto;
	max-width: 1366px;
}
.h50{
	height: 50px;
}
.h30{
	height: 30px;
}

hr{
	padding: 0;
	height: 0;
	border-top: 1px solid #dcdcdc;
	margin: 50px 0;
}

/* 最大表示幅枠　==================== */
.wrapper{
	max-width: 1920px;
	margin: auto;
}
/* 各コンテンツ枠　======================================== */
section.contents{
	padding: 70px 0;
}

.wrap80{
	padding: 0 10%;
}
.wrap80_w{
	padding: 10 10%;
	background: rgba(255,255,255,0.49);
}
/* 背景==================== */
.bg_w{
	background: #fff;
}
.bg_g{
	background: #f5f5f5;
}

.bg_inner_w{
	background: rgba(255,255,255,0.75);
	padding: 50px 20px;
}
.bg_inner_b{
	background: rgba(0,0,0,0.1);
	padding: 50px 20px;
}

.box_wrap_rt{
	position: relative;
	margin-bottom: 50px;
}
.box_wrap_rt::before{
	display: block;
    content: '';
    width: 75%;
    height: calc(100% - 200px);
    position: absolute;
    top: 0;
    right: 0;
    background: #f5f5f5;
    z-index: -1;
}
.box_wrap_rt2{
	position: relative;
	margin-bottom: 50px;
}
.box_wrap_rt2::before{
	display: block;
    content: '';
    width: 75%;
    height: calc(100% - 120px);
    position: absolute;
    top: 0;
    right: 0;
    background: #f5f5f5;
    z-index: -1;
}

.box_wrap_lt{
	position: relative;
	margin-bottom: 70px;
	margin-top: 70px;
}
.box_wrap_lt::before{
	display: block;
    content: '';
    width: 75%;
    height: calc(100% - 200px);
    position: absolute;
    top: 0;
	left: 0;
    background: #f5f5f5;

    z-index: -1;
}

/* フレックスボックス==================== */
.card002{
	display: flex;
	justify-content: center;
	align-content: center;
	padding: 10px;
}

.card002 .img{
	width: 100%;
	margin: auto;
	padding: 15px;
}
.card002 .img img{
	width: 100%;
	box-shadow: 2px 2px 5px rgba(0,0,0,0.1);
}
.card002 .txt{
	width: 100%;
	padding: 10px;
	align-self: center;
}
.card002 .img_f{
	display: flex;
	justify-content: space-between;
}
.img_f_in{
	width: 50%;
	padding: 15px;
}
.img_f_in img{
	width: 100%;
	aspect-ratio: 9 / 16;
	object-fit: cover;
}


.card003{
	display: flex;
	justify-content: center;
	align-content: center;
}
.card003 div{
	padding: 10px;
}
.card003 .img{
	width: 300px;
}
.card003 .img img{
	width: 100%;
}
.card003 .txt{
	flex: 1;
	align-self: center;
}

.icon_flex{
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
	max-width: 900px;
	margin: auto;
}
.icon_flex div{
	width: calc(100% / 3);
	padding: 15px;
}
.icon_flex div img{
	width: 100%;
}
.img16-9{
	width: 100%;
	aspect-ratio: 16 / 9;
	object-fit: cover;
}
.img4-3{
	width: 100%;
	aspect-ratio: 4 / 3;
	object-fit: cover;
}
.img3-2{
	width: 100%;
	aspect-ratio: 3 / 2;
	object-fit: cover;
}
.img1-1{
	width: 100%;
	aspect-ratio: 1 / 1;
	object-fit: cover;
}
.imgd1-1{
	width: 100%;
	aspect-ratio: 1 / 1;
	object-fit: contain;
	background: #fff;
}
/* 見出し　================================================== */
.txt_lv02{
	text-align: center;
	font-size: 1.1rem;
	line-height: 200%;
	margin-bottom: 30px;
	color: #1a1a1a;
}
.txt_lv02 span{
	font-family: 'League Spartan', sans-serif;
	text-transform: uppercase;
	font-size: 300%;

}
.txt_lv02 span.b_blue{
	background-image: linear-gradient(to right bottom, #007abe 30%, #1a1a1a 30% 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: rgba(255, 255, 255, 0);
}
.txt_lv02 span.b_green{
	background-image: linear-gradient(to right bottom, #009f62 30%, #1a1a1a 30% 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: rgba(255, 255, 255, 0);
}
.txt_lv02 span.b_yellow{
	background-image: linear-gradient(to right bottom, #ee9c00 30%, #1a1a1a 30% 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: rgba(255, 255, 255, 0);
}

.txt_lv03{
	font-size: 1.2rem;
	font-weight: 500;
	border-bottom: solid 3px #f5f5f5;
	position: relative;
	margin-bottom: 30px;
}
.txt_lv03 span.ja{
	font-weight: 400;
}
.txt_lv03 span.en{
	font-family: 'League Spartan', sans-serif;
	color: #007abe;
	display: block;
	font-size: 90%;
	line-height: 100%;
}
.txt_lv03::after{
	content: "";
	display: block;
	position: absolute;
	z-index: 2;
	left: 0;
	bottom: -3px;
	width: 100px;
	height: 3px;
	background-color: #007abe;
}
.txt_lv04{
	font-size: 1.2rem;
	font-weight: 500;
	border-bottom: solid 1px #dcdcdc;
	margin-bottom: 30px;
}
.txt_lv04 i{
	color:#007abe; 
}
.txt_catch01{
	font-size: 1.6em;
	font-weight: 600;
	color: #007abe;
}
.txt_catch02{
	font-size: 1.4em;
}

.txt_point01{
	font-size: 120%;
	font-weight: 500;
	color: #007abe;
	display: inline-block;
}

/* ボタン　================================================== */

.btn02{
	font-size: 1.2em;
	font-weight: 600;
    position: relative;
	overflow: hidden;
	text-decoration: none;
	display: inline-block;
    width: 100%;
    background:#f7c0cf;
    padding: 8px 30px;
    text-align: center;
	margin-bottom: 20px;
    outline: none;
    /*アニメーションの指定*/   
    transition: ease .2s;
	cursor: pointer;
}
/*ボタン内spanの形状*/
.btn02 span {
	position: relative;
	z-index: 3;
	color:#333;
}

.btn02:hover span{
	color:#333;
}

/*== 背景が流れる*/
.bgleft02:before {
 	content: '';
 	position: absolute;
 	top: 0;
 	left: 0;
 	z-index: 2;
 	background:#eaa097;
 	width: 100%;
	height: 100%;
    /*アニメーション*/
 	transition: transform .6s cubic-bezier(0.8, 0, 0.2, 1) 0s;
 	transform: scale(0, 1);
	transform-origin: right top;
}
.bgleft02:hover:before{
	transform-origin:left top;
	transform:scale(1, 1);
}
.btn_wrap{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.btn_wrap .btn02{
	width: calc(100% - 20px);
	margin: 10px;
}
/* ボタン　================================================== */

.btn{
	display:block;
	text-align: center;
	width: 300px;
	margin: 30px auto;
	height: 60px;
	position: relative;
	font-weight: 600;
	background:#fff;
}
.btn a{
	display:block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 60px;
	line-height: 60px;
	color: #007abe;
	font-size: 1rem;
}
.btn::after{
	color: #007abe;
	font-family: 'Font Awesome 6 Free';
	font-weight: 900;
	content: "\f105";
	position: absolute;
	top: calc(50%);
	right: 15px;
	transform: translateY(-50%);
	transition: .5s;
}
.btn :hover{
	background:#cee7ff;
	transition: .5s;
}
.btn:hover::after{
	right: 10px;
	transition: .5s;
}


/* ヘッダー　==================== */
header{
	position: relative;
	width: 100%;
	z-index: 100;
}
.site-header{
	background: linear-gradient(to bottom, rgba(0,0,0,0.2) , rgba(0,0,0,0.0) );
	-webkit-backdrop-filter: blur(0);
	backdrop-filter: blur(0);
    position: fixed;
    width: 100%;
	height: 80px;
	box-shadow: 2px 2px 5px rgba(0,0,0,0.0);
	transition: .5s;
}
.site-header.transform{
    background: linear-gradient(to bottom, rgba(255,255,255,0.8) , rgba(255,255,255,0.8) );
	-webkit-backdrop-filter: blur(6px);
	backdrop-filter: blur(6px);
	box-shadow: 2px 2px 5px rgba(0,0,0,0.2);
	transition: .5s;
}
.nav_wrap{
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 100%;
	max-width: 1600px;
	margin: auto;
}
.site-header h1{
	vertical-align: middle;
	position: relative;
	transition: .5s;
	font-size: 1rem;
	margin-left: 15px;
	line-height: 80px;
}
.site-header h1 img{
	width: auto;
	width: 360px;
	vertical-align: middle;
	filter: grayscale(100%) invert(100%) brightness(200%);
	transition: .5s;
}
.site-header.transform h1 img{
	filter: grayscale(0) invert(0) brightness(0);
}
.header_phone{
	display: flex;
	align-items: center;
	justify-content: flex-end;
	padding-top: 10px;
}

.site-header nav #main{
	list-style: none;
	display: flex;
	justify-content: space-between;
	padding: 10px;
}
.site-header nav #main li{
	margin: auto;
	position: relative;
	margin-left: 20px;
	padding: 10px;
	line-height: 130%;
	font-size:1rem;
}
.site-header nav #main li a{
	display: block;
	width: 100%;
	height: 100%;
	color:#fff;
	transition: 0.5s;
}

.site-header.transform nav #main li a{
	color:#1a1a1a;
}

.site-header nav #main li a span{
	font-family: 'League Spartan', sans-serif;
	text-transform: uppercase;
	color: #ee9c00;
	font-size: 80%;
	transition: 0.5s;
}

.site-header nav #main li a:hover span{
	color: #007abe;
}

.main_li:hover ul.drop{
	z-index: 1;
	pointer-events: auto;
}

.main_li:hover ul.drop div{
	visibility: visible;
	transform: translateX(0);
	opacity: 1;
}


/* スライダー　==================== */
.slide_wrap{
	width: 100%;
	height: 100vh;
	overflow: hidden;
	position: relative;
}

.top_slider{
	overflow: hidden;
	position: relative;
}
.top_slider::after{
	content: '';
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(0,0,0,0.1);
	position: absolute;
}
.top_slider .slider li{
	position: relative;
	width: 100%;
	height: 100vh;
	background:#fff;
	background-size: cover;
	background-position: center center;
}
.top_slider .slider li.top01{
	background:url("../img/slide05.jpg");
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}
.top_slider .slider li.top02{
	background:url("../img/slide06.jpg");
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}
.top_slider .slider li.top03{
	background:url("../img/slide07.jpg");
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}


@keyframes fadezoom{
	0%{
		transform: scale(1.2);
	}
	100%{
		transform: scale(1);
	}
}
.add-animation{
	animation: fadezoom 5s 0s forwards;
}

.slide_copy{
	position: absolute;
	top: 50%;
	right: 20%;
	transform: translateY(-50%);
	text-align: center;
	z-index: 2;
}

.slide_copy img{
	width: auto;
	height: 75vh;
	max-height: 650px;
	filter: drop-shadow(2px 2px 3px rgba(0,0,0,0.3));
}

/* スクロール======================================== */

.scrolldown2{
	position:absolute;
	bottom:100px;
	left:50%;
}


.scrolldown2:before {
    content: "";
    position: absolute;
    bottom:0;
    left:-4px;
	width:10px;
	height:10px;
	border-radius: 50%;
	background:#eee;
	animation:
    circlemove 3s ease-in-out infinite,
    cirlemovehide 3s ease-out infinite;
}

/*丸が上から下に動く*/
@keyframes circlemove{
	0%{
		bottom:70px;
	}
	100%{
		bottom:-5px;
	}
 }

/*丸が透過*/
@keyframes cirlemovehide{
	0%{
		opacity:0
	}
	50%{
		opacity:1;
	}
	80%{
		opacity:0.9;
	}
	100%{
		opacity:0;
	}
}

/* 線の描写 */
.scrolldown2:after{
  content:"";
    /*描画位置*/
  position: absolute;
  bottom:0;
  left:0;
    /*線の形状*/
  width:2px;
  height: 80px;
  background:#eee;
}


/* スクロールarrow ======================================== */
.scroll_arrow{
	position: absolute;
	bottom: 20px;
	left: 50%;
	z-index: 2;
	display: inline-block;
	transform: translateX(-50%);
	text-decoration: none;
	 padding-top: 60px;
	color: #fff;
}
.scroll_arrow span{
	position: absolute;
	top: 0;
	left: 50%;
	width: 46px;
	height: 46px;
	margin-left: -23px;
	border: 1px solid #fff;
	border-radius: 100%;
	box-sizing: border-box;
	text-align: center;
}
.scroll_arrow span::after{
	position: absolute;
	top: 50%;
	left: 50%;
	content: '';
	width: 16px;
	height: 16px;
	margin: -12px 0 0 -8px;
	border-left: 1px solid #fff;
	border-bottom: 1px solid #fff;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	box-sizing: border-box;
	}
.scroll_arrow span::before {
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
	content: '';
	width: 44px;
	height: 44px;
	box-shadow: 0 0 0 0 rgba(255,255,255,.1);
	border-radius: 100%;
	opacity: 0;
	-webkit-animation: sdb 3s infinite;
	animation: sdb 3s infinite;
	box-sizing: border-box;
}
@-webkit-keyframes sdb {
  0% {
    opacity: 0;
  }
  30% {
    opacity: 1;
  }
  60% {
    box-shadow: 0 0 0 60px rgba(255,255,255,.1);
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@keyframes sdb {
  0% {
    opacity: 0;
  }
  30% {
    opacity: 1;
  }
  60% {
    box-shadow: 0 0 0 60px rgba(255,255,255,.1);
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@media (max-width: 750px){
	.scroll_arrow{
		left: 50%;
		transform: translateX(-50%)
	}
}

/* Greeting ======================================== */
.greeting{
	display: flex;
	justify-content: center;
	align-items: center;
	background: url("../img/bg_img01.jpg") no-repeat;
	background-size: cover;
	background-position: center;
	background-attachment: fixed;
	padding: 70px 15px;
}
/*Safariのみ*/
::-webkit-full-page-media, :future, :root .greeting{
background-attachment: scroll;
}

.greeting_in{
	height: 600px;
	width: 50%;
	padding: 20px 30px 10px;
}
.bg_img01{
	background: url("../img/bg_img01.jpg");
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	background-attachment: fixed;
}
/*Safariのみ*/
::-webkit-full-page-media, :future, :root .bg_img01{
background-attachment: scroll;
}

.bg_img02{
	background: url("../img/bg_img03.jpg");
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	background-attachment: fixed;
}
/*Safariのみ*/
::-webkit-full-page-media, :future, :root .bg_img02{
background-attachment: scroll;
}

.txt_wrap_left{
	width: 500px;
	height: 100%;
	margin: 0 auto 0 0;
	display: flex;
	flex-direction: column;
	justify-content: space-around;
}


.txt_wrap_right{
	width: 500px;
	height: 100%;
	margin: 0 0 0 auto;
	display: flex;
	flex-direction: column;
	justify-content: space-around;
}

.greeting_txt_wrap{
	backdrop-filter: blur(2px);
	padding: 3em;
	background: rgba(0,0,0,0.1);
}

.txt_wrap_right70{
	margin: 0 0 0 auto;
	width: 70%;
}



/* カルーセルスライダー ======================================== */
.carousel_wrap{
	max-width: 100%;
	overflow-x: hidden;
}
.carousel {
	width: 100%;
	margin: auto;
}
.carousel .inner {
	overflow: hidden;
	margin: 15px;
	box-shadow: 2px 2px 5px rgba(0,0,0,0.1);
}
.carousel img {
	display: block;
	width: 100%;
	aspect-ratio: 16 / 9;
	border-radius: 5px;
	object-fit: cover;
	
}


/* リンクコンテンツ　================================================== */
.card002_link{
	display: flex;
	justify-content: center;
	align-content: center;
}
.card002_link .txt{
	flex: 1;
	width: 25%;
	min-width: 350px;
	align-self: center;
	padding: 10px;
}
.contents_link {
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
	margin: auto;
	padding: 15px;
}
.contents_link div{
	width: calc(100% / 3 - 20px);
}
figure.effect-chico{
	display: block;
	position: relative;
	width: 100%;
	aspect-ratio: 3 / 4;
	background: #000;
	overflow: hidden;
	margin-bottom: 20px;
}
figure.effect-chico img {
	display: block;
	width: 100%;
	aspect-ratio: 3 / 4;
	object-fit: cover;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	-webkit-transform: scale(1.12);
	transform: scale(1.12);
	opacity: 0.5;
}

figure.effect-chico:hover img {
	opacity: 0.9;
	-webkit-transform: scale(1);
	transform: scale(1);
}

figure.effect-chico figcaption {
	width: 100%;
	padding: 3em;
	position: absolute;
	top:0;
	left: 0;
	bottom: 0;
	right: 0;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

figure.effect-chico figcaption::before {
	position: absolute;
	top: 30px;
	right: 30px;
	bottom: 30px;
	left: 30px;
	content: '';
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}

figure.effect-chico figcaption::before,
figure.effect-chico p {
	color: #fff;
	opacity: 0;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
}

figure.effect-chico h4 {
	position: absolute;
	right: 20px;
	bottom:10%;
	font-size: 1.1em;
	text-transform: uppercase;
	writing-mode: vertical-rl;
	letter-spacing: 0.12em;
	text-align: right;
	color: #fff;
	font-weight: 500;
	line-height: 220%;
}
figure.effect-chico h4 span.en{
	font-family: 'League Spartan', sans-serif;
	font-size: 220%;
	opacity: 0.6;
}

figure.effect-chico p {
	position: absolute;
	bottom: 30px;
	left: 30px;
	font-size: 0.9em;
	margin: 0 auto;
	text-align: right;
	-webkit-transform: scale(1.5);
	transform: scale(1.5);
}

figure.effect-chico:hover figcaption::before,
figure.effect-chico:hover p {
	opacity: 1;
	-webkit-transform: scale(1);
	transform: scale(1);
}
figure.effect-chico a{
	position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.mb100{
	margin-bottom: 100px;
}
.mt100{
	margin-top: 100px;
}
/* リンクコンテンツ2================================================== */
.grid {
	display: flex;
	justify-content:flex-start;
	margin: 0 auto;
	padding: 1rem;
	width: 100%;
	list-style: none;
	text-align: center;
}

.grid figure {
	position: relative;
	overflow: hidden;
	margin: 10px;
	width: calc(100% / 4 - 20px);
	aspect-ratio: 4 / 3;
	border-radius: 15px;
	height: auto;
	text-align: center;
	cursor: pointer;
}

.grid figure img {
	position: relative;
	display: block;
	min-height: 100%;
	max-width: 100%;
	object-fit: cover;
	opacity: 1.0;
	transition: .5s;
}

.grid figure figcaption {
	padding: 2rem;
	color: #333;
	text-transform: uppercase;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.grid figure figcaption::before,
.grid figure figcaption::after {
	pointer-events: none;
}

.grid figure figcaption,
.grid figure figcaption a {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

figure.effect-goliath {
	background-repeat: no-repeat;
	background-size: auto 140px;
	background-color: #007abe;
}


figure.effect-goliath img,
figure.effect-goliath h3 {
	-webkit-transition: -webkit-transform 0.35s;
	transition: transform 0.35s;
	cursor: pointer;
}

figure.effect-goliath img {
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

figure.effect-goliath h3{
	position: absolute;
	bottom: 30px;
	left: 0;
	padding: 8px 30px 8px 15px;
	background: #fff;
	border-radius: 0 30px 30px 0;
	font-size: 1rem;
	text-shadow: 2px 2px 5px rgba(0,0,0,0.2);
}

figure.effect-goliath p {
	position: absolute;
	bottom: 0;
	left: 0;
	color: #fff;
	padding: 10px 30px;
	text-transform: none;
	font-size: 1rem;
	text-align: right;
	opacity: 0;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	-webkit-transform: translate3d(0,50px,0);
	transform: translate3d(0,50px,0);
}

figure.effect-goliath:hover img {
	-webkit-transform: translate3d(0,-80px,0);
	transform: translate3d(0,-80px,0);
}

figure.effect-goliath:hover h3 {
	-webkit-transform: translate3d(0,-80px,0);
	transform: translate3d(0,-80px,0);
}

figure.effect-goliath:hover p {
	opacity: 1;
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}



/* コンタクト　==================== */

.bg_contact{
	background: linear-gradient(rgba(255,255,255,0.7) 50%, rgba(255,255,255,0.7) 100%),
		url("../img/bg_img02.jpg");
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	background-attachment: fixed;
	text-align: center;
}

.iphone .bg_contact{
	background-attachment: scroll;
}
/*Safariのみ*/
::-webkit-full-page-media, :future, :root .bg_contact{
	background-attachment: scroll;
}
.gap30{
	display: block;
	width: 30px;
	height: 30px;
}
.button_wrap{
	width: fit-content;
	margin: auto;
}
.button_wrap_left{
	width: fit-content;
	margin: 0 15px 0 auto;
}
.button_wrap_contact{
	display: flex;
	justify-content: center;
	align-items: center;
}
.button_01{
	display: inline-block;
	text-align: center;
	width: 260px;
	background-color:rgba(255,255,255,1);
	color: #1a1a1a;
	border:solid 1px #007abe;
	padding: 0.8em;
	position: relative;
	border-radius: 30px;
	font-size: 1em;
	font-weight: 500;
	transition: .5s;
}
.button_01::after{
	font-family: 'Font Awesome 6 Free';
	font-weight: 900;
	content: "\f105";
	color: #007abe;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 15px;
	transition: .5s;
}
.button_01:hover{
	color: #007abe;
	transition: .5s;
}
.button_01:hover::after{
	right: 10px;
	transition: .5s;
}
.txt_link{
	margin-top: 1em;
	text-align: right;
}
.txt_link a{
	color: #007abe;
}
.txt_link a:hover{
	text-decoration: underline;
}
.txt_link::before{
	font-family: 'Font Awesome 6 Free';
	font-weight: 900;
	content: "\f105";
	color: #007abe;
}

/* フッターコンタクト================================================== */
.footer_contact{
	display: flex;
	justify-content: center;
	max-width: 960px;
	margin: auto;
}
.footer_contact .phone{
	color: #1a1a1a;
	font-weight: 400;
	display: block;
	width: calc(100% - 30px);
	margin: 15px;
	padding: 1.5rem;
	border: solid 1px #1a1a1a;
	line-height: 100%;
	background: rgba(255,255,255,0.0);
	transition: .5s;
}
.footer_contact .phone .txt{
	font-size: 1rem;
	text-align: center;
	display: block;
	line-height: 120%;
}
.footer_contact .phone .nb{
	font-size: 1.6rem;
	line-height: 120%;
}
.footer_contact .phone:hover{
	background: #f5f5f5;
}


/* フッター　================================================== */
footer{
	line-height: 150%;
	background-color: #1a1a1a;
	color: #fff;
}
.footer_inner{
	text-align: center;
	max-width: 960px;
	padding: 50px 10px 20px;
	margin: auto;
}
.footer_inner p{
	font-weight: 400;
	font-size: 1rem;
}
footer h2 img{
	width: 90%;
	max-width: 400px;
	filter: grayscale(100%) invert(100%) brightness(200%);
}

footer small p{
	color: #fff;
	font-size: 0.8rem;
	text-align: center;
	background: linear-gradient(to bottom, rgba(0,0,0,0) 50%, rgba(0,0,0,1) 100%);
	padding: 2em 0 1em;
}

/* サブページタイトル 
   ========================================================================== */
.subtitle{
	width: 100%;
	height: 350px;
	position: relative;
	overflow: hidden;
	
}
h2.sub_copy{
	position: absolute;
	top:55%;
	left:50px;
	z-index: 10;
	color: #fff;
	font-size: 1.1rem;
	line-height: 180%;
	margin-bottom: 30px;
}

h2.sub_copy span.en{
	font-family: 'League Spartan', sans-serif;
	text-transform: uppercase;
	font-size: 300%;
	background-image: linear-gradient(to right bottom, #ee9c00 30%, #fff 30% 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: rgba(255, 255, 255, 0);
}
.sub_bg02{
	background: url("../img/sub_bg01.jpg") no-repeat;
	background-size: cover;
	background-position: center;
}

/*table
==========================================================================*/
.line02{
	padding: 0 15px;
}
.line02 table {
    border-spacing:0;
    margin: 0 auto;
    padding: 0;
    width:100%;
}
.line02 table th{
	border-bottom: solid 2px #007abe;
	padding: 1em;
	width: 30%;
}
.line02 table td{
	border-bottom: solid 2px #ccc;
	padding: 1em;
}
.line02 ul li{
	text-indent: -1em;
	padding-left: 1em;
}

@media (max-width: 959px){
	.line02{
		padding: 0 15px;
	}
	.line02 table th,.line02 table td{
		display: block;
		width: 100%;
		text-align: left;
	}
	.line02 table th{
		border: none;
		padding-bottom: 0;
	}
	.line02 table td{
		border-bottom: solid 2px #007abe;
	}
}



/*パンくずリスト
==========================================================================*/
.breadcrumb-box{
	width: 80%;
	display: inline-block;
	margin: 0 auto;
	padding-top: 10px;
	position: absolute;
	bottom:10px;
	left: 30px;
}
.breadcrumb {
	margin: 0;
	padding: 0;
	list-style: none;
}

.breadcrumb li {
	color: #fff;
	display: inline;/*横に並ぶように*/
	list-style: none;
	transition: .5s;
}

.breadcrumb li:after {/* >を表示*/
	content: '>';
	padding: 0 0.2em;
	color: #fff;
}

.breadcrumb li:last-child:after {
	content: '';
}

.breadcrumb li a {
	text-decoration: none;
	color: #fff;
	display: inline-block;
	transition: .5s;
}

.breadcrumb li a:hover {
	color: #007abe;
}

/* table line 
==========================================================================*/
.line table {
	border-collapse: collapse;
    border-spacing: 5px;
    margin: 0 auto;
    width:100%;
	max-width: 600px;
}
.line table th{
	position: relative;
	text-align: left;
	width: 20%;

}
.line table th::after{
	display: block;
	content: "";
	width: 30px;
	height: 3px;
	background-color: #333;
	position: absolute;
	top:calc(50% - 1px);
	right:20px;
}
.line table td{
	text-align: left;
	width: 85%;
}

/* table================================================== */
.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;
	font-weight: 400;
}
.simple01 table th{
	width: 20%;
	min-width: 6em;
	color: #007abe;
}
@media (max-width: 768px){
	.simple01 table th,.simple01 table td{
		display: block;
		width: 100%;
	}
	.simple01 table th{
		padding: 1em 1em 0.5em;
	}
	.simple01 table td{
		padding:0.5em 1em 1em;
	}
}
.simple01 ul li{
	font-size: 0.9rem;
	margin-bottom: 0.5em;
	text-indent: -1em;
	padding-left: 1em;
}


/* Googlemap
==========================================================================*/

.map{
	width: 100%;
}
.map iframe{
	vertical-align: middle;
}

/* タイムライン1============================================================ */
.timeline{
	position: relative;
	width: calc(100% - 20px);
	margin: auto;
}
.timeline .timeline_inner{
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	margin-bottom: 30px;
	position: relative;
}
.timeline .timeline_inner::before{
	position: absolute;
    content: "";
    height: 125%;
    width: 8px;
    top: 25px;
    left: 36px;
    background: #ee9c00;
}
.timeline .timeline_inner:last-child::before{
	height: 5%;
	background-color: transparent;
}
.timeline .timeline_inner dt{
	width: 80px;
    height: 80px;
    line-height: 80px;
    background: #1a1a1a;
    border-radius: 50%;
    color: #fff;
    text-align: center;
    font-size: 1rem;
    font-weight: 600;
    position: relative;
    z-index: 4;
    letter-spacing: 0.05em;
}
.timeline .timeline_inner dd{
	flex: 1;
    position: relative;
    left: 20px;
    margin-top: 10px;
    padding: 15px 10px 15px 30px;
    z-index: 2;
    background: #fff;
    box-shadow: 2px 2px 3px rgba(0,0,0,0.1);
	border-left: solid 5px #1a1a1a;
}
.timeline .timeline_inner dd::after{
	border: solid transparent;
	content:'';
    height:0;
    width:0;
    pointer-events:none;
    position:absolute;
    border-color: rgba(255, 255, 255, 0);
    border-top-width:10px;
    border-bottom-width:10px;
    border-left-width:20px;
    border-right-width:20px;
    margin-top: -8px;
    border-right-color:#1a1a1a;
    right:100%;
    top:2rem;
}
.timeline .timeline_inner dd span{
	font-size: 80%;
}
.timeline_inner h4{
	border-bottom: solid 3px #ccc;
}



/* メールフォーム
==========================================================================*/
.contents_mail{
	max-width: 960px;
	padding: 10px;
	margin: auto;
}
.tel_button{
	max-width: 500px;
	margin: auto;
}
.tel_button .phone{
	color: #1a1a1a;
	font-weight: 500;
	display: block;
	text-align: center;
	width: calc(100% - 30px);
	margin: 15px;
	padding: 1.5rem;
	border: solid 1px #1a1a1a;
	line-height: 100%;
	background: rgba(255,255,255,0.5);
	transition: .5s;
}
.tel_button .phone .txt{
	font-size: 1rem;
	text-align: center;
	display: block;
	line-height: 120%;
}
.tel_button .phone .nb{
	text-align: center;
	display: block;
	font-size: 2rem;
	line-height: 120%;
	transition: .5s;
}
.tel_button .phone:hover {
	background: rgba(255,255,255,1.0);
}
.tel_button .phone:hover .nb{
	color: #007abe;
}
#mailform{
	width: 100%;
	padding: 0 20px;
}
#mailform table{
	width: 100%;
	font-size: 1rem;
	border-collapse: collapse;
	border-spacing: 0;
}
#mailform table tr{
	border-bottom: solid 1px #f5f5f5;
}
#mailform table th{
	width: 250px;
	text-align: left;
	padding:1em 0.5em;
	vertical-align:middle;
	line-height: 120%;
	font-weight: 500;
}
#mailform table td{
	padding: 1em;
}
.flex_btn{
	display: flex;
	align-items: flex-start;
	flex-wrap: wrap;
}
#mailform .radio{
	padding: 0 1rem;
}
#mailform .checkbox{
	padding: 0 1rem;
	margin-bottom: 0.5em;
}
#mailform .form_input,#mailform textarea{
	background:#f5f5f5;
	width: 100% !important;
	padding: 1em;
}
#mailform span.form_required{
	font-size: 60%;
	font-weight: normal;
	color: #fff;
	background:#1a1a1a;
	padding: 3px 8px;
	margin-left: 0.5rem;
}
input[type='submit']{
	display: block;
	width: 100%;
	max-width: 300px;
	padding: 1em;
	background:rgba(255,255,255,0.5);
	color:#1a1a1a;
	border:solid 1px #007abe;
	border-radius: 30px;
	margin: 0 auto;
	transition: .5s;
}
input[type='submit']:hover{
	color: #007abe;
	background:rgba(255,255,255,1.0);
}
.infobox{
	margin: 30px auto;
}
.infobox h4{
	text-align: center;
	font-size: 1em !important;
	padding-bottom: 1em;
}
.infobox h5{
	border-bottom: dashed 1px;
	margin-top: 1em;
}
.infobox h5 i{
	color: #007abe;
}
.infobox p{
	font-size: 0.8em !important;
	padding: 1em 0;
}
.postcord{
	width:150px !important;
	margin-bottom: 5px;
	padding: 1em;
	background:#f5f5f5;
}
.postcord_btn{
	font-size: 0.7em;
	font-weight: 700;
	border-radius: 30px;
	background:#1a1a1a;
	padding: 0.5em 1em;
	color: #fff;
	transition: .5s;
}
.postcord_btn:hover{
	background: #007abe;
}
summary{
	cursor: pointer;
	display: block;
	list-style: none;
}
summary::-webkit-details-marker {
	color: transparent;
	display: none;
}
details::before{
	display: none;
}
details[open]{
	animation: fadeIn 1s ease;
}
@keyframes fadeIn {
  0% {
    opacity: 0; /* 透明 */
    transform: translateY(-10px); /* 上から表示 */
  }
  100% {
    opacity: 1;
    transform: none;
  }
}
details summary h4::before{
	font-family: 'Font Awesome 6 Free';
	font-weight: 900;
	content: '\f067';
	padding-right: 15px;
}
details[open] summary h4::before{
	font-family: 'Font Awesome 6 Free';
	font-weight: 900;
	content: '\f068';
	padding-right: 15px;
}
.visually-hidden { /* 元のボタンを非表示にする*/
	position: absolute;
	white-space: nowrap;
	width: 1px;
	height: 1px;
	overflow: hidden;
	border: 0;
	padding: 0;
	clip: rect(0 0 0 0);
	clip-path: inset(50%); 
	margin: -1px;
}
label.radio-label {
	cursor: pointer;
	padding-left: 30px;
	position: relative;
}

label.radio-label::before,
label.radio-label::after {
	content: "";
	display: block;
	border-radius: 50%;
	position: absolute;
	transform: translateY(-50%);
	top: 50%;
}

label.radio-label::before {
	background-color: #fff;
	border: 1px solid #ccc;
	height: 20px;
	width: 20px;
	left: 5px;
}

label.radio-label::after {
	background-color: #007abe;
	opacity: 0;
	height: 14px;
	width: 14px;
	left: 8px;
	transition: ease .2s;
}

input:checked + label.radio-label::after {
  opacity: 1;
}


label.check-label {
  position: relative;
  padding-left: 30px;
  cursor: pointer;
}

label.check-label:before {
	content: "";
	display: block;
	position: absolute;
	left: 5px;
	width: 20px;
	height: 20px;
	top: 0;
	border: solid 1px #ccc;
	background-color: #fff;
	border-radius: 3px;
	transition: all ease-in-out.5s;
}

label.check-label:after {
  content: "";
  position: absolute;
  top: 10px;
  left: 11px;
  transform: rotate(-45deg) scaleX(0);
  transform-origin: left;
  width: 12px;
  height: 6px;
  border-left: 3px solid #fff;
  border-bottom: 3px solid #fff;
  transition: transform 0.125s ease-in-out;
}

input:checked + label.check-label:before {
  background-color: #007abe;
  border-color: #007abe;
}

input:checked + label.check-label:after {
  transform: rotate(-45deg) scaleX(1);
}

/* QA 
==========================================================================*/
.qa-list dl {
    position: relative;
    margin: 0;
    padding: 28px 80px 28px 30px;
    cursor: pointer;
    border-bottom: 1px solid #007abe;
}
.qa-list dl:first-child {
    border-top: 1px solid #007abe;
}
.qa-list dl::before {
    position: absolute;
    top: 35px;
    right: 35px;
    display: block;
    width: 7px;
    height: 7px;
    margin: auto;
    content: '';
    transform: rotate(135deg);
    border-top: 2px solid #007abe;
    border-right: 2px solid #007abe;
}
.qa-list .open::before {
    transform: rotate(-45deg);
}
.qa-list dl dt {
    position: relative;
    margin: 0;
    padding: 0 0 0 50px;
    font-weight: 600;
    font-size: 20px;
}
.qa-list dl dt::before {
    font-size: 1.5rem;
    line-height: 1;
    position: absolute;
    top: 3px;
    left: 0;
    display: block;
    content: 'Q.';
    color: #007abe;
}
.qa-list dl dd::before {
    font-size: 22px;
    line-height: 1;
    position: absolute;
    top: 3px;
    left: 2px;
    display: block;
    content: 'A.';
    font-weight: bold;
    color: #ed1f24;
}
.qa-list dl dd {
    position: relative;
    display: none;
    height: auto;
    margin: 20px 0 0;
    padding: 0 0 0 50px;
}
.qa-list dl dd p {
    margin: 30px 0 0;
}
.qa-list dl dd p:first-child{
    margin-top: 0;
}
.pa_btn{
	 margin: 0;
}
.pa_btn a{
	display:  inline-block;
	background: #007abe;
	color: #fff;
	font-weight: 600;
	padding: 0.25em 1em;
	border-radius: 20px;
	font-size: 0.9rem;
	transition: .5s;
	margin: 0 0.5em 0.5em 0;
}
.pa_btn a:hover{
	background: #85c440;
	color: #fff;
}

@media screen and (max-width: 767px) {
	.qa-list dl {
		position: relative;
		padding: 15px 40px 15px 10px;
	}
	.qa-list dl::before {
		top: 20px;
		right: 20px;
		width: 7px;
		height: 7px;
	}
	.qa-list dl dt {
		padding: 0 0 0 30px;
		font-size: 14px;
	}
	.qa-list dl dt::before {
		font-size: 14px;
		top: 3px;
		left: 5px;
		content: 'Q.';
	}
	.qa-list dl dd::before {
		font-size: 14px;
		top: 5px;
		left: 5px;
		content: 'A.';
	}
	.qa-list dl dd {
		margin: 10px 0 0;
		padding: 0 0 0 30px;
		font-size: 14px;
	}
	.qa-list dl dd p {
		margin: 30px 0 0;
	}
	.qa-list dl dd p:first-child{
		margin-top: 0;
	}
}




/* フローチャート ================================================== */
.flow_wrap02,.flow_wrap03{
	width: 95%;
	max-width: 900px;
	border:#333 solid 1px;
	padding: 20px;
	margin: 50px auto 30px;
	border-radius: 15px;
	position: relative;
	background:rgba(255,255,255,0.49);
}
.flow_wrap02::after{
	content: '';
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    border-top: 15px solid #333; 
    border-right: 15px solid transparent;
    border-left: 15px solid transparent;
}
.flow_wrap02 dl,.flow_wrap03 dl{
	display: flex;
	justify-content: flex-start;
	align-items: center;
}
.flow_wrap02 dt,.flow_wrap03 dt{
	width: 120px;
	height: 120px;
	aspect-ratio: 1 / 1;
	padding-top: 1em;
	text-align: center;
	background: linear-gradient(45deg, rgba(46,152,229,1) 50%, rgba(22,203,235,1) 100%);
	color: #fff;
	border-radius: 50%;
	font-family: 'Manrope', sans-serif;
	font-weight: 700;
}
.flow_wrap02 dt img,.flow_wrap03 dt img{
	width: 50px;
}

.flow_wrap02 dd,.flow_wrap03 dd{
	flex: 1;
	width: 100%;
	padding: 0.25em 2em;
}
.flow_wrap02 dd h4,.flow_wrap03 dd h4{
	color: #333 ;
	font-size:1.2em;
	font-weight: 500;
	margin-bottom: 0.5em;
	padding-bottom: 0.25em;	
	border-bottom: solid 1px;
}
.flow_wrap02 dd p,.flow_wrap03 dd p{
	font-size:1em;
	line-height: 200%;
}

.button_flow{
	display: inline-block;
	text-align: center;
	background-color:#007abe;
	color: #fff;
	padding: 0.25em 2.5em 0.25em 0.5em;
	position: relative;
	border-radius: 5px;
	font-size: 0.9em;
	margin: 0.25em 0;
}
.button_flow::after{
	font-family: 'Font Awesome 6 Free';
	font-weight: 900;
	content: "\f105";
	position: absolute;
	top: calc(50% - 0.5em);
	right: 15px;
	transition: .5s;
}
.button_flow:hover{
	color: #fff;
	background:#1a1a1a;
	transition: .5s;
}
.button_flow:hover::after{
	right: 10px;
	transition: .5s;
}
@media (max-width: 750px){
	.flow_wrap02,.flow_wrap03{
		width: calc(100% - 30px);
		margin: 0 auto 50px;
		padding: 0.5em;
	}
	.flow_wrap02 dl,.flow_wrap03 dl{
		flex-direction: column;
		justify-content: center;
		align-items: center;
	}
	.flow_wrap02 dt,.flow_wrap03 dt{
		
	}
	.flow_wrap02 dd,.flow_wrap03 dd{
		
	}
	.button_flow{
		margin: 0.5em auto;
	}
	.flow_wrap02 dd h4,.flow_wrap03 dd h4{
		text-align: center;
	}
}


/* ながれ ================================================== */
.flow_wrap{
	padding: 50px 0;
}
.flow_inner{
	width:100%;
	max-width: 850px;
	margin: auto;
	padding: 15px;
	background: #fff;
	box-shadow: 2px 2px 10px rgba(0,0,0,0.1);
	display: flex;
	align-items: flex-start;
}

.flow_photo{
	width: 300px;
	text-align: center;
	padding: 15px;
	position: relative;
}
.flow_photo img{
	width: 100%;
	height: 200px;
	border-radius: 15px;
	object-fit: cover;
}

.h_number{
	position: absolute;
	top:-40px;
	left: -50px;
	display: inline-block;
	line-height: 80px;
	width: 80px;
	background: linear-gradient(45deg, rgba(42,171,226,1) 50%, rgba(101,208,255,1) 100%);
	text-align: center;
	vertical-align: middle;
	margin-bottom: 10px;
	color: #333;
	font-family: 'League Spartan', sans-serif;
	font-size: 3em;
	z-index: 1;
}
.flow_txt{
	padding: 10px 10px 10px 30px;
	font-size: 1em;
	flex:1;
}
.flow_txt p{
	
}
.flow_txt h3{
	font-size: 1.2em;
	color: #333;
	border-bottom: solid 3px #007abe;
	margin-bottom: 15px;
	font-weight: 600;
}
.flow_arrow{
	font-size: 2em;
	text-align: center;
	color:#333;
}
.flow_link{
	display: flex;
	justify-content: center;
	align-items: center;
}
.flow_link li {
	padding: 5px;
	text-align: center;
	font-size: 0.9em;
}
.flow_link li a{
	display: block;
	padding: 0.5em 1em;
	line-height: 100%;
	width: 13rem;
	vertical-align: middle;
	background: #007abe;
	border-radius: 30px;
	border:solid 1px #007abe;
	color: #333;
	transition: .5s;
}
.flow_link li :hover{
	background: #fff;
}


/* リスト================================================== */
ul.border01{
	padding: 1em;
}
ul.border01 li{
	font-size: 1.2em;
	font-weight: 500;
	margin-bottom: 0.5em;
	padding-left: 1em;
	text-indent: -1em;
}

ul.border01 li i{
	color: #ed1f24;
}
ul.border01 li span.number{
	color: #ed1f24;
	margin-left: -1em;
}

dl.border01{
	display: flex;
	font-size: 1.1em;
	font-weight: 500;
	border-bottom: solid 1px #1a1a1a;
	max-width: 800px;
	margin: 0 auto 1em;
}
dl.border01 dt{
	font-weight: 600;
	padding-right: 1em;
}

ul.border02 li{
	font-size: 1.1em;
	font-weight: 500;
	border-bottom: dashed 1px #1a1a1a;
	padding-left: 1em;
	text-indent: -1em;
	margin: 1em;
}
ul.border02 li i{
	color: #007abe;
	display: inline;
	
}
ul.border02 li span{
	font-weight: 500;
	color: #007abe;
}

dl.border02{
	display: flex;
	flex-direction: column;
	justify-content:flex-start;
	font-size: 1.1em;
	font-weight: 500;
	border-bottom: dashed 1px #007abe;
	max-width: 800px;
	margin: 0 auto 0.5em;
}
dl.border02 dd{
	text-align: left;
}
ul.point01{
	padding: 1em 0;
}
ul.point01 li{
	padding-left: 1em;
	text-indent: -1em;
	border-bottom: dashed 1px #ccc;
	margin-bottom: 0.5em;
}
.note{
	padding: 30px;
	background: rgba(255,255,255,0.49);
}
.note h4{
	font-size: 1em;
	font-weight: 600;
}
/* TOPへ戻るボタン==================== */
#page_top{
	width: 50px;
	height: 50px;
	position: fixed;
	right: 15px;
	bottom: 15px;
	z-index: 999;
}
#page_top a{
	position: relative;
	display: block;
	width: 50px;
	height: 50px;
	text-decoration: none;
}
#page_top a::before{
	font-family: 'Font Awesome 6 Free';
	font-weight: 900;
	content: '\f077';
	font-size: 50px;
	color:#fff;
	filter: drop-shadow(2px 2px 3px rgba(0,0,0,0.1));
	position: absolute;
	width: 50px;
	height: 50px;
	top: -5px;
	bottom: 0;
	right: 0;
	left: 0;
	margin: auto;
	text-align: center;
}

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

.fadein.scrollin {
	opacity : 1;
	transform : translate(0, 0);
	}
/* Loading背景画面設定　==================== */
#splash {
	position: fixed;
	width: 100%;
	height: 100%;
	z-index: 9999;
	background-color: #f5f5f5;
	text-align:center;
}

/* Loading画像中央配置　*/
#splash_logo {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 100%;
}

/* Loading アイコンの大きさ設定　*/
#splash_logo img {
	width: 90%;
	max-width:400px;
}

