@charset "utf-8";
/*==================================================
  ヘッダ
--------------------------------------------------*/
#header {
	position: absolute;
	height: 60px;
	text-align: left;
	z-index: 1;
	top: 25px;
	left: 25px;
	width: calc(100% - 50px);
	background: #fff;
	border-radius: 10px;
}
/* タイトル */
#header h1.title {
	height: 100%;
	/* 縦方向中央揃え */
	display: flex;
	align-items: center;
	margin-left: 15px;
}
#header h1.title img {
	width: 113px;
	height: auto;
}
/* お問い合わせ */
#header .contact a {
	display: block;
}
#header .contact a img {
	vertical-align: middle;
}
#header .contact .tel a::before {
	content: "";
	background: url("../img/tel.png") no-repeat center /100% auto;
	display: inline-block;
	width: 22px;
	height: 22px;
	margin-right: 10px;
	position: relative;
	top: 3px;
	vertical-align: baseline;
}
#header .contact .btn a::before {
	content: "";
	background: url("../img/mail.png") no-repeat center /100% auto;
	display: inline-block;
	width: 18px;
	height: 17px;
	position: relative;
}
@media print, screen and (min-width: 769px){ /* PCのみ */
	#header .contact {
		column-gap: 10px;
		margin-left: 30px;
		line-height: 1.2;
		margin-right: 10px;
	}
	#header .contact .tel a {
		font-size: 20px;
		display: block;
		font-weight: 500;
		border-radius: 22px;
		background: var(--color-secondary);
		line-height: 40px;
		width: 202px;
		text-align: center;
	}
	#header .contact .tel a:hover {
		color: #fff;
		background: var(--color-blue);
		filter:alpha(opacity=100);
		-moz-opacity: 1;
		opacity: 1;
	}
	#header .contact .tel a:hover::before {
		background-image: url("../img/tel-w.png");
	}
	#header .contact .btn a {
		width: 40px;
		height: 40px;
		display: flex;
		justify-content: center;
		align-items: center;
		background: var(--color-secondary);
		border-radius: 50%;
		olor: #fff;
	}
	#header .contact .btn a:hover {
		color: #fff;
		background: var(--color-blue);
		filter:alpha(opacity=100);
		-moz-opacity: 1;
		opacity: 1;
	}
	#header .contact .btn a:hover::before {
		background-image: url("../img/mail-w.png");
	}
}
@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 {
		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% - 138px);
		height: 100%;
		padding: 10px;
		margin-left: 0;
	}
	/* お問い合わせ */
	#header .contact .tel {
		margin-right: 1px;
	}
	#header .contact .tel a,
	#header .contact .btn a {
		width: 46px;
		height: 50px;
		padding: 0 10px;
		/* 縦方向中央揃え */
		display: flex;
		align-items: center;
		justify-content: center;
	}
	#header .contact .tel a::before {
		margin-right: 0;
		top: 0;
		width: 26px;
		height: 26px;
	}
	#header .contact .btn a::before {
		width: 26px;
		height: 24.5px;
	}
	#header .contact .txt,
	#header .contact .tel span,
	#header .contact .btn span {
		display: none;
	}
}
/*--------------------------------------------------
  メニュー
--------------------------------------------------*/
#menu {
	margin-left: auto;
}
#menu ul {
	display: flex;
	column-gap: 20px;
}
#menu li a {
	display: block;
	color: var(--color-font);
	font-size: 14px;
	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;
}
#menu ul li.dsp_tbs {
	display: none;
}
/*--------------------------------------------------
  ページタイトル
--------------------------------------------------*/
#page_title {
	overflow: hidden;
	position: relative;
	text-align: center;
}
#page_title p {
	text-align: center;
}
#sub_ttl {
	padding-top: 50px;
	height: 300px;
	display: flex;
	justify-content: center;
	align-items: center;
	background: var(--color-blue);
}
#sub_ttl span {
	color: #fff;
	font-size: 30px;
}
#sub_ttl.sub_img {
	height: auto;
}
#sub_ttl.sub_img .in {
	position: absolute;
	left: 50%;
	width: 50%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
}
#sub_ttl.sub_img .txt {
	position: absolute;
	font-size: 50px;
	display: inline-block;
	background: var(--color-blue);
	border-radius: 20px;
	padding: 26px 60px 31px;
}
#sub_ttl.sub_img .txt::after {
	content: "";
	width: 35px;
	height: 36px;
	background: url("../img/btn-y-big.png") no-repeat center /100% auto;
	position: absolute;
	top: -18px;
	left: 50%;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
}
/*--------------------------------------------------
  コンテナ
--------------------------------------------------*/
#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;
	margin-bottom: 40px;
	font-size: 23px;
	font-weight: 500;
	text-align: center;
}
#container h3.sub::after {
	content: url("../img/btn-h3.png");
	position: absolute;
	top: -32px;
	left: 50%;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
}
#container h3.sub.left {
	text-align: left;
	padding-left: 30px;
	font-size: 16px;
}
#container h3.sub.left::after {
	top: 2px;
	left: 0;
	transform: unset;
	-webkit-transform: unset;
	-ms-transform: unset;
}
@media print, screen and (min-width: 769px){ /* PCのみ */
	#wrap {
		min-width: 1150px;
	}
	#header {
		min-width: 1100px;
	}
}
@media only screen and (max-width: 768px) {  /* タブレット以下 */
	#header {
		border-radius: 0;
	}
	#container {
		padding-top: 50px;
	}
	#container h3.sub {
		margin-bottom: 30px;
		font-size: 23px;
	}
	#main, #navi {
		clear: both;
		padding-bottom: 30px;
	}
	#sub_ttl {
		padding-top: 0;
		height: 150px;
	}
	#sub_ttl.sub_img .in {
		width: 100%;
		left: auto;
	}
	#sub_ttl.sub_img .txt {
		padding: 15px 20px 17px;
		font-size: 30px;
	}
}
@media only screen and (max-width: 640px){ /* スマホ */
	#wrap, #footer {
		min-width: 320px;
	}
	#container h3.sub {
		margin-bottom: 20px;
		font-size: 20px;
	}
	#sub_ttl.sub_img .txt {
		padding: 10px 15px 12px;
		font-size: 22px;
	}
	#sub_ttl.sub_img .txt::after {
		width: 20px;
		height: 21px;
		top: -10px;
	}
}
/*--------------------------------------------------
  メイン
--------------------------------------------------*/
.main {
	width: 1150px;
	max-width: 100%;
	margin: auto;
	padding: 0 25px;
}
@media only screen and (max-width: 768px) {  /* タブレット以下 */
	.main {
		padding-left: 20px;
		padding-right: 20px;
	}
}
/*--------------------------------------------------
  フッタ
--------------------------------------------------*/
#footer {
	clear: both;
	width: 100%;
	margin-top: auto;
	background: url("../img/bg-footer.png") no-repeat center top /cover;
	line-height: 1.6;
	padding-top: 4vw;
}
#footer .main {
	padding: 0 0 50px;
}
#footer p {
	text-align: center;
	color: #fff;
}
#footer p.ttl {
	position: relative;
	top: -4vw;
	margin-bottom: 3vw;
}
#footer p.ttl img {
	width: 245px;
}
/* お問い合わせ */
#footer .contact {
	width: 462px;
	max-width: 100%;
	margin: 30px auto 40px;
}
#footer .contact li a {
	width: 222px;
	line-height: 56px;
	background: var(--color-secondary);
	color: var(--color-blue);
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 20px;
	border-radius: 30px;
	box-shadow: 2px 2px 5px rgba(0,0,0,0.2);
}
#footer .contact li.btn a {
	font-size: 18px;
}
#footer .contact li a::before {
	content: "";
	background: url("../img/tel.png") no-repeat center /100% auto;
	display: inline-block;
	width: 21px;
	height: 21px;
	margin-right: 10px;
	position: relative;
	vertical-align: middle;
}
#footer .contact li.btn a::before {
	background: url("../img/mail.png") no-repeat center /100% auto;
	width: 18px;
	height: 17px;
	position: relative;
}
#footer .contact li a:hover {
	color: #fff;
	background: var(--color-blue);
	filter:alpha(opacity=100);
	-moz-opacity: 1;
	opacity: 1;
	box-shadow: none;
}
#footer .contact li.tel a:hover::before {
	background-image: url("../img/tel-w.png");
}
#footer .contact li.btn a:hover::before {
	background-image: url("../img/mail-w.png");
}
/* リンク */
#footer .link {
	border-top: 1px solid #FFF;
}
#footer .link .box_flex {
	max-width: 1100px;
	margin: 0 auto;
	align-items: center;
}
#footer .link ul {
	padding: 14px 0;

}
#footer .link ul li {
	display: inline;
	margin-right: 20px;
	padding-left: 20px;
	list-style: none;
}
#footer .link ul li a {
	color: #FFF;
	text-decoration: none;
}
#footer .link ul li a:hover {
	text-decoration: underline;
}
/* コピーライト */
#copyright {
	padding: 10px 0;
	color: #FFF;
	font-size: 12px;
}
@media print, screen and (min-width: 641px){ /* PC・タブレット */
	#footer .contact li {
		width: 48%;
	}
}
@media only screen and (max-width: 768px) {  /* タブレット以下 */
	#footer .main {
		padding-bottom: 30px;
	}
	#footer .ttl {
		margin-bottom: 20px;
	}
	#footer .link .box_flex {
		display: block;
	}
	#copyright {
		padding: 10px 0;
		font-size: 10px;
	}
}
@media only screen and (max-width: 640px){ /* スマホ */
	#footer {
		background: url("../img/bg-footer-sp.png") no-repeat center top /cover;
		padding-top: 0;
	}
	#footer p.ttl {
		top: 0;
		margin-bottom: 80px;
	}
	#footer p.ttl img {
		width: 200px;
		position: relative;
		top: 30px;
	}
	#footer .contact {
		width: 100%;
		margin: 0 auto 20px;
	}
	#footer .contact li+li {
		margin-top: 15px;
	}
	#footer .contact li a {
		margin: 0 auto;
	}
	#copyright {
		padding: 5px 0;
	}
}
/*--------------------------------------------------
  共通
--------------------------------------------------*/
.btn01 {text-align: center;}
.btn01 a, .btn01 span {
	width: 250px;
	line-height: 50px;
	background: #3C4EA0 url("../img/arrow.png") no-repeat center right 20px;
	color: #fff;
	text-align: center;
	display: inline-block;
	border-radius: 10px;
	position: relative;
	box-shadow: 2px 2px 5px rgba(0,0,0,0.2);
}
.btn01 a::after, .btn01 span::after {
	content: "";
	position: absolute;
	top: 4px;
	left: 4px;
	width: calc(100% - 12px);
	height: 40px;
	border: 1px dashed rgba(0, 0, 0, 0.3);
	border-radius: 10px;
}
.btn01 a:hover, a:hover .btn01 span {
	background-color: var(--color-secondary);
	box-shadow: none;
}
.btn01 a:hover::after, a:hover .btn01 span::after {
	border-color: rgba(255, 255, 255, 0.3);
}
/* 枠のマージン・パディング */
.mt { margin-top: 100px; }
.mb { margin-bottom: 100px; }
.pt { padding-top: 100px; }
.pb { padding-bottom: 100px; }
@media only screen and (max-width: 768px) {  /* タブレット以下 */
	.mb { margin-bottom: 50px; }
	.pt { padding-top: 50px; }
	.pb { padding-bottom: 50px; }
}
@media only screen and (max-width: 640px){ /* スマホ */
	.mb { margin-bottom: 40px; }
	.pt { padding-top: 40px; }
	.pb { 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; }
}
