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

/*===共通部分==============
====================================================================*/
html{
	font-size: 100%;
}
body{
	font-family: YakuHanJP, "Noto Sans JP", sans-serif;
	font-weight: 700;
	font-weight: 500;
	color: #333;
	font-size: 16px;
	background: #fff;
	-webkit-font-smoothing: antialiased;/*アンチエイリアスを滑らかに*/
	-moz-osx-font-smoothing: grayscale;
	line-height: 2.2;
}
p,li,span,a{
	letter-spacing: 0.1em;
}
h1,h2,h3,h4,h5,h6{
	font-weight: 500;
	line-height: 1.7;
}
a{
	text-decoration: none;
	color: #333;
	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;
}

.inner{
	width: 96%;
	max-width: 1200px;
	margin: 0 auto;
}
.inner.wide{
	max-width: 1400px;
}
.inner.max{
	max-width: none;
}
.inner.mini{
	max-width: 960px;
}

.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.5em;
  	text-decoration-color: rgba(255, 228, 0, 0.4);
  	text-underline-offset: -0.2em;
  	text-decoration-skip-ink: none;
}

/*Title*/
h2.title{
	margin-bottom: 40px;
}
h2.title span.ja{
	display: block;
	font-size: 2.2rem;
	font-weight: 700;
	line-height: 1.7;
	letter-spacing: 0.18em;
}
h2.title span.en{
	display: block;
	font-family: "Outfit", sans-serif;
	font-weight: 500;
	font-size: 1.4rem;
	text-transform: uppercase;
	line-height: 1.2;
	letter-spacing: 0.18em;
	margin-top: 10px;
}
h2.title.white span.en,
h2.title.white span.ja{
	color: #fff;
}
@media (max-width: 750px){
	h2.title.m_center{
		text-align: center;
	}
	h2.title span.ja{
		font-size: 1.8rem;
	}
	h2.title span.en{
		font-size: 1.2rem;
	}
}



/*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 #63ba72;
    padding: 14px 18px;
	padding-left: 36px;
	color: #63ba72;
    margin-bottom: 25px;
	border-radius: 10px;
	box-shadow: 4px 4px rgba(99, 186, 114, 0.4);
}
.mtitle02::before{
	content: '';
	display: block;
	width: 4px;
	height: 25px;
	background-color: #63ba72;
	position: absolute;
	left: 18px;
	top: 50%;
	transform: translateY(-50%);
}
@media (max-width: 750px){
	.mtitle02{
		font-size: 1.3rem;
	}
}



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

/*dtitle*/
.dtitle{
	letter-spacing: 0.08em;
	font-size: 1.3rem;
	text-align: center;
	margin-bottom: 40px;
}
.dtitle::after{
	content: '';
	display: block;
	width: 150px;
	height: 1px;
	background: #000;
	margin: 20px 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;
	font-weight: 700;
	font-size: 1.4rem;
	letter-spacing: 0.18em;
	margin-bottom: 30px;
}
.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;
	border-left: 5px solid #63ba72;
	letter-spacing: 0.08em;
	padding: 5px 0;
	padding-left: 15px;
	margin-bottom: 20px;
}

.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{
	width: -moz-fit-content;
	width: fit-content;
	width: 100%;
	max-width: 300px;
	margin: 0 auto;
}
.sbtn a{
	position: relative;
	z-index: 1;
	display: block;
	width: 100%;
	letter-spacing: 0.1em;
	color: #fff;
	line-height: 60px;
	padding-left: 20px;
	border-radius: 500px;
	text-align: center;
	background-color: #63ba72;
	border: 2px solid #63ba72;
}
.sbtn a::after{
	position: absolute;
	top: 0;
	left: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	font-family: "Font Awesome 6 Free";
	content: "\f061";
	font-weight: 900;
	border-radius: 5000px;
	font-size: 0.9rem;
	transition: 0.4s;
	width: 60px;
	height: 60px;
	background-color: #fff;
	color: #63ba72;
	z-index: -1;
}

.sbtn a:hover{
	transform: scale(0.96);
}
.sbtn a:hover::after{
	transform: rotate(-45deg) scale(1.08);
}


.sbtn.long{
	width: -moz-fit-content;
	width: fit-content;
	max-width: none;
}
.sbtn.long a{
	text-align: left;
	padding-left: 70px;
	padding-right: 20px;
}








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

.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: #63ba72;
	color: #fff;
	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: #63ba72;
	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 #63ba72;
}
.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 #ddd;
	padding: 10px 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: #63ba72;
	margin-right: .5em;
	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: #63ba72;
	margin-right: .8em;
}
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%;
}
@media (max-width: 750px){
	.img_wrap2{
		display: block;
	}
	.img_wrap2 .img{
		width: 100%;
		margin-bottom: 20px;
	}
	.img_wrap2 .img:last-child{
		margin-bottom: 0 !important;
	}
}



/*階段型*/
.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;
}



/*フェードイン*/
.flowup{
	opacity: 0;
	transform: translateY(15px);
	transition: opacity 1.3s, transform 1.3s;
	transition-delay: 0.35s;
}
.flowup.inview{
	opacity: 1;
	transform: translateY(0);
}


.sec_appear{
	clip-path: circle(0% at 50% 50%);
}
.sec_appear::after{
	content: '';
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background-color: #fff;
	pointer-events: none;
	z-index: 10;
	transition: 2s;
	animation-delay: 0.3s;
}
.sec_appear.inview{
	animation: clip_sec 3.4s forwards;
}
.sec_appear.inview::after{
	opacity: 0;
}
@keyframes clip_sec {
	0% {
		clip-path: circle(0% at 50% 50%);
	}
	10% {
		clip-path: circle(0% at 50% 50%);
	}
	100% {
		clip-path: circle(100.0% at 50% 50%);
	}
}




/*カタカタ動かす*/
.katakata{
	animation: katakata 6s infinite step-start;
}
.katakata.delay{
	animation-delay: 1s;
}
@keyframes katakata{
	0% {
		transform: translateY(-2px) rotate(3deg);
	}
	10% {
		transform: translate(0) rotate(0deg);
	}
	20% {
		transform: translate(0) rotate(-3deg);
	}
	30% {
		transform: translateY(-2px) rotate(0deg);
	}
	40% {
		transform: translateY(-2px) rotate(3deg);
	}
	50% {
		transform: translate(2px) rotate(-2deg);
	}
	60% {
		transform: translateY(2px) rotate(0deg);
	}
	70% {
		transform: translate(0) rotate(3deg);
	}
	80% {
		transform: translate(2px) rotate(-2deg);
	}
	90% {
		transform: translate(0) rotate(0deg);
	}
	100% {
		transform: translateY(-2px) rotate(3deg);
	}
}





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


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




/*===ヘッダー==============================*/
.site_header{
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	z-index: 100;
	transition: 0.6s;
	background-color: #fff;
}
.site_header.transform{
}

.site_header h1{
	position: absolute;
	top: 0;
	left: 0;
	width: 260px;
	transition: 0.6s;
}
.site_header h1 a{
	display: block;
	width: 100%;
	background-color: #fff;
	border-radius: 0 0 10px 0;
	padding: 20px;
}
.site_header h1 a img{
	display: block;
	width: 100%;
	transition: .4s;
}
.site_header h1 a:hover img{
	opacity: .6;
}

.site_header.transform h1{
	width: 200px;
}

.site_header .info{
	display: flex;
	justify-content: right;
	align-items: center;
	margin: 0 0 0 auto;
	height: 90px;
	padding: 0 20px;
}
.site_header .tr{
	display: flex;
	justify-content: right;
	align-items: center;
	margin-left: 30px;
}
.site_header .tr .btn{
	margin-left: 20px;
	width: 160px;
}
.site_header .tr .btn a{
	display: block;
	width: 100%;
	text-align: center;
	border: 2px solid #3683a5;
	background-color: #3683a5;
	color: #fff;
	font-weight: 700;
	font-size: 0.9rem;
	padding: 5px 0;
	border-radius: 5px;
}
.site_header .tr .btn a:hover{
	background-color: #fff;
	color: #3683a5;
}

.insta_btn{
}
.insta_btn a{
	display: block;
	text-align: center;
	width: 30px;
	margin: 0 auto;
}
.insta_btn a:hover{
	opacity: 0.5;
	transition-delay: 0.1s;
}
.insta_btn a .insta{
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	background: linear-gradient(135deg, #427eff 0%, #f13f79 70%) no-repeat;
	overflow: hidden;
	border-radius: 50%;
	aspect-ratio: 1 / 1;
}
.insta_btn a .insta::before{
	content: '';
	position: absolute;
	top: 15px;
	left: -18px;
	width: 50px;
	aspect-ratio: 1 / 1;
	background: radial-gradient(#ffdb2c 10%, rgba(255, 105, 34, 0.65) 55%, rgba(255, 88, 96, 0) 70%);
}
.insta_btn a .insta .fa-instagram {
	color: #fff;
	position: relative;
	z-index: 2;
	font-size: 17px;
	line-height: 1;
	transform: translate(5%, 0);
}


/*global_nav*/
.global_nav{
}
.global_nav ul{
	display: flex;
	justify-content: right;
}
.global_nav ul li{
	margin-left: 30px;
	transition: .4s;
}
.global_nav ul li a{
	display: block;
	font-weight: 700;
	font-size: 0.95rem;
	line-height: 1;
	letter-spacing: 0.25em;
	text-align: right;
}
.global_nav ul li a span{
	display: block;
	text-transform: uppercase;
	color: #bbb;
	font-family: "Outfit", sans-serif;
	font-weight: 500;
	letter-spacing: 0.15em;
	font-size: 0.8rem;
	margin-top: 8px;
}

@media (max-width: 1200px){
	.site_header h1{
		width: 180px;
	}
	.site_header.transform h1{
		width: 160px;
	}
	.site_header h1 a{
		border-radius: 0 0 10px 0;
		padding: 20px;
	}
	.site_header .info{
		height: 80px;
		padding: 0;
	}
	.site_header .tr,
	.site_header .global_nav{
		display: none;
	}
}




.line_side_banner{
	position: fixed;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	z-index: 50;
	width: 40px;
}
.line_side_banner a{
	display: block;
	width: 100%;
	background-color: #fff;
	border-radius: 6px 0 0 6px;
	overflow: hidden;
	margin-bottom: 7px;
}
.line_side_banner a img{
	display: block;
	width: 100%;
}
.line_side_banner a:hover{
	transform: translateX(5px);
}
.line_side_banner a:hover img{
	opacity: 0.6;
}
@media (max-width: 750px){
	.line_side_banner{
		width: 30px;
	}
}



/*===スライダー==============================*/
.top_slider{
	position: relative;
	padding: 15px;
	padding-top: 0;
	margin-top: 90px;
}
.top_slider .slider{
	position: relative;
	overflow: hidden;
	border-radius: 15px;
}
.top_slider .slider::after{
	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: calc(100vh - 105px);/*ヘッダーの高さ + 10px(下padding)*/
	min-height: 400px;
}
.top_slider .slider li::after{
	content: '';
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: rgba(0, 0, 0, 0.3);
	pointer-events: none;
	z-index: 1;
}
.top_slider .slider li .slide_img{
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	transform: scale(1.15);
	transform: scale(1);
}
.top_slider .slider li.add-animation .slide_img{
	animation: zoom 7s linear 0s forwards;
}
@keyframes zoom {
	0% {
		transform: scale(1.15);
		transform: scale(1);
	}
	100% {
		transform: scale(1);
		transform: scale(1.15);
	}
}


/*キャッチ*/
.top_slider .catch{
	position: absolute;
	top: 50%;
	left: 8%;
	transform: translate(0,-50%);
	z-index: 2;
	width: 90%;
	animation: apper 2s ease-in-out forwards;
	opacity: 0;
}
.top_slider .catch p{
	font-weight: 700;
	color: #fff;
	line-height: 1.9;
}
.top_slider .catch p.ja{
	font-size: 2.6rem;
	letter-spacing: 0.6em;
	margin-bottom: 17px;
}
.top_slider .catch p.en{
	font-size: 0.9rem;
	letter-spacing: 0.2em;
}
@keyframes apper {
	0% {
		opacity: 0;
		filter: blur(8px);
	}
	40%{
		opacity: 0;
	}
	50%{
		filter: blur(8px);
	}
	100% {
		opacity: 1;
		filter: blur(0);
	}
}

@media (max-width: 1200px){
	.top_slider{
		padding: 15px;
		padding-top: 0;
		margin-top: 80px;
	}
	.top_slider .slider li{
		height: calc(100vh - 95px);
	}
}
@media (max-width: 750px){
	.top_slider .slider li{
		height: 70vh;
	}
	.top_slider .slider li .slide_img{
		object-position: 30% 50%;
	}
	.top_slider .catch p.ja{
		font-size: 1.8rem;
	}
	.top_slider .catch p.en{
		font-size: 0.8rem;
	}
}
@media (max-width: 450px){
	.top_slider .catch{
		left: 30px;
		width: calc(100% - 30px);
	}
	.top_slider .catch p.ja{
		font-size: 1.5rem;
		letter-spacing: 0.55em;
		margin-bottom: 12px;
	}
	.top_slider .catch p.en{
		font-size: 0.7rem;
	}
}




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

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


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


.bg01{
	background-color: #f0efe9;
}


.nami01::before{
	content: '';
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: url(../img/nami01.png);
	background-size: 100%;
	background-repeat: no-repeat;
	background-position: bottom center;
	pointer-events: none;
	z-index: -10;
	transform: translateY(1px);
}
.nami01_w::before{
	content: '';
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: url(../img/nami01_w.png);
	background-size: 100%;
	background-repeat: no-repeat;
	background-position: bottom center;
	pointer-events: none;
	z-index: -10;
	transform: translateY(1px);
}
.nami02::before{
	content: '';
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: url(../img/nami02.png);
	background-size: 100%;
	background-repeat: no-repeat;
	background-position: bottom center;
	pointer-events: none;
	z-index: -10;
	transform: translateY(1px);
}
.nami02_w::before{
	content: '';
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: url(../img/nami02_w.png);
	background-size: 100%;
	background-repeat: no-repeat;
	background-position: bottom center;
	pointer-events: none;
	z-index: -10;
	transform: translateY(1px);
}




/*==welcome==============================*/
.welcome{
}

.welcome .deco_txt{
	position: absolute;
	top: 20%;
	left: 50%;
	transform: translateX(-50%);
	text-align: center;
	font-family: "Outfit", sans-serif;
	font-weight: 500;
	line-height: 1;
	font-size: 15rem;
	z-index: -10;
	text-transform: uppercase;
	-webkit-text-stroke-color: #63ba72;
    -webkit-text-stroke-width: 2px;
    -webkit-text-fill-color: transparent;
	opacity: 0.2;
}
@media (max-width: 960px){
	.welcome .deco_txt{
		font-size: 10rem;
	}
}
@media (max-width: 750px){
	.welcome .deco_txt{
		font-size: 6rem;
   	 -webkit-text-stroke-width: 1px;
	}
}


.welcome .deco01{
	position: absolute;
	bottom: 0;
	left: 3%;
	width: 30%;
	max-width: 230px;
	z-index: 1;
}
.welcome .deco02{
	position: absolute;
	top: 10%;
	right: 10%;
	z-index: -5;
	width: 25%;
	max-width: 200px;
}
.welcome .deco03{
	position: absolute;
	top: 30%;
	left: 10%;
	z-index: -5;
	width: 25%;
	max-width: 160px;
}
.welcome .deco04{
	position: absolute;
	top: 45%;
	right: 15%;
	z-index: -5;
	width: 25%;
	max-width: 160px;
}
@media (max-width: 960px){
	.welcome .deco02,
	.welcome .deco03,
	.welcome .deco04{
		opacity: 0.4;
	}
}



.welcome_sub{
	max-width: 120px;
	margin: 0 auto;
	margin-bottom: 20px;
}
@media (max-width: 750px){
	.welcome_sub{
		max-width: 80px;
		margin-bottom: 13px;
	}
}



.welcome .pic_flex{
	margin-top: 60px;
}

.pic_flex{
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	position: relative;
	left: -10%;
	width: 120%;
}
.pic_flex .img{
	width: 30%;
}
.pic_flex .img{
	mask-image: url(../img/home01.png);
	mask-size: 100% 100%;
	mask-repeat: no-repeat;
	mask-position: center;
}
.pic_flex .img:nth-child(even){
	mask-image: url(../img/home02.png);
	width: 38%;
}
@media (max-width: 750px){
	.welcome .pic_flex{
		margin-top: 40px;
	}
}




/*==t_feature==============================*/
.t_feature{
}
.t_feature .deco01{
	position: absolute;
	bottom: 0;
	right: 3%;
	width: 30%;
	max-width: 230px;
	z-index: 1;
}
@media (max-width: 960px){
	.t_feature .deco01{
		transform: translateY(50%);
	}
}

.key_flex{
	display: flex;
	align-items: center;
}
.key_flex .images{
	width: 50%;
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	padding-left: 20px;
}
.key_flex .images .img{
	width: 48.5%;
}
.key_flex .images .img:nth-child(1){
	margin-top: 60px;
}
.key_flex .text{
	width: 50%;
	padding: 0 6%;
}
.key_flex .text .info p{
}

.key_flex.reverse .images{
	padding-left: 0;
	padding-right: 20px;
}
.key_flex.reverse .images .img:nth-child(1){
	margin-top: 0;
}
.key_flex.reverse .images .img:nth-child(2){
	margin-top: 120px;
}

@media (max-width: 960px){
	.key_flex{
		flex-direction: column;
		padding: 0 15px;
	}
	.key_flex.reverse{
		flex-direction: column-reverse;
	}
	.key_flex .images{
		width: 100%;
		justify-content: space-between;
		padding: 0 !important;
		margin-bottom: 60px;
	}
	.key_flex .images .img{
		width: 48%;
	}
	.key_flex .images .img:nth-child(1){
		margin-top: 30px;
	}
	.key_flex.reverse .images .img:nth-child(1){
		margin-top: 0;
	}
	.key_flex.reverse .images .img:nth-child(2){
		margin-top: 30px;
	}
	.key_flex .text{
		width: 100%;
		padding: 0;
	}
}


/*===t_service==============================*/
.t_service{
}
.t_service .deco01{
	position: absolute;
	bottom: 10px;
	left: 3%;
	width: 30%;
	max-width: 200px;
	z-index: 1;
}
@media (max-width: 960px){
	.t_service .deco01{
		bottom: 0;
		transform: translateY(50%);
	}
}


/*===t_works==============================*/
.t_works{
}
.t_works .flex{
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 60px;
}
.t_works .flex .left{
	width: 220px;
}
.t_works .flex .text{
	width: calc(100% - 300px);
}
.t_works h2.title{
	margin-bottom: 0;
}
@media (max-width: 960px){
	.t_works .flex .text{
		width: calc(100% - 220px);
	}
}
@media (max-width: 750px){
	.t_works .flex{
		display: block;
	}
	.t_works .flex .left{
		width: 100%;
	}
	.t_works .flex .text{
		width: 100%;
	}
	.t_works h2.title{
		margin-bottom: 40px;
	}
}




.tp_slide{
}
.tp_slide li{
	position: relative;
	z-index: 1;
	margin: 0 20px;
}
.tp_slide li:nth-child(odd){
	margin-top: 40px;
}
.tp_slide li a{
	display: block;
	width: 100%;
	overflow: hidden;
	aspect-ratio: 5 / 4;
}
.tp_slide li a img{
	display: block;
	object-fit: cover;
	width: 100%;
	height: 100%;
}
.tp_slide li a:hover img{
	opacity: 0.6;
}
@media (max-width: 750px){
	.tp_slide li{
		margin: 0 10px;
	}
	.tp_slide li:nth-child(odd){
		margin-top: 20px;
	}
}



/*===フッター==============================*/
.footer_top{
	position: relative;
	z-index: 1;
	background: url(../img/footer.jpg);
	background-size: cover;
	background-position: center;
	text-align: center;
	background-attachment: fixed;
	padding-top: 100px;
}
/*Safariのみ*/
::-webkit-full-page-media, :future, :root .footer_top{
	background-attachment: scroll;
}
.footer_top::before{
	content: '';
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: rgba(0, 0, 0, 0.5);
	pointer-events: none;
	z-index:-1;
}
.footer_top::after{
	content: '';
	width: 100%;
	height: 100px;
	position: absolute;
	bottom: 0;
	left: 0;
	background-color: #fff;
	pointer-events: none;
	z-index: -1;
}
.footer_top .inner.white{
	box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

.footer_top .btn_wrap{
	display: flex;
	justify-content: space-between;
	margin: 0 auto;
	max-width: 800px;
}
.footer_top .btn_wrap .btn{
	width: 48%;
}
.footer_top .btn_wrap .btn a{
	display: block;
	width: 100%;
	border: 2px solid #63ba72;
	background-color: #63ba72;
	color: #fff;
	padding: 20px 0;
	font-size: 1.3rem;
	font-weight: 700;
	letter-spacing: 0.08em;
	text-align: center;
	border-radius: 10px;
}
.footer_top .btn_wrap .btn a:hover{
	background-color: #fff;
	color: #63ba72;
}
.footer_top .btn_wrap .btn:nth-child(2) a{
	border-color: #3683a5;
	background-color: #3683a5;
}
.footer_top .btn_wrap .btn:nth-child(2) a:hover{
	background-color: #fff;
	color: #3683a5;
}


.f_sns{
	display: flex;
	justify-content: center;
}
.f_sns .icon{
	text-align: center;
	margin: 0 5px;
}
.f_sns .icon p{
	font-size: 8px;
}
.f_sns .icon p i{
	font-size: 0.8em;
}
.f_sns .icon a{
	margin: 0 auto;
}
.f_sns .icon:not(.insta_btn) a{
	display: flex;
	justify-content: center;
	align-items: center;
	width: 30px;
	height: 30px;
	border-radius: 50%;
	background-color: #000;
}
.f_sns .icon:not(.insta_btn) a i{
	font-size: 12px;
	line-height: 1;
	transform: translate(12%, 0);
}
.f_sns .icon:not(.insta_btn) a img{
	display: block;
	width: 18px;
}
.f_sns .icon a:hover{
	opacity: 0.5;
	transition-delay: 0.1s;
}

@media (max-width: 750px){
	.footer_top{
		padding-top: 60px;
	}
	.footer_top::after{
		height: 60px;
	}
	.footer_top .btn_wrap{
		display: block;
	}
	.footer_top .btn_wrap .btn{
		width: 100%;
		margin: 0 auto;
		margin-bottom: 12px;
	}
	.footer_top .btn_wrap .btn:last-child{
		margin-bottom: 0 !important;
	}
	.footer_top .btn_wrap .btn a{
		padding: 18px 0;
		font-size: 1.1rem;
	}
}

.footer_middle{
	text-align: center;
	padding: 60px 0;
}

footer h3{
	width: 80%;
	max-width: 200px;
	margin: 0 auto 10px;
}
footer h3 a{
	display: block;
	width: 100%;
}
footer h3 a img{
	display: block;
	width: 100%;
}
footer h3 a:hover img{
	opacity: 0.7;
}


.f_banner{
}
.f_banner .img{
	margin: 0 auto;
	max-width: 700px;
	max-width: 600px;
	margin-bottom: 60px;
}
.f_banner .img a{
	overflow: hidden;
	border-radius: 10px;
	/* border: 2px solid #06c755; */
}
.f_banner .img a:hover{
	transform: translateY(-5px);
}


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

@media (max-width: 750px){
	.footer_middle{
		padding: 40px 0;
	}
	.f_banner .img{
		margin-bottom: 40px;
	}
}



.footer_nav{
	margin: 0 auto;
	max-width: 960px;
}
.footer_nav ul{
	display: flex;
	justify-content: space-around;
	width: 100%;
}
.footer_nav ul li{
	flex: 1 0 auto;
	text-align: center;
	border-right: 1px solid #ccc;
}
.footer_nav ul li:last-child{
	border: none;
}
.footer_nav ul li a{
	font-weight: 700;
	font-size: 0.9rem;
	letter-spacing: 0.25em;
}
.footer_nav ul li a:hover{
	opacity: 0.6;
}
@media (max-width: 960px){
	.footer_nav{
	}
	.footer_nav ul{
		display: block;
		width: 90%;
		max-width: 550px;
		margin: 0 auto;
	}
	.footer_nav ul li{
		width: 100%;
		text-align: left;
		border: none;
		border-bottom: 1px solid #ccc;
		padding: 10px 5px;
	}
	.footer_nav ul li:last-child{
		border-bottom: 1px solid #ccc;
	}
	.footer_nav ul li a{
	}
	.footer_nav ul li a::before{
		content: '';
		display: inline-block;
		width: 6px;
		height: 6px;
		margin-right: 15px;
		transform: rotate(-45deg) translateY(-3px);
		border-right: 2px solid #63ba72;
		border-bottom: 2px solid #63ba72;
	}
}



/*トップに戻る*/
.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: #63ba72;
  	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: url(../img/kasou_top.jpg);
	background-size: cover;
	background-position: center;
	width: 96%;
	padding: 120px 0;
	border-radius: 10px;
	margin: 0 auto;
	margin-top: 90px;
	overflow: hidden;
}
.kasou_top::before{
	content: '';
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: #000;
    opacity: 0.3;
	pointer-events: none;
	z-index:-1;
}
.kasou_top h2{
	position: relative;
	z-index: 3;
	text-align: center;
	font-size: 2.2rem;
	letter-spacing: 0.1em;
	color: #fff;
	margin-bottom: 8px;
}
@media (max-width: 1200px){
	.kasou_top{
		margin-top: 80px;
	}
}
@media (max-width: 750px){
	.kasou_top{
		padding: 100px 0 60px;
	}
	.kasou_top h2{
		font-size: 1.8rem;
	}
}


/*パンくず*/
.breadcrumb{
	position: relative;
	z-index: 3;
	font-size: 0.8rem;
	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;
}


/*===リアンドホームの家づくりページ==============================*/
.deco.br{
	position: absolute;
	bottom: 0;
	right: 3%;
	width: 30%;
	max-width: 230px;
	z-index: 1;
}
@media (max-width: 960px){
	.deco.br{
		transform: translateY(50%);
	}
}

.deco.bl{
	position: absolute;
	bottom: 0;
	left: 3%;
	width: 30%;
	max-width: 230px;
	z-index: 1;
}
@media (max-width: 960px){
	.deco.bl{
		transform: translateY(50%);
	}
}

.z_section{
	z-index: 2;
}



.feature .container .wrapper{
	box-shadow: rgba(149, 157, 165, 0.15) 0px 8px 24px;
	background-color: #fff;
	padding: 30px 20px;
	border-radius: 6px;
	margin-bottom: 20px;
}


.heavy_flex{
	display: flex;
	justify-content: space-between;
}
.heavy_flex .box{
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	width: 33%;
	border: 1px solid #ddd;
	padding: 20px;
}
.heavy_flex .box p{
	text-align: center;
	line-height: 1.5;
	margin-bottom: 20px;
}
@media (max-width: 750px){
	.heavy_flex{
		display: block;
	}
	.heavy_flex .box{
		display: block;
		width: 100%;
		margin-bottom: 10px;
	}
	.heavy_flex .box:last-child{
		margin-bottom: 0 !important;
	}
}



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




.apply_flow{
	max-width: 750px;
	margin: 0 auto;
	margin-bottom: 40px;
}
.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: #3683a5;
}
.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;
	border-radius: 500px;
	color: #fff;
	background-color: #63ba72;
	z-index: 1;
	text-align: center;
	text-transform: uppercase;
	padding: 3px 20px;
	font-weight: 700;
}
.apply_flow .row .txt{
	background-color: #f7f7f7;
	padding: 20px;
	padding-top: 30px;
	text-align: center;
	border-radius: 5px;
}
.apply_flow .row .txt h3{
	position: relative;
	font-weight: 700;
	font-size: 1.2rem;
	letter-spacing: 0.1em;
	margin-bottom: 10px;
}
.apply_flow .row .txt h3::after{
	content: '';
	display: block;
	width: 100%;
	max-width: 500px;
	height: 1px;
	background-color: #333;
	pointer-events: none;
	margin: 0 auto;
	margin-top: 5px;
}






/*===サービス紹介ページ==============================*/
.s_start{
	position: relative;
}
.s_start .inner{
	padding: 60px 30px 40px;
	border-bottom: 1px solid #999;
}
.s_start .deco01{
	position: absolute;
	top: 80%;
	right: 10%;
	z-index: -5;
	width: 25%;
	max-width: 200px;
	opacity: 0.5;
}


.service_lede1,
.service_lede3{
	z-index: 2;
}
.service_lede .flex{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.service_lede .flex .img{
	width: 48.5%;
}
.service_lede .flex .text{
	width: 48.5%;
}
@media (max-width: 750px){
	.service_lede .flex{
		flex-direction: column;
	}
	.service_lede .flex.reverse{
		flex-direction: column-reverse;
	}
	.service_lede .flex .img{
		width: 100%;
		margin-bottom: 30px;
	}
	.service_lede .flex .text{
		width: 100%;
	}
}




.sub_flex{
	display: flex;
	justify-content: space-between;
	align-items: center;
	border-bottom: 1px solid #333;
	padding-bottom: 20px;
	margin-bottom: 40px;
}
.sub_flex .left{
	width: 420px;
}
.sub_flex .left h2.title{
	margin-bottom: 0;
}
.sub_flex .text{
	width: calc(100% - 440px);
}
@media (max-width: 960px){
	.sub_flex .text{
		width: calc(100% - 420px);
	}
}
@media (max-width: 750px){
	.sub_flex{
		display: block;
		border-bottom: none;
	}
	.sub_flex .left{
		width: 100%;
	}
	.sub_flex .left h2.title{
		margin-bottom: 40px;
	}
	.sub_flex .text{
		width: 100%;
	}
}






/*===施工事例ページ==============================*/

/*写真ギャラリーCMS(カテゴリ管理あり)*/
.gallery_container{
}
.gallery_container .gallery_wrapper{
	margin-bottom: 60px;
}
.gallery_container .gallery_wrapper:last-child{
	margin-bottom: 0 !important;
}
.gallery_container .gallery_wrapper .photo_flex{
	display: flex;
	flex-wrap: wrap;
	margin-bottom: -20px;
}
.gallery_container .gallery_wrapper .photo_flex .item{
	width: calc(100% / 3 - 8px);
	margin: 4px;
	margin-bottom: 20px;
}
.gallery_container .gallery_wrapper .photo_flex .item a{
	display: block;
	width: 100%;
	position: relative;
    overflow: hidden;
	min-height: 0%;
	margin-bottom: 5px;
	background-color: #f4f4f4;
	border-radius: 5px;
}
.gallery_container .gallery_wrapper .photo_flex .item a::before{
	content: '';
    display: block;
    padding-top: 70%;
}
.gallery_container .gallery_wrapper .photo_flex .item a img{
	display: block;
	object-fit: cover;
	width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
	transition: all 0.3s ease;
}
.gallery_container .gallery_wrapper .photo_flex .item a:hover img{
	transform: scale(1.1);
}
.gallery_container .gallery_wrapper .photo_flex .item p.item_title{
	padding: 5px;
}
@media (max-width: 960px){
	.gallery_container .gallery_wrapper .photo_flex .item{
		width: calc(100% / 2 - 8px);
	}
}
@media (max-width: 750px){
	.gallery_container .gallery_wrapper .photo_flex .item p.item_title{
		font-size: 0.8rem;
	}
}




/*===会社案内ページ==============================*/
.greeting{
}
.greeting .inner{
	padding: 0 30px;
}
.greeting .deco01{
	position: absolute;
	bottom: 0;
	left: 3%;
	width: 30%;
	max-width: 230px;
	z-index: 1;
}

.greeting .flex{
	display: flex;
	justify-content: space-between;
}
.greeting .flex .text{
	width: calc(100% - 300px);
}

.greeting .text .tail{
	margin-top: 30px;
	text-align: right;
}
@media (max-width: 960px){
	.greeting .flex{
		display: block;
	}
	.greeting .flex .text{
		width: 100%;
	}
}


.belief{
}
.belief .deco01{
	position: absolute;
	bottom: 10px;
	right: 3%;
	width: 30%;
	max-width: 200px;
	z-index: 1;
}
@media (max-width: 960px){
	.belief .deco01{
		bottom: 0;
		transform: translateY(50%);
	}
}

.belief .flex{
	display: flex;
	justify-content: space-between;
	align-items: center;
	background-color: #fff;
	padding: 25px 30px;
	border-radius: 5px;
}
.belief .flex .img{
	width: 300px;
}
.belief .flex .text{
	width: calc(100% - 340px);
}
@media (max-width: 750px){
	.belief .flex{
		display: block;
	}
	.belief .flex .img{
		width: 100%;
		max-width: 300px;
		margin: 0 auto;
		margin-bottom: 20px;
	}
	.belief .flex .text{
		width: 100%;
	}
}

.belief .stairs_img2{
	margin: 0 auto;
	margin-top: 60px;
	max-width: 960px;
}




/*===お問い合わせページ==============================*/
.contact .deco01{
	position: absolute;
	top: 100px;
	right: 10%;
	z-index: -5;
	width: 25%;
	max-width: 200px;
	opacity: 0.8;
}
.contact .deco02{
	position: absolute;
	top: 400px;
	left: 10%;
	z-index: -5;
	width: 25%;
	max-width: 160px;
	opacity: 0.8;
}
@media (max-width: 960px){
	.contact .deco01,
	.contact .deco02{
		opacity: 0.4;
	}
}

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

.contact .tel_contact{
	margin: 0 auto;
	max-width: 960px;
}
.contact .tel_contact .wrap{
	background-color: #f0efe9;
	padding: 20px 0;
	text-align: center;
	border-radius: 5px;
}
.contact .tel_contact .wrap a{
	display: inline-block;
	font-size: 2.8rem;
	letter-spacing: 0.08em;
	font-family: "Outfit", sans-serif;
	font-weight: 500;
	white-space: nowrap;
}
.contact .tel_contact .wrap a i{
	display: inline-block;
	color: #3683a5;
	font-size: 0.8em;
}
.contact .tel_contact .wrap a:hover{
	opacity: 0.6;
}
.contact .tel_contact .wrap p{
	font-size: 0.85rem;
}
@media (max-width: 750px){
	.contact .tel_contact .wrap a{
		font-size: 2rem;
	}
}



/*メールフォーム*/
.mailform{
	margin: 0 auto;
	max-width: 960px;
}
.mailform .row{
	padding: 20px 0;
	display: flex;
	justify-content: space-between;
}
.mailform .row:not(.last){
	border-bottom: 1px dotted #cccccc;
}
.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: #63ba72;
}
.mailform .row span.ninni{
	background: #f9f5f4;
}
.mailform .row small{
	display: block;
	margin-top: 3px;
}
.mailform .box, .mailform textarea{
	border: 1px solid #ddd;
  	padding: 5px;
  	width: 100% !important;
  	border-radius: 0;
	-webkit-appearance: none;
	margin-bottom: 5px;
	background: #fff;
}
.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: #63ba72;
	border: 1px solid #63ba72;
	border-radius: 500px;
	color: #fff;
}
.mailform button:hover{
	background: #fff;
	color: #63ba72;
}
.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 #63ba72;
    border-bottom: 3px solid #63ba72;
    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: #63ba72;
	box-shadow: inset 0 0 0 2px #f4f4f4;
}
input[type=radio]:focus + label::before{
	outline: none;
	border-color: #63ba72;
}
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: #f0efe9;
	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: #63ba72;
	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: #63ba72;
}

/*===サンクスページ===*/
.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;
}