@charset "utf-8";
/* CSS Document */

@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;700;900&family=Questrial&display=swap');
* {
	margin: 0;
	padding: 0;
	font-style: normal;
	box-sizing:border-box;
	font-family: 'Questrial', 'Noto Sans JP', "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif, Helvetica, Arial;
}
html {
	font-size:5px;
}
@media screen and (min-width: 960px) and (max-width: 1200px) {
html {
	font-size: 0.41666667vw;
}
}
@media print, screen and (max-width: 960px) {
html {
	font-size: 3.8888px;
}
}
html, body {
	width: 100%;
	color: #2A2E35;
	text-align: center;
	background-color:#EEEFF0;
	line-break: strict;
}
body {
	line-height:1.6;
	font-family: 'Noto Sans jp', "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
	font-size:3.6rem;
	-webkit-text-size-adjust: 100%;
	font-feature-settings: "palt";
	text-rendering: optimizeLegibility;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.quest {
	font-family:Questrial, sans-serif;
}
h1, h2, h3, h4, h5, h6 {
	font-size: 1.5rem;
	font-weight: normal;
}
h2, h3, h4 {
	font-weight: 700;
	line-height: 1.618;
}
h2 {
	font-size:10rem;
	font-weight:700;
}
h3 {
	font-size:8rem;
}
h4 {
	font-size:6rem;
}
p {
	text-align:left;
}
a {
	color: #06C;
	text-decoration: none;
	transition: all 0.5s;
}
a:focus {
	outline: none;
}
a:hover {
	opacity:0.7;
}
a.link{ display:inline-block; padding-right:24px; position:relative; }
a.link:after{ position:absolute; right:0; top:50%; transform:translateY(-50%); content:""; display:inline-block; width:18px; height:18px; background: url(img/link.svg) no-repeat center right / contain;}
strong, .st {
	font-weight:bold;
}
img {
	border: 0;
	vertical-align: bottom;
	max-width:100%;
	height:auto;
}
ul, dl {
	list-style: none outside;
}
ol {
	margin-left: 1.5rem;
}
ol li {
	margin-top: 0.5rem;
}
table {
	table-layout:fixed;
	border-collapse:collapse;
	border-spacing:0;
	margin:auto;
	width:100%;
}
td, th {
	border-top:1px solid #CCC;
	border-bottom:1px solid #CCC;
	padding: 5rem 3rem;
	text-align:left;
	font-size:inherit;
	vertical-align:top
}
th {
	font-weight:bold;
	padding: 5rem 0;
}
td {
}
thead th {
	text-align:center;
}
tbody th {
	width:32rem;
}
strong, .st {
	font-weight:bold;
}
button {
	line-height: 1.6;
	color: white;
	background-color: #c7243a;
	border: none;
	padding: 0.4rem 2rem;
	border-radius: 1rem;
	font-weight: bold;
	transition: opacity 0.2s ease;
}
button:hover {
	opacity: 0.7;
}
@media (max-width: 479px) {
table, tr, th, td, tbody th, tbody, thead {
	display:inline-block;
	width:100% !important;
}
table {
	border-bottom:1px solid #CCC;
}
th, tbody th {
	border-bottom:0 none transparent;
	padding-bottom:0;
	padding-left:0;
}
td, tbody td {
	border-top:0 none transparent;
	padding-top:0;
	margin-bottom:-1px;
}
h4 {
	font-size:5rem;
}
a.link{ padding-right:20px;}
a.link:after{width:14px; height:14px;}
}
/*----------------------------------------
 INIT
----------------------------------------*/
.hidden {
	opacity: 0;
	transform: translateY(8rem);
	transition: opacity 0.6s ease-out, transform 0.6s ease-out;
}
.visible {
	opacity: 1;
	transform: translateY(0);
}
.ib {
	display:inline-block;
}
.flex {
	display:flex;
	justify-content:space-between;
	gap:2rem;
}
.tx_l {
	text-align:left !important;
}
.tx_c {
	text-align:center !important;
}
.tx_r {
	text-align:right !important;
}
.tx_red {
	color:#c7243a !important;
}
.tx_blue {
	color:#06C !important;
}
a .tx_blue {
	white-space:nowrap
}
a .tx_blueBT::after {
	color:#06C !important;
	content: ">詳細"; /* 通常のテキスト */
}
a:hover .tx_blueBT::after, a:active .tx_blueBT.hover {
	content: ">外部サイト"; /* hover時のテキスト */
}
.tx_10f {
	font-size:2rem;
}
.tx_14f {
	font-size:2.8rem;
}
.tx_32f {
	font-size:6.4rem;
}
.mb0 {
	margin-bottom:0 !important;
}
.mt0 {
	margin-top:0 !important;
}
.mt2 {
	margin-top:2rem !important;
}
.mt5 {
	margin-top:5rem !important;
}
.mt8 {
	margin-top:8rem !important;
}
.ml1 {
	margin-left:1em !important;
}
.mk1.kome, .mk1.maru {
	padding-left:1.1em;
	position:relative;
	display:block;
}
.mk1.kome:before {
	content:"※";
	color:#C03;
	top:0;
	left:0;
	position:absolute;
}
.mk1.maru:before {
	content:"●";
	color:#c7243a;
	top:0;
	left:0;
	position:absolute;
}
.ls-1 {
	letter-spacing:-1px;
}
.disnon {
	display:none !important;
}
.empty {
	white-space:nowrap;
	overflow:hidden;
	text-indent:100%;
	width:1em;
}
ul.ulDot {
	position:relative;
}
ul.ulDot li {
	padding-left:1em;
	position:relative;
}
ul.ulDot li:before {
	content:"・";
	position:absolute;
	left:0;
	top:0;
}
button.btnL, a.btnL, span.btnL {
	background-color:#c7243a;
	border:1px solid #c7243a;
	border-radius:1.2rem;
	color:white;
	font-size:3.6rem;
	font-weight:500;
	vertical-align:bottom;
	letter-spacing:0.1em;
	max-width:64rem;
	margin:auto;
	margin-top:2rem;
	position:relative;
	padding:1.5rem;
	width:100%;
	display:flex;
	align-items:center;
	justify-content:center;
	transition: background-color 0.3s, color 0.3s;
}
button.btnL:hover, a.btnL:hover {
	color:#c7243a;
	background-color:#FFF;
}
.btnO {
  position: relative;
  display: none;
  width: 6.8rem;
  height: 6.8rem;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  border: 1px solid #999;
  margin-left: auto;
  overflow: hidden;
  background-color:white;
}

.btnO:hover{
  border: 1px solid #c7243a;
}

.btnO img {
  position: relative;
  z-index: 1; /* ボーダーの上に画像を置く */
}


@media (max-width: 767px) {
.pc {
	display: none !important
}
.sp {
	display: block
}
h3 .ib {
	display:inline;
}
}
@media (min-width: 769px) {
.pc {
	display: block
}
.sp {
	display: none
}
}
/*----------------------------------------
 TITLE
----------------------------------------*/
.subTitle {
	font-size: 8.0rem;
	font-weight:700;
	letter-spacing: 0.05em;
	text-align:left;
	margin-bottom:6rem
}
.subTitle span {
	/*color: #c7243a;*/
	display:inline-block;
}
@media (max-width: 767px) {
.subTitle {
	font-size: 7.0rem;
	margin-bottom:4rem
}
}
@media (max-width: 479px) {
.subTitle {
	font-size: 6rem;
	margin-bottom:2rem
}
}
/*----------------------------------------
 AREA
----------------------------------------*/
#container {
	background-color:white;
	margin:auto;
	min-width:320px;
	max-width: 1600px;
	padding-top:14.4rem;
}
article, section {
	display: flex;
	flex-direction: column; /* コンテンツが縦並び */
	width: 100%;
	background-color: white;
	position: relative;
}
article {
	z-index:2;
}
section {
	padding:clamp(4rem, 10vw, 16rem) 0;
}
article > h2, section > h2, article > h3, section > h3 {
	display:none;
}
section:nth-child(odd) {
	background-color:#f0f2f2;
}
article > .inner, section > .inner {
	display:block;
	width:100%;
	margin:auto;
 padding:0 clamp(2rem, calc(10px + ((1vw - 4.8px) * 10.4167)), 16rem);
	position:relative;
	max-width:960px;
	min-width:320px;
}
#index article > .inner, #index section > .inner {
	max-width:1180px;
	min-width:320px;
}
.txbox {
	text-align:left
}
.txbox p {
	margin-top:1rem;
}
.txbox p:first-child {
	margin-top:0;
}
.imgScr {
	position:relative;
	display:inline-block;
	width: 100%;
	height:0;
	padding-top:59.375%;
	overflow:hidden;
	background:center/cover no-repeat;
}
.imgScr span {
	position:absolute;
	top:0;
	right:0;
	bottom:0;
	left:0;
	width:100%;
	height:100%;
	background: center center/cover no-repeat;
	transition: transform 0.5s;
}
.flex .imgbox {
	width:33%;
	display:inline-block;
}
.flex .txbox {
	width:calc(67% - 5rem);
	display:inline-block;
}
.bBox {
	border-top:1px solid #CCC;
	border-bottom:1px solid #CCC;
	padding:5rem 0;
	position:relative;
	margin-bottom: -1px;
}
.halfBox {
	display: flex;
	justify-content: space-between;
	gap:10rem;
}
.halfBox > * {
	display:flex;
	flex-direction:column;
	width: calc(50% - 2rem);
	text-align:left;
	align-items:flex-start;
	color:black;
}
@media (max-width: 959px) {
#container {
	padding-top:12rem;
}
}
@media (min-width: 768px) {
article > .inner, section > .inner {
	padding:0 8rem
}
}
@media (max-width: 767px) {
.halfBox {
	flex-direction:column;
	gap:4rem
}
.halfBox > * {
	width: 100%;
}
}
@media (max-width: 479px) {
.flex {
	display:block
}
.flex .imgbox, .flex .txbox {
	width:100%;
	display:inline-block;
}
.flex .imgbox {
	margin-top:4rem;
}
article > .inner, section > .inner {
	padding:0 2.5rem;
}
}
/*----------------------------------------
 HEADER
----------------------------------------*/
#header {
	width: 100%;
	min-width:320px;
	height:14.4rem;
	position: fixed;
	border-bottom:1px solid #F2F3F4;
	top: 0;
	left: 0;
	right: 0;
	z-index: 20;
	transform: translateY(0);
	background-color: white;
	width: 100%;
	transition:background-color 1s, height 1s, transform 1s;
}
#header.down {
	background-color:#FFFFFF;
	height:14.4rem;
	transform:translateY(-100%)
}
#header .inner {
	height: 100%;
	padding: 0 0 0 4rem;
	display:flex;
	justify-content:space-between;
	align-items:center;
	margin: 0 auto;
}
#logo {
	color:black;
	display:flex;
	align-items:center;
}
#logo img {
	margin-right:1rem;
}
#logo div {
	display:inline-block;
}
#logo div > h1, #logo div > p {
	font-size:3rem;
	font-weight:700;
	line-height:1;
}
#logo div > h1 {
	display:flex;
	align-items:center;
	font-size:4.2rem;
	letter-spacing:0.5rem;
	position:relative;
	padding-bottom:1rem;
}
#logo div > h1:after {
	content:"";
	position:absolute;
	display:inline-block;
	background-color:black;
	height:1px;
	left:0;
	right:0;
	bottom:0;
}
#logo div > h1 span {
	font-size:2.5rem;
	margin-right:1rem;
	letter-spacing:0.2rem;
}
#logo div > p {
	padding-top:1rem;
	color:#0d70b4;
	letter-spacing:0.2rem;
}
#logo div > p span {
	color:#ce2f2b;
}
@media (min-width: 1280px) {
#header .inner {
	padding: 0 12rem;
}
}
@media (min-width: 1024px) {
#header {
	height:14.4rem;
}
#header .inner {
	padding: 0 0 0 8rem;
}
}
@media (max-width: 959px) {
#header {
	height:12rem;
}
#header .inner {
	padding: 0 0 0 6rem;
}
#logo img {
	width:auto;
	height:40px;
}
}
@media (max-width: 479px) {
#header .inner {
	padding: 0 0 0 3rem;
}
#logo {
	width:330px;
	color:black;
	display:flex;
	align-items:center;
}
#logo img {
	margin-right:1rem;
}
#logo div {
	display:inline-block;
}
#logo div > h1, #logo div > p {
	font-size:3rem;
	font-weight:700;
	line-height:1;
}
#logo div > h1 {
	display:flex;
	align-items:center;
	font-size:4.2rem;
	letter-spacing:0.5rem;
	position:relative;
	padding-bottom:1rem;
}
#logo div > h1:after {
	content:"";
	position:absolute;
	display:inline-block;
	background-color:black;
	height:1px;
	left:0;
	right:0;
	bottom:0;
}
#logo div > h1 span {
	font-size:2.5rem;
	margin-right:1rem;
	letter-spacing:0.2rem;
}
#logo div > p {
	padding-top:1rem;
	color:#0d70b4;
	letter-spacing:0.2rem;
}
#logo div > p span {
	color:#ce2f2b;
}
}
#header h1 a {
	display: inline-block;
	/*font-size: 4rem;*/
	line-height: 1;
	text-align:left;
}
#header h1 a span {
/*font-size: 2.8rem;*/
}
#navBtn {
	display:none;
	position: absolute;
	right: 0;
	cursor: pointer;
	width: 12rem;
	height: 12rem;
	padding: 0;
	z-index: 20;
	border-radius:0;
	background-color: #c7243a;
}
#navBtn span {
	display: inline-block;
	position: absolute;
	height: 2px;
	background: #FFF;
	transition: opacity .4s, transform .4s;
}
#navBtn .line1, #navBtn .line3 {
	left: 50%;
	transform: translateX(-50%);
}
#navBtn .line1 {
	top: 2.8rem;
	width: 60%;
}
#navBtn .line2 {
	top: 5.8rem;
	left:calc( 6rem - 30% );
	width: 60%;
}
#navBtn .line3 {
	top: 8.8rem;
	width: 60%;
}
#navBtn[aria-expanded=true] .line1 {
	top: 5.7rem;
	transform: translateX(-50%) rotate(-45deg);
	width: 80%;   /* 幅を90%に設定 */
}
#navBtn[aria-expanded=true] .line2 {
	opacity: 0;
}
#navBtn[aria-expanded=true] .line3 {
	top: 5.75rem;
	transform: translateX(-50%) rotate(45deg);
	width: 80%;   /* 幅を90%に設定 */
}
/*----------------------------------------
 GNAV
----------------------------------------*/
#gnav, #dnav {
	font-family: Roboto, 'Noto Sans', "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif, Meiryo, sans-serif, Helvetica, Arial;
	font-weight:400;
	display:inline-block;
	vertical-align:bottom;
	transform: translateX(0);
}
#gnav > ul, #dnav > ul {
	display:flex;
	align-items: center;
	gap:8rem;
	margin:auto;
	width:100%;
	position:relative;
}
#gnav > ul > li > a, #dnav > ul > li > a {
	font-size:3.2rem;
	font-weight:700;
	display:inline-block;
	color:#2A2E35;
	justify-content:center;
	position:relative;
}
.telBtn {
	display: flex !important;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	background-color: #c7243a;
	color: white !important;
	height:14.4rem;
	text-decoration: none;
	padding: 0 4rem;
}
.telInfo {
	display: flex;
	flex-direction:row;
	gap:2rem;
	font-size:6.4rem;
	letter-spacing:0.5rem;
	line-height:1;
}
.telInfo img {
	width: 10rem;
	height: auto;
}
.telNote {
	font-size:2.8rem;
	line-height:1;
}
@media (max-width: 959px) {
.telBtn {
	height:12rem;
}
}
@media (max-width: 767px) {
.telBtn {
	margin-bottom:8rem;
}
}
#gnavSP {
	display:none;
	position:fixed;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	width: 100vw;
	height: 100vh;
	z-index: 19;
	padding-top:14.4rem;
	background-color: #F0F1F2;
	transition: transform 0.3s ease;
	transform: translateX(200%); /* 初期状態で画面外に隠れる */
}
@media (min-width: 768px) {
#gnav, #dnav {
	transform: translateX(0) !important; /* PC時は常に表示 */
}
#gnav > ul > li > a:after, #dnav > ul > li > a:after {
	position: absolute;
	left: 0;
	content: "";
	width: 100%;
	height: 1px;
	background-color: currentColor;
	bottom: -6px;
	display: block;
	transform: scale(0, 1);
	transform-origin: right top;
	transition: transform 0.3s;
}
#gnav > ul > li > a.telBtn:after {
	display:none;
}
#gnav > ul > li > a:hover, #dnav > ul > li > a:hover {
	opacity: 1;
}
#gnav > ul > li > a:hover::after, #dnav > ul > li > a:hover::after {
	transform: scale(1, 1);
	transform-origin: left top;
}
}
@media (max-width: 767px) {
#navBtn {
	display:inline-block;
}
#gnav {
	display:none;
}
#gnavSP {
	display:flex;
}
#gnavSP.show {
	transform: translateX(0);
}
#gnavSP > ul {
	padding: 3rem;
	display:flex;
	flex-direction:column;
	text-align:left;
	gap:0;
	width:100%;
}
#gnavSP > ul > li {
	display: inline-block;
	width:100%;
	border-bottom:1px dotted #999;
}
#gnavSP > ul > li > a {
	display: inline-block;
	width:100%;
	font-size:4rem;
	text-align:left;
	padding:5rem 0;
	color:black;
}
}
/*----------------------------------------
 FOOTER
----------------------------------------*/
#footer {
	display:block;
	width:100%;
	padding:0 9rem;
	min-width:320px;
	position:relative;
	background-color:#2a2e35;
	color:white
}
#footer .inner {
	display:flex;
	flex-direction: column;
	align-items: center;
	margin:auto;
	width:100%;
	position:relative;
	padding:9rem 0;
}
#footer p {
	font-size: 2.6rem;
	margin-bottom:2.6rem;
}
#footer p br {
	display:none;
}
#footer small {
	font-weight: 400;
	font-size:2.4rem;
}
@media (max-width: 767px) {
#footer {
	padding:0 4rem;
	padding-right:calc( 80px + 4rem );
	text-align:left;
}
#footer .inner {
	align-items: flex-start;
}
#footer p br {
	display:block;
}
}
/*----------------------------------------
 PAGETOP
----------------------------------------*/
.pagetop {
	width: 68px;
	height: 68px;
	position: fixed;
	bottom: 4rem;
	right: 4rem;
	opacity: 0;
	transition: opacity 0.3s;
	z-index:100;
}
.pagetop.hidden {
	display: none;
}
.pagetop.show {
	opacity: 1;
}
.pagetop a {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 100%;
	background-color: #c7243a;
	border:3px solid #c7243a;
	border-radius: 50%;
	color: #fff;
	cursor: pointer;
	font-size:2rem;
	padding-top:18px;
	position:relative;
	text-decoration: none;
	transition: .2s all ease;
}
.pagetop a:hover {
	background-color: #fff;
	color:#c7243a;
	transform:translateY(-5px);
}
.pagetop a:after {
	content: '';
	position: absolute;
	left: 50%;
	top: 50%;
	width: 12px;
	height: 12px;
	margin-top: -15px;
	margin-left: -6px;
	border-top: solid 3px currentColor;
	border-right: solid 3px currentColor;
	transform: rotate(-45deg);
	transition: .2s all ease;
}
/*----------------------------------------
 TOPIMAGE
----------------------------------------*/
#topimg {
	/*position: sticky;	top:14.4rem;*/
	position:relative;
	background: #FFF center/cover no-repeat;
	min-width:320px;
	max-width:1600px;
	display:block;
	text-align:center;
	overflow:hidden;
	width:100%;
	height:auto;
}
.slick-slide {
	aspect-ratio: 21 / 9;
	background-repeat:no-repeat;
	background-position:center;
	background-size:cover;
	height: auto;
	position:relative;
}
#topimg .topTitle {
	position: absolute;
	display:flex;
	top:50%;
	left:50%;
	padding:5rem;
	text-align:center;
	width:auto;
	transform:translate(-50%, -50%);
	color:white;
	text-shadow: 0 0 5px rgba( 0,0,0, 0.5);
	width:100%;
	flex-direction: column;
	align-items:center;
	justify-content:center;
	color:white;
}
#topimg .topTitle h2 {
	font-size: 14rem;
	line-height:1.2;
	letter-spacing:1rem;
	font-weight:700;
}
#topimg .topTitle p {
	font-size: 6rem;
	line-height:1.2;
	font-weight:700;
}
@media (max-width: 959px) {
#topimg .topTitle h2 {
	font-size: 12rem;
}
}
@media (max-width: 767px) {
#topimg .topTitle h2 {
	font-size: 10rem;
}
#topimg .topTitle p {
	font-size: 5rem;
}
.slick-slide {
	aspect-ratio:16/9;
}
}
@media (max-width: 479px) {
#topimg .topTitle h2 {
	font-size: 7rem;
}
#topimg .topTitle p {
	font-size: 3.6rem;
}
.slick-slide {
	aspect-ratio:16/9;
}
}
/*----------------------------------------
 PAGETITLE
----------------------------------------*/
#pageTitle {
	background: #f0f2f2 center/cover no-repeat;
	display:block;
	position:relative;
	width:100%;
	min-width:320px;
	max-width:1600px;
	text-align:center;
	overflow:hidden;
}
#pageTitle .topTitle {
	padding: 10rem 8rem;
	max-width:960px;
	margin:auto;
	text-align:left;
}
#pageTitle .topTitle h2 {
	font-size: 16rem;
	letter-spacing:0.5rem;
	color:#c7243a;
	line-height:1.2;
	font-weight:700;
}
#pageTitle .topTitle h3 {
	background-color:#9dcf32;
	border-radius:8px;
	padding:3rem 3rem;
	display:inline-block;
	color:white;
	font-weight:bold;
	font-size:3.6rem;
	text-align:center;
	width:100%;
}
@media (max-width: 767px) {
#pageTitle .topTitle {
	padding: 5rem 2.5rem;
}
#pageTitle .topTitle h2 {
	font-size: 12rem;
}
}
/*----------------------------------------
 TOP
----------------------------------------*/
#top {
	padding-top: 8rem;
	position:relative;
}
@media (max-width: 479px) {
#top {
	padding-top: 3rem;
}
}
/*----------------------------------------
 SERVICE
----------------------------------------*/
body#service th {
	width:50rem;
	padding-left:1.1em;
	position:relative;
}
body#service th:before {
	content:"●";
	color:#c7243a;
	position:absolute;
	left:0;
	top:5rem;
}
td ul.ulDot:before {
	position:absolute;
	content:"";
	display:inline-block;
	width:1px;
	background-color:#CCC;
	top:0;
	bottom:0;
	left: -3rem
}
@media (max-width: 479px) {
td ul.ulDot:before {
	display:none;
	width:1px;
	background-color:#CCC;
	top:0;
	bottom:0;
	left: -3rem
}
}
/*----------------------------------------
 HISTORY
----------------------------------------*/
#historyList {
	position:relative;
	text-align:left;
	z-index:1;
}
#historyList:before {
	content: "";
	width: 1px;
	height: 100%;
	background-color: #cbcbcb;
	position: absolute;
	top: 3.3rem;
	left: 26rem;
	transform:translateX(0);
	bottom: 6rem;
	z-index:-1;
}
#historyList:after {
	content: "";
	width: 1px;
	height: var(--red-line-height, 0px);
	background-color: #c7243a;
	position: absolute;
	top: 3.3rem;
	left: 26rem;
	bottom: auto;
	transform: translateX(0);
	z-index: -1;
	transition: height 0.3s ease;
}
#historyList.visible:after {
	height: calc(100% - 3.3rem - 6rem); /* 上下の余白分を引いた高さ */
}
#historyList dl {
	z-index:10;
	margin-top:12rem;
	display:flex;
	align-items:flex-start;
	justify-content:space-between;
}
#historyList dl:first-child {
	margin-top:0;
}
#historyList dt {
	color:#c7243a;
	display:inline-block;
	font-size:5.2rem;
	font-weight:700;
	line-height:6rem;
	position:relative;
	vertical-align:bottom;
	white-space:nowrap;
	width:27.5rem;
}
#historyList dt:after {
	position:absolute;
	right:0;
	top:50%;
	transform:translateY(-60%);
	background:white;
	width: 1.6rem;
	height: 1.6rem;
	border:0.8rem solid #c7243a;
	display: inline-block;
	border-radius: 50%;
	content: '';
}
#historyList dd {
	width:calc( 100% - 32rem);
}
#historyList h3 {
	font-size:4.8rem;
	font-weight:700;
	line-height:5.6rem;
	margin-bottom:2rem;
}
@media (max-width: 767px) {
#historyList {
	margin-top:6rem;
}
#historyList:before, #historyList:after {
	left: 1.5rem;
}
#historyList dl {
	margin-top:6rem;
	display:inline-block;
	width:100%;
	align-items:flex-start;
}
#historyList dt {
	font-size:4.8rem;
	padding-left:4rem;
	margin-bottom:2rem;
}
#historyList dt > span {
	padding-left:1em;
	transform:translateY(-25%)
}
#historyList dt:after {
	left:0;
}
#historyList dd {
	padding-left:4rem;
	width:100%;
}
}
/*----------------------------------------
 ACCESS
----------------------------------------*/
#access td span, #access td a {
	margin-right:1.5em;
}
.map {
	white-space:nowrap;
}
.map:before {
	content:"";
	display:inline-block;
	width:3.2rem;
	height:3.6rem;
	background:url(img/mappin.svg) center/contain no-repeat;
}
/*----------------------------------------
 CONTACT
----------------------------------------*/
#contact {
/*background-color:#2a2e35;
	color:white;
	padding-bottom:0;
	padding-top:5rem;*/
}
#contact .inner {
	text-align:center;
}
#contact .subTitle {
	text-align:center;
}
#contact .btnArea {
	display:flex;
	align-items:center;
	justify-content:center;
	gap:10rem;
	flex-wrap: wrap;
	margin-top:4rem;
}
#contact .btnArea > * {
	width:auto;
	flex: 1;
	max-width:68rem;
}
#contact a.btnL, #contact span.btnL {
	font-weight:bold;
	height:14rem;
	font-size:4rem;
	padding:3rem 5rem;
	max-width: inherit;
	white-space:nowrap;
	margin-top:0;
}
#contact a.btnL.freeDial, #contact span.btnL.freeDial {
	font-size:6rem;
	gap:2rem;
	line-height:1;
}
#contact a.btnL.freeDial:before, #contact span.btnL.freeDial:before {
	content:"";
	display:inline-block;
	width:8rem;
	height:8rem;
	background:url(img/freeDial.svg) center/contain no-repeat
}
#contact a:hover.btnL.freeDial:before {
	background:url(img/freeDialR.svg) center/contain no-repeat
}
@media (max-width: 767px) {
#contact .btnArea {
	gap:4rem;
}
}
