/*============================
ページ読み込み時
============================*/
.slpash_screen {
	width: 100%;
	height: 100%;
	background-color: #FFF;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 10;
}

/*============================
移住イベントバナー
2023.2.10
============================*/
.event_bnr {
	width: 0.88rem;
	height: 3.70rem;
	position: fixed;
	top: 40%;
	right: 0;
	transform: translateY(-50%);
	z-index: 9;
	border-top-left-radius: 0.16rem;
	border-bottom-left-radius: 0.16rem;
	box-shadow: 0 0 0.06rem rgba(0,0,0,0.3);
	background-position: left center;
	background-repeat: no-repeat;
	background-size: contain;
	background-color: #ff6a00;
	transition: all 0.3s;
}

@media screen and (max-width: 599px) {
	.event_bnr {
		width: calc(100% - 0.20rem);
		height: 0.70rem;
		top: auto;
		bottom: 0.10rem;
		right: 0.10rem;
		transform: translateY(0);
		border-radius: 0.10rem;
		box-shadow: 0 0 0.06rem rgba(0,0,0,0.2);
		background-position: center center;
	}
}

.event_bnr a {
	display: block;
	height: 100%;
	text-indent: -9999px;
}

.event_bnr:hover {
	padding-right: 0.15rem;
}

@media screen and (max-width: 599px) {
	.event_bnr:hover {
		padding-right: 0;
	}
}

/* 2023年2月 */
.event202302 {
	background-image: url(../img/event202302_bnr_pc.svg);
}
@media screen and (max-width: 599px) {
	.event202302 {
		background-image: url(../img/event202302_bnr_sp.svg);
	}
}

/* 2023年11月 */
.event202311 {
	height: 2.96rem;
	background-image: url(../img/event202311_bnr_pc.svg);
}
@media screen and (max-width: 599px) {
	.event202311 {
		height: 0.70rem;
		background-image: url(../img/event202311_bnr_sp.svg);
	}
}

/*============================
ヘッダー
============================*/
header {
	transition: transform 0.5s 0.3s;
	position: fixed;
	max-width: 12.80rem;
	width: calc(100% - 0.40rem);
	min-width: 1060px;
	bottom: 0.60rem;
	left: 50%;
	transform: translateX(-50%);
	z-index: 2;
	background-color: #FFF;
	border-radius: 0.10rem;
	box-shadow: 0 2px 8px rgba(0,0,0,0.4);
	overflow: hidden;
	display: flex;
	align-items: center;
}

@media screen and (max-width: 599px) {
	header {
		width: 100%;
		min-width: 100%;
		bottom: auto;
		top: 0;
		left: 0;
		transform: translateX(0);
		border-radius: 0;
		box-shadow: 0 1px 4px rgba(0,0,0,0.4);
		overflow: initial;
		display: block;
	}
}

/* ヘッダーが上に消える */
/* header.hide {
	transform: translateY(-1.50rem);
} */

/* スクロールで表示された状態 */
/* header.scr {
	background-color: rgba(255, 255, 255, 0.85);
	-webkit-backdrop-filter: blur(10px);
	backdrop-filter: blur(10px);
} */

header .logo {
	background-color: #E1EAD8;
	width: 1.80rem;
	height: 0.90rem;
	padding: 0.16rem 0 0.18rem;
	box-sizing: border-box;
	cursor: pointer;
}

@media screen and (max-width: 599px) {
	header .logo {
		background-color: #FFF;
		width: 0.90rem;
		height: auto;
		padding: 0.15rem;
	}
}

header .logo img {
	display: block;
	margin: auto;
	width: 1.30rem;
}

@media screen and (max-width: 599px) {
	header .logo img {
		width: 100%;
	}
}

header .glo_navi {
	width: calc(100% - 1.80rem);
}

@media screen and (max-width: 599px) {
	header .glo_navi {
		width: 100%;
		position: absolute;
		top: 0.66rem;
		left: 0;
		z-index: 5;
		display: none;
	}
}

header .glo_navi .list {
	display: flex;
	justify-content: space-around;
	align-items: center;
}

@media screen and (max-width: 599px) {
	header .glo_navi .list {
		display: block;
	}
}

header .glo_navi .list .link {
	height: 0.90rem;
	width: 100%;
}

@media screen and (max-width: 599px) {
	header .glo_navi .list .link {
		height: auto;
	}
}

header .glo_navi .list .link a {
	display: block;
	height: 100%;
	position: relative;
	text-decoration: none;
	color: #1A1A1A;
}

header .glo_navi .list .link a::after {
	content: "";
	width: 1px;
	height: 80%;
	background-color: #CCC;
	position: absolute;
	right: 0;
	top: 10%;
}

@media screen and (max-width: 599px) {
	header .glo_navi .list .link a::after {
		width: 0.13rem;
		height: 0.13rem;
		background-color: transparent;
		background-image: url(../common/img/icon_right_bold_white.svg);
		background-position: right center;
		background-repeat: no-repeat;
		background-size: contain;
		right: 0.20rem;
		top: 50%;
		transform: translateY(-50%);
	}
}

header .glo_navi .list .link:last-child a::after {
	content: none;
}

@media screen and (max-width: 599px) {
	header .glo_navi .list .link:last-child a::after {
		content: "";
		width: 0.17rem;
		height: 0.17rem;
		background-color: transparent;
		background-image: url(../common/img/icon_newwin_white.svg);
		background-position: right center;
		background-repeat: no-repeat;
		background-size: contain;
		right: 0.20rem;
		top: 50%;
		transform: translateY(-50%);
	}
}

header .glo_navi .list .link a .textbox {
	width: 100%;
	text-align: center;
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
}

@media screen and (max-width: 599px) {
	header .glo_navi .list .link a .textbox {
		text-align: left;
		position: relative;
		left: auto;
		top: auto;
		transform: translateY(0);
		box-sizing: border-box;
		padding: 0.28rem 0.20rem;
		display: flex;
		align-items: center;
		color: #FFF;
	}
}

header .glo_navi .list .link a .textbox .jp_text {
	font-size: 0.17rem;
	font-weight: 500;
	display: block;
}

header .glo_navi .list .link a .textbox .en_text {
	font-family: 'Poppins', sans-serif;
	font-size: 0.11rem;
	font-weight: 500;
	padding-top: 0.08rem;
	display: block;
}

@media screen and (max-width: 599px) {
	header .glo_navi .list .link a .textbox .en_text {
		padding-left: 0.10rem;
		position: relative;
		top: -0.04rem;
	}
}

/* カテゴリ別 */
@media screen and (max-width: 599px) {
	header .glo_navi .list .link.top a .textbox .en_text {
		color: #1A1A1A;
		opacity: 0.5;
	}
	header .glo_navi .list .link.top a,
	header .glo_navi .list .link.top a:hover {
		background-color: #EEE;
	}
	header .glo_navi .list .link.top a .textbox {
		color: #1A1A1A
	}
	header .glo_navi .list .link.top a::after {
		background-image: url(../common/img/icon_right_bold_black.svg);
	}
}

header .glo_navi .list .link.area a .textbox .en_text {
	color: #01949E;
}
@media screen and (max-width: 599px) {
	header .glo_navi .list .link.area a .textbox .en_text {
		color: #FFF;
		opacity: 0.5;
	}
}
header .glo_navi .list .link.area a:hover {
	background-color: rgba(1,148,158,0.1);
}
@media screen and (max-width: 599px) {
	header .glo_navi .list .link.area a,
	header .glo_navi .list .link.area a:hover {
		background-color: #01949E;
	}
}

header .glo_navi .list .link.recruit a .textbox .en_text {
	color: #FF3D61;
}
@media screen and (max-width: 599px) {
	header .glo_navi .list .link.recruit a .textbox .en_text {
		color: #FFF;
		opacity: 0.5;
	}
}
header .glo_navi .list .link.recruit a:hover {
	background-color: rgba(255,61,97,0.1);
}
@media screen and (max-width: 599px) {
	header .glo_navi .list .link.recruit a,
	header .glo_navi .list .link.recruit a:hover {
		background-color: #FF3D61;
	}
}

/* 移住者インタビュー */
header .glo_navi .list .link.migration a .textbox .en_text {
	color: #3BAC2C;
}
@media screen and (max-width: 599px) {
	header .glo_navi .list .link.migration a .textbox .en_text {
		color: #FFF;
		opacity: 0.5;
	}
}
header .glo_navi .list .link.migration a:hover {
	background-color: rgba(59, 172, 44, 0.1)
}
@media screen and (max-width: 599px) {
	header .glo_navi .list .link.migration a,
	header .glo_navi .list .link.migration a:hover {
		background-color: #3BAC2C;
	}
}

header .glo_navi .list .link.life a .textbox .en_text {
	color: #FFA402;
}
@media screen and (max-width: 599px) {
	header .glo_navi .list .link.life a .textbox .en_text {
		color: #FFF;
		opacity: 0.5;
	}
}
header .glo_navi .list .link.life a:hover {
	background-color: rgba(255,164,2,0.1);
}
@media screen and (max-width: 599px) {
	header .glo_navi .list .link.life a,
	header .glo_navi .list .link.life a:hover {
		background-color: #FFA402;
	}
}

header .glo_navi .list .link.faq a .textbox .en_text {
	color: #005C46;
}
@media screen and (max-width: 599px) {
	header .glo_navi .list .link.faq a .textbox .en_text {
		color: #FFF;
		opacity: 0.5;
	}
}
header .glo_navi .list .link.faq a:hover {
	background-color: rgba(0,92,70,0.1);
}
@media screen and (max-width: 599px) {
	header .glo_navi .list .link.faq a,
	header .glo_navi .list .link.faq a:hover {
		background-color: #005C46;
	}
}
header .glo_navi .list .link.contact a::after {
	content: none;
}
header .glo_navi .list .link.contact a .textbox .en_text {
	color: #707070;
}
@media screen and (max-width: 599px) {
	header .glo_navi .list .link.contact a .textbox .en_text {
		color: #FFF;
		opacity: 0.5;
	}
}
header .glo_navi .list .link.contact a:hover {
	background-color: rgba(0,0,0,0.1);
}
@media screen and (max-width: 599px) {
	header .glo_navi .list .link.contact a,
	header .glo_navi .list .link.contact a:hover {
		background-color: #707070;
	}
}

@media screen and (max-width: 599px) {
	header .glo_navi .list .link.insta a {
		background-color: #111;
	}
	header .glo_navi .list .link.insta a span {
		display: inline-block;
		padding-left: 0.30rem;
	}
	header .glo_navi .list .link.insta a span::before {
		content: "";
		width: 0.23rem;
		height: 0.23rem;
		background-image: url(../common/img/icon_insta_white.svg);
		background-position: left center;
		background-repeat: no-repeat;
		background-size: contain;
		position: absolute;
		left: 0.20rem;
		top: 50%;
		transform: translateY(-50%);
	}

	header .contact_btn {
		width: 0.66rem;
		height: 100%;
		top: 0;
		right: 0.66rem;
		position: absolute;
	}
	header .contact_btn a {
		display: block;
		height: 100%;
	}
	header .contact_btn a::before {
		content: "";
		width: 100%;
		height: 0.20rem;
		background-image: url(../img/icon_header_contact.svg);
		background-position: center center;
		background-repeat: no-repeat;
		background-size: contain;
		position: absolute;
		top: 0.15rem;
		left: 0;
	}
	header .contact_btn span {
		color: #01949E;
		display: block;
		width: 100%;
		text-align: center;
		font-size: 0.10rem;
		letter-spacing: 0;
		font-family: 'Poppins', sans-serif;
		position: absolute;
		bottom: 0.15rem;
		left: 0;
	}
}

/* SPナビボタン */
#SPnaviBtn {
	width: 0.66rem;
	height: 0.66rem;
	background-color: #01949E;
}

#SPnaviBtn span {
	background-color: #FFF;
}

.menu-trigger span:nth-of-type(1) {
	top: 32%;
}

.menu-trigger span:nth-of-type(2) {
	top: 49%;
}

.menu-trigger span:nth-of-type(3) {
	bottom: 32%;
}

/*============================
MV
============================*/
.mv {
	height: 90vh;
	min-height: 7.00rem;
	max-height: 9.00rem;
	position: relative;
}

@media screen and (max-width: 599px) {
	.mv {
		height: 90vh;
		min-height: 5.00rem;
		max-height: 5.60rem;
	}
}

.mv .logo {
	width: 3.20rem;
	height: 2.30rem;
	box-sizing: border-box;
	padding: 0.40rem;
	position: absolute;
	top: 0;
	left: 0;
	border-bottom-right-radius: 0.30rem;
	box-shadow: 0 0 10px rgba(0,0,0,0.2);
	z-index: 1;
	background-color: #FFF;
}

.mv .ph_wrap {
	width: calc(100% - 1.00rem);
	height: 100%;
	border-bottom-right-radius: 0.30rem;
	overflow: hidden;
	background-image: url(../img/mv_pc.jpg);
	background-position: center bottom;
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
}

@media screen and (max-width: 599px) {
	.mv .ph_wrap {
		width: 100%;
		height: 100%;
		border-bottom-right-radius: 0;
		overflow: hidden;
		background-image: url(../img/mv_sp.jpg);
	}
}

/* キャッチコピー */
.mv .catch {
	width: 5.94rem;
	height: 2.05rem;
	position: absolute;
	right: 0.76rem;
	top: 28%;
	z-index: 1;
}

@media screen and (max-width: 599px) {
	.mv .catch {
		width: 2.98rem;
		height: 1.03rem;
		position: absolute;
		right: auto;
		left: 50%;
		transform: translateX(-50%);
		top: 30%;
		z-index: 1;
	}
}

/* キャプション */
.mv .ph_wrap .caption {
	position: absolute;
	top: 0.15rem;
	right: 0.15rem;
	font-size: 0.12rem;
	color: #FFF;
}

@media screen and (max-width: 599px) {
	.mv .ph_wrap .caption {
		top: auto;
		bottom: 0.15rem;
		right: 0.15rem;
		font-size: 0.10rem;
	}
}

/* 問い合わせボタン */
.mv .contact_btn {
	width: 1.00rem;
	height: 1.00rem;
	position: absolute;
	right: 0;
	top: 0;
}

.mv .contact_btn a {
	display: block;
	height: 100%;
	color: #01949E;
	text-decoration: underline;
}

.mv .contact_btn a:hover {
	background-color: #01949E;
}

.mv .contact_btn a::before {
	content: "";
	width: 100%;
	height: 0.26rem;
	background-image: url(../img/icon_header_contact.svg);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
	position: absolute;
	top: 0.30rem;
	left: 0;
}

.mv .contact_btn a:hover::before {
	background-image: url(../img/icon_header_contact_white.svg);
}

.mv .contact_btn a span {
	position: absolute;
	bottom: 0.20rem;
	width: 100%;
	text-align: center;
	font-family: 'Poppins', sans-serif;
	color: #01949E;
}

.mv .contact_btn a:hover span {
	color: #FFF;
}

/* スクロール */
.mv .scroll {
	position: absolute;
	right: 0.50rem;
	bottom: 0.20rem;
	cursor: pointer;
}

.mv .scroll a {
	color: #1A1A1A;
}

.mv .scroll span {
	font-family: 'Poppins', sans-serif;
	font-size: 0.10rem;
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
	position: absolute;
	top: -0.90rem;
	left: -0.05rem;
}

.mv .scroll::before {
	content: "";
	width: 1px;
	height: 0.30rem;
	background-color: #000;
	position: absolute;
	bottom: 0;
	left: 0;
}

.mv .scroll::after {
	content: "";
	width: 0.07rem;
	height: 0.07rem;
	background-color: #000;
	border-radius: 0.04rem;
	position: absolute;
	top: -0.30rem;
	left: -0.03rem;
	animation: wheel 2s infinite;
}

@keyframes wheel {
  to {
    opacity: 0;
    top: 0;
  }
}

/*============================
セクションタイトル（共通）
============================*/
.sec_title {
	padding-bottom: 0.30rem;
}

.sec_title .jp_text {
	font-size: 0.48rem;
	font-weight: 900;
	letter-spacing: 0.075em;
}

@media screen and (max-width: 599px) {
	.sec_title .jp_text {
		font-size: 0.28rem;
	}
}

.sec_title .en_text {
	font-family: 'Poppins', sans-serif;
	font-size: 0.24rem;
	font-weight: 700;
	letter-spacing: 0.20em;
}

@media screen and (max-width: 599px) {
	.sec_title .en_text {
		font-size: 0.16rem;
	}
}

/*============================
西紋別について
============================*/
.introduction {
	padding-top: 1.20rem;
	position: relative;
}

@media screen and (max-width: 599px) {
	.introduction {
		padding-top: 0.60rem;
	}
}

.introduction::before {
	content: "";
	width: calc(50% + 6.00rem);
	height: calc(100% - 3.80rem);
	background-color: #F8F6EF;
	border-bottom-left-radius: 0.30rem;
	position: absolute;
	right: 0;
	top: 2.40rem;
	z-index: 0;
}

@media screen and (max-width: 599px) {
	.introduction::before {
		content: "";
		width: calc(100% - 0.20rem);
		height: calc(100% - 1.50rem);
		border-top-left-radius: 0.20rem;
		border-bottom-left-radius: 0.20rem;
		top: 1.00rem;
	}
}

.introduction .upper_box {
	position: relative;
}

.introduction .upper_box::before {
	content: "";
	width: calc(50% - 1.10rem);
	height: 100%;
	border-top-right-radius: 0.30rem;
	overflow: hidden;
	background-image: url(../img/introduction_upper_ph.jpg);
	background-size: cover;
	position: absolute;
	left: 0;
	top: 0;
}

@media screen and (max-width: 599px) {
	.introduction .upper_box::before {
		content: none;
	}

	.introduction .upper_box::after {
		content: "";
		width: calc(100% - 0.20rem);
		height: 66.66vw;
		display: block;
		border-top-right-radius: 0.20rem;
		overflow: hidden;
		background-image: url(../img/introduction_upper_ph.jpg);
		background-size: cover;
		position: relative;
		margin-top: 0.20rem;
	}
}

.introduction .upper_box .textbox {
	width: 100%;
	max-width: 6.75rem;
	margin-left: auto;
	padding-top: 0.90rem;
}

@media screen and (max-width: 599px) {
	.introduction .upper_box .textbox {
		padding-top: 0;
	}
}

.introduction .upper_box .textbox .sec_title {
	color: #01949E;
}

@media screen and (max-width: 599px) {
	.introduction .upper_box .textbox .sec_title {
		text-align: center;
	}
}

.introduction .upper_box .textbox .sec_title .en_text {
	-webkit-text-stroke: 1px #01949E;
	text-stroke: 1px #01949E;
	display: inline-block;
	padding-left: 0.20rem;
	color: transparent;
	position: relative;
	top: -0.04rem;
}

/* IEのみ */
.gecko.win .introduction .upper_box .textbox .sec_title .en_text {
	color: #01949E;
	opacity: 0.4;
}

@media screen and (max-width: 599px) {
	.introduction .upper_box .textbox .sec_title .en_text.pc {
		display: none;
	}
	.introduction .upper_box .textbox .sec_title .en_text.sp_only {
		display: block;
		padding-bottom: 0.10rem;
	}
}

.introduction .upper_box .text {
	font-size: 0.18rem;
	line-height: 2;
	letter-spacing: 0.05em;
	text-align: justify;
}

@media screen and (max-width: 599px) {
	.introduction .upper_box .text {
		font-size: 0.14rem;
		padding-left: 0.20rem;
	}
}

.introduction .bottom_box {
	position: relative;
	margin-top: 0.80rem;
}

@media screen and (max-width: 599px) {
	.introduction .bottom_box {
		margin-top: 0.30rem;
	}
}

.introduction .bottom_box::before {
	content: "";
	width: calc(50% - 3.20rem);
	height: calc(100% - 1.30rem);
	border-bottom-left-radius: 0.30rem;
	overflow: hidden;
	background-image: url(../img/introduction_bottom_ph.jpg);
	background-size: cover;
	position: absolute;
	right: 0;
	bottom: 0;
}

@media screen and (max-width: 599px) {
	.introduction .bottom_box::before {
		content: none;
	}
	.introduction .bottom_box::after {
		content: "";
		width: calc(100% - 0.40rem);
		height: 74.66vw;
		display: block;
		border-bottom-left-radius: 0.20rem;
		background-image: url(../img/introduction_bottom_ph_sp.jpg);
		margin-left: auto;
	}
}

.introduction .bottom_box .area_map {
	width: 100%;
	max-width: 8.90rem;
}

@media screen and (max-width: 599px) {
	.introduction .bottom_box .area_map {
		padding-left: 0.20rem;
		box-sizing: border-box;
		padding-bottom: 0.30rem;
	}
}

/*============================
各町の紹介
============================*/
.town_wrap {
	margin-top: 1.30rem;
	position: relative;
}

@media screen and (max-width: 599px) {
	.town_wrap {
		margin-top: 1.00rem;
	}
}

.town_wrap::before {
	content: "";
	width: calc(50% + 600px);
	height: calc(100% - 1.50rem);
	position: absolute;
	top: 1.10rem;
	right: 0;
	z-index: -1;
	border-bottom-left-radius: 0.60rem;
}

@media screen and (max-width: 599px) {
	.town_wrap::before {
		width: 100%;
		height: calc(100% - 72vw);
		top: 72vw;
		border-bottom-left-radius: 0;
	}
}

/* 偶数設定 */
.town_wrap:nth-child(even):before {
	right: auto;
	left: 0;
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0.60rem;
}

@media screen and (max-width: 599px) {
	.town_wrap:nth-child(even):before {
		border-bottom-right-radius: 0;
	}
}

.town_wrap .header_ph {
	width: calc(100% - 1.50rem);
	height: 45.92vw;
	max-height: 6.45rem;
	overflow: hidden;
	border-bottom-right-radius: 0.60rem;
}

@media screen and (max-width: 599px) {
	.town_wrap .header_ph {
		width: 100%;
		height: 72.00vw;
		border-bottom-right-radius: 0;
	}
}

/* 偶数設定 */
.town_wrap:nth-child(even) .header_ph {
	margin-left: auto;
	border-bottom-right-radius: 0;
	border-bottom-left-radius: 0.60rem;
}

@media screen and (max-width: 599px) {
	.town_wrap:nth-child(even) .header_ph {
		border-bottom-left-radius: 0;
	}
}

.town_wrap .header_ph img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.town_wrap .town_header_wrap {
	padding: 0.50rem 0.85rem;
	display: flex;
	align-items: center;
	color: #FFF;
}

@media screen and (max-width: 599px) {
	.town_wrap .town_header_wrap {
		padding: 0.30rem 0;
		display: block;
	}
}

.town_wrap .town_header_wrap .town_name {
	padding-right: 0.38rem;
}

@media screen and (max-width: 599px) {
	.town_wrap .town_header_wrap .town_name {
		padding-right: 0;
		text-align: center;
	}
}

.town_wrap .town_header_wrap .town_name .sec_title .jp_text {
	font-size: 0.66rem;
	font-weight: 700;
	display: block;
	padding-bottom: 0.20rem;
	white-space: nowrap;
}

@media screen and (max-width: 599px) {
	.town_wrap .town_header_wrap .town_name .sec_title .jp_text {
		font-size: 0.40rem;
		padding-bottom: 0.10rem;
	}
}

.town_wrap .town_header_wrap .town_name .sec_title .en_text {
	-webkit-text-stroke: 1px #FFF;
	text-stroke: 1px #FFF;
	color: transparent;
}

/* IEのみ */
.gecko.win .town_wrap .town_header_wrap .town_name .sec_title .en_text {
	color: #FFF;
	opacity: 0.5;
}

.town_wrap .town_header_wrap .lead {
	padding: 0.20rem 0 0.20rem 0.38rem;
	font-size: 0.18rem;
	letter-spacing: 0.075em;
	text-align: justify;
	line-height: 2;
	flex: min-content;
	border-left: 1px solid #FFF;
}

@media screen and (max-width: 599px) {
	.town_wrap .town_header_wrap .lead {
		padding: 0.20rem 0 0;
		font-size: 0.14rem;
		letter-spacing: 0.05em;
		flex: min-content;
		border-left: 0;
		border-top: 1px solid #FFF;
	}
}

.town_wrap .town_ph_wrap {
	padding-left: 0.85rem;
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
	color: #FFF;
}

@media screen and (max-width: 599px) {
	.town_wrap .town_ph_wrap {
		padding-left: 0;
		display: block;
	}
}

/* 偶数設定 */
.town_wrap:nth-child(even) .town_ph_wrap {
	flex-direction: row-reverse;
	padding-left: 0;
	padding-right: 0.85rem;
}

@media screen and (max-width: 599px) {
	.town_wrap:nth-child(even) .town_ph_wrap {
		padding-right: 0;
	}
}

.town_wrap .town_ph_wrap .textbox_wrap {
	width: 100%;
	max-width: 3.55rem;
	padding-right: 0.30rem;
	padding-bottom: 0.60rem;
	box-sizing: border-box;
}

/* 偶数設定 */
.town_wrap:nth-child(even) .town_ph_wrap .textbox_wrap {
	padding-right: 0;
	padding-left: 0.30rem;
}

.town_wrap .town_ph_wrap .textbox_wrap .textbox {
	padding-bottom: 0.30rem;
}

@media screen and (max-width: 599px) {
	.town_wrap .town_ph_wrap .textbox_wrap .textbox {
		padding-bottom: 0.20rem;
	}
}

.town_wrap .town_ph_wrap .ph_position {
	font-size: 0.14rem;
	font-weight: 700;
	padding-bottom: 0.08rem;
}

@media screen and (max-width: 599px) {
	.town_wrap .town_ph_wrap .ph_position {
		display: none;
	}
}

.town_wrap .town_ph_wrap .text {
	font-size: 0.13rem;
	text-align: justify;
	line-height: 1.69;
}

@media screen and (max-width: 599px) {
	.town_wrap .town_ph_wrap .text {
		font-size: 0.12rem;
		padding-top: 0.10rem;
	}
}

.town_wrap .town_ph_wrap .ph_wrap {
	width: 100%;
	max-width: 7.70rem;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

@media screen and (max-width: 599px) {
	.town_wrap .town_ph_wrap .ph_wrap {
		display: block;
	}
}

.town_wrap .town_ph_wrap .ph_wrap .ph {
	width: 48%;
}

@media screen and (max-width: 599px) {
	.town_wrap .town_ph_wrap .ph_wrap .ph {
		width: 100%;
		padding-bottom: 0.20rem;
	}
}

.town_wrap .town_ph_wrap .ph_wrap .ph .ph_box {
	width: 100%;
	height: 4.20rem;
	border-bottom-right-radius: 0.30rem;
	overflow: hidden;
}

@media screen and (max-width: 599px) {
	.town_wrap .town_ph_wrap .ph_wrap .ph .ph_box {
		width: 100%;
		height: 61.33vw;
		border-bottom-right-radius: 0.20rem;
	}
}

/* 偶数設定 */
.town_wrap:nth-child(even) .town_ph_wrap .ph_wrap .ph .ph_box {
	border-bottom-right-radius: 0;
	border-bottom-left-radius: 0.30rem;
}

@media screen and (max-width: 599px) {
	.town_wrap:nth-child(even) .town_ph_wrap .ph_wrap .ph .ph_box {
		border-bottom-right-radius: 0.20rem;
		border-bottom-left-radius: 0;
	}
}

.town_wrap .town_ph_wrap .ph_wrap .ph .ph_box img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

/* 町ごとの設定 */
#okoppe::before {
	background-color: #005C46;
}

#oumu::before {
	background-color: #01949E;
}

#nishiokoppe::before {
	background-color: #FFA402;
}

#nishiokoppe .town_header_wrap {
	color: #1A1A1A;
}

#nishiokoppe .town_header_wrap .town_name .sec_title .en_text {
	-webkit-text-stroke: 1px #1A1A1A;
	text-stroke: 1px #1A1A1A;
}

/* IEのみ */
.gecko.win #nishiokoppe .town_header_wrap .town_name .sec_title .en_text {
	color: #111;
}

#nishiokoppe .town_header_wrap .lead {
	border-left: 1px solid #1A1A1A;
}

@media screen and (max-width: 599px) {
	#nishiokoppe .town_header_wrap .lead {
		border-left: 0;
		border-top: 1px solid #1A1A1A;
	}
}

#nishiokoppe .town_ph_wrap {
	color: #1A1A1A;
}

#takinoue::before {
	background-color: #FF3D61;
}


/*============================
積極採用中の職種
============================*/
.recruitment {
	padding-top: 1.20rem;
	position: relative;
	padding-bottom: 0.70rem;
}

@media screen and (max-width: 599px) {
	.recruitment {
		margin-top: 0.60rem;
		padding-bottom: 0.30rem;
	}
}

.recruitment::before {
	content: "";
	width: 100%;
	height: calc(100% - 2.80rem);
	background-color: #F8F6EF;
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: -1;
}

@media screen and (max-width: 599px) {
	.recruitment::before {
		height: calc(100% - 3.40rem);
	}
}

.recruitment .title_wrap {
	text-align: center;
	position: relative;
	margin-bottom: 0.20rem;
}

@media screen and (max-width: 599px) {
	.recruitment .title_wrap {
		margin-bottom: 0;
	}
}

/* 人物（左） */
.recruitment .title_wrap::before {
	content: "";
	width: 1.63rem;
	height: 1.70rem;
	background-image: url(../img/recruit_deco01.svg);
	background-position: left bottom;
	background-repeat: no-repeat;
	background-size: contain;
	position: absolute;
	left: 0.80rem;
	bottom: 0;
}

@media screen and (max-width: 599px) {
	.recruitment .title_wrap::before {
		width: 100%;
		height: 0.96rem;
		display: block;
		background-image: url(../img/recruit_deco_sp.svg);
		background-position: center bottom;
		position: relative;
		right: auto;
		left: 0;
		bottom: auto;
	}
}

/* 人物（右） */
.recruitment .title_wrap::after {
	content: "";
	width: 2.10rem;
	height: 1.74rem;
	background-image: url(../img/recruit_deco02.svg);
	background-position: right bottom;
	background-repeat: no-repeat;
	background-size: contain;
	position: absolute;
	right: 0.80rem;
	bottom: 0;
}

@media screen and (max-width: 599px) {
	.recruitment .title_wrap::after {
		content: none;
	}
}

.recruitment .title_wrap .sec_title {
	position: relative;
}

@media screen and (max-width: 599px) {
	.recruitment .title_wrap .sec_title {
		padding: 0.20rem 0;
	}
}

/* タイトルの飾り（左） */
.recruitment .title_wrap .sec_title::before {
	content: "";
	width: 0.42rem;
	height: 0.78rem;
	background-image: url(../img/title_deco_left.svg);
	background-position: left bottom;
	background-repeat: no-repeat;
	background-size: contain;
	position: absolute;
	left: calc(50% - 2.60rem);
	bottom: 0.25rem;
}

@media screen and (max-width: 599px) {
	.recruitment .title_wrap .sec_title::before {
		width: 0.33rem;
		height: 0.50rem;
		background-image: url(../img/title_deco_left.svg);
		left: calc(50% - 1.60rem);
		bottom: 0.30rem;
	}
}

/* タイトルの飾り（右） */
.recruitment .title_wrap .sec_title::after {
	content: "";
	width: 0.42rem;
	height: 0.78rem;
	background-image: url(../img/title_deco_right.svg);
	background-position: right bottom;
	background-repeat: no-repeat;
	background-size: contain;
	position: absolute;
	right: calc(50% - 2.60rem);
	bottom: 0.25rem;
}

@media screen and (max-width: 599px) {
	.recruitment .title_wrap .sec_title::after {
		width: 0.33rem;
		height: 0.50rem;
		background-image: url(../img/title_deco_right.svg);
		right: calc(50% - 1.60rem);
		bottom: 0.30rem;
	}
}

.recruitment .title_wrap .sec_title .en_text {
	-webkit-text-stroke: 1px #1A1A1A;
	text-stroke: 1px #1A1A1A;
	color: transparent;
}

/* IEのみ */
.gecko.win .recruitment .title_wrap .sec_title .en_text {
	color: #111;
	opacity: 0.4;
}

.recruitment .title_wrap .sec_title .jp_text {
	color: #FF3D61;
	display: block;
	padding-top: 0.10rem;
}

.recruitment .title_wrap .catch {
	font-size: 0.22rem;
	font-weight: 700;
	text-align: center;
	padding-bottom: 0.15rem;
}

@media screen and (max-width: 599px) {
	.recruitment .title_wrap .catch {
		font-size: 0.15rem;
		padding-bottom: 0.10rem;
	}
}

.recruitment .title_wrap .catch .underline {
	background:linear-gradient(transparent 60%, #ff6 60%);
}


.recruitment .title_wrap .lead {
	font-size: 0.18rem;
	letter-spacing: 0.075em;
	line-height: 1.86;
}

@media screen and (max-width: 599px) {
	.recruitment .title_wrap .lead {
		font-size: 0.14rem;
		letter-spacing: 0;
	}
}

/* 職種ボックス */
.recruit_cat_list_wrap {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.recruitment .recruit_cat_wrap {
	margin-top: 0.50rem;
	width: 32%;
	background-color: #FFF;
	border-bottom-right-radius: 0.30rem;
	box-shadow: 0 2px 10px rgba(0,0,0,0.2);
}

@media screen and (max-width: 599px) {
	.recruitment .recruit_cat_wrap {
		margin-top: 0.20rem;
		width: 100%;
		border-bottom-right-radius: 0.20rem;
		box-shadow: 0 2px 4px rgba(0,0,0,0.2);
	}
}

.recruitment .recruit_cat_wrap .ph_wrap {
	width: 100%;
	height: 15vw;
}

@media screen and (max-width: 599px) {
	.recruitment .recruit_cat_wrap .ph_wrap {
		height: 55vw;
	}
}

.recruitment .recruit_cat_wrap .ph_wrap img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.recruitment .recruit_cat_wrap .textbox {
	width: 100%;
	box-sizing: border-box;
	padding: 0.40rem;
	position: relative;
	height: 2.20rem;
}

@media screen and (max-width: 599px) {
	.recruitment .recruit_cat_wrap .textbox {
		width: 100%;
		box-sizing: border-box;
		padding: 0.40rem 0.15rem 0.20rem;
		height: auto;
	}
}

.recruitment .recruit_cat_wrap .textbox .title {
	font-size: 0.20rem;
	font-weight: 700;
	line-height: 0;
	padding: 0.24rem 0 0.26rem;
	text-align: center;
	color: #FFF;
	border-radius: 0.40rem;
	position: absolute;
	top: -0.26rem;
	left: 0.40rem;
	width: calc(100% - 0.80rem);
}

@media screen and (max-width: 599px) {
	.recruitment .recruit_cat_wrap .textbox .title {
		font-size: 0.18rem;
		text-align: center;
	}
}

.recruitment .recruit_cat_wrap .textbox .title.yellow {
	background-color: #FFA402;
}
.recruitment .recruit_cat_wrap .textbox .title.green {
	background-color: #01949E;
}
.recruitment .recruit_cat_wrap .textbox .title.pink {
	background-color: #FF3D61;
}

.recruitment .recruit_cat_wrap .textbox .text {
	font-size: 0.16rem;
	text-align: center;
	line-height: 1.65;
	padding-bottom: 0.20rem;
}

@media screen and (max-width: 599px) {
	.recruitment .recruit_cat_wrap .textbox .text {
		font-size: 0.14rem;
		line-height: 1.85;
		text-align: center;
	}
}

.recruitment .recruit_cat_wrap .textbox .more_btn {
	width: 100%;
	max-width: 2.30rem;
	position: absolute;
	bottom: 0.40rem;
	left: 50%;
	transform: translateX(-50%);
}

@media screen and (max-width: 599px) {
	.recruitment .recruit_cat_wrap .textbox .more_btn {
		width: 100%;
		max-width: 2.30rem;
		position: relative;
		bottom: auto;
		left: auto;
		transform: translateX(0);
		margin: auto;
	}
}

.recruitment .recruit_cat_wrap .textbox .more_btn a {
	display: block;
	color: #FFF;
	font-size: 0.16rem;
	font-weight: 700;
	text-decoration: none;
	text-align: center;
	line-height: 0;
	padding: 0.26rem 0 0.28rem;
	background-color: #000;
	border-radius: 0.08rem;
	position: relative;
}

@media screen and (max-width: 599px) {
	.recruitment .recruit_cat_wrap .textbox .more_btn a {
		font-size: 0.14rem;
		border-radius: 0.04rem;
		padding-right: 0.10rem;
	}
}

.recruitment .recruit_cat_wrap .textbox .more_btn a:hover {
	background-color: #FF3D61;
}

.recruitment .recruit_cat_wrap .textbox .more_btn a::after {
	content: "";
	width: 0.22rem;
	height: 0.12rem;
	background-image: url(../common/img/icon_arrow_white.svg);
	background-position: right center;
	background-repeat: no-repeat;
	background-size: contain;
	position: absolute;
	right: 0.15rem;
	top: 50%;
	transform: translateY(-50%);
	transition: all 0.3s;
}

@media screen and (max-width: 599px) {
	.recruitment .recruit_cat_wrap .textbox .more_btn a::after {
		width: 0.11rem;
		height: 0.08rem;
		right: 0.10rem;
	}
}

.recruitment .recruit_cat_wrap .textbox .more_btn a:hover::after {
	right: 0.12rem;
}

@media screen and (max-width: 599px) {
	.recruitment .recruit_cat_wrap .textbox .more_btn a:hover::after {
		right: 0.10rem;
	}
}

/*============================
移住者インタビュー
============================*/
.top_migration {
	padding-top: 1.00rem;
	padding-bottom: 0.50rem;
}
@media screen and (max-width: 599px) {
	.top_migration {
		padding: 0.50rem 0;
	}
}

.top_migration .sec_title {
	text-align: center;
}

.top_migration .sec_title .en_text {
	-webkit-text-stroke: 1px #333;
	text-stroke: 1px #333;
	color: transparent;
}

.top_migration .sec_title .jp_text {
	color: #3BAC2C;
	display: block;
	padding-top: 0.10rem;
}

.top_migration .lead {
	font-size: 0.18rem;
	line-height: 1.75;
	text-align: center;
	padding-bottom: 0.40rem;
}
@media screen and (max-width: 599px) {
	.top_migration .lead {
		font-size: 0.15rem;
		line-height: 1.75;
		text-align: justify;
		letter-spacing: 0.03em;
		padding-bottom: 0.30rem;
	}
}

.top_migration .interview_wrap {
	position: relative;
}

.top_migration .interview_wrap::before {
	content: "";
	width: calc(50% + 6.60rem);
	height: calc(100% + 0.30rem);
	background-color: rgba(59, 172, 44, 0.1);
	border-radius: 0 0 0 0.60rem;
	position: absolute;
	bottom: -0.60rem;
	right: 0;
	z-index: 0;
}
@media screen and (max-width: 599px) {
	.top_migration .interview_wrap::before {
		content: "";
		width: 100%;
		height: 100%;
		bottom: -0.40rem;
		border-radius: 0;
	}
}

.top_migration .interview_wrap .in {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: center;
	position: relative;
	z-index: 1;
}

.top_migration .interview_wrap .in .ph_wrap {
	width: 100%;
	max-width: 6.10rem;
	height: 5.50rem;
	overflow: hidden;
	border-radius: 0 0 0.30rem 0;
}

@media screen and (max-width: 599px) {
	.top_migration .interview_wrap .in .ph_wrap {
		width: calc(100% + 0.10rem);
		height: 70vw;
		border-radius: 0 0.20rem 0.20rem 0;
		position: relative;
		margin-left: -0.20rem;
	}
}

.top_migration .interview_wrap .in .ph_wrap img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.top_migration .interview_wrap .in .txt_box {
	width: 100%;
	max-width: 5.50rem;
}
@media screen and (max-width: 599px) {
	.top_migration .interview_wrap .in .txt_box {
		max-width: 100%;
	}
}

.top_migration .interview_wrap .in .txt_box .tit {
	font-size: 0.40rem;
	letter-spacing: 0.05em;
	font-weight: 800;
	color: #3BAC2C;
	line-height: 1.5;
}
@media screen and (max-width: 599px) {
	.top_migration .interview_wrap .in .txt_box .tit {
		font-size: 0.26rem;
		padding-top: 0.20rem;
	}
}

.top_migration .interview_wrap .in .txt_box .info {
	font-size: 0.18rem;
	line-height: 1.75;
	padding: 0.30rem 0 0.10rem;
}
@media screen and (max-width: 599px) {
	.top_migration .interview_wrap .in .txt_box .info {
		font-size: 0.15rem;
		line-height: 1.75;
		padding: 0.10rem 0;
	}
}

.top_migration .interview_wrap .in .txt_box .name {
	font-size: 0.20rem;
	font-weight: 700;
	line-height: 1.75;
}
@media screen and (max-width: 599px) {
	.top_migration .interview_wrap .in .txt_box .name {
		font-size: 0.18rem;
	}
}

.top_migration .interview_wrap .in .txt_box .place {
	font-size: 0.16rem;
	line-height: 1.75;
	padding-bottom: 0.50rem;
}
@media screen and (max-width: 599px) {
	.top_migration .interview_wrap .in .txt_box .place {
		font-size: 0.14rem;
		padding-bottom: 0.30rem;
	}
}

.top_migration .interview_wrap .in .txt_box .more_btn {
	width: 100%;
	max-width: 2.30rem;
}

@media screen and (max-width: 599px) {
	.top_migration .interview_wrap .in .txt_box .more_btn {
		width: 100%;
		max-width: 2.30rem;
		position: relative;
		bottom: auto;
		left: auto;
		transform: translateX(0);
		margin: auto;
	}
}

.top_migration .interview_wrap .in .txt_box .more_btn a {
	display: block;
	color: #FFF;
	font-size: 0.16rem;
	font-weight: 700;
	text-decoration: none;
	text-align: center;
	line-height: 0;
	padding: 0.26rem 0 0.28rem;
	background-color: #000;
	border-radius: 0.08rem;
	position: relative;
}

@media screen and (max-width: 599px) {
	.top_migration .interview_wrap .in .txt_box .more_btn a {
		font-size: 0.14rem;
		border-radius: 0.04rem;
		padding-right: 0.10rem;
	}
}

.top_migration .interview_wrap .in .txt_box .more_btn a:hover {
	background-color: #3BAC2C;
}

.top_migration .interview_wrap .in .txt_box .more_btn a::after {
	content: "";
	width: 0.22rem;
	height: 0.12rem;
	background-image: url(../common/img/icon_arrow_white.svg);
	background-position: right center;
	background-repeat: no-repeat;
	background-size: contain;
	position: absolute;
	right: 0.15rem;
	top: 50%;
	transform: translateY(-50%);
	transition: all 0.3s;
}

@media screen and (max-width: 599px) {
	.top_migration .interview_wrap .in .txt_box .more_btn a::after {
		width: 0.11rem;
		height: 0.08rem;
		right: 0.10rem;
	}
}

.top_migration .interview_wrap .in .txt_box .more_btn a:hover::after {
	right: 0.12rem;
}

@media screen and (max-width: 599px) {
	.top_migration .interview_wrap .in .txt_box .more_btn a:hover::after {
		right: 0.10rem;
	}
}

/*============================
西紋別地域での暮らし
============================*/
.life_wrap {
	padding-top: 0.60rem;
	margin-top: 0.60rem;
	position: relative;
}

@media screen and (max-width: 599px) {
	.life_wrap {
		margin-top: 0;
		padding-top: 0.60rem;
	}
}

.life_wrap::before {
	content: "";
	width: calc(50% + 5.40rem);
	height: calc(100% - 3.40rem);
	background-color: rgba(255,164,2,0.1);
	position: absolute;
	right: 0;
	bottom: 0.50rem;
	border-bottom-left-radius: 0.60rem;
	z-index: -1;
}

@media screen and (max-width: 599px) {
	.life_wrap::before {
		width: 100%;
		height: calc(100% - 1.80rem);
		bottom: 0;
		border-bottom-left-radius: 0;
	}
}

.life_wrap .sec_title {
	text-align: center;
}

.life_wrap .sec_title .en_text {
	-webkit-text-stroke: 1px #1A1A1A;
	text-stroke: 1px #1A1A1A;
	color: transparent;
}

/* IEのみ */
.gecko.win .life_wrap .sec_title .en_text {
	color: #111;
	opacity: 0.4;
}

.life_wrap .sec_title .jp_text {
	color: #FFA402;
	display: block;
	padding-top: 0.10rem;
}

.life_wrap .life_cont_wrap {
	position: relative;
}

@media screen and (max-width: 599px) {
	.life_wrap .life_cont_wrap {
		padding-bottom: 0.20rem;
	}
}

.life_wrap .life_cont_box {
	position: relative;
	margin-top: 0.70rem;
	min-height: 4.55rem;
}

@media screen and (max-width: 599px) {
	.life_wrap .life_cont_box {
		margin-top: 0.10rem;
		min-height: auto;
	}
}

.life_wrap .life_cont_box .ph_wrap {
	width: calc(50% + 1.00rem);
	height: 4.55rem;
	overflow: hidden;
	border-bottom-left-radius: 0.30rem;
	position: absolute;
	right: -1.00rem;
	top: 0;
}

@media screen and (max-width: 599px) {
	.life_wrap .life_cont_box .ph_wrap {
		width: calc(100% + 0.20rem);
		height: 58.66vw;
		overflow: hidden;
		border-bottom-left-radius: 0.20rem;
		position: relative;
		right: 0;
	}
}

/* 偶数設定 */
.life_wrap .life_cont_box:nth-child(even) .ph_wrap {
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0.30rem;
	right: auto;
	left: -1.00rem;
}

@media screen and (max-width: 599px) {
	.life_wrap .life_cont_box:nth-child(even) .ph_wrap {
		border-bottom-right-radius: 0.20rem;
		right: auto;
		left: -0.20rem;
	}
}

.life_wrap .life_cont_box .ph_wrap .caption {
	font-size: 0.13rem;
	position: absolute;
	left: 0.25rem;
	bottom: 0.20rem;
	color: #FFF;
	text-shadow: 0 0 4px rgba(0,0,0,0.4);
}

@media screen and (max-width: 599px) {
	.life_wrap .life_cont_box .ph_wrap .caption {
		font-size: 0.11rem;
		line-height: 1.45;
		left: 0.20rem;
		letter-spacing: 0.05em;
	}
}

.life_wrap .life_cont_box .ph_wrap .caption.black_text {
	color: #1A1A1A;
	text-shadow: 0 0 0 transparent;
}

.life_wrap .life_cont_box .ph_wrap img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.life_wrap .life_cont_box .textbox {
	padding: 0.80rem 0;
	width: 100%;
	max-width: 5.66rem;
}

@media screen and (max-width: 599px) {
	.life_wrap .life_cont_box .textbox {
		padding: 0.20rem 0.10rem;
		box-sizing: border-box;
	}
}

/* 偶数設定 */
.life_wrap .life_cont_box:nth-child(even) .textbox {
	margin-left: auto;
}

.life_wrap .life_cont_box .textbox .title {
	font-size: 0.36rem;
	font-weight: 700;
	letter-spacing: 0.075em;
	padding-bottom: 0.20rem;
}

@media screen and (max-width: 599px) {
	.life_wrap .life_cont_box .textbox .title {
		font-size: 0.18rem;
		letter-spacing: 0.05em;
		padding-bottom: 0.10rem;
		text-align: center;
	}
}

.life_wrap .life_cont_box .textbox .title .underline {
	display: inline;
	border-bottom: 3px solid #FFA402;
}

@media screen and (max-width: 599px) {
	.life_wrap .life_cont_box .textbox .title .underline {
		display: block;
		border-bottom: 2px solid #FFA402;
		padding-bottom: 0.10rem;
	}
}

.life_wrap .life_cont_box .textbox .title .color_text {
	color: #FFA402;
	font-size: 0.46rem;
}

@media screen and (max-width: 599px) {
	.life_wrap .life_cont_box .textbox .title .color_text {
		color: #FFA402;
		font-size: 0.24rem;
	}
}

.life_wrap .life_cont_box .textbox .text {
	font-size: 0.18rem;
	line-height: 2;
	text-align: justify;
}

@media screen and (max-width: 599px) {
	.life_wrap .life_cont_box .textbox .text {
		font-size: 0.14rem;
		line-height: 2;
		text-align: justify;
	}
}

/*============================
よくある質問
============================*/
.faq_wrap {
	margin-top: 1.20rem;
	position: relative;
}

@media screen and (max-width: 599px) {
	.faq_wrap {
		margin-top: 0;
	}
}

.faq_wrap .faq_header_wrap {
	background-image: url(../img/faq_title_bg.jpg);
	background-position: center center;
	background-size: cover;
}

.faq_wrap .faq_header_wrap .sec_title {
	text-align: center;
	padding: 1.80rem 0;
}

@media screen and (max-width: 599px) {
	.faq_wrap .faq_header_wrap .sec_title {
		text-align: center;
		padding: 0.80rem 0;
	}
}

.faq_wrap .faq_header_wrap .sec_title .en_text {
	-webkit-text-stroke: 1px #FFF;
	text-stroke: 1px #FFF;
	color: transparent;
}

/* IEのみ */
.gecko.win .faq_wrap .faq_header_wrap .sec_title .en_text {
	color: #FFF;
	opacity: 0.4;
}

.faq_wrap .faq_header_wrap .sec_title .jp_text {
	color: #FFF;
	display: block;
	padding-top: 0.10rem;
}

.faq_wrap .faq_box {
	margin-top: 0.40rem;
}

@media screen and (max-width: 599px) {
	.faq_wrap .faq_box {
		margin-top: 0.25rem;
	}
}

.faq_wrap .faq_box .title {
	background-color: #01949E;
	font-size: 0.22rem;
	letter-spacing: 0.075em;
	font-weight: 700;
	color: #FFF;
	padding: 0.20rem;
	position: relative;
	cursor: pointer;
}

@media screen and (max-width: 599px) {
	.faq_wrap .faq_box .title {
		font-size: 0.16rem;
		line-height: 1.5;
		letter-spacing: 0.05em;
		padding: 0.10rem 0.35rem 0.10rem 0.40rem;
	}
}

/* 開閉ボタン */
.faq_wrap .faq_box .title::before {
	content: "";
	width: 0.20rem;
	height: 2px;
	background-color: #FFF;
	position: absolute;
	right: 0.20rem;
	top: 50%;
	transform: translateY(-50%);
}

@media screen and (max-width: 599px) {
	.faq_wrap .faq_box .title::before {
		width: 0.10rem;
		height: 1px;
		right: 0.15rem;
	}
}

.faq_wrap .faq_box .title::after {
	content: "";
	width: 2px;
	height: 0.20rem;
	background-color: #FFF;
	position: absolute;
	right: 0.29rem;
	top: 50%;
	transform: translateY(-50%);
	transition: all 0.3s;
}

@media screen and (max-width: 599px) {
	.faq_wrap .faq_box .title::after {
		width: 1px;
		height: 0.10rem;
		right: 0.19rem;
	}
}

.faq_wrap .faq_box .title.open::after {
	transform: translateY(-50%) rotate(90deg);
}

/* Qマーク */
.faq_wrap .faq_box .title span::before {
	content: "Q.";
	font-family: 'Poppins', sans-serif;
	font-weight: 400;
	display: inline-block;
	padding-right: 0.10rem;
}

@media screen and (max-width: 599px) {
	.faq_wrap .faq_box .title span::before {
		font-size: 0.18rem;
		position: absolute;
		top: 0.08rem;
		left: 0.15rem;
	}
}

.faq_wrap .faq_box .answer {
	background-color: rgba(1,148,158,0.1);
	padding: 0.40rem 0.40rem 0.40rem 0.70rem;
	border-bottom-right-radius: 0.20rem;
	margin-top: 1px;
	position: relative;
	display: none;
}

@media screen and (max-width: 599px) {
	.faq_wrap .faq_box .answer {
		background-color: rgba(1,148,158,0.1);
		padding: 0.10rem 0.15rem 0.15rem;
		border-bottom-right-radius: 0.10rem;
	}
}

.faq_wrap .faq_box .answer::before {
	content: "A.";
	font-family: 'Poppins', sans-serif;
	font-weight: 400;
	font-size: 0.22rem;
	color: #01949E;
	position: absolute;
	top: 0.45rem;
	left: 0.40rem;
}

@media screen and (max-width: 599px) {
	.faq_wrap .faq_box .answer::before {
		content: none;
	}
}

.faq_wrap .faq_box .answer .text {
	font-size: 0.16rem;
	line-height: 2;
	letter-spacing: 0.075em;
	color: #1A1A1A;
}

@media screen and (max-width: 599px) {
	.faq_wrap .faq_box .answer .text {
		font-size: 0.14rem;
		line-height: 1.85;
		letter-spacing: 0.05em;
		text-align: justify;
	}
}

.faq_wrap .faq_box .answer .text + .text {
	padding-top: 0.15rem;
}

.faq_wrap .faq_box .answer .text strong.color_text {
	color: #01949E;
}

.faq_wrap .faq_box .answer .text a {
	color: #01949E;
	font-weight: 500;
}

.faq_wrap .faq_box .answer .text a.tel {
	color: #1A1A1A;
	text-decoration: none;
	font-weight: 400;
}

@media screen and (max-width: 599px) {
	.faq_wrap .faq_box .answer .text a.tel {
		color: #01949E;
		font-weight: 500;
		text-decoration: underline;
	}
}

.faq_wrap .faq_box .answer .text a:hover {
	text-decoration: none;
}

.faq_wrap .faq_box .answer .btn_wrap {
	display: flex;
	flex-wrap: wrap;
	padding-top: 0.15rem;
}


.faq_wrap .faq_box .answer .btn_wrap .btn {
	min-width: 2.40rem;
	padding-right: 0.15rem;
}

@media screen and (max-width: 599px) {
	.faq_wrap .faq_box .answer .btn_wrap .btn {
		min-width: 100%;
		padding-right: 0;
		padding-bottom: 0.10rem;
	}
}

.faq_wrap .faq_box .answer .btn_wrap .btn a {
	display: block;
	background-color: #FFF;
	font-size: 0.16rem;
	color: #01949E;
	text-decoration: none;
	line-height: 0;
	padding: 0.16rem 0.30rem 0.18rem;
	text-align: center;
	border: 1px solid #01949E;
	border-radius: 0.40rem;
}

@media screen and (max-width: 599px) {
	.faq_wrap .faq_box .answer .btn_wrap .btn a {
		display: block;
		background-color: #FFF;
		font-size: 0.14rem;
		color: #01949E;
		text-decoration: none;
		line-height: 0;
		padding: 0.16rem 0.10rem 0.18rem;
		text-align: center;
		border: 1px solid #01949E;
		border-radius: 0.40rem;
	}
}

.faq_wrap .faq_box .answer .btn_wrap .btn a:hover {
	background-color: #01949E;
	color: #FFF;
}

.faq_wrap .faq_box .answer .btn_wrap .btn a span::before {
	content: "";
	width: 0.14rem;
	height: 0.10rem;
	display: inline-block;
	background-image: url(../img/faq_link_arrow.svg);
	background-position: left center;
	background-repeat: no-repeat;
	background-size: contain;
	position: relative;
	top: -0.01rem;
	left: 0;
	transition: all 0.3s;
}

.faq_wrap .faq_box .answer .btn_wrap .btn a:hover span::before {
	background-image: url(../img/faq_link_arrow_white.svg);
	left: 0.03rem;
}

/*============================
お問い合わせ CTA
============================*/
.contact_btn_wrap {
	padding-top: 1.00rem;
}

@media screen and (max-width: 599px) {
	.contact_btn_wrap {
		margin-top: 0.50rem;
	}
}

.contact_btn_wrap .text {
	font-size: 0.18rem;
	letter-spacing: 0.075em;
	text-align: center;
}

@media screen and (max-width: 599px) {
	.contact_btn_wrap .text {
		font-size: 0.14rem;
		letter-spacing: 0.05em;
		line-height: 1.5;
	}
}

.contact_btn_wrap .text span::before {
	content: "";
	width: 0.16rem;
	height: 0.18rem;
	display: inline-block;
	background-image: url(../img/contact_btn_deco_left.svg);
	background-position: left bottom;
	background-repeat: no-repeat;
	background-size: contain;
	padding-right: 0.10rem;
	position: relative;
}

@media screen and (max-width: 599px) {
	.contact_btn_wrap .text span::before {
		padding-right: 0;
		position: absolute;
		left: calc(50% - 1.25rem);
		bottom: 0;
	}
}

.contact_btn_wrap .text span::after {
	content: "";
	width: 0.16rem;
	height: 0.18rem;
	display: inline-block;
	background-image: url(../img/contact_btn_deco_right.svg);
	background-position: right bottom;
	background-repeat: no-repeat;
	background-size: contain;
	padding-left: 0.10rem;
	position: relative;
}

@media screen and (max-width: 599px) {
	.contact_btn_wrap .text span::after {
		padding-left: 0;
		position: absolute;
		right: calc(50% - 1.25rem);
		bottom: 0;
	}
}

.contact_btn_wrap .contact_btn {
	padding-top: 0.15rem;
	width: 100%;
	max-width: 4.50rem;
	margin: auto;
}

@media screen and (max-width: 599px) {
	.contact_btn_wrap .contact_btn {
		padding: 0.15rem 0.20rem 0;
		box-sizing: border-box;
	}
}

.contact_btn_wrap .contact_btn a {
	display: block;
	background-color: #FF3D61;
	text-align: center;
	font-size: 0.28rem;
	font-weight: 700;
	line-height: 0;
	letter-spacing: 0.075em;
	color: #FFF;
	text-decoration: none;
	padding: 0.39rem 0 0.41rem;
	border-radius: 0.10rem;
	box-shadow: 0 3px 10px rgba(255,61,97,0.5);
}

@media screen and (max-width: 599px) {
	.contact_btn_wrap .contact_btn a {
		font-size: 0.18rem;
		letter-spacing: 0.05em;
		padding: 0.29rem 0 0.31rem;
		border-radius: 0.06rem;
		box-shadow: 0 2px 6px rgba(255,61,97,0.5);
	}
}

.contact_btn_wrap .contact_btn a:hover {
	opacity: 0.7;
}

/*============================
各町のリンク
============================*/
.footer_link_wrap {
	margin-top: 1.00rem;
	padding-bottom: 1.00rem;
}

@media screen and (max-width: 599px) {
	.footer_link_wrap {
		margin-top: 0.50rem;
		padding-bottom: 0.50rem;
	}
}

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

.footer_link_wrap .list .link {
	width: 23.33%;
}

@media screen and (max-width: 599px) {
	.footer_link_wrap .list .link {
		width: 100%;
		padding-bottom: 0.20rem;
	}
}

.footer_link_wrap .list .link a:hover {
	opacity: 0.5;
}

/*============================
フッター
============================*/
footer {
	background-image: url(../img/footer_bg.jpg);
	background-position: center top;
	background-repeat: repeat-x;
	background-size: auto 100%;
	padding: 2.30rem 0;
	height: 9.10rem;
	box-sizing: border-box;
	margin-bottom: 0.06rem;
}

@media screen and (max-width: 599px) {
	footer {
		background-image: none;
		padding: 0;
		padding-bottom: 0.03rem;
		margin-bottom: 0;
		height: auto;
		position: relative;
	}
	footer::before {
		content: "";
		width: 100%;
		height: 70vw;
		display: block;
		background-image: url(../img/footer_bg_sp01.jpg);
		background-position: center center;
		background-repeat: no-repeat;
		background-size: 110% auto;
	}
	footer::after {
		content: "";
		width: 100%;
		height: 70vw;
		display: block;
		background-image: url(../img/footer_bg_sp02.jpg);
		background-position: center bottom;
		background-repeat: no-repeat;
		background-size: auto 100%;
	}
}

footer .info_wrap {
	width: 100%;
	max-width: 6.00rem;
	box-sizing: border-box;
	margin-right: 2.00rem;
	margin-left: auto;
	padding: 0.30rem 0.50rem 0;
}

@media screen and (max-width: 599px) {
	footer .info_wrap {
		margin: 0;
		padding: 0.30rem;
	}
}

footer .info_wrap .logo {
	width: 100%;
	max-width: 3.10rem;
	margin: auto;
}

@media screen and (max-width: 599px) {
	footer .info_wrap .logo {
		max-width: 2.20rem;
		padding-bottom: 0.20rem;
	}
}

footer .info_wrap .info_text {
	padding-top: 0.25rem;
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}

@media screen and (max-width: 599px) {
	footer .info_wrap .info_text {
		padding-top: 0.15rem;
		display: block;
		padding-bottom: 0.30rem;
		border-bottom: 1px dotted #111;
	}
	footer .info_wrap .info_text:last-child {
		border-bottom: 0;
		padding-top: 0.30rem;
		padding-bottom: 0.10rem;
	}
}

footer .info_wrap .info_text .title {
	width: 1.00rem;
	margin-right: 0.30rem;
	text-align: center;
	font-size: 0.16rem;
	font-weight: 700;
	color: #1A1A1A;
}

@media screen and (max-width: 599px) {
	footer .info_wrap .info_text .title {
		width: 100%;
		margin-right: 0;
		padding-bottom: 0.10rem;
	}
}

footer .info_wrap .info_text .textbox {
	padding: 0.05rem 0;
	border-left: 1px dotted #1A1A1A;
	padding-left: 0.30rem;
}

@media screen and (max-width: 599px) {
	footer .info_wrap .info_text .textbox {
		padding: 0;
		border-left: 0;
		text-align: center;
	}
}

footer .info_wrap .info_text .textbox .text {
	font-size: 0.14rem;
	line-height: 1.91;
	color: #1A1A1A;
}

footer .info_wrap .info_text .textbox .text .tel {
	color: #1A1A1A;
	text-decoration: none;
}

@media screen and (max-width: 599px) {
	footer .info_wrap .info_text .textbox .text .tel {
		font-weight: 500;
		text-decoration: underline;
	}
}

footer .info_wrap .info_text .textbox .contact_btn {
	padding-top: 0.10rem;
	width: 100%;
	max-width: 2.80rem;
}

footer .info_wrap .info_text .textbox .contact_btn a {
	display: block;
	line-height: 0;
	background-color: #01949E;
	font-size: 0.16rem;
	font-weight: 700;
	color: #FFF;
	text-decoration: none;
	padding: 0.21rem 0 0.23rem;
	border-radius: 0.06rem;
	text-align: center;
}

footer .info_wrap .info_text .textbox .contact_btn a:hover {
	opacity: 0.7;
}

footer .info_wrap .info_text .textbox .insta_link {
	position: relative;
	top: -0.10rem;
}

footer .info_wrap .info_text .textbox .insta_link a {
	color: #1A1A1A;
	font-size: 0.14rem;
	font-weight: 500;
}

footer .info_wrap .info_text .textbox .insta_link a:hover {
	text-decoration: none;
}

footer .info_wrap .info_text .textbox .insta_link a::before {
	content: "";
	width: 0.30rem;
	height: 0.30rem;
	display: inline-block;
	margin-right: 0.06rem;
	background-image: url(../common/img/icon_insta_black.svg);
	background-position: left center;
	background-repeat: no-repeat;
	background-size: contain;
	position: relative;
	top: 0.10rem;
}


/*============================
お知らせ
2025.1.27
============================*/
.news_list {
	padding-top: 0.70rem;
}
@media screen and (max-width: 599px) {
	.news_list {
		padding-top: 0.35rem;
		padding-bottom: 0.20rem;
	}
}

.news_list .news_title {
	text-align: center;
	font-size: 0.38rem;
	font-weight: 800;
}
@media screen and (max-width: 599px) {
	.news_list .news_title {
		font-size: 0.28rem;
	}
}

.news_list .news_title .en_text {
	font-family: 'Poppins', sans-serif;
	font-size: 0.16rem;
	font-weight: 700;
	display: block;
	padding-bottom: 0.10rem;
	color: #01949E;
}

.news_list .list {
	margin-top: 0.40rem;
	border-top: 1px solid #CCC;
}

.news_list .list .link {
	border-bottom: 1px solid #CCC;
}

.news_list .list .link a {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	padding: 0.20rem 0 0.22rem;
	text-decoration: none;
	color: #1A1A1A;
	position: relative;
}
@media screen and (max-width: 599px) {
	.news_list .list .link a {
		padding: 0.15rem 0.20rem 0.17rem 0;
	}
	.news_list .list .link a::after {
		content: "";
		width: 0.10rem;
		height: 0.10rem;
		background-image: url(../common/img/icon_right_bold_black.svg);
		background-position: right center;
		background-repeat: no-repeat;
		background-size: contain;
		position: absolute;
		right: 0;
		top: 50%;
		transform: translateY(-50%);
		opacity: 0.4;
	}
}

.news_list .list .link a .news_list_header {
	width: 100%;
	max-width: 2.20rem;
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
}
@media screen and (max-width: 599px) {
	.news_list .list .link a .news_list_header {
		max-width: 100%;
		justify-content: flex-start;
	}
}

.news_list .list .link a .news_list_header .date {
	font-family: 'Poppins', sans-serif;
	font-size: 0.15rem;
	font-weight: 400;
}
@media screen and (max-width: 599px) {
	.news_list .list .link a .news_list_header .date {
		font-size: 0.14rem;
	}
}

.news_list .list .link a .news_list_header .cat {
	width: 100%;
	max-width: 1.20rem;
}
@media screen and (max-width: 599px) {
	.news_list .list .link a .news_list_header .cat {
		width: 100%;
		max-width: 1.40rem;
	}
}

.news_list .list .link a .news_list_header .cat span {
	display: block;
	text-align: center;
	font-size: 0.12rem;
	font-weight: 500;
	color: #FFF;
	padding: 0.06rem 0;
	border-radius: 0.04rem;
}
@media screen and (max-width: 599px) {
	.news_list .list .link a .news_list_header .cat span {
		margin-left: 0.10rem;
	}
}

.news_list .list .link a .news_list_header .cat.cat_event span {
	background-color: #005C46;
}

.news_list .list .link a .news_list_header .cat.cat_news span {
	background-color: #FFA402;
}

.news_list .list .link a .news_list_header .cat.-cat03 span {
	background-color: #FF3D61;
}

.news_list .list .link a .tit {
	width: calc(100% - 2.70rem);
	font-size: 0.16rem;
	font-weight: 500;
	line-height: 1.5;
}
@media screen and (max-width: 599px) {
	.news_list .list .link a .tit {
		width: 100%;
		font-size: 0.14rem;
		padding-top: 0.10rem;
	}
}

.news_list .list .link a:hover .tit {
	text-decoration: underline;
}

.news_list .more_btn {
	padding-top: 0.30rem;
	max-width: 4.00rem;
	margin: auto;
}
@media screen and (max-width: 599px) {
	.news_list .more_btn {
		max-width: 2.60rem;
	}
}

.news_list .more_btn a {
	display: block;
	background-color: #1A1A1A;
	text-align: center;
	padding: 0.22rem 0 0.24rem;
	font-size: 0.16rem;
	font-weight: 700;
	color: #FFF;
	text-decoration: none;
	position: relative;
	border-radius: 0.06rem;
}
@media screen and (max-width: 599px) {
	.news_list .more_btn a {
		padding: 0.20rem 0 0.22rem;
		font-size: 0.15rem;
	}
}

.news_list .more_btn a:hover {
	background-color: #666;
}

.news_list .more_btn a::after {
	content: "";
	width: 0.22rem;
	height: 0.12rem;
	background-image: url(../common/img/icon_arrow_white.svg);
	background-position: right center;
	background-repeat: no-repeat;
	background-size: contain;
	position: absolute;
	right: 0.15rem;
	top: 50%;
	transform: translateY(-50%);
	transition: all 0.3s;
}
@media screen and (max-width: 599px) {
	.news_list .more_btn a::after {
		width: 0.16rem;
		height: 0.10rem;
		right: 0.12rem;
	}
}

.news_list .more_btn a:hover::after {
	right: 0.10rem;
}
@media screen and (max-width: 599px) {
	.news_list .more_btn a:hover::after {
		right: 0.12rem;
	}
}