@charset "utf-8";

/*----------------------------------------
	全体
----------------------------------------*/
@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,300..700;1,300..700&family=Shippori+Mincho&family=Zen+Kaku+Gothic+New&display=swap');
html{
	font-family:'游ゴシック体', 'Yu Gothic', YuGothic,'メイリオ',Meiryo,'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','ＭＳ ゴシック',sans-serif;
	font-size:62.5%;
	color: #000;
	-webkit-text-size-adjust:100%;
	line-height:1.5;
	font-weight: 500;
	letter-spacing: unset;
}
body{ font-size:1.4rem; font-size: 1.4em; }
img{ vertical-align: bottom; }
img {
    image-rendering: -webkit-optimize-contrast;
}
.yumin {
	font-family: '游明朝体', "Yu Mincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "ＭＳ 明朝", "Sawarabi Mincho", serif;
}
.shippori {
	font-family: "Shippori Mincho", serif;
	font-weight: 400;
	font-style: normal;
}
.golden{
	font-family: "Cormorant Garamond", serif; /* Goldenbookの代替案 */
	font-optical-sizing: auto;
	font-style: normal;
	font-weight: lighter;
}
.zen {
	font-family: "Zen Kaku Gothic New", sans-serif;
	font-weight: 400;
	font-style: normal;
}

a{
	color:#f08044;
	transition: all 0.4s;
}
a:hover{
	color:#ffb085;
	transition: all 0.4s;
}
a img:hover{
	opacity: 0.7;
}
.inner_frame.center {
	display: block;
}
.banner-link img {
	transition: all .2s;
}
.banner-link:hover img {
	opacity: .7
}
.blue{background: #083B6D}
.skyblue{background: #7ECEF4}
.gray{background: #e6e7e7}
.dark_gray{background-color: #434343}
.beige{background: #E5DDCB}
.max_respon{max-width: 100%;}
.bg_black{background-color: #000;}
.bg_gray{background: #f2f2f2}
/*----------------------------------------
	text
----------------------------------------*/

p{ line-height: 2; }
.text_bold{ font-weight: bold; }
.text_normal{ font-weight: normal; }

.text_gray{ color: #7a7b7b; }
.text_red{ color: #9d2330; }
.text_d_red{ color: #b02727; }

.text_white{
	color: #fff;
}

:root {
	--text11: clamp(1.1rem, 1.0vw, 1.1rem);
	--text12: clamp(1.2rem, 1.1vw, 1.2rem);
	--text13: clamp(1.3rem, 1.25vw, 1.3rem);
	--text14: clamp(1.4rem, 1.34vw, 1.4rem);
	--text15: clamp(1.4rem, 1.4vw, 1.5rem);
	--text16: clamp(1.4rem, 1.5vw, 1.6rem);
	--text18: clamp(1.5rem, 1.7vw, 1.8rem);
	--text20: clamp(1.6rem, 1.9vw, 2rem);
	--text21: clamp(1.7rem, 2vw, 2.1rem);
	--text22: clamp(1.7rem, 2.1vw, 2.2rem);
	--text24: clamp(1.8rem, 2.3vw, 2.4rem);
	--text25: clamp(1.8rem, 2.35vw, 2.5rem);
	--text26: clamp(1.9rem, 2.5vw, 2.6rem);
	--text28: clamp(1.9rem, 2.6vw, 2.8rem);
	--text30: clamp(2rem, 2.8vw, 3rem);
	--text32: clamp(2rem, 3vw, 3.2rem);
	--text34: clamp(2rem, 3.2vw, 3.4rem);
	--text36: clamp(2rem, 3.3vw, 3.6rem);
	--text38: clamp(2.1rem, 3.4vw, 3.8rem);
	--text40: clamp(2.2rem, 3.8vw, 4rem);
	--text60: clamp(3.2rem, 5.7vw, 6rem);
	--text90: clamp(4.5rem, 8.5vw, 9rem);
	--text100: clamp(5rem, 9.5vw, 10rem);
}
.text_11 { font-size: var(--text11); }
.text_12 { font-size: var(--text12); }
.text_13 { font-size: var(--text13); }
.text_14 { font-size: var(--text14); }
.text_15 { font-size: var(--text15); }
.text_16 { font-size: var(--text16); }
.text_18 { font-size: var(--text18); }
.text_20 { font-size: var(--text20); }

.text_21 { font-size: var(--text21); }
.text_22 { font-size: var(--text22); }
.text_24 { font-size: var(--text24); }
.text_25 { font-size: var(--text25); }
.text_26 { font-size: var(--text26); }
.text_28 { font-size: var(--text28); }
.text_30 { font-size: var(--text30); }
.text_32 { font-size: var(--text32); }
.text_34 { font-size: var(--text34); }
.text_36 { font-size: var(--text36); }
.text_38 { font-size: var(--text38); }
.text_40 { font-size: var(--text40); }
.text_60 { font-size: var(--text60); }
.text_90 { font-size: var(--text90); }
.text_100 { font-size: var(--text100); }
/*line-height*/
.lh_06{ line-height: 0.6; }
.lh_08{ line-height: 0.8; }
.lh_09{ line-height: 0.9; }
.lh_10{ line-height: 1.0 !important; }
.lh_11{ line-height: 1.1 !important; }
.lh_12{ line-height: 1.2 !important; }
.lh_13{ line-height: 1.3 !important; }
.lh_14{ line-height: 1.4 !important; }
.lh_15{ line-height: 1.5 !important; }
.lh_16{ line-height: 1.6 !important; }
.lh_17{ line-height: 1.7 !important; }
.lh_18{ line-height: 1.8 !important; }

/*letter-spacing*/
.ls_no{letter-spacing: normal;}
.ls_-3{ letter-spacing: -3px; }
.ls_-2{ letter-spacing: -2px; }
.ls_-1{ letter-spacing: -1px; }
.ls_01{ letter-spacing: 0.1px; }
.ls_02{ letter-spacing: 0.2px; }
.ls_025{ letter-spacing: 0.25px; }
.ls_03{ letter-spacing: 0.3px; }
.ls_04{ letter-spacing: 0.4px; }
.ls_05{ letter-spacing: 0.5px; }
.ls_06{ letter-spacing: 0.6px; }
.ls_07{ letter-spacing: 0.7px; }
.ls_08{ letter-spacing: 0.8px; }
.ls_09{ letter-spacing: 0.9px; }
.ls_1{ letter-spacing: 1px; }
.ls_12{ letter-spacing: 1.2px; }
.ls_13{ letter-spacing: 1.3px; }
.ls_14{ letter-spacing: 1.4px; }
.ls_2{ letter-spacing: 2px; }
.ls_3{ letter-spacing: 3px; }
.ls_-01em{ letter-spacing: -0.1em; }
.text_r{text-align:right;}

a.link_tex{ color: #0199cc; }
a.link_tex:hover{ opacity: 0.7; }

@media print, screen and (min-width: 821px){

	/*line-height*/
	.lh_19{ line-height: 1.9 !important; }
	.lh_20{ line-height: 2 !important; }
	.lh_21{ line-height: 2.1 !important; }
	.lh_22{ line-height: 2.2 !important; }
	.lh_23{ line-height: 2.3 !important; }
	.lh_24{ line-height: 2.4 !important; }
	.lh_25{ line-height: 2.5 !important; }
	.lh_26{ line-height: 2.6 !important; }
	.lh_28{ line-height: 2.8 !important; }
	.lh_30{ line-height: 3 !important; }
	.lh_32{ line-height: 3.2 !important; }
	.lh_34{ line-height: 3.4 !important; }
	.lh_36{ line-height: 3.6 !important; }

	/*letter-spacing*/
	.ls_4{ letter-spacing: 4px; }
	.ls_5{ letter-spacing: 5px; }
	.ls_6{ letter-spacing: 6px; }
	.ls_7{ letter-spacing: 7px; }
	.ls_8{ letter-spacing: 8px; }

}/*END*/

@media screen and (max-width: 820px){

	/*letter-spacing*/
	.ls_4{ letter-spacing: 3px; }
	.ls_5{ letter-spacing: 4px; }
	.ls_6{ letter-spacing: 4px; }
	.ls_7{ letter-spacing: 4px; }
	.ls_8{ letter-spacing: 4px; }

	/*line-height*/
	.lh_19,
	.lh_20,
	.lh_21,
	.lh_22,
	.lh_23,
	.lh_24,
	.lh_25{
		line-height: 1.8 !important;
	}

}/*END*/

@media screen and (max-width: 599px){

	/*letter-spacing*/
	.ls_4{ letter-spacing: 2px; }
	.ls_5{ letter-spacing: 2px; }
	.ls_6{ letter-spacing: 2px; }
	.ls_7{ letter-spacing: 2px; }
	.ls_8{ letter-spacing: 2px; }

}/*END*/

li{ list-style:none; }
.center{ 
	text-align:center;
	top: 0;
	transform: translateY(0);
}
.text_center{text-align: center;}
.text_left{ text-align:left; }
.text_right{ text-align:right; }
.clear{ clear:both; }

.op:hover{
	filter: alpha(opacity=60);
	-moz-opacity:060;
	opacity:0.60;
}

.status{
	display:inline-block;
	background:#f7e4ac;
	padding: 1px 4px;
	margin-right:4px;
}

@media screen and (max-width: 599px){
	.text_center{text-align: left;}
	.text_right{ text-align:left; }
}/*END*/


/*----------------------------------------
	header
----------------------------------------*/

.sd-trigger{
	position: fixed;
	top: 0;
	right: 0;
	width: 16%;
	cursor: pointer;
	background: #fff;
	z-index: 7;
}
#sd{
	box-sizing: border-box;
	background: #fff;
}
#sd li a{
	display: block;
	text-decoration: none;
	padding: 20px 2% 20px 4%;
	color:#000;
	border-bottom: 1px solid #ccc;
}
#sd li a:hover{
	color: #14557a;
}

@media print, screen and (min-width: 750px){
	.sd-trigger{
  left: calc(50% + 150px);
	right: auto;
	max-width: 100px;
}

	.sp_mv{
		display: none;
	}
	.pc_mv{
		width: 100%;
		display: block;
		margin-left: auto;
		margin-right: auto;
	}

}/*END*/

@media screen and (max-width: 769px){
		.sd-trigger{
  max-width: 25%;
}

	.pc_mv{
		display: none;
	}
	.sp_mv{
		width: 100%;
	}

}/*END*/


/*----------------------------------------
	layout
----------------------------------------*/

#container{
	margin-top: 0;
	overflow: hidden;
}
.main_frame{
	width: 100%;
	position: relative;
	box-sizing: border-box;
	max-width: 750px;
	margin-left: auto;
	margin-right: auto;
}

.overflow{
	overflow: hidden;
}

.tel{
	display: block;
	width: 100%;
	text-align: center;
	text-decoration: none;
	color:#595757;
}

@media print, screen and (min-width: 770px){

	.sp_only{
		display: none !important;
	}
	.btn_hover{
		position: relative;
		display: block;
	}
	.btn_hover:hover{
		animation:btn_hover 0.5s ease-in;
	}
	@keyframes btn_hover{
		0% {
			top: 0;
		}
		40% {
			top: -5px;
		}
		100% {
			top: 0;
		}
	}

}/*END*/

@media print, screen and (min-width: 600px){

	.sp_br{
		display: none;
	}

}/*END*/

@media screen and (max-width: 769px){

	.pc_only{
		display: none !important;
	}

}/*END*/


/*----------------------------------------
	header
----------------------------------------*/

@media print, screen and (min-width: 770px){

	.sp_mv{
		display: none;
	}

}/*END*/

@media screen and (max-width: 769px){

	.pc_mv{
		display: none;
	}
	.sp_mv{
		width: 100%;
	}

}/*END*/
/*----------------------------------------
	map
----------------------------------------*/
.map {
    position: absolute;
	width: 90%;
    aspect-ratio: 4 / 3;
    bottom: 15%;
    left: 50%;
    transform: translateX(-50%);
}
.map iframe {
	width: 100%;
	height: 100%;
	border: none;
	display: block;
	object-fit: contain;
}
/*END*/


/*----------------------------------------
	contact
----------------------------------------*/

.contact{
	width: 100%;
	line-height: 1.8;
	box-sizing: border-box;
	color: #000;
}
.contact label,.contact label span{
	color: #000;
}

.contact th,
.contact td{
	text-align: left;
	box-sizing: border-box;
}
.contact th{
	padding-bottom: 5px;
}
.contact td{
	padding-bottom: 40px;
}
.contact td p{
	line-height: 1.2;
}
.kind label{
	box-sizing: border-box;
	padding-top: 8px;
	padding-bottom: 8px;
	padding-left:45px !important;
}
.kind label:before{
	left: 2px !important;
}
.kind.check input[type="checkbox"]:checked + label:after {
	left: 8px !important;
}

.r_kind label{
	box-sizing: border-box;
	padding-left:45px !important;
	margin-bottom: 20px !important;
}
/*
.contact th{
	padding-bottom: 10px;
}
.contact td{
	padding-bottom: 40px;
}
.contact td p{
	line-height: 1.2;
}
.kind label{
	box-sizing: border-box;
	padding-top: 8px;
	padding-bottom: 8px;
	padding-left:55px !important;
	background-color: #fff;
	width: 100%;
}
.kind label:before{
	left: 10px !important;
}
.kind.check input[type="checkbox"]:checked + label:after {
	left: 16px !important;
}
*/

.schedule_form input{
	float: left;
	width: 40%;
}
.schedule_form select{
	float: left;
	width: 28%;
	margin-left: 2%;
}
.schedule_form input,
.schedule_form select{
	border: 1px solid #dcdcdc !important;
	background: #fff !important;
}

.hissu:after,
.nini:after{
	display: inline-block;
	padding: 6px 6px;
	line-height: 1;
	margin-left: 10px;
	border-radius: 5px;
	vertical-align: 5px;
	font-size: 1.6rem;
	font-weight: bold;
}
.hissu:after{
	content: "必須";
	display: inline-block;
	background: #807202;
	color: #fff;
}
.nini:after{
	content: "任意";
	display: inline-block;
	background: #eee;
	color: #828282;
}


/*error*/
td .error{
	color: #e60012;
	padding-top: 10px;
}
.privacy .error{
	display: inline-block;
	margin-top: 10px;
	color: #e60012;
	padding: 5px 14px;
	background: #ffcdd3;
}
td.error{
	/*background:#ffcdd3;*/ background:#ffa2ad;
	padding: 8px;
		display: block;
		margin-bottom: 15px;
}

@media print, screen and (min-width: 770px){

	.contact th{
		font-size: 2rem;
	}
	.contact td{
		font-size: 1.8rem;
	}

}/*END*/

@media screen and (max-width: 769px){

	.contact th{
		font-size: 1.5rem;
		padding-bottom: 4px;
	}
	.contact td{
		font-size: 1.4rem;
		padding-bottom: 25px;
	}
	.privacy .error,
	td .error{
		font-size: 1.4rem;
	}
	.privacy .hissu:after,
	th.hissu:after,
	th.nini:after{
		padding: 3px 6px;
		font-size: 1.2rem;
		vertical-align: 1px;
		margin-left: 6px;
	}
	.kind label{
		padding-top: 10px;
		padding-bottom: 10px;
	}
	.privacy{
		font-size: 1.4rem !important;
	}

}/*END*/

/*form 追加*/
.form_none{
	display: none;
}
.form_block{
	display: block;
}
.bg_form{
	background: #e3e0d6;
	margin: 0 auto 0 auto;
	padding-bottom: 100px;
	box-sizing: border-box;
}

/*----------------------------------------
	フォーム
----------------------------------------*/

select,
textarea,
input[type="tel"],
input[type="email"],
input[type="text"]{
	padding: 15px;
	background: #fff;
	border: none;
	box-sizing: border-box;
	font-family:'游ゴシック体', 'Yu Gothic', YuGothic,'メイリオ',Meiryo,'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','ＭＳ ゴシック',sans-serif;
	-webkit-appearance: none;
	font-size: 1.7rem;
		color: #000;
}
select:focus{ outline:none; }
textarea:focus,
input[type="tel"]:focus,
input[type="email"]:focus,
input[type="text"]:focus{
	outline:none;
	border: 1px solid #ccc;
}
select{
	width: 100%;
	border: none !important;
	/*background: #fff !important;*/
}


.form1{ width: 250px; }
.form2{ width: 350px; }
.form_all{ width: 100%; }
:focus{ outline: none; }


.form_box_flex{
	display: flex;
	justify-content: space-between;
}
.box_heaf{
	width: auto;
	float: left;
	display: flex;
}
.m_r10{
	margin-right: 4%;
}

.telbox{
	width:28%;
}
.telbox_sen {
    width: 10%;
    text-align: center;
    padding-top: 13px;

}

.select_ttl{
	width: 100%;
	padding: 20px 10px 10px 0;
	font-size: 2.2rem;
}

.media_pb{
	padding-bottom: 15px !important;
}


@media screen and (max-width: 769px){

	select,
	textarea,
	input[type="tel"],
	input[type="email"],
	input[type="text"]{
		padding: 10px 10px;
		font-size: 1.6rem;
	}
	select:focus{ outline:none; }
	textarea:focus,
	input[type="tel"]:focus,
	input[type="email"]:focus,
	input[type="text"]:focus{
		border: 1px solid #867b5b;
	}
	.form1{ width: 150px; }
	.form2{ width: 100%; }

}/*END*/


/*----------------------------------------
	radio checkbox
----------------------------------------*/

.radio input[type="radio"],
.check input[type="checkbox"]{
	position: absolute;
	height: 1px;
	width: 1px;
	clip: rect(0, 0, 0, 0);
}
.radio label,
.check label{
	display: inline-block;
	position: relative;
	cursor: pointer;
	padding-left: 40px;
	line-height: 2;
	margin-right: 35px;
	/*
	margin-bottom: 10px;
	*/
}
.radio label:before,
.check label:before{
	position: absolute;
	content: "";
	top: 50%;
	left: 0;
	width: 32px;
	height: 32px;
	margin-top: -16px;
	background: #fff;
	border:1px solid #dcdcdc;
	border-radius: 50%;
}

.radio label:before{
	margin-top: -19px;
}


.check label:before{ border-radius: 0; }
.radio label:before{ border-radius: 50%; }

.radio label,
.check label{
	margin-left: 0\9;
	padding: 11px\9;
}
.radio label:not(:target),
.check label:not(:target){
	margin-left: 10px\9;
	padding: 11px 0 11px 25px\9;
}
.radio label:before,
.check label:before{
	display: none\9;
}
.radio label:not(:target):before,
.check label:not(:target):before{
	display: inline-block\9;
}
.radio input[type="radio"]:checked + label:after{
	position: absolute;
	content: "";
	top: 50%;
	left: 6px;
	width: 22px;
	height: 22px;
	margin-top: -13px;
	border-radius: 50%;
	background: #00b7ee;
}
.check input[type="checkbox"]:checked + label:after {
	content: "";
	position: absolute;
	top: 50%;
	box-sizing: border-box;
	display: block;
	left: 4px;
	width: 22px;
	height: 12px;
	margin-top: -8px;
	border-left: 4px solid #eb6877;
	border-bottom: 4px solid #eb6877;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
.check input[type="checkbox"]:checked + label:before{
	background: #fff;
}/*--
.radio input[type="radio"]:focus + label:before,
.check input[type="checkbox"]:focus + label:before{
	border-color: #aec47f;
	box-shadow: 0 0 5px #aec47f;
}
--*/
.radio_style label{
	padding-bottom: 5px;
}



.medhia_check label{
	padding-left: 40px;
	margin-right: 30px;
}







/*----------------------------------------
	footer
----------------------------------------*/
.pc_menu {
	display: block;
    width: fit-content;
    position: fixed;
    /* right: -60px; */
	right: 0px;
    bottom: 5vh;
    transition: .3s;
    z-index: 100;
    width: clamp(40px, 13vw, 60px);
}
.sp_menu{
	display: none;
}
.pc_menu,.sp_menu{
	z-index: 20;
}

@media screen and (max-width: 599px){
	.pc_menu{
		display: none;
	}
	.sp_menu{
		display: flex;
		position: fixed;
		/* bottom: -100px; */
		bottom: 0px;
		transition: .3s;
	}
}


/*----------------------------------------
	追加
----------------------------------------*/

.lp_frame{
	width:86%;
	margin-right: auto;
	margin-left: auto;
	box-sizing: border-box;
}

.lp_frame_f{
	width:90%;
	margin-right: auto;
	margin-left: auto;
	box-sizing: border-box;
}

#bk{
    background: #e5e2d8;
	position: relative;
}

#bk:before{
	content: "";
	position: fixed;
	width: 100%;
	height: 100%;
    background: #e5e2d8;
	background-size: contain;
	background-repeat: repeat-x;
	z-index: 1;
}
.bg_logo {
	position: fixed;
	top: 9%;
	left: 7%;
	max-width: 374px;
	width: 18%;
}
@media (min-width: 1000px) and (max-width: 1150px) {
	.bg_logo {
		width: 15%;
	}
}
@media screen and (max-width: 999px) {
	.bg_logo {
		display: none;
	}
}

#frame{
	position: relative;
	z-index: 2;
	background: #fff;
	box-shadow: 0 0 30px 0px rgb(0 0 0 / 30%);
}

@media screen and (min-width: 750px){
	.lp_frame{
		width: 88%;
		margin-right: auto;
		margin-left: auto;
	}
/*#frame{
	max-width: 500px;*//* max-width: 800px;*/
	/*margin-left: auto;
	margin-right: auto;
}*/

}/*END*/
@media screen and (max-width: 751px){

		.ribbon_l{
		  display: none;
	}
	.ribbon_r{
	  display: none;
	}

}/*END*/
/*----------------------------------------
	header
----------------------------------------*/

header{
	position: relative;
}
.drawer{
	position: fixed;
	background: rgba(0, 0, 0, 0.8);
	top: 0;
	right: 0;
	width: 100%;
	height: 100vh;
	color: #d0c077;
	display: flex;
	justify-content: center;
	visibility: hidden;
	opacity: 0;
	transform: translateX(100%);
	transition: 0.5s ease-in-out;
	z-index: 50;
}
.drawer ul{
	text-align: center;
	padding-top: 50px;
}
.drawer ul li{
	position: relative;
	transform: translateX(-150px);
	transition: transform 0.5s ease;
}
.drawer ul li:nth-child(2){ transition-delay: 0.15s; }
.drawer ul li:nth-child(3){ transition-delay: 0.25s; }
.drawer ul li:nth-child(4){ transition-delay: 0.35s; }
.drawer ul li:nth-child(5){ transition-delay: 0.45s; }
.drawer ul li:nth-child(6){ transition-delay: 0.55s; }
.drawer ul li:nth-child(7){ transition-delay: 0.65s; }
.drawer ul li:nth-child(8){ transition-delay: 0.4s; }
.drawer ul li:nth-child(9){ transition-delay: 0.45s; }
.drawer ul li:nth-child(10){ transition-delay: 0.5s; }
.drawer ul li:nth-child(11){ transition-delay: 0.55s; }
.drawer ul li:nth-child(12){ transition-delay: 0.6s; }
.drawer ul li a{
	display: inline-block;
	font-size: 1.5rem;
	color: #fff;
	text-decoration: none;
	padding: 15px;
	line-height: 1.5;
}
.drawer ul li a:hover{
	animation: drawer 1.4s;
	color: #e1f2fa;
}
@keyframes drawer{
	0%{
		filter: none;
	}
	30%{
		filter: blur(0.8px);
	}
	100%{
		filter: none;
	}
}
.open .drawer{
	visibility: visible;
	opacity: 1;
	transform: translateX(0);
}
.open .drawer ul li{
	transform: translateX(0);
}
.head_lp .drawer_close{
	position: absolute;
	right: 15px;
	top: 15px;
	width: 40px;
	height: 40px;
	cursor: pointer;
}
.head_lp .drawer_close span{
	display: inline-block;
	position: absolute;
	left: 0;
	top: 50%;
	background: #fff;
	height: 2px;
	width: 100%;
	transition: all 0.4s;
}
.head_lp .drawer_close span:nth-child(1){
	transform: rotate(45deg);
}
.head_lp .drawer_close span:nth-child(2){
	transform: rotate(-45deg);
}
.head_lp .drawer_close:hover span{
	background: #bd0d23;
}

@media screen and (max-width: 768px){

	.head_lp .drawer_close{
		width: 30px;
		height: 30px;
	}
	.drawer ul li a{
		font-size: 1.4rem;
	}


}/*END*/




.btn_menu_works{
	position: fixed;
	width: 46px;
	height: 41px;
    right: 15px;
    top: 15px;
	cursor: pointer;
	transition: all 0.5s;
	z-index: 51;
	background: #9d2330;
	display: none;
}
.btn_menu_works span {
    position: absolute;
    left: 0;
    width: 100%;
    height: 1px;
    background: #fff;
    transition: all 0.4s;
}
.btn_menu_works span{
	width: 60%;
	left: 20%;
}
.btn_menu_works span:nth-child(1){
	top: 10px;
}
.btn_menu_works span:nth-child(2){
	top: 20px;
}
.btn_menu_works span:nth-child(3){
	top: 30px;
}
.open .btn_menu_works{
	background: transparent;
}
.open .btn_menu_works span:nth-child(1){
	transform: rotate(45deg);
	top: 20px;
	background: #fff;
}
.open .btn_menu_works span:nth-child(2){
	opacity: 0;
}
.open .btn_menu_works span:nth-child(3){
	transform: rotate(-45deg);
	top: 20px;
	background: #fff;
}

@media screen and (max-width: 749px){
	.btn_menu_works span:nth-child(2){
		top: 11px;
	}
	.open .btn_menu_works span:nth-child(1){
		top: 20px;
	}
	.open .btn_menu_works span:nth-child(3){
		top: 20px;
	}
	.btn_menu_works{
		width: 46px;
		height: 41px;
		right: 10px;
		top: 10px;
	}
	.btn_menu_works span{
		width: 70%;
		left: 15%;
	}
	.btn_menu_works span:nth-child(1){
		top: 9px;
	}
	.btn_menu_works span:nth-child(2){
		top: 20px;
	}
	.btn_menu_works span:nth-child(3){
		top: 31px;
	}
}/*END*/




/*----------------------------------------
	content
----------------------------------------*/

.rela{
	position: relative;
}
.priv-text {
	height: 300px;
	overflow-y: scroll;
	background: #fff;
	font-size: 1.3rem;
	line-height: 1.8;
	padding: 10px;
	box-sizing: border-box;
	text-align: left;
}
.priv-ttl {
	font-size: 1.8rem;
	padding-bottom: 10px;
	padding-top: 10px;
}


/* ----------------------------------------------------------------------------------------- */
/* ---------------------- 
	common
 ---------------------- */

.inner_frame{
	max-width: 1080px;
	width: 100%;
	position: relative;
	box-sizing: border-box;
	margin-inline: auto;
	padding-right: 20px;
	padding-left: 20px;
}
.inner_frame1350{
	max-width: 1350px;
	width: 100%;
	margin-inline: auto;
}
.form_frame{
	max-width: 760px;
	width: 100%;
	margin-inline: auto;
}

@media screen and (max-width: 768px){

	.inner_frame{
		padding-right: 3.5%;
		padding-left: 3.5%;
	}

}/*END*/

@media screen and (max-width: 599px){

	.inner_frame{
		padding-right: 4.3%;
		padding-left: 4.3%;
	}

}/*END*/
 /* レイアウト */
.z_-1{
	z-index: -1;
}
.z_0{
	z-index: 0;
}
.z_1{
	z-index: 1;
}
.z_2{
	z-index: 2;
}
.z_3{
	z-index: 3;
}
.flex{
	display: flex;
}
.flex_wrap{
    display: flex;
    flex-wrap: wrap;
}
.flex_column{
    display: flex;
    flex-direction: column;
}
.j_between{
    justify-content: space-between;
}
.j_around{
    justify-content: space-around;
}
.al_center{
	align-items: center;
}
.al_end{
	align-items: end;
}
.gap2{
	gap: 2%;
	row-gap: 20px;
}
.gap3{
	gap: 3%;
	row-gap: 30px;
}
.gap4{
	gap: 4%;
	row-gap: 40px;
}
.gap1em{
	gap: 1em;
}
.grid2{
	display: grid;
	grid-template-columns: repeat(2,1fr);
}
.grid3{
	display: grid;
	grid-template-columns: repeat(3,1fr);
}
.grid4{
	display: grid;
	grid-template-columns: repeat(4,1fr);
}
.grid6{
	display: grid;
	grid-template-columns: repeat(6,1fr);
}
.w30{
	width: 30%;
}
.w40{
	width: 40%;
}
.w50{
	width: 50%;
}
.w60{
	width: 60%;
}
.w70{
	width: 70%;
}
.w80{
	width: 80%;
}
.w90{
	width: 90%;
}
.m_auto{
	margin: auto;
}
.m_inline{
	margin-inline: auto;
}
.block{
	display: block;
}

.block_768{
	display: none!important;
}
.sp_block{
	display: none;
}
.pc_block{
	display: block;
}
@media screen and (min-width: 600px) and (max-width: 768px){
	.block_768{
		display: block!important;
	}
}
@media screen and (max-width: 599px){
	.sp_mt_none{
		margin-top: 0!important;
	}
	.flex{
		flex-direction: column;
	}
	.w30,
	.w40,
	.w50,
	.w60,
	.w70,
	.w80,
	.w90{
		width: 100%;
	}

	.flex.reverse{
		flex-direction: column-reverse;
	}
	.grid2,.grid3{
		grid-template-columns: 1fr;
	}
	.grid4{
		grid-template-columns: repeat(2,1fr);
	}
	.grid6{
		grid-template-columns: repeat(3,1fr);
	}
	.between{
		flex-direction: column;
	}
	.sp_block{
		display: block;
	}
	.pc_block{
		display: none;
	}
}

 /* slickスライダー */
.works-slider a{
	color: #fff;
	text-decoration: none;
}
.works-slider .work-item .work-no::before{
	content: "works " attr(data-no);
}

.slick-slide {
	box-sizing: border-box;
    padding: 0 15px;
}
.slick-slide img {
	width: 100%;
	display: block;
}
.slick-dots {
    bottom: -10%;
}
.slick-dots li{
	width: auto;
	height: auto;
}
.slick-dots li button{
	width: auto;
	height: auto;
}
.slick-dots li button::before{
	content: "";
	width: 10px;
	height: 10px;
	background: #808080;
	display: block;
	opacity: 1;
}

.slick-dots li.slick-active button::before{
	background: #fff;
	opacity: 1;
}
/* cssスライダー */
.linear-slider{
	width: 100%;
	overflow: hidden;
	padding-top: 140px;
	padding-bottom: 100px;
}

.linear-slider__track{
	display: flex;
	width: max-content;
	animation: scroll 30s linear infinite;
}

.linear-slider .item{
	flex-shrink: 0;
	margin: 0 clamp(15px, 3vw, 50px);
}

.linear-slider .item img{
	display: block;
	width: auto;
	max-width: none;
}
.item.y1 img{ height: clamp(100px, 10vw, 160px); }
.item.y2 img{ height: clamp(140px, 14vw, 220px); }
.item.y3 img{ height: clamp(150px, 15vw, 240px); }
.item.y4 img{ height: clamp(100px, 10vw, 160px); }
.item.y5 img{ height: clamp(140px, 14vw, 220px); }
.y1{
	transform: translateY(45%);
}
.y2{
	transform: translateY(-10%);
}
.y3{
	transform: translateY(0%);
}
.y4{
	transform: translateY(40%);
}
.y5{
	transform: translateY(-15%);
}
@keyframes scroll{
	from{
		transform: translateX(0);
	}
	to{
		transform: translateX(-50%);
	}
}
/* 文字 */
.nowrap{
	white-space: nowrap;
}
.vertical {
   writing-mode: vertical-rl; /* 縦書き、右から左 */
   text-orientation: upright; /* 文字を正立させる */
}
.vertical_en {
   writing-mode: vertical-rl; /* 縦書き、右から左 */
}
.kakko_left {
    margin-left: -8px;
    margin-right: -4px;
}
.kakko_right {
    margin-left: -4px;
    margin-right: -8px;
}
span.block{
	display: block;
}
.text_whitegray{
	color: #eeeeee;
}
/* 背景 */
.bg_darkgray{
	background: #262626;
}
.bg_whitegray{
	background: #f4f4f3;
}
/* デコレーション */
.deco{
	position: absolute;
}
/* ---------------------- 
	mv
 ---------------------- */
.mv_bg {
    background: url(../images/mv.jpg);
    background-size: cover;
    width: 100%;
    height: 100svh;
    background-position: bottom center;
}
.mv_slider{
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	overflow: hidden;
	z-index: 0;
}
.mv_slider__item{
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	background-size: cover;
	background-position: bottom center;
	opacity: 0;
	transition: opacity 1s ease;
}
.mv_slider__item.is-active{
	opacity: 1;
	animation: zoomOut 7s linear 0s normal both;
}
@keyframes zoomOut{
	0%{
		transform: scale(1.15);
	}
	100%{
		transform: scale(1);
	}
}
.mv_bg .deco{
    position: absolute;
    top: 14%;
    right: 16%;
	font-size: clamp(2.5rem, 4.3vw, 3.6rem);
	z-index: 1;
	color: #000;
}
.logo{
	max-width: 305px;
    width: 100%;
    aspect-ratio: 305 / 52;
}
.mv_box {
    position: relative;
    z-index: 1;
    padding: 3%;
    width: fit-content;
}
.mv_box p{
	color: #000;
}
@media screen and (max-width: 768px){
	.mv_bg {
		height: 80svh;
	}
	.mv_bg .deco{
		top: 30%;
	}
	.logo{
		width: 80%;
	}
}
@media screen and (max-width: 599px){
	.mv_bg {
		height: 70svh;
	}
	.mv_bg .deco{
		top: 22%;
	}
	.logo{
		width: 60%;
	}
}
/* ---------------------- 
	不安
 ---------------------- */
.worry_bg{
	background: url(../images/worry_bg.jpg);
	background-size: cover;
	background-position: top center;
}
.worry_list li {
    position: relative;
    background: #fff;
    padding: 2em 2em 2em 3em;
    box-sizing: border-box;
    margin-bottom: 20px;
}
.worry_list li::before {
    content: "";
    position: absolute;
    left: 1.5em;
    top: 50%;
    width: 6px;
    height: 15px;
    border-right: 3px solid #9d2330;
    border-bottom: 3px solid #9d2330;
    transform: translateY(-60%) rotate(45deg);
}
.worry_bg .p_b140{
	padding-bottom: 140px!important;
}
/* ---------------------- 
	Point
 ---------------------- */
.point_box{
    padding: 4%;
    box-sizing: border-box;
    display: flex;
    align-items: flex-end;
}
.deco.speech{
    position: absolute;
    top: -3.5%;
    left: 50%;
    transform: translateX(-50%);
    background: #9d2330;
    padding: 1em;
    box-sizing: border-box;
    width: 90%;
    max-width: 800px;
	font-size: clamp(1.6rem, 2.8vw, 3rem);
}
.deco.speech::after{
	content: "";
	position: absolute;
	top: 100%;
	left: 50%;
	transform: translateX(-50%);
	width: 0;
	height: 0;
	border-left: 15px solid transparent;
	border-right: 15px solid transparent;
	border-top: 15px solid #9d2330;
}
.deco.point01{
    top: 7%;
    right: 5%;
}
.deco.point02 {
    top: 7%;
    left: 5%;
}
.deco.point03{
    top: 7%;
    right: 5%;
}
.point_box .text_100{
	font-size: clamp(4rem, 6.5vw, 10rem)!important;
}
@media screen and (max-width: 599px){
	.point_box {
		padding: 40px 4.3%;
	}
	.deco.speech {
		top: -1.5%;
	}
	.deco.point01{
		top: -40%;
		right: 1%;
	}
	.deco.point02 {
		top: -20%;
		left: unset;
		right: 1%;
	}
	.deco.point03 {
		top: -24%;
		right: 1%;
	}
}
@media screen and (max-width: 450px){
	.deco.speech {
		top: -2.5%;
	}	
}
/* ---------------------- 
	Results
 ---------------------- */
.results_bg{
	background: url(../images/results_bg.jpg);
	background-size: cover;
}
@media screen and (max-width: 768px){
	.results_bg .w40{
		width: 50%;
	}
}
@media screen and (max-width: 599px){
	.results_bg .w40{
		width: 100%;
	}
}
/* ---------------------- 
	Request
 ---------------------- */
.btn_more {
    cursor: pointer;
    position: relative;
	background: #9d2330;
	box-sizing: border-box;
    padding: 1.5em 4%;
	display: flex;
    align-items: center;
	justify-content: center;
}
.btn_more::before,
.btn_more::after{
	content: '';
	position: absolute;
	right: 5%;
	top: 50%;
	transform: translateY(-50%);
	border-top: 3px solid #fff;
	width: 16px;
	transition: all 0.3s;
}

.btn_more::before{
	transform: translateY(-50%) rotate(90deg);
}

.close.btn_more::before{
	transform: translateY(-50%) rotate(180deg);
}
.more_frame{
	display: none;
	background: #fff;
    padding: 4% 0%;
}
@media screen and (max-width: 450px){
	.btn_more {
		padding: 1.5em 13% 1.5em 4%;
	}
}
