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

/* 以下非表示*/
@media (min-width: 1200px){
	.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 */
body{
	color: #383838;
	background: #f8f4e6 ;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 400;
	letter-spacing: 0.13em;
}
p{
	line-height: 200%;
	font-size: 1rem;
}
a{
	text-decoration-line: none;
}
a:link{
	text-decoration: none;
}
ul li,ol li{
	list-style: none;
}
h2,h3,h4,h5{
	font-weight: 400;
}
::-webkit-scrollbar{
	width: 8px;
	height: 8px;
}
::-webkit-scrollbar-track{
	background-color: #ddd6bf;
}
::-webkit-scrollbar-thumb{
	background-color: #ff9e42;
}
/* 幅調整　*/
.w1980{
	width: 100%;
	max-width: 1980px;
	margin: 0 auto;
}
.w1600{
	width: calc(100% - 60px);
	max-width: 1600px;
	margin: auto;
}
.w1300{
	width: calc(100% - 20px);
	max-width: 1300px;
	margin: 0 auto;
}
.w960{
	width: 100%;
	max-width: 960px;
	margin: 0 auto;
}
/* 余白調整　*/
.h30{
	height: 30px;
}
.h50{
	height: 50px;
}
.h70{
	height: 70px;
}
.h100{
	height: 100px;
}

.mt100{
	margin-top: 100px;
}
.mt70{
    margin-top: 70px;
}
.mt50{
    margin-top: 50px;
}
.mt30{
    margin-top: 30px;
}
.mb100{
	margin-bottom: 100px;
}
.mb50{
	margin-bottom: 50px;
}
.mb1em{
	margin-bottom: 16px;
}
.space01{
	height: 4vw;
}
@media (max-width: 960px){
	.space01{
		display: none;
	}
}
/* テキスト調整==================== */
.txt_c{
    text-align: center;
}
.txt_l{
    text-align: left;
}
.txt_r{
    text-align: right;
}
/* 背景　*/
.bg_w{
	background-color: rgba(255,255,255,1);
}
.bg_tex_y{
	background: url("../img/bg_texture_y.webp") repeat-y;
	background-size: 100%;
}
.bg_tex_iv{
	background: url("../img/bg_texture_iv.webp") repeat-y;
	background-size: 100%;
}


.bg_w_inner{
	background-color: rgba(255,255,255,1);
	padding: 50px 30px;
	border-radius: 30px;
}
.bg_img01{
	background:linear-gradient( to bottom ,rgba(0,0,0,0.5) ,rgba(0,0,0,0.5)) , url("../img/slide04.webp");
	background-size: cover;
	background-repeat: no-repeat;
	background-attachment: fixed;
	color: #fff;
}
.bg_img01_inner{
	background:linear-gradient( to bottom ,rgba(0,0,0,0.5) ,rgba(0,0,0,0.5)) , url("../img/slide04.webp");
	background-size: cover;
	background-repeat: no-repeat;
	background-attachment: fixed;
	padding: 50px 30px;
	border-radius: 30px;
	color: #fff;
}
/*Safariのみ*/
::-webkit-full-page-media, :future, :root .bg_img01,
::-webkit-full-page-media, :future, :root .bg_img01_inner{
	background-attachment: scroll;
	background-position: center;
}
.bg_point_bottom{
	background: url("../img/bg_point.png") no-repeat;
	background-position: bottom left 5%;
	background-size: 40%;
}
@media (max-width: 1200px){
	.bg_point_bottom{
		background-size: 60%;
	}
}
@media (max-width: 450px){
	.bg_img01_inner{
		padding: 50px 10px;
	}
}

.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: #e1f2fa;
    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: #e1f2fa;
    z-index: -1;
}
/* 画像調整　*/
.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;
}
.r_01{
	border-radius: 43% 57% 70% 30% / 49% 62% 38% 51% ;
}
.r_02{
	border-radius: 43% 57% 40% 60% / 67% 54% 46% 33% ;
}
.r_03{
	border-radius: 58% 42% 26% 74% / 65% 33% 67% 35% ;
}
.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-size: clamp(1rem, 0.7rem + 1.0667vw, 1.5rem);
	font-weight: 600;
	margin-bottom: 15px;
	text-align: center;
	background: url("../img/border_7c.png") no-repeat;
	background-position: bottom center;
	padding-bottom: 30px;
	background-size: auto 20px;
}
.txt_lv02 span{
	color: #ff9e42;
	font-family: 'Josefin Sans', sans-serif;
	font-weight: 600;
	font-size: 200%;
	text-transform: uppercase;
}
.txt_lv02 span.small{
	font-size: 120%;
}

@media (max-width: 750px){
	.txt_lv02{
		padding-bottom: 25px;
		background-size: auto 15px;
	}
	.txt_lv02 span{
		font-size: 180%;
	}
}

.txt_lv03{
	font-size: 1.2rem;
	border-bottom: solid 3px #fff;
	position: relative;
	margin-bottom: 30px;
}
.txt_lv03 span.ja{
}
.txt_lv03 span.en{
	font-family: 'Josefin Sans', sans-serif;
	color: #ff9e42;
	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: #ff9e42;
}

.txt_lv04{
	text-align: center;
	font-size: 1.1rem;
	font-weight: 600;
	color: #ff9e42;
	background: url("../img/border_7c.png") no-repeat;
	background-position: bottom center;
	background-size: 120px;
	padding-bottom: 1.5em;
	margin-bottom: 30px;
}
.txt_lv05{
	text-align: center;
	vertical-align: middle;
	font-weight: 600;
	background: #ff9e42;
	padding: 0.5em;
	color: #fff;
	border-radius: 50px;
	
}

.txt_copy01{
	font-size: clamp(1.2rem, 0.8747rem + 1.1566vw, 1.8rem);
	text-align: center;
	color: #383838;
	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: #383838;
    border-radius: 3px;
    transform: rotate(-25deg);
}
.txt_copy01::after {
	position: absolute;
    content: "";
    right: 0;
    top: 0;
    width: 1px;
    height: 100%;
    background: #383838;
    border-radius: 3px;
    transform: rotate(25deg);
}

.txt_copy02{
	font-size: clamp(1.1rem, 0.98rem + 0.4267vw, 1.3rem);
	margin-bottom: 1em;
}
.txt_copy03{
	font-size: clamp(1.1rem, 0.98rem + 0.4267vw, 1.3rem);
	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: #383838;
}

span.bold{
	font-size: 1.2em;
	font-weight: 600;
}


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

/* ボタン　*/

header{
	position: relative;
	width: 100%;
	z-index: 999;
}
.site-header{
	background:linear-gradient(to bottom , rgba(0,0,0,0.1),rgba(0,0,0,0.0));
    display: flex;
    position: fixed;
    justify-content: space-between;
	align-items:center;
    width: 100%;
	height: 120px;
	box-shadow: 2px 2px 5px rgba(0,0,0,0.0);
	border-radius: 0 0 30px 30px;
	transition: .5s;
}
.site-header.transform{
    background:rgba(255,255,255,1.0);
	box-shadow: 2px 2px 5px rgba(0,0,0,0.2);
}
.site-header h1{
	vertical-align: middle;
	position: relative;
	transition: .5s;
	margin-left: 30px;
}
.site-header h1 img{
	width: auto;
	height: 60px;
	vertical-align: middle;
	filter: drop-shadow(2px 2px 5px rgba(0,0,0,0.2));
	transition: .5s;
	pointer-events: none;
}
.site-header h1 a{
	color: #fff;
	transition: .5s;
}
.site-header.transform h1 img{
	filter: none;
}
.site-header h1 img.logo_cut{
	filter: none;
}
.header_phone{
	display: flex;
	align-items: flex-start;
	justify-content: flex-end;
	padding-top: 15px;
}
.site-header .h_phone a{
	font-size: 2rem;
	padding: 0.25rem;
	color: #fff;
}
.site-header.transform .h_phone a{
	color: #333;
	opacity: 1;
	transition: .5s;
}
.site-header .h_phone:hover{
	opacity: 0.6;
}
.h_mail a{
	display: block;
	width: 200px;
	font-size: 1rem;
	text-align: center;
	background: #ff9e42;
	background-size: 200%;
	background-position: left;
	color: #fff;
	text-shadow: 2px 2px 5px rgba(0,0,0,0.2);
	border-radius: 50px;
	margin: 0 10px;
	line-height: 40px;
	opacity: 1;
	transition: .5s;
}
.h_mail a:hover{
	opacity: 0.6;
}
.h_mail a i{
	line-height: 40px;
	vertical-align: middle;
}

.insta a{
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #fff;
	text-decoration: none;
	transition: 0.5s;
	width: 50px;
	line-height: 50px;
	aspect-ratio: 1 / 1;
	font-size: 35px;
	background: linear-gradient(135deg, #427eff 0%, #f13f79 70%) no-repeat;
	overflow: hidden;
	border-radius: 13px;
	z-index: 1;
}
.insta a::before{
	content: '';
	position: absolute;
	top: 23px;
	left: -18px;
	width: 60px;
	aspect-ratio: 1 / 1;
	background: radial-gradient(#ffdb2c 10%, rgba(255, 105, 34, 0.65) 55%, rgba(255, 88, 96, 0) 70%);
	z-index: -1;
}
.insta a:hover{
	opacity: 0.6;
}

.h_insta{
	margin: 0 10px;
	margin-right: 20px;
} 

.nav_wrap{
	padding-top: 10px;
}

.site-header nav ul{
	list-style: none;
	display: flex;
	justify-content: space-between;
	padding:0 30px;
}
.site-header nav ul li{
	margin: auto;
	margin-left: 25px;
	padding-bottom: 10px;
	font-size:1rem;
	font-weight: 600;
	text-align: center;
	position: relative;
	overflow: hidden;
}
.site-header nav ul li a{
	display: block;
	width: 100%;
	height: 100%;
	color: #fff;
	text-shadow: 2px 2px 5px rgba(0,0,0,0.2);
	transition: 0.5s;
}
.site-header.transform nav ul li a{
	color: #383838;
}
.site-header nav ul li a span{
	color:#d8e9f0;
	font-size: 80%;
	font-family: 'Josefin Sans', sans-serif;
}
.site-header.transform nav ul li a span{
	color:#ff9e42;
}
.site-header nav ul li::after{
	position: absolute;
	bottom: 3px;
	left: 0;
	width: 100%;
	height: 3px;
	background:rgba(255,158,66,0.0);
	content: '';
	transition: transform 0.35s;
	transform: translate3d(-100%,0,0);
}
.site-header nav ul li:hover::after{
	background:rgba(255,158,66,1.0);
	transform: translate3d(0,0,0);
}
@media (max-width: 1366px){
	.site-header h1 img{
		height: 48px;
	}
}
@media (max-width: 1200px){
	.site-header{
		height: 80px;
	}
	.site-header h1 img{
		height: 46px;
	}
	
}
@media (max-width: 960px){
	.site-header h1{
		margin-left: 10px;
	}
	.site-header h1 img{
		height: 40px;
	}
}
@media (max-width: 750px){
	.site-header h1 img{
		height: 30px;
	}
}
@media (max-width: 450px){
	.site-header h1 img{
		height: auto;
		width: calc(100% - 90px);
	}
}

/* スライダー　==================== */
.slide_wrap{
	width: 100%;
	height: 100vh;
	top:0;
	max-height: 1080px;
	min-height: 650px;
	position: relative;
}
.slide_wrap::after{
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}
.top_slider{
	overflow: hidden;
	position: relative;
}
.top_slider .slider li{
	position: relative;
	width: 100%;
	height: 100vh;
	top:0;
	max-height: 1080px;
	min-height: 650px;
	background:#fff;
	background-size: cover;
	background-position: center center;
}
.top_slider .slider li.top01{
	background:url("../img/slide05.webp") no-repeat;
	background-size: cover;
	background-position: center;
}
.top_slider .slider li.top02{
	background:url("../img/slide06.webp") no-repeat;
	background-size: cover;
	background-position: center;
}
.top_slider .slider li.top03{
	background:url("../img/slide07.webp") no-repeat;
	background-size: cover;
	background-position: center;
}
.slide_deco{
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}
.slide_deco.back{
	overflow: hidden;
	background-color: rgba(0,0,0,0.1);
		
}
.slide_deco .top{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
}
.slide_deco .bottom{
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
}
.slide_deco .bottom.down{
	transform: translateY(30%);
}
.slide_deco .left{
	position: absolute;
	top: 50%;
	left: 0;
	width: 100%;
	transform: translateY(-50%);
	overflow: hidden;
}
.slide_deco .right{
	position: absolute;
	top: 50%;
	right: 0;
	width: 100%;
	transform: translateY(-50%);
	overflow: hidden;
	
}
.slide_deco .top img,
.slide_deco .bottom img,
.slide_deco .left img,
.slide_deco .right img{
	width: 100%;
	vertical-align: middle;
}
.slide_catch{
	position: absolute;
	top: 45%;
	left: 0;
	width: 100%;
	overflow: hidden;
	color: #fff;
	z-index: 10;
}
.slide_catch h2{
	width: fit-content;
	margin: auto;
	text-align: left;
	font-family: 'Josefin Sans', sans-serif;
	font-weight: 600;
	font-size: 8vw;
}
.slide_catch h3{
	text-align: center;
	font-weight: 600;
	font-size: 2vw;
	margin-bottom: 30px;
}
.slide_catch h3 .wrap{
	padding: 15px;
}
.slide_catch h3 .en{
	font-family: 'Josefin Sans', sans-serif;
}
@media (max-width: 1200px){
	.slide_deco .left{
		top: 60%;
	}
	.slide_catch h2{
		font-size: 10vw;
	}
	.slide_catch h3{
		font-size: 3vw;
	}
}
@media (max-aspect-ratio: 16/16) {
	.slide_wrap{
		width: 100%;
		height: 100vw;
		top:0;
		max-height: 1080px;
		position: relative;
	}
	.top_slider .slider li{
		position: relative;
		width: 100%;
		height: 100vw;
		top:0;
		max-height: 1080px;
	}
	.slide_deco .left{
		top: 65%;
	}
}
@media (max-aspect-ratio: 16/16),(max-width: 960px) {
	.slide_wrap{
		height: 110vw;
		min-height: 400px;
	}
	.top_slider .slider li{
		height: 110vw;
		min-height: 400px;
	}
	.slide_deco{
		overflow: hidden;
	}
	.slide_deco .right{
		right: -9%;
		width: 110%;
	}
}
@media (max-width: 750px){
	.slide_catch h2{
		font-size: 3rem;
	}
	.slide_catch h3{
		font-size: 1.2rem;
		margin: auto;
		
	}
	.slide_catch h3 .wrap{
		display: block;
		padding: 0 0 15px;
		margin: auto;
	}
}

.flowing_copy{
	width: 100%;
	position: relative;
	overflow: hidden;
}
.flowing_copy::before{
	content: "子ども達の未来へ光を灯す";
	position: absolute;
	white-space: nowrap;
	bottom: 0;
	left: 0;
	width: 100%;
	height: auto;
	color: rgba(255,255,255,0.5);
	font-size: 10vw;
	font-weight: 600;
	text-transform: uppercase;
	line-height: 1.0;
	mix-blend-mode: overlay;
	text-align: center;
	z-index: 1;
	animation: flowimg 20s linear infinite;
	pointer-events: none;
}
@keyframes flowimg {
	0% { transform: translateX(100%); }
	100% { transform: translateX(-120%); }
}
@keyframes flowimg_l {
	0% { transform: translateX(-120%); }
	100% { transform: translateX(100%); }
}

/* コンテンツ
   ========================================================================== */

.anime_fuwa{
	animation: 3s fuwafuwa infinite;
}
@keyframes fuwafuwa {
	0%, 100% {
		transform: translateY(-10px);
	}
	50% {
		transform: translateY(10px);
	}
}
.cut_balloon_r{
	position: absolute;
	top: -50px;
	right: 20px;
}
.cut_balloon_r img{
	width: 150px;
	opacity: 0.8;
}
.cut_balloon_l{
	position: absolute;
	top: 10px;
	left: 20px;
}
.cut_balloon_l img{
	width: 140px;
	opacity: 0.8;
}
@media (max-width: 960px){
	.cut_balloon_l{
		top: 82%;
		left: 0px;
	}
}
@media (max-width: 450px){
	.cut_balloon_r{
		top: -50px;
		right: 0;
	}
	.cut_balloon_r img{
		width: 120px;
	}
	.cut_balloon_l img{
		width: 110px;
	}
}

.contents{
	padding: 70px 0;
}

.contents_in{
	padding: 0 10px;
	position: relative;
	z-index: 10;
}
.contents_half_l{
	width: 55%;
	margin:0 auto 0 0;
	padding: 20px;
}
.contents_half_r{
	width: 55%;
	margin:0 0 0 auto;
	padding: 20px;
}
.card001{
	display: flex;
	align-content: flex-start;
	justify-content: flex-start;
	flex-wrap: wrap;
}
.card001 figure{
	width: calc(100% / 4 - 20px);
	margin: 10px;
	background:rgba(255,255,255,0.55);
}
.card001 figure img{
	width: 100%;
	aspect-ratio: 4 / 3;
	object-fit: contain;
	background: #ccc;
}
.card001 figure figcaption{
	width: 100%;
}
.card001 figure figcaption h3{
	text-align: center;
	color: #33a7ff;
}
.card001 figure figcaption h3 span{
	font-size: 200%;
}
.card001 figure figcaption h4{
	font-size: 1.2em;
}

.card001 .inner{
	width: calc(100% / 3 - 20px);
	margin: 10px;
}
/* タイムライン1============================================================ */
.timeline{
	position: relative;
	width: calc(100% - 30px);
	margin: 30px auto 0;
}
.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: #f8f4e6 ;
}
.timeline .timeline_inner:last-child::before{
	height: 5%;
	background-color: transparent;
}
.timeline .timeline_inner dt{
	width: 80px;
    height: 80px;
    line-height: 80px;
    background: #bda0cd;
	color: #fff;
    border-radius: 50%;
    text-align: center;
    font-size: 0.9rem;
	white-space: normal;
    font-weight: 700;
    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: #f8f4e6 ;
    box-shadow: 2px 2px 3px rgba(0,0,0,0.1);
	border-left: solid 5px #f8f4e6 ;
}
.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:#f8f4e6 ;
    right:100%;
    top:2rem;
}
.timeline .timeline_inner dd span{
	font-size: 80%;
}
.timeline_inner h4{
	font-size: 1.1rem;
	font-weight: 600;
}
.timeline.bg_g .timeline_inner dt{
	background: #6ab280;
}
.timeline.bg_b .timeline_inner dt{
	background: #84b6dc;
}
@media (max-width: 750px){
	.timeline_inner h4{
		font-size: 1rem;
	}
}


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

/* リンクコンテンツ　================================================== */
.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;
	border-radius: 30px;
	overflow: hidden;
	margin-bottom: 20px;
}
figure.effect-chico img {
	display: block;
	width: 100%;
	aspect-ratio: 3 / 4;
	object-fit: cover;
	transition: opacity 0.35s, transform 0.35s;
	transform: scale(1.12);
	opacity: 0.7;
}

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

figure.effect-chico figcaption {
	width: 100%;
	padding: 3em;
	position: absolute;
	top:0;
	left: 0;
	bottom: 0;
	right: 0;
	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: 'Josefin Sans', 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%;
}
@media (max-width: 1200px){
	.card002_link{
		flex-direction: column;
		justify-content: center;
		align-items: center;
	}
	.card002_link .txt{
		width: 100%;
		max-width: 960px;
	}
	.contents_link{
		padding: 50px 15px;
	}
}
@media (max-width: 959px){
	
	.contents_link div{
		width: calc(100% / 3 - 10px);
	}
}
@media (max-width: 750px){
	.contents_link{
		flex-direction: column;
		justify-content: center;
		align-items: center;
		max-width: 500px;
		margin: auto;
		padding: 30px 10px;
		background-position: right 10% bottom 0;
		background-size: 170px;
	}
	.contents_link div{
		width: 100%;
	}
	figure.effect-chico,
	figure.effect-chico img {
		aspect-ratio: 16 / 9;
	}
	figure.effect-chico h4 {
		writing-mode:horizontal-tb;
	}
}

.card003{
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 30px 0;
}
.card003 .img{
	width: 300px;
	flex-basis: 300px;
	padding: 15px;
	align-self: center;
}
.card003 .img img{
	width: 100%;
}
.card003 .txt{
	flex: 1;
	padding: 10px 5%;
	align-self: center;
}
.point h3{
	font-family: 'Josefin Sans', sans-serif;
	font-style: normal;
	color: #ff9e42;
	font-size: clamp(1.2rem, 1.02rem + 0.64vw, 1.5rem);
	border-bottom: solid 1px #ff9e42;
	margin-bottom: 30px;
}
.point h3 span.nb{
	font-size: 200%;
	padding-right: 1rem;
}
.point h3 span.ja{
	font-family: 'Noto Sans JP', sans-serif;
	color: #383838;
}
.point p.point{
	padding: 10px;
	background: #ff9e42;
	color: #fff;
	font-size: 0.9em;
}
.wrap80{
	padding: 10px 10%;
}
/* 写真横並び基本　*/
.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%;
}

.line02 table {
    border-spacing:0;
    margin: 0 auto;
    padding: 0;
    width:100%;
}
.line02 table th{
	border-bottom: solid 3px #ff9e42;
	padding: 1em;
	width: 25%;
	min-width: 9em;
}
.line02 table td{
	border-bottom: solid 3px #eee;
	padding: 1em;
}
.line02 table td i{
	color: #ff9e42;
	padding-left: 1em;
}
.line02 dl{
	margin: 0.5em 1em;
	font-size: 0.9rem;
	display: flex;
	border-bottom: dashed 1px #ccc;
	justify-content: space-between;
}
.line02 dl dt{
	
}
.line02 dl dd{
	text-align: right;
}

.line02 ul li{
	padding-left: 1.2em;
	text-indent: -1em;
	margin-top: 0.5em;
	font-size: 90%;
}
@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 3px #ff9e42;
	}
	
	.line02 dl{
		flex-direction: column;
		align-self: flex-start;
		justify-content: flex-start;
		margin: 0.5em 0;
	}
}

.simple01 table {
	border-collapse: collapse;
    border-spacing: 5px;
    margin: 0 auto;
    padding: 0;
    width:100%;
	background: rgba(255,255,255,0.3);
	-webkit-backdrop-filter: blur(6px);
	backdrop-filter: blur(6px);
}
.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{
	color: #666;
	width: 20%;
	min-width: 6em;
}

ul.border01{
	padding-left: 1em;
	font-size: 1em;
}
ul.border01 li{
	border-bottom: dotted 3px #ff9e42;
	margin-bottom: 1rem;
}
ul.border01 li i{
	color: #ff9e42;
}
.dl_border01{
	padding: 1rem;
}
.dl_border01 dl{
	display: flex;
	align-items: flex-start;
	border-bottom: solid 1px #ff9e42;
}
.dl_border01 dl dt{
	width: 20%;
	padding: 1em 0 1em 1em;
	font-weight: 700;
}
.dl_border01 dl dt i{
	color: #ff9e42;
}
.dl_border01 dl dd{
	padding: 1em;
}

/* カルーセルスライダー ======================================== */
.carousel_wrap{
	width: calc(100% - 100px);
	max-width: 1600px;
	margin: auto;
	position: relative;
	margin-bottom: 150px;
	padding-top: 30px;
}
.carousel_wrap .season{
	position: absolute;
	z-index: 3;
	top: 0;
	left: 0;
	background: #fff;
	border-bottom-right-radius:50px;
	width: 8rem;
	height: 8rem;
}
.carousel_wrap .season h3{
	font-size: 5rem;
	font-weight: 400;
	color: #91dbd0;
	text-align: center;
}
.carousel_wrap .season::before{
	position: absolute;
	content: '';
	bottom: -30px;
	left: 0;
	width: 30px;
	height: 30px;
	background: url("../img/parts_r.png") no-repeat;
	background-size: cover;
}

.carousel_wrap .title{
	position: absolute;
	z-index: 3;
	top: 0;
	left: 0;
	background: #fff;
	border-bottom-right-radius: 50px;
	height: 6rem;
}
.carousel_wrap .title h3{
	font-size: clamp(1rem, 0.7rem + 1.0667vw, 1.5rem);
	font-weight: 600;
	margin-bottom: 15px;
	margin-right: 15px;
	text-align: center;
}
.carousel_wrap .title h3 span{
	color: #ff9e42;
	font-family: 'Josefin Sans', sans-serif;
	font-weight: 600;
	font-size: 200%;
	text-transform: uppercase;
}
.carousel_wrap .title::before{
	position: absolute;
	content: '';
	bottom: -30px;
	left: 0;
	width: 30px;
	height: 30px;
	background: url("../img/parts_r.png") no-repeat;
	background-size: cover;
}

.carousel {
	width: 100%;
	margin: auto;
	background: #fff;
}
.carousel .inner {
	overflow: hidden;
	margin: 0;
	padding: 15px;
	position: relative;
}
.carousel img {
	display: block;
	width: 100%;
	aspect-ratio: 4 / 3;
	object-fit: cover;
	border-radius: 30px;
}
.carousel .inner .month{
	position: absolute;
	bottom: 0;
	right: 0;
	background: #fff;
	padding: 15px 30px;
	font-size: 1rem;
	border-top-left-radius: 30px;
}
.carousel .inner .month span{
	color: #ff9e42;
	font-weight: 600;
	font-size: 120%
}
.carousel .inner .month span span.nb{
	font-family: 'Josefin Sans', sans-serif;
	font-size: 180%
}
.carousel .slick-next {
	right: -20px;
	z-index: 50;
}
.carousel .slick-prev {
	left: -20px;
	z-index: 50;
}
.carousel_wrap .slide-arrow {
  background-color: transparent;
  bottom: 0;
  height: 0;
  margin: auto;
  position: absolute;
  top: 0;
  width: 0;
}
.carousel_wrap .prev-arrow {
	width: 25px;
	height: 25px;
	border-left: solid 2px #383838;
	border-bottom: solid 2px #383838;
	left: -30px;
	transform: rotate(45deg);
}
.carousel_wrap .next-arrow {
	width: 25px;
	height: 25px;
	border-top: 2px solid #383838;
	border-right: 2px solid #383838;
	transform: rotate(45deg);
	right: -30px;
}
@media (max-width: 960px){
	.carousel_wrap .title{
		height: 5em;
	}
	.carousel_wrap .title h3{
		margin-bottom: 0;
	}
}
@media (max-width: 750px){
	.carousel_wrap{
		width: calc(100% - 60px);
		margin-bottom: auto;
		padding-top: 15px;
	}

	.carousel_wrap .prev-arrow{
		left: -10px;
	}
	.carousel_wrap .next-arrow{
		right: -10px;
	}
	.slick-dots{
		text-align: center;
	}
	
	
}
@media (max-width: 450px){
	.carousel_wrap{
		width: 100%;
		margin-bottom: auto;
	}
	.carousel_wrap .title{
		height: 4.5em;
		padding-left: 10px;
	}
	
	.carousel_wrap .prev-arrow{
		left: 30px;
		z-index: 5;
		border-left: solid 2px #ff9e42;
		border-bottom: solid 2px #ff9e42;
		
	}
	.carousel_wrap .next-arrow{
		right: 30px;
		border-top: 2px solid #ff9e42;
		border-right: 2px solid #ff9e42;
	}

}

/* コンタクト　================================================== */
.bg_contact{
	background: linear-gradient(rgba(0,0,0,0.5) 50%, rgba(0,0,0,0.5) 100%),
		url("../img/slide07.webp");
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	background-attachment: fixed;
	text-align: center;
	color: #fff
}
/*Safariのみ*/
::-webkit-full-page-media, :future, :root .bg_contact{
	background-attachment: scroll;
}

.footer_contact{
	display: flex;
	justify-content: center;
	max-width: 960px;
	margin: auto;
}
.footer_contact .phone{
	color: #fff;
	font-weight: 400;
	display: block;
	width: calc(100% - 30px);
	margin: 15px;
	padding: 1.5rem;
	border: solid 1px #fff;
	line-height: 100%;
	background: rgba(0,0,0,0.0);
	border-radius: 30px;
	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: rgba(0,0,0,0.3);
	color: #fff;
}

/* フッター部分　================================================== */
footer{
	margin-bottom: 0;
	padding: 70px 10px 0;
	background: #fff;
	color: #383838;
}
footer h2 img{
	width: 350px;
	margin-bottom: 30px;
}
.footer_wrap{
	display: flex;
	justify-content: space-around;
	align-items: center;
	flex-direction: column;
	max-width: 960px;
	padding: 0 10px;
	margin:auto;
}
.footer_in{
	width: 100%;
	max-width: 960px;
	margin: auto;
	display: flex;
	flex-direction: column;
	justify-content:center;
	align-items: center;
}

.footer_in p{
	text-align: center;
}
.cut_footer{
	width: 150px;
	padding: 15px;
}

footer p.copyright{
	font-size: 0.9rem;
	text-align: center;
	padding: 15px;
}
@media (max-width: 960px){
	footer h2 img{
		width: 300px;
		margin-bottom: 30px;
	}
}
@media (max-width: 450px){
	footer h2 img{
		width: 200px;
		margin-bottom: 30px;
	}
}


.f_insta{
	margin: 0 auto;
	margin-bottom: 20px;
} 
.f_insta a{
	width: 40px;
	line-height:40px;
	font-size: 25px;
	border-radius: 13px;
}
.f_insta a::before{
	top: 18px;
	left: -18px;
	width: 60px;
}

/* ボタン　================================================== */
.btn a{
	display: inline-block;
	min-width: 250px;
	color: #ff9e42;
	font-weight: 600;
	font-size: 1rem;
    background: linear-gradient(to right, #ff9e42 0%, #ff9e42 50%, #fff 50%, #fff 100%);
    background-repeat: no-repeat;
    background-position: 100% 0;
    background-size: 200% auto;
	padding: 21px 2.5em;
	border-radius: 50px;
	border: solid 1px #ff9e42;
	letter-spacing: .1em;
	text-decoration: none;
	text-align: center;
	transition: all .5s ease 0s;
	line-height: 1;
}
.btn a:hover{
	background-position: 0 0;
	color: #fff;
}
.btn a .icon{
	padding-right: 25px;
}
/* サブページタイトル 
   ========================================================================== */
.subtitle{
	display: block;
	width: 100%;
	height: 450px;
	position: relative;
}
.subtitle h2{
	color:#fff;
	position: absolute;
	bottom: 70px;
	left: 50px;
	font-size:1.2em;
	padding-bottom: 5px;
}
.subtitle h2 span.en{
	font-size: clamp(2.5rem, 1.1446rem + 4.8193vw, 5rem);
	vertical-align: top;
	font-family: 'Josefin Sans', sans-serif;
	color: #ff9e42;
	text-transform: uppercase;
}

.sub_bg{
	background: linear-gradient( rgba(0,0,0,0.2), rgba(0,0,0,0.2)),url("../img/sub_bg01.webp");
	background-repeat: no-repeat;
	background-position: bottom 20% center;
	background-size: cover;
	background-color: #f8f4e6;
}

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

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

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

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

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

.breadcrumb li a:hover {
	text-decoration: underline;
}
/* サブページコンテンツ
   ========================================================================== */

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

.company_g {
	padding: 1rem;
}
.company_g p{
	font-size: 1rem;
	line-height: 180%;
	text-indent: 1em;
	margin-bottom: 1rem;
}

table.contrast{
	border-collapse: collapse;
    border-spacing: 5px;
    margin: 30px auto;
    padding: 0;
    width:100%;
	max-width: 800px;
}
table.contrast tr{
	border-bottom: solid 1px #ccc;
}
table.contrast th{
	width: calc((100% - 5em) / 2);
	padding: 1em;
	text-align: left;
}
table.contrast td{
	width: 5em;
	text-align: center;
	color: #e65912;
}

table.contrast th:last-child{
	text-align: right;
}
@media (max-width: 768px){
	table.contrast{
		font-size: 0.9em;
	}
	table.contrast th{
		padding: 1em 0;
	}
	table.contrast td{
		width: 80px;
	}
}
@media (max-width: 450px){
	table.contrast{
		font-size: 0.8em;
	}
	table.contrast th{
		padding: 1em 0;
	}
	table.contrast td{
		width: 65px;
	}
}
.vision{
	width: 100%;
	aspect-ratio: 16 / 9;
	border-radius: 58% 42% 26% 74% / 65% 33% 67% 35% ;
	background: url("../img/slide07.webp") no-repeat;
	background-size: cover;
	position: relative;
	
}
.vision h3{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50% , -50%);
	text-align: center;
	font-size: 5vw;
	width: 100%;
	font-weight: 600;
	color: #fff;
}




.t_download{
	margin-top: 40px;
}
.t_download ul.pdf_list{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.t_download ul.pdf_list li{
	width: 48.5%;
	border-bottom: 1px dashed #ddd;
	text-indent: 0;
	padding: 10px 0;
}
.t_download ul.pdf_list li:first-child{
	padding-top: 0 !important;
}
.t_download ul.pdf_list li a{
	display: inline-block;
	letter-spacing: 0.08em;
	transition: 0.2s;
	color: #383838;
}
.t_download ul.pdf_list li a::before{
	content: '';
	display: inline-block;
	aspect-ratio: 280 / 257;
	width: 20px;
	margin-right: 6px;
	transform: translateY(2px);
	background: url(../img/pdf_head.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
}
.t_download ul.pdf_list li a:hover{
	opacity: 0.6;
}
@media (max-width: 750px){
	.t_download ul.pdf_list{
		display: block;
	}
	.t_download ul.pdf_list li{
		width: 100%;
	}
}



/* QA ============================================================ */
.qa-list dl {
    position: relative;
    margin: 0;
    padding: 28px 80px 28px 30px;
    cursor: pointer;
    border-bottom: 1px solid #ccc;
}
.qa-list dl:first-child {
    border-top: 1px solid #ccc;
}
.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 #ff9e42;
    border-right: 2px solid #ff9e42;
}
.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: 1.2rem;
}
.qa-list dl dt::before {
	font-family: 'Josefin Sans', sans-serif;
    font-size: 30px;
    line-height: 1;
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    content: 'Q.';
    color:#ff9e42;
}
.qa-list dl dd::before {
	font-family: 'Josefin Sans', sans-serif;
    font-size: 30px;
    line-height: 1;
    position: absolute;
    top: 3px;
    left: 2px;
    display: block;
    content: 'A.';
    color: #f7c200;
}
.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;
}
.qa-list dl dd p a{
	text-decoration: underline;
}
.qa-list .qa_contact a{
	display: inline-block;
	width: 200px;
	margin-left: 0.5rem;
	margin-top: 0.5em;
	background: #fff;
	border:solid 1px #ff9e42;
	text-align: center;
	text-decoration: none;
	font-size: 0.9rem;
	font-weight: 600;
	color: #1a1a1a;
	transition: .5s;
}
.qa-list .qa_contact a:hover{
	background: #ff9e42;
	color: #fff;
}
@media (max-width: 750px){
	.qa-list dl{
		 padding: 28px 30px 28px 15px;
	}
	.qa-list dl::before{
		right: 15px;
	}
	.qa-list dl dt{
		padding: 0 0 0 40px;
	}
}
/* ながれ ================================================== */
.number_list{
	padding: 2rem;
}
.number_list li{
	padding: 1rem 0;
	border-bottom: solid 2px #ff9e42;
	position: relative;
	margin-bottom: 50px;
}

.number_list li .li_numbar{
	font-size: 2rem;
	font-family: 'Josefin Sans', sans-serif;
	color:#ff9e42;
}
.number_list li .small{
	font-size: 50%;
}
.number_list li .li_txt{
	font-size: 1.2rem;
	font-weight: 600;
	margin-left: 0.5rem
}
.number_list li p{
	margin-top: 1em;
	margin-left: 4.5em;
}
.number_list li::after{
	position: absolute;
	font-family: 'Font Awesome 6 Free';
	font-weight: 900;
	font-size: 1.5rem;
	content: '\f0ab';
	bottom: -50px;
	left: 0;
	width: 100%;
	text-align: center;
	height: 30px;
	color: #ff9e42;
}
.number_list li:last-child{
	margin-bottom: 0;
}
.number_list li:last-child::after{
	content: none;
}

@media (max-width: 960px){
	.number_list li .inner_flex{
		display: flex;
		justify-content: flex-start;
		align-items: center;
	}
	.number_list li .li_numbar{
		width: 120px;
		vertical-align: bottom;
	}
	.number_list li .li_txt{
		flex: 1;
	}
	.number_list li p{
		margin-top: 1em;
		margin-left: 0;
	}
}
@media (max-width: 450px){
	.number_list{
		padding: 1rem 0;
	}
}

/* メールフォーム==================== */
.contents_mail{
	max-width: 960px;
	padding: 10px 10px 30px;
	margin: auto;
}
/* TEL FAX */
.phone_flex{
	display: flex;
	justify-content: center;
	max-width: 900px;
	margin: auto;
}
.phone_flex .phone{
	text-align: center;
	color: #ff9e42;
	display: block;
	width: calc(100% - 30px);
	margin: 15px;
	padding: 1.5rem;
	border: solid 1px #ff9e42;
	background: #fff;
	border-radius: 30px;
	opacity: 1;
	transition: .5s;
}
.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;
}
.phone_flex .phone .nb i{
	display: inline-block;
	text-align: center;
	color:  #fff;
	background: #ff9e42;
	border: solid 1px  #ff9e42;
	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: 600;
	text-align: center;
	display: block;
	padding: 10px;
}
.phone_flex .phone .txt02{
	font-size: 1rem;
	text-align: center;
	display: block;
	margin-top: 1em;
	font-weight: 600;
	
}
.phone_flex .phone .txt03{
	color: #444140;
	font-size: 0.75rem;
	text-align: left;
	display: block;
	margin-top: 1em;
	padding: 15px;
}
.phone_flex .illust img{
	width: 100px;
	display: block;
	margin: 15px auto;
}

.phone_flex .phone:hover{
	opacity: 0.5;
}
.phone_flex .phone ul{
	display: flex;
	justify-content: center;
	align-items: flex-start;
	margin-bottom: 15px;
}
.phone_flex .phone ul li{
	font-size: 0.9em;
	font-weight: 600;
	padding: 1em 0.5em 0;
}
.phone_flex .phone ul li i{
	padding-right: 0.5em;
}
@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: 750px){
	.phone_flex .phone ul{
		flex-direction: column;
		align-items: flex-start;
		justify-content: flex-start;
	}
}

#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 #fff;
}
#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%;
	font-weight: normal;
	color: #fff;
	background:#ff9e42;
	padding: 3px 8px;
	margin-left: 0.5rem;
	border-radius: 5px;
}
input[type='date']{
	display: inline-block;
	-webkit-appearance: none;
	background:#fff;
	width: 100% !important;
	padding: 15px 10px;
	border: none;
}
input[type='date']::-webkit-date-and-time-value{
	color: #666;
	text-align: left;
	padding: 1px 10px;
	min-height: 1rem;
}

input[type='submit']{
	display: block;
	width: 100%;
	max-width: 300px;
	padding: 1em;
	font-weight: 400;
	border-radius: 100px;
	border:solid 1px #ff9e42;
	background: linear-gradient(to right, #ff9e42 0%, #ff9e42 50%, #fff 50%, #fff 100%);
	background-position: 100% 0;
    background-size: 200% auto;
	color:#ff9e42;
	margin: 0 auto;
	transition: .5s;
}
input[type='submit']:hover{
	background-position: 0 0;
	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: #ff9e42;
}
.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:#666;
	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: #666;
	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 2px #ccc;
  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: #ff9e42;
  border-color: #ff9e42;
}

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

.cp_ipselect {
	overflow: hidden;
	width: 100%;
	text-align: center;
}
.cp_ipselect select {
	width: 100%;
	padding-right: 1em;
	cursor: pointer;
	text-indent: 0.01px;
	text-overflow: ellipsis;
	border: none;
	outline: none;
	background: transparent;
	background-image: none;
	box-shadow: none;
	appearance: none;
}
.cp_ipselect select::-ms-expand {
    display: none;
}
.cp_ipselect.cp_sl01 {
	position: relative;
	background: #fff;
}
.cp_ipselect.cp_sl01::before {
	position: absolute;
	top: 1.5em;
	right: 30px;
	width: 0;
	height: 0;
	padding: 0;
	font-family: 'Font Awesome 6 Free';
	font-weight: 900;
	content: '\f107';
	pointer-events: none;
}
.cp_ipselect.cp_sl01 select {
	padding: 1em 38px 1em 1em;
	color: #666;
}
.flex_select{
	display: flex;
}
@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% ;
	}

	.flex_btn{
		display: block;
		width: 100%;
	}
	::-webkit-full-page-media, :future, :root #mailform table th,
	::-webkit-full-page-media, :future, :root #mailform table td,
	::-webkit-full-page-media, :future, :root input[type='date']{
		display: block;
		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 1px #383838;
	border-left: solid 1px #383838;
	width: 24px;
	height: 24px;
	transform: rotate(45deg);
}
/* スクロールフェードイン ================================================== */
.fadein {
	opacity : 0.2;
	transform : translate(0, 80px);
	transition : all 500ms;
	}

.fadein.scrollin {
	opacity : 1;
	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: 99999;
	background:url("../img/bg_texture_iv.webp");
	background-size: 100%;
	background-repeat: repeat-y;
	text-align:center;
}

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

/* Loading アイコンの大きさ設定　*/
#splash_logo img {
	width: auto;
	width: 400px;
}
@media (max-width: 450px){
	#splash_logo img{
		width: 80%;
	}
}

