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

/*===共通部分==============
====================================================================*/
html{
	font-size: 100%;
	scroll-behavior: smooth;
	scroll-padding-top: 120px;
}
@media(max-width:768px){
	html{
		scroll-padding-top: 80px;
	}
}
body{
	font-family: "Zen Maru Gothic", sans-serif;
	font-weight: 500;
	color: #333;
	font-size: 16px;
	background: #fff;
	-webkit-font-smoothing: antialiased;/*アンチエイリアスを滑らかに*/
	-moz-osx-font-smoothing: grayscale;
	line-height: 1.9;
}
p,li,span,a{
	letter-spacing: 0.08em;
}
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%;
	border-radius: 15px;
}
.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*/
.main_ttl {
	font-size: 1.5rem;
	letter-spacing: 0.1em;
	text-align: center;
	color: #c0e792;
    position: relative;
    line-height: normal;
    font-family: "M PLUS Rounded 1c", sans-serif;
	font-weight: 500;
	margin-bottom: 50px;
	text-transform: capitalize;
}
.main_ttl::before {
    position: absolute;
    bottom: -10px;
    left: calc(50% - 30px);
    width: 60px;
    height: 3px;
    content: '';
    background: #FFB385;
}
.main_ttl span {
	display: block;
	color: #8B5E3C;
    font-size: clamp(1.5rem, 1rem + 2vw, 2.5rem);
}





/*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 #FFB385;
    padding: 18px 18px;
	padding-left: 36px;
	color: #FFB385;
    margin-bottom: 25px;
	border-radius: 20px;
	box-shadow: 4px 4px rgba(255, 179, 133, 0.4);
}
.mtitle02::before{
	content: '';
	display: block;
	width: 4px;
	height: 25px;
	background-color: #FFB385;
	position: absolute;
	left: 18px;
	top: 50%;
	transform: translateY(-50%);
}


/*stitle*/
.stitle{
	position: relative;
	letter-spacing: 0.08em;
	font-size: 1.2rem;
	font-weight: 700;
	color: #8B5E3C;
	border-bottom: 1px solid #ddd;
	margin-bottom: 20px;
}
.stitle::before{
	content: '';
	position: absolute;
	bottom: -1px;
	width: 100px;
	height: 1px;
	background: #FFB385;
}

/*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.12em;
	margin-bottom: 30px;
	color: #8B5E3C;
}
.ctitle span{
	color: #FFB385;
	font-size: 1.2em;
}
.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);
}
@media (max-width: 750px){
	.ctitle{
		font-size: 1.25rem;
		margin-bottom: 20px;
	}
	.ctitle::before{
		width: 50px;
	}
}


.etitle{
	font-size: 1.6rem;
	padding-left: 15px;
	border-left: 6px solid #FFB385;
	font-weight: 700;
	color: #8B5E3C;
	letter-spacing: 0.12em;
	margin-bottom: 20px;
}
.etitle span.num{
	display: block;
	text-transform: capitalize;
	font-size: 0.7em;
	color: #FFB385;
}
@media (max-width: 750px){
	.etitle{
		font-size: 1.3rem;
	}
}


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


/*ボタン*/
.btn01 a {
    font-size: clamp(0.875rem, 0.5rem + 1vw, 1.25rem);
    padding: clamp(0.5rem, 1vw, 1rem) clamp(1rem, 2vw, 2rem);
    background: #FFB385;
    border-radius: 15px;
    position: relative;
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin: 0 auto;
    max-width: 280px;
    color: #FFFDF9;
    transition: 0.3s ease-in-out;
    font-weight: 500;
    border: 1px solid #FFB385;
}
.btn01 a:after {
    content: "";
    position: absolute;
    top: 50%;
    bottom: 0;
    right: 2rem;
    font-size: 90%;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: right 0.3s;
    width: 6px;
    height: 6px;
    border-top: solid 2px currentColor;
    border-right: solid 2px currentColor;
    transform: translateY(-50%) rotate(45deg);
}
.btn01 a:hover {
    background: #FFFDF9;
    border: 1px solid #FFB385;
    color: #FFB385;
}
.btn01 a:hover:after {
    right: 1.4rem;
}




.sbtn {
	width: 100%;
	max-width: 300px;
	margin: 0 auto;
}

.sbtn a {
	display: block;
	border: 1px solid #333;
	text-align: center;
	width: 100%;
	padding: clamp(10px, 3vw, 18px) 0;
	letter-spacing: 0.15em;
	font-size: clamp(0.85rem, 0.5rem + 1vw, 1.1rem);
	transition: all 0.5s ease;
}

.sbtn a:hover {
	color: #fff;
	background: #333;
	border-color: #333;
}

.sbtn.wh a {
	background: #fff;
	color: #333;
	border-color: #333;
}

.sbtn.wh a:hover {
	color: #fff;
	background: #000;
	border-color: #fff;
}

.sbtn.bk a {
	background: #333;
	color: #fff;
	border-color: #333;
}

.sbtn.bk a:hover {
	color: #333;
	background: #fff;
	border-color: #fff;
}

.sbtn p {
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 5px;
}

.sbtn p::before,
.sbtn p::after {
	content: '';
	background: #005897;
	height: 1px;
	flex-grow: 1;
	opacity: 0.5;
}

.sbtn p::before {
	margin-right: 1em;
}

.sbtn p::after {
	margin-left: 1em;
}

.m_contact a{
	min-width: 280px;
}



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


.sp_br{
	display: none;
}
.sp_none{
	display: contents;
}
@media(max-width:460px){
	.sp_br{
		display: block;
	}
	.sp_none{
		display: none;
	}
}

.sp_br2{
	display: none;
}
@media(max-width:580px){
	.sp_br2{
		display: block;
	}
}



/*list*/
ul.check_list li{
	border-bottom: 2px dashed #ddd;
	padding: 12px 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: #c0e792;
	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: #c0e792;
	margin-right: .5em;
	font-size: .9em;
}
ul.check_list li:last-child,
ul.check_list02 li:last-child{
	margin-bottom: 0;
}
ul.check_list02.row{
	display: flex;
	flex-wrap: wrap;
}
ul.check_list02.row li{
	margin-right: 40px;
	margin-bottom: 10px;
}
@media (max-width: 750px){
	ul.check_list02.row{
		display: block;
	}
	ul.check_list02.row li{
		margin-right: 0;
	}
}

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


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

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

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

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

/*===info_flexbox======*/
.info_flexbox {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  gap: clamp(20px, 4vw, 40px);
}

.info_flexbox .img,
.info_flexbox .text {
  flex: 1 1 calc(50% - 20px);
  max-width: calc(50% - 20px);
}
.info_flexbox .img img{
    border-radius: 15px;
}
@media (max-width: 768px) {
  .info_flexbox {
    flex-direction: column;
    gap: clamp(20px, 5vw, 50px);
  }

  .info_flexbox.reverse {
    flex-direction: column-reverse;
  }

  .info_flexbox .img,
  .info_flexbox .text {
    max-width: 100%;
    flex: 1 1 100%;
  }
}


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

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


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

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

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

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

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


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

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






.overwrap{
	overflow-x: clip;
}




/* ---テキストアニメ-- */
.eachTextAnime span{
	opacity: 0;
}
.eachTextAnime.appeartext span{ 
	display: inline-block;
	animation:text_anime_on 1s 3s ease forwards; 
	backface-visibility: hidden;
	perspective: 1000px;
}
@keyframes text_anime_on {
	0%,30% {
		transform: translateY(1.5rem) rotate(10deg);
		opacity:0;
	}
	to {
		transform: translateY(0rem) rotate(0deg);
		opacity:1;
	}
}

/*------フェードイン-------*/
.fadeIn_up {
	opacity: 0;
	transform: translate(0, 30%);
	transition: 2s;
}
.fadeIn_up.inview {
	transform: translate(0, 0);
	opacity: 1;
}




/*--------------------SVGフレーム-----------------------*/
.deco001{
    overflow:hidden;
    position:relative;
    height: 100px;
    background-color: #FFFDF9;
}
.deco001::before{
    content:'';
    font-family:'shape divider from ShapeDividers.com';
    position: absolute;
    bottom: -1px;
    left: -1px;
    right: -1px;
    top: -1px;
    z-index: 3;
    pointer-events: none;
    background-repeat: no-repeat; 
    background-size: 100% 55px;
    background-position: 50% 0%;    
    background-image: url('data:image/svg+xml;charset=utf8, <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 35.28 2.17" preserveAspectRatio="none"><path d="M0 .5c3.07.55 9.27-.42 16.14 0 6.88.4 13.75.57 19.14-.11V0H0z" fill="%23f4ede2"/></svg>'); 
}
@media (min-width:768px){
    .deco001::before{
        background-size: 100% 90px;
        background-position: 50% 0%;   
    }  
}
@media (min-width:1025px){
    .deco001::before{ 
        bottom: -0.1vw;
        left: -0.1vw;
        right: -0.1vw;
        top: -0.1vw; 
        background-size: 100% 90px;
        background-position: 50% 0%;  
    }
}
@media (min-width:2100px){
        .deco001::before{
        background-size: 100% calc(2vw + 90px);
    }
}

.deco002{
    overflow:hidden;
    position: absolute;
    top: 0;
    left:0;
    height: 100px;
    width: 100%;
}
.deco002::before{
    content:'';
    font-family:'shape divider from ShapeDividers.com';
    position: absolute;
    bottom: -1px;
    left: -1px;
    right: -1px;
    top: -1px;
    z-index: 3;
    pointer-events: none;
    background-repeat: no-repeat; 
    background-size: 100% 55px;
    background-position: 50% 0%;    
    background-image: url('data:image/svg+xml;charset=utf8, <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 35.28 2.17" preserveAspectRatio="none"><path d="M0 .5c3.07.55 9.27-.42 16.14 0 6.88.4 13.75.57 19.14-.11V0H0z" fill="%23fffdf9"/></svg>'); 
}

@media (min-width:768px){
    .deco002::before{
        background-size: 100% 90px;
        background-position: 50% 0%;   
    }  
}
 
@media (min-width:1025px){
    .deco002::before{ 
        bottom: -0.1vw;
        left: -0.1vw;
        right: -0.1vw;
        top: -0.1vw; 
        background-size: 100% 90px;
        background-position: 50% 0%;  
    }
}
@media (min-width:2100px){
	.deco002::before{
		background-size: 100% calc(2vw + 90px);
	}
}



/*TOPイラスト*/
.illust{
  position: absolute;
  width: 10%;
  height: auto;
  object-fit: contain;
  z-index: -1;
}
.illust_001 {
  right: 1%;
  bottom: 0;
  max-width: 150px;
}
.illust_002 {
  left: 5%;
  top: 1;
  max-width: 200px;
}
.illust_003 {
  position: relative;
  display: block;
  margin-inline: auto;
  max-width: 250px;
  width: 100%;
}
.illust_004 {
  right: 1%;
  top: 5%;
  max-width: 300px;
}
.illust_005 {
  left: 1%;
  bottom: 0;
  max-width: 200px;
}
.illust_006 {
  left: 5%;
  bottom: 0;
  max-width: 350px;
}
.illust_007 {
  right: 2%;
  bottom: 0;
  max-width: 350px;
}
.illust_008 {
  left: 2%;
  bottom: 0;
  max-width: 350px;
}
.illust_009 {
  right: 2%;
  top: 0;
  max-width: 300px;
}
@media(max-width:960px){
    .illust{
        width: 20%;
    }
    .illust_001{
        max-width: 100px;
    }
     .illust_002{
        max-width: 100px;
    }
    .illust_005{
        max-width: 150px;
    }
}
@media(max-width:560px){
    .illust_002{
        top: 0;
        left:0;
    }
}




/*===ヘッダー==============================*/
.site_header {
    position: fixed;
    top: 10px;
    left: 0;
    width: 100%;
    z-index: 1000;
    background: #FFFDF9;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);
    padding: 10px 15px;
    border-radius:4rem;
    border: 2px solid #c0e792;
}
.header_inner {
    width: 98%;
    margin: auto;
}

.site_header .flex {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.site_header h1 {
	position: relative;
    transition: 0.4s;
	width: 320px;
}
.site_header h1 a{
	display: block;
	width: 100%;
}
.site_header h1 a img{
	display: block;
	width: 100%;
}
.site_header h1 a:hover img {
    opacity: 0.6;
}

/* ----- ご相談はこちらCTA ------ */
.site_header .info {
  display: flex;
  align-items: center;
}


.site_header .top_btn {
  	max-width: 300px;
  	width: 100%;
    background: #FFB385; 
    padding: 10px;
    border-radius: 10px;
    text-align: center;
    color: #fff;
    line-height: normal;
}
.site_header .top_btn p {
	margin: 5px 0;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
}
.site_header .top_btn .sbtn a {
    display: inline-block;
    margin-top: 0.5em;
    background: #fff;
    color: #FFB385;
    padding: 0.4em 1em;
    border-radius: 5px;
    text-decoration: none;
    font-weight: 500;
    font-size: 0.85rem;
    transition: 0.3s;
    border:1px solid #fff;
}
.site_header .top_btn .sbtn a:hover {
  opacity: 0.8;
}


/* ------  グローバルナビ  -------- */
.global_nav {
  flex: 1;
  text-align: center;
}

.global_nav ul{
    display: flex;
	justify-content: right;
    list-style: none;
    padding: 0;
    margin: 0;
}
.global_nav ul li{
	margin-right: 25px;
}
.global_nav ul li:first-child{
	margin-left: 0 !important;
}
.global_nav ul li a{
    display: block;
    font-size: clamp(0.85rem, 0.9vw, 1.2rem); 
    line-height: 1.5;
    color: #8B5E3C;
    transition: 0.3s;
    padding: 5px 10px;
    position: relative;
    font-weight: 600;
	white-space: nowrap;
}
.global_nav ul li a span {
    display: block;
    font-size: 0.9rem;
    color: #c0e792;
}

.global_nav ul li a::after {
    content: '';
    display: block;
    width: 0;
    height: 2px;
    background: #c0e792;
    margin: 4px auto 0;
    transition: 0.3s;
}

.global_nav ul li a:hover::after {
    width: 100%;
}
/*--------レスポンシブ----------*/
@media (max-width: 1400px) {
	.global_nav {
		display: none;
	}
    .site_header .header_inner{
        width: 90%;
        margin: inherit;
        margin-right: auto;
        padding-left: 15px;
    }
	.site_header .flex{
		display: flex;
		align-items: center;
		justify-content: space-between;
		flex-wrap: nowrap;
		gap: 1rem;
		min-width: 0;
	}
	.site_header .info {
		order: 2;
		display: flex;
		align-items: center;
		gap: 1rem;
		flex-shrink: 0;
	}
	.site_header .top_btn {
		width: auto;
		padding: 0.4em 1em;
	}
	.site_header .top_btn .sbtn a {
		font-size: 0.75rem;
		padding: 0.4em 1em;
		margin-top: 0;
	}
}
@media(max-width:1200px){
    .site_header .top_btn p{
        display: none;
    }
}
@media(max-width:768px){
    .site_header .header_inner{
        width: 100%;
    }
	.site_header h1{
		width: 220px;
	}
	.site_header .info{
		display: none;
	}
}



/*===スライダー==============================*/
.swipe{
	position: relative;
	overflow: hidden;
}
.swipe::after{
	content: '';
	width: 100%;
	height: 100%;
	position: absolute;
	top:0;
	left: 0;
	pointer-events: none;
	z-index: 1;
	transform: translateX(-100%);
	transition: 2s ease;
}
.swipe .swipe_in{
	opacity: 0;
	transition: opacity 1.4s, transform 1s;
	transition-delay: 0.6s;
	transform: scale(1.1) translate(-10px, 10px);
}
.swipe.inview::after{
	transform: translateX(101%);
}
.swipe.inview .swipe_in{
	opacity: 1;
	transform: scale(1) translate(0, 0);
}

.swipe1{
	position: relative;
	overflow: hidden;
}
.swipe1::after{
	content: '';
	width: 100%;
	height: 100%;
	position: absolute;
	top: 50px;
	left: 0;
	pointer-events: none;
	z-index: 1;
	transform: translateX(-100%);
	transition: 2s ease;
}
.swipe1 .swipe_in{
	opacity: 0;
	transition: opacity 1.4s, transform 1s;
	transition-delay: 0.6s;
	transform: scale(1.1) translate(-10px, 10px);
}
.swipe1.inview::after{
	transform: translateX(101%);
}
.swipe1.inview .swipe_in{
	opacity: 1;
	transform: scale(1) translate(0, 0);
}

/* スクロールダウンの位置 */
.scroll {
    margin-inline: auto;
    margin-top: 30px;
    position: absolute;
    width: fit-content;
    bottom: 5%;
    left: 50%;
    transform: translateX(-50%);
    z-index: 1;
    color: #FFFDF9;
}
.scroll::before {
    animation: 2s scroll infinite;
    background: #FFFDF9;
    border-radius: 3px;
    content: "";
    height: 10px;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    width: 4px;
}
/* マウス */
.scroll::after {
    border: 2px solid #FFFDF9;
    border-radius: 20px;
    content: "";
    display: block;
    height: 50px;
    margin-inline: auto;
    margin-top: 10px;
    width: 30px;
}
/* アニメーション */
@keyframes scroll {
  0% {
    opacity: 0;
    top: 40%;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    top: 70%;
  }
}


.top_slider {
  position: relative;
  overflow: hidden;
}
/* ズームアニメ */
@keyframes zoomUp {
  from { transform: scale(1); }
  to { transform: scale(1.15); }
}
.swiper-img {
  width: 100%;
  height: 100vh;
  overflow: hidden;
}
.swiper-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
/* アクティブ or クローンの画像にズーム */
.swiper-slide-active .swiper-img,
.swiper-slide-duplicate-active .swiper-img,
.swiper-slide-prev .swiper-img {
  animation: zoomUp 7s linear both;
}

.fv_bottom {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    z-index: 2;
}
.fv_bottom img {
    display: block;
    width: 100%;
    height: auto;
    min-width: 100vw;
}

/*キャッチ*/
.top_slider .catch{
	position: absolute;
	top: 50%;
    left:50%;
    transform: translate(-50%,-50%);
    text-align: center;
    width: 100%;
	color: #FFB385;
	pointer-events: none;
	z-index: 2;
	animation: apper 1.5s ease-in-out;
    font-family: "RocknRoll One", sans-serif;
    font-size: clamp(0.9rem, 0.35rem + 2.2vw, 2rem);
    -webkit-text-stroke: 5px #fff;
    text-stroke: 5px #fff;
    paint-order: stroke;
}
.top_slider .catch h3{
    color: #FFE680;
}
@keyframes apper {
	0% {
		opacity: 0;
	}
	50%{
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}
@media(max-width:460px){
    .top_slider .catch img{
        top:-25%;
        width: 30%;
    }
    .top_slider .catch h2{
        font-size: 2.3rem;
    }
    .top_slider .catch h3{
        font-size: 1.7rem;
    }
}

.leaf_l{
    background: url("../img/leaf001.svg");
    background-repeat: no-repeat;
	width: 20%;
    bottom: 0;
    left: 0;
    aspect-ratio: 4 / 3;
    position: absolute;
    z-index: 5;
}
.leaf_r{
    background: url("../img/leaf001_2.svg");
    background-repeat: no-repeat;
	width: 20%;
    bottom: 0;
    right: 0;
    aspect-ratio: 4 / 3;
    position: absolute;
    z-index: 5;
}
@media(max-width:768px){
    .leaf_l,.leaf_r{
        width: 34%;
    }
}



/*===メイン==============================*/
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;
}
.inner.white.line{
	border-bottom: 5px solid #FFB385;
}
@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;
	}
}



.bg_white{
	background-color: #FFFDF9;
}
.bg_beige{
	background-color: #f4ede2;
}
.bg_orange{
	background-color: #FFB385;
}



/*-------TOP やどりについて----------------------*/
.t_about .img{
    width: 70%;
    max-width: 700px;
    margin: auto;
}
.t_about .info_flexbox .text{
    width: 70%;
    max-width: inherit;
}
.t_about p{
	margin: 5px 0;
}
@media(max-width:768px){
    .t_about .text{
        margin-bottom: 100px;
    }
}

/*-------TOP やどりが選ばれる理由----------------------*/
.t_choose{
}
.t_choose p{
	margin: 5px 0;
}
.t_choose .container{
	width: -moz-fit-content;
	width: fit-content;
	margin: 0 auto;
}
.t_choose .container .wrapper{
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 30px 40px;
	background-color: #fff;
	margin-bottom: 15px;
	border-radius: 10px;
	border-bottom: 5px solid #FFB385;
}
.t_choose .container .wrapper .img{
	width: 200px;
}
.t_choose .container .wrapper .text{
	width: calc(100% - 240px);
}
.t_choose .container .wrapper .text h3{
	font-family: "M PLUS Rounded 1c", sans-serif;
    font-weight: 500;
	font-size: 1.6rem;
	letter-spacing: 0.08em;
	color: #8B5E3C;
}
.t_choose .container .wrapper .text h3::first-letter{
	color: #FFB385;
	font-size: 1.2em;
}

@media(max-width:768px){
	.t_choose .container .wrapper{
		display: block;
		padding: 30px 20px;
		border-width: 3px;
	}
	.t_choose .container .wrapper .img{
		width: 100%;
		max-width: 200px;
		margin: 0 auto;
		margin-bottom: 20px;
	}
	.t_choose .container .wrapper .text{
		width: 100%;
	}
	.t_choose .container .wrapper .text h3{
		font-size: 1.5rem;
	}
}


/*-------TOP やどりの提供サービス----------------------*/
.t_service .text{
    width: 95%;
    margin: auto;
}
.t_service p{
	margin: 5px 0;
}

.card_flex_container {
    display: flex;
    justify-content: center;
    align-items: stretch;
    flex-wrap: wrap;
    gap: 20px;
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 20px;
}

.card {
    flex: 1 1 300px;
    max-width: 400px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    transition: transform 0.3s ease;
}



.card_img {
    width: 100%;
    height: auto;
    aspect-ratio: 4 / 3;
    object-fit: cover;
    border-radius: 15px;
}

.card_body {
    padding: 20px;
    flex-grow: 1;
    display: flex;
    flex-direction: column;
}

.card_title {
    font-size: clamp(1.3rem, 1.1rem + 1vw, 2rem);
    text-align: center;
    color: #FFB385;
    -webkit-text-stroke: 5px white;
    text-stroke: 5px white;
    paint-order: stroke;
    font-weight: 500;

    /* 固定の高さ＋Flexで中央揃え */
    min-height: 2em;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 15px;
}

.card_text {
  flex-grow: 1;
  font-size: 1rem;
  color: #333;
  line-height: 1.6;
}

/* 仕切り線 */
.card_divider {
  width: 2px;
  background: #ccc;
  margin: 0 10px;
}
/* モバイル時は縦並び＋横の仕切り線に変更 */
@media (max-width: 768px) {
  .card_flex_container {
    flex-direction: column;
      align-items: center;
  }

  .card_divider {
    width: 100%;
    height: 2px;
    margin: 20px 0;
  }
}



.image {
  position: relative;
  display: inline-block;
}

/* 右上 */
.image::before {
  content: '';
  position: absolute;
  top: -10px;
  right: -10px;
  width: 80px;
  height: 80px;
  background: repeating-linear-gradient(
    45deg,
    #FFB385,
    #FFB385 3px,
    transparent 3px,
    transparent 6px
  );
  clip-path: polygon(100% 0, 0 0, 100% 100%);
  pointer-events: none;
}

/* 左下 */
.image::after {
  content: '';
  position: absolute;
  bottom: -10px;
  left: -10px;
  width: 80px;
  height: 80px;
  background: repeating-linear-gradient(
    45deg,
    #FFB385,
    #FFB385 3px,
    transparent 3px,
    transparent 6px
  );
  clip-path: polygon(0 100%, 100% 100%, 0 0);
  pointer-events: none;
}



.t_first p{
	margin: 5px 0;
}

/*-------TOP 新着情報--------------------------*/
.news_area .info_flexbox{
    justify-content: center;
    gap:30px;
    padding: 0 20px;
}

@media(max-width:768px){
    .news_area .info_flexbox{
        margin-bottom: 100px;
    }
}


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



.footer_top .text{
	text-align: center;
}
.footer_top .text p{
	color: #fff;
}

.footer_top .sbtn{
	width: 300px;
	margin: 0;
}
.footer_top .sbtn a{
	font-size: 1rem;
	letter-spacing: 0.2em;
	font-weight: 500;
/*	width: 260px;*/
}
.footer_top .main_ttl span{
    color:#fff;
}

.footer_flex{
	width: 100%;
	display: flex;
	justify-content: center;
	gap:100px;
}

.footer_text{
	padding: 0;
	width: 100%;
}
.footer_text p{
	margin: 0;
	color: #333;
}
.footer_text h3{
	display: block;
	color: #333;
	width: 100%;
	font-size: 1.5rem;
	font-weight: 500;
}
.footer_text h3 span{
	font-size: 1.2rem;
	font-weight: 400;
}
.footer_text img{
	width: 100px;
}
.transform .inner .main_ttl::before{
	color: #fff;
}
.footer_middle{
    
	text-align: center;
	position: relative;
	padding:50px 0;
    z-index: 1;
}
.footer_middle::after{
    content: "";
    position: absolute;
    top:0;
    left:0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: url("../img/kujira001.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    opacity: 0.3;
    z-index: -1;
}

.footer_contact{
	padding-top: 100px;
	position: relative;

}

.footer_flex .sbtn a{
	color:#fff;
	border: 1px solid #fff;
    border-radius: 15px;
}
.footer_flex .sbtn a:hover{
	background: #fff;
	color: #333;
	border: 1px solid #fff;
}

.footer_ctn{
    width: 100%;
    max-width: 400px;
    margin: auto;
    padding: 10px 30px;
    border-radius: 15px;
    color:#fff;
}
.footer_ctn .sbtn a{
    display: inline-block;
    margin-top: 0.5em;
    background: #fff;
    color: #FFB385;
    padding: 0.4em 1em;
    border-radius: 5px;
    text-decoration: none;
    font-weight: 500;
    font-size: 0.85rem;
    transition: 0.3s;
    border: 1px solid #fff;
}



@media(max-width:768px){
	.footer_flex{
		flex-direction: column;
		gap:30px;
		align-items: center;
	}
    .footer_ctn{
        width: 95%;
        margin: auto
    }
}

.copyright{
	text-align: center;
	padding: 10px 0;
	color: #333;
	letter-spacing: 0.08em;
	background: #f4ede2;
}
.copyright p{
	font-size: 0.8rem;
	
}
@media(max-width:580px){
	.copyright p{
		font-size: 0.5rem;
	}
}


/*-------トップに戻る----------*/
.page_top{
	opacity: 0;
	pointer-events: none;
  	width: 60px;
	aspect-ratio: 1 / 1;
  	position: fixed;
  	right: 3%;
  	bottom: 4%;
	border-radius: 50%;
	transition: 1s;
	background: #FFB385;
  	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: 768px){
	.page_top{
		width: 45px;
		height: 45px;
		right: 10px;
		bottom: 10px;
	}
}



/*=================================*/
/*===下層ページ===============================================================*/
/*下層トップ*/
.kasou_top{
	position: relative;
	z-index: 5;
	background: #fff;
	width: 100%;
	padding: 220px 0 80px;
}
.kasou_top .deco01{
	position: absolute;
	bottom: 0;
	right: 0;
	z-index: 2;
	width: 55%;
	max-width: 600px;
	transform: translate(10%, 30%);
	pointer-events: none;
}
.kasou_top .deco02{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
	width: 65%;
	max-width: 600px;
	transform: translate(-10%, -10%);
	pointer-events: none;
}

.kasou_top h2{
	position: relative;
	z-index: 3;
	text-align: center;
	font-family: "M PLUS Rounded 1c", sans-serif;
	font-weight: 500;
	font-size: 2.4rem;
	letter-spacing: 0.1em;
	margin-bottom: 5px;
}
.kasou_top h2::first-letter{
	color: #FFB385;
}
@media (max-width: 750px){
	.kasou_top{
		padding: 160px 0 80px;
	}
	.kasou_top h2{
		font-size: 1.8rem;
	}
}


/*パンくず*/
.breadcrumb{
	position: relative;
	z-index: 3;
	font-size: 0.8rem;
	text-align: center;
	letter-spacing: 0.05em;
	padding: 0;
	font-weight: 700;
}
.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: #FFB385;
}
.breadcrumb li:first-child a::before{
	font-family: "Font Awesome 6 Free";
	content: '\f015';
	font-weight: bold;
}
.breadcrumb li a:hover{
	opacity: 0.7;
}



.kdeco{
	pointer-events: none;
	position: absolute;
	width: 30%;
	max-width: 200px;
	z-index: 10;
}
.kdeco img{
	display: block;
	width: 100%;
}

.kdeco.tl{
	top: 0;
	left: 0;
}
.kdeco.tl2{
	top: 0;
	left: 0;
	transform: translateY(-100%);
}
.kdeco.tr{
	top: 0;
	right: 0;
}
.kdeco.tr2{
	top: 0;
	right: 0;
	transform: translateY(-100%);
}




/*===やどりの強みページ==============================*/
.strengths_lede{
}

.sec_flex{
	display: flex;
	justify-content: space-between;
}
.sec_flex .pic{
	position: relative;
	width: 50%;
}
.sec_flex .pic img.main{
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: 0 10px 10px 0;
}
.sec_flex .pic img.ill{
	display: block;
	width: 45%;
	max-width: 300px;
	position: absolute;
	bottom: 0;
	left: 3%;
	z-index: 1;
	transform: translateY(40px);
	pointer-events: none;
}
.sec_flex .text{
	width: 50%;
	padding: 100px 60px;
}

.sec_flex.reverse .pic img.main{
	border-radius: 10px 0 0 10px;
}
.sec_flex.reverse .pic img.ill{
	left: auto;
	right: 3%;
}
@media (max-width: 960px){
	.sec_flex{
		flex-direction: column;
	}
	.sec_flex.reverse{
		flex-direction: column-reverse;
	}
	.sec_flex .pic{
		width: 90%;
		aspect-ratio: 3 / 2;
		margin: 0 auto;
		margin-bottom: 60px;
	}
	.sec_flex .pic img.main{
		border-radius: 10px;
	}
	.sec_flex .text{
		width: 96%;
		padding: 0;
		margin: 0 auto;
	}
	.sec_flex.reverse .pic img.main{
		border-radius: 10px;
	}
	.sec_flex.reverse .pic img.ill{
		left: 3%;
		right: auto;
	}
}



/*===サービス紹介ページ==============================*/
.service{
	z-index: 5;
}
.service .container .wrapper{
	margin-bottom: 60px;
}
.service .container .wrapper:last-child{
	margin-bottom: 0 !important;
}
.service .container .wrapper .flex{
	display: flex;
	justify-content: space-between;
}
.service .container .wrapper .flex .img{
	width: 48%;
}
.service .container .wrapper .flex .text{
	width: 48%;
}
@media (max-width: 750px){
	.service .container .wrapper .flex{
		display: block;
	}
	.service .container .wrapper .flex .img{
		width: 100%;
		margin-bottom: 20px;
	}
	.service .container .wrapper .flex .text{
		width: 100%;
	}
}




.case{
}
.case .container{
	display: flex;
	justify-content: space-around;
	flex-wrap: wrap;
}
.case .container .box{
	background-color: #fff;
	border-radius: 5px;
	width: 49%;
	padding: 20px;
	margin-bottom: 15px;
}
.case .container .box h3{
	font-weight: 700;
	font-size: 1.4rem;
	letter-spacing: 0.08em;
	color: #8B5E3C;
	margin-bottom: 20px;
}
.case .container .box h3::before{
	display: inline-block;
	font-family: "Font Awesome 6 Free";
	content: "\f14a";
	font-weight: 900;
	margin-right: 10px;
	color: #FFB385;
}
@media (max-width: 750px){
	.case .container{
		display: block;
	}
	.case .container .box{
		width: 100%;
	}
	.case .container .box h3{
		font-size: 1.3rem;
	}
}





/*===ご利用案内ページ==============================*/


.flow{
	z-index: 5;
}
.flow .container{
}
.flow .container .wrapper{
	background-color: #fff;
	padding: 20px;
	border-radius: 10px;
	border-bottom: 3px solid #FFB385;
	margin-bottom: 30px;
}
.flow .container .wrapper:last-child{
	margin-bottom: 0 !important;
}
.flow .container .wrapper .flex{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.flow .container .wrapper .flex .img{
	width: 40%;
}
.flow .container .wrapper .flex .text{
	width: 56%;
}
.flow .container .wrapper .flex .text h3 span.num{
	display: inline-block;
	margin-right: 5px;
	color: #FFB385;
}
@media (max-width: 750px){
	.flow .container .wrapper{
		margin-bottom: 20px;
	}
	.flow .container .wrapper .flex{
		display: block;
	}
	.flow .container .wrapper .flex .img{
		width: 100%;
		margin-bottom: 20px;
	}
	.flow .container .wrapper .flex .text{
		width: 100%;
	}
}




.fee_table{
	width: 100%;
	table-layout: fixed;
	border-collapse: collapse;
}
.fee_table tr{
	border: 1px solid #eee;
}
.fee_table th,
.fee_table td{
	padding: 15px 10px;
	letter-spacing: 0.08em;
	text-align: center;
}
.fee_table th{
	background: #FFB385;
	color: #fff;
	border-right: 1px solid #eee;
	font-weight: 500;
}
.fee_table td{
	background: #fff;
	border-right: 1px solid #eee;
	border-left: 1px solid #eee;
}
@media (max-width: 750px){
	.fee_table th,
	.fee_table td{
		font-size: 0.9rem;
	}
}




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

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




/*===ケアマネジャー様へページ==============================*/


.care_feature{
	z-index: 5;
}
.care_feature .container{
	display: flex;
	justify-content: space-between;
}
.care_feature .container .wrapper{
	width: 32%;
	background-color: #fffaf4;
	box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
	padding: 20px;
	border-radius: 5px;
}
.care_feature .container .wrapper .img{
	max-width: 100px;
	margin: 0 auto;
	margin-bottom: 20px;
}
.care_feature .container .wrapper h3{
	text-align: center;
	font-size: 1.2rem;
	letter-spacing: 0.08em;
	margin-bottom: 10px;
}
@media (max-width: 750px){
	.care_feature .container{
		display: block;
	}
	.care_feature .container .wrapper{
		width: 100%;
		margin-bottom: 15px;
	}
	.care_feature .container .wrapper:last-child{
		margin-bottom: 0 !important;
	}
	.care_feature .container .wrapper h3{
		text-align: center;
		font-size: 1.2rem;
		letter-spacing: 0.08em;
		margin-bottom: 10px;
	}
}



.care_service{
	z-index: 5;
}




.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: #FFE680;
}
.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: #FFB385;
	z-index: 1;
	text-align: center;
	text-transform: uppercase;
	padding: 3px 20px;
	font-weight: 700;
}
.apply_flow .row .txt{
	background-color: #fffcf4;
	padding: 20px;
	text-align: center;
	border-radius: 5px;
}



.care_faq{
	z-index: 5;
}






/*===事業所案内ページ==============================*/
.greeting{
}
.greeting .flex{
	display: flex;
	justify-content: space-between;
}
.greeting .flex .img{
	width: 48.5%;
}
.greeting .flex .text{
	width: 48.5%;
}
@media (max-width: 750px){
	.greeting .flex{
		display: block;
	}
	.greeting .flex .img{
		width: 90%;
		max-width: 600px;
		margin: 0 auto;
		margin-bottom: 20px;
	}
	.greeting .flex .text{
		width: 100%;
	}
}


.about{
	z-index: 5;
}





/*お問い合わせ*/
.contact{
	z-index: 6;
}
.contact .tel_contact{
	text-align: center;
	background-color: #FFFAF4;
	padding: 15px 0;
	margin: 0 auto;
	max-width: 960px;
	border-radius: 5px;
}
.contact .tel_contact .sub{
}
.contact .tel_contact .sub a{
	display: inline-block;
	font-size: 2.4rem;
	letter-spacing: 0.02em;
	font-family: "M PLUS Rounded 1c", sans-serif;
	font-weight: 500;
	white-space: nowrap;
	color: #FFB385;
}
.contact .tel_contact .sub a i{
	display: inline-block;
	font-size: 0.8em;
	margin-right: 0.3em;
}
.contact .tel_contact a:hover{
	opacity: 0.6;
}
@media (max-width: 750px){
	.contact .tel_contact .sub a{
		font-size: 1.8rem;
	}
}




/*メールフォーム*/
.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 #ccc;
}
.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: #FFB385;
}
.mailform .row span.ninni{
	background: #f9f5f4;
}
.mailform .row small{
	display: block;
	margin-top: 3px;
}
.mailform .box, .mailform textarea{
  	padding: 5px;
  	width: 100% !important;
  	border-radius: 0;
	-webkit-appearance: none;
	margin-bottom: 5px;
	background: #FFFAF4;
}
.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: #FFB385;
	border: 1px solid #FFB385;
	border-radius: 500px;
	color: #fff;
}
.mailform button:hover{
	background: #fff;
	color: #FFB385;
}
.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 #FFB385;
    border-bottom: 3px solid #FFB385;
    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: #FFB385;
	box-shadow: inset 0 0 0 2px #f4f4f4;
}
input[type=radio]:focus + label::before{
	outline: none;
	border-color: #FFB385;
}
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: #FFFAF4;
	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;
	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);
	color: #c0e792;
}
.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: #433c2e;
}

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