@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@400;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Allura&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Kaisei+Opti:wght@400;700&display=swap');

/*----------------------------------------------------
 commons style
----------------------------------------------------*/

* {
    font-family: 'Noto Sans JP', sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #333;
	text-align: center;
	margin: 0;
	padding: 0;
}

img {
	display: block;
	border-style: none;
}

ul li,ol li {
	list-style: none;
}

a{
	color: #333;
	text-decoration: underline;
}

.sp_none {
	display: none;
}
.pc_none {
	display: block;
}

.min {
	font-family: 'Kaisei Opti', serif;
}


@media only screen and (min-width: 1001px) {

* {
	font-size: 16px;
}

input[type="submit"]:hover,
button:hover,
a:hover,
a:hover img {
	text-decoration: none;
	opacity: 0.5;
	filter: alpha(opacity=50);
	-ms-filter: "alpha(opacity=50)";
}

.sp_none {
	display: block;
}
.pc_none {
	display: none;
}

.tel {
	pointer-events: none;
	text-decoration: none;
}

.acc {
	cursor: pointer;
}

}


.ttl {
	width: auto;
	display: inline-block;
	margin: 0 0 20px 0;
}
.ttl span {
	width: auto;
	font-size: 18px;
	font-family: 'Allura', cursive;
	align-items: center;
	display: flex;
	margin: 0 0 5px 0;
}
.ttl span:before,
.ttl span:after {
	content: "";
	flex-grow: 1;
	display: block;
}
.ttl span:before {
	margin-right: 0.5em;
}
.ttl span:after {
	margin-left: 0.5em;
}
.ttl strong {
	width: auto;
	display: block;
	font-size: 20px;
}

@media only screen and (min-width: 1001px) {

.ttl {
	margin: 0 0 40px 0;
}
.ttl span {
	font-size: 24px;
}
.ttl strong {
	font-size: 28px;
}

}


.ttl_line {
	width: 80%;
	display: flex;
	align-items: center;
	margin: 0 auto 20px auto;
}
.ttl_line span {
	font-family: 'Kaisei Opti', serif;
	font-size: 20px;
	text-align: center;
	line-height: 1.8em;
}
.ttl_line:before,
.ttl_line:after {
	content: "";
	flex-grow: 1;
	display: block;
	margin-bottom: -20px;
}
.ttl_line:before {
	margin-right: 0.5em;
}
.ttl_line:after {
	margin-left: 0.5em;
}


@media only screen and (min-width: 1001px) {

.ttl_line {
	width: 960px;
	margin: 0 auto 30px auto;
}
.ttl_line span {
	font-size: 28px;
}
.ttl_line:before {
	margin-right: 1em;
}
.ttl_line:after {
	margin-left: 1em;
}

}

/*----------------------------------------------------
 contents style
----------------------------------------------------*/

div.main_area {
	width: 100%;
	height: 100vh;
	overflow: hidden;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
	vertical-align: middle;
	background-image: url("../images/main_bg.jpg");
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}
div.main_area div {
	width: 100%;
	/* margin: -150px 0 0 0; */
	margin: 0;
}
div.main_area h1 {
	width: 280px;
	height: 35px;
	z-index: 10;
	display: block;
	overflow: hidden;
	text-indent: 100%;
	white-space: nowrap;
	background-image: url(../images/logo.png);
	background-position: left center;
	background-size: auto 35px;
	background-repeat: no-repeat;
	filter: drop-shadow(1px 1px 1px #fff);
	margin: 30px 0px 10px 10%;
}

div.main_area strong {
	width: 80%;
	display: block;
	text-align: left;
	filter: drop-shadow(1px 1px 1px #fff);
	margin: 0 auto 15px auto;
}
div.main_area strong span {
	font-family: 'Kaisei Opti', serif;
	font-weight: bold;
	color: #8e7a1c;
	font-size: 19px;
	line-height: 1.8em;
}

div.main_area h2 {
	width: 80%;
	color: #4e4c4f;
	font-weight: bold;
	font-size: 32px;
	text-align: left;
	text-shadow: 1px 1px 1px #fff;
	margin: 0px auto 0px auto;
}
div.main_area h2 span {
	font-size: 24px;
	font-weight: bold;
	text-align: left;
	line-height: 1.5em;
	color: #4e4c4f;
	display: block;
}

div.main_area ul {
	width: 80%;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;	
	margin: 0 auto;
}
div.main_area ul li {
	width: 48%;
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	font-weight: bold;
	justify-content: center;
	line-height: 1.8em;
	background-color: #eee0d3;
	font-size: 10px;
	box-sizing: border-box;
	outline: 2px solid #fff;
	outline-offset: -6px;	
	padding: 15px 0 20px 0;
	margin: 10px 0 0 0;
}
div.main_area ul li span {
	width: 100%;
	display: block;
	font-weight: bold;
	font-size: 16px;
	color: #d2379d;
}


@media only screen and (min-width: 1001px) {

div.main_area {
	background-image: url("../images/main_bg.jpg");
	/* background-position: right center; */
	background-position: center;
}
div.main_area div {
	width: 960px;
	margin: -170px auto 0 auto;
}
div.main_area h1 {
	width: 320px;
	height: 60px;
	background-size: auto 60px;
	margin: 0 0 10px 120px;
}

div.main_area strong {
	width: 570px;
	text-align: center;
	font-size: 36px;
	margin: 0 0 20px 0;
}
div.main_area strong span {
	font-size: 36px;
}

div.main_area h2 {
	text-align: center;
	width: 560px;
	font-size: 60px;
	margin: 0 0 10px 0;
}
div.main_area h2 span {
	text-align: center;
	font-size: 45px;
}

div.main_area ul {
	width: 560px;
	margin: 0;
}
div.main_area ul li {
	width: 270px;
	font-size: 20px;
	margin: 20px 0 0 0;
	padding: 20px 0 24px 0;
}
div.main_area ul li span {
	font-size: 24px;
}


}


div.about_area {
	width: 100%;
	background-image: url("../images/about_bg.png");
	background-size: 160px;
	padding: 40px 0;
}
div.about_area h3 {
	height: 130px;
	line-height: 125px;
	filter: drop-shadow(5px 5px 0px #e9e1c9);
	background-image: url("../images/about_ttl_img.png"), url("../images/about_ttl_bg.png");
	background-repeat: no-repeat;
	background-position: center, center;
	background-size: auto 130px, auto 110px;
	box-sizing: border-box;
	margin: 0 0 20px 0;
	padding: 0 0 0 10px;
}
div.about_area h3 span {
	font-family: 'Kaisei Opti', serif;
	font-weight: bold;
	color: #815d20;
	font-size: 20px;
	line-height: 1.8em;
}

div.about_area p {
	width: 80%;
	text-align: left;
	line-height: 1.8em;
	margin: 0 auto 30px auto;
}

div.about_area ol {
	width: 80%;
	margin: 0 auto 30px auto;
}
div.about_area ol li {
	width: 100%;
	position: relative;
	box-sizing: border-box;
	background-color: #fff;
	border: 5px solid #f0efeb;
	margin: 0 0 30px 0;
	padding: 30px;
}
div.about_area ol li:last-child {
	margin-bottom: 0;
}
div.about_area ol li strong {
	width: auto;
	position: absolute;
	top: -20px;
	display: inline;
	font-size: 18px;
	color: #815d20;
	font-weight: bold;
	background-image: url("../images/mkr_pk.png");
	background-repeat: repeat-x;
	background-size: auto 12px;
	background-position: left bottom;
	left: 50%;
	transform: translate(-50%,0);

}
div.about_area ol li img.img {
	width: 60%;
	height: auto;
	margin: 0 auto;
}
div.about_area ol li img.arw {
	width: auto;
	height: 20px;
    position: absolute;
	left: 50%;
	bottom: -15px;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
}
div.about_area dl dt {
	display: inline;
	background-image: url("../images/mkr_ye.png");
	background-repeat: repeat-x;
	background-size: auto 12px;
	background-position: left bottom;
	font-weight: bold;
	font-size: 14px;
	line-height: 1.8em;
}
div.about_area dl dd {
	display: inline-block;
	color: #815d20;
	font-weight: bold;
	font-size: 16px;
	background-image: url("../images/mkr_pk.png");
	background-repeat: repeat-x;
	background-size: auto 12px;
	background-position: left bottom;
	margin: 15px 0 0px 0;
}


@media only screen and (min-width: 1001px) {

div.about_area {
	padding: 60px 0;
}
div.about_area h3 {
	width: 320px;
	display: inline-block;
	height: 180px;
	line-height: 180px;
	vertical-align: top;
	background-size: auto 180px, auto 150px;
	margin: 0 30px 0px 0;
}
div.about_area h3 span {
	font-size: 24px;
}
div.about_area p {
	width: 640px;
	display: inline-block;
	margin: 20px 0 0px 0;
}

div.about_area ol {
	width: 990px;
	margin: 50px auto 40px auto;
}
div.about_area ol li {
	width: 300px;
	display: inline-block;
	margin: 0 15px;
}
div.about_area ol li:last-child {
	margin-right: 0;
}
div.about_area ol li strong {
	display: inline-block;
	font-size: 20px;

}
div.about_area ol li:nth-child(2) strong {
	width: 160px;
}
div.about_area ol li img.img {
	width: 70%;
}
div.about_area ol li img.arw {
	width: 30px;
	height: 60px;
	right: -40px;
	left: inherit;
	bottom: 95px;
	transform: rotate(-90deg);
	-moz-transform: rotate(-90deg);
	-webkit-transform: rotate(-90deg);	
	z-index: 5;
}

div.about_area dl {
	width: 960px;
	margin: 0 auto;
}
div.about_area dl dt {
	font-size: 20px;
}
div.about_area dl dd {
	font-size: 24px;
}

}


div.contact_area {
	width: 100%;
	background-color: #d9cdb4;
	padding: 40px 0;
}
div.contact_area div {
	width: 80%;
	position: relative;
	box-shadow: 5px 5px 0px 0px #ee9e3b;
	text-align: left;
    background-color: #fff;
	box-sizing: border-box;
    margin: 0 auto;
    padding: 20px;
}

div.contact_area strong {
	position: absolute;
	top: -10px;
	right: -20px;
	text-align: left;
	display: inline-block;
	font-size: 14px;
	font-weight: bold;
	background-image: url("../images/mkr_ye.png");
	background-repeat: repeat-x;
	background-size: auto 12px;
	background-position: left bottom;
	transform: rotate(5deg);
	-moz-transform: rotate(5deg);
	-webkit-transform: rotate(5deg);
}
div.contact_area strong span {
	text-align: left;
	display: inline-block;
	color: #d2379c;
	font-size: 18px;
	font-weight: bold;
}
div.contact_area strong span span {
	font-size: 14px;
}

div.contact_area h3 {
	line-height: 1.6em;
	font-size: 18px;
	text-align: left;
	font-weight: bold;
	display: block;
	color: #815d20;
	margin: 0 0 10px 0;
}
div.contact_area h3 span {
	color: #815d20;
	font-size: 16px;
	font-weight: bold;
	display: inline;
	background-image: url("../images/mkr_pk.png");
	background-repeat: repeat-x;
	background-size: auto 12px;
	background-position: left bottom;
}

div.contact_area ul {
	margin: 0 auto 20px auto;
}
div.contact_area ul li {
	background-image: url("../images/icn_check.png");
	background-repeat: no-repeat;
	background-size: 12px;
	background-position: left top 8px;
	box-sizing: border-box;
	line-height: 1.8em;
	text-align: left;
	font-weight: bold;
	margin: 0 0 10px 0;
	padding: 0 0 0 20px;
}
div.contact_area ul li:last-child {
	margin-bottom: 0;
}
div.contact_area ul li span {
	text-align: left;
	display: inline-block;
	color: #d2379c;
	font-size: 16px;
	font-weight: bold;
	background-image: url("../images/mkr_ye.png");
	background-repeat: repeat-x;
	background-size: auto 12px;
	background-position: left bottom;
}

div.contact_area a.btn {
	width: 240px;
	display: block;
	border-radius: 5px;
	font-weight: bold;
	line-height: 45px;;
	font-size: 16px;
	text-decoration: none;
	color: #fff;
	background-color: #ee9e3b;
	margin: 0 auto;
}


@media only screen and (min-width: 1001px) {

div.contact_area {
	padding: 60px 0;
}
div.contact_area div {
	width: 960px;
	overflow: hidden;
    padding: 0px;
}

div.contact_area strong {
	top: 20px;
	right: 20px;
	font-size: 16px;
}
div.contact_area strong span {
	font-size: 24px;
}
div.contact_area strong span span {
	font-size: 16px;
}

div.contact_area h3 {
	width: 470px;
	float: right;
	font-size: 20px;
	margin: 35px 0 10px 0;
}
div.contact_area h3 span {
	font-size: 18px;
}

div.contact_area ul {
	width: 470px;
	float: right;
	margin: 0 auto 30px auto;
}
div.contact_area ul li:last-child {
	margin-bottom: 0;
}
div.contact_area ul li span {
	font-size: 18px;
}

div.contact_area a.btn {
	width: 320px;
	float: right;
	line-height: 50px;;
	font-size: 20px;
	margin: 0 90px 0 0;
}
div.contact_area img {
	width: 450px;
	height: auto;
	float: left;
	margin: 0 30px 0 0;
}


}


div.recommend_area {
	width: 100%;
	background-image: url("../images/recommend_bg.png");
	background-size: 120px;
	padding: 40px 0;
}

div.recommend_area h3 {
  display: inline-block;
  position: relative;
  height: 50px;
  line-height: 50px;
  text-align: center;
  padding: 0 30px;
  font-size: 18px;
  background: #ee9e3b;
  color: #FFF;
  box-sizing: border-box;
  margin: 0px 0 20px 0;
}
div.recommend_area h3:before,
div.recommend_area h3:after {
	top: 0;
	position: absolute;
	content: '';
	width: 0px;
	height: 0px;
	z-index: 1;
	border-style: solid;
}
div.recommend_area h3:before {
	left: 0;
	border-width: 25px 0px 25px 15px;
	border-color: transparent transparent transparent #f9fdfe;
}
div.recommend_area h3:after {
	right: 0;
	border-width: 25px 15px 25px 0px;
	border-color: transparent #f9fdfe transparent transparent;
}

div.recommend_area ul {
	width: 80%;
	background-color: #fdf6e3;
	border: 2px dotted #333;
	box-sizing: border-box;
	margin: 0 auto;
	padding: 20px 0px 20px 20px;
}
div.recommend_area ul li {
	text-align: left;
	background-image: url("../images/icn_check.png");
	background-repeat: no-repeat;
	background-size: 12px;
	line-height: 1.8em;
	background-position: left center;
	box-sizing: border-box;
	margin: 0 0 15px 0;
	padding: 0 0 0 20px;
}
div.recommend_area ul li:last-child {
	margin-bottom: 0;
}
div.recommend_area ul li span {
	display: inline-block;
	font-weight: bold;
	color: #333;
	background-image: url("../images/mkr_pk.png");
	background-repeat: repeat-x;
	background-size: auto 12px;
	background-position: left bottom;
}


@media only screen and (min-width: 1001px) {

div.recommend_area {
	padding: 60px 0;
}

div.recommend_area h3 {
	height: 60px;
	line-height: 60px;
	padding: 0 60px;
	font-size: 24px;
	margin: 0px 0 30px 0;
}
div.recommend_area h3:before {
	border-width: 30px 0px 30px 20px;
}
div.recommend_area h3:after {
	border-width: 30px 20px 30px 0px;
}

div.recommend_area ul {
	width: 960px;
	overflow: hidden;
	padding: 30px 30px 15px 30px;
}
div.recommend_area ul li {
	width: 33%;
	float:  left;
}

}


div.what_area {
	width: 100%;
	padding: 40px 0;
}
div.what_area h3:before,
div.what_area h3:after {
	border-top: 2px solid #815d20;
}

div.what_area dl {
	width: 80%;
	box-sizing: border-box;
	margin: 0 auto 30px auto;
}
div.what_area dl:last-of-type {
	margin-bottom: 0;
}
div.what_area dl dt {
	height: 70px;
	text-align: center;
	font-size: 18px;
	line-height: 60px;
	color: #815d20;
	font-weight: bold;
	filter: drop-shadow(5px 5px 0px #e9e1c9);
	background-image: url("../images/what_sub_bg.png");
	background-repeat: no-repeat;
	background-position: center;
	background-size: auto 70px;
	box-sizing: border-box;
	margin: 0 0 15px 0;
}
div.what_area dl dd img {
	width: 100%;
	box-shadow: 5px 5px 0px 0px rgba(223,223,223,1.0);
	height: auto;
	border-radius: 10px;
	margin: 0 auto 15px auto;
}
div.what_area dl dd strong {
	line-height: 1.8em;
	font-weight: bold;
	font-size: 16px;
	display: block;
	color: #815d20;
	margin: 0 0 10px 0;
	
}
div.what_area dl dd span {
	color: #fe8c8c;
	display: block;
	line-height: 35px;
	font-weight: bold;
	border: 1px solid #fe8c8c;
	font-size: 14px;
	margin: 0 0 10px 0;
}
div.what_area dl dd p {
	line-height: 1.8em;
	font-size: 14px;
	text-align: left;
}


@media only screen and (min-width: 1001px) {


div.what_area {
	padding: 60px 0;
}

div.what_area dl {
	width: 300px;
	vertical-align: top;
	display: inline-block;
	box-sizing: border-box;
	margin: 0 15px;
}
div.what_area dl:last-of-type {
	margin-bottom: 0;
}
div.what_area dl dt {
	height: 75px;
	font-size: 20px;
	line-height: 65px;
	background-size: auto 75px;
	margin: 0 0 20px 0;
}
div.what_area dl dd strong {
	font-size: 18px;
}
div.what_area dl dd span {
	line-height: 40px;
	font-size: 16px;
}
div.what_area dl dd p {
	font-size: 16px;
}



}


div.anxiety_area {
	width: 100%;
	background-image: url("../images/anxiety_bg.jpg");
	background-color: #ffdfd2;
	background-size: auto 280px;
	background-position: center bottom;
	background-repeat: no-repeat;
	box-sizing: border-box;
	padding: 30px 0px 410px 0;
}
div.anxiety_area h3 span {
	color: #333;
}
div.anxiety_area h3:before,
div.anxiety_area h3:after {
	border-top: 2px solid #333;
}

div.anxiety_area ul {
	width: 80%;
	position: relative;
	box-sizing: border-box;
	margin: 0 auto 68px auto;
}
div.anxiety_area ul li {
	position: absolute;
	line-height: 1.5em;
	font-weight: bold;
	font-size: 16px;
	text-decoration: underline;
	color: #333;
}
div.anxiety_area ul li:nth-child(1) {
	top: 0px;
	left: 0px;
	transform: rotate(3deg);
	-moz-transform: rotate(3deg);
	-webkit-transform: rotate(3deg);	
}
div.anxiety_area ul li:nth-child(2) {
	top: 26px;
	right: 0px;
	transform: rotate(-8deg);
	-moz-transform: rotate(-8deg);
	-webkit-transform: rotate(-8deg);	
}
div.anxiety_area ul li:nth-child(3) {
	top: 71px;
	left: 0px;
	transform: rotate(-3deg);
	-moz-transform: rotate(-3deg);
	-webkit-transform: rotate(-3deg);	
}
div.anxiety_area ul li:nth-child(4) {
	top: 121px;
	right: 0px;
	transform: rotate(6deg);
	-moz-transform: rotate(6deg);
	-webkit-transform: rotate(6deg);	
}

@media only screen and (min-width: 1001px) {

div.anxiety_area {
	background-size: auto 480px;
	padding: 40px 0px 480px 0;
}

div.anxiety_area ul {
	width: 960px;
}
div.anxiety_area ul li {
	line-height: 1.8em;
	font-size: 24px;
}
div.anxiety_area ul li:nth-child(1) {
	top: 160px;
	left: 20px;
}
div.anxiety_area ul li:nth-child(2) {
	top: 148px;
	right: 24px;
}
div.anxiety_area ul li:nth-child(3) {
	top: 300px;
	left: -29px;
}
div.anxiety_area ul li:nth-child(4) {
	top: 311px;
	right: 0px;
}

}


div.staff_area {
	width: 100%;
	padding: 40px 0;
}
div.staff_area dl {
	width: 80%;
	margin: 0 auto;
}
div.staff_area dl dt {
	text-align: left;
	box-sizing: border-box;
	margin: 0 0 20px 0;
}
div.staff_area dl dt strong {
	line-height: 1.6em;
	font-size: 20px;
	font-weight: bold;
	text-align: left;
	display: block;
	color: #815d20;
	margin: 0 0 10px 0;
}
div.staff_area dl dt strong span {
	color: #815d20;
	font-weight: bold;
	font-size: 16px;
	display: inline;
	background-image: url("../images/mkr_pk.png");
	background-repeat: repeat-x;
	background-size: auto 12px;
	background-position: left bottom;
}
div.staff_area dl dt p {
	line-height: 1.8em;
	font-size: 14px;
	text-align: left;
}
div.staff_area dl dd {
	font-size: 12px;
	line-height: 1.8em;
}
div.staff_area dl dd img {
	width: 100%;
	box-shadow: 3px 3px 0px 0px rgba(223,223,223,1.0);
	height: auto;
	border-radius: 10px;
	margin: 0 auto 10px auto;
}


@media only screen and (min-width: 1001px) {

div.staff_area {
	padding: 60px 0;
}
div.staff_area dl {
	width: 960px;
	overflow: hidden;
}
div.staff_area dl dt {
	width: 520px;
	float: right;
	margin: 0;
}
div.staff_area dl dt strong {
	line-height: 1.8em;
	font-size: 24px;
	margin: 8px 0 15px 0;
}
div.staff_area dl dt strong span {
	font-size: 20px;
}
div.staff_area dl dt p {
	font-size: 16px;
}
div.staff_area dl dd {
	width: 400px;
	float: left;
	font-size: 14px;
}
div.staff_area dl dd img {
	box-shadow: 5px 5px 0px 0px rgba(223,223,223,1.0);
	margin: 0 auto 15px auto;
}


}


div.flow_area {
	width: 100%;
	background-image: url("../images/flow_bg.png");
	background-size:  160px;
	padding: 40px 0;
}
div.flow_area .ttl span {
	color: #815d20;
}
div.flow_area .ttl span:before,
div.flow_area .ttl span:after {
	border-top: 1px solid #815d20;
}
div.flow_area ol {
	width: 80%;
	margin: 0 auto 30px auto;
}
div.flow_area ol li {
	text-align: left;
	position: relative;
	counter-reset: 0;
	counter-increment: cnt;
	box-shadow: 5px 5px 0px 0px rgba(242,219,194,1.0);
    background-color: #fff;
	box-sizing: border-box;
	border-radius: 10px 0 0 0;
    margin: 0 0 20px 0;
    padding: 20px 0px 0px 0px;
}
div.flow_area ol li img.arw {
	width: auto;
	height: 20px;
    position: absolute;
	left: 50%;
	bottom: -15px;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
}
div.flow_area ol li:last-child {
	margin-bottom: 0;
}
div.flow_area ol li strong {
	text-align: left;
	font-size: 16px;
	line-height: 1.6em;
	display: block;
	box-sizing: border-box;
	margin: 0 0 10px 0;
	padding: 0 20px;
}
div.flow_area ol li strong span {
	display: block;
	text-align: left;
	color: #8a7234;
	font-size: 12px;
	font-family: 'Noto Serif JP', serif;
	font-style: italic;
}
div.flow_area ol li strong span:after {
	content: counter( cnt ) ".";
	color: #8a7234;
	font-family: 'Noto Serif JP', serif;
	font-style: italic;
	font-size: 18px;
	margin: 0px 0px 0px 5px;
}
div.flow_area ol li img.img {
	width: 85%;
	box-shadow: 3px 3px 0px 0px rgba(223,223,223,1.0);
	height: auto;
	border-radius: 10px;
	margin: 0 auto 15px auto;
}
div.flow_area ol li p {
	text-align: left;
	font-size: 12px;
	line-height: 1.8em;
	box-sizing: border-box;
	padding: 0px 20px 20px 20px;
}
div.flow_area ol li p span {
	font-size: 12px;
}
div.flow_area ol li dl {
	width: 100%;
	background-color: #f4f4ea;
	box-sizing: border-box;
	padding: 20px;
}
div.flow_area ol li dl dt {
	width: 100%;
	color:  #806f2a;
	line-height: 35px;
	border: 1px solid #806f2a;
	border-radius: 5px;
	margin: 0px 0px 10px 0px;
}
div.flow_area ol li dl dd {
	width: 100%;
	box-sizing: border-box;
	line-height: 1.8em;
	font-size: 12px;
	text-align: left;
}

div.flow_area dl.time {
	width: 80%;
	margin: 0 auto 30px auto;
}
div.flow_area dl.time dt {
	width: 100%;
	color:  #fff;
	line-height: 45px;
	font-size: 16px;
	background-color: #ee9e3b;
	border-radius: 5px 5px 0 0;
}
div.flow_area dl.time dd {
	width: 100%;
	box-sizing: border-box;
	background-color: #fff;
	line-height: 1.8em;
	text-align: left;
	border: 2px solid #ee9e3b;
	border-top: none;
	padding: 15px 20px;
}

div.flow_area dl.belongings {
	width: 80%;
	margin: 0 auto;
}
div.flow_area dl.belongings dt {
	width: 100%;
	font-size: 16px;
	line-height: 45px;
	color: #5a5646;
	background-color: #cfc9b1;
	border-radius: 5px 5px 0 0;
}
div.flow_area dl.belongings dd {
	width: 100%;
	box-sizing: border-box;
	line-height: 1.8em;
	text-align: left;
	border: 2px solid #cfc9b1;
	border-top: none;
	background-color: #eeefe9;
	padding: 15px 20px;
}


@media only screen and (min-width: 1001px) {

div.flow_area {
	padding: 60px 0;
}
div.flow_area ol {
	width: 960px;
	margin: 0 auto 40px auto;
}
div.flow_area ol li {
	min-height: 260px;
    margin: 0 0 25px 0;
    padding: 30px 0px 0px 0px;
}
div.flow_area ol li img.arw {
	height: 40px;
	bottom: -35px;
	z-index: 5;
}
div.flow_area ol li:last-child {
	margin-bottom: 0;
}
div.flow_area ol li strong {
	font-size: 20px;
	line-height: 1.8em;
	margin: 0 0 15px 0;
	padding: 0 30px;
}
div.flow_area ol li.img strong {
	width: 620px;
	float: right;
}
div.flow_area ol li strong span {
	display: inline-block;
	font-size: 16px;
}
div.flow_area ol li strong span:after {
	font-size: 28px;
	margin: 0px 10px 0px 5px;
}
div.flow_area ol li img.img {
	width: 300px;
	float: left;
	box-shadow: 5px 5px 0px 0px rgba(223,223,223,1.0);
	margin: 0px 0px 0 30px;
}
div.flow_area ol li p {
	font-size: 16px;
	padding: 0px 30px 30px 30px;
}
div.flow_area ol li.img p {
	width: 620px;
	float: right;
	padding: 0px 30px 30px 30px;
}
div.flow_area ol li p span {
	font-size: 14px;
}
div.flow_area ol li dl {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: center;
	padding: 30px;
}
div.flow_area ol li dl dt {
	width: 280px;
	box-sizing: border-box;
	line-height: 60px;
	font-size: 18px;
	margin: 0;
}
div.flow_area ol li dl dd {
	width: 590px;
	font-size: 14px;
}

div.flow_area dl.time {
	width: 960px;
	margin: 0 auto 40px auto;
}
div.flow_area dl.time dt {
	line-height: 60px;
	font-size: 18px;
	border-radius: 0;
}
div.flow_area dl.time dd {
	text-align: center;
	padding: 20px 20px;
}

div.flow_area dl.belongings {
	width: 960px;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
div.flow_area dl.belongings dt {
	width: 30%;
	font-size: 18px;
	line-height: 80px;
	border-radius: 0;
}
div.flow_area dl.belongings dd {
	width: 70%;
	line-height: 80px;
	border: 2px solid #cfc9b1;
	border-left: none;
	text-align: center;
	padding: 0;
}


}


div.interview_area {
	width: 100%;
	background-image: url("../images/interview_bg.png");
	background-size:  120px;
	padding: 40px 0;
}
div.interview_area .ttl span {
	color: #815d20;
}
div.interview_area .ttl span:before,
div.interview_area .ttl span:after {
	border-top: 1px solid #815d20;
}
div.interview_area .ttl strong {
	color: #333;
}

div.interview_area ul {
	padding: 0 0 40px 0;
}
div.interview_area ul li {
	width: 240px;
	margin: 0 15px;
}

div.interview_area dl {
	width: 100%;
}
div.interview_area dl dt img {
	width: 80%;
	height: auto;
	box-shadow: 3px 3px 0px 0px rgba(223,223,223,1.0);
	border-radius: 10px;
	margin: 0 auto 15px auto;
}
div.interview_area dl dt strong {
	font-size: 16px;
	font-weight: bold;
	display: block;
	margin: 0 0 10px 0;
}
div.interview_area dl dd {
	height: 165px;
	text-align: left;
	line-height: 1.8em;
	color: #333;
	font-size: 14px;
	filter: drop-shadow(5px 5px 0px #e5d29a);
	background-image: url("../images/interview_content_bg.png");
	background-repeat: no-repeat;
	background-position: center;
	background-size: auto 165px;
	box-sizing: border-box;
	margin: 0 0 5px 0;
	padding: 38px 30px 0px 40px;
}


@media only screen and (min-width: 1001px) {

div.interview_area {
	padding: 60px 0;
}
div.interview_area ul {
	width: 1040px;
	margin: 0 auto;
	padding: 0;
}
div.interview_area ul li {
	width: 320px;
	margin: 0 20px;
}
div.interview_area dl dt img {
	box-shadow: 5px 5px 0px 0px rgba(223,223,223,1.0);
	margin: 0 auto 20px auto;
}
div.interview_area dl dt strong {
	font-size: 18px;
	margin: 0 0 20px 0;
}
div.interview_area dl dd {
	height: 200px;
	font-size: 16px;
	background-size: auto 200px;
	margin: 0 0 10px 0;
	padding: 50px 45px 0px 55px;
}

}


div.faq_area {
	width: 100%;
	background-color: #efefed;
	padding: 40px 0;
}
div.faq_area .ttl span {
	color: #999;
}
div.faq_area .ttl span:before,
div.faq_area .ttl span:after {
	border-top: 1px solid #999;
}
div.faq_area .ttl strong {
	color: #815d20;
}
div.faq_area dl {
	width: 80%;
	border-bottom: 2px solid #dfdfdf;
	margin: 0 auto 15px auto;
	padding: 0 0 15px 0;
}
div.faq_area dl:last-of-type {
	border-bottom: none;
	margin-bottom: 0;
	padding-bottom: 0;
}
div.faq_area dl dt {
	background-image: url("../images/acc_icn.png");
	background-size: 14px;
	background-position: right top 11px;
	background-repeat: no-repeat;
	line-height: 1.8em;
	text-align: left;
	text-indent: -2em;
	box-sizing: border-box;
	padding: 0 25px 0 2em;
}
div.faq_area dl dt.close {
	background-image: url("../images/acc_icn_close.png");
}
div.faq_area dl dt:before {
	color: #8d6834;
	font-family: 'Noto Serif JP', serif;
	font-weight: 600;
	content: "Q.";
	font-size: 18px;
	line-height: 1.8em;
	text-align: left;
	margin: 0 0.5em 0 0;
}
div.faq_area dl dd {
	line-height: 1.8em;
	text-align: left;
	display: none;
	margin: 10px 0 0 0;
}

@media only screen and (min-width: 1001px) {

div.faq_area {
	padding: 90px 0;
}
div.faq_area dl {
	width: 960px;
	margin: 0 auto 20px auto;
	padding: 0 0 25px 0;
}
div.faq_area dl:last-of-type {
	border-bottom: none;
	margin-bottom: 0;
	padding-bottom: 0;
}
div.faq_area dl dt:before {
	font-size: 24px;
}

}



footer {
	width: 100%;
	padding: 40px 0 195px 0;
}
footer ul {
	margin: 0px auto 20px auto;
}
footer ul li {
	display: inline-block;
}
footer ul li:after {
	content: "│";
	font-size: 14px;
	margin: 0 5px;
}
footer ul li:last-child:after {
	content: "";
	margin: 0;
}
footer ul li a {
	font-size: 12px;
}
footer span {
	background-image: url("../images/logo.png");
	background-repeat: no-repeat;
	background-position: center top;
	background-size: auto 35px;
	display: block;
	font-size: 12px;
	padding: 55px 0 0 0;
}

@media only screen and (min-width: 1001px) {

footer {
	padding: 60px 0 210px 0;
}
footer ul {
	margin: 0 auto 40px auto;
}
footer ul li:after {
	font-size: 16px;
	margin: 0 10px;
}
footer ul li:last-child:after {
	content: "";
	margin: 0;
}
footer ul li a {
	font-size: 16px;
}
footer span {
	background-size: auto 45px;
	font-size: 14px;
	padding: 90px 0 0 0;
}

}


div#entry {
	width: 100%;
	background-color: rgba(217,205,180,0.9);
	position: fixed;
	z-index: 100;
	bottom: 0;
	left: 0;
	box-sizing: border-box;
	padding: 20px 0;
}
div#entry div ul {
	display: inline-block;
}
div#entry div ul li {
	background-image: url("../images/icn_check.png");
	background-repeat: no-repeat;
	background-size: 12px;
	background-position: left top 8px;
	box-sizing: border-box;
	line-height: 1.8em;
	text-align: left;
	font-weight: bold;
	padding: 0 0 0 20px;
}
div#entry div ul li span {
	text-align: left;
	display: inline-block;
	color: #d2379c;
	font-size: 16px;
	font-weight: bold;
	background-image: url("../images/mkr_ye.png");
	background-repeat: repeat-x;
	background-size: auto 12px;
	background-position: left bottom;
}

div#entry div a.btn {
	width: 240px;
	display: block;
	border-radius: 5px;
	line-height: 1.8em;
	font-size: 16px;
	text-decoration: none;
	color: #fff;
	font-weight: bold;
	background-color: #f0a02f;
	margin: 15px auto 0 auto;
	padding: 10px 0;
	animation: pulse 2s infinite;
}
div#entry div a.btn span {
	display: block;
	line-height: 1.8em;
	color: #fff;
}



@media only screen and (min-width: 1001px) {

div#entry {
	padding: 10px 0;
}

div#entry div {
	width: 960px;
	position: relative;
	box-shadow: 5px 5px 0px 0px #ee9e3b;
    background-color: #fff;
	box-sizing: border-box;
    margin: 0 auto;
    padding: 20px;
}

div#entry div ul li {
	background-size: 16px;
	padding: 0 0 0 25px;
}
div#entry div ul li span {
	font-size: 18px;
	background-size: auto 14px;
}

div#entry div a.btn {
	width: 460px;
	display: inline-block;
	line-height: 50px;
	font-size: 20px;
	margin: 0px 0 0 30px;
	padding: 0;
	animation: pulse 2s infinite;
}
div#entry div a.btn span {
	display: inline-block;
	line-height: 50px;
	margin: 0 10px 0 0;
}

}

@keyframes pulse {
    0% {
        transform: scale(1);
    }
    50% {
        transform: scale(1.1);
    }
    100% {
        transform: scale(1);
    }
}


.slick-dots {
    position: absolute;
    bottom: -35px;
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
}
.slick-dots li {
    position: relative;
    display: inline-block;
    width: 20px !important;
    margin: 0 8px !important;
    padding: 0;
    cursor: pointer;
}
.slick-dots li button {
    font-size: 0;
    line-height: 0;
    display: block;
    width: 20px;
    height: 20px;
    padding: 5px;
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}
.slick-dots li button:hover,
.slick-dots li button:focus {
    outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
    opacity: 1;
}
.slick-dots li button:before {
    font-family: 'slick';
    font-size: 36px;
    line-height: 36px;
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    height: 20px;
    content: '・';
    text-align: center;
    opacity: .25;
    color: black;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
    opacity: .75;
    color: black;
}

* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

#header {
    width: 100%;
    background: #fdf6e3;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 20px;
    gap: 0px 20px;
    flex-wrap: nowrap;
    border-bottom: 1px solid #eee;
	 position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1000;
}

/* LOGIN BUTTONS (RIGHT SIDE) */
#header .login ul {
    list-style: none;
    display: flex;
    gap: 10px;
}

#header .login ul li a {
    display: block;
    padding: 10px 18px;
    background: #5e99e9;
    color: #fff;
    font-weight: bold;
    font-size: 13px;
    text-decoration: none;
    border-radius: 4px;
    white-space: nowrap;
}

#header .login ul li a:hover {
    background: #00d0e4;
}


.footer-nav {
    background: #fff;
    padding: 40px 20px;
    text-align: center;
    border-top: 1px solid #e8e8e8;
}

.footer-list {
    list-style: none;
    padding: 0;
    margin: 0 auto 30px auto;

    display: grid;
    grid-template-columns: repeat(2, minmax(120px, 1fr)); /* 2 cột */
    gap: 12px 25px; /* dọc 12px, ngang 25px */

    max-width: 360px;
}

.footer-list li a {
    color: #444;
    font-size: 15px;
    text-decoration: none;
    transition: 0.2s;
}

.footer-list li a:hover {
    color: #5e99e9;
}

.footer-logo {
    width: 120px;
    margin: 10px auto 5px;
    opacity: 0.92;
}

.footer-nav .copyright {
    font-size: 13px;
    color: #777;
}
.footer_icon_sns{
	text-align: center;
    display: flex;
    justify-content: center;
    margin-bottom: 45px;
}
.footer_icon_sns img{
	margin: 0 30px;
    max-width: 80px;
}

/* RESPONSIVE */
@media (max-width: 768px) {
    #header {
        flex-wrap: wrap;
        justify-content: center;
    }

    .logo {
        order: 1;
    }

    .login {
        order: 2;
    }
}

@media (max-width: 480px) {
    #header .logo img {
        height: 27px;
    }

    .main-nav li a {
        font-size: 12px;
    }

    #header .login ul li a {
        padding: 8px 12px;
        font-size: 12px;
    }
	.footer-list {
		display: contents;
	}
	#header {
		gap: 0px 60px;
	}
	.footer_icon_sns img {
		margin: 0 10px;
		max-width: 50px;
	}
	footer span {
		margin-top: 20px;
	}
}
/*----------------------------------------------------
 style end
----------------------------------------------------*/