body {
	font-family: 'Kiwi Maru', serif;
}

header .logo {
	padding: 0.40rem 0 0 0.50rem;
	width: 3.99rem;
}

@media screen and (max-width: 599px) {
	header .logo {
		padding: 0.20rem;
    width: 2.15rem;
	}
}

/* グローバルナビゲーション */
header .glo_navi {
	width: 3.60rem;
	padding: 0.65rem 0 0.40rem;
	margin-right: 0.50rem;
}

header .glo_navi .list .link {
	width: 50%;
}

header .glo_navi .list .link a {
	text-align: center;
	display: block;
	font-family: 'Poppins', sans-serif;
	font-size: 0.22rem;
	letter-spacing: 0.075em;
	color: #5DB38F;
	text-decoration: none;
	padding: 0.24rem 0;
}

/* TEL・メールボタン */
header .btn_wrap {
	position: absolute;
	top: -0.30rem;
	right: -0.20rem;
	z-index: 1;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	width: 7.50rem;
}

/* 言語ボタン */
header .btn_wrap .lang_btn {
	width: 1.59rem;
	background-color: #5DB38F;
	position: relative;
	top: -0.06rem;
	padding-top: 0.06rem;
	transition: all 0.3s;
}

header .btn_wrap .lang_btn a {
	display: block;
	height: 100%;
	position: relative;
	text-decoration: none;
}

header .btn_wrap .lang_btn a::after {
	content: "";
	width: 0;
  height: 0;
  border-style: solid;
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
  border-left: 5px solid #ffffff;
  border-right: 0;
	position: absolute;
	right: 0.10rem;
	top: 50%;
	transform: translateY(-50%);
}

header .btn_wrap .lang_btn a span {
	display: block;
	text-align: center;
	font-family: 'Poppins', sans-serif;
	font-size: 0.20rem;
	font-weight: 500;
	color: #FFF;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 95%;
	position: absolute;
	top: 48%;
	left: 0;
	transform: translateY(-50%);
}

header .btn_wrap .lang_btn a span::before {
	content: "";
	width: 0.26rem;
	height: 0.26rem;
	display: block;
	background-image: url(../img/header_lang_icon_white.svg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	position: relative;
	margin-right: 0.08rem;
}

header .btn_wrap .lang_btn:hover {
	top: 0;
}

/*======================
トップページ MV
=======================*/
#mv {
	padding: 0.70rem 0;
}

@media screen and (max-width: 599px) {
	#mv {
		padding: 0.30rem 0 0.45rem;
	}
}

#mv .catch {
	width: 100%;
	max-width: 7.00rem;
	margin: 0 auto 0.30rem;
}

@media screen and (max-width: 599px) {
	#mv .catch {
		max-width: 2.90rem;
		margin: 0 auto 0.25rem;
	}
}

#mv .fukidashi_wrap::before {
	background-image: url(../img/top_mv_img.jpg);
}

#mv .fukidashi_wrap .fukidashi01 {
	background-image: url(../img/top_mv_fukidashi01.svg);
}

#mv .fukidashi_wrap .fukidashi02 {
	background-image: url(../img/top_mv_fukidashi02.svg);
	top: 1.10rem;
	right: 0.66rem;
}

#mv .fukidashi_wrap .fukidashi03 {
	background-image: url(../img/top_mv_fukidashi03.svg);
	top: 1.80rem;
	left: 0;
}

#mv .fukidashi_wrap .fukidashi04 {
	background-image: url(../img/top_mv_fukidashi04.svg);
	top: 2.63rem;
	right: 0.20rem;
}

#mv .fukidashi_wrap .fukidashi05 {
	background-image: url(../img/top_mv_fukidashi05.svg);
	bottom: 0.30rem;
	left: 0.50rem;
}


/*============================
introduction
============================*/
#introduction .catch {
	text-align: center;
	color: #5DB38F;
	font-size: 0.20rem;
	padding-bottom: 0.20rem;
}
@media screen and (max-width: 599px) {
	#introduction .catch {
		font-size: 0.18rem;
		line-height: 1.75;
	}
}

#introduction .sec_title {
	text-indent: 0;
	width: auto;
	height: auto;
	background-image: none;
	margin: auto;
	text-align: center;
	color: #5DB38F;
	font-size: 0.30rem;
}

@media screen and (max-width: 599px) {
	#introduction .sec_title {
		width: auto;
		height: auto;
		background-image: none;
		line-height: 1.55;
		padding-bottom: 0.20rem;
	}
}

#introduction .himitsu_wrap {
	width: 7.00rem;
}

@media screen and (max-width: 599px) {
	#introduction .himitsu_wrap {
		width: 100%;
		padding: 0.20rem 0;
	}
}

#introduction .himitsu_wrap .text {
	border: 2px solid #5DB38F;
	border-radius: 0.20rem;
	line-height: 1.75;
	padding: 0.20rem 0;
	text-align: center;
	font-size: 0.20rem;
	font-weight: 400;
	letter-spacing: 0.07em;
	color: #5DB38F;
	font-family: 'Kiwi Maru', serif;
}

@media screen and (max-width: 599px) {
	#introduction .himitsu_wrap .text {
		border: 1px solid #5DB38F;
		font-size: 0.14rem;
	}
}

/*============================
CTAエリア
============================*/
.cta_wrap .cta_title {
	font-size: 0.22rem;
	letter-spacing: 0.05em;
}

@media screen and (max-width: 599px) {
	.cta_wrap .cta_title {
		font-size: 0.16rem;
		padding-bottom: 0.20rem;
		line-height: 1.76;
		letter-spacing: 0.05em;
	}
}

.cta_wrap .cta_link_wrap .list .detail .cta_mail_box .textbox .btn_wrap a {
	padding: 0.32rem 0 0.34rem;
	letter-spacing: 0.05em;
}

@media screen and (max-width: 599px) {
	.cta_wrap .cta_link_wrap .list .detail .cta_mail_box .textbox .btn_wrap a {
		padding: 0.26rem 0 0.28rem;
	}
}

/* テキスト */
.cta_wrap .cta_link_wrap .list .detail .text {
	font-size: 0.14rem;
	letter-spacing: 0.05em;
}

@media screen and (max-width: 599px) {
	.cta_wrap .cta_link_wrap .list .detail .text {
		font-size: 0.12rem;
	}
}

.cta_wrap .cta_link_wrap .list .detail .cta_tel_box .textbox .text {
	text-align: center;
	padding-top: 0.10rem;
}

@media screen and (max-width: 599px) {
	.cta_wrap .cta_link_wrap .list .detail .cta_tel_box .textbox .text {
		padding-top: 0.05rem;
	}
}

/*============================
Instagram
============================*/
#insta_wrap .insta_link_wrap .textbox .title {
	padding-bottom: 0;
}


/*============================
contact
============================*/
#contact .tel_wrap {
	max-width: 9.50rem;
}

#contact .tel_wrap .title {
	width: 3.60rem;
}
@media screen and (max-width: 599px) {
	#contact .tel_wrap .title {
		width: 100%;
	}
}

#contact .tel_wrap .textbox {
	width: calc(100% - 3.60rem);
}
@media screen and (max-width: 599px) {
	#contact .tel_wrap .textbox {
		width: 100%;
	}
}

.contact_form th .required::after {
	content: "Required";
	padding: 0.04rem 0.06rem 0.06rem;
}

.contact_form td .radio_list .item {
	width: 50%;
}

@media screen and (max-width: 599px) {
	.contact_form td .radio_list .item {
		width: 100%;
	}
}

#contact .history_list .history_title {
	width: 70%;
	font-size: 0.15rem;
	line-height: 1.45;
}

/*============================
About us
============================*/
#aboutus {
	padding-top: 1.00rem;
	max-width: 8.00rem;
	margin: auto;
}

@media screen and (max-width: 599px) {
	#aboutus {
		padding-top: 0.40rem;
	}
}

#aboutus .sec_title {
	text-indent: 0;
	width: auto;
	height: auto;
	background-image: none;
	margin: auto;
	text-align: center;
	color: #5DB38F;
	font-size: 0.30rem;
	padding-bottom: 0.40rem;
}

@media screen and (max-width: 599px) {
	#aboutus .sec_title {
		width: auto;
		height: auto;
		background-image: none;
		line-height: 1.55;
		font-size: 0.20rem;
		padding-bottom: 0.20rem;
	}
}

#aboutus .about_box {
	background-color: rgba(93, 179, 143, 0.1);
	padding: 0.20rem;
	border-radius: 0.10rem;
	margin-bottom: 0.30rem;
}
@media screen and (max-width: 599px) {
	#aboutus .about_box {
		padding: 0.15rem;
		border-radius: 0.06rem;
		margin-bottom: 0.20rem;
	}
}

#aboutus .about_box .title {
	font-size: 0.20rem;
	font-weight: 600;
	color: #5DB38F;
}

@media screen and (max-width: 599px) {
	#aboutus .about_box .title {
		font-size: 0.15rem;
		text-align: center;
		line-height: 1.5;
	}
}

#aboutus .about_box .list .text {
	padding-top: 0.15rem;
	font-size: 0.16rem;
}

@media screen and (max-width: 599px) {
	#aboutus .about_box .list {
		padding-left: 0.10rem;
	}
	#aboutus .about_box .list .text {
		padding-top: 0.10rem;
		font-size: 0.14rem;
		text-indent: -0.11rem;
		padding-left: 0.20rem;
		line-height: 1.65;
	}

}

#aboutus .about_box .list .text::before {
	content: "●";
	color: #5DB38F;
	display: inline-block;
	padding-right: 0.08rem;
}

#aboutus .organization {
	text-align: center;
	padding-bottom: 0.30rem;
}

@media screen and (max-width: 599px) {
	#aboutus .organization {
		padding: 0.10rem 0 0.40rem;
		border-bottom: 1px solid #CCC;
	}
}

#aboutus .organization .text {
	font-size: 0.18rem;
	font-weight: 500;
	padding-bottom: 0.10rem;
	color: #5DB38F;
}

@media screen and (max-width: 599px) {
	#aboutus .organization .text {
		font-size: 0.16rem;
		line-height: 1.5;
		padding-bottom: 0.05rem;
	}
}

#aboutus .organization .small_text {
	font-size: 0.14rem;
}

@media screen and (max-width: 599px) {
	#aboutus .organization .small_text {
		font-size: 0.12rem;
	}
}