@charset "utf-8";
/*==================================================
  ヘッダ
--------------------------------------------------*/
#header {
	position: relative;
	height: 80px;
	padding: 15px;
	background: #fff;
	font-family: var(--font-sans);
	text-align: left;
}
/* タイトル */
#header h1.title {
	height: 100%;
	/* 縦方向中央揃え */
	display: flex;
	align-items: center;
}
#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 {
		position: absolute;
		background: none;
		top: 0;
		width: 100%;
		height: auto;
		padding: 0;
		z-index: 1;
		align-items: flex-start;
	}
	#header::before {
		content: "";
		display: block;
		width: 100%;
		height: 146px;
		position: absolute;
		top: 0;
		left: 0;
		background : linear-gradient(180deg, rgba(0, 0, 0, 0.4) 0%, rgba(0, 0, 0, 0) 100%);
		z-index: -1;
	}
	#header h1.title {
		width: 260px;
		height: 100px;
		background : rgba(51, 51, 51, 0.5);
		justify-content: center;
		border-radius : 0px 0px 30px 0px;
	}
	#header h1.title img {
		width: 210px;
	}
	#header .contact {
		column-gap: 10px;
		margin-left: 40px;
		line-height: 1.2;
		align-items: flex-start;
	}
	#header .contact a {
		height: 50px;
		box-sizing: border-box;
		border: 1px solid #fff;
		border-top: none;
		background : rgba(13, 183, 214, 0.2);
		border-radius : 0px 0px 20px 20px;
		display: flex;
		align-items: center;
		justify-content: center;
	}
	#header .contact .tel a {
		font-size: 16px;
		color: #fff;
		width: 218px;
		letter-spacing : 3.2px;
	}
	#header .contact .tel a img {
		width: 20px;
		vertical-align: baseline;
		margin-right: 10px;
	}
	#header .contact .btn a {
		width: 50px;
	}
	#header .contact .btn a img {
		width: 18px;
	}
}
@media only screen and (max-width: 768px) {  /* タブレット以下 */
	/* ベースカラー*/
	#switchBtnArea #switchBtn { background: #6FB7E4; }
	#header .contact .tel a { background: #6FB7E4; }
	#header .contact .btn a { background: #6FB7E4; }

	/* ヘッダ */
	#header {
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		height: 50px;
		padding: 0 46px 0 0;
		background: rgba(51, 51, 51, 0.5);
		z-index: 9997;
	}
	#header h1.title {
		width: calc(100% - 138px);
		height: 100%;
		padding: 10px;
	}
	#header h1.title img {
		height: 40px;
		width: auto;
	}
	/* お問い合わせ */
	#header .contact p {
		border-right: 1px solid #fff;
	}
	#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 .txt,
	#header .contact .tel span,
	#header .contact .btn span {
		display: none;
	}
}
/*--------------------------------------------------
  メニュー
--------------------------------------------------*/
#menu {
	margin-left: auto;
	margin-top: 15px;
}
#menu ul {
	display: flex;
	column-gap: 40px;
}
@media only screen and (max-width: 1300px) {
	#menu ul {
		column-gap: 18px;
	}
}
#menu li a {
	display: block;
	color: #fff;
	font-size: 14px;
	text-decoration: none;
	letter-spacing : 1.5px;
}
#menu li.on a,
#menu li a:hover {
	filter:alpha(opacity=80);
	-moz-opacity: 0.8;
	opacity: 0.8;
}
#menu ul li.dsp_tbs {
	display: none;
}
/*--------------------------------------------------
  ページタイトル
--------------------------------------------------*/
#page_title {
	overflow: hidden;
	position: relative;
	text-align: center;
}
#page_title p {
	text-align: center;
}
#sub_ttl {
	height: 400px;
	padding-top: 190px;
	box-sizing: border-box;
	background: url("../img/bg-sub.jpg") no-repeat center bottom /cover;
}
#sub_ttl span {
	width: 400px;
	color: #fff;
	line-height: 46px;
	padding-bottom: 4px;
	font-size : 27px;
	letter-spacing : 5.4px;
	background : rgba(51, 51, 51, 0.4);
	display: inline-block;
	font-weight: normal;
	border-radius : 20px 0px;
}
/*--------------------------------------------------
  コンテナ
--------------------------------------------------*/
#wrap {
	overflow: hidden;
	transition: all 0.3s ease-in-out;
}
#container {
	text-align: left;
	line-height: 1.8;
}
#container p {
	margin-bottom: 1em;
}
#container h2.sub,
#container h3.sub {
	position: relative;
	margin-bottom: 60px;
	font-size: 35px;
	font-weight: normal;
	letter-spacing : 7px;
	color: var(--color-primary);
}
#container h2.sub span, #container h3.sub span {
	position: relative;
}
#container h2.sub span:before,
#container h3.sub span:before {
	content: "";
	width: 18px;
	height: 19px;
	background: url("../img/bg-h3.png") no-repeat center /100% auto;
	position: absolute;
	top: 10px;
	right: -30px;
}
#container h2.sub.cen span:before,
#container h3.sub.cen span:before {
	top: -20px;
	left: 50%;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
}
#container h3.sub2 {
	text-align: center;
	font-size: 23px;
	color: #0DB7D6;
	font-weight: normal;
	line-height: 1;
	position: relative;
	margin-bottom: 80px;
}
#container h3.sub2:before {
	background: url("../img/bg-ttl-sub01.png") no-repeat left calc(50% - 410px) bottom /473px auto, url("../img/bg-ttl-sub02.png") no-repeat right calc(50% - 410px) bottom /473px auto;
}
#container h3.sub2 .serif {
	font-size: 56px;
	margin-top: 40px;
	display: block;
}
@media print, screen and (min-width: 769px){ /* PCのみ */
	#wrap, #header {
		min-width: 1150px;
	}
}
@media only screen and (max-width: 768px) {  /* タブレット以下 */
	#container h2.sub, #container h3.sub {
		margin-bottom: 30px;
		font-size: 28px;
	}
	#container h3.sub2 {
		font-size: 18px;
	}
	#container h3.sub2:before {
		background-position: left calc(50% - 250px) bottom, right calc(50% - 250px) bottom;
		background-size: 280px auto;
	}
	#container h3.sub2 .serif {
		margin-top: 20px;
		font-size: 35px;
	}
	#main, #navi {
		clear: both;
		padding-bottom: 30px;
	}
	#sub_ttl {
		height: 300px;
		padding-top: 130px;
	}
	#sub_ttl span {
		width: 300px;
		font-size: 23px;
		letter-spacing: 2px;
	}
}
@media only screen and (max-width: 640px){ /* スマホ */
	#wrap, #footer {
		min-width: 320px;
	}
	#container h2.sub, #container h3.sub {
		margin-bottom: 20px;
		font-size: 20px;
	}
	#container h3.sub2 {
		font-size: 16px;
	}
	#container h3.sub2:before {
		background-position: left calc(50% - 180px) bottom 5px, right calc(50% - 180px) bottom 5px;
		background-size: 180px auto;
	}
	#container h3.sub2 .serif {
		font-size: 28px;
	}
	#sub_ttl {
		height: 250px;
		padding-top: 110px;
		padding-bottom: 0;
	}
	#sub_ttl span {
		width: 300px;
		font-size: 20px;
		letter-spacing: 2px;
	}
}
/*--------------------------------------------------
  メイン
--------------------------------------------------*/
.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.jpg") no-repeat center bottom /cover;
	font-size: 12px;
	line-height: 1.6;
	position: relative;
}
#footer::before {
	content: "";
	position: absolute;
	inset: 0; /* top, right, bottom, left = 0 */
	background: rgba(0, 0, 0, 0.3); /* 半透明の黒 */
	z-index: 0; /* テキストより下にする場合は0 */
}
#footer .main {
	padding: 65px 0;
	z-index: 1;
	position: relative;
}
#footer p {
	text-align: center;
	color: #fff;
	font-size: 14px;
}
#footer p.ttl {
	margin-bottom: 30px;
}
#footer p.ttl img {
	width: 160px;
}
#footer .mei a {
	color: #fff;
}
/* リンク */
#footer .link {
	border-top: 1px solid #E5E5E5;
	position: relative;
	z-index: 1;
}
#footer .link .box_flex {
	max-width: 1100px;
	margin: 0 auto;
}
#footer .link ul {
	padding: 30px 0;
}
#footer .link ul li {
	display: inline;
	margin-right: 15px;
	padding-left: 15px;
	list-style: none;
}
#footer .link ul li a {
	color: #E5E5E5;
	text-decoration: none;
}
#footer .link ul li a:hover {
	text-decoration: underline;
}
/* コピーライト */
#copyright {
	padding: 15px 0;
	color: #E5E5E5 !important;
	font-size: 12px !important;
}
@media print, screen and (min-width: 641px){ /* PC・タブレット */
}
@media only screen and (max-width: 768px) {  /* タブレット以下 */
	#footer .main {
		padding: 30px 0;
	}
	#footer .ttl {
		margin-bottom: 20px;
	}
	#footer .link .box_flex {
		display: block;
	}
	#copyright {
		padding: 10px 0;
		font-size: 10px;
		text-align: center;
	}
}
@media only screen and (max-width: 640px){ /* スマホ */
	#footer p.ttl img {
		width: 140px;
	}
	#copyright {
		padding: 5px 0;
	}
}
/*--------------------------------------------------
  共通
--------------------------------------------------*/
.fst_msg {
	font-size : 120%;
	letter-spacing : 3.6px;
}
.btn01 {
	margin-bottom: 0 !important;
}
.btn01 a {
	display: inline-block;
	background : #0DB7D6 url("../img/btn-arrow.png") no-repeat right 20px center /25px auto;
	border-radius: 30px;
	box-shadow: 2px 2px 5px rgba(0,0,0,0.2);
	color: #fff;
	width: 250px;
	line-height: 56px;
	font-size: 16px;
	letter-spacing : 3.2px;
	padding-left: 50px;
	padding-bottom: 2px;
	border: 1px solid #0DB7D6;
}
.btn01 a:hover {
	background : #fff url("../img/btn-arrow.png") no-repeat right 20px center /25px auto;
	color: #000;
	filter:alpha(opacity=100);
	-moz-opacity: 1;
	opacity: 1;
}
/* 枠のマージン・パディング */
.mt { margin-top: 100px; }
.mb { margin-bottom: 100px; }
.pt { padding-top: 100px; }
.pb { padding-bottom: 100px; }
@media only screen and (max-width: 768px) {  /* タブレット以下 */
	.btn01 a {
		line-height: 46px;
	}
	.mb { margin-bottom: 50px; }
	.pt { padding-top: 50px; }
	.pb { padding-bottom: 50px; }
}
@media only screen and (max-width: 640px){ /* スマホ */
	.fst_msg {
		font-size: min(3.7vw, 16px);
	}
	.btn01 a {
		width: 220px;
		padding-left: 40px;
		letter-spacing: 2px;
	}
	.mb { margin-bottom: 40px; }
	.pt { padding-top: 40px; }
	.pb { padding-bottom: 40px; }
}
/*------------------------------------------------*/
/* パンくずリスト */
#page_navi {
	margin-bottom: 120px;
	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; }
}
