@charset "UTF-8";

.sec .inner {
	max-width: 1240px;
	width: 100%;
	padding: 0 20px;
}

.sec{
	padding-top: 80px;
		padding-bottom: 80px;
}
@media screen and (max-width: 768px){
	.sec{
		padding-top: 40px;
					padding-bottom: 40px;
	}
}

/* mv
---------------------------------------------- */
.mv {
	position: relative;
	background-image: url(../img/mv.jpg);
	background-position: center bottom;
	background-repeat: no-repeat;
	background-size: cover;
	aspect-ratio: 16 / 8;
}
.mv_box {
	position: absolute;
	color: #fff;
	text-shadow: 0px 0px 10px #333, 0px 0px 10px #333, 0px 0px 20px #333, 0px 0px 20px #333;
	top: 40%;
	left: 50%;
	transform: translate(-50%,-50%);
	text-align: center;
	width: 98%;
}
.locationTtl .txt{
	color: #fff;
	font-weight: 100;
	font-family: 'EB Garamond', serif;
	text-transform: uppercase;
	font-size: min(190px, 9vw);
	letter-spacing: normal;
	position: absolute;
	left: 0.3em;
	bottom: 0;
	line-height: 0.7;
}
.mv_tite {
	margin-top: 60px;
	font-size: 42px;
	font-size: clamp(1.625rem, 0.177rem + 3.013vw, 2.625rem);
	letter-spacing: 0.065em;
	font-weight: bold;
	line-height: 1.8;
}
.mv_tite .title_s {
	font-size: 24px;
	font-size: clamp(1.25rem, 0.888rem + 0.753vw, 1.5rem);
	display: block;
	font-weight: bold;
}
.mv_tite_lead {
	margin-top: 30px;
	font-size: clamp(1rem, 0.955rem + 0.227vw, 1.125rem);
	font-weight: bold;
	letter-spacing: 0.05em;
	line-height: 1.8;
}
.mv .cap {
	position: absolute;
	color: #fff;
	font-size: 12px;
	bottom: 10px;
	right: 10px;
	text-shadow: 0px 0px 10px #000, 0px 0px 10px #000, 0px 0px 10px #000;
}

@media only screen and (max-width:768px) {
	.mv {
		aspect-ratio: 1 / 1;
	}
	.locationTtl .txt{
	font-size: max(50px, 13vw);
	letter-spacing: normal;
	position: absolute;
	left: 50%;
	bottom: 0;
	line-height: 0.7;
	width: 100%;
	transform: translateX(-50%) !important;
}
	.mv_tite {
		margin-top: 60px;
		font-size: max(20px, 4vw);
		letter-spacing: 0.065em;
		font-weight: bold;
		line-height: 1.8;
	}
	.mv_tite .title_s {
		font-size: max(14px, 3vw);
		/* font-size: clamp(1.25rem, 0.888rem + 0.753vw, 1.5rem); */
		display: block;
		font-weight: bold;
	}
	.mv_tite_lead {
		margin-top: 20px;
        font-size: max(0.8em, 2.2vw);
	}
	.mv .cap {
		bottom: unset;
		top: 10px;
	}
}

/* 共通
======================================= */
figcaption {
	position: absolute;
	font-size: 12px;
	letter-spacing: 0.035em;
	text-shadow: 
	0px 0px 10px rgba(0, 0, 0, 0.3), 
	0px 0px 10px rgba(0, 0, 0, 0.3), 
	0px 0px 10px rgba(0, 0, 0, 0.3), 
	0px 0px 10px rgba(0, 0, 0, 0.3);
}
.img_cap {
	color: #fff;
	bottom: 10px;
	right: 3%;
}
.img_cap_top {
	color: #fff;
	top: 30px;
	left: 3%;
}
.img_cap_l {
	position: absolute;
	bottom: 30px;
	right: 20px;
	color: #fff;
	font-size: 40px;
	font-size: clamp(1.75rem, 0.585rem + 2.424vw, 2.5rem);
	font-weight: bold;
	letter-spacing: 0.08em;
}
.main_title {
	position: relative;
	color: #6bba91;
	font-size: 36px;
	letter-spacing: 0.1em;
	font-weight: bold;
	line-height: 1.6;
}
.bg-color .main_title {
	text-align: right;
}
.main_lead {
	text-align: center;
	font-size: 18px;
	font-size: clamp(0.875rem, 0.487rem + 0.808vw, 1.125rem);
	font-weight: bold;
	letter-spacing: 0.065em;
	line-height: 2.2;
}

@media only screen and (max-width:768px) {
	figcaption {
		font-size: 11px;
	}
	.img_cap.sp_cap {
		bottom: auto;
		top: 10px;
		left: 3%;
	}
	.img_cap_top {
		top: 10px;
		left: 3%;
	}
	.img_cap_l {
		bottom: 14px;
		right: 10px;
		font-size: 22px;
	}
	.main_title {
		font-size: 16px;
	}
	.main_lead {
		text-align: left;
		font-size: 16px;
		line-height: 2;
	}
}

/* bg-color
======================================= */
.bg-color {
	background: linear-gradient(
  to bottom,
  #f3f7fb 0%,
  #f6faf7 50%,
  #f8fcf4 100%
);
}

/* top_area
======================================= */
.top_area {
	margin-top: 60px;
}
.top_area.mb {
	margin-bottom: 70px;
}
.top_title {
	font-weight: bold;
	text-align: center;
	font-size: 36px;
	letter-spacing: 0.05em;
	line-height: 1.7;
}
.top_title .under {
	font-size: 46px;
	padding-bottom: 5px;
	background: linear-gradient(transparent 50%, #fafbb5 50%);
}
.top_kv {
	margin-top: 54px;
}

@media only screen and (max-width:768px) {
	.top_area {
		margin-top: 14px;
	}
	.top_area.mb {
		margin-bottom: 0px;
	}
	.top_title {
		font-size: 16px;
	}
	.top_title .under {
		font-size: 24px;
		padding-bottom: 5px;
	}
	.top_kv {
		margin-top: 24px;
	}
}


/* interview_area
======================================= */
.interview_area {
	padding-top: 0px;
	padding-bottom: 80px;
}
.interview_area + .interview_area {
	padding-top: 50px;
	padding-bottom: 70px;
}
.interview_contents {
	position: relative;
	width: calc(100% - 100px);
	margin-inline: auto;
	padding-top: 50px;
}
.icon_q {
	content: '';
	position: absolute;
	left: -50px;
	top: 0;
}
.bg-color .icon_q {
	left: auto;
	right: -50px;
}
.interview_item {
	position: relative;
	max-width: 982px;
	margin-left: auto;
}
.bg-color .interview_item {
	margin-left: 0;
}
.interview_text {
	margin-top: 10px;
}

@media only screen and (max-width:768px) {
	.interview_area {
		padding-top: 20px;
		padding-bottom: 40px;
	}
	.interview_area + .interview_area {
		padding-top: 40px;
		padding-bottom: 40px;
	}
	.interview_contents {
		width: 100%;
		padding-top: 10px;
		padding-left: 30px;
	}
	.icon_q {
		left: -10px;
		width: 120px;
	}
	.bg-color .icon_q {
		right: -10px;
	}
	.bg-color .interview_contents {
		padding-left: 0;
		padding-right: 30px;
	}
	.interview_text {
		margin-top: 4px;
	}
}


/* link_area
=============================== */
.link_area {
	padding-top: 95px;
	padding-bottom: 80px;
}
.link_btn {
	display: block;
	margin-inline: auto;
	width: 100%;
	max-width: 500px;
	padding-block: 26px;
	font-size: 18px;
	letter-spacing: 0.1em;
	line-height: 1;
	color: #fff;
	text-align: center;
	background: linear-gradient(to right, #44785f, #76b892, #44785f);
	border-radius: 35px;
	box-shadow: rgba(0, 0, 0, 0.5) 2px 2px 2px;
	transition: .4s;
}
.link_btn:hover {
	opacity: .8;
}
.link_banner {
	display: flex;
	margin-inline: auto;
	margin-top: 55px;
	width: 100%;
	max-width: 580px;
	border: 1px solid #dddddd;
	border-radius: 10px;
	overflow: hidden;
	box-shadow: rgba(107, 186, 145, .14) 10px 10px 1px;
	transition: .4s;
}
.link_banner:hover {
	opacity: .8;
}
.link_banner_img {
	width: 50%;
}
.link_banner_img img {
	object-fit: cover;
	height: 100%;
}
.link_banner_body {
	width: 50%;
	padding: 20px 26px;
	display: flex;
	flex-direction: column;
}
.link_banner_title_wrap {
	display: flex;
	flex-direction: column;
	row-gap: 10px;
}
.link_banner_title {
	font-size: 24px;
	line-height: 1.5;
	font-weight: bold;
	padding-bottom: 4px;
	border-bottom: 1px solid #dddddd;
}
.link_banner_subtitle {
	font-size: 14px;
	text-align: right;
}
.link_banner_text {
	margin-top: 32px;
	font-size: 16px;
	letter-spacing: 0.04em;
	line-height: 2;
}
.link_banner_text span {
	font-weight: bold;
}
.link_banner_btn {
	display: block;
	margin-inline: auto;
	margin-top: auto;
	width: 100%;
	max-width: 380px;
	padding-block: 13px;
	font-size: 16px;
	letter-spacing: 0.1em;
	line-height: 1;
	color: #fff;
	text-align: center;
	background: linear-gradient(to right, #44785f, #76b892, #44785f);
	border-radius: 35px;
	box-shadow: rgba(0, 0, 0, 0.5) 1px 1px 1px;
}

@media only screen and (max-width:768px) {
	.link_area {
		padding-top: 40px;
		padding-bottom: 60px;
	}
	.link_btn {
		width: 90%;
		padding-block: 18px;
		font-size: 14px;
		letter-spacing: 0.04em;
	}
	.link_banner {
		flex-direction: column;
		margin-inline: auto;
		margin-top: 30px;
		width: 100%;
		max-width: 580px;
		border: 1px solid #dddddd;
		border-radius: 10px;
		overflow: hidden;
		box-shadow: rgba(107, 186, 145, .14) 10px 10px 1px;
		transition: .4s;
	}
	.link_banner_img {
		width: 100%;
	}
	.link_banner_body {
		width: 100%;
		padding: 20px 20px;
		row-gap: 16px;
	}
	.link_banner_title_wrap {
		flex-direction: row;
		justify-content: space-between;
		align-items: center;
		padding-bottom: 4px;
		border-bottom: 1px solid #dddddd;
	}
	.link_banner_title {
		font-size: 16px;
		line-height: 1.5;
		padding-bottom: 0;
		border-bottom: none;
	}
	.link_banner_subtitle {
		font-size: 11px;
	}
	.link_banner_text {
		margin-top: 12px;
		font-size: 13px;
		letter-spacing: 0.04em;
		line-height: 2;
	}
	.link_banner_btn {
		width: 80%;
		padding-block: 12px;
		font-size: 13px;
		letter-spacing: 0.1em;
	}
}
