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

/*===共通部分==============
====================================================================*/
html{
	font-size: 100%;
	scroll-padding-top: 120px;
	scroll-behavior: smooth;
}
@media (max-width: 960px){
	html{
		scroll-padding-top: 70px;
	}
}
body{
	font-family: "Noto Sans JP", sans-serif;
	font-weight: 700;
	font-weight: 500;
	color: #6a513e;
	font-size: 16px;
	background: #FEFBE6;
	background: #fcfaf6;
	-webkit-font-smoothing: antialiased;/*アンチエイリアスを滑らかに*/
	-moz-osx-font-smoothing: grayscale;
	line-height: 2.1;
}
p{
	letter-spacing: 0.1em;
}
h1,h2,h3,h4,h5,h6{
	font-weight: 500;
	line-height: 1.7;
}
a{
	text-decoration: none;
	color: #6a513e;
	transition: .4s;
}
ul:not(.news-detail .flex #main .text ul),
ol:not(.news-detail .flex #main .text ol){
	list-style: none;
}
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.3em;
  	text-decoration-color: rgba(255, 233, 98, 0.5);
  	text-underline-offset: -0.1em;
  	text-decoration-skip-ink: none;
}

/*Title*/
h2.title{
	margin-bottom: 40px;
}
h2.title span.en{
	display: block;
	font-family: "Quicksand", sans-serif;
	font-weight: 600;
	font-size: 3.6rem;
	text-transform: uppercase;
	line-height: 1.4;
	letter-spacing: 0.08em;
}
h2.title span.ja{
	display: flex;
  	align-items: center;
	font-size: 1rem;
	line-height: 1;
	letter-spacing: 0.08em;
}
h2.title span.ja::before{
	content: '';
	border-top: 1px solid;
	width: 2em;
	margin-right: .5em;
}
h2.title.center span.ja{
	display: block;
	width: 100%;
}
h2.title.center span.ja::before{
	display: none;
}
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.m_center span.ja{
		display: block;
		width: 100%;
	}
	h2.title.m_center span.ja::before{
		display: none;
	}
	h2.title span.en{
		font-size: 2.8rem;
	}
}



/*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-family: "Zen Maru Gothic", serif;
	font-weight: 500;
	font-weight: 700;
	letter-spacing: 0.1em;
	background-color: #fff;
	border: 2px solid #FF6279;
    padding: 18px 18px;
	padding-left: 36px;
	color: #FF6279;
    margin-bottom: 25px;
	border-radius: 20px;
	box-shadow: 4px 4px rgba(255, 98, 121, 0.4);
}
.mtitle02::before{
	content: '';
	display: block;
	width: 4px;
	height: 25px;
	background-color: #FF6279;
	position: absolute;
	left: 18px;
	top: 50%;
	transform: translateY(-50%);
}
@media (max-width: 750px){
	.mtitle02{
		font-size: 1.3rem;
	}
}
.mtitle02.c2{
	border-color: #FF9A62;
	color: #FF9A62;
	box-shadow: 4px 4px rgba(255, 154, 98, 0.4);
}
.mtitle02.c2::before{
	background-color: #FF9A62;
}
.mtitle02.c3{
	border-color: #FFE962;
	color: #FFE962;
	box-shadow: 4px 4px rgba(255, 233, 98, 0.4);
}
.mtitle02.c3::before{
	background-color: #FFE962;
}
.mtitle02.c4{
	border-color: #70E8B3;
	color: #70E8B3;
	box-shadow: 4px 4px rgba(112, 232, 180, 0.4);
}
.mtitle02.c4::before{
	background-color: #70E8B3;
}
.mtitle02.c5{
	border-color: #62C7FF;
	color: #62C7FF;
	box-shadow: 4px 4px rgba(98, 200, 255, 0.4);
}
.mtitle02.c5::before{
	background-color: #62C7FF;
}
.mtitle02.c6{
	border-color: #5A98FF;
	color: #5A98FF;
	box-shadow: 4px 4px rgba(90, 153, 255, 0.4);
}
.mtitle02.c6::before{
	background-color: #5A98FF;
}
.mtitle02.c7{
	border-color: #9A62FF;
	color: #9A62FF;
	box-shadow: 4px 4px rgba(153, 98, 255, 0.4);
}
.mtitle02.c7::before{
	background-color: #9A62FF;
}


/*stitle*/
.stitle{
	position: relative;
	letter-spacing: 0.12em;
	font-size: 1.3rem;
	font-family: "Zen Maru Gothic", serif;
	font-weight: 500;
	font-weight: 700;
	border-bottom: 3px solid #ddd;
	margin-bottom: 20px;
	padding-bottom: 6px;
}
.stitle::before{
	content: '';
	position: absolute;
	bottom: -3px;
	width: 120px;
	height: 3px;
	background-color: #FF6279;
}
.stitle::first-letter{
	color: #FF6279;
	font-size: 1.2em;
}
.stitle.c2::before{
	background-color: #FF9A62;
}
.stitle.c2::first-letter{
	color: #FF9A62;
}
.stitle.c3::before{
	background-color: #FFE962;
}
.stitle.c3::first-letter{
	color: #FFE962;
}
.stitle.c4::before{
	background-color: #70E8B3;
}
.stitle.c4::first-letter{
	color: #70E8B3;
}
.stitle.c5::before{
	background-color: #62C7FF;
}
.stitle.c5::first-letter{
	color: #62C7FF;
}
.stitle.c6::before{
	background-color: #5A98FF;
}
.stitle.c6::first-letter{
	color: #5A98FF;
}
.stitle.c7::before{
	background-color: #9A62FF;
}
.stitle.c7::first-letter{
	color: #9A62FF;
}



/*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-family: "Zen Maru Gothic", serif;
	font-weight: 700;
	font-size: 2.5rem;
	letter-spacing: 0.08em;
	margin-bottom: 30px;
}
.ctitle span{
	display: block;
	font-size: 1rem;
}
.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 10px;
}
.ctitle.white{
	color: #fff;
}
.ctitle.white::before{
	background-image: url(../img/ctitle_deco_w.png);
}
@media (max-width: 750px){
	.ctitle{
		font-size: 2rem;
	}
}


.etitle{
	font-size: 1.2rem;
	padding-left: 15px;
	border-left: 4px solid #FF6279;
	letter-spacing: 0.12em;
	font-family: "Zen Maru Gothic", serif;
	font-weight: 700;
	margin-bottom: 20px;
}
.etitle.c2{
	border-color: #FF9A62;
}
.etitle.c3{
	border-color: #FFE962;
}
.etitle.c4{
	border-color: #70E8B3;
}
.etitle.c5{
	border-color: #62C7FF;
}
.etitle.c6{
	border-color: #5A98FF;
}
.etitle.c7{
	border-color: #9A62FF;
}


.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: 0.9rem;
	letter-spacing: 0.12em;
	font-family: "Quicksand", sans-serif;
	font-weight: 600;
	text-transform: uppercase;
	color: #FF6279;
}
.btitle.c2{
	color: #FF9A62;
}
.btitle.c3{
	color: #FFE962;
}
.btitle.c4{
	color: #70E8B3;
}
.btitle.c5{
	color: #62C7FF;
}
.btitle.c6{
	color: #5A98FF;
}
.btitle.c7{
	color: #9A62FF;
}
.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: 260px;
	margin: 0 auto;
}
.sbtn a{
	display: block;
	border: 2px solid #FF6279;
	text-align: center;
	width: 100%;
	padding: 10px 0;
	border-radius: 40px;
	font-weight: 700;
	letter-spacing: 0.1em;
	color: #fff;
	transition: all .5s ease;
	background-color: #FF6279;
}
.sbtn a:hover{
	background-color:#fff !important;
	color: #FF6279;
}
.sbtn.c2 a{
	border-color: #FF9A62;
	background-color: #FF9A62;
}
.sbtn.c2 a:hover{
	color: #FF9A62;
}
.sbtn.c3 a{
	border-color: #FFE962;
	background-color: #FFE962;
}
.sbtn.c3 a:hover{
	color: #FFE962;
}
.sbtn.c4 a{
	border-color: #70E8B3;
	background-color: #70E8B3;
}
.sbtn.c4 a:hover{
	color: #70E8B3;
}
.sbtn.c5 a{
	border-color: #62C7FF;
	background-color: #62C7FF;
}
.sbtn.c5 a:hover{
	color: #62C7FF;
}
.sbtn.c6 a{
	border-color: #5A98FF;
	background-color: #5A98FF;
}
.sbtn.c6 a:hover{
	color: #5A98FF;
}
.sbtn.c7 a{
	border-color: #9A62FF;
	background-color: #9A62FF;
}
.sbtn.c7 a:hover{
	color: #9A62FF;
}



.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: #FF6279;
	background-image: linear-gradient(to right, #FF6279, #FF6279);
	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: #FF6279;
	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 #FF6279;
}
.info_table02 td{
	padding-left: 20px;
	padding-right: 20px;
	background: #f8f8f8;
}

.info_table02.white td{
	background: #fff;
}

.info_table02.c2 th{
	background: #FF9A62;
}
.info_table02.c2 th::after{
    border-left-color: #FF9A62;
}
.info_table02.c3 th{
	background: #FFE962;
}
.info_table02.c3 th::after{
    border-left-color: #FFE962;
}
.info_table02.c4 th{
	background: #70E8B3;
}
.info_table02.c4 th::after{
    border-left-color: #70E8B3;
}
.info_table02.c5 th{
	background: #62C7FF;
}
.info_table02.c5 th::after{
    border-left-color: #62C7FF;
}
.info_table02.c6 th{
	background: #5A98FF;
}
.info_table02.c6 th::after{
    border-left-color: #5A98FF;
}
.info_table02.c7 th{
	background: #9A62FF;
}
.info_table02.c7 th::after{
    border-left-color: #9A62FF;
}

@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: "\f058";
	font-weight: bold;
	display: inline-block;
	color: #FF9A62;
	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: #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: 8px;
	margin-bottom: 8px;
}
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.8em;
	transform: translateY(-1px);
}
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: 960px){
	.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%;
}

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












img.round{
	border-radius: 10px;
}
img.round01{
	border-radius: 80% 30% 50% 50%/50%;
}
img.round02{
	border-radius: 50% 50% 50% 70%/50% 50% 70% 60%;
}
img.round03{
	border-radius: 40% 40% 50% 40%/30% 50% 50% 50%;
}

.img.fluid_wrap{
	position: relative;
	z-index: 1;
	padding: 10px;
}
.img.fluid_wrap .fluid{
	display: block;
	position: absolute;
	z-index: -1;
	width: 60%;
	pointer-events: none;
}
.img.fluid_wrap .fluid.tl{
	top: 0;
	left: 0;
}
.img.fluid_wrap .fluid.tr{
	top: 0;
	right: 0;
}
.img.fluid_wrap .fluid.bl{
	bottom: 0;
	left: 0;
}
.img.fluid_wrap .fluid.br{
	bottom: 0;
	right: 0;
}
.img.fluid_wrap .fluid.z1{
	z-index: 1;
}
.img.fluid_wrap .fluid.small{
	width: 20%;
}





/*===ヘッダー==============================*/
.site_header{
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	z-index: 100;
	transition: 0.6s;
	padding: 20px 30px;
}
.site_header.transform{
}
.site_header .flex{
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.site_header h1{
	width: 250px;
	transition: 0.6s;
}
.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 .info{
	display: flex;
	justify-content: right;
	align-items: center;
	background-color: #fff;
	border-radius: 500px;
	padding: 10px 20px;
	box-shadow: rgba(149, 157, 165, 0.1) 0px 8px 24px;
}
.site_header .tr{
	margin-left: 40px;
}
.site_header .tr .btn{
	width: 150px;
}
.site_header .tr .btn a{
	display: block;
	width: 100%;
	padding: 5px 0;
	background-color: #FF6279;
	color: #fff;
	border: 2px solid #FF6279;
	text-align: center;
	border-radius: 500px;
	letter-spacing: 0.1em;
}
.site_header .tr .btn a i{
	display: inline-block;
	font-size: 0.9em;
	margin-right: 15px;
	transform: translateY(-1px);
}
.site_header .tr .btn a:hover{
	background-color: #fff;
	color: #FF6279;
}


/*global_nav*/
.global_nav{
	width: 100%;
}
.global_nav ul{
	display: flex;
	justify-content: right;
	align-items: center;
	padding: 0;
}
.global_nav ul li{
	margin-left: 50px;
	transition: .4s;
}
.global_nav ul li:first-child{
	margin-left: 40px;
}
.global_nav ul li a{
	display: block;
	line-height: 1;
	letter-spacing: 0.15em;
	text-align: center;
	font-family: "Zen Maru Gothic", serif;
	font-weight: 700;
	font-size: 0.9rem;
}
.global_nav ul li a span{
	display: block;
	font-size: 0.7em;
	letter-spacing: 0.1em;
	margin-bottom: 7px;

	text-decoration: underline;
  	text-decoration-thickness: 0.5em;
  	text-decoration-color: rgba(255, 233, 98, 0.5);
  	text-underline-offset: -0.2em;
  	text-decoration-skip-ink: none;
}
.global_nav ul li a:hover{
	color: #FF6279;
	transform: translateY(3px);
}
@media (max-width: 1200px){
	.site_header .tr{
		margin-left: 20px;
	}
	.site_header .tr .btn{
		width: 130px;
	}
	.site_header .tr .btn a{
		font-size: 0.9rem;
	}
	.global_nav ul li{
		margin-left: 20px;
	}
	.global_nav ul li:first-child{
		margin-left: 20px;
	}
	.global_nav ul li a{
		font-size: 0.8rem;
	}
}
@media (max-width: 960px){
	.site_header{
		padding: 20px 10px;
	}
	.site_header h1{
		width: 240px;
	}
	.site_header .info{
		display: none;
	}
}
@media (max-width: 750px){
	.site_header h1{
		width: 220px;
	}
}


/*===スライダー==============================*/
.top_slider{
	position: relative;
}
.top_slider .slider{
	clip-path: ellipse(100% 100% at top);
	background-color: #fff;
}
.top_slider .slider li{
	width: 100%;
	height: 80vh;
	min-height: 400px;
	background-size: cover;
	background-position: center center;
}
.top_slider .slider li.top01{
	background-image: url(../img/top01.jpg);
}
.top_slider .slider li.top02{
	background-image: url(../img/top02.jpg);
}
.top_slider .slider li.top03{
	background-image: url(../img/top03.jpg);
}

/*キャッチ*/
.top_slider .catch{
	position: absolute;
	top: 55%;
	left: 50%;
	transform: translate(-50%,-50%);
	pointer-events: none;
	text-align: center;
	z-index: 2;
	width: 80%;
	max-width: 500px;
	max-width: 450px;
	animation: apper 2.5s ease-in-out;
}
@keyframes apper {
	0% {
		opacity: 0;
	}
	50%{
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}

@media (max-width: 750px){
	.top_slider .slider{
		clip-path: ellipse(100% 60% at 50% 40%);
	}
	.top_slider .slider li{
		height: 60vh;
	}
}


/*===メイン==============================*/
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;
	}
}


.bg01{
	background-color: #fff;
}
.bg02::before{
	content: '';
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	pointer-events: none;
	z-index: -1;
	background: url(../img/bg02a.png),url(../img/bg02b.png);
	background-repeat: no-repeat;
	background-position: top left, bottom right;
	background-size: 25%, 30%;
	opacity: 0.5;
}
.bg02a::before{
	content: '';
	width: 60%;
	max-width: 550px;
	aspect-ratio: 800 / 1017;
	position: absolute;
	top: 0;
	left: 0;
	pointer-events: none;
	z-index: -1;
	background: url(../img/bg02a.png);
	background-size: cover;
	opacity: 0.5;
}
.bg02b::before{
	content: '';
	width: 60%;
	max-width: 550px;
	aspect-ratio: 800 / 496;
	position: absolute;
	bottom: 0;
	right: 0;
	pointer-events: none;
	z-index: -1;
	background: url(../img/bg02b.png);
	background-size: cover;
	opacity: 0.5;
}
.bg03::before{
	content: '';
	width: 60%;
	max-width: 550px;
	aspect-ratio: 800 / 1017;
	position: absolute;
	top: 0;
	left: 0;
	pointer-events: none;
	z-index: -1;
	background: url(../img/bg03.png);
	background-size: cover;
}
.bg04{
	background-color: #FCF6E9;
}
.bg05{
	background: url(../img/bg05.jpg);
	background-size: cover;
	background-position: center;
}



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


/*==welcome==============================*/
.welcome{
	
}
.welcome img.niji{
	position: absolute;
	z-index: -1;
	top: 0;
	right: 0;
	width: 100%;
	opacity: 0.2;
	pointer-events: none;
}

.welcome h2{
	font-family: "Zen Maru Gothic", serif;
	font-weight: 500;
	font-size: 1.8rem;
	font-size: 2.2rem;
	letter-spacing: 0.13em;
	margin-bottom: 20px;
	
	text-decoration: underline;
  	text-decoration-thickness: 0.05em;
  	text-decoration-color: #6a513e;
  	text-underline-offset: 0.3em;
  	text-decoration-skip-ink: none;
	line-height: 1.8;
}
.welcome h2 span.c1{
	color: #FF6279;
}
.welcome h2 span.c2{
	color: #FF9A62;
}
@media (max-width: 960px){
	.welcome .img{
		margin-bottom: 20px;
	}
}
@media (max-width: 750px){
	.welcome h2{
		font-size: 1.6rem;
	}
}





/*===t_service==============================*/
.t_service{
}
.t_service .container .wrapper{
	margin-bottom: 100px;
}
.t_service .container .wrapper:last-child{
	margin-bottom: 0 !important;
}
.t_service .container .wrapper .flex{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.t_service .container .wrapper .flex .img{
	width: 48%;
}
.t_service .container .wrapper .flex .text{
	width: 48%;
	background-color: #fcfaf6;
	border-radius: 50% 50% 50% 70%/50% 50% 70% 60%;
}
.t_service .container .wrapper .flex .text .btitle{
}
.t_service .container .wrapper .flex .text h3{
	font-family: "Zen Maru Gothic", serif;
	font-weight: 500;
	font-size: 2.4rem;
	letter-spacing: 0.15em;
	margin-bottom: 30px;
}
.t_service .container .wrapper .flex .text h3::first-letter{
	color: #FF6279;
}
.t_service .container .wrapper .flex .text h3 span.sub{
	display: block;
	font-size: 0.8rem;
	letter-spacing: 0.12em;
	color: #6a513e;
	margin-top: 3px;
}
.t_service .container .wrapper:nth-child(2) .flex .text h3::first-letter{
	color: #FF9A62;
}
.t_service .container .wrapper:nth-child(3) .flex .text h3::first-letter{
	color: #9A62FF;
}
@media (max-width: 960px){
	.t_service .container .wrapper .flex{
		flex-direction: column;
	}
	.t_service .container .wrapper .flex.reverse{
		flex-direction: column-reverse;
	}
	.t_service .container .wrapper .flex .img{
		width: 100%;
		margin-bottom: 30px;
	}
	.t_service .container .wrapper .flex .text{
		width: 100%;
	}
}
@media (max-width: 750px){
	.t_service .container .wrapper{
		margin-bottom: 60px;
	}
	.t_service .container .wrapper .flex .text h3{
		font-size: 2rem;
	}
}



/*===代表メッセージ==============================*/
.t_greeting{
}

.t_greeting .inner.white{
	position: relative;
	z-index: 1;
}
.t_greeting .inner.white::before,
.t_greeting .inner.white::after{
	display: block;
	position: absolute;
	font-family: "Font Awesome 6 Free";
	font-weight: bold;
	color: #eee;
	font-size: 3.5rem;
	line-height: 1;
	z-index: -1;
}
.t_greeting .inner.white::before{
	content: "\f10d";
	top: 0;
	left: 20px;
	color: #FF6279;
}
.t_greeting .inner.white::after{
	content: "\f10e";
	bottom: 0;
	right: 20px;
	color: #62C7FF;
}
.t_greeting .text{
	margin: 0 auto;
	max-width: 1200px;
}
.t_greeting .tail{
	text-align: right;
	margin-top: 15px;
}
@media (max-width: 750px){
	.t_greeting .inner.white::before,
	.t_greeting .inner.white::after{
		font-size: 1.8rem;
	}
}






/*rich_picture*/
.rich_picture{
	position: relative;
}
.rich_picture .row{
	display: flex;
	justify-content: space-between;
	margin-bottom: 10px;
}
.rich_picture .row:last-child{
	margin-bottom: 0 !important;
}
.rich_picture .row .wrap{
	width: calc(40% - 10px);
}
.rich_picture .row .wrap.small{
	width: 20%;
}
.rich_picture .row .wrap .pic{
	border-radius: 5px;
	overflow: hidden;
}
.rich_picture .row .wrap .pic img{
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.rich_picture .row .wrap.double .pic:first-child{
	margin-bottom: 10px;
}
/*row01*/
.rich_picture .row01 .wrap .pic{
	height: 20vw;
}
/*row02*/
.rich_picture .row02 .wrap .pic{
	height: 40vw;
}
.rich_picture .row02 .wrap.double .pic{
	height: calc(20vw - 5px);
}
@media (max-width: 750px){
	.rich_picture .row{
		margin-bottom: 5px;
	}
	.rich_picture .row .wrap{
		width: calc(40% - 5px);
	}
	.rich_picture .row .wrap.double .pic:first-child{
		margin-bottom: 5px;
	}
	.rich_picture .row02 .wrap.double .pic{
		height: calc(20vw - 2.5px);
	}
}



/*===t_concept==============================*/
.t_concept{
}
.t_concept .sub_flex{
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 40px;
}
.t_concept .sub_flex h2{
	margin-bottom: 0;
}
.t_concept .sub_flex h3{
	display: flex;
  	align-items: center;
	justify-content: center;
	font-family: "Zen Maru Gothic", serif;
	font-weight: 500;
	color: #FF6279;
	font-size: 3.4rem;
	letter-spacing: 0.15em;
	white-space: nowrap;
}
.t_concept .sub_flex h3::before,
.t_concept .sub_flex h3::after{
	content: '';
	border-top: 1px solid;
	width: 2.5em;
}
.t_concept .sub_flex h3::before{
	margin-right: 0.5em;
}
.t_concept .sub_flex h3::after{
	margin-left: 0.5em;
}
@media (max-width: 960px){
	.t_concept .sub_flex h3{
		font-size: 2.4rem;
	}
}
@media (max-width: 750px){
	.t_concept .sub_flex{
		display: block;
		margin-bottom: 40px;
	}
	.t_concept .sub_flex h2{
		margin-bottom: 40px;
	}
}



.t_concept .flex{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-bottom: 30px;
}
.t_concept .flex .box{
	position: relative;
	z-index: 1;
	width: 49%;
	padding: 40px 20px;
	background-color: #fff;
	text-align: center;
	border-radius: 10px;
	margin-bottom: 20px;
}
.t_concept .flex .box h4{
	font-family: "Zen Maru Gothic", serif;
	font-weight: 500;
	font-weight: 700;
	font-size: 1.4rem;
	letter-spacing: 0.12em;
}
.t_concept .flex .box h4 span.st{
	display: inline-block;
}
.t_concept .flex .box p{
	font-family: "Quicksand", sans-serif;
	font-weight: 600;
	text-transform: uppercase;
}
.t_concept .flex .box:nth-child(1) h4 span.st,
.t_concept .flex .box:nth-child(1) p{
	color: #FF6279;
}
.t_concept .flex .box:nth-child(2) h4 span.st,
.t_concept .flex .box:nth-child(2) p{
	color: #70E8B3;
}
.t_concept .flex .box:nth-child(3) h4 span.st,
.t_concept .flex .box:nth-child(3) p{
	color: #FFE962;
}
.t_concept .flex .box:nth-child(4) h4 span.st,
.t_concept .flex .box:nth-child(4) p{
	color: #5A98FF;
}
@media (max-width: 750px){
	.t_concept .flex{
		display: block;
	}
	.t_concept .flex .box{
		width: 100%;
	}
	.t_concept .flex .box h4{
		font-size: 1.3rem;
	}
}

/*===news==============================*/
.news{
}
.news .inner.white{
	border-bottom: 5px solid #FF9A62;
}




/*===情報公開==============================*/
.t_download{
}
.t_download .flex{
	display: flex;
	justify-content: space-between;
}
.t_download .flex .box{
	width: 49%;
}
@media (max-width: 960px){
	.t_download .flex{
		display: block;
	}
	.t_download .flex .box{
		width: 100%;
		margin-bottom: 25px;
	}
	.t_download .flex .box:last-child{
		margin-bottom: 0 !important;
	}
}


.t_download ul{
}
.t_download ul li{
	margin-bottom: 10px;
}
.t_download ul li:first-child{
	padding-top: 0 !important;
}
.t_download ul li a{
	display: block;
	width: 100%;
	letter-spacing: 0.08em;
	transition: 0.2s;
	padding: 12px 0;
	text-align: center;
	border-radius: 500px;
	color: #fff;
	border: 2px solid #FF6279;
	background-color: #FF6279;
}
.t_download ul li a::before{
	content: '';
	display: inline-block;
	aspect-ratio: 280 / 257;
	width: 20px;
	margin-right: 6px;
	transform: translateY(2px);
	background: url(../img/pdf_head.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
}
.t_download ul li a:hover{
	background-color: #fff !important;
	color: #FF6279;
}

.t_download ul li.c2 a{
	border-color: #FF9A62;
	background-color: #FF9A62;
}
.t_download ul li.c2 a:hover{
	color: #FF9A62;
}
.t_download ul li.c3 a{
	border-color: #FFE962;
	background-color: #FFE962;
}
.t_download ul li.c3 a:hover{
	color: #FFE962;
}
.t_download ul li.c4 a{
	border-color: #70E8B3;
	background-color: #70E8B3;
}
.t_download ul li.c4 a:hover{
	color: #70E8B3;
}
.t_download ul li.c5 a{
	border-color: #62C7FF;
	background-color: #62C7FF;
}
.t_download ul li.c5 a:hover{
	color: #62C7FF;
}
.t_download ul li.c6 a{
	border-color: #5A98FF;
	background-color: #5A98FF;
}
.t_download ul li.c6 a:hover{
	color: #5A98FF;
}
.t_download ul li.c7 a{
	border-color: #9A62FF;
	background-color: #9A62FF;
}
.t_download ul li.c7 a:hover{
	color: #9A62FF;
}




/*===フッター==============================*/
footer{
	background-color: #fff;
}
.footer_top{
	position: relative;
	z-index: 1;
	text-align: center;
	background-color: #FCF6E9;
	clip-path: ellipse(100% 60% at 50% 40%);
}
.footer_top .wrap{
	padding: 60px 0;
}
.footer_top .flex{
	display: flex;
	justify-content: space-between;
}
.footer_top .flex .box{
	width: 32%;
	background-color: #fff;
	border-radius: 10px;
	padding: 30px 10px;
}
.footer_top .flex .box h3{
	font-family: "Zen Maru Gothic", serif;
	font-weight: 700;
	font-size: 1.3rem;
	letter-spacing: 0.1em;
	margin-bottom: 10px;
}
.footer_top .flex .box h3 span.sub{
	display: block;
	font-size: 0.7em;
	color: #FF9A62;
}
.footer_top .flex .box p{
	font-size: 0.9rem;
}
@media (max-width: 960px){
	.footer_top{
		clip-path: none;
	}
	.footer_top .flex{
		display: block;
	}
	.footer_top .flex .box{
		width: 100%;
		margin-bottom: 15px;
	}
}
@media (max-width: 750px){
}


footer .logo{
	width: 80%;
	max-width: 250px;
	margin: 0 auto 40px;
}
footer .logo a{
	display: block;
	width: 100%;
}
footer .logo a img{
	display: block;
	width: 100%;
}
footer .logo a:hover img{
	opacity: 0.7;
}

footer .copy{
	text-align: center;
	letter-spacing: 0.1em;
	padding: 15px 0;
	width: 100%;
}

@media (max-width: 750px){
}


.footer_nav{
	margin-top: 40px;
}
.footer_nav ul{
	display: flex;
	justify-content: space-around;
	width: 100%;
	max-width: 960px;
	margin: 0 auto;
}
.footer_nav ul li{
	flex: 1 0 auto;
	text-align: center;
	border-right: 1px solid rgba(106, 81, 62, 0.3);
}
.footer_nav ul li:last-child{
	border: none;
}
.footer_nav ul li a{
	font-size: 0.9rem;
	font-weight: 700;
	letter-spacing: 0.25em;
}
.footer_nav ul li a i{
	display: inline-block;
	font-size: 0.6em;
	transform: translateY(-2px);
}
.footer_nav ul li a:hover{
	opacity: 0.6;
}
@media (max-width: 960px){
	.footer_nav{
		margin-top: 30px;
	}
	.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 rgba(106, 81, 62, 0.3);
		padding: 10px 5px;
	}
	.footer_nav ul li:last-child{
		border-bottom: 1px solid rgba(106, 81, 62, 0.3);
	}
	.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: 1px solid #6a513e;
		border-bottom: 1px solid #6a513e;
	}
}




/*トップに戻る*/
.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: #FFE962;
  	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: 12px;
  	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: 100%;
	padding: 200px 0 130px;
	clip-path: ellipse(100% 60% at 50% 40%);
}
/*.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-family: "Zen Maru Gothic", serif;
	font-weight: 700;
	font-size: 2.2rem;
	letter-spacing: 0.1em;
	color: #fff;
	margin-bottom: 8px;
}
.kasou_top h2 span{
	display: block;
	font-size: 1rem;
}
@media (max-width: 750px){
	.kasou_top{
		padding: 130px 0 80px;
	}
	.kasou_top h2{
		font-size: 1.9rem;
	}
}


/*パンくず*/
.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;
}


/*===「にじいろの木」ページ==============================*/


ul.comment_list li{
	margin-bottom: 5px;
	border-radius: 500px;
	letter-spacing: 0.12em;
	font-family: "Zen Maru Gothic", serif;
	font-weight: 700;
	background-color: #fff;
	padding: 8px 15px;
}
ul.comment_list li:last-child{
	margin-bottom: 0 !important;
}
ul.comment_list li i{
	display: inline-block;
	margin-right: 5px;
	color: #FF6279;
}



.feature .flex{
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}
.feature .flex .box{
	width: 32%;
	margin: 0 0.5% 20px;
	background-color: #fff;
	border-radius: 10px;
	padding: 20px;
}
.feature .flex .box .img{
	margin-bottom: 15px;
}
.feature .flex .box .img img{
	border-radius: 10px;
}
.feature .flex .box h3{
	font-family: "Zen Maru Gothic", serif;
	font-weight: 500;
	font-weight: 700;
	font-size: 1.4rem;
	letter-spacing: 0.1em;
	margin-bottom: 5px;
}
.feature .flex .box h3::first-letter{
	font-size: 1.2em;
	margin-right: 2px;
	color: #FF6279;
}
.feature .flex .box:nth-child(2) h3::first-letter{
	color: #FF9A62;
}
.feature .flex .box:nth-child(3) h3::first-letter{
	color: #FFE962;
}
.feature .flex .box:nth-child(4) h3::first-letter{
	color: #70E8B3;
}
.feature .flex .box:nth-child(5) h3::first-letter{
	color: #62C7FF;
}
@media (max-width: 1200px){
	.feature .flex{
		justify-content: space-between;
	}
	.feature .flex .box{
		width: 49%;
		margin: 0 0 20px;
	}
}
@media (max-width: 750px){
	.feature .flex{
		display: block;
	}
	.feature .flex .box{
		width: 100%;
	}
	.feature .flex .box h3{
		font-size: 1.3rem;
	}
}





.one_day{
}
.one_day .flex{
	display: flex;
	justify-content: space-between;
}
.one_day .flex .box{
	width: 49%;
	background-color: #fff;
	padding: 20px;
	border-radius: 10px;
}
.one_day .flex .box p.time{
	color: #FF9A62;
	font-family: "Quicksand", sans-serif;
	font-weight: 600;
}
.one_day .flex .box:nth-child(2) p.time{
	color: #5A98FF;
}
.one_day .flex .box p.time i{
	display: inline-block;
	font-size: 0.8em;
	transform: translateY(-1px);
}
@media (max-width: 960px){
	.one_day .flex{
		display: block;
	}
	.one_day .flex .box{
		width: 100%;
		margin-bottom: 30px;
	}
	.one_day .flex .box:last-child{
		margin-bottom: 0 !important;
	}
}

.apply_flow{
	max-width: 750px;
	margin: 0 auto;
}
.apply_flow .row{
	position: relative;
	margin-bottom: 25px;
}
.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: #FFE962;
}
.apply_flow .row:last-child{
	margin-bottom: 0 !important;
}
.apply_flow .row:last-child::after{
	display: none !important;
}
.apply_flow .row .txt{
	background-color: #fff;
	background-color: #fcfaf6;
	padding: 20px;
	text-align: center;
	border-left: 4px solid #FF9A62;
}

.one_day .flex .box:nth-child(2) .apply_flow .row .txt{
	border-color: #5A98FF;
}






.start{
}
.start .container .wrapper{
	margin-bottom: 40px;
}
.start .container .wrapper:last-child{
	margin-bottom: 0 !important;
}
.start .img{
	margin: 0 auto;
	max-width: 900px;
}





.download{
}

.download ul{
	max-width: 600px;
	margin: 0 auto;
}
.download ul li{
	margin-bottom: 10px;
}
.download ul li:first-child{
	padding-top: 0 !important;
}
.download ul li a{
	display: block;
	width: 100%;
	letter-spacing: 0.08em;
	transition: 0.2s;
	padding: 12px 0;
	text-align: center;
	border-radius: 500px;
	color: #fff;
	border: 2px solid #FF6279;
	background-color: #FF6279;
}
.download ul li a::before{
	content: '';
	display: inline-block;
	aspect-ratio: 280 / 257;
	width: 20px;
	margin-right: 6px;
	transform: translateY(2px);
	background: url(../img/pdf_head.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
}
.download ul li a:hover{
	background-color: #fff !important;
	color: #FF6279;
}

.download ul li.c2 a{
	border-color: #FF9A62;
	background-color: #FF9A62;
}
.download ul li.c2 a:hover{
	color: #FF9A62;
}
.download ul li.c3 a{
	border-color: #FFE962;
	background-color: #FFE962;
}
.download ul li.c3 a:hover{
	color: #FFE962;
}
.download ul li.c4 a{
	border-color: #70E8B3;
	background-color: #70E8B3;
}
.download ul li.c4 a:hover{
	color: #70E8B3;
}
.download ul li.c5 a{
	border-color: #62C7FF;
	background-color: #62C7FF;
}
.download ul li.c5 a:hover{
	color: #62C7FF;
}
.download ul li.c6 a{
	border-color: #5A98FF;
	background-color: #5A98FF;
}
.download ul li.c6 a:hover{
	color: #5A98FF;
}
.download ul li.c7 a{
	border-color: #9A62FF;
	background-color: #9A62FF;
}
.download ul li.c7 a:hover{
	color: #9A62FF;
}






/*===ページ==============================*/






/*===にじいろの里ページ==============================*/
.left_empty{
	background-color: #fff;
	border: 5px solid #FCF6E9;
	width: -moz-fit-content;
	width: fit-content;
	padding: 6px 40px 10px;
	border-radius: 10px;
	font-family: "Zen Maru Gothic", serif;
	font-weight: 700;
	margin-top: 30px;
	font-size: 1.2rem;
}
.left_empty span{
	display: inline-block;
	color: #FF6279;
	font-size: 2.5rem;
	line-height: 1;
	letter-spacing: 0.08em;
	margin-right: 6px;
}
@media (max-width: 750px){
	.left_empty{
		width: 100%;
		text-align: center;
		padding: 10px 10px 15px;
	}
}



.nijiironosato_feature{
}
.nijiironosato_feature .flex{
	display: flex;
	flex-wrap: wrap;
}
.nijiironosato_feature .flex .box{
	width: 24%;
	margin: 0 0.5% 20px;
	background-color: #fafafa;
	border-radius: 10px;
	padding: 20px;
	border: 3px solid #FCF6E9;
}
.nijiironosato_feature .flex .box .img{
	width: 70%;
	max-width: 100px;
	margin: 0 auto;
	margin-bottom: 20px;
}
.nijiironosato_feature .flex .box h3{
	font-family: "Zen Maru Gothic", serif;
	font-weight: 500;
	font-size: 1.3rem;
	letter-spacing: 0.08em;
	text-align: center;
	margin-bottom: 10px;
}
.nijiironosato_feature .flex .box .info p{
	line-height: 1.7;
}

@media (max-width: 1200px){
	.nijiironosato_feature .flex{
		justify-content: space-between;
	}
	.nijiironosato_feature .flex .box{
		width: 49%;
		margin: 0 0 20px;
	}
}
@media (max-width: 750px){
	.nijiironosato_feature .flex{
		display: block;
	}
	.nijiironosato_feature .flex .box{
		width: 100%;
	}
	.nijiironosato_feature .flex .box:last-child{
		margin-bottom: 0 !important;
	}
}




.room{
}
.room .container{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.room .container .wrapper{
	position: relative;
	width: 49%;
	background-color: #fff;
	padding: 30px;
	border-radius: 10px;
	margin-bottom: 20px;
}
.room .container .wrapper .room_gallery{
	position: relative;
	width: 95%;
	margin: 0 auto;
	border-radius: 10px;
	overflow: hidden;
	margin-bottom: 20px;
}
.room .container .wrapper .room_gallery li{
	aspect-ratio: 3 / 2;
	border-radius: 10px;
	overflow: hidden;
}
.room .container .wrapper .room_gallery li img{
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.room .container .wrapper .text{
}
.room .container .wrapper .text h3{
	font-family: "Zen Maru Gothic", serif;
	font-weight: 700;
	font-size: 1.8rem;
	letter-spacing: 0.18em;
	margin-bottom: 5px;
}
.room .container .wrapper .text h3::first-letter{
	color: #FF9A62;
}
.room .container .wrapper:nth-child(2) .text h3::first-letter{
	color: #62C7FF;
}

@media (max-width: 750px){
	.room .container{
		display: block;
	}
	.room .container .wrapper{
		width: 100%;
		padding: 30px;
		margin-bottom: 20px;
	}
	.room .container .wrapper:last-child{
		margin-bottom: 0 !important;
	}
	.room .container .wrapper .text h3{
		font-size: 1.4rem;
	}
}



/*矢印*/
.room_gallery .slide_left, .room_gallery .slide_right{
	position: absolute;
	top: 50%;
	transform: translate(0, -50%);
	z-index: 1;
	height: 100%;
	width: 50px;
	cursor: pointer;
	display: flex !important;
	justify-content: center;
	align-items: center;
	transition: .8s;
	color: #fff;
	font-weight: normal;
}
.room_gallery .slide_left{
	left: 0;
}
.room_gallery .slide_right{
	right: 0;
}
.room_gallery .slide_left i, .room_gallery .slide_right i{
	display: block;
	font-size: 30px;
	transition: .8s;
}
.room_gallery .slide_left:hover i{
	transform: translate(-6px);
}
.room_gallery .slide_right:hover i{
	transform: translate(6px);
}




.nijiironosato_start{
}

.nijiironosato_start .wrapper{
	margin-bottom: 40px;
}
.nijiironosato_start .wrapper:last-child{
	margin-bottom: 0 !important;
}



/*===準備中ページ==============================*/







/*===求人情報ページ==============================*/
.recruit_lede{
}
.recruit_lede .flex{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.recruit_lede .flex .img{
	width: 48%;
}
.recruit_lede .flex .text{
	width: 48%;
}
.recruit_lede .flex .text h2{
	font-family: "Zen Maru Gothic", serif;
	font-weight: 500;
	font-size: 2rem;
	letter-spacing: 0.2em;
	line-height: 1.9;
	margin-bottom: 20px;
}
.recruit_lede .flex .text h2 span.txt1{
	color: #FF9A62;
}
.recruit_lede .flex .text h2 span.txt2{
	color: #FF6279;
}
@media (max-width: 750px){
	.recruit_lede .flex{
		display: block;
	}
	.recruit_lede .flex .img{
		width: 100%;
		margin-bottom: 20px;
	}
	.recruit_lede .flex .text{
		width: 100%;
	}
	.recruit_lede .flex .text h2{
		font-size: 1.6rem;
		text-align: center;
		margin-bottom: 15px;
	}
}







.benefits{
}
.benefits .flex{
	display: flex;
	flex-wrap: wrap;
}
.benefits .flex .box{
	width: 31%;
	margin: 0 1% 20px;
	background-color: #fafafa;
	border-radius: 10px;
	padding: 20px;
	border: 3px solid #FCF6E9;
}
.benefits .flex .box .img{
	width: 70%;
	max-width: 100px;
	margin: 0 auto;
	margin-bottom: 20px;
}
.benefits .flex .box h3{
	font-family: "Zen Maru Gothic", serif;
	font-weight: 500;
	font-size: 1.3rem;
	letter-spacing: 0.08em;
	text-align: center;
	margin-bottom: 10px;
}
.benefits .flex .box .info p{
	line-height: 1.7;
}

@media (max-width: 960px){
	.benefits .flex{
		justify-content: space-between;
	}
	.benefits .flex .box{
		width: 49%;
		margin: 0 0 20px;
	}
}
@media (max-width: 750px){
	.benefits .flex{
		display: block;
	}
	.benefits .flex .box{
		width: 100%;
	}
	.benefits .flex .box:last-child{
		margin-bottom: 0 !important;
	}
}


.r_description{
}
.r_description .container{
	display: flex;
	justify-content: space-between;
}
.r_description .container .left{
	width: 300px;
}
.r_description .container .right{
	width: calc(100% - 340px);
	background-color: #fff;
	padding: 40px;
	border-radius: 10px;
}

.r_description .container .left ul{
	position: sticky;
	top: 120px;
}
.r_description .container .left ul li{
	margin-bottom: 10px;
}
.r_description .container .left ul li a{
	display: block;
	width: 100%;
	color: #fff;
	background-color: #FF6279;
	font-family: "Zen Maru Gothic", serif;
	font-weight: 700;
	letter-spacing: 0.1em;
	border-radius: 5px;
	padding: 7px 10px;
}
.r_description .container .left ul li a:hover{
	opacity: 0.6;
}
.r_description .container .left ul li:nth-child(2) a{
	background-color: #FF9A62;
}
.r_description .container .left ul li:nth-child(3) a{
	background-color: #9A62FF;
}

.r_description .container .right .wrapper{
	margin-bottom: 40px;
}
.r_description .container .right .wrapper:last-child{
	margin-bottom: 0 !important;
}

@media (max-width: 960px){
	.r_description .container{
		display: block;
	}
	.r_description .container .left{
		width: 100%;
		margin-bottom: 20px;
	}
	.r_description .container .right{
		width: 100%;
		padding: 40px 20px;
	}
}





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

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