@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: 217px;
	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 a {
		position: fixed;
		top: 0;
		right: 0;
		width: 140px;
		height: 110px;
		background: #ffea00;
		color: #000;
		font-size: 135%;
		font-weight: 600;
		letter-spacing: 2px;
		z-index: 999;
		/**/
		display: flex;
		justify-content: center;
		align-items: center;
		flex-direction: column;
	}
	#header .contact a span {
		position: relative;
		top: -5px;
	}
}
@media only screen and (max-width: 768px) {  /* タブレット以下 */
	/* ベースカラー*/
	#switchBtnArea #switchBtn { background: var(--color-primary); }

	/* ヘッダ */
	#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;
	}
	#header h1.title img {
		width: 160px;
	}
	/* お問い合わせ */
	#header .contact a {
		background: #ffea00;
		padding: 15px;
		display: inline-block;
		height: 50px;
		box-sizing: border-box;
		text-align: center;
	}
	#header .contact a span {
		font-size: 100%;
		letter-spacing: 2px;
		color: #000;
		font-weight: 600;
	}
	#header .contact a img {
		width: 25%;
		position: relative;
		top: -2px;
		left: 5px;
	}
}
@media only screen and (max-width: 640px) {
	#header h1.title img {
		width: 130px;
	}
}
/*--------------------------------------------------
  メニュー
--------------------------------------------------*/
#menu {
	margin-left: auto;
	margin-right: 155px;
}
#menu ul {
	display: flex;
	column-gap: 15px;
}
#menu li a {
	display: block;
	color: var(--color-font);
	font-size: 98%;
	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 {
	position: relative;
	height: 300px;
	color: var(--color-primary);
	font-size: 42px;
	/* 縦方向中央揃え */
	display: flex;
	align-items: center;
	justify-content: center;
}
#sub_ttl img {
	object-fit: cover;
	width: 100%;
	height: 100%;
	max-width: none;
}
#sub_ttl span {
	position: absolute;
	top: 50%;
	left: 50%;
	padding: 0.2em 1em;
	background: #fff;
	white-space: nowrap;
	transform: translate(-50%,-50%);
	z-index: 10;
}
@media only screen and (max-width: 768px) {  /* タブレット以下 */
	#sub_ttl {
		height: 180px;
		font-size: 30px;
	}
}
@media only screen and (max-width: 640px){ /* スマホ */
	#sub_ttl {
		height: 100px;
		font-size: 20px;
	}
}
/*--------------------------------------------------
  コンテナ
--------------------------------------------------*/
#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 {
	font-size : 78px;
	font-weight: 500;
}
#container h2.sub02 {
	font-size : 80px;
	color : #213963;
	text-shadow : -5px 5px 0px rgba(255, 255, 255, 1);
	font-weight: 500;
	margin-bottom: 40px;
}
#container h2.ttl,
#container h3.ttl {
	margin-bottom: 4em;
	color: var(--color-primary);
	text-align: center;
	line-height: 1.4;
}
#container h2.ttl .jp,
#container h3.ttl .jp {
	display: block;
	margin-bottom: 0.1em;
	font-size: 80px;
}
#container h2.ttl .en,
#container h3.ttl .en {
	display: inline-block;
	padding: 5px 1em;
	background: var(--color-primary);
	color: #fff;
	font-size: 16px;
	letter-spacing: 0.2em;
}
#container h3.sub {
	position: relative;
	margin-bottom: 40px;
	font-size : 28px;
	line-height : 48px;
	font-weight: 500;
}
#container h3.sub02 {
	font-size : 30px;
	font-weight: 600;
	margin-bottom: 20px;
}
@media print, screen and (min-width: 769px){ /* PCのみ */
	#wrap {
		min-width: 1150px;
	}
}
@media only screen and (max-width: 768px) {  /* タブレット以下 */
	#container {
		padding-top: 50px;
	}
	#container h2.sub {
		font-size: 35px;
	}
	#container h2.sub02 {
		font-size: 35px;
		text-shadow: -2px 2px 0px rgba(255, 255, 255, 1);
		margin-bottom: 20px;
	}
	#container h2.ttl .jp,
	#container h3.ttl .jp {
		font-size: 50px;
	}
	#container h2.ttl .en,
	#container h3.ttl .en {
		font-size: 15px;
	}
	#container h3.sub {
		margin-bottom: 30px;
		font-size: 20px;
		line-height: 1.8em;
	}
	#main, #navi {
		clear: both;
		padding-bottom: 30px;
	}
}
@media only screen and (max-width: 640px){ /* スマホ */
	#wrap, #footer {
		min-width: 320px;
	}
	#container h2.sub,#container h2.sub02 {
		font-size: 28px;
	}
	#container h2.ttl,
	#container h3.ttl {
		margin-bottom: 3em;
	}
	#container h2.ttl .jp,
	#container h3.ttl .jp {
		font-size: 40px;
	}
	#container h2.ttl .en,
	#container h3.ttl .en {
		font-size: 13px;
	}
	#container h3.sub {
		margin-bottom: 20px;
		font-size: 115%;
	}
}
/*--------------------------------------------------
  メイン
--------------------------------------------------*/
.main {
	width: 1150px;
	max-width: 100%;
	margin: auto;
	padding: 0 25px;
}
.cen_btn {
	display: flex;
	justify-content: center;
	align-items: center;
}
.btn01 a {
	display: inline-block;
	background: #ffea00;
	width: 500px;
	height: 100px;
	color: #000;
	font-size : 28px;
	box-sizing: border-box;
	vertical-align: middle;
	position: relative;
	box-shadow: 3px 3px 0 rgba(0,0,0,0.2);
	font-weight: 500;
	margin-top: 30px;
	padding: 25px 85px 30px;
}
.btn01 a::before {
	content: "";
	background: url("../img/arrow.png") no-repeat top right/100%;
	width: 40px;
	height: 19px;
	position: absolute;
	top: 50%;
	right: 25px;
	transform: translateY(-50%);
}
@media only screen and (max-width: 768px) {  /* タブレット以下 */
	.main {
		padding-left: 20px;
		padding-right: 20px;
	}
	.btn01 a {
		width: 240px;
		height: 80px;
		font-size: 115%;
		padding: 15px;
		text-align: center;
		line-height: 1.5em;
	}
	.btn01 a::before {
		width: 25px;
	}
}
/*--------------------------------------------------
  フッタ
--------------------------------------------------*/
#footer {
	clear: both;
	width: 100%;
	margin-top: auto;
	background: #213963;
	font-size: 98%;
	line-height: 1.6;
}
#footer .main {
	position: relative;
}
#footer .main::before {
	content: "";
	width: 177px;
	height: 237px;
	background: url("../img/bg07.png")no-repeat center right/100%;
	position: absolute;
	top: 50%;
	right: -30px;
	transform: translateY(-50%);
}
#footer .pt,#footer .pb {
	padding-top: 45px;
	padding-bottom: 45px;
}
#footer p {
	color: #fff;
}
#footer p.ttl {
	margin-bottom: 30px;
}
#footer p.ttl a span {
	display: block;
	margin-top: 4px;
	color: #fff;
	font-size: 90%;
}
#footer .ttl img {
	width: 217px;
}
#footer .box,#footer .link {
	width: 50%;
}
/* リンク */
#footer .link {
	width: 460px;
	display: grid;
	justify-content: space-between;
	align-items: flex-start;
	grid-template-columns: 144px 144px 1fr;
	gap: 30px;
}
#footer .link ul li {
	text-align: left;
	list-style: none;
	padding-left: 15px;
	position: relative;
	line-height: 30px;
}
#footer .link ul li::before {
	content: "-";
	color: #fff;
	position: absolute;
	top: 0;
	left: 0;
}
#footer .link ul li a {
	color: #FFF;
	text-decoration: none;
}
#footer .link ul li a:hover {
	text-decoration: underline;
}
#footer .contact {
	margin-top: 20px;
	justify-content: flex-start;
	column-gap: 20px;
}
#footer .contact li a img {
	width: 30px;
}
/* コピーライト */
#copyright {
	border-top: 1px solid #fff;
	padding: 15px 0;
	color: #FFF;
	font-size: 12px;
	text-align: center;
}
@media print, screen and (min-width: 641px){ /* PC・タブレット */
}
@media only screen and (max-width: 768px) {  /* タブレット以下 */
	#footer .ttl {
		margin-bottom: 20px;
	}
	#footer .box {
		width: 100%;
	}
	#copyright {
		padding: 10px 0;
		font-size: 10px;
	}
}
@media only screen and (max-width: 640px){ /* スマホ */
	#footer .contact li.tel a {
		font-size: 25px;
	}
	#copyright {
		padding: 5px 0;
	}
}
/*--------------------------------------------------
  共通
--------------------------------------------------*/
/* 枠のマージン・パディング */
.mt { margin-top: 100px; }
.mb { margin-bottom: 100px; }
.pt { padding-top: 100px; }
.pb { padding-bottom: 100px; }
@media only screen and (max-width: 768px) {  /* タブレット以下 */
	.mt { margin-top: 50px; }
	.mb { margin-bottom: 50px; }
	.pt { padding-top: 50px; }
	.pb { padding-bottom: 50px; }
}
@media only screen and (max-width: 640px){ /* スマホ */
	.mt { margin-top: 40px; }
	.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);
	color: #fff;
}
@media print, screen and (min-width: 769px){ /* PCのみ */
	.tbl th,
	.tbl td {
		padding: 20px;
	}
}
@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;
}
.bg_wide.bg_gray::before {
	background: #f5f5f5;
}
@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; }
}
