@charset "UTF-8";
html {
	/*font-size: 62.5%;*/
}
body{
	margin:0;
	padding:0;
	color: #232323;
	background-color: #fcf7e2;
	/*font-size: 1rem;*//* 16px */
	font-size: clamp(0.875rem, 0.810rem + 0.215vw, 1rem);
	line-height: 2;
	/* [disabled]line-height:26px; */
	font-family: "Helvetica Neue", "Helvetica", "Hiragino Sans", "Arial", "Yu Gothic", "Meiryo", sans-serif;
	-webkit-text-size-adjust: 100%;
	letter-spacing: 0.5px;
}
@media screen and (-webkit-min-device-pixel-ratio:0) {
	::i-block-chrome, body {
		font-feature-settings: "pkna";
	}
}
.clearfix:after{
	content: "."; 
	display: block; 
	height: 0; 
	font-size:0;    
	clear: both; 
	visibility:hidden;
}
.clearfix {
	display: inline-block;
} 
/* Hides from IE Mac */
* html .clearfix{
	height: 1%;
}
.clearfix{
	display:block;
}
/* End Hack */
.ml10 {
	margin-left: 10px;
}
.mr10 {
	margin-right: 10px;
}
.mt10 {
	margin-top: 10px;
}
.mt15 {
	margin-top: 15px;
}
.mt20 {
	margin-top: 20px;
}
.mt30 {
	margin-top: 30px;
}
.mt40 {
	margin-top: 40px;
}
.mt50 {
	margin-top: 50px;
}
.mt80 {
	margin-top: 80px;
}
.mt160 {
	margin-top: 160px;
}
.mb0 {
	margin-bottom: 0px;
}
.mb5 {
	margin-bottom: 5px;
}
.mb10 {
	margin-bottom: 10px;
}
.mb20 {
	margin-bottom: 20px;
}
.mb30 {
	margin-bottom: 30px;
}
.mb40 {
	margin-bottom: 40px;
}
.mb50 {
	margin-bottom: 50px;
}
.mb60 {
	margin-bottom: 60px;
}
.pt10 {
	padding-top: 10px;
}
.pt30 {
	padding-top: 30px;
}
.pt40 {
	padding-top: 40px;
}
.pt60 {
	padding-top: 60px;
}
.pb10 {
	padding-bottom: 10px;
}
.pb40 {
	padding-bottom: 40px;
}
.pb60 {
	padding-bottom: 60px;
}

/*-------------------- Reset */
h1,
h2,
h3,
p,
dl,
dt,
dd,
li {
  margin: 0;
  word-break: break-word;
}
a {
  color: #000;
  text-decoration: none; 
}
a:hover {
    text-decoration: none;
}

ul, ol {
  list-style: none;
  margin: 0;
  padding: 0; 
}
img {
	max-width: 100%;
	height: auto;
}

.spnone {
	display: block;
}
.pcnone {
	display: none;
}
@media screen and (max-width: 768px) {
	.spnone {
		display: none;
	}
	.pcnone {
		display: block;
	}
}


.en {
	font-family: "Quicksand", sans-serif;
  font-optical-sizing: auto;
	font-style: normal;
}
.text600 {
	font-weight: 600;
}
.text_right {
	text-align: right;
}
.text_left {
	text-align: left;
}
.text_center {
	text-align: center;
}
.text_link {
	color: #ffc800;
	text-decoration: underline;
	transition: .2s;
}
.text_link:hover {
	color: #ffdc62;
	text-decoration: none;
}

.btn_link {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	max-width: 240px;
	height: 60px;
	border-radius: 30px;
	padding: 0 10px;
	color: #ffffff;
	background: #ffc800;
	text-align: center;
	font-weight: 600;
	transition: .3s;
	position: relative;
}
.btn_link::after {
	content: "";
	display: block;
	width: 8px;
	height: 15px;
	background-image: url("../img/common/arrow_w_r.png");
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center center;
	position: absolute;
	right: 15px;
	top: 50%;
	transform: translateY(-50%);
	transition: .3s;
}
.btn_link:hover {
	background-color: #ffdc62;
}
.btn_link:hover::after {
	right: 10px;
}
@media screen and (max-width: 768px) {
	.btn_link {
		max-width: 220px;
		height: 50px;
		border-radius: 25px;
	}
}

/*---------------フッター*/
.footer {
	background-color: #f7eac4;
	position: relative;
}
.footer .footer_inner {
	width: 94%;
	max-width: 1400px;
	margin: 0 auto;
	padding: 40px 0;
}
.footer .footer_inner .footer_link_wrap {
	width: 100%;
	display: flex;
	justify-content: space-between;
}
.footer .footer_inner .footer_link_wrap .footer_company {
	padding-right: 40px;
}
.footer .footer_inner .footer_link_wrap .footer_company img.f_logo {
	width: 180px;
}
.footer .footer_inner .footer_link_wrap .footer_company .company_info {
	font-size: clamp(0.813rem, 0.748rem + 0.215vw, 0.938rem);
	line-height: 1.8;
}
.footer .footer_inner .footer_link_wrap .footer_company .company_info .disableTel a[href^="tel:"]{
	color: #322314;
	text-decoration: none;
	pointer-events: none;
}
.footer .footer_inner .footer_link_wrap .footer_right {
	display: flex;
	justify-content: flex-end;
}
.footer .footer_inner .footer_link_wrap .footer_right .footer_link:nth-child(2) {
	margin-left: 30px;
}
.footer .footer_inner .footer_link_wrap .footer_right .footer_link a {
	color: #322314;
	font-size: clamp(0.813rem, 0.748rem + 0.215vw, 0.938rem);
	line-height: 1.6;
	transition: .3s;
}
.footer .footer_inner .footer_link_wrap .footer_right .footer_link a:hover {
	opacity: .7;
}
.footer .copyright {
	width: 100%;
	font-size: clamp(0.625rem, 0.560rem + 0.215vw, 0.75rem);
	text-align: center;
	color: #322314;
	padding: 20px 0;
}
@media screen and (max-width: 768px) {
	.footer .footer_inner {
		width: 100%;
		padding: 40px 5%;
	}
	.footer .footer_inner .footer_link_wrap {
		flex-direction: column;
	}
	.footer .footer_inner .footer_link_wrap .footer_company {
		padding-right: 0;
		margin-bottom: 20px;
	}
		.footer .footer_inner .footer_link_wrap .footer_company img.f_logo {
		width: 160px;
	}
	.footer .footer_inner .footer_link_wrap .footer_right {
		justify-content: flex-start;
	}
	.footer .copyright {
		padding: 20px 0 40px;
	}
}
@media screen and (max-width: 480px) {
	.footer .footer_inner .footer_link_wrap .footer_right .footer_link {
		flex-direction: column;
	}
	.footer .footer_inner .footer_link_wrap .footer_right .footer_link li {
		width: 100%;
	}
	.footer .footer_inner .footer_link_wrap .footer_right .footer_link li:not(last-child) {
		margin-right: 0;
		margin-bottom: 7px;
	}
}

/*-----------------------第二階層共通*/
.section_mv {
	position: relative;
	padding: 0 5vw;
	background-image: url("../img/common/dot_y2.png");
	background-size: 8px 8px;
}
.section_mv .mv_inner {
	max-width: 1440px;
	margin: 0 auto;
	height: 400px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}
.section_mv .mv_inner .mv_title {
	font-size: clamp(1.75rem, 1.310rem + 1.878vw, 3rem);
	font-weight: 600;
	line-height: 1;
	letter-spacing: 1px;
	color: #20b9e6;
}
.section_mv .mv_inner .mv_title::first-letter {
	color: #ffc800;
}
.section_mv .mv_inner .mv_title_en {
	font-size: clamp(0.875rem, 0.743rem + 0.563vw, 1.25rem);
	font-weight: 600;
	line-height: 1;
	color: #20b9e6;
	margin-top: 1.5em;
}
.section_mv .mv_inner .mv_title_en::first-letter {
	color: #ffc800;
}
@media screen and (max-width: 991px) {
	.section_mv .mv_inner {
		height: 330px;
	}
}
@media screen and (max-width: 480px) {
	.section_mv .mv_inner {
		height: 280px;
	}
}

.main .section {
	padding: 80px 5vw;
}
.main .section_inner {
	width: 100%;
	max-width: 1400px;
	margin: 0 auto;
}
@media screen and (max-width: 768px) {
	.main .section {
		padding: 50px 20px;
	}
}


.main .section-heading {
	margin-bottom: 2em;
}
.main .section-heading h3 {
	font-size: clamp(1.125rem, 0.813rem + 1.042vw, 1.75rem);
	font-weight: 600;
}






