@charset "UTF-8";
/* CSS Document */
/* 背景　*/
.bg_w{
	background-color: rgba(255,255,255,1);
}

.bg_light{
	background-color: #f7f7f7;
}

.bg_inner{
	padding: 50px 10px;
}
.bg_blur{
	-webkit-backdrop-filter: blur(4px);
	backdrop-filter: blur(4px);
}
.bg_img01{
	background:linear-gradient( to bottom ,rgba(0,0,0,0.5) ,rgba(0,0,0,0.5)) , url("../img/bg_img01.webp");
	background-size: cover;
	background-repeat: no-repeat;
	background-attachment: fixed;
	color: #fff;
}
/*Safariのみ*/
::-webkit-full-page-media, :future, :root .bg_img01{
	background-attachment: scroll;
}
.bg_cut01{
	background: url("../img/bg_cut01.png") no-repeat;
	background-position: top right;
	background-size: 500px;
}
.bg_cut02{
	background: url("../img/bg_cut02.png") no-repeat;
	background-position: top left;
	background-size: 500px;
}
.bg_cut03{
	background: url("../img/bg_cut03.png") no-repeat;
	background-position: top right;
	background-size: 500px;
}

@media (max-width: 960px){
	.bg_cut01{
		background-position: bottom right;
		background-size: 400px;
	}
	.bg_cut02{
		background-position: bottom left;
		background-size: 400px;
	}
}

.gap_border{
	position: relative;
	z-index: 2;
	width: 100%;
	height: 1px;
}
.gap_border svg{
	display: inline-block;
	vertical-align: middle;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
}
.gap_border svg.turn{
	transform: scale(-1, 1);
}
.fill_w{
	fill:#fff;
}
.fill_lg{
	fill:#f7f7f7;
}

/* 見出し　================================================== */
.txt_lv02{
	
	font-weight: 500;
	letter-spacing: 0.12em;
	margin-bottom: 30px;
	display: block;
	width: 100%;
}
.txt_lv02 .ja{
	display: block;
	position: relative;
	font-size: 1rem;
}

.txt_lv02 .en{
	font-family: "Caveat", cursive;
	font-weight: 600;
	font-size: 200%;
	letter-spacing: 0.15em;
	color: #ea3341;
}
.txt_lv03{
	
	font-size: 1.2rem;
	border-bottom: solid 3px #ccc;
	position: relative;
	margin-bottom: 30px;
	padding-bottom: 0.5em;
}
.txt_lv03 span.ja{
}
.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: #1a1a1a;
}
.bg_w_inner .txt_lv03{
	border-bottom: solid 3px #ea3341;
}
.txt_lv04{
	display: flex;
	align-items: center;
	margin: 15px 0;
	text-align: center;
	line-height: 120%;
}
.txt_lv04::before,
.txt_lv04::after{
	content: '';
	height: 1px;
	flex-grow: 1;
	border-bottom: solid 2px #ea3341;
}
.txt_lv04::before{
	margin-right: 1rem;
}
.txt_lv04::after{
	margin-left: 1rem;
}
.txt_lv04 span.ja{
	font-size: clamp(1rem, 0.91rem + 0.32vw, 1.2rem);
}
.txt_lv04 span.en{
	font-size: clamp(1.6rem, 0.97rem + 2.24vw, 3rem);
	color: #ea3341;
	font-family: "Caveat", cursive;
	font-weight: 600;
	font-style: normal;
	display: block;
	margin-bottom: 0.5em;
}
.txt_lv05{
	background: rgba(0,0,0,0.05);
	display: block;
	padding: 0.25em 0.5em;
	margin-bottom: 15px;
	font-size: 1rem;
	font-weight: 600;
}
.txt_lv05 i{
	font-size: 60%;
	vertical-align: middle;
	color: #ea3341;
}

.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 .en{
	font-family: "Caveat", cursive;
	 font-weight: 600;
	font-size: 200%;
	color: #ea3341;
}

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

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

/* ヘッダー　================================================== */

header{
	position: relative;
	width: 100%;
	z-index: 999;
}
.site-header{
    display: flex;
    position: fixed;
    justify-content: space-between;
	align-items:flex-start;
    width: 100%;
	background: linear-gradient(rgba(0,0,0,0.2),rgba(0,0,0,0.0));
	transition: .5s;
}
.site-header.transform{
	background: linear-gradient(rgba(255,255,255,0.2),rgba(255,255,255,0.0));
}

.site-header .header_title{
	padding: 10px 15px;
	background: rgba(255,255,255,0);
	border-bottom-right-radius: 30px;
	box-shadow: 2px 2px 15px rgba(0,0,0,0);
	transition: .5s;
}
.site-header.transform .header_title{
	background: rgba(255,255,255,1);
	box-shadow: 2px 2px 15px rgba(0,0,0,0.1);
}
.site-header h1{
	vertical-align: middle;
	position: relative;
	transition: .5s;
}
.site-header h1 img{
	width: auto;
	height: 80px;
	vertical-align: middle;
	filter: grayscale(100%) invert(100%) brightness(300%);
	transition: .5s;
	pointer-events: none;
}
.site-header h1 a{
	color: #fff;
	transition: .5s;
}
.site-header.transform h1 img{
	filter: none;
}

.header_phone{
	display: flex;
	align-items: center;
	justify-content: flex-end;
	padding: 10px;
}
.site-header .h_phone a{
	font-size: 2rem;
	font-weight: 600;
	color: #fff;
	transition: .5s;
}
.site-header .h_phone a:hover{
	color: #ea3341;
}
.site-header.transform .h_phone a{
	color: #ea3341;
}
.site-header .h_mail a{
	display: block;
	width: 220px;
	font-size: 1rem;
	font-weight: 600;
	text-align: center;
	background:#fff;
	border: solid 1px #fff;
	color: #ea3341;
	border-radius: 50px;
	margin: 0 10px;
	line-height: 38px;
	transition: .5s;
}
.site-header .h_mail a:hover{
	color: #fff;
	background:#ea3341;
}

.site-header.transform .h_mail a{
	color: #fff;
	background:#ea3341;
	border: solid 1px #ea3341;
}
.site-header.transform .h_mail a:hover{
	background:#fff;
	color: #ea3341;
}

.site-header .nav_wrap{
	background: rgba(255,255,255,1);
	padding: 10px 30px;
	border-radius: 100px 0 0 100px;
	box-shadow: 2px 2px 15px rgba(0,0,0,0.1);
	transition: .5s;
}
.site-header.transform .nav_wrap{
	background: rgba(255,255,255,1);
}
.site-header nav ul{
	list-style: none;
	display: flex;
	justify-content: space-between;
	gap:30px;
}
.site-header nav ul li{
	margin: auto;
	font-size:1.1rem;
	font-weight: 600;
	padding-bottom: 10px;
	text-align: center;
	position: relative;
	overflow: hidden;
}
.site-header nav ul li a{
	display: block;
	width: 100%;
	height: 100%;
	color: #1a1a1a;
	transition: 0.5s;
}
.site-header.transform nav ul li a{
	color: #1a1a1a;
}
.site-header nav ul li a span{
	font-family: "Caveat", cursive;
	color:#ea3341;
	font-size: 90%;
}
.site-header nav ul li::after{
	position: absolute;
	bottom: 3px;
	left: 0;
	width: 100%;
	height: 3px;
	background:rgba(234,51,65,0.0);
	content: '';
	transition: all 0.35s;
	transform: translate3d(-100%,0,0);
}
.site-header nav ul li:hover::after{
	background:rgba(234,51,65,1.0);
	transform: translate3d(0,0,0);
}

@media (max-width: 1200px){
	.site-header{
		height: 90px;
	}
	.site-header h1 img{
		height: 70px;
	}
	.top_nav{
		display: none;
	}
}
@media (max-width: 960px){
	.site-header h1 img{
		height: 60px;
	}
}
@media (max-width: 750px){
	.site-header h1 img{
		height: 50px;
	}
}
/* FV　================================================== */
.slide_wrap{
	width: 100%;
	position: relative;
	overflow: hidden;
}
.slider{
	overflow: hidden;
}
.slider::after{
	position: absolute;
	content: "";
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 2;
	background: linear-gradient(rgba(0,0,0,0.05) 10%,rgba(0,0,0,0.05)) ;
}
.slider li{
	position: relative;
	top: 0;
	left: 0;
	width: 100%;
	height: 100vh;
	min-height: 650px;
	max-height: 1080px;
	z-index: 3;
	overflow: hidden;
}
.slider li.top01{
	background:url("../img/img01.webp") no-repeat;
	background-size: cover;
	background-position: center;
}
.slider li.top02{
	background:url("../img/img03.webp") no-repeat;
	background-size: cover;
	background-position: center;
}
.slider li.top03{
	background:url("../img/img02.webp") no-repeat;
	background-size: cover;
	background-position: left;
}

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

@media (max-width: 768px){
	.slider{
		height: 90vh;
		min-height: 600px;
		max-height: 900px;
	}
}

.slide_wrap .copy{
	position: absolute;
	bottom: 25%;
	left: 8%;
	z-index: 10;
}

.slide_wrap .copy h2{
	margin: auto;
	font-weight: 600;
	color: #fff;
	font-size: clamp(2.01rem, 0.84rem + 4.16vw, 5rem);
}
.slide_wrap .copy p{
	font-family: "Caveat", cursive;
	font-size: clamp(1.2rem, 0.165rem + 3.68vw, 3.5rem);
	color: #ea3341;
}
@media (max-width: 750px){
	.slide_wrap .copy{
		bottom:30%;
		left: 30px;
	}
}
@media (max-width: 450px){
	.slide_wrap .copy{
		left: 15px;
	}
	.slide_wrap .copy h2{
		font-size: 1.6rem;
	}
}
.slide_wrap .border{
	position: absolute;
	z-index: 8;
	bottom: -5px;
	left: -3%;
	right: -3%;
}
.slide_wrap .border svg{
	vertical-align: middle;
	fill:#fff;
	width: 100%;
}


/* スクロールダウンライン======================================== */
.scrolldown2{
	position:absolute;
	bottom:9%;
	left:50%;
	z-index: 10;
}
.scrolldown2:before {
    content: "";
    position: absolute;
    bottom:0;
    left:-5px;
	width:11px;
	height:11px;
	border-radius: 50%;
	background:#ea3341;
	z-index: 1;
	animation:
    circlemove 3s ease-in-out infinite,
    cirlemovehide 3s ease-out infinite;
}

/*丸が上から下に動く*/
@keyframes circlemove{
	0%{
		bottom:120px;
	}
	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:1px;
  height: 150px;
  background:#eee;
}

@media (max-width: 1600px){
	.scrolldown2{
		bottom:6%;
	}
}
@media (max-width: 1366px){
	.scrolldown2{
		bottom:30px;
	}
}
@media (max-width: 960px){
	.scrolldown2{
		bottom:0px;
	}
	.scrolldown2:after{
		height: 140px;
	}
}
/* コンテンツ
   ========================================================================== */
.card001{
	display: flex;
	align-content: flex-start;
	justify-content: flex-start;
	gap:30px;
}
.card001 .inner{
	width: 100%;
	padding: 30px;
	position: relative;
}
.card001 .inner.rec{
	aspect-ratio: 1 / 1;
	object-fit: cover;
	border-radius: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	box-shadow: 2px 2px 10px rgba(0,0,0,0.05);
	background: #fff;
}
.card001 .inner.rec img{
	width: 200px;
}
.card001 .inner.rec h3{
	font-size: 1rem;
	font-weight: 600;
	text-align: center
}
.card001 .inner.rec h3 span.en{
	font-family: "Caveat", cursive;
	font-size: 200%;
	color:#ea3341;
}

@media (max-width: 960px){
	.card001{
		flex-direction: column;
		justify-content: center;
		align-items: center;
		margin: 0 auto 30px;
		max-width: 450px;
	}
}

.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;
	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;
}
@media (max-width: 960px){
	.card002,
	.card003{
		flex-direction: column;
		justify-content: center;
		align-items: center;
	}
	.card002 .img{
		text-align: center;
	}
	.card002 .img img{
		max-width: 600px;
	}
	.card002 .txt{
		padding: 15px;
	}
	.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;
	gap:15px;
}
.photo_flex .img{
	width: 100%;
	padding: 0;
}
.photo_flex img{
	width: 100%;
}

/* フッター部分　================================================== */
footer{
	margin-bottom: 0;
	padding: 70px 0 0;
	background: url("../img/img01.webp") no-repeat;
	background-size: cover;
	background-position: center;
	color: #1a1a1a;
	clip-path: ellipse(80% 100% at bottom);
}

/* コンタクト */

.footer_contact{
	display: flex;
	justify-content: center;
	text-align: center;
	max-width: 960px;
	gap:30px;
	margin-inline: auto;
}
.footer_contact .phone{
	color: #fff;
	display: block;
	width: 100%;
	line-height: 100%;
	background: #ea3341;
	border: solid 1px #ea3341;
	padding: 30px;
	border-radius: 100px;
	transition: .5s;
}
.footer_contact .phone .txt{
	font-size: 1rem;
	text-align: center;
	display: block;
	font-family: "Caveat", cursive;
	font-weight: 600;
	line-height: 120%;
}
.footer_contact .phone .nb{
	font-size: 1.6rem;
	line-height: 120%;
	font-weight: 500;
}
.footer_contact .phone:hover{
	background: #fff;
	color: #ea3341;
}
@media (max-width: 1280px){
	footer{
		clip-path: ellipse(100% 100% at bottom);
	}
}

@media (max-width: 960px){
	.footer_contact{
		flex-direction: column;
		max-width: 500px;
	}
}
@media (max-width: 750px){
	footer{
		clip-path: ellipse(120% 100% at bottom);
	}
}

/* フッター部分　================================================== */



footer h2 img{
	width: 350px;
}
.footer_wrap{
	display: flex;
	justify-content: space-around;
	align-items: center;
	flex-direction: column;
	max-width: 960px;
	padding: 0 10px;
	margin-inline: auto;
	margin-top: 70px;
}
.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;
	position: relative;
	z-index: 10;
}
@media (max-width: 960px){
	.footer_wrap{
		flex-direction: column;
		align-items: center;
		justify-content: center;
	}
	
}
@media (max-width: 750px){
	footer h2{
		text-align: center;
	}
	footer h2 img{
		width: calc(100% - 60px);
	}
}



/* サブページタイトル 
   ========================================================================== */
.subtitle{
	display: block;
	width: 100%;
	height: 400px;
	background-size: cover;
	background-color: #ccc;
	position: relative;
}
.subtitle h2{
	position: absolute;
	bottom: 70px;
	left: 50px;
	font-size:1.2em; 
	z-index: 3;
}
.subtitle h2 span.en{
	font-size: clamp(4rem, 2.2rem + 6.4vw, 8rem);
	vertical-align: top;
	font-family: "Caveat", cursive;
	font-weight: 600;
	color: #ea3341;
	display: block;
	line-height: 1;
}

.sub_bg{
	background: linear-gradient( rgba(0,0,0,0.3), rgba(0,0,0,0.3)),url("../img/sub_bg.webp");
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	background-color: #ccc;
}
.sub_border{
	position: absolute;
	bottom: -10px;
	left: 0;
	width: 100%;
	z-index: 1;
}
.sub_border svg{
	width: 100%;
	vertical-align: middle;
}
@media (max-width: 960px){
	.subtitle{
		height: 400px;
	}
	.subtitle h2{
		width: 100%;
		left: 30px;
		bottom: 70px;
		line-height: 1;
	}
}
@media (max-width: 769px){
	.subtitle{
		height: 350px;
	}
	.subtitle h2{
		bottom: 120px;
	}
	.subtitle h2 span.ja{
		color: #fff;
	}
}
@media (max-width: 450px){
	.subtitle h2{
		left: 15px;
	}
}

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

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

.breadcrumb li:after {
	content: '>';
	padding-left: 0.5rem;
	color: #1a1a1a;
}

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

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

.breadcrumb li a:hover {
	text-decoration: underline;
}
@media (max-width: 960px){
	.breadcrumb{
		bottom: 2rem;
		right: 30px;
	}
	.breadcrumb li,
	.breadcrumb li:after,
	.breadcrumb li a{
		color: #fff;
	}
}
@media (max-width: 450px){
	.breadcrumb{
		right: 15px;
		font-size: 0.8rem;
	}
}

/* カルーセル============================================================ */
.carousel_wrap{
	width: 100%;
	margin: auto;
}
.carousel {
	width:100%;
	margin: 50px auto;
}
.carousel .inner {
	overflow: hidden;
	padding: 15px;
}
.carousel .inner img {
	display: block;
	aspect-ratio: 4 / 3;
	border-radius: 15px;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

/* Map ============================================================ */
.map iframe{
	width: 100%;
	vertical-align: middle;
}

/* sticky ============================================================ */
/* 箱 */
.list_wrap{
	display: flex;
	justify-content: center;
	align-content: center;
	padding: 20px 0;
	position: relative;
}
.list_main{
	padding: 15px;
	flex: 1;
}
.list_main .scroll-point{
	width: 100%;
	margin: auto;
	margin-bottom: 50px;
	overflow: clip;
}
.list_main .scroll-point .inner{
	width: calc(100% - 60px);
	max-width: 960px;
	margin-inline: auto;
	position: relative;
	z-index: 5;
}

.list_side .scrollwrap{
	position: sticky;
	top: 140px;
	width: 100%;
	width: 350px;
	height: auto;
	z-index: 10;
	
}
.list_side .scrollwrap::-webkit-scrollbar{
	background: #ccc;
	width: 2px;
	height: 2px;
}
.scrollwrap.wide{
	display: block;
}
.scrollwrap.mb{
	display: none;
}


.cut_content{
	position: sticky;
	top: 60%;
	left: 0;
	z-index: 3;
	width: 100%;
	max-width: 350px;
}
.cut_content img{
	width: 100%;
}

@media (max-width: 1280px){
	.list_side .scrollwrap{
		width: 250px;
	}
	.cut_content{
		width: 250px;
	}
}

@media (max-width: 960px){
	.list_wrap{
		flex-direction: column;
		
	}
	.list_side .scrollwrap{
		max-width: none;
		min-width: 1px;
	}
	.scrollwrap.wide{
		display: none;
	}
	.scrollwrap.mb{
		display: block;
		position: relative;
		width: 100%;
		z-index: 10;
	}
	.cut_content{
		display: none;
	}
}
@media (max-width: 750px){
	.list_wrap{
		padding: 0;
	}
	.list_main{
		padding: 0;
	}
	.list_main .scroll-point .inner{
		width: 100%;
	}
}


/* リンクコンテンツ　==================== */
.contents_link {
	display: flex;
	justify-content: flex-start;
	gap:15px;
	flex-wrap: wrap;
	margin-inline: auto;
}
.effect-chico{
	display: block;
	position: relative;
	width: calc(100% / 2 - 15px);
	aspect-ratio: 4 / 5;
	background: #000;
	overflow: hidden;
	border-radius: 15px;
}
.effect-chico img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: opacity 0.35s, transform 0.35s;
	transform: scale(1.12);
	opacity: 0.8;
}

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

.effect-chico .inner {
	width: 100%;
	padding: 3em;
	position: absolute;
	top:0;
	left: 0;
	bottom: 0;
	right: 0;
}

.effect-chico h3 {
	font-family: "Caveat", cursive;
	font-weight: 600;
	position: absolute;
	right: 35px;
	bottom: 35px;
	font-size: clamp(2rem, 1.55rem + 1.6vw, 3rem);
	writing-mode: vertical-rl;
	letter-spacing: 0.12em;
	text-align: right;
	color: #fff;
	text-shadow: 2px 2px 5px rgba(0,0,0,0.2);
	line-height: 110%;
}
.effect-chico h3 span{
	font-size: 1rem;
	font-family: "Noto Sans JP", sans-serif;
}

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

.effect-chico:hover .inner::before,
.effect-chico:hover p {
	opacity: 1;
	-webkit-transform: scale(1);
	transform: scale(1);
}
.effect-chico a{
	position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.effect-chico .btn{
	position: absolute;
	bottom: 15px;
	left: 15px;
	width: 50px;
	height: 50px;
	border-radius: 50%;
	border: solid 1px #fff;
}
.effect-chico .btn::after{
	position: absolute;
	font-family: 'Font Awesome 6 Free';
	font-weight: 900;
	content: "\f061";
	color:#fff;
	bottom: 17px;
	left: 17px;
}
@media (max-width: 960px){
	.contents_link {
		flex-direction: column;
		justify-content: center;
		align-items: center;
		max-width: 700px;
	}
	.effect-chico{
		display: block;
		position: relative;
		width: 100%;
		height: 220px;
		background: #000;
		overflow: hidden;
	}
	.effect-chico img{
		width: 100%;
		height: 100%;
		object-fit:cover;
	}
	.effect-chico h3 {
		writing-mode:horizontal-tb;
		top:35px;
	}
}

/* タイムライン1============================================================ */
.cp_timeline01 {
	position: relative;
	width: 100%;
	margin: 3em auto;
	padding: 1em 0;
	list-style-type: none;
}
.cp_timeline01:before {
	position: absolute;
	left: 50%;
	top: 0;
	content: '';
	display: block;
	width: 6px;
	height: 100%;
	margin-left: -3px;
	background: #ea3341;
	border-radius: 10px;
	z-index: -1;
}
.cp_timeline01 li {
	padding: 1em 0;
}
.cp_timeline01 li:after {
	content: '';
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.cp_timeline01 li:nth-child(odd) .timeline_item {
	position: relative;
	width: calc(50% - 29px);
	float: left;
	text-align: right;
}
.cp_timeline01 li:nth-child(even) .timeline_item {
	position: relative;
	width: calc(50% - 29px);
	float: right;
}
.cp_timeline01 li .timeline_item .flag_cont {
	position: relative;
	display: inline-block;
	text-align: center;
}
.cp_timeline01 li .timeline_item .flag {
	position: relative;
	display: inline;
	background: #ea3341;
	color:#fff ;
	padding: 6px 10px;
	font-weight: 600;
	text-align: left;
}
.cp_timeline01 li:nth-child(odd) .timeline_item .flag {
	box-shadow: -1px 1px 1px rgba(0,0,0,0.15), 0 0 1px rgba(0,0,0,0.15);
}
.cp_timeline01 li:nth-child(even) .timeline_item .flag {
	box-shadow: 1px 1px 1px rgba(0,0,0,0.15), 0 0 1px rgba(0,0,0,0.15);
}
.cp_timeline01 li:nth-child(odd) .timeline_item .flag_cont:before,
.cp_timeline01 li:nth-child(even) .timeline_item .flag_cont:before {
	position: absolute;
	top: 10px;
	right: -41px;
	content: ' ';
	display: block;
	width: 1.5rem;
	height: 1.5rem;
	margin-top: -10px;
	background: #f5f5f5;
	border-radius: 50%;
	border: 6px solid #ea3341;
	z-index: 10;
}
.cp_timeline01 li:nth-child(even) .timeline_item .flag_cont:before {
	left: -41px;
}

.cp_timeline01 li:nth-child(even) .timeline_item .flag_cont:after {
	left: -39px;
}
.cp_timeline01 li:nth-child(odd) .timeline_item .flag:after {
	content: '';
	position: absolute;
	left: 100%;
	top: 50%;
	height: 0;
	width: 0;
	margin-top: -6px;
	border: solid transparent;
	border-left-color: #ea3341;
	border-width: 6px;
}
.cp_timeline01 li:nth-child(even) .timeline_item .flag:after {
	content: '';
	position: absolute;
	right: 100%;
	top: 50%;
	height: 0;
	width: 0;
	margin-top: -6px;
	border: solid transparent;
	border-right-color: #ea3341;
	border-width: 6px;
}

.cp_timeline01 li .timeline_item .desc {
	font-size: 1em;
	margin-top: 1rem;
	padding: 1em;
	background:#fff;
	border-radius: 15px;
	box-shadow: 2px 2px 10px rgba(0,0,0,0.05);
}
.cp_timeline01 li .timeline_item .desc h3{
	font-size: 1.1rem;
	font-weight: 400;
	line-height: 2;
	border-bottom: dashed 1px #ccc;
}
.cp_timeline01 li .timeline_item .desc p{
	font-size: 0.9rem;
	padding: 1em 0;
}

@media (max-width: 960px){
	.cp_timeline01 {
		width: 100%;
		padding: 4em 0 1em 0;
	}
	.cp_timeline01 li {
		padding: 2em 0;
	}
	.cp_timeline01 li:nth-child(odd) .timeline_item,
	.cp_timeline01 li:nth-child(even) .timeline_item {
		float: none;
		width: 100%;
		text-align: center;
	}
	.cp_timeline01 li .timeline_item .flag_cont {
		text-align: center;
	}
	.cp_timeline01 li .timeline_item .flag {
		z-index: 15;
	}
	.cp_timeline01 li:nth-child(odd) .timeline_item .flag_cont:before,
	.cp_timeline01 li:nth-child(even) .timeline_item .flag_cont:before {
		top: -30px;
		right: calc(50% - 12px);
		left: calc(50% - 12px);
	}
	.cp_timeline01 li:nth-child(odd) .timeline_item .flag_cont:after,
	.cp_timeline01 li:nth-child(even) .timeline_item .flag_cont:after {
		top: -28px;
		right: calc(50% - 10px);
		left: calc(50% - 10px);
	}
	.cp_timeline01 li:nth-child(odd) .timeline_item .flag:after,
	.cp_timeline01 li:nth-child(even) .timeline_item .flag:after {
		content: '';
		position: absolute;
		left: 50%;
		top: -6px;
		height: 0;
		width: 0;
		margin-left: -6px;
		border: solid transparent;
		border-bottom-color: #ea3341;
		border-width: 6px;
		pointer-events: none;
	}
	.cp_timeline01 li .flag_cont {
		display: block;
		position: relative;
		margin: 4px 0 0 0;
		z-index: 14;
	}
	.cp_timeline01 li:nth-child(odd) .timeline_item .time,
	.cp_timeline01 li:nth-child(even) .timeline_item .time {
		float: none;
		text-align: center;
		background: #ffffff;
	}
	.cp_timeline01 li .timeline_item .desc {
		position: relative;
		z-index: 15;}
}

/* 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 #8a9898;
    border-right: 2px solid #8a9898;
}
.qa-list .open::before {
    transform: rotate(-45deg);
}
.qa-list dl dt {
    position: relative;
    margin: 0;
    padding: 0 0 0 50px;
    font-weight: bold;
    font-size: 1.2rem;
}
.qa-list dl dt::before {
    font-size: 30px;
    line-height: 1;
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    content: 'Q.';
    color:#8a9898;
}
.qa-list dl dd::before {
    font-size: 30px;
    line-height: 1;
    position: absolute;
    top: 3px;
    left: 2px;
    display: block;
    content: 'A.';
    color: #e65912;
}
.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;
}
@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;
	}
}
/* お問い合わせ============================================================  */
/* TEL FAX */
.phone_flex{
	display: flex;
	justify-content: center;
	width: 100%;
	margin: auto;
}
.phone_flex .phone{
	text-align: center;
	color: #1a1a1a;
	display: block;
	width: calc(100% - 30px);
	margin: 15px;
	padding: 1.5rem;
	background: #fff;
	border-radius: 30px;
	box-shadow: 2px 2px 10px rgba(0,0,0,0.05);
	opacity: 1;
	transition: .5s;
}
.phone_flex .phone:hover{
	opacity: 0.5;
}
.phone_flex .phone .nb{
	font-weight: 600;
	font-size: clamp(1.5rem, 1.2rem + 1.0667vw, 2rem);
	line-height: 50px;
	vertical-align: middle;
	display: block;
	color: #ea3341;
}
.phone_flex .phone .nb i{
	display: inline-block;
	text-align: center;
	color:  #fff;
	background:#ea3341 ;
	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: 500;
	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;
}
.phone_flex .phone ul{
	display: flex;
	justify-content: center;
	align-items: flex-start;
}
.phone_flex .phone ul li{
	font-size: 0.9em;
	font-weight: 500;
	padding: 1em 0.5em 0;
}
.phone_flex .phone ul li i{
	padding-right: 0.5em;
	color: #ea3341;
}
.phone_flex .phone dl{
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
}
.phone_flex .phone dl dt{
	width: 5em;
	text-align: left;
	font-size: 0.9rem;
}
.phone_flex .phone dl dd{
	flex: 1;
	font-size: 0.9rem;
	text-align: left;
	text-indent: -1rem;
	margin-left: 1rem;
}
.phone_flex .phone dl dd::before{
	content: '｜'
}

@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;
		max-width: 250px;
		margin: auto;
	}
	.phone_flex .phone ul li{
		width: 100%;
		text-align: left;
		border-bottom: dashed 1px #ccc;
	}
}

@media (max-width: 450px){
	.phone_flex .phone{
		width: calc(100%);
		margin: 15px 0;
	}
}

/* フォーム============================================================  */
.contents_mail{
	max-width: 960px;
	padding: 10px 10px 30px;
	margin: auto;
}
#mailformpro{
	width: 100%;
	padding: 20px;
}
#mailformpro table{
	width: 100%;
	font-size: 1rem;
	border-collapse: collapse;
	border-spacing: 0;
}
#mailformpro table tr{
	border-bottom: dashed 1px #ccc;
}
#mailformpro table tr:last-child{
	border-bottom:none;
}
#mailformpro table th{
	width: 250px;
	text-align: left;
	padding:1em 0.5em;
	vertical-align: middle;
	line-height: 120%;
	font-weight: 400;
}
#mailformpro table td{
	padding: 1em;
}
.flex_btn{
	display: flex;
	align-items: flex-start;
	flex-wrap: wrap;
	width: 100%;
}
#mailformpro .radio{
	padding: 0 2rem 0 0;
}
#mailformpro .checkbox{
	margin-right: 2em;
	margin-bottom: 0.5rem;
	border-bottom: dashed 1px #ccc;
}
#mailformpro .form_input,#mailformpro textarea{
	background:#f7f7f7;
	color: #666;
	width: 100% !important;
	padding: 15px 10px;
	border: none;
}
#mailformpro .form_input.mini{
	width: 150px !important;
}
#mailformpro span.form_required{
	display: inline-block;
	font-size: 60%;
	font-weight: normal;
	color: #fff;
	background:#ea3341;
	padding: 3px 8px;
	margin-left: 0.5rem;
	border-radius: 5px;
}
input[type='submit']{
	display: block;
	width: 100%;
	max-width: 300px;
	padding: 1em;
	font-weight: 400;
	background: #fff;
	border:solid 1px #ccc;
	color:#1a1a1a;
	border-radius: 50px;
	margin: 0 auto;
	transition: .5s;
}
input[type='submit']:hover{
	background:#ea3341;
	color: #fff;
}
input[type='radio']{
	accent-color: #ea3341;
}

input[type='checkbox']{
	accent-color: #ea3341;
}
input[type='file']{
	width: 100%;
	margin-bottom: 0.6em;
}
.infobox{
	margin-bottom: 30px;
}
.infobox h4{
	text-align: center;
	font-size: 1em !important;
	padding-bottom: 1em;
}
.infobox h5{
	font-weight: 500;
	margin-top: 1em;
}
.infobox h5 i{
	color: #ea3341;
}
.infobox p{
	font-size: 0.8em !important;
	padding: 0.5em 0;
}
.postcord{
	width:150px !important;
	margin-bottom: 5px;
	padding: 1em;
	background:#fff;
	border-radius: 5px;
	border: none;
}
.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;
}

@media (max-width: 960px){
	#mailformpro{
		padding: 10px 0;
	}
	#mailformpro table th,
	#mailformpro table td{
		display: block;
		width: 100%;
		padding: 0.5rem 0;
	}
	#mailformpro table td{
		padding-bottom: 1rem;
	}
	
	input[type='text'] ,input[type='date'] , textarea{
		width: 100% ;
	}
}

