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

/* 以下非表示*/
@media (min-width: 1281px){
	.openbtn,#g-nav{
		display: none !important;
	}
}
@media (min-width: 960px){
	.tbsp{
		display: none !important;}
}
@media (min-width: 768px){
	.sp{
		display: none!important;}
	}
@media (min-width: 450px){
	.sp_450{
		display: none!important;}
	}

/* all */
html {
	scroll-behavior: smooth;
	scroll-padding-top: 100px;
}
body{
	color: #1a1a1a;
	background: #f9f6f0;
	font-family: fot-tsukuardgothic-std, sans-serif;
	font-weight: 400;
	letter-spacing: 0.12em;
}
p{
	line-height: 180%;
	font-size: 1rem;
}
a{
	text-decoration-line: none;
}
a:link{
	text-decoration: none;
}
ul li,ol li{
	list-style: none;
}
h2,h3,h4{
	font-weight: 400;
}
::-webkit-scrollbar{
	width: 8px;
	height: 8px;
}
::-webkit-scrollbar-track{
	background-color: #e3e3e3;
}
::-webkit-scrollbar-thumb{
	background-color: #666;
}
/* 幅調整　*/
.w1980{
	width: 100%;
	max-width: 1980px;
	margin: 0 auto;
	overflow: clip;
}
.w1600{
	width: calc(100% - 60px);
	max-width: 1600px;
	margin: auto;
}
.w1300{
	width: 100%;
	max-width: 1300px;
	margin: 0 auto;
}
.w960{
	width: 100%;
	max-width: 960px;
	margin: 0 auto;
}

.contents{
	padding: 70px 0;
}
.wrap80{
	padding: 10px 10%;
}
.wrap30{
	padding: 30px;
	border-radius: 30px;
}

.position_r{
	width: fit-content;
	margin: 0 0 0 auto;
}
.position_l{
	width: fit-content;
	margin: 0 auto 0 0;
}
.wrap_center{
	width: fit-content;
	margin: auto;
}

@media (max-width: 960px){
	.wrap80{
		padding: 10px 5%;
	}
	.position_r,.position_l{
		margin: auto;
	}
}
@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: #b2ddfb;
}
.bg_ivory{
	background: #f9f6f0;
}

.bg_inner{
	padding: 50px 30px;
}
.bg_inner_r{
	padding: 50px 30px;
	border-radius: 100px;
}
@media (max-width: 1200px){
	.bg_inner_r{
		border-radius: 80px;
	}
}
@media (max-width: 750px){
	.bg_inner_r{
		border-radius: 50px;
	}
}
.bg_img01{
	background:linear-gradient( to bottom ,rgba(255,255,255,0.5) ,rgba(255,255,255,0.5)) , url("../img/bg_img01.webp");
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	background-attachment: fixed;
}
/*Safariのみ*/
::-webkit-full-page-media, :future, :root .bg_img01{
	background-attachment: scroll;
}
.box_wrap_rt{
	position: relative;
}
.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_lt{
	position: relative;
}
.box_wrap_lt::before{
	display: block;
    content: '';
    width: 75%;
    height: calc(100% - 200px);
    position: absolute;
    top: 0;
	left: 0;
    background: #f5f5f5;
    z-index: -1;
}

.gap_border_t{
	position: relative;
	width: 100%;
	height: 1px;
}
.gap_border_t svg{
	position: absolute;
	display: block;
	top: -1px;
	left: 0;
	width: 100%;
}
.gap_border_b{
	position: relative;
	width: 100%;
	height: 1px;
	z-index: 1;
}
.gap_border_b svg{
	position: absolute;
	display: block;
	top:calc(100% - 1px);
	left: 0;
	width: 100%;
}
.gap_border_b02{
	position: relative;
	width: 100%;
	height: 1px;
}
.gap_border_b02 svg{
	position: absolute;
	display: block;
	bottom: -5px;
	left: 0;
	width: 100%;
}
/* 画像調整　*/
.img_3-2{
	aspect-ratio: 3 / 2;
	object-fit: cover;
	border-radius: 30px;
}
.img_4-3{
	aspect-ratio: 4 / 3;
	object-fit: cover;
	border-radius: 30px;
}
.img_16-9{
	aspect-ratio: 16 / 9;
	object-fit: cover;
	border-radius: 30px;
}
.img_1-1round{
	aspect-ratio: 1 / 1;
	object-fit: cover;
	border-radius: 50%;
}
.img_center{
	text-align: center;
}
.img_center img{
	width: calc(100% - 15px);
	max-width: 500px;
	aspect-ratio: 16 / 9;
	object-fit: cover;
	box-shadow: 15px 15px #e1f2fa;
}
.img_center02{
	text-align: center;
}
.img_center02 img{
	width: auto;
	max-width: 250px;
}

.txt_lv02{
	font-weight: 700;
	letter-spacing: 0.12em;
	margin-bottom: 30px;
	display: block;
	width: 100%;
	color: #036eb8;
	position: relative;
}
.txt_lv02 .ja{
	font-size: clamp(1.4rem, 0.86rem + 1.92vw, 2.3rem);
	display: block;
	position: relative;
	line-height: 120%;
}
.txt_lv02 .en{
	position: relative;
	font-weight: 700;
	font-size: 80%;
	letter-spacing: 0.15em;
	text-transform: uppercase;
	margin-left: 2em;
}
.txt_lv02 .en::before{
	position: absolute;
	content: '';
	display: block;
	left: -2em;
	bottom: 0;
	width: 1.5rem;
	height: 1px;
	background: #036eb8;
	line-height: 100%;
}


.txt_lv03{
	font-size: 1.2rem;
	font-weight: 700;
	border-bottom: solid 3px #ccc;
	position: relative;
	margin-bottom: 30px;
	padding-bottom: 0.25em;
	color: #036eb8;
}
.txt_lv03 span.nb{
	color: #b2ddfb;
	font-size: 250%;
	line-height: 1;
	margin-right: 8px;
}
.txt_lv03 span.en{
	display: block;
	font-size: 80%;
	line-height: 100%;
}
.txt_lv03::after{
	content: "";
	display: block;
	position: absolute;
	z-index: 2;
	left: 0;
	bottom: -3px;
	width: 100px;
	height: 3px;
	background-color: #036eb8;
}
.txt_lv03 i{
	color: #b2ddfb;
}
@media (max-width: 960px){
	.txt_lv03 span.nb{
		display: block;
	}
}
.txt_lv04{
	display: flex;
	align-items: center;
	margin: 15px 0;
	font-weight: 700;
	font-size: clamp(1.1rem, 0.8rem + 1.0667vw, 1.6rem);
	text-align: center;
	line-height: 120%;
	color: #036eb8;
}
.txt_lv04::before,
.txt_lv04::after{
	content: '';
	height: 1px;
	flex-grow: 1;
	border-bottom: solid 3px #b2ddfb;
}
.txt_lv04::before{
	margin-right: 1rem;
}
.txt_lv04::after{
	margin-left: 1rem;
}
.txt_lv04 span.en{
	font-size: 70%;
	text-transform: uppercase;
	color: #036eb8;
	font-style: normal;
}
.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-size: clamp(1.2rem, 1.02rem + 0.64vw, 1.5rem);
	margin-bottom: 1em;
	font-weight: 700;
	color: #036eb8;
}
.txt_copy03{
	font-size: clamp(1rem, 0.88rem + 0.4267vw, 1.2rem);
	text-align: left;
	position: relative;
	padding-left: 55px;
	font-weight: 700;
	color: #036eb8;
	margin-bottom: 1em;
}
.txt_copy03::before{
	content: '';
	position: absolute;
	bottom: 50%;
	left: 0;
	width: 50px;
	height: 1px;
	background: #036eb8;
}


span.bold{
	font-weight: 700;
}

span.line{
	background:linear-gradient(transparent 60%, #b3e2ff 60%);
	font-size: 1em;
	display: inline-block;
}

.cut_01{
	position: relative;
}
.cut_01 .img{
	position: absolute;
	top: calc(100% + 30px);
	left: 50px;
	width: 200px
}
.cut_01 .img img{
	width: 100%!important;
}

@media (max-width: 960px){
	.cut_01 .img{
		position:static;
		display: block;
		width: 200px;
		margin: auto;
		height: auto;
		padding-top: 30px;
	}
	.cut_01 .img img{
		
		width: 200px;
	}
}


header{
	position: relative;
	width: 100%;
	z-index: 999;
}
.site-header{
    display: flex;
    position: fixed;
    justify-content: space-between;
	align-items:flex-start;
    width: 100%;
	height: inherit;
	box-shadow: 2px 2px 5px rgba(0,0,0,0.0);
	transition: .5s;
}
.site-header .header_title{
	background: #fff;
	padding: 15px;
	border-radius: 0 0 30px 0;
}

.site-header h1{
	vertical-align: middle;
	position: relative;
	transition: .5s;
}
.site-header h1 img{
	width: auto;
	height: 90px;
	vertical-align: middle;
	transition: .5s;
}
.site-header h1 a{
	color: #1a1a1a;
	transition: .5s;
}

.site-header h1 a span.text{
	display: block;
	font-size: 14px;
	line-height: 1;
	padding-left: 10px;
	color: #666;
}

.site-header.transform h1 img{
	
}
.site-header .top_nav{
	display: flex;
	justify-content: flex-end;
	align-items: center;
	background: #fff;
	height: 90px;
	border-radius: 0 0 0 30px;
}

.header_phone{
	display: flex;
	align-items: center;
	justify-content: flex-end;
}
.site-header .h_phone a{
	font-size: 1.5rem;
	font-weight: 700;
	color: #1a1a1a;
	font-size: 1.3rem;
}
.site-header .h_phone p{
	font-size: 0.8rem;
	font-weight: 400;
	text-align: center;
	line-height: 1;
	font-size: 0.7rem;
}
.site-header .h_phone a{
	color: #1a1a1a;
	transition: .5s;
}
.site-header .h_phone a:hover{
	color: #036eb8;
}

.site-header .h_mail a{
	display: block;
	width: 200px;
	font-size: 1rem;
	text-align: center;
	background:rgba(255,255,255,0);
	border: solid 1px #1a1a1a;
	background-size: 200%;
	background-position: left;
	color: #1a1a1a;
	text-shadow: 2px 2px 5px rgba(0,0,0,0.1);
	border-radius: 50px;
	margin: 0 10px;
	line-height: 38px;
	transition: .5s;
}
.site-header .h_mail a:hover{
	background:rgba(255,255,255,0.3);
}
.site-header .h_mail a i{
	line-height: 38px;
	vertical-align: middle;
}
.site-header.transform .h_mail a{
	color: #1a1a1a;
	background:rgba(0,0,0,0);
	border: solid 1px #1a1a1a;
}
.site-header.transform .h_mail a:hover{
	background:rgba(0,0,0,0.3);
}
.site-header .h_sns a{
	display: block;
	height: 46px;
	width: 46px;
	text-align: center;
	vertical-align: middle;
	color: #fff;
	background:#036eb8;
	border-radius: 50%;
	margin: 0 15px;
	transform: rotateY(0);
	transition: .5s;
}
.site-header .h_sns a i{
	font-size: 1.2rem;
	line-height: 44px;
	position: relative;
	left: 1px;
}
.site-header .h_sns a:hover{
	transform:rotateY(180deg);
}

.nav_wrap{
	border-right: solid 1px;
	margin-right: 15px;
}

.site-header nav ul{
	list-style: none;
	display: flex;
	justify-content: space-between;
	padding:0 15px;
	gap:20px;
}
.site-header nav ul li{
	margin: auto;
	font-size:1rem;
	font-weight: 700;
	text-align: center;
	position: relative;
	overflow: hidden;
	font-size: 0.9rem;
}
.site-header nav ul li a{
	display: block;
	width: 100%;
	height: 100%;
	color: #1a1a1a;
	transition: 0.5s;
}
.site-header nav ul li a:hover{
	color: #036eb8;
}


@media (max-width: 1400px){
	.site-header nav ul li{
		font-size: 0.8rem;
	}
}

@media (max-width: 1280px){
	.site-header h1 img{
		height: 80px;
	}
	.site-header .header_title{
		padding: 10px;
	}
	.nav_wrap{
		display: none;
	}
	.h_phone{
		display: none;
	}
	.header_phone{
		margin-right: 70px;
	}
	.site-header .top_nav{
		height: 80px;
	}
}

@media (max-width: 750px){
	.site-header h1 img{
		height: 70px;
	}
	.site-header .top_nav{
		height: 70px;
	}
	.header_phone{
		margin-right: 60px;
	}
}
@media (max-width: 450px){
	.site-header h1 img{
		height: 60px;
	}
}
/* スライダー　==================== */
.slide_wrap{
	width: 100%;
	height: 100vh;
	max-height: 1080px;
	min-height: 700px;
	position: relative;
	background: linear-gradient(to bottom , #b2ddfb 0 80% , #f9f6f0 80% 100%);
	overflow: clip;
}

.slider{
	position: absolute;
	top: 140px;
	right: 0;
	width: 70%;
	left: 30%;
	height: 70%;
	min-height: 350px;
	max-height: 600px;
	object-fit: cover;
	object-position: center;
	border-radius: 50px 0 0 50px;
	z-index: 5;
	overflow: hidden;
}

.slide_wrap .copy{
	position: absolute;
	width: fit-content;
	bottom: 8%;
	left: 8%;
	border-top: solid 2px #036eb8;
	border-bottom: solid 2px #036eb8;
	padding: 15px 0;
	z-index: 7;
}

.slide_wrap .copy h2{
	font-size: clamp(1.2rem, 0.84rem + 1.28vw, 1.8rem);
	margin: auto;
	color: #036eb8;
	font-weight: 700;
	writing-mode: vertical-rl;
	line-height: 180%;
	filter: drop-shadow(2px 2px rgba(255,255,255,0.5));
}
.slide_wrap .copy02{
	position: absolute;
	z-index: 6;
	bottom: 8%;
	right: 0;
	width: 60%;
	max-width: 1100px;
}
.slide_wrap .copy02 img{
	width: 100%;
}

.wave_svg{
	position: absolute;
	left: 0;
	right: 0;
	bottom: 19%;
	z-index: 3;
}
.wave_svg svg{
	width: 100%;
	vertical-align: middle;
}
@media (max-width: 1200px){
	.slider{
		left: 15%;
		width: 85%;
		height: 60%;
		min-height: 300px;
		max-height: 500px;
	}
	.slide_wrap .copy h2{
		writing-mode: horizontal-tb;
		line-height: 150%;
	}
	.slide_wrap .copy02{
		bottom: 30%;
	}
}
@media (max-width: 960px){
	.slide_wrap .copy02{
		width: 90%;
	}
}


@media (max-width: 768px){
	.slider{
		top:120px;
		left: 15%;
		width: 90%;
		height: 50%;
		min-height: 300px;
		max-height: 500px;
	}
	.slide_wrap .copy{
		left: 5%;
	}
}
/* コンテンツ
   ========================================================================== */

.card001{
	display: flex;
	align-content: flex-start;
	justify-content: flex-start;
}
.card001 .inner{
	width: calc(100% / 3 - 20px);
	margin: 10px;
	padding: 15px;
	background: #fff;
	border-radius: 15px;
}
.card001 .inner img{
	display: block;
	margin: auto;
	width: 150px;
}

@media (max-width: 1200px){
	.card001{
		flex-direction: column;
		justify-content: center;
		align-items: center;
		margin: 0 auto 30px;
		max-width: 650px;
	}
	.card001 .inner{
		width: calc(100% - 20px);
		
	}
	
	
}

.card002{
	display: flex;
	justify-content: center;
	align-items: center;
}
.card002 .img {
	width: 100%;
	padding: 10px;
}
.card002 .img img{
	width: 100%;
}
.card002 .txt{
	width: 100%;
	padding: 15px;
	align-self: center;
}
.card002 .txt p{
	margin-bottom: 1em;
}
.card002 .rec p{
	text-indent: 1em;
}
.card002 .video{
	width: 100%;
}
.card002 .video video{
	width: 100%;
	aspect-ratio: 16 / 9;
}
.card002 .video iframe{
	width: 100%;
	aspect-ratio: 16 / 9;
	border-radius: 15px;
}
.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{
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
}
.card003 .img{
	width: 300px;
	padding: 15px;
	align-self: center;
}
.card003 .img img{
	width: 100%;
}
.card003 .txt{
	flex: 1;
	padding: 10px 5%;
	align-self: center;
}
@media (max-width: 960px){
	.card002,
	.card003{
		flex-direction: column;
		justify-content: center;
		align-items: center;
		margin-bottom: 30px;
	}
	.card002 .img{
		text-align: center;
	}
	.card002 .img img{
		max-width: 600px;
	}
	.card002 .txt{
		padding: 15px;
	}
	.card003 .txt{
		width: 100%;
	}
	.reverse{
		flex-direction: column-reverse;
	}
}


@media (max-width: 450px){
	.card003 .txt{
		padding: 10px;
	}
}
/* 写真横並び基本　*/
.photo_flex{
	display: flex;
	align-items:flex-start;
	justify-content: space-between;
	flex-wrap: wrap;
	gap:15px;
}
.photo_flex .img{
	width: calc(50% - 8px);
	padding: 0;
}
.photo_flex img{
	width: 100%;
}


/* カルーセル============================================================ */
.carousel_wrap{
	width: 100%;
	margin: auto;
}
.carousel {
	width:calc(100% - 40px);
	padding: 0;
	margin: auto;
}
.carousel .inner {
	overflow: hidden;
	margin: 20px;
	box-shadow: 2px 2px 5px rgba(0,0,0,0.1);
}
.carousel .inner img {
	display: block;
	width: 100%;
	aspect-ratio: 4 / 3;
	object-fit: cover;
}
.carousel .slick-next {
	right: -20px;
	z-index: 50;
}
.carousel .slick-prev {
	left: -20px;
	z-index: 50;
}

.contents_flex{
	display:flex;

}
.contents_flex .img{
	max-width:150px;
	margin:auto;
}
.contents_flex .img img{
	width:100%;
}
@media(max-width:960px){
	.contents_flex{
		flex-direction: column;
        gap: 50px;
	}
}



/* コンタクト　================================================== */
.bg_contact{
	background: linear-gradient(rgba(255,255,255,0.5) 50%, rgba(255,255,255,0.5) 100%),
		url("../img/slide03.webp");
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	background-attachment: fixed;
}

/*Safariのみ*/
::-webkit-full-page-media, :future, :root .bg_contact{
	background-attachment: scroll;
}

.footer_contact{
	display: flex;
	justify-content: center;
	text-align: center;
	max-width: 960px;
	margin: auto;
}
.footer_contact .phone{
	color: #036eb8;
	font-weight: 400;
	display: block;
	width: calc(100% - 30px);
	margin: 15px;
	padding: 1.5rem;
	border: solid 1px #036eb8;
	border-radius: 100px;
	line-height: 100%;
	background: rgba(3,110,184,0.0);
	transition: .5s;
}
.footer_contact .phone .txt{
	font-size: 1rem;
	text-align: center;
	display: block;
	line-height: 120%;
}
.footer_contact .phone .nb{
	display: block;
	font-size: 1.6rem;
	line-height: 120%;
	font-weight: 700;
}
.footer_contact .phone:hover{
	background: rgba(3,110,184,0.8);
	color: #fff;
}
@media (max-width: 960px){
	.footer_contact{
		flex-direction: column;
	}
}

/* フッター部分　================================================== */
footer{
}

.footer_logo{
	width: 100%;
	text-align: center;
}

footer h2{
	margin: auto;
	position: relative;
	margin-bottom: 15px;
}
footer h2 img{
	vertical-align: bottom;
	height: 110px;
	width: auto;
}

footer h2 span.text{
	display: block;
	font-size: 16px;
	font-weight: 600;
	color: #666;
	width: 250px;
	text-align: left;
	margin: 0 auto;
}

.footer_wrap{
	width: 100%;
	background: #fff;
	padding: 50px 15px 0;
}
.footer_in{
	width: fit-content;
	max-width: 960px;
}
.footer_in h3{
	font-weight: 700;
	font-size: 1.5rem;
}
.flex_box{
	display: flex;
	justify-content: center;
}


p.copyright{
	text-align: center;
	padding: 15px;
	border-top: solid 1px #ccc;
}
@media (max-width: 960px){
	.footer_wrap{
		flex-direction: column;
		align-items: center;
		justify-content: center;
	}
	.footer_contact{
		flex-direction: column;
		justify-content: center;
		align-items: center;
	}
	
}
@media (max-width: 750px){
	footer h2{
		text-align: center;
	}
	footer h2 img{
		height: 100px;
		max-width: 95%;
		object-fit: contain;
	}
	footer h2 span.text{
		width: 230px;
	}
}



/* サブページタイトル 
   ========================================================================== */
.subtitle{
	display: block;
	width: 100%;
	height: 450px;
	background-size: cover;
	background-color: #f9f6f0;
	position: relative;
	padding: 30px;
}
.subtitle h2{
	color:#036eb8;
	position: absolute;
	bottom: 90px;
	left: 50%;
	transform: translateX(-50%);
	font-size: clamp(2rem, 1.4rem + 2.1333vw, 3rem);
	font-weight: 700;
	text-transform: uppercase;
	text-align: center;
	line-height: 150%;
}
.subtitle h2 span{
	display: block;
	font-size: 1.2rem;
	line-height: 100%;
}
.sub_bg{
	position: absolute;
	top: 30px;
	left: 30px;
	bottom: 30px;
	right: 30px;
	background: url("../img/slide01.webp") no-repeat;
	background-position: left top;
	background-size: 100%;
	border-radius: 0 0 50px 50px;
}
@media (max-width: 1200px){
	.sub_bg{
		background-size: 120%;
	}
}

@media (max-width: 960px){
	.subtitle{
		height: 350px;
	}
	.subtitle h2{
		width: 100%;
	}
	.sub_bg{
		background-size: 130%;
	}
}
@media (max-width: 750px){
	.sub_bg{
		background-size: 160%;
		left: 0;
		right: 0;
		top: 0;
	}
}
@media (max-width: 450px){
	.sub_bg{
		background-size: 200%;
	}
}

/*パンくずリスト ================================================== */
.breadcrumb {
	list-style: none;
	position: absolute;
	bottom: 0;
	right: 1em;
	padding: 3px 5px;
	font-size: 0.9em;
}

.breadcrumb li {
	display: inline;
	list-style: none;
	line-height: 100%;
	color: #036eb8;
}

.breadcrumb li:after {
	content: '>';
	padding: 0 0.2em;
	color: #036eb8;
}

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

.breadcrumb li a {
	text-decoration: none;
	color: #036eb8;
}

.breadcrumb li a:hover {
	text-decoration: underline;
}

/* メールフォーム==================== */
.contents_mail{
	max-width: 960px;
	padding: 10px 10px 30px;
	margin: auto;
}
/* TEL FAX */
.phone_flex{
	display: flex;
	justify-content: center;
	max-width: 600px;
	margin: auto;
}
.phone_flex .phone{
	text-align: center;
	color: #036eb8;
	display: block;
	width: calc(100% - 30px);
	margin: 15px;
	padding: 1.5rem;
	background: #fff;
	border-radius: 15px;
	opacity: 1;
	transition: .5s;
}
.phone_flex .phone:hover{
	opacity: 0.5;
}
.phone_flex .phone .nb{
	font-weight: 700;
	font-size: clamp(1.5rem, 1.2rem + 1.0667vw, 2rem);
	line-height: 50px;
	vertical-align: middle;
	display: block;
	color: #036eb8;
}
.phone_flex .phone .nb i{
	display: inline-block;
	text-align: center;
	color:  #fff;
	background:#036eb8;
	vertical-align: bottom;
	line-height: 50px;
	width: 50px;
	font-size: 1rem;
	border-radius: 50%;
	margin-right: 1rem;
	transition: .5s;
}
.phone_flex .phone .txt01{
	font-size: 1.1rem;
	font-weight: 700;
	text-align: center;
	display: block;
	padding: 10px;
	margin-bottom: 1rem;
}
.phone_flex .phone .txt02{
	font-size: 1rem;
	text-align: center;
	display: block;
	margin-top: 1em;
	font-weight: 400;
	
}
.phone_flex .phone .txt03{
	font-size: 0.75rem;
	text-align: left;
	display: block;
	margin-top: 1em;
}
.phone_flex .illust img{
	width: 150px;
	display: block;
	margin: 15px 0 0 auto;
}

@media (max-width: 960px){
	.phone_flex{
		flex-direction: column;
		justify-content: center;
		align-items: center;
		max-width: 500px;
	}
	.phone_flex .phone{
		padding: 1rem;
	}
}

@media (max-width: 450px){
	.phone_flex .phone{
		width: calc(100%);
		margin: 15px 0;
	}
}
#mailform{
	width: 100%;
	padding: 20px;
}
#mailform table{
	width: 100%;
	font-size: 1rem;
	border-collapse: collapse;
	border-spacing: 0;
}
#mailform table tr{
	border-bottom: solid 1px #ccc;
}
#mailform table tr:last-child{
	border-bottom:none;
}
#mailform table th{
	width: 230px;
	text-align: left;
	padding:1em 0.5em;
	vertical-align: middle;
	line-height: 120%;
	font-weight: 400;
}
#mailform table td{
	padding: 1em;
}
.flex_btn{
	display: flex;
	align-items: flex-start;
	flex-wrap: wrap;
	width: 100%;
}
#mailform .radio{
	padding: 0 1rem;
}
#mailform .checkbox{
	padding: 0 1rem;
}
#mailform .form_input,#mailform textarea{
	background:#fff;
	width: 100% !important;
	padding: 15px 10px;
	border: none;
}
#mailform span.form_required{
	font-size: 60%;
	color: #fff;
	background:#036eb8;
	padding: 3px 8px;
	margin-left: 0.5rem;
	border-radius: 5px;
}
input[type='submit']{
	display: block;
	width: 100%;
	max-width: 300px;
	padding: 1em;
	font-weight: 700;
	background: #fff;
	border:solid 1px #036eb8;
	color:#036eb8;
	border-radius: 50px;
	margin: 0 auto;
	transition: .5s;
}
input[type='submit']:hover{
	background: #036eb8;
	color: #fff;
}
.infobox{
	margin-bottom: 30px;
}
.infobox h4{
	text-align: center;
	color: #1f1f1f !important;
	font-size: 1em !important;
	padding-bottom: 1em;
}
.infobox h5{
	color: #1f1f1f;
	margin-top: 1em;
}
.infobox h5 i{
	color: #036eb8;
}
.infobox p{
	font-size: 0.8em !important;
	color: #1f1f1f;
	padding: 0.5em 0;
}
.postcord{
	width:150px !important;
	margin-bottom: 5px;
	padding: 5px 10px;
	background:#f5f5f5;
	border-radius: 5px;
}
.postcord_btn{
	font-size: 0.7em;
	font-weight: 700;
	border-radius: 30px;
	background:#036eb8;
	padding: 0.25em 1em;
	color: #fff;
}
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: #036eb8;
	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: 3px;
  border: solid 1px #999;
  border-radius: 3px;
  transition: all ease-in-out.5s;
}

label.check-label:after {
  content: "";
  position: absolute;
  top: 12px;
  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: #036eb8;
  border-color: #036eb8;
}

input:checked + label.check-label:after {
  transform: rotate(-45deg) scaleX(1);
}
@media (max-width: 960px){
	#mailform{
		padding: 10px 0;
	}
	#mailform table th,
	#mailform table td{
		display: block;
		width: 100%;
		padding: 0.5rem 0;
	}
	#mailform table td{
		padding-bottom: 1rem;
	}
	
	input[type='text'] ,input[type='date'] , textarea{
		width: 100% ;
	}
}

/* TOPへ戻るボタン==================== */
#page_top{
	width: 50px;
	height: 50px;
	position: fixed;
	right: 0;
	bottom: 0;
	opacity: 0.8;
	z-index: 999;
}
#page_top a{
	display: block;
	border-top: solid 2px #1a1a1a;
	border-left: solid 2px #1a1a1a;
	width: 24px;
	height: 24px;
	transform: rotate(45deg);
}
/* スクロールフェードイン ================================================== */
.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%);
}
/* テキストアニメ　==================== */
.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);
	}
}
/* Loading背景画面設定　==================== */
#splash {
	position: fixed;
	width: 100%;
	height: 100%;
	z-index: 9999;
	background-color: #fff;
	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:350px;
}
/* 余白調整　*/
.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;
}

.dx_ttl{
    align-items: center;
	text-align: center;
    margin: 15px 0px;
    font-weight: 700;
    font-size: clamp(1.1rem, 0.8rem + 1.0667vw, 1.6rem);
    line-height: 120%;
    color: rgb(3, 110, 184);
}
/* 以下非表示 ------------------------------ */
@media (max-width: 1200px){
	.pc{
		display: none !important;
	}
	
}
@media (max-width: 750px){
	.pctb{
		display: none !important;
	}
	
}
@media (max-width: 450px){
	.pctb450{
		display: none;
	}
}



span.mini{
	display: block;
	font-size: 14px;
	color: #036eb8;
}






/* 250801対応分 テストページ ==================================================*/
/* Nstyleについてページ */
.nstylePageFv {
  position: relative;
}
.nstylecopy {
  pointer-events: none;
  position: absolute;
  bottom: -30px;
  right: 0;
  width: 658px;
}
.nstylecopy img {
  width: 100%;
}
@media (max-width: 750px) {
  .nstylecopy {
    bottom: -3vw;
    width: 84vw;
  }
}
@media (max-width: 505px) {
  .nstylecopy {
    bottom: 5%;
    width: 70%;
  }
}
/**/
.nstylePageTop {
  margin-bottom: 45px;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
.nstylePageTop div {
  display: block;
  width: 43%;
  max-width: 145px;
  margin: 0 auto 10px;
}
.nstylePageTop div img {
  width: 100%;
}
.nstylePageTop p {
  border-top: solid 2px #036eb8;
  border-bottom: solid 2px #036eb8;
  padding: 15px 0;
  font-size: clamp(1.15rem, 1rem + 0.5333vw, 1.4rem);
  display: inline-block;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
  color: #036eb8;
  font-weight: 700;
}
.nstylePageTop p span {
  display: inline-block;
}
/* shineについてページ */
.shinePageFv .sub_bg {
  background: url("../img/shine.jpg") no-repeat;
  background-position: center;
  background-size: 100%;
}
.shinePageFv.subtitle h2 {
  color: #fff;
  text-shadow: 0px 2.5px 3px rgb(0 0 0 / 17%), 0px -2.5px 3px rgb(0 0 0 / 15%);
}
@media (max-width: 1200px) {
  .shinePageFv .sub_bg {
    background-size: 120%;
  }
}
@media (max-width: 960px) {
  .shinePageFv .sub_bg {
    background-size: 130%;
  }
}
@media (max-width: 750px) {
  .shinePageFv .sub_bg {
    background-size: 160%;
    left: 0;
    right: 0;
    top: 0;
  }
}
@media (max-width: 450px) {
  .shinePageFv .sub_bg {
    background-size: 200%;
  }
}