/* 滞在取材協力者募集 */

.roboto{
	font-family: "Roboto Condensed", sans-serif;
}

.page_title_bg,
#breadcrumb{
   display: none;
}

.rel{
	position: relative;
}

.mv::before{
	content: "";
	background-image: linear-gradient(180deg, rgba(255, 255, 255, 1), rgba(255, 255, 255, 0));
	height: 466px;
	width: 100%;
	position: absolute;
	left: 0;
	top: 0;
}

.mv h1{
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
}

.inner{
	max-width: 1040px;
	margin: 0 auto;
	padding: 0 20px;
}

.flex{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.experience-sec,
.reception-sec{
	background: url(../img/stay-interview/bg-img.png) no-repeat;
	background-size: cover;
	background-color: #2B936D;
	color: #ffffff;
	padding: 90px 0;
}

.experience-box{
	align-items: flex-start;
}

.experience-box .txt{
	max-width: 500px;
	width: calc(59% - 30px);
}

.experience-box .img{
	border-radius: 30px;
	overflow: hidden;
	width: 41%;
}

.experience-box .txt h2{
	font-size: clamp(26px, 7.5vw, 32px);
	font-weight: 700;
	line-height: 1.43;
	margin-bottom: 30px;
}

.experience-box .txt h2 span{
	color: #F5B900;
}

.experience-box .txt p{
	font-size: 18px;
	font-weight: 700;
	line-height: 1.5;
}

.recommend-box{
	margin-top: 90px;
}

.recommend-box h3{
	font-size: clamp(18px , 5vw , 28px);
	font-weight: 700;
	letter-spacing: 0.06em;
	margin-bottom: 30px;
}

.line-text {
	display: flex;
	align-items: center;
	text-align: center;
	width: 100%;
}

.line-text::before,
.line-text::after {
	content: "";
	flex-grow: 1;
	height: 1px;
	background: #ffffff;
}

.line-text::before {
	margin-right: 40px;
}

.line-text::after {
	margin-left: 40px;
}

.recommend-box .flex-card{
	gap: 11px;
}

.recommend-box .flex-card li{
	background: #ffffff;
	border-radius: 8px;
	color: #2B936D;
	font-size: 18px;
	font-weight: 700;
	height: 75px;
	padding: 0 20px;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-grow: 1;
}

.overview-sec{
	padding: 90px 0 0;
}

.sec-tl{
	font-size: 32px;
	font-weight: 700;
	letter-spacing: 0.08em;
	margin-bottom: 40px;
	text-align: center;
}

.sec-tl span{
	color: #04C17C;
	font-size: 18px;
	font-weight: 700;
	letter-spacing: 0.07em;
	margin: 10px auto 0;
	display: flex;
	align-items: center;
	text-align: center;
	justify-content: center;
}

.sec-tl span::before,
.sec-tl span::after {
	content: "";
	height: 1px;
	background: #04C17C;
	width: 90px;
}

.sec-tl span::before {
	margin-right: 15px;
}

.sec-tl span::after {
	margin-left: 15px;
}

.overview-card{
	gap: 20px;
}

.overview-card li{
	border: 1px solid #D2E6DF;
	border-radius: 12px;
	padding: 25px 30px;
	width: calc(50% - 10px);
}

.overview-card li h3{
	color: #2B936D;
	font-size: 20px;
	font-weight: 700;
	margin-bottom: 15px;
}

.overview-card li h4{
	font-size: 18px;
	font-weight: 700;
	margin-bottom: 10px;
	display: flex;
	align-items: center;
	gap: 8px;
}

.overview-card li h4 span{
	color: #04C17C;
}

.overview-card li h4::before{
	content: "";
	background: #2B936D;
	border-radius: 50%;
	display: block;
	height: 6px;
	width: 6px;
}

.overview-card li p + h4{
	margin-top: 10px;
}

.overview-card li p{
	color: #666666;
	font-size: 15px;
	font-weight: 700;
	line-height: 1.6;
}

li.overview-card-last {
	width:100%;
}

.destination-sec{
	padding: 90px 0;
}

.destination-card{
	gap: 9px;
}

.destination-card li h3{
	background: #2B936D;
	color: #ffffff;
	font-size: 20px;
	font-weight: 700;
	padding: 10px;
	text-align: center;
}

.flow-sec{
	background: #F2FAF7;
	padding: 90px 0;
}

.flow-card{
	gap: 40px;
}

.flow-card li{
	background: #ffffff;
	border: 1px solid #D2E6DF;
	border-radius: 12px;
	padding: 50px 20px 20px;
	width: calc(25% - 30px);
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
}

.flow-card li:not(:last-child)::after{
	content: "";
	width: 0;
	height: 0;
	border-style: solid;
	border-top: 13px solid transparent;
	border-bottom: 13px solid transparent;
	border-left: 15px solid #04c17c;
	border-right: 0;
	position: absolute;
	left: calc(100% + 15px);
	top: 50%;
	transform: translateY(-50%);
}

.flow-card li .num{
	background: #04C17C;
	border-radius: 50%;
	color: #ffffff;
	font-size: 11px;
	font-weight: 700;
	height: 60px;
	width: 60px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	position: absolute;
	left: 50%;
	top: -30px;
	transform: translateX(-50%);
}

.flow-card li .num span{
	font-size: 24px;
}

.flow-card li .img{
	display: table;
	margin: 0 auto 15px;
	flex: 1;
}

.flow-card li h3{
	color: #2B936D;
	font-size: 18px;
	font-weight: 700;
	line-height: 1.33;
	margin-bottom: 5px;
	text-align: center;
}

.flow-card li p{
	color: #666666;
	font-size: 14px;
	font-weight: 700;
	line-height: 1.42;
	text-align: center;
}

.reception-sec p{
	font-size: 18px;
	font-weight: 700;
	line-height: 1.5;
	text-align: center;
}

.orange-link-btn{
	/*background-image: linear-gradient(45deg, #f5b900, #d9912e);*/
	background-color: #ccc;
	border-radius: 35px;
	color: #ffffff;
	font-size: 22px;
	font-weight: 700;
	height: 70px;
	width: 100%;
	max-width: 330px;
	display: flex;
	align-items: center;
	justify-content: center;
	box-shadow: 0 2px 16px rgba(0, 0, 0, 0.2);
	margin: 30px auto 0;
}

.orange-link-btn::after{
	content: "";
	background: url(../img/stay-interview/arrow.png) no-repeat;
	background-size: cover;
	height: 10px;
	width: 10px;
	position: absolute;
	right: 30px;
	top: 50%;
	transform: translateY(-50%);
}

@media screen and (max-width: 768px) {
	.inner{
		padding: 0;
		width: calc(100% - .3rem);
    }
	
	.mv{
		height: 250px;
	}

	.mv > img{
		height: 100%;
		object-fit: cover;
	}
	
	.mv::before{
		height: 50%;
	}
	
	.experience-box{
		gap: 20px;
	}

	.experience-box .txt,
	.experience-box .img,
	.overview-card li,
	.flow-card li{
		width: 100%;
	}

	.line-text::before {
		margin-right: 20px;
	}

	.line-text::after {
		margin-left: 20px;
	}
	
	.sec-tl {
		font-size: 26px;
    }
    
    .destination-card {
		gap: 6px;
		justify-content: center;
	}
	
	.destination-card li{
		width: calc(50% - 3px);
	}
	
	.destination-card li h3 {
		font-size: 13px;
	}
	
	.flow-card {
		gap: 100px;
	}
	
	.flow-card li:not(:last-child)::after {
		left: 50%;
		top: calc(100% + 20px);
		transform: translateX(-50%) rotate(90deg);
	}



}