@charset "utf-8";

/*============================
ヘッダー
============================*/
header {
	transition: transform 0.5s 0.3s;
	height: 1.00rem;
	position: relative;
	display: flex;
	justify-content: space-between;
	z-index: 30;
}

@media screen and (max-width: 640px) {
	header {
		height: 0.65rem;
		flex-wrap: wrap;
	}
}

@media screen and (max-width: 640px) {
	header {
		/* スマホ用の記述 */
	}
}

/* --------- 以下、必要に応じて有効化 ---------- */

/* ヘッダーが上に消える
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 {
	width: 3.70rem;
	padding: 0.30rem;
}

@media screen and (max-width: 640px) {
	header .logo {
		width: 2.16rem;
		padding: 0.20rem 0 0.20rem 0.15rem;
	}
}

/* グローバルナビとお問い合わせボタン */
header .glo_navi {
	width: 100%;
	max-width: 9.20rem;
}

@media screen and (max-width: 640px) {
	header .glo_navi {
		position: absolute;
		top: 0;
		left: 0;
	}
}

/* グローバルナビ */
header .glo_navi .list {
	display: flex;
	justify-content: end;
	padding-right: 1.47rem;
	padding-top: 0.50rem;
}

@media screen and (max-width: 640px) {
	header .glo_navi .list {
		display: block;
		position: absolute;
		width: 100%;
		top: 0.65rem;
		left: 0;
		padding: 0.20rem;
		box-sizing: border-box;
		background-color: rgb(69, 176, 53, 0.85);
		-webkit-backdrop-filter: blur(10px);
		backdrop-filter: blur(10px);
	}
}

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

header .glo_navi .list .link {
	padding-right: 0.30rem;
}

@media screen and (max-width: 640px) {
	header .glo_navi .list .link {
		padding: 0.10rem 0;
	}
}

header .glo_navi .list .link a {
	font-size: 0.16rem;
	font-weight: 500;
	color: #221815;
	position: relative;
}

@media screen and (max-width: 640px) {
	header .glo_navi .list .link a {
		color: #FFF;
		letter-spacing: 0.075em;
	}
	header .glo_navi .list .link a::before {
		content: "";
		width: 0;
		height: 0;
		display: inline-block;
		margin-right: 0.06rem;
		border-style: solid;
		border-width: 0.05rem 0 0.05rem 0.05rem;
		border-color: transparent transparent transparent #FFF;
		position: relative;
		opacity: 0.5;
		top: -0.01rem;
	}
}

header .glo_navi .list .link a::after {
	content: '';
	position: absolute;
	bottom: -4px;
	left: 0;
	width: 100%;
	height: 2px;
	background: #333;
	transform: scale(0, 1);
	transform-origin: right top;
	transition: transform .3s;
}

@media screen and (max-width: 640px) {
	header .glo_navi .list .link a::after {
		content: none;
	}
}

header .glo_navi .list .link a:hover::after {
	transform-origin: left top;
	transform: scale(1, 1);
}

header .glo_navi .list .link a.active:after {
	transform-origin: left top;
	transform: scale(1, 1);
}

/* お問い合わせ */
header .glo_navi .contact_btn_wrap {
	width: 100%;
	max-width: 1.47rem;
	position: absolute;
	top: 0;
	right: 0;
}

@media screen and (max-width: 640px) {
	header .glo_navi .contact_btn_wrap {
		max-width: 0.65rem;
		right: 0.65rem;
		top: 0;
	}
}

/* お問い合わせボタン */
header .glo_navi .contact_btn_wrap .contact_btn {
	width: 100%;
	height: 1.00rem;
	padding-top: 0.20rem;
	background-color: #45B035;
	position: relative;
	font-size: 0.16rem;
	font-weight: 500;
	color: #FFF;
	text-align: center;
	box-sizing: border-box;
	cursor: pointer;
	transition: all 0.3s;
}

@media screen and (max-width: 640px) {
	header .glo_navi .contact_btn_wrap .contact_btn {
		height: 0.65rem;
		padding-top: 0.13rem;
		font-size: 0.10rem;
	}
}

header .glo_navi .contact_btn_wrap .contact_btn:hover,
header .glo_navi .contact_btn_wrap .contact_btn.active {
	background-color: #346E2B;
}

/* メールアイコン */
header .glo_navi .contact_btn_wrap .contact_btn::before {
	content: "";
	width: 0.42rem;
	height: 0.28rem;
	display: block;
	margin: 0 auto 0.10rem;
	background-image: url(../common/img/icon_mail02_white.svg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
}

@media screen and (max-width: 640px) {
	header .glo_navi .contact_btn_wrap .contact_btn::before {
		width: 0.30rem;
		height: 0.20rem;
		display: block;
		margin: 0 auto 0.05rem;
	}
}

/* 下向き三角 */
header .glo_navi .contact_btn_wrap .contact_btn::after {
	content: "";
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0.05rem 0.075rem 0 0.075rem;
	border-color: #ffffff transparent transparent transparent;
	position: absolute;
	left: 50%;
	bottom: 0.10rem;
	transform: translateX(-50%);
	opacity: 0.5;
}

@media screen and (max-width: 640px) {
	header .glo_navi .contact_btn_wrap .contact_btn::after {
		border-width: 0.04rem 0.06rem 0 0.06rem;
		bottom: 0.05rem;
	}
}

header .glo_navi .contact_btn_wrap .contact_btn.active::after {
	border-width: 0 0.075rem 0.05rem 0.075rem;
	border-color: transparent transparent #ffffff transparent;
}

/* お問い合わせサブメニュー */
header .glo_navi .contact_btn_wrap .sub_menu_wrap {
	background-color: #346E2B;
	position: absolute;
	width: max-content;
	top: 1.00rem;
	right: 0;
	padding: 0.20rem;
	display: none;
}

@media screen and (max-width: 640px) {
	header .glo_navi .contact_btn_wrap .sub_menu_wrap {
		width: 100vw;
		top: 0.65rem;
		right: -0.65rem;
		box-sizing: border-box;
	}
}

header .glo_navi .contact_btn_wrap .sub_menu_wrap .sub_menu_title {
	font-size: 0.16rem;
	font-weight: 700;
	color: #FFF;
	position: relative;
}

@media screen and (max-width: 640px) {
	header .glo_navi .contact_btn_wrap .sub_menu_wrap .sub_menu_title {
		font-size: 0.14rem;
	}
}

header .glo_navi .contact_btn_wrap .sub_menu_wrap .sub_menu_title::before {
	content: "";
	width: 100%;
	height: 1px;
	background-color: #FFF;
	position: absolute;
	left: 0;
	top: 50%;
	opacity: 0.5;
	z-index: 0;
}

header .glo_navi .contact_btn_wrap .sub_menu_wrap .sub_menu_title span {
	display: inline-block;
	background-color: #346E2B;
	padding-right: 0.10rem;
	position: relative;
	z-index: 1;
}

header .glo_navi .contact_btn_wrap .sub_menu_wrap .sub_menu_list {
	padding-top: 0.10rem;
}

header .glo_navi .contact_btn_wrap .sub_menu_wrap .sub_menu_list .sub_menu_link {
	padding: 0.10rem 0;
}

header .glo_navi .contact_btn_wrap .sub_menu_wrap .sub_menu_list .sub_menu_link a {
	color: #FFF;
	font-size: 0.16rem;
	display: block;
}

@media screen and (max-width: 640px) {
	header .glo_navi .contact_btn_wrap .sub_menu_wrap .sub_menu_list .sub_menu_link a {
		font-size: 0.12rem;
	}
}

header .glo_navi .contact_btn_wrap .sub_menu_wrap .sub_menu_list .sub_menu_link a::before {
	content: "";
	width: 0.16rem;
	height: 0.10rem;
	display: inline-block;
	background-image: url(../common/img/icon_right_bold_white.svg);
	background-position: left center;
	background-repeat: no-repeat;
	background-size: contain;
	position: relative;
}

@media screen and (max-width: 640px) {
	header .glo_navi .contact_btn_wrap .sub_menu_wrap .sub_menu_list .sub_menu_link a::before {
		width: 0.10rem;
		height: 0.08rem;
		top: -0.02rem;
	}
}

header .glo_navi .contact_btn_wrap .sub_menu_wrap .sub_menu_list .sub_menu_link a span {
	font-size: 0.19rem;
	font-weight: 700;
	border-bottom: 1px solid #FFF;
}

@media screen and (max-width: 640px) {
	header .glo_navi .contact_btn_wrap .sub_menu_wrap .sub_menu_list .sub_menu_link a span {
		font-size: 0.145rem;
	}
}

/* SPボタン */
#SPnaviBtn {
	width: 0.65rem;
	height: 0.65rem;
	top: 0;
	right: 0;
}

#SPnaviBtn.menu-trigger.active span {
	background-color: #111;
}

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

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

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

#SPnaviBtn.menu-trigger.active span:nth-of-type(1) {
	-webkit-transform: rotate(-45deg);
	transform: translateY(0) rotate(-45deg);
	top: 50%;
}

#SPnaviBtn.menu-trigger.active span:nth-of-type(2) {
	opacity: 0;
}

#SPnaviBtn.menu-trigger.active span:nth-of-type(3) {
	-webkit-transform: translateY(0) rotate(45deg);
	transform: translateY(0) rotate(45deg);
	top: 50%;
}

/*============================
共通
============================*/
/* 背景画像 */
body {
	background: url(../img/common/bg.png) repeat-y;
	background-size: contain;
}

@media screen and (max-width: 640px) {
	body {
		background-position: center top;
		background-size: 130% auto;
	}
}

/* セクションタイトル */
.sec_title {
	font-family: 'Poppins', sans-serif;
	font-size: 0.3rem;
	font-weight: 700;
	letter-spacing: 0.07em;
	color: #fff;
	max-width: 3.75rem;
	height: 0.50rem;
	background: url(../img/common/sec_title_bg.svg) center no-repeat;
	background-size: contain;
	margin: auto;
}
@media screen and (max-width: 640px) {
	.sec_title {
		font-family: 'Poppins', sans-serif;
		font-size: 0.19rem;
		height: 0.33rem;
	}
}

.sec_title span {
	display: block;
	text-align: center;
	padding-top: 0.1rem;
}
@media screen and (max-width: 640px) {
	.sec_title span {
		padding-top: 0.08rem;
	}
}

/* ボタン */
.btn_common {
	text-align: center;
}

.btn_common a {
	display: block;
	width: 100%;
	max-width: 4rem;
	font-size: 0.2rem;
	letter-spacing: 0.075em;
	font-weight: 700;
	text-align: center;
	background: #FC9303;
	border-radius: 0.1rem;
	color: #fff;
	padding: 0.2rem 0.20rem 0.22rem 0;
	position: relative;
	box-sizing: border-box;
	margin: 0 auto;
	box-shadow: 0 0.03rem 0.08rem rgba(252, 147, 3, 0.3);
}
@media screen and (max-width: 640px) {
	.btn_common a {
		font-size: 0.15rem;
	}
}

.btn_common a:hover {
	opacity: 0.7;
}

.btn_common a::before {
	content: '';
	width: 0.077rem;
	height: 0.12rem;
	background: url(../img/common/btn_arrow_wh.svg) no-repeat center;
	background-size: contain;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 0.15rem;
}

@media screen and (max-width: 640px) {
	.btn_common a::before {
		width: 0.07rem;
		height: 0.10rem;
		right: 0.12rem;
	}
}

/*============================
共通ニュース
============================*/
#bottom_news {
	padding: 1rem 0;
}

@media screen and (max-width: 640px) {
	#bottom_news {
		padding: 0.60rem 0;
	}
}

#bottom_news .list {
	width: 10rem;
	margin: 0.6rem auto 0;
}

@media screen and (max-width: 640px) {
	#bottom_news .list {
		width: 100%;
		margin: 0.3rem auto 0;
	}
}

#bottom_news .list .item {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	text-decoration: none;
	color: #111;
	align-items: normal;
	margin-bottom: 0.2rem;
}

@media screen and (max-width: 640px) {
	#bottom_news .list .item {
		padding-bottom: 0.20rem;
		border-bottom: 1px solid #CCC;
	}	
}

#bottom_news .list .item a:hover {
	opacity: 0.7;
}

#bottom_news .list .item .date {
	font-size: 0.16rem;
	padding-top: 0.1rem;
	font-family: 'Poppins', sans-serif;
	width: 1.20rem;
}
@media screen and (max-width: 640px) {
	#bottom_news .list .item .date {
		font-size: 0.13rem;
		width: 100%;
		padding-bottom: 0.04rem;
	}
}

#bottom_news .list .item a {
	display: block;
	width: calc(100% - 1.20rem);
}

@media screen and (max-width: 640px) {
	#bottom_news .list .item a {
		width: 100%;
	}
}

#bottom_news .list .item a .title {
	font-size: 0.18rem;
	font-weight: 700;
	color: #45B035;
	line-height: 1.65;
	display: inline-block;
	transition: all .3s;
}
@media screen and (max-width: 640px) {
	#bottom_news .list .item a .title {
		font-size: 0.16rem;
	}
}

#bottom_news .list .item a .title span {
	border-bottom: 1px solid #45B035;
}

#bottom_news .list .item a:hover .title span {
	border-bottom: 1px solid transparent;
}

#bottom_news .list .item a .text {
	font-size: 0.16rem;
	color: #000;
	line-height: 1.65;
	margin-top: 0.07rem;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}
@media screen and (max-width: 640px) {
	#bottom_news .list .item a .text {
		font-size: 0.14rem;
		margin-top: 0.05rem;
	}
}

/* ボタン */
#bottom_news .btn {
	margin-top: 0.5rem;
}

@media screen and (max-width: 640px) {
	#bottom_news .btn {
		margin-top: 0.30rem;
		padding: 0 0.10rem;
	}
}

/*============================
共通バナー
============================*/
#bnr {
	padding-bottom: 0.80rem;
}

@media screen and (max-width: 640px) {
	#bnr {
		padding-bottom: 0.40rem;
	}
}

#bnr .list {
	display: flex;
	flex-wrap: wrap;
	margin: 0 -0.07rem;
}

@media screen and (max-width: 640px) {
	#bnr .list {
		margin: 0;
	}
}

#bnr .list .item {
	width: 100%;
	max-width: 2.80rem;
	margin: 0 0.07rem;
	margin-bottom: 0.14rem;
	box-sizing: border-box;
}

@media screen and (max-width: 640px) {
	#bnr .list .item {
		width: 100%;
		max-width: 100%;
		margin: 0 0 0.15rem;
	}
}

#bnr .list .item a:hover {
	opacity: 0.7;
}

@media screen and (max-width: 640px) {
	#bnr .list .item a img {
		display: block;
		width: 100%;
	}
}

/*============================
フッター
============================*/
footer {
	position: relative;
	background-color: #E5EBED;
}

/* 上部の写真 */
footer::before {
	content: "";
	width: 100%;
	height: 3.90rem;
	display: block;
	position: relative;
	background-image: url(../img/common/footer_ph.jpg);
	background-position: center;
	background-size: cover;
	border-bottom: 0.05rem solid #FFF;
}

@media screen and (max-width: 640px) {
	footer::before {
		height: 53.33vw;
		border-bottom: 0.02rem solid #FFF;
	}
}

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

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

/* 左側ボックス */
footer .in .info_wrap {
	padding-top: 0.55rem;
	width: 100%;
	max-width: 5.20rem;
}

@media screen and (max-width: 640px) {
	footer .in .info_wrap {
		padding-top: 0.30rem;
		max-width: 100%;
	}
}

footer .in .info_wrap .logo {
	width: 100%;
	max-width: 4.12rem;
}

footer .in .info_wrap .text {
	padding:0.10rem 0;
	font-size: 0.14rem;
	line-height: 1.78;
}

@media screen and (max-width: 640px) {
	footer .in .info_wrap .text {
		padding:0.15rem 0;
		font-size: 0.12rem;
		text-align: center;
	}
}

footer .in .info_wrap .text a {
	color: #221815;
	text-decoration: underline;
	font-weight: 500;
}

footer .in .info_wrap .text a[href^="tel:"] {
	text-decoration: none;
	font-weight: 400;
}

footer .in .info_wrap .small_text {
	font-size: 0.12rem;
	line-height: 1.75;
}

@media screen and (max-width: 640px) {
	footer .in .info_wrap .small_text {
		font-size: 0.11rem;
		text-align: center;
	}
}

/* 右側ボックス */
footer .in .sitemap_wrap {
	width: calc(100% - 6.65rem);
	padding-top: 1.00rem;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

@media screen and (max-width: 640px) {
	footer .in .sitemap_wrap {
		width: 100%;
		padding-top: 0.30rem;
	}
}

footer .in .sitemap_wrap .list {
	width: 50%;
}

@media screen and (max-width: 640px) {
	footer .in .sitemap_wrap .list {
		width: 100%;
	}
}

footer .in .sitemap_wrap .list .link {
	padding-bottom: 0.30rem;
}

@media screen and (max-width: 640px) {
	footer .in .sitemap_wrap .list .link {
		padding-bottom: 0.20rem;
	}
}

footer .in .sitemap_wrap .list .link a {
	font-size: 0.14rem;
	font-weight: 500;
	color: #221815;
}

footer .in .sitemap_wrap .list .link a::before {
	content: "";
	width: 0.10rem;
	height: 1px;
	display: inline-block;
	background-color: #45B035;
	margin-right: 0.08rem;
	position: relative;
	top: -0.04rem;
	transition: all 0.3s;
}

footer .in .sitemap_wrap .list .link a:hover::before {
	width: 0.13rem;
}

/* コピーライト */
footer .in .copyright {
	width: 100%;
	text-align: right;
	font-size: 0.12rem;
	font-family: 'Poppins', sans-serif;
	padding-bottom: 0.50rem;
}

@media screen and (max-width: 640px) {
	footer .in .copyright {
		font-size: 0.10rem;
		line-height: 1.75;
		padding-bottom: 0.30rem;
		text-align: left;
	}
}

footer .in .copyright .small_text {
	padding-top: 0.10rem;
}

@media screen and (max-width: 640px) {
	footer .in .copyright .small_text {
		padding-right: 0.40rem;
		letter-spacing: 0;
	}
}

/* オープン直後のリンク無効 */
.soon a {
	pointer-events: none;
	opacity: 0.5;
}

.soon a::before {
	content: "coming soon...";
	font-family: 'Poppins', sans-serif;
	width: 100%;
	text-align: center;
	font-size: 0.12rem;
	position: absolute;
	top: -0.15rem;
	left: 0;
	letter-spacing: 0;
}

@media screen and (max-width: 640px) {
	.glo_navi .list .link.soon a::after {
		content: "coming soon...";
    font-family: 'Poppins', sans-serif;
    display: inline-block;
    font-size: 0.11rem;
    margin-left: 0.1rem;
    letter-spacing: 0;
    bottom: 0.14rem;
    transform: none;
    background-color: transparent;
    left: 1.05rem;
	}
}

#topics .soon a::before {
	top: 37%;
	font-size: 0.15rem;
	font-weight: 700;
	color: #FFF;
}

/*=========================
LINEバナー
=========================*/
.line_bnr {
	position: fixed;
	top: 50%;
	right: -0.03rem;
	transform: translateY(-50%);
	width: 0.63rem;
	z-index: 1000;
}

@media screen and (max-width: 640px) {
	.line_bnr {
		width: 0.43rem;
	}
}

.line_bnr a:hover {
	filter: brightness(1.1);
}


/*=========================
LINE QRボックス
=========================*/
.line_regist_wrap {
	padding-bottom: 0.50rem;
	text-align: center;
}

.line_regist_wrap .tit {
	font-size: 0.18rem;
	font-weight: 700;
	line-height: 1.5;
	color: #222;
	padding-bottom: 0.20rem;
}

.line_regist_wrap .qr_img {
	margin: auto;
}
@media screen and (max-width: 640px) {
	.line_regist_wrap .qr_img {
		width: 2.00rem;
	}
}

.line_regist_wrap .regist_btn {
	width: 2.00rem;
	margin: 0.20rem auto;
}