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

/*===共通部分==============
====================================================================*/
html{
	font-size: 100%;
		scroll-behavior: smooth;
}
@media (max-width: 1200px){
	html{
		scroll-padding-top: 80px;
	}
}
body{
	font-family: "Zen Maru Gothic", sans-serif;
	font-weight: 700;
	font-weight: 500;
	color: #101010;
	font-size: 16px;
	background: #fff8f6;
	-webkit-font-smoothing: antialiased;/*アンチエイリアスを滑らかに*/
	-moz-osx-font-smoothing: grayscale;
}
p,li,span,a{
	letter-spacing: 0.04em;
	line-height: 2;
}
h1,h2,h3,h4,h5,h6{
	font-weight: 500;
	line-height: 1.7;
}
a{
	text-decoration: none;
	color: #101010;
	transition: .4s;
}
ul,ol{
	list-style: none;
	padding: 0;
}
svg{
	padding: 0;
	margin: 0;
	vertical-align: bottom;
	min-height: 0%;
}
img{
  	line-height: 1;
	vertical-align: top;
	max-width: 100%;
	transition: .4s;
	font-size: 0;
}
.img{
	min-height: 0%;
}
.img img{
	display: block;
	width: 100%;
}
.img a{
	display: block;
	width: 100%;
}
.img a:hover img{
	opacity: .8;
}
.logo img{
	pointer-events: none;
}

.column_inner{
	width: calc(100% - 380px);/*ヘッダーの横幅+margin分引く*/
	margin: 0 0 0 auto;
}
.inner{
	width: 96%;
	max-width: 1200px;
	margin: 0 auto;
}
.inner.wide{
	max-width: 1400px;
}
.inner.max{
	max-width: none;
}
.inner.mini{
	max-width: 960px;
}
@media (max-width: 1200px){
	.column_inner{
		width: 100%;
	}
}


.mg100{
	margin-bottom: 100px !important;
}
.mg80{
	margin-bottom: 80px !important;
}
.mg60{
	margin-bottom: 60px !important;
}
.mg50{
	margin-bottom: 50px !important;
}
.mg40{
	margin-bottom: 40px !important;
}
.mg30{
	margin-bottom: 30px !important;
}
.mg20{
	margin-bottom: 20px !important;
}
.mg15{
	margin-bottom: 15px !important;
}
.mg10{
	margin-bottom: 10px !important;
}
.mg5{
	margin-bottom: 5px !important;
}
.mg0{
	margin-bottom: 0 !important;
}

.pmg5 p{
	margin-bottom: 5px;
}
.pmg p{
	margin-bottom: 10px;
}
.pmg15 p{
	margin-bottom: 15px;
}
.pmg20 p{
	margin-bottom: 20px;
}
.pmg5 p:last-child,
.pmg p:last-child,
.pmg15 p:last-child,
.pmg20 p:last-child{
	margin-bottom: 0;
}

span.red{
	color: #f05742;
}

/*蛍光マーカー*/
.marker{
	text-decoration: underline;
  	text-decoration-thickness: 0.4em;
  	text-decoration-color: rgba(245, 177, 162, 0.18);
  	text-underline-offset: -0.12em;
  	text-decoration-skip-ink: none;
}

/*Title*/
h2.title{
	margin-bottom: 40px;
}
h2.title span.en{
	display: block;
	font-size: 1.3rem;
	text-transform: capitalize;
	line-height: 1;
	letter-spacing: 0.2em;
	color: #ef858c;
	font-family: "Concert One", sans-serif;
  	font-weight: 400;
	margin-bottom: 15px;
}
h2.title span.ja{
	display: block;
	width: -moz-fit-content;
	width: fit-content;
	position: relative;
	font-size: 2.3rem;
	line-height: 1.7;
	letter-spacing: 0.08em;
	font-weight: 700;
	font-family: YakuHanRP, "Zen Maru Gothic", sans-serif;

	text-decoration: underline;
  	text-decoration-thickness: 0.4em;
  	text-decoration-color: rgba(245, 177, 162, 0.18);
  	text-underline-offset: -0.12em;
  	text-decoration-skip-ink: none;
}
h2.title span.ja::first-letter{
	color: #ef858c;
}
h2.title span.ja::before{
	content: '';
	width: 20px;
	aspect-ratio: 1 / 1;
	position: absolute;
	top: 0;
	left: 0;
	background: url(../img/title_deco.png);
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
	pointer-events: none;
	transform: translate(-100%, 0);
}
h2.title.white span.en,
h2.title.white span.ja{
	color: #fff;
}
h2.title.center span.ja{
	margin: 0 auto;
}
h2.title.non span.ja::before{
	display: none;
}
h2.title.fl span.ja::first-letter{
	font-size: 1.4em;
}
@media (max-width: 750px){
	h2.title.m_center{
		text-align: center;
	}
	h2.title.m_center span.ja{
		margin: 0 auto;
	}
	h2.title span.en{
		font-size: 1.3rem;
		letter-spacing: 0.2em;
		margin-bottom: 15px;
	}
	h2.title span.ja{
		font-size: 1.6rem;
	}
	h2.title span.ja::before{
		width: 16px;
	}
	h2.title.fl span.ja::first-letter{
		font-size: 1.3em;
	}
}




/*mtitle*/
.mtitle{
	position: relative;
    font-size: 1.3rem;
    line-height: 1.4;
	letter-spacing: 0.08em;
    background: linear-gradient(60deg, #04a4da 0%, #04a4da 85%, #1FC7FF 85.1%);
    padding: 14px 18px;
	color: #fff;
    margin-bottom: 20px;
}


/*mtitle02*/
.mtitle02{
	position: relative;
    font-size: 1.4rem;
	font-weight: 700;
	letter-spacing: 0.1em;
	background-color: #fff;
	border: 2px solid #ef858c;
    padding: 18px 18px;
	padding-left: 36px;
	color: #ef858c;
    margin-bottom: 25px;
	border-radius: 20px;
	box-shadow: 4px 4px rgba(239, 133, 140, 0.4);
}
.mtitle02::before{
	content: '';
	display: block;
	width: 4px;
	height: 25px;
	background-color: #ef858c;
	position: absolute;
	left: 18px;
	top: 50%;
	transform: translateY(-50%);
}


/*stitle*/
.stitle{
	position: relative;
	letter-spacing: 0.08em;
	font-size: 1.2rem;
	border-bottom: 2px solid #ddd;
	padding-bottom: 5px;
	margin-bottom: 20px;
}
.stitle::before{
	content: '';
	position: absolute;
	bottom: -2px;
	width: 100px;
	height: 2px;
	background: #ef858c;
}

/*dtitle*/
.dtitle{
	letter-spacing: 0.08em;
	font-size: 1.3rem;
	text-align: center;
	margin-bottom: 30px;
}
.dtitle::after{
	content: '';
	display: block;
	width: 150px;
	height: 1px;
	background: #101010;
	margin: 10px auto 0;
}

/*wtitle*/
.wtitle{
	position: relative;
	z-index: 1;
    font-size: 1.3rem;
	letter-spacing: 0.08em;
    margin-bottom: 20px;
	background-color: #92B600;
	color: #fff;
	padding: 10px;
	border-left: 7px solid #c4ac42;
}
.wtitle::after{
	content: '';
	width: 20px;
	height: 1px;
	position: absolute;
	top: 50%;
	right: 0;
	transform: translateY(-50%);
	background: #fff;
	pointer-events: none;
	z-index:-1;
}

/*ctitle*/
.ctitle{
	text-align: center;
	margin-bottom: 30px;
	font-size: 1.4rem;
	letter-spacing: 0.08em;
}
.ctitle::before{
	content: '';
	display: block;
	width: 60px;
	aspect-ratio: 52 / 23;
	background: url(../img/ctitle_deco.png);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	margin: 0 auto 5px;
}
.ctitle.white{
	color: #fff;
}
.ctitle.white::before{
	background-image: url(../img/ctitle_deco_w.png);
}


.etitle{
	font-size: 1.2rem;
	font-weight: 700;
	padding-left: 15px;
	border-left: 4px solid #ef858c;
	letter-spacing: 0.1em;
	margin-bottom: 20px;
}
.etitle::first-letter{
	color: #ef858c;
}

.rtitle{
	letter-spacing: 0.08em;
	font-size: 1.15rem;
	margin-bottom: 20px;
}
.rtitle::before{
	content: '';
	display: inline-block;
	width: 6px;
	height: 1em;
	background: linear-gradient(to bottom, #E53517 0, #E53517 50%, #009900 50%, #009900 100%);
	margin-right: 0.5em;
	transform: translateY(2px);
}

.ntitle{
	font-size: 1rem;
	margin-bottom: 15px;
	border-bottom: 1px solid #eee;
	letter-spacing: 0.08em;
}
.ntitle::before{
	display: inline-block;
	font-family: "Font Awesome 6 Free";
	content: "\f105";
	font-weight: bold;
	margin-right: 10px;
	font-size: 0.6rem;
	color: #004A78;
	transform: translateY(-2px);
}

.btitle{
	display: flex;
  	align-items: center;
	font-size: 1rem;
	letter-spacing: 0.08em;
}
.btitle::before{
	content: '';
	border-top: 1px solid;
	width: 2em;
	margin-right: .5em;
}


.center{
	text-align: center;
}
.pc_center{
	text-align: center;
}
@media (max-width: 750px){
	.pc_center{
		text-align: left;
	}
}


/*ボタン*/
.sbtn{
	max-width: 300px;
	margin: 0 auto;
}
.sbtn a{
	display: block;
	border: 2px solid #ef858c;
	text-align: center;
	width: 100%;
	padding: 15px 0;
	border-radius: 400px;
	font-weight: 700;
	color: #fff;
	transition: all .5s ease;
	background: #ef858c;
}
.sbtn a:hover{
	background:#fff;
	color: #ef858c;
}
.sbtn.white a{
	background:#fff;
	color: #ef858c;
}
.sbtn.white a:hover{
	color: #fff;
	background: #ef858c;
}


.sbtn.tiktok a{
	background: #000;
	color: #fff;
	border: none;
}
.sbtn.tiktok a:hover{
	opacity: 0.6;
}

.sbtn.insta{
}
.sbtn.insta a{
	position: relative;
	z-index: 1;
	border: none;
	color: #fff;
	background: linear-gradient(135deg, #427eff 0%, #f13f79 70%) no-repeat;
	overflow: hidden;
}
.sbtn.insta a::before{
	content: '';
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	pointer-events: none;
	z-index: -1;
	background: linear-gradient(15deg, #ffdb2c, rgb(249, 118, 76) 25%, rgba(255, 77, 64, 0) 50%) no-repeat;
}
.sbtn.insta a:hover{
	opacity: 0.6;
}

.sbtn.fb a{
	background: #1877f2;
	color: #fff;
	border: none;
}
.sbtn.fb a:hover{
	opacity: 0.6;
}



.sbtn p{
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 5px;
}
.sbtn p::before,
.sbtn p::after{
	content: '';
	background: #333;
	height: 1px;
	flex-grow: 1;
	opacity: 0.5;
}
.sbtn p::before{
	margin-right: 1em;
}
.sbtn p::after{
	margin-left: 1em;
}

.sbtn.left{
	margin: 0 auto 0 0;
}
.sbtn.long a{
	width: 100%;
}
.m_contact a{
	min-width: 280px;
}

.sbtn2{
	max-width: 750px;
	margin: 0 auto;
	display: flex;
	justify-content: space-around;
}
.sbtn2 .sbtn{
	width: 48%;
}
.sbtn3{
	max-width: 960px;
	margin: 0 auto;
	display: flex;
	justify-content: space-around;
}
.sbtn3 .sbtn{
	width: 33%;
}
@media (max-width: 960px){
	.sbtn3{
		display: block;
	}
	.sbtn3 .sbtn{
		width: 100%;
	}
	.sbtn3 .sbtn:not(:last-child){
		margin-bottom: 10px;
	}
}
@media (max-width: 750px){
	.sbtn.left{
		margin: 0 auto;
	}
	.sbtn2{
		display: block;
	}
	.sbtn2 .sbtn{
		width: 100%;
	}
	.sbtn2 .sbtn:first-child{
		margin-bottom: 10px;
	}
}


/*テキストリンク*/
a.t_link{
	color: #d17baa;
	background-image: linear-gradient(to right, #d17baa, #d17baa);
	background-position: 0 100%;
	background-position: bottom left;
	background-size: 100% 1px;
    background-repeat: no-repeat;
	transition: 0.4s;
}
a.t_link:hover{
	opacity: 0.6;
    background-size: 0% 1px;
}


/*2行の基本Table*/
.info_table{
	width: 100%;
	table-layout: fixed;
	border-collapse: collapse;
}
.info_table tr{
	border: 1px solid #ccc;
}
.info_table th,
.info_table td{
	padding: 15px 10px;
	letter-spacing: 0.08em;
}
.info_table th{
	background: #f5f5f5;
	width: 30%;
	border-right: 1px solid #ccc;
	font-weight: 500;
}
.info_table td{
	background: #fff;
	width: 70%;
	border-right: 1px solid #ccc;
	border-left: 1px solid #ccc;
}
@media (max-width: 750px){
	.info_table{
		font-size: 0.9rem;
	}
}

/*ver2*/
.info_table02{
	width: 100%;
	table-layout: fixed;
	border-spacing: 0 6px;
}
.info_table02 tr{
}
.info_table02 tr:last-child{
	border-bottom: none !important;
}
.info_table02 th,
.info_table02 td{
	padding: 18px 0;
	letter-spacing: 0.08em;
	font-size: 0.95rem;
}
.info_table02 th{
	position: relative;
	background: #ef858c;
	width: 200px;
	font-weight: 500;
	color: #fff;
}
.info_table02 th::after{
    position: absolute;
    top: calc(50% - 10px);
    right: -8px;
    display: block;
    width: 0;
    height: 0;
    content: "";
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-left: 10px solid #ef858c;
}
.info_table02 td{
	padding-left: 20px;
	padding-right: 20px;
	background: #f8f8f8;
}
.info_table02.white td{
	background: #fff;
}
@media (max-width: 750px){
	.info_table02 tr{
		border-width: 4px;
	}
	.info_table02 th,
	.info_table02 td{
		padding: 18px 0;
		font-size: 0.9rem;
	}
	.info_table02 th{
		width: 120px;
	}
	.info_table02 td{
		padding-left: 20px;
		padding-right: 20px;
	}
}

.info_table03{
	width: 100%;
	table-layout: fixed;
	border-collapse: collapse;
	border-bottom: 1px solid rgba(196,196,196,.43);
}
.info_table03 tr{
	border-top: 1px solid rgba(196,196,196,.43);
}
.info_table03 th,
.info_table03 td{
	padding: 40px 0;
	text-align: left;
	vertical-align: top;
	letter-spacing: 0.08em;
}
.info_table03 th{
	width: 20%;
	padding-left: 40px;
	font-weight: 500;
}
.info_table03 td{
	width: 80%;
	padding-left: 20px;
}
@media (max-width: 750px){
	.info_table03 th,
	.info_table03 td{
		padding: 40px 0;
	}
	.info_table03 th{
		width: 25%;
		padding-left: 20px;
	}
	.info_table03 td{
		width: 75%;
		padding-left: 20px;
	}
}
@media (max-width: 450px){
	.info_table03{
		font-size: 0.9rem;
		padding: 30px 0;
	}
	.info_table03 th{
		width: 30%;
		padding-left: 10px;
	}
	.info_table03 td{
		width: 70%;
		padding-left: 10px;
	}
}


/*改行*/
@media (min-width: 751px){
	br.only750{
		display: none;
	}
}
@media (min-width: 451px){
	br.only450{
		display: none;
	}
}

@media (max-width: 750px){
	br.not750{
		display: none;
	}
}
@media (max-width: 450px){
	br.not450{
		display: none;
	}
}

span.ib{
	display: inline-block;
}


/*list*/
ul.check_list li{
	border-bottom: 1px solid #ef858c;
	padding: 5px 0;
	letter-spacing: 0.08em;
}
ul.check_list li:first-child{
	padding-top: 0 !important;
}
ul.check_list li::before{
	font-family: "Font Awesome 6 Free";
	content: "\f14a";
	font-weight: bold;
	display: inline-block;
	color: #ef858c;
	margin-right: .8em;
	font-size: 0.8em;
	transform: translateY(-1px);
}
ul.check_list.white li{
	color: #fff;
	border-color: rgba(255, 255, 255, 1);
}
ul.check_list.white li::before{
	color: #fff;
}

ul.check_list02 li{
	letter-spacing: 0.08em;
	margin-bottom: 5px;
}
ul.check_list02 li::before{
	font-family: "Font Awesome 6 Free";
	content: "\f14a";
	font-weight: bold;
	display: inline-block;
	color: #08A6A6;
	margin-right: .5em;
	font-size: .9em;
}
ul.check_list li:last-child,
ul.check_list02 li:last-child{
	margin-bottom: 0;
}
ul.check_list02.row{
	display: flex;
	flex-wrap: wrap;
}
ul.check_list02.row li{
	margin-right: 40px;
	margin-bottom: 10px;
}
@media (max-width: 750px){
	ul.check_list02.row{
		display: block;
	}
	ul.check_list02.row li{
		margin-right: 0;
	}
}

ul.check_list03{
	display: flex;
	flex-wrap: wrap;
}
ul.check_list03 li{
	width: 31%;
	letter-spacing: 0.08em;
	margin: 0 1%;
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom: 2px dotted #f7b525;
}
ul.check_list03 li::before{
	font-family: "Font Awesome 6 Free";
	content: "\f14a";
	font-weight: bold;
	display: inline-block;
	color: #f7b525;
	margin-right: .5em;
	font-size: .9em;
}
@media (max-width: 960px){
	ul.check_list03{
		justify-content: space-between;
	}
	ul.check_list03 li{
		width: 48%;
		margin: 0 0 10px;
	}
}
@media (max-width: 750px){
	ul.check_list03 li{
		width: 100%;
	}
}


ul.dot_list li{
	letter-spacing: 0.08em;
	margin-bottom: 5px;
}
ul.dot_list li::before{
	content: '・';
	color: #08A6A6;
	margin-right: 5px;
}

ul.care_list li{
	letter-spacing: 0.08em;
	margin-bottom: 5px;
	font-size: 0.8rem;
}
ul.care_list li::before{
	content: '※';
	color: #f05742;
	font-weight: bold;
}

ul.text_list li{
	border-bottom: 1px solid #ddd;
	margin-bottom: 5px;
	padding-left: 2px;
	letter-spacing: 0.08em;
}

ul.single_list{
}
ul.single_list li{
	border-bottom: 1px solid rgba(170, 170, 170, 0.3);
	padding: 0 2px;
	padding-bottom: 6px;
	margin-bottom: 8px;
	font-size: 0.9rem;
}
ul.single_list li:last-child{
	margin-bottom: 0;
}
ul.single_list li::before{
	display: inline-block;
	font-family: "Font Awesome 5 Free";
	content: "\f105";
	font-weight: bold;
	margin-right: 6px;
	font-size: 0.6rem;
	transform: translateY(-2px);
	color: #08A6A6;
}
ul.single_list.non li::before{
	display: none;
}

/*===info_flexbox======*/
/*画像 + テキスト 通常のflex*/
.info_flexbox{
	display: flex;
	justify-content: space-between;
}
.info_flexbox .img{
	width: 48%;
}
.info_flexbox .text{
	width: 48%;
}
.f_center{
	align-items: center;
}
@media (max-width: 750px){
	.info_flexbox{
		flex-direction: column;
	}
	.info_flexbox.reverse{
		flex-direction: column-reverse;
	}
	.info_flexbox .img{
		width: 100%;
	}
	.info_flexbox .text{
		width: 100%;
	}
}


/*画像 + テキスト 画像小さめのflex*/
.mini_flex{
	display: flex;
	justify-content: space-between;
}
.mini_flex .img{
	width: 400px;
}
.mini_flex .text{
	width: calc(100% - 440px);
}
@media (max-width: 960px){
	.mini_flex .img{
		width: 300px;
	}
	.mini_flex .text{
		width: calc(100% - 340px);
	}
}
@media (max-width: 750px){
	.mini_flex{
		flex-direction: column;
	}
	.mini_flex.reverse{
		flex-direction: column-reverse;
	}
	.mini_flex .img{
		width: 100%;
	}
	.mini_flex .text{
		width: 100%;
	}
}

.t_flex{
	display: flex;
	justify-content: space-between;
}
.t_flex .text{
	width: 48.5%;
}
@media (max-width: 750px){
	.t_flex{
		display: block;
	}
	.t_flex .text{
		width: 100%;
	}
}


.img_wrap3{
	display: flex;
	justify-content: space-between;
}
.img_wrap3 .img{
	width: 32%;
}

.img_wrap2{
	display: flex;
	justify-content: space-between;
}
.img_wrap2 .img{
	width: 48%;
}

/*階段型*/
.stairs_img2{
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	flex-wrap: wrap;
}
.stairs_img2 .img{
	width: 48%;
}
.stairs_img2 .img:nth-child(1){
	margin-top: 20px;
}

.stairs_img3{
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	flex-wrap: wrap;
}
.stairs_img3 .img{
	width: 32%;
}
.stairs_img3 .img:nth-child(2){
	margin-top: 20px;
}
.stairs_img3 .img:nth-child(3){
	margin-top: 40px;
}
@media (max-width: 750px){
	.stairs_img3 .img{
		width: 90%;
		margin-bottom: 20px;
	}
	.stairs_img3 .img:nth-child(2){
		margin: 0 auto 20px auto;
	}
	.stairs_img3 .img:nth-child(3){
		margin: 0 0 0 auto;
	}
}

.map{
	position: relative;
	aspect-ratio: 600 / 450;
	width: 100%;
	max-height: 510px;
	overflow: hidden;
}
.map iframe{
	vertical-align: top;
	width: 100%;
	height: 100%;
}


/*YouTube*/
.youtube_wrapper{
	position: relative;
	aspect-ratio: 16 / 9;
	margin: 0 auto;
	max-width: 750px;
}
.youtube_wrapper iframe{
	display: block;
	width: 100%;
	height: 100%;
}

/*===// 共通部分ここまで ===========*/





.overwrap{
	overflow-x: clip;
}








.illust{
	pointer-events: none;
}
.illust img{
	display: block;
	width: 100%;
}



img.round{
	border-radius: 10px;
}



/*===ヘッダー==============================*/
.site_header{
	position: fixed;
	top: 10px;
	left: 10px;
	z-index: 100;
	width: 360px;/*メインコンテンツの左余白は.column_innerで調整*/
	padding: 10px 20px;
	height: calc(100vh - 20px);
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: #fff;
	transition: 0.6s;
	box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
	border-radius: 40px;
	border: 3px solid #ea545d;
}
#home .site_header{
	opacity: 0;
	pointer-events: none;
}
#home .site_header.transform{
	opacity: 1;
	pointer-events: all;
}

.site_header .wrap{
	padding: 10px 20px;
	max-height: calc(100% - 20px);
	overflow-y: scroll;
}
.site_header .wrap::-webkit-scrollbar{
	display: none;
}

.site_header h1{
	width: 100%;
	margin-bottom: 30px;
}
.site_header h1 a{
	display: block;
	width: 100%;
}
.site_header h1 a img{
	display: block;
	width: 100%;
	transition: .4s;
}
.site_header h1 a:hover img{
	opacity: .6;
}

.site_header h1 a img.logo2{
	display: none;
}

.site_header .info{
}
.site_header .tr{
	text-align: center;
}
.site_header .tr p{
	position: relative;
	width: -moz-fit-content;
	width: fit-content;
	text-align: center;
	padding: 0 40px;
	letter-spacing: 0.08em;
	line-height: 1.1;
	margin: 0 auto;
	margin-bottom: 10px;
}
.site_header .tr p span{
	font-size: 1.2em;
	color: #ef858c;
}
.site_header .tr p::before,
.site_header .tr p::after{
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	font-size: 1.6rem;
	color: #ef858c;
}
.site_header .tr p::before{
	content: '＼';
	left: 0;
}
.site_header .tr p::after{
	content: '／';
	right: 0;
}


.site_header .illust01{
	position: absolute;
	bottom: 0;
	left: 0;
	width: 60px;
	z-index: -1;
	transform: translate(-5px, 5px);
}



/*global_nav*/
.global_nav{
	margin-bottom: 40px;
}
.global_nav ul{
}
.global_nav ul li{
}
.global_nav ul li a{
	display: block;
	padding: 12px 0;
	border-bottom: 2px dashed #f5b1a2;
	font-weight: 700;
}
.global_nav ul li a::first-letter{
	color: #ef858c;
}


@media (max-width: 1200px){
	.site_header{
		display: block;
		top: 5px;
		left: 5px;
		width: calc(100% - 10px);
		height: auto;
		padding: 20px 20px;
		border-radius: 500px;
		border: 2px solid #ef858c;
	}
	.site_header .wrap{
		padding: 0;
		max-height: none;
		overflow-y: visible;
	}
	.site_header .illust01{
		display: none;
	}
	.site_header h1{
		width: 260px;
		margin-bottom: 0;
	}
	.site_header h1 a img.logo1{
		display: none;
	}
	.site_header h1 a img.logo2{
		display: block;
	}
	.site_header .info{
		display: none;
	}
}
@media (max-width: 750px){
	.site_header h1{
		width: 220px;
	}
}




/*===スライダー==============================*/
.fv{
	background-color: #ffe8e9;
	background: linear-gradient(to bottom, #ffe8e9 0 50%, #ef858c 50% 100%);
}
.top_slider{
	position: relative;
	z-index: 1;
	height: 100vh;
	padding: 5vh 60px 0;
}
.top_slider::before{
	content: '';
	width: 100%;
	height: 50%;
	position: absolute;
	bottom: 0;
	left: 0;
	background-color: #ef858c;
	pointer-events: none;
	z-index: -1;
	clip-path: ellipse(100% 100% at bottom);
}

.top_slider .illust01{
	position: absolute;
	bottom: 0;
	left: 7px;
	z-index: 20;
	width: 90px;
}

.top_slider h2{
	position: absolute;
	top: 20px;
	left: 50%;
	transform: translateX(-50%);
	width: 200px;
	z-index: 90;
	padding-bottom: 20px;
}
.top_slider h2::before{
	content: '';
	width: 500%;
	aspect-ratio: 1 / 1;
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translate(-50%, 0);
	background-color: #ffe8e9;
	background-color: #fff8f6;
	box-shadow: rgba(239, 133, 140, 0.1) 0px 8px 12px;
	pointer-events: none;
	z-index: -1;
	border-radius: 50%;
}

.top_slider .wrap{
	position: relative;
}

.top_slider .wrap .catch{
	position: absolute;
	z-index: 20;
	left: 4%;
	bottom: 6%;
}
.top_slider .wrap .catch span{
	display: block;
	width: -moz-fit-content;
	width: fit-content;
	color: #ef858c;
	font-family: YakuHanRP, "Zen Maru Gothic", sans-serif;
	font-weight: 700;
	font-size: 2.8rem;
	letter-spacing: 0.1em;
	padding: 5px 20px;
	padding-left: 5px;
	border-bottom: 3px solid #ef858c;
	text-shadow: #fff 0px 0px 1px, #fff 0px 0px 2px, #fff 0px 0px 3px, #fff 0px 0px 4px, #fff 0px 0px 5px, #fff 0px 0px 5px;
}

.top_slider .slider{
	position: relative;
	border-radius: 40px;
	overflow: hidden;
	background-color: #fff;
}
.top_slider .slider::before{
	content: '';
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: #fff;
	z-index: 10;
	opacity: 0;
	pointer-events: none;
	animation: fv_apper 2s linear;
}
@keyframes fv_apper {
	0% {
		opacity: 1;
	}
	100% {
		opacity: 0;
	}
}
.top_slider .slider li{
	position: relative;
	width: 100%;
	height: 90vh;
}
.top_slider .slider li .slide_img{
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	transform: scale(1);
}
/* .top_slider .slider li.add-animation .slide_img{
	animation: zoom 7s linear 0s forwards;
}
@keyframes zoom {
	0% {
		transform: scale(1);
	}
	100% {
		transform: scale(1.15);
	}
} */
.top_slider .slider li .slide_img.top01{
	object-position: top center;
}
.top_slider .slider li .slide_img.top02{
	object-position: center;
}

@media (max-width: 1200px){
	.top_slider{
		height: auto;
		padding: 5vh 20px 20px;
	}
	.top_slider h2{
		top: 10px;
		width: 160px;
	}
	.top_slider .wrap .catch{
		left: 3%;
	}
	.top_slider .wrap .catch span{
		font-size: 1.6rem;
		padding: 3px 10px;
		padding-left: 5px;
		border-width: 2px;
	}
	.top_slider .slider{
		border-radius: 10px;
	}
	.top_slider .slider li{
		height: 80vh;
	}
}
@media (max-width: 960px){
	.top_slider{
		height: auto;
		padding: 80px 10px 0;
	}
	.top_slider .illust01{
		bottom: auto;
		left: auto;
		top: calc(60vh + 10px);
		right: 0;
		width: 60px;
	}
	.top_slider .wrap .catch{
		bottom: 30px;
	}
	.top_slider .wrap .catch span{
		font-size: 2rem;
	}
	.top_slider .slider li{
		height: 60vh;
	}
	.top_slider .slider li .slide_img.top01{
		object-position: 20% 0;/*左右　上下*/
	}
}
@media (max-width: 750px){
	.top_slider .wrap .catch span{
		font-size: 1.4rem;
	}
	.top_slider .slider li .slide_img.top02{
		object-position: center;
	}
}









/*===メイン==============================*/
main{
	display: block;
	position: relative;
}
main section{
	padding: 100px 0;
	position: relative;
	z-index: 1;
}
main section.first{
	padding-top: 0;
}
@media (max-width: 750px){
	main section{
		padding: 60px 0;
	}
	main section.first{
		padding-top: 60px;
	}
}


.inner.white{
	background-color: #fff;
	padding: 40px;
	border-radius: 10px;
}
@media (max-width: 750px){
	.inner.white{
		padding: 40px 20px;
	}
}

.info_wrap{
	background-color: #fff;
	padding: 40px 30px;
	border-radius: 10px;
}
@media (max-width: 750px){
	.info_wrap{
		padding: 30px 15px;
	}
}


.mini_box{
	margin: 0 auto;
	max-width: 600px;
}


.s_middle{
	position: relative;
	height: 500px;
	z-index: 1;
}
.s_middle img{
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
@media (max-width: 750px){
	.s_middle{
		height: 300px;
	}
}


/*波は全てafter*/
.nami01,
.nami01_w,
.nami02,
.nami02_w,
.nami02_footer{
	padding-bottom: 0;
}
.nami01::after,
.nami01_w::after,
.nami02::after,
.nami02_w::after,
.nami02_footer::after{
	content: '';
	display: block;
	width: 100%;
	aspect-ratio: 2000 / 236;
	margin-top: 100px;
	background-size: 100%;
	background-repeat: no-repeat;
	background-position: bottom center;
	pointer-events: none;
	z-index: -2;
	transform: translateY(1px);
}
.nami01::after{
	background-image: url(../img/nami01.png);
}
.nami01_w::after{
	background-image: url(../img/nami01_w.png);
}
.nami02::after{
	background-image: url(../img/nami02.png);
}
.nami02_w::after{
	background-image: url(../img/nami02_w.png);
}
.nami02_footer::after{
	background-image: url(../img/nami02_footer.png);
}
@media (max-width: 750px){
	.nami01::after,
	.nami01_w::after,
	.nami02::after,
	.nami02_w::after,
	.nami02_footer::after{
		margin-top: 60px;
	}
}


.bg01{
	background-color: #fff;
}





/*==welcome==============================*/
.welcome{
}
.welcome .img{
	margin: 0 auto;
	max-width: 800px;
}
@media (max-width: 750px){
}




/*===t_service==============================*/
.t_service{
}

.t_service .flex{
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	margin: 0 auto;
	max-width: 960px;
}
.t_service .flex .box{
	width: calc(33% - 20px);
	margin: 0 10px 10px;
	aspect-ratio: 1 / 1;
	border-radius: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	background-color: #fff;
	padding: 0 20px;
	text-align: center;
}
.t_service .flex .box .img{
	max-width: 100px;
	margin: 0 auto;
	margin-bottom: 10px;
}
.t_service .flex .box p{
	font-weight: 700;
	font-size: 1.1rem;
}
.t_service .flex .box p::first-letter{
	color: #ef858c;
}
@media (max-width: 750px){
	.t_service .flex{
		display: block;
	}
	.t_service .flex .box{
		width: 100%;
		margin: 0;
		margin-bottom: 10px;
		aspect-ratio: auto;
		border-radius: 10px;
		display: block;
		padding: 10px 20px;
	}
	.t_service .flex .box:last-child{
		margin-bottom: 0 !important;
	}
	.t_service .flex .box .img{
		max-width: 100px;
		margin: 0 auto;
		margin-bottom: 10px;
	}
	.t_service .flex .box p{
		font-weight: 700;
		font-size: 1.1rem;
	}
}


/*===t_case==============================*/
.t_case{
}

.t_case .flex{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.t_case .flex .img{
	width: 40%;
}
.t_case .flex .text{
	width: 56%;
}
@media (max-width: 750px){
	.t_case .flex{
		display: block;
	}
	.t_case .flex .img{
		width: 100%;
		margin-bottom: 20px;
	}
	.t_case .flex .text{
		width: 100%;
	}
}



/*===t_guide==============================*/
.t_guide{
}

.t_guide .mark{
	position: relative;
	max-width: 250px;
	margin: 0 auto;
	margin-bottom: 30px;
}
/* .t_guide .mark::after{
	content: '';
	width: calc(100% + 1px);
	height: calc(100% + 1px);
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	box-shadow: #fff8f6 3px 3px 5px 0px inset, #fff8f6 -3px -3px 5px 1px inset;
	pointer-events: none;
	z-index: 1;
	border-radius: 50%;
} */
.t_guide .mark img{
	border-radius: 50%;
}



/*===フッター==============================*/
footer{
	background-color: #ffe8e9;
}
.footer_top{
	position: relative;
	z-index: 1;
	padding: 40px 0 80px;
}
.footer_top .btn_wrap{
	display: flex;
	justify-content: space-between;
}
.footer_top .btn_wrap .btn{
	width: 48%;
}
.footer_top .btn_wrap .btn a{
	display: block;
	width: 100%;
	border: 3px solid #ef858c;
	background-color: #ef858c;
	color: #fff;
	padding: 20px 0;
	font-size: 1.3rem;
	letter-spacing: 0.08em;
	font-weight: 700;
	border-radius: 500px;
	text-align: center;
}
.footer_top .btn_wrap .btn a:hover{
	background-color: #fff;
	color: #ef858c;
}
.footer_top .btn_wrap .btn.white a{
	background-color: #fff;
	color: #ef858c;
}
.footer_top .btn_wrap .btn.white a:hover{
	background-color: #ef858c;
	color: #fff;
}
@media (max-width: 750px){
	.footer_top{
		padding: 40px 0 60px;
	}
	.footer_top .btn_wrap{
		display: block;
	}
	.footer_top .btn_wrap .btn{
		width: 100%;
		margin-bottom: 10px;
	}
	.footer_top .btn_wrap .btn:last-child{
		margin-bottom: 0 !important;
	}
	.footer_top .btn_wrap .btn a{
		padding: 20px 0;
		font-size: 1.3rem;
	}
}

.footer_middle{
	text-align: center;
	padding-bottom: 40px;
}
.footer_middle .f_flex{
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 20px;
}
.footer_middle .f_flex .text{
	width: 48.5%;
}
.footer_middle .f_flex .img{
	width: 48.5%;
}

footer h3{
	width: 80%;
	max-width: 300px;
	margin: 0 auto 20px;
}
footer h3 a{
	display: block;
	width: 100%;
}
footer h3 a img{
	display: block;
	width: 100%;
}
footer h3 a:hover img{
	opacity: 0.7;
}
.footer_middle p{
}

.footer_bottom{
	background: #ef858c;
	text-align: center;
	padding: 15px 0;
	color: #fff;
	letter-spacing: 0.08em;
}

@media (max-width: 750px){
	.footer_middle{
		padding-bottom: 20px;
	}
	.footer_middle .f_flex{
		display: block;
		margin-bottom: 20px;
	}
	.footer_middle .f_flex .text{
		width: 100%;
		margin-bottom: 20px;
	}
	.footer_middle .f_flex .img{
		width: 100%;
	}
	.footer_bottom{
		font-size: 0.85rem;
	}
}


/*トップに戻る*/
.page_top{
	opacity: 0;
	pointer-events: none;
  	width: 60px;
	aspect-ratio: 1 / 1;
  	position: fixed;
  	right: 3%;
  	bottom: 4%;
	border-radius: 50%;
	opacity: 0;
	transition: 1s;
  	background: #f5b1a2;
  	z-index: 50;
}
.page_top a{
	display: block;
	position: relative;
	z-index: 10;
  	width: 100%;
	height: 100%;
	border-radius: 50%;
}
.page_top a i{
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%) rotate(-45deg);
  	font-weight: 900;
  	font-size: 10px;
  	color: #fff;
}
.page_top.is_animation{
	opacity: 1;
	pointer-events: all;
}
.page_top.is_animation:hover{
	transform: translateY(-5px);
}
@media (max-width: 750px){
	.page_top{
		width: 45px;
		height: 45px;
		right: 10px;
		bottom: 10px;
	}
}

/*=================================*/
/*===下層ページ===============================================================*/
/*下層トップ*/
.kasou_top{
	position: relative;
	z-index: 1;
	background-color: #ef858c;
	width: 100%;
	padding-top: 120px;
}
.kasou_top h2{
	position: relative;
	z-index: 3;
	text-align: center;
	font-size: 2.6rem;
	font-weight: 700;
	letter-spacing: 0.13em;
	color: #fff;
}
.kasou_top .illust01{
	position: absolute;
	bottom: 0;
	right: 3px;
	z-index: 1;
	width: 25%;
	max-width: 130px;
}
@media (max-width: 750px){
	.kasou_top h2{
		font-size: 1.7rem;
		margin-bottom: 8px;
	}
}


/*パンくず*/
.breadcrumb{
	position: relative;
	z-index: 3;
	font-size: 1rem;
	font-weight: 700;
	color: #fff;
	text-align: center;
	letter-spacing: 0.05em;
	padding: 0;
}
.breadcrumb li {
	display: inline;
	list-style: none;
}
.breadcrumb li:after {
	content: '>';
	padding: 0 0.2em;
	vertical-align: top;
}
.breadcrumb li:last-child:after {
	display: none;
}
.breadcrumb li a {
	text-decoration: none;
	color: #fff;
}
.breadcrumb li:first-child a::before{
	font-family: "Font Awesome 6 Free";
	content: '\f015';
	font-weight: bold;
}
.breadcrumb li a:hover{
	opacity: 0.7;
}
@media (max-width: 750px){
	.breadcrumb{
		font-size: 0.8rem;
	}
}


/*===事務所紹介ページ==============================*/
.greeting .flex{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.greeting .flex .img{
	width: 40%;
}
.greeting .flex .text{
	width: 56%;
}
@media (max-width: 750px){
	.greeting .flex{
		display: block;
	}
	.greeting .flex .img{
		width: 100%;
		margin-bottom: 20px;
	}
	.greeting .flex .text{
		width: 100%;
	}
}


.greeting h3{
	font-weight: 700;
	font-size: 1.6rem;
	margin-bottom: 2px;
}
.greeting h3::first-letter{
	color: #ef858c;
	font-size: 1.4em;
	margin-right: 0.1em;
}
.greeting h3 span.mini{
	display: inline-block;
	font-size: 0.8rem;
	margin-left: 1em;
}

.history{
	display: flex;
	justify-content: space-between;
}
.history .wrapper{
	width: 48%;
}
.history .row{
	margin-bottom: 20px;
}
.history .row .sub{
	color: #ef858c;
	font-weight: 700;
	background-color: #fff8f6;
	padding: 0 10px;
	margin-bottom: 10px;
}
.history .row .detail{
	padding-left: 20px;
}
@media (max-width: 750px){
	.history{
		display: block;
	}
	.history .wrapper{
		width: 100%;
	}
}




.staff{
}
.staff .container .wrapper{
	position: relative;
	z-index: 1;
	display: flex;
	justify-content: space-between;
	align-items: center;
	background-color: #fff;
	padding: 20px;
	border-radius: 1000px;
	margin-bottom: 30px;
}
.staff .container .wrapper:last-child{
	margin-bottom: 0 !important;
}
.staff .container .wrapper .illust{
	position: absolute;
	bottom: 0;
	right: 0;
	width: 100px;
	z-index: -1;
}
.staff .container .wrapper .img{
	width: 250px;
	border-radius: 50%;
	overflow: hidden;
}
.staff .container .wrapper .text{
	width: calc(100% - 290px);
}
.staff .container .wrapper .text h3{
	font-weight: 700;
	font-size: 1.6rem;
	margin-bottom: 2px;
}
.staff .container .wrapper .text h3::first-letter{
	color: #ef858c;
	font-size: 1.4em;
	margin-right: 0.1em;
}
.staff .container .wrapper .text h3 span.mini{
	display: inline-block;
	font-size: 0.8rem;
	margin-left: 1em;
}

@media (max-width: 750px){
	.staff .container .wrapper{
		display: block;
		border-radius: 10px;
	}
	.staff .container .wrapper .img{
		width: 80%;
		max-width: 250px;
		margin: 0 auto;
		margin-bottom: 10px;
	}
	.staff .container .wrapper .text{
		width: 100%;
	}
}

ul.status_list{
	margin-bottom: 10px;
}
ul.status_list li{
	display: inline-block;
	background-color: #ef858c;
	color: #fff;
	border-radius: 5px;
	padding: 0 10px;
	line-height: 1.5;
}



.attitude{
}
.attitude .flex{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.attitude .flex .box{
	position: relative;
	z-index: 1;
	width: 50%;
	padding: 20px;
	border: 1px solid #ef858c;
	/* background-color: #fff8f6; */
}
.attitude .flex .box:nth-child(1){
	border-top: none;
	border-left: none;
}
.attitude .flex .box:nth-child(2){
	border-top: none;
	border-right: none;
}
.attitude .flex .box:nth-child(3){
	border-left: none;
	border-bottom: none;
}
.attitude .flex .box:nth-child(4){
	border-right: none;
	border-bottom: none;
}
.attitude .flex .box span.num{
	display: block;
	text-align: center;
	color: #ef858c;
	font-family: "Concert One", sans-serif;
  	font-weight: 400;
	font-size: 1.2rem;
	margin-bottom: 10px;
}
.attitude .flex .box .img{
	width: 90%;
	max-width: 200px;
	margin: 0 auto;
	margin-bottom: 15px;
}
.attitude .flex .box h3{
	font-size: 1.2rem;
	font-weight: 700;
	letter-spacing: 0.08em;
	text-align: center;
	margin-bottom: 10px;
}
.attitude .flex .box h3::first-letter{
	color: #ef858c;
}
@media (max-width: 750px){
	.attitude .flex{
		display: block;
	}
	.attitude .flex .box{
		width: 100%;
		border: none;
		padding: 0;
		margin-bottom: 40px;
	}
	.attitude .flex .box:last-child{
		margin-bottom: 0 !important;
	}
}





/*===業務内容ページ==============================*/
.service_lede{
}
.service_lede .img.main{
	max-width: 800px;
	margin: 0 auto;
}

.service_lede .flex{
	display: flex;
	justify-content: space-between;
}
.service_lede .flex .box{
	position: relative;
	z-index: 1;
	width: 48%;
}
.service_lede .flex .box .img{
	background-color: #fff8f6;
	width: 100px;
	aspect-ratio: 1 / 1;
	border-radius: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 0 auto;
	margin-bottom: 15px;
}
.service_lede .flex .box .img img{
	width: 80px;
}
.service_lede .flex .box h3{
	font-size: 1.4rem;
	letter-spacing: 0.08em;
	text-align: center;
	margin-bottom: 10px;
}
.service_lede .flex .box h3::first-letter{
	color: #ef858c;
}
@media (max-width: 750px){
	.service_lede .flex{
		display: block;
	}
	.service_lede .flex .box{
		width: 100%;
		margin-bottom: 30px;
	}
	.service_lede .flex .box:last-child{
		margin-bottom: 0 !important;
	}
}



.service{
}
.service .container .wrapper{
	margin-bottom: 100px;
}
.service .container .wrapper:last-child{
	margin-bottom: 0 !important;
}
.service .container .wrapper .flex{
	display: flex;
	justify-content: space-between;
}
.service .container .wrapper .flex .img{
	width: 36%;
}
.service .container .wrapper .flex .text{
	width: 60%;
}
.service .container .wrapper .sbtn2{
	margin-top: 40px;
}
@media (max-width: 750px){
	.service .container .wrapper{
		margin-bottom: 60px;
	}
	.service .container .wrapper .flex{
		display: block;
	}
	.service .container .wrapper .flex .img{
		width: 90%;
		margin: 0 auto;
		margin-bottom: 10px;
	}
	.service .container .wrapper .flex .text{
		width: 100%;
	}
}




/*===ご相談事例ページ==============================*/
.case_container{
}
.case_container .wrapper{
	margin-bottom: 50px;
}
.case_container .wrapper:last-child{
	margin-bottom: 0 !important;
}
.case_container .wrapper .flex{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.case_container .wrapper .flex .img{
	width: 30%;
}
.case_container .wrapper .flex .text{
	width: 66%;
}
.case_container .wrapper .flex .text .num{
	color: #ef858c;
	font-family: "Concert One", sans-serif;
  	font-weight: 400;
	font-size: 1.2rem;
	text-transform: capitalize;
}
.case_container .wrapper .flex .text .wrap{
	position: relative;
	z-index: 1;
	margin-bottom: 10px;
}
.case_container .wrapper .flex .text .wrap:last-child{
	margin-bottom: 0 !important;
}
.case_container .wrapper .flex .text .wrap::after{
	content: '';
	width: calc(100% - 5px);
	height: calc(100% - 5px);
	position: absolute;
	bottom: 0;
	right: 0;
	background-color: #fff8f6;
	pointer-events: none;
	z-index: -1;
	border-radius: 5px;
}
.case_container .wrapper .flex .text .wrap h3.sub{
	width: -moz-fit-content;
	width: fit-content;
	background-color: #ffe8e9;
	color: #ea545d;
	font-size: 1.1rem;
	letter-spacing: 0.1em;
	font-weight: 700;
	padding: 0 20px;
	border-radius: 500px;
	margin-bottom: 5px;
}
.case_container .wrapper .flex .text .wrap.ans h3.sub{
	background-color: #ef858c;
	color: #fff;
}
.case_container .wrapper .flex .text .wrap p{
	padding: 20px;
	padding-top: 0;
}

.case_container.white .wrapper .flex .text .wrap::after{
	background-color: #fff;
}

@media (max-width: 750px){
	.case_container .wrapper .flex{
		display: block;
	}
	.case_container .wrapper .flex .img{
		width: 80%;
		margin: 0 auto;
		margin-bottom: 20px;
	}
	.case_container .wrapper .flex .text{
		width: 100%;
	}
	.case_container .wrapper .flex .text .num{
		text-align: center;
		margin-bottom: 5px;
	}
}




/*===ご相談の流れページ==============================*/
ul.flow_anchor{
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	margin-bottom: 40px;
}
ul.flow_anchor li{
	width: 32%;
	margin: 0 0.5% 15px;
}
ul.flow_anchor li a{
	display: block;
	width: 100%;
	text-align: center;
	background-color: #ef858c;
	color: #fff;
	border: 1px solid #ef858c;
	border-radius: 500px;
	padding: 12px 0;
}
ul.flow_anchor li a:hover{
	background-color: #fff;
	color: #ef858c;
}
@media (max-width: 750px){
	ul.flow_anchor{
		justify-content: space-around;
	}
	ul.flow_anchor li{
		width: 49%;
		margin: 0 0 15px;
	}
}


.flow .container .wrapper,
.faq .container .wrapper{
	margin-bottom: 60px;
}
.flow .container .wrapper:last-child,
.faq .container .wrapper:last-child{
	margin-bottom: 0 !important;
}



.apply_flow{
	padding-top: 20px;
}
.apply_flow .row{
	position: relative;
	margin-bottom: 35px;
}
.apply_flow .row::after{
	font-family: "Font Awesome 5 Free";
	content: "\f0d7";
	font-weight: bold;
	display: block;
	line-height: 1;
	position: absolute;
	top: 100%;
	left: 50%;
	transform: translateX(-50%);
	font-size: 1.4rem;
	color: #f5b1a2;
}
.apply_flow .row:last-child{
	margin-bottom: 0 !important;
}
.apply_flow .row:last-child::after{
	display: none !important;
}
.apply_flow .row .num{
	position: absolute;
	top: 0;
	left: 50%;
	transform: translate(-50%, -50%);
	line-height: 1.2;
	border-radius: 500px;
	color: #fff;
	background-color: #ef858c;
	z-index: 1;
	text-align: center;
	text-transform: uppercase;
	padding: 3px 20px;
	font-weight: 700;
	white-space: nowrap;
}
.apply_flow .row .txt{
	background-color: #fff8f6;
	padding: 20px;
	text-align: center;
}




.faq_accordion{
}
.faq_accordion li{
	background-color: #fff;
	border-radius: 10px;
	margin-bottom: 10px;
}
.faq_accordion li:last-child{
	margin-bottom: 0 !important;
}
.faq_accordion li h3{
    position: relative;
    cursor: pointer;
    font-size: 1rem;
	letter-spacing: 0.1em;
	font-weight: 500;
    padding: 30px 20px;
	padding-right: 50px;
    transition: all .5s ease;
	display: flex;
}
.faq_accordion li h3 span.en{
	display: inline-block;
	font-size: 1.4em;
	margin-right: 0.5em;
	line-height: 1;
	color: #ef858c;
}
.faq_accordion li h3::before,
.faq_accordion li h3::after{
    position: absolute;
    content:'';
    width: 15px;
    height: 2px;
    background-color: #ef858c;
}
.faq_accordion li h3::before{
    top: 48%;
    right: 20px;
    transform: rotate(0deg);
}
.faq_accordion li h3::after{    
    top: 48%;
    right: 20px;
    transform: rotate(90deg);
}
.faq_accordion li h3.close::before{
	transform: rotate(45deg);
}
.faq_accordion li h3.close::after{
	transform: rotate(-45deg);
}

.faq_accordion li .text{
	position: relative;
    display: none;
    padding: 30px 20px;
}
.faq_accordion li .text::before{
	content: '';
	width: calc(100% - 40px);
	height: 1px;
	position: absolute;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	background-color: rgba(239, 133, 140, 0.5);
	pointer-events: none;
	z-index: 1;
}
.faq_accordion li .text .flex{
	display: flex;
	justify-content: space-between;
}
.faq_accordion li .text .flex span.en{
	display: inline-block;
	color: #ea545d;
	font-size: 1.6em;
	margin-right: 0.5em;
	line-height: 1;
}
.faq_accordion li .text .flex .info{
	width: 100%;
}
.faq_accordion li .text .flex .info p{
	margin-bottom: 5px;
}
.faq_accordion li .text .flex .info p:last-child{
	margin-bottom: 0 !important;
}
@media (max-width: 750px){
	.faq_accordion li h3{
		padding: 20px;
		padding-right: 50px;
	}
	.faq_accordion li .text{
		padding: 20px 20px;
	}
	.faq_accordion li .text .flex span.en{
		font-size: 1.4em;
	}
}




/*===お問い合わせページ==============================*/
.access{
}
.access .flex{
	display: flex;
	justify-content: space-between;
}
.access .flex .box{
	position: relative;
	z-index: 1;
	width: 49%;
	background-color: #fff8f6;
	padding: 20px;
	border-radius: 5px;
}
.access .flex .box .icon{
	display: flex;
	align-items: center;
	justify-content: center;
	position: absolute;
	top: 0;
	left: 0;
	color: #fff;
	background-color: #ef858c;
	width: 80px;
	aspect-ratio: 1 / 1;
	border-radius: 50%;
	font-size: 2rem;
}
.access .flex .box h3{
	font-size: 1.4rem;
	letter-spacing: 0.08em;
	border-bottom: 1px solid #ef858c;
	padding-bottom: 5px;
	width: calc(100% - 70px);
	margin: 0 0 0 auto;
	margin-bottom: 35px;
}
.access .flex .box p i{
	color: #ef858c;
}
.access .flex .box .info p{
	font-size: 0.9rem;
}
.access .flex .box .info p.sub{
	color: #ef858c;
}
@media (max-width: 750px){
	.access .flex{
		display: block;
	}
	.access .flex .box{
		width: 100%;
		margin-bottom: 15px;
	}
	.access .flex .box:last-child{
		margin-bottom: 0 !important;
	}
	.access .flex .box .icon{
		width: 70px;
		font-size: 1.8rem;
	}
	.access .flex .box h3{
		font-size: 1.2rem;
		width: calc(100% - 60px);
		margin-bottom: 28px;
	}
}




.contact .tel_contact{
	text-align: center;
	background-color: #fff;
	padding: 15px 0;
	border-radius: 5px;
}
.contact .tel_contact a{
	display: inline-block;
	font-size: 2.4rem;
	letter-spacing: 0.08em;
	white-space: nowrap;
	color: #ef858c;
	font-family: "Concert One", sans-serif;
  	font-weight: 400;
}
.contact .tel_contact a i{
	display: inline-block;
	font-size: 0.7em;
	margin-right: 0.3em;
	transform: translateY(-2px);
}
.contact .tel_contact a:hover{
	opacity: 0.6;
}
.contact .tel_contact p{
	font-size: .9rem;
	font-weight: 700;
	letter-spacing: 0.1em;
}
@media (max-width: 750px){
	.contact .tel_contact a{
		font-size: 2rem;
	}
}


/*メールフォーム*/
.mailform{
}
.mailform .row{
	padding: 20px 0;
	display: flex;
	justify-content: space-between;
}
.mailform .row:not(.last){
	border-bottom: 2px dashed #ddd;
}
.mailform .row div:nth-child(1){
	width: 28%;
	letter-spacing: 0.08em;
	font-size: 0.9rem;
}
.mailform .row div:nth-child(2){
	width: 70%;
	line-height: 1.5;
}
.mailform .row span{
	padding: 5px;
	margin-right: 5px;
	font-size: 11px;
	border-radius: 2px;
	vertical-align: middle;
}
.mailform .row span.hissu{
	color: #fff;
	background: #ef858c;
}
.mailform .row span.ninni{
	background: #fff;
}
.mailform .row small{
	display: block;
	margin-top: 3px;
}
.mailform .box, .mailform textarea{
  	padding: 5px;
  	width: 100% !important;
  	border-radius: 0;
	-webkit-appearance: none;
	margin-bottom: 5px;
	background: #fff;
}
.mailform textarea{
	height: 200px !important;
}
.mailform .box.mini{
	width: 120px !important;
}
.mailform .postal_btn{
	padding: 2px 10px;
	background: #f4f4f4;
	border-radius: 2px;
	margin-left: 5px;
	border: 1px solid #ccc;
}
.mailform .postal_btn:hover{
	opacity: 0.7;
}
.mailform button{
	display: block;
	text-align: center;
	transition: .6s;
	padding: 12px 5px;
	margin: 0 auto;
	width: 90%;
	max-width: 300px;
	background: #ef858c;
	border: 1px solid #ef858c;
	border-radius: 500px;
	color: #fff;
}
.mailform button:hover{
	background: #fff;
	color: #ef858c;
}
.mailform button::before{
	font-family: "Font Awesome 6 Free";
	content: "\f0e0";
	font-weight: 700;
	margin-right: 10px;
}

@media (max-width: 750px){
	.mailform .row{
		padding: 20px 0;
		flex-direction: column;
	}
	.mailform .row div:nth-child(1){
		width: 100%;
		margin-bottom: 20px;
	}
	.mailform .row div:nth-child(2){
		width: 100%;
	}
}

/*チェックボックス*/
input[type=checkbox] {
    display: none;
}
input[type=checkbox] + label{
    display: inline-block;
	padding-left: 20px;
	position:relative;
	margin-right: 20px;
	margin-bottom: 10px;
	cursor: pointer;
}
input[type=checkbox] + label::before{
    background: #fff;
    border: 1px solid #999;
    content: '';
    display: block;
	position: absolute;
	top: 55%;
	transform: translate(0,-50%);
  	left: 0;
    width: 15px;
  	height: 15px;
	border-radius: 3px;
}
input[type=checkbox] + label::after{
    border-right: 3px solid #ef858c;
    border-bottom: 3px solid #ef858c;
    content: '';
    display: block;
    height: 15px;
    left: 8px;
    margin-top: -7px;
    opacity: 0;
    position: absolute;
    top: 36%;
    width: 5px;
	transform: rotate(45deg) translate3d(0,2px,0) scale3d(.7,.7,1);
	transition: transform .2s ease-in-out, opacity .2s ease-in-out;
}
input[type=checkbox]:checked + label::after{
    opacity: 1;
	transform: rotate(45deg) scale3d(1,1,1);
}
@media (max-width: 750px){
	input[type=checkbox] + label{
		display: block;
	}
}

/*ラジオボタン*/
input[type=radio]{
	display: none;
}
input[type=radio] + label{
    display: inline-block;
	padding-left: 20px;
	position:relative;
	margin-right: 20px;
	margin-bottom: 10px;
	cursor: pointer;
}
input[type=radio] + label::before {
	content: "";
	display: block;
	position: absolute;
	top: 55%;
	transform: translate(0,-50%);
  	left: 0;
    width: 15px;
  	height: 15px;
	background: #f4f4f4;
	border-radius: 100%;
	border: 1px solid #b4b4b4;
	cursor: pointer;
	text-align: center;
	transition: all 250ms ease;
}
input[type=radio]:checked + label::before {
	background-color: #ef858c;
	box-shadow: inset 0 0 0 2px #f4f4f4;
}
input[type=radio]:focus + label::before{
	outline: none;
	border-color: #ef858c;
}
input[type=radio]:disabled + label::before {
	box-shadow: inset 0 0 0 2px #f4f4f4;
	border-color: #b4b4b4;
	background: #b4b4b4;
}
input[type=radio] + label:empty::before{
	margin-right: 0;
}
@media (max-width: 750px){
	input[type=radio] + label{
		display: block;
	}
}


.contact_info ul li{
	margin-bottom: 5px;
	text-align: center;
	font-size: 0.9rem;
}

/*プライバシーポリシー*/
.privacy{
}
.privacy li{
}
.privacy li .privacy_wrap{
	
}
.privacy li .privacy_wrap .privacy_subject{
	text-align: center;
	cursor: pointer;
	width: -moz-fit-content;
	width: fit-content;
	margin: 0 auto;
	text-decoration: underline;
	font-size: 0.9rem;
	letter-spacing: 0.1em;
}
.privacy li .privacy_wrap .privacy_subject:hover{
	text-decoration: none;
}
.privacy li .privacy_wrap .privacy_subject.area_close{
}

/*アコーディオンで現れるエリア*/
.privacy li .privacy_wrap .privacy_box{
	position: relative;
	display: none;/*はじめは非表示*/
	padding: 20px;
	background-color: #fff;
	margin-top: 5px;
}

.privacy_flame{
	height: 250px;
	overflow-y: scroll;
}
.privacy_flame p{
	padding: 10px;
	font-size: 0.8rem;
}
.privacy_flame p span{
	display: block;
	color: #ef858c;
	font-size: 0.9rem;
}
.privacy_flame p span::before{
	content: "■";
	display: inline-block;
	font-size: 0.6rem;
	margin-right: 0.5em;
	transform: translateY(-2.5px);
}
.privacy_flame ul li{
	font-size: 0.8rem;
}

/*スクロールバー*/
.privacy_flame::-webkit-scrollbar{
    overflow: hidden;
    width: 1px;
    background: #fafafa;
}
.privacy_flame::-webkit-scrollbar-button {
    display: none;
}
.privacy_flame::-webkit-scrollbar-thumb, .privacy_flame::-webkit-scrollbar-corner {
    background: #ef858c;
}

/*===サンクスページ===*/
.thanks .inner .small p{
	font-size: 0.8rem;
}
.thanks .sbtn a{
	margin-bottom: 20px;
}

/*===倉庫==============================*/
@media (max-width: 960px){
}
@media (max-width: 750px){
}
@media (max-width: 450px){
}

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








/* 251112更新分 営業・勧誘の電話は固くお断りいたします。の文言追加 =======================*/
.no_soliciting_text {
  font-weight: 700;
  color: #e31717 !important;
  line-height: 1.5;
}
/* header */
.site_header .tr p.no_soliciting_text {
  line-height: 1.4;
  padding: 0;
  font-size: 0.9rem;
}
.site_header .tr p.no_soliciting_text::before, .site_header .tr p.no_soliciting_text::after {
  content: none;
}
/* hamburger */
.hamburger_nav .no_soliciting_text {
  line-height: 1.4;
  margin-bottom: 10px;
  font-size: 0.95rem;
}
.sbtn p.no_soliciting_text::before, .sbtn p.no_soliciting_text::after {
  background: #e31717;
}
/* footer */
.footer_top .btn_wrap .no_soliciting_text {
  text-align: center;
  font-size: clamp(0.85rem, 0.76rem + 0.32vw, 1rem);
  margin-top: 8px;
  line-height: 1.4;
}
@media (max-width: 750px) {
  .no_soliciting_text_flex {
    display: flex;
    flex-direction: column-reverse;
  }
  .footer_top .btn_wrap .no_soliciting_text_flex .no_soliciting_text {
    margin-top: 0;
    margin-bottom: 10px;
  }
}
/* 業務内容ページ */
.no_soliciting_text_btn.sbtn p.no_soliciting_text {
  display: block;
  font-size: 0.85rem;
  margin-top: 5px;
  white-space: nowrap;
}
.no_soliciting_text_btn.sbtn p.no_soliciting_text::before, .no_soliciting_text_btn.sbtn p.no_soliciting_text::after {
  content: none !important;
}
@media (max-width: 750px) {
  .no_soliciting_text_btn.sbtn {
    display: flex;
    flex-direction: column-reverse;
  }
  .no_soliciting_text_btn.sbtn p.no_soliciting_text {
    margin-top: 0;
    margin-bottom: 10px;
  }
}