@charset "utf-8";
/*==================================================
  ヘッダ
--------------------------------------------------*/
#header {
	position: absolute;
	height: 80px;
	padding: 15px;
	font-family: var(--font-sans);
	text-align: left;
	z-index: 999;
	width: 100%;
}
/* タイトル */
#header h1.title {
	height: 100%;
	/* 縦方向中央揃え */
	display: flex;
	align-items: center;
}
#header h1.title a {
	width: 367px;
}
#header h1.title img {
	object-fit: contain;
	width: 100%;
	height: 100%;
	max-width: none;
}
/* お問い合わせ */
#header .contact a {
	display: block;
}
#header .contact a img {
	vertical-align: middle;
}
@media print, screen and (min-width: 769px){ /* PCのみ */
	#header .contact {
		position: fixed;
		bottom: 0;
		left: 0;
		background: #f08c1e;
		max-height: 110px;
		padding: 8px;
		box-sizing: border-box;
		width: 100%;
		justify-content: center;
		column-gap: 10px;
	}
	#header .contact .txt_b {
		font-weight : bold;
		font-size : 30px;
		color: #fff;
		line-height: 1.2em;
		margin-top: -5px;
	}
	#header .contact .txt_b .fs {
		font-size : 30px;
	}
	#header .contact a {
		padding: 0 25px 0 10px;
		border-radius: 43px;
		height: 40px;
		font-weight : 800;
		font-size : 26px;
		color : #2A402F;
		display: flex;
		justify-content: flex-start;
		align-items: center;
		background: linear-gradient(180deg,rgba(255, 255, 255, 1) 0%, rgba(239, 238, 232, 1) 100%);
		border: 3px solid #fff;
	}
	#header .contact .sns a {
		padding: 0 30px;
	}
	#header .contact a .maru {
		width: 30px;
		height: 30px;
		background: #f08c1e;
		border-radius: 50%;
		margin-right: 10px;
		display: flex;
		justify-content: center;
		align-items: center;
	}
	#header .contact a .maru img {
		width: 18px;
	}
	#header .contact .btn a .maru img {
		width: 20px;
	}
	#header .contact a .txt {
		position: relative;
		top: -2px;
		font-family: var(--font-oswald);
	}
	#header .contact .btn a .txt {
		font-size: 22px;
		top: -3px;
		font-family: var(--font-suns);
	}
	#header .contact .sns a .txt {
		font-size: 26px;
		top: -3px;
		color : #06C755;
		font-family: var(--font-suns);
	}
	#header .contact .sns a img {
		width: 30px;
		margin-right: 10px;
	}
}
@media only screen and (max-width: 768px) {  /* タブレット以下 */
	/* ベースカラー*/
	#switchBtnArea #switchBtn { background: var(--color-primary); }
	#header .contact .tel a { background: var(--color-secondary); }
	#header .contact .btn a { background: var(--color-secondary); }
	#header .contact .sns a { background: var(--color-secondary); }

	/* ヘッダ */
	#header {
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		height: 50px;
		padding: 0 46px 0 0;
		background: #fff;
		z-index: 9997;
	}
	#header h1.title {
		width: calc(100% - 188px);
		height: 100%;
		padding: 10px;
	}
	/* お問い合わせ */
	#header .contact .txt_b {
		display: none;
	}
	#header .contact .tel a,
	#header .contact .btn a,
	#header .contact .sns a {
		width: 46px;
		height: 50px;
		padding: 0 12px;
		/* 縦方向中央揃え */
		display: flex;
		align-items: center;
		justify-content: center;
	}
	#header .contact .btn a {
		padding: 0 11px;
		margin: 0 1px;
	}
	#header .contact .sns a {
		padding: 0 5px;
		background: #07C756;
	}
	#header .contact .btn a img {
		position: relative;
		top: -2px;
	}
	#header .contact .txt {
		display: none;
	}
}
	@media only screen and (max-width: 640px) {
		#header h1.title {
			width: 130px;
		}
		#header h1.title a {
			width: 100%;
		}
		#header h1.title img {
			width: 100%;
			max-height: 35px;
		}
	}
/*--------------------------------------------------
  メニュー
--------------------------------------------------*/
#menu {
	margin-left: auto;
}
#menu ul {
	display: flex;
	column-gap: 22px;
	margin-right: 10px;
}
#menu li a {
	display: block;
	color: var(--color-font);
	font-size: 15px;
	font-weight: 500;
	text-decoration: none;
}
#menu li.on a,
#menu li a:hover {
	color: var(--color-primary);
	filter:alpha(opacity=100);
	-moz-opacity: 1;
	opacity: 1;
	color: #f08c1e;
}
#menu ul li.dsp_tbs {
	display: none;
}
/*--------------------------------------------------
  ページタイトル
--------------------------------------------------*/
#page_title {
	overflow: hidden;
	position: relative;
	text-align: center;
}
#page_title p {
	text-align: center;
}
#sub_ttl img {
	width: 100%;
}
/*--------------------------------------------------
  コンテナ
--------------------------------------------------*/
#wrap {
	overflow: hidden;
	transition: all 0.3s ease-in-out;
}
#container {
	text-align: left;
	line-height: 1.8;
}
#container p {
	margin-bottom: 1em;
}
#container h3.sub {
	position: relative;
	font-weight : 800;
	font-size : 30px;
	color : #FFFFFF;
	text-align: center;
	min-height: 62px;
	display: flex;
	justify-content: center;
	align-items: center;
}
#container h3.sub::before {
	background: #5aab7a;
}
#container h3.sub::after {
	content: "";
	background: #fff;
	opacity: 0.1;
	width: 100vw;
	height: 120px;
	clip-path: polygon(50% 100%, 0 0, 100% 0);
	position: absolute;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
}
#container h3.sub span {
	position: relative;
	top: -3px;
}
#container h3.fukidashi {
	position: relative;
	background: #5aab7a;
	min-height: 65px;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	max-width: 700px;
	margin: auto;
	box-sizing: border-box;
	font-size : 32px;
	color : #fff;
	padding: 0 20px;
	font-weight: 800;
}
#container h3.fukidashi::after {
	content: "";
	clip-path: polygon(50% 100%, 0 0, 100% 0);
	background: #5aab7a;
	width: 80px;
	height: 25px;
	position: absolute;
	bottom: -24px;
	left: calc(50% - 40px);
}
#container h4.sub {
	text-align: center;
	margin-bottom: 80px;
}
#container h4.sub .line {
	display: inline-block;
	font-weight : 800;
	font-size : 30px;
	line-height : 50px;
	color : #2A402F;
	position: relative;
	padding: 0 5px 5px;
}
#container h4.sub .line::before {
	content: "";
	background: #5aab7a;
	width: 100%;
	height: 2px;
	position: absolute;
	bottom: 0;
	left: 0;
}
@media print, screen and (min-width: 769px){ /* PCのみ */
	#wrap,#header,#header .contact {
		min-width: 1050px;
	}
}
@media only screen and (max-width: 768px) {  /* タブレット以下 */
	#container h3.sub {
		font-size: 35px;
		min-height: 70px;
	}
	#container h3.sub::after {
		height: 70px;
	}
	#container h3.fukidashi {
		font-size: 25px;
		min-height: inherit;
		padding: 10px 20px;
	}
	#container h3.fukidashi::after {
		width: 80px;
		left: calc(50% - 40px);
	}
	#container h4.sub {
		margin-bottom: 40px;
	}
	#container h4.sub .line {
		font-size: 30px;
		padding-bottom: 10px;
	}
	#main, #navi {
		clear: both;
		padding-bottom: 30px;
	}
}
@media only screen and (max-width: 640px){ /* スマホ */
	#container {
		margin-top: 30px;
	}
	#wrap, #footer {
		min-width: 320px;
	}
	#container h3.sub {
		font-size: 28px;
	}
	#container h3.fukidashi {
		font-size: 20px;
		min-height: inherit;
		text-align: center;
		padding: 10px 15px;
	}
	#container h4.sub .line {
		font-size: 22px;
		padding-bottom: 5px;
		line-height: 1.8em;
	}
}
/*--------------------------------------------------
  メイン
--------------------------------------------------*/
.main {
	width: 1050px;
	max-width: 100%;
	margin: auto;
	padding: 0 25px;
}
.btn01 a {
	display: flex;
	align-items: center;
	width: 300px;
	height: 60px;
	font-weight : normal;
	font-size : 20px;
	box-sizing: border-box;
	vertical-align: middle;
	position: relative;
	padding: 0 15px 0 20px;
	border: 2px solid #fff;
	background: linear-gradient(90deg,rgba(90, 171, 122, 1) 0%, rgba(65, 116, 83, 1) 100%);
	color : #fff;
	box-shadow: 3px 3px 20px rgba(90,171,122,0.5);
}
.btn01 a:hover {
	opacity: 1;
	background: linear-gradient(-90deg,rgba(90, 171, 122, 1) 0%, rgba(65, 116, 83, 1) 100%);
}
.btn01 a::before {
	content: "";
	background: url("../img/arrow01.png") no-repeat top right/100%;
	width: 45px;
	height: 34px;
	position: absolute;
	top: 50%;
	right: 10px;
	transform: translateY(-50%);
}
.btn02 a {
	display: flex;
	align-items: center;
	font-weight : normal;
	box-sizing: border-box;
	vertical-align: middle;
	position: relative;
	padding: 0 15px 0 20px;
	color : #5AAB7A;
	height: 100%;
	width: 280px;
	min-height: 50px;
	font-size: 20px;
	line-height: 1.4;
	background: #fff;
}
.btn02 a::before {
	width: 31px;
	height: 24px;
}
.btn02 a::before {
	content: "";
	background: url("../img/arrow02.png") no-repeat top right/100%;
	width: 31px;
	height: 24px;
	position: absolute;
	top: 50%;
	right: 10px;
	transform: translateY(-50%);
}
@media only screen and (max-width: 768px) {  /* タブレット以下 */
	.main {
		padding-left: 20px;
		padding-right: 20px;
	}
}
	@media only screen and (max-width: 640px) {
		.btn01 a {
			width: 240px;
			height: 60px;
			font-size: 98%;
		}
	}
/*--------------------------------------------------
  フッタ
--------------------------------------------------*/
#footer {
	clear: both;
	width: 100%;
	margin-top: auto;
	background: url("../img/bg-f.jpg") no-repeat top left/cover;
	font-size: 14px;
	line-height: 28px;
	margin-bottom: 56px;
}
#footer .main {
	padding-top: 50px;
	padding-bottom: 30px;
}
#footer p {
	text-align: center;
}
#footer p.ttl {
	margin-bottom: 30px;
}
#footer p.ttl img {
	width: 333px;
}
/* お問い合わせ */
#footer .contact {
	width: 579px;
	max-width: 100%;
	margin: 30px auto;
}
/* コピーライト */
#copyright {
	padding: 15px 0;
	color: #7A887D;
	font-size: 12px;
	background: #2a402f;
}
@media print, screen and (min-width: 641px){ /* PC・タブレット */
	#footer .contact li {
		width: 48%;
	}
}
@media only screen and (max-width: 768px) {  /* タブレット以下 */
	#footer {
		margin-bottom: 0;
	}
	#footer .ttl {
		margin-bottom: 20px;
	}
	#footer p.ttl img {
		width: 250px;
	}
	#copyright {
		padding: 10px 0;
		font-size: 10px;
	}
}
@media only screen and (max-width: 640px){ /* スマホ */
	#footer .contact {
		width: 100%;
	}
	#footer .contact li {
		display: flex;
		justify-content: center;
	}
	#footer .contact li:first-of-type {
		margin-bottom: 15px;
	}
	#footer .contact li a {
		font-size: 98%;
		width: 220px;
	}
	#copyright {
		padding: 5px 0;
		line-height: 1.5em;
	}
}
	@media only screen and (max-width: 320px) {
		#footer p {
			font-size: 3.5vw;
			line-height: 1.8em;
		}
	}
/*--------------------------------------------------
  共通
--------------------------------------------------*/
/* 枠のマージン・パディング */
.mt { margin-top: 100px; }
.mb { margin-bottom: 100px; }
.pt { padding-top: 100px; }
.mt60 { margin-top: 60px; }
.mt80 { margin-top: 80px; }
.pt0 { padding-top: 0px; }
.pt20 { padding-top: 20px; }
.pt40 { padding-top: 40px; }
.pt60 { padding-top: 60px; }
.pt80 { padding-top: 80px; }
.pb { padding-bottom: 100px; }
.pb60 { padding-bottom: 60px; }
@media only screen and (max-width: 768px) {  /* タブレット以下 */
	.mb { margin-bottom: 50px; }
	.pt,.pt0,.pt20,.pt40,.pt60,.pt80 { padding-top: 50px; }
	.pb,.pb60 { padding-bottom: 50px; }
}
@media only screen and (max-width: 640px){ /* スマホ */
	.mb { margin-bottom: 40px; }
	.pt,.pt0,.pt20,.pt40,.pt60,.pt80 { padding-top: 40px; }
	.pb,.pb60 { padding-bottom: 40px; }
}
/*------------------------------------------------*/
/* パンくずリスト */
#page_navi {
	margin-bottom: 50px;
	padding-top: 30px;
	color: var(--color-thin);
	font-size: 12px;
	line-height: 1;
	/* フレックス */
	display: flex;
	flex-wrap: wrap;
	gap: 0.5em;
}
#page_navi li+li:before {
	content: ">";
	margin-right: 0.5em;
}
#page_navi a {
	color: var(--color-thin);
	text-decoration: none;
}
@media only screen and (max-width: 768px) {  /* タブレット以下 */
	#page_navi {
		margin-bottom: 30px;
		padding-top: 15px;
		font-size: 11px;
	}
}
/*------------------------------------------------*/
/* テーブル */
.tbl {
	width: 100%;
	background: #fff;
}
.tbl th,
.tbl td {
	padding: 14px;
	border: 1px solid var(--color-tbl-border);
}
.tbl th {
	white-space: nowrap;
	background: var(--color-tbl-th);
}
@media only screen and (max-width: 640px){ /* スマホ */
	.tbl {
		border-bottom: 1px solid var(--color-tbl-border);
	}
	.tbl th,
	.tbl td {
		display: block;
		width: auto;
		padding: 10px;
		border-bottom: none;
	}
}
/*------------------------------------------------*/
/* 注意書き */
p.attention {
	margin-left: 1em;
	text-indent: -1em;
}
/*------------------------------------------------*/
/* 横100％ */
.w100 {
	width: 100vw;
	margin-left: calc(((100vw - 100%) / 2) * -1);
	margin-right: calc(((100vw - 100%) / 2) * -1);
}
/*------------------------------------------------*/
/* 横100％背景 */
.bg_wide {
	position: relative;
}
.bg_wide::before,
.bg_wide.bg_after::after {
	position: absolute;
	left: 0;
	top: 0;
	display: block;
	width: 100vw;
	height: 100%;
	margin-left: calc(((100vw - 100%) / 2) * -1);
	margin-right: calc(((100vw - 100%) / 2) * -1);
	content: "";
	z-index: -1;
}
@media only screen and (max-width: 1150px) {
	.w100,
	.bg_wide::before,
	.bg_wide.bg_after::after {
		width: calc(100% + 50px);
		margin-left: -25px;
		margin-right: 0;
	}
}
@media only screen and (max-width: 640px){ /* スマホ */
	.w100,
	.bg_wide::before,
	.bg_wide.bg_after::after {
		width: calc(100% + 40px);
		margin-left: -20px;
		margin-right: 0;
	}
}
/*------------------------------------------------*/
/* フレックスボックス */
.box_flex_sp {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.box_flex_sp.rev { flex-direction: row-reverse; }
.box_flex_sp.vcen { align-items: center; }
.box_flex_sp.vtop { align-items: flex-start; }
.box_flex_sp.htop { justify-content: flex-start; }
.box_flex_sp.hcen { justify-content: center; }
@media print, screen and (min-width: 641px){ /* PC用 */
	.box_flex {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}
	.box_flex.rev { flex-direction: row-reverse; }
	.box_flex.vcen { align-items: center; }
	.box_flex.vtop { align-items: flex-start; }
	.box_flex.htop { justify-content: flex-start; }
	.box_flex.hcen { justify-content: center; }
}
/*------------------------------------------------*/
/* 箱のパディング */
.box_pad {
	padding: 20px;
}
@media print, screen and (min-width: 641px){ /* PC用 */
	.box_pad { padding: 30px; }
}
