@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900');
@import url('https://fonts.googleapis.com/css2?family=Jost:ital,wght@0,100..900;1,100..900&display=swap');

@media screen and (max-width: 1440px) {}

@media screen and (max-width: 1320px) {}

@media screen and (max-width: 1133px) {}

@media screen and (max-width: 840px) {}

@media screen and (max-width: 670px) {}

@media screen and (max-width: 500px) {}

@media screen and (max-width: 400px) {}

/*-----------------------------------------------------------------------------------------
00000 ROOTなど
00001 INITIAL VALUE
00002 LAYOUT
00003 SPACER
00004 Aタグ
00005 TYPOGRAPHY - default
00006 table


10000 ----------
10001 ul.fixed-btn
10002 .btn-more
10003 ol - リストスタル
10004 .frame-map


20000 ----------
20001 header & footer
20002 Humberger
20003 nav.global
20004 .area-contact


30000 ----------
30001 ぱんくず
30002 .page-title
30003 ARCHIVE
30004 SIDEBAR
30005 ページャー
30006 pagination


40000 ----------
40001 .area-content
40002 dl.station
40003 img-card


50000 ----------
50001 FORM - LAYOUT
50002 FORM - INPUT
50003 FORM - INPUT & その他


----------------------------------------------------------------------------------------- */
.grecaptcha-badge {
	opacity:0.01 !important
}

:root {
	--color-test: #ccc;
	--color-navigation: #fff;
	--color-font: #333;
	--color-key: #034798;
	--color-blue: #1d87c5;
	--color-blue-lite: skyblue;
	--color-blue-dark: #0f335d;
	--color-blue-trance: rgba(29, 135, 197, 0.1);
	--color-blue-trance-lite: rgba(29, 135, 197, 0.05);
	--color-blue-trance-dark: rgba(29, 135, 197, 0.2);
	--color-red: #a80808;
	--color-orange: #f39b30;
	--color-green: #36ba2b;
	--color-navy: #00267f;
	--color-insta: linear-gradient(92deg, #733cdd 0%, #e56e94 50%, #d2562d 100%);
	--color-gradi-1: linear-gradient(15deg, rgba(3, 71, 152, 0.9) 0%, rgba(29, 135, 197, 0.9) 100%);
}

main {
	border: 0vw solid black !important
}

.memo {
	position: fixed;
	z-index: 10000000000;
	bottom: 50%;
	right: 0;
	font-size: 12px;
	background: black;
	color: white;
	line-height: 1;
	padding: 0.5em 1em;
	display: none;
}

.memo.top {
	bottom: 70%;
}

.memo.bottom {
	bottom: 10%;
}


.sample {
	color: olive !important;
}

.btn-logo span {
	display: none;
}

.shadow {
	box-shadow: 1.0rem 1.0rem 1.5rem rgba(0, 0, 0, 0.2)
}

.swiper-container {
	width: 100%;
	overflow: hidden;
	position: relative;
	z-index: 2;
}

body {
	border: 0pt solid black;
}

@media screen and (max-width: 1440px) {
	body {
		border-color: red;
	}
}

@media screen and (max-width: 1320px) {
	body {
		border-color: green;
	}
}

@media screen and (max-width: 1133px) {
	body {
		border-color: blue;
	}
}

@media screen and (max-width: 840px) {
	body {
		border-color: darkred;
	}
}

@media screen and (max-width: 670px) {
	body {
		border-color: darkgreen;
	}
}

@media screen and (max-width: 500px) {
	body {
		border-color: navy;
	}
}

@media screen and (max-width: 400px) {
	body {
		border-color: orange;
	}
}









/*-----------------------------------------------------------------------------------------
00001 INITIAL VALUE
----------------------------------------------------------------------------------------- */
html {
	padding: 0px;
	margin: 0px;
	background: white;
	font-size: 62.5%;
	scroll-behavior: smooth;
	scroll-padding-top: calc(90px + 2.5vw);
}

body {
	width: 100%;
	height: auto;
	min-width: 1320px;
	height: 100%;
	font-weight: 400;
	font-size: 1.6rem;
	line-height: 1;
	position: relative;
	color: var(--color-test);
	padding: 0;
	margin: 0;
	background: white;
	-webkit-text-size-adjust: 100%;
	font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "Yu Gothic", "YuGothic", sans-serif;
}

*,
*::before,
*::after {
	box-sizing: border-box;
}

main {
	display: block;
	padding: 90px 0 0 0;
	margin: 0 0 0 0;
	width: 100%;
	background: white;
	background-size: 100% auto;
	border-left: 0pt solid red;
	border-top: 0pt solid red;
	position: relative;
	z-index: 1;
}

article,
section,
aside,
header,
footer {
	display: block;
	padding: 0;
	margin: 0;
	width: 100%;
	border: 0px solid #42985B;
}

button {
	background-color: transparent;
	border: none;
	cursor: pointer;
	outline: none;
	padding: 0;
	appearance: none;
}

img {
	width: 100%;
	height: auto;
	display: block;
	padding: 0;
	margin: 0 auto;
	vertical-align: bottom;
	image-rendering: -webkit-optimize-contrast;
	transition: 0.5s
}

figure {
	border: 0px solid olive;
	width: 100%;
	padding: 0;
	margin-bottom: 0;
}

.clearfix::after,
.row::after {
	content: '';
	display: block;
	clear: both;
}

iframe {
	width: 100%;
	vertical-align: bottom;
	margin: 0 auto;
}

ruby>rt {
	font-size: 0.3em;
	font-weight: 400;
}

hr {
	margin: 3.0rem auto;
	clear: both;
	display: block;
	width: 100%;
	height: 0;
	border-top: 2px solid var(--color-font);
}

hr.thin {
	margin: 3.0rem auto;
	border-top: 1px solid var(--color-font);
	opacity: 0.25;
}

hr.narrow {
	margin: 5vw auto;
	width: calc(15% - 1.5rem - 1.5rem);
	border-top: 10px dotted var(--color-font);
	opacity: 1;
}

hr.narrow.line {
	margin: 5vw auto;
	width: calc(100% / 12 * 10);
	border-top: 1px solid var(--color-font);
	opacity: 1;
}

i {
	font-weight: 600;
}

em {
	font-style: italo;
}

.none {
	display: none;
}

.pc {
	display: block;
}

.sp {
	display: none;
}

.swiper-container li {
	list-style: none;
}

@media screen and (max-width: 1440px) {
	html {
		font-size: calc(62.5% * 0.95);
	}
}

@media screen and (max-width: 1320px) {
	html {
		font-size: calc(62.5% * 0.90);
	}

	body {
		min-width: 100%;
	}
}

@media screen and (max-width: 1133px) {
	html {
		font-size: calc(62.5% * 0.85);
	}

	body {
		min-width: 100%;
	}

	main {
		padding-top: 70px;
	}

	.pc {
		display: none;
	}

	.sp {
		display: block;
	}
}

@media screen and (max-width: 840px) {
	html {
		font-size: calc(62.5% * 0.80);
	}
}

@media screen and (max-width: 670px) {
	html {
		font-size: calc(62.5% * 0.75);
	}
}

@media screen and (max-width: 500px) {
	html {
		font-size: calc(62.5% * 0.70);
	}
}

@media screen and (max-width: 400px) {
	html {
		font-size: calc(62.5% * 0.70);
	}
}










/*-----------------------------------------------------------------------------------------
00002 LAYOUT
----------------------------------------------------------------------------------------- */
.container-fluid {
	border: 0pt dashed purple;
	width: 100%;
	min-width: 1320px;
	padding: 0;
	margin: 0 auto;
	background: transparent;
}

.container {
	border: 0pt double orange;
	width: 1320px;
	padding: 0;
	margin: 0 auto;
	background: transparent;
}

.container.narrow {
	max-width: 1200px;
	border: 0pt solid black;
}

.container.narrow-narrow {
	max-width: 1133px;
	border: 0pt solid pink;
}

.container.narrow-narrow-narrow {
	max-width: 1024px;
	border: 0pt solid yellowgreen;
}

.container.narrow-narrow-narrow-narrow {
	max-width: 960px;
	border: 0pt solid skyblue;
}

.row {
	clear: both;
	padding: 0;
	margin: 0;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	width: 100%;
}

.flexbox {
	width: 100%;
	clear: both;
	display: flex !important;
	flex-wrap: wrap !important;
}

.col-01,
.col-02,
.col-03,
.col-04,
.col-05,
.col-06,
.col-07,
.col-08,
.col-09,
.col-10,
.col-11,
.col-12,
.col-20 {
	border: 0pt solid black;
	padding: 1.5rem;
	display: block;
	float: none;
	position: relative;
	height: auto;
	list-style: none;
}

.container-fluid .col-01,
.container-fluid .col-02,
.container-fluid .col-03,
.container-fluid .col-04,
.container-fluid .col-05,
.container-fluid .col-06,
.container-fluid .col-07,
.container-fluid .col-08,
.container-fluid .col-09,
.container-fluid .col-10,
.container-fluid .col-11,
.container-fluid .col-12,
.container-fluid .col-20 {
	padding: 0;
}

.col-01 {
	width: calc(100% / 12 * 1);
}

.col-02 {
	width: calc(100% / 12 * 2);
}

.col-03 {
	width: calc(100% / 12 * 3);
}

.col-04 {
	width: calc(100% / 12 * 4);
}

.col-05 {
	width: calc(100% / 12 * 5);
}

.col-06 {
	width: calc(100% / 12 * 6);
}

.col-07 {
	width: calc(100% / 12 * 7);
}

.col-08 {
	width: calc(100% / 12 * 8);
}

.col-09 {
	width: calc(100% / 12 * 9);
}

.col-10 {
	width: calc(100% / 12 * 10);
}

.col-11 {
	width: calc(100% / 12 * 11);
}

.col-12 {
	width: calc(100% / 12 * 12);
}

.col-20 {
	width: 20%;
}

@media screen and (max-width: 1440px) {

	.container-fluid,
	.container {
		border-color: inherit;
	}
}

@media screen and (max-width: 1320px) {

	.container-fluid,
	.container {
		border-color: inherit;
	}

	.container-fluid {
		width: 100%;
		min-width: 100%;
	}

	.container {
		width: 100%;
	}
}

@media screen and (max-width: 1133px) {

	.container-fluid,
	.container {
		border-color: inherit;
	}

	.container-fluid {
		min-width: 100%;
	}

	.container {
		padding: 0 2.5vw;
	}

	.col-01,
	.col-02,
	.col-03,
	.col-04,
	.col-05,
	.col-06,
	.col-07,
	.col-08,
	.col-09,
	.col-10,
	.col-11,
	.col-12,
	.col-20 {
		padding: 1.0rem;
	}

	.col-01 {
		width: calc(100% / 12 * 3);
	}

	.col-02 {
		width: calc(100% / 12 * 3);
	}

	.col-03 {
		width: calc(100% / 12 * 3);
	}

	.col-04 {
		width: calc(100% / 12 * 6);
	}

	.col-05 {
		width: calc(100% / 12 * 6);
	}

	.col-06 {
		width: calc(100% / 12 * 6);
	}

	.col-07 {
		width: calc(100% / 12 * 12);
	}

	.col-08 {
		width: calc(100% / 12 * 12);
	}

	.col-09 {
		width: calc(100% / 12 * 12);
	}

	.col-10 {
		width: calc(100% / 12 * 12);
	}

	.col-11 {
		width: calc(100% / 12 * 12);
	}

	.col-12 {
		width: calc(100% / 12 * 12);
	}
}

@media screen and (max-width: 840px) {

	.container-fluid,
	.container {
		border-color: inherit;
	}
}

@media screen and (max-width: 670px) {
	.container {
		padding: 0 3.5vw;
	}

	.container-fluid,
	.container {
		border-color: inherit;
	}

}

@media screen and (max-width: 500px) {
	.container {
		padding: 0 2.5vw;
	}

	.container-fluid,
	.container {
		border-color: inherit;
	}

}

@media screen and (max-width: 400px) {
	.container {
		padding: 0 2.0vw;
	}

	.container-fluid,
	.container {
		border-color: inherit;
	}
}

@media screen and (max-width: 370px) {
	.container {
		border-color: inherit
	}
}










/*-----------------------------------------------------------------------------------------
00003 SPACER
----------------------------------------------------------------------------------------- */
.margin-top-none,
.mt-none {
	margin-top: 0 !important;
}

.margin-bottom-none,
.mb-none {
	margin-top: 0 !important;
}

.padding-none {
	padding:0 !important;
}

@media screen and (max-width: 1440px) {}

@media screen and (max-width: 1320px) {}

@media screen and (max-width: 1133px) {}

@media screen and (max-width: 840px) {}

@media screen and (max-width: 670px) {}

@media screen and (max-width: 500px) {}

@media screen and (max-width: 400px) {}










/*-----------------------------------------------------------------------------------------
00004 Aタグ
----------------------------------------------------------------------------------------- */
a {
	color: var(--color-key);
	text-decoration: none;
	transition: 0.3s;
	display: inline-block;
}

a:hover {
	text-decoration: none;
	cursor: pointer;
	opacity: 0.6;
	color: var(--color-font);
}

a:visited {}

a:active {}

@media screen and (max-width: 1440px) {}

@media screen and (max-width: 1320px) {}

@media screen and (max-width: 1133px) {}

@media screen and (max-width: 840px) {}

@media screen and (max-width: 670px) {}

@media screen and (max-width: 500px) {}

@media screen and (max-width: 400px) {}










/*-----------------------------------------------------------------------------------------
00005 TYPOGRAPHY - default
----------------------------------------------------------------------------------------- */
h1,
h2,
h3,
h4,
h5,
h6,
p,
th,
td,
dt,
dd {
	padding: 0;
	margin: 0;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
th,
td,
dt,
dd,
li {
	line-height: 1.1;
	letter-spacing: 0;
	font-weight: 400;
	font-style: normal;
	color: var(--color-test);
	font-size: 1.0rem;
	word-break: break-all; //英単語の途中でも折り返し可能にする
	overflow-wrap: break-word; //単語の途中で折り返す（幅が狭い時）
	line-break: anywhere; //日本語の行のどこでも改行を許可（比較的新しい指定）
}

strong,
b {
	font-weight: 600 !important;
}

span {
	font-weight: inherit;
}

small {
	font-size: 0.8em;
	font-weight: inherit;
}

ul li {
	list-style: none;
}

.txt-key {
	color: var(--color-key);
}
.txt-font {
	color: var(--color-font);
}

.txt-red {
	color: var(--color-red);
}

.txt-blue {
	color: var(--color-blue);
}

.txt-green {
	color: var(--color-green);
}

.txt-orange {
	color: var(--color-orange);
}

.txt-navy {
	color: var(--color-navy);
}

.txt-caution {
	color: var(--color-red);
}

.txt-center {
	text-align: center !important;
}

.txt-right {
	text-align: right !important;
}

.txt-left {
	text-align: left !important;
}

.txt-large {
	font-size: 1.15em !important;
	font-weight: inherit
}

.txt-xlarge {
	font-size: 1.3em !important;
	font-weight: inherit
}

.txt-xxlarge {
	font-size: 1.6em !important;
	font-weight: inherit
}

.txt-xxxlarge {
	font-size: 1.8em !important;
	font-weight: inherit
}

.txt-xxxxlarge {
	font-size: 2.0em !important;
	font-weight: inherit
}

.txt-small {
	font-size: 0.9em !important;
	font-weight: inherit
}

.txt-xsmall {
	font-size: 0.8em !important;
	font-weight: inherit
}

.txt-xxsmall {
	font-size: 0.7em !important;
	font-weight: inherit
}

.caution {
	color: gray;
	font-size: 1.3rem;
	line-height: 1.5;
	font-weight: 400;
}

.nothing {
	color: var(--color-key);
	font-size: 1.6rem;
	font-weight: 600;
	padding: 0;
	margin: 1em;
}

.nothing::before {
	content: '※'
}

.mincho {
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

.jost {
	font-family: "Jost", sans-serif;
	font-optical-sizing: auto;
}


.signature {
	margin-top: 2.5em !important;
	text-align: right !important;
	line-height: 1.7 !important;
	letter-spacing: 0 !important;
}

@media screen and (max-width: 1440px) {}

@media screen and (max-width: 1320px) {}

@media screen and (max-width: 1133px) {}

@media screen and (max-width: 840px) {}

@media screen and (max-width: 670px) {}

@media screen and (max-width: 500px) {}

@media screen and (max-width: 400px) {}









/*-----------------------------------------------------------------------------------------
00006 table
----------------------------------------------------------------------------------------- */
table {
	width: 100%;
	border-collapse: collapse;
	border-spacing: 0;
	margin: 1.0rem auto;
}

table th,
table td {
	font-size: 1.8rem;
	line-height: 1.7;
	padding: 0.75em;
	text-align: left;
	vertical-align: middle;
	font-weight: 400;
	color: var(--color-font);
	overflow-wrap: break-word;
	word-break: break-all;
	white-space: normal;
	letter-spacing: 0.01em
}

table th {
	background: #f9f9f9;
}

.frame-table {
	overflow: auto;
	overflow-y: hidden;
	margin: 1.0rem 0;
	background: transparent;
}

.frame-table table {
	width: 100%;
	min-width: 670px;
	margin: 0 !important
}

.frame-table-txt {
	font-size: 1.2rem;
	color: var(--color-red);
	line-height: 1;
	padding: 0;
	margin: 0.5em;
	display: none;
	font-weight: 600;
}

.frame-table-txt::before {
	content: '※横にスクロール出来ます'
}

@media screen and (max-width: 1440px) {}

@media screen and (max-width: 1320px) {}

@media screen and (max-width: 1133px) {

	table th,
	table td {
		letter-spacing: 0;
	}
}

@media screen and (max-width: 840px) {}

@media screen and (max-width: 670px) {
	.frame-table {
		border: 4px solid #eee;
		border-right: none;
	}
}

@media screen and (max-width: 500px) {}

@media screen and (max-width: 400px) {}





table.def{
	border-bottom:1px solid #D9E3E7;
	border-top:8px solid rgba(0, 0, 0, 0.1);
}

table.def th,
table.def td {
	border-top:1px solid #D9E3E7;
	border-bottom:1px solid rgba(0, 0, 0, 0.2);
	padding:1.0em 1.5em;
}

table.def th {
	background:rgba(217, 227, 231, 0.4);
	background:rgba(0, 0, 0, 0.025);
	font-weight:600;
	mix-width:30%;
}

table.def td {
	mix-width:70%;
}

@media screen and (max-width: 1440px) {}

@media screen and (max-width: 1320px) {}

@media screen and (max-width: 1133px) {}

@media screen and (max-width: 840px) {}

@media screen and (max-width: 670px) {}

@media screen and (max-width: 500px) {}

@media screen and (max-width: 400px) {}





table.otoiawase th{
	width:25%;
}
table.otoiawase td {
	width:auto;
}

@media screen and (max-width: 1440px) {}

@media screen and (max-width: 1320px) {}

@media screen and (max-width: 1133px) {}

@media screen and (max-width: 840px) {}

@media screen and (max-width: 670px) {}

@media screen and (max-width: 500px) {}

@media screen and (max-width: 400px) {}





table.price th,
table.price td {
	padding:0.5em;
	text-align:center;
	vertical-align: middle;
	border:1px solid #D9E3E7;
	border:1px solid rgba(0, 0, 0, 0.1);
	width:9%;
}

table.price th:nth-child(1),
table.price td:nth-child(1) {
	width:auto;
}

table.price th:nth-child(2),
table.price td:nth-child(2),
table.price th:nth-child(3),
table.price td:nth-child(3)  {
	width:15%;
}

table.price.second th,
table.price.second td {
	width:calc( 100% / 6 ) !important;
}

@media screen and (max-width: 1440px) {}

@media screen and (max-width: 1320px) {}

@media screen and (max-width: 1133px) {}

@media screen and (max-width: 840px) {}

@media screen and (max-width: 670px) {}

@media screen and (max-width: 500px) {}

@media screen and (max-width: 400px) {}










/*-----------------------------------------------------------------------------------------
/*-----------------------------------------------------------------------------------------
/*-----------------------------------------------------------------------------------------
/*-----------------------------------------------------------------------------------------
/*-----------------------------------------------------------------------------------------
/*-----------------------------------------------------------------------------------------
/*-----------------------------------------------------------------------------------------
/*-----------------------------------------------------------------------------------------
/*-----------------------------------------------------------------------------------------
/*-----------------------------------------------------------------------------------------
/*-----------------------------------------------------------------------------------------
10001 ul.fixed-btn
----------------------------------------------------------------------------------------- */
ul.fixed-btn {
	border: 0pt solid red;
	padding: 0;
	margin: 0;
	width: fit-content;
	position: fixed;
	z-index: 1000;
	bottom: 6.0rem;
	right: 0;
	transition: 1.0s;
	display: block;
	transform: translate(100%, 0);
}

ul.fixed-btn li {
	border: 0pt solid green;
	padding: 0 0;
	margin: 5px 0;
	display: block;
	position: relative;
	background: white;
	border-radius: 4px 0 0 4px;
}

ul.fixed-btn li a {
	border: 0pt solid blue;
	padding: 0.75em 2.5em 0.75em 0.75em;
	margin: 0;
	font-size: 2.4rem;
	line-height: 1;
	border-radius: inherit;
	background: var(--color-key);
	color: white;
	text-align: left;
	display: block;
	font-weight: 500;
	position: relative;
	min-width: 27.0rem;
}

ul.fixed-btn li a::after {
	position: absolute;
	right: 0;
	top: 50%;
	transform: translate(-0.5em, -50%);
	content: '\f35a';
	font-family: "Font Awesome 6 Free";
}

ul.fixed-btn.fixed {
	transform: translate(0, 0);
}

ul.fixed-btn li.btn-insta a {
	background: var(--color-insta);
	letter-spacing: 0.05em;
}

ul.fixed-btn li.btn-recrt a {
	background: var(--color-blue);
}

@media screen and (max-width: 1440px) {}

@media screen and (max-width: 1320px) {}

@media screen and (max-width: 1133px) {
	ul.fixed-btn li a {
		font-size: calc(2.4rem * 0.8);
		min-width: calc(27.0rem * 0.8);
	}
}

@media screen and (max-width: 840px) {}

@media screen and (max-width: 670px) {}

@media screen and (max-width: 500px) {
	ul.fixed-btn li a {
		font-size: calc(2.4rem * 0.7);
		min-width: calc(20.0rem * 0.7);
	}
}

@media screen and (max-width: 400px) {}










/*-----------------------------------------------------------------------------------------
10002 .btn-more
----------------------------------------------------------------------------------------- */
ul.btn-more {
	border: 0pt solid red;
	padding: 0;
	margin: 1.5rem 0;
	justify-content: center;
	align-items: center;
	display: flex;
	flex-wrap: wrap;
}

ul.btn-more i {
	margin-left:0.4em;
}

ul.btn-more li {
	border: 0pt solid red;
	width: fit-content;
	padding: 0.5rem;
	border:none !important
}

ul.btn-more li a {
	disaply: blcok;
	font-size: 2.0rem;
	line-height: 1.2;
	text-align: center;
	padding: 0.5em 1.5em;
	margin: 0;
	background: var(--color-key);
	text-decoration: none;
	color: white;
	border-radius:2px;
}

ul.btn-more.right {
	justify-content: flex-end;
}

ul.btn-more.left {
	justify-content: flex-start;
}

ul.btn-more.vertical {}

ul.btn-more.vertical li {
	width:100%;
	text-align:center;
}

ul.btn-more.vertical.left li {
	text-align:left;
}

ul.btn-more.vertical.right li {
	text-align:right;
}

ul.btn-more.reverse li a {
	background: white;
	color: var(--color-key);
	border:2px solid var(--color-key);
}

ul.btn-more.reverse li a:hover {
	background: var(--color-key);
	color: white;
	opacity:1;
}

@media screen and (max-width: 1440px) {}

@media screen and (max-width: 1320px) {}

@media screen and (max-width: 1133px) {}

@media screen and (max-width: 840px) {}

@media screen and (max-width: 670px) {}

@media screen and (max-width: 500px) {}

@media screen and (max-width: 400px) {}










/*-----------------------------------------------------------------------------------------
10003 ol - リストスタル
----------------------------------------------------------------------------------------- */
ol.default,
ol.def {
	padding: 0;
	margin: 0.5em 0;
	font-size: 1.6rem;
	line-height: 1.4;
	display: block;
	width: 100%;
}

ol.default li,
ol.def li {
	list-style-type: none;
	font-size: inherit;
	line-height: inherit;
	padding: 0;
	margin: 0.3em 0 0.3em 1em;
	text-indent: -1em;
	position: relative;
	letter-spacing: 0.05em;
	color: var(--color-font);
}

ol.default li::before,
ol.def li::before {
	content: '・'
}

ol.default.caution li,
ol.def.caution li {
	font-size: 1.4rem;
}

ol.default.caution.txt-caution li,
ol.def.caution.txt-caution li {
	color:var(--color-red);
}

ol.default.caution li::before,
ol.def.caution li::before {
	content: '※'
}

@media screen and (max-width: 1440px) {}

@media screen and (max-width: 1320px) {}

@media screen and (max-width: 1133px) {}

@media screen and (max-width: 840px) {}

@media screen and (max-width: 670px) {}

@media screen and (max-width: 500px) {}

@media screen and (max-width: 400px) {}










/*-----------------------------------------------------------------------------------------
10004 .frame-map
----------------------------------------------------------------------------------------- */
.frame-map {
	position: relative;
	padding-bottom: 50%;
	height: 0;
	overflow: hidden;
	border: 0pt solid red;
	width: 100%;
}

.frame-map iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

@media screen and (max-width: 1440px) {}

@media screen and (max-width: 1320px) {}

@media screen and (max-width: 1133px) {}

@media screen and (max-width: 840px) {}

@media screen and (max-width: 670px) {}

@media screen and (max-width: 500px) {}

@media screen and (max-width: 400px) {}










/*-----------------------------------------------------------------------------------------
/*-----------------------------------------------------------------------------------------
/*-----------------------------------------------------------------------------------------
/*-----------------------------------------------------------------------------------------
/*-----------------------------------------------------------------------------------------
/*-----------------------------------------------------------------------------------------
/*-----------------------------------------------------------------------------------------
/*-----------------------------------------------------------------------------------------
/*-----------------------------------------------------------------------------------------
/*-----------------------------------------------------------------------------------------
/*-----------------------------------------------------------------------------------------
20001 header & footer
----------------------------------------------------------------------------------------- */
header {
	background: white;
	padding: 0;
	margin: 0;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 90px;
	box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
	z-index: 10;
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	border-top: 0.5rem solid var(--color-key);
}

.nakami {
	border: 0pt solid red;
	width: 100%;
	height: 100%;
	justify-content: space-between;
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	padding: 0 1.5rem;
	margin: 0 auto;
}

.btn-logo {
	border: 0pt solid green;
	width: auto;
	height: 100%;
	padding: 0;
	margin: 0;
}

.btn-logo a {
	border: 0pt solid blue;
	width: 100%;
	height: 100%;
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	padding: 0;
	margin: 0;
}

.btn-logo img {
	max-width: 20.7rem;
	height: auto;
	padding: 0;
	margin: 0;
}

address {
	font-size: 1.4rem;
	line-height: 1.5;
	color: var(--color-font);
	padding: 0;
	margin: 0 0 9.0rem 0;
}

address b {
	font-size: 1.4em;
	letter-spacing: 0.1em;
	font-weight: 600;
}

.copyright {
	padding: 0;
	marign: 0;
	background: var(--color-key);
	color: white;
	text-align: right;
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	padding: 0;
	margin: 0;
	width: 100%;
	height: 30px;
	font-size: 1.2rem;
}

.copyright span {
	padding: 0 1em;
	letter-spacing: 0.1em;
}

footer {
	padding: 9.0rem 0 0 0;
}

footer hr {
	margin: 1.5rem 0 0;
	border-top: 1px solid var(--color-font);
}

@media screen and (max-width: 1440px) {}

@media screen and (max-width: 1320px) {}

@media screen and (max-width: 1133px) {
	header {
		height: 70px;
	}

	.nakami {
		padding: 0 1.0rem;
		margin: 0;
	}

	address {
		margin-bottom: 6.0rem
	}

	.copyright {
		height: 20px;
	}

	footer {
		padding-top: 6.0rem;
	}
}

@media screen and (max-width: 840px) {
	header .btn-logo {
		margin-left: auto;
		margin-right: auto;
	}
}

@media screen and (max-width: 670px) {}

@media screen and (max-width: 500px) {}

@media screen and (max-width: 400px) {
	header .btn-logo {
		margin-left: 0;
		margin-right: 0;
	}
}










/*-----------------------------------------------------------------------------------------
20002 Humberger
----------------------------------------------------------------------------------------- */
.hamburger,
.hamburger span {
	display: inline-block;
	transition: all 0.4s;
	box-sizing: border-box;
}

.hamburger {
	position: fixed;
	top: 23px;
	right: 15px;
	width: 30px;
	height: 28px;
	z-index: 1001;
	background: transparent;
	display: none;
}

.hamburger.active {
	z-index: 1003;
}

.hamburger span {
	position: absolute;
	left: 0;
	width: 100%;
	height: 4px;
	background-color: var(--color-font);
	border-radius: 4px;
}

.hamburger span:nth-of-type(1) {
	top: 0;
}

.hamburger span:nth-of-type(2) {
	top: 12px;
}

.hamburger span:nth-of-type(3) {
	bottom: 0;
}

.hamburger.active span {
	background-color: white;
}

.hamburger.active span:nth-of-type(1) {
	-webkit-transform: translateY(12px) rotate(-225deg);
	transform: translateY(12px) rotate(-225deg);
}

.hamburger.active span:nth-of-type(2) {
	left: 50%;
	opacity: 0;
	-webkit-animation: active-menu-bar02 0.8s forwards;
	animation: active-menu-bar02 0.8s forwards;
}

.hamburger.active span:nth-of-type(3) {
	-webkit-transform: translateY(-12px) rotate(225deg);
	transform: translateY(-12px) rotate(225deg);
}

@media screen and (max-width: 1440px) {}

@media screen and (max-width: 1320px) {}

@media screen and (max-width: 1133px) {
	.hamburger {
		display: block
	}
}

@media screen and (max-width: 840px) {}

@media screen and (max-width: 670px) {}

@media screen and (max-width: 500px) {}

@media screen and (max-width: 400px) {}










/*-----------------------------------------------------------------------------------------
20003 nav.global
----------------------------------------------------------------------------------------- */
nav.global {
	border: 0pt solid red;
	justify-content: flex-end;
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	padding: 0;
	margin: 0;
}

nav.global ul {
	border: 0pt solid green;
	list-style: none;
	padding: 0;
	margin: 0;
	justify-content: flex-end;
	align-items: center;
	display: flex;
}

nav.global li {
	position: relative;
	font-size: 1.8rem;
	font-weight: 400;
	line-height: 1.1;
	padding: 0 0.75em;
	list-style: none !important;
}

nav.global a,
nav.global .dropbtn {
	font-size: inherit;
	font-weight: inherit;
	line-height: inherit;
	display: block;
	color: var(--color-font);
	letter-spadcing: 0.01em;
	padding: 0;
	margin: 0;
	text-decoration: none;
	background: transparent;
	cursor: pointer;
	border: none;
	position: relative;
}

nav.global .dropbtn i {
	margin-left: 0.5em;
	font-size: 1.2em;
	transition: transform 0.5s ease;
	color: var(--color-blue);
}

nav.global .has-dropdown.active .dropbtn i {
	transform: rotate(180deg);
	color: var(--color-red);
}

nav.global .dropdown-content {
	position: absolute;
	top: 100%;
	left: 0;
	background: transparent;
	min-width: 15em;
	z-index: 10;
	transform: translate(-25%, 0%) scaleY(0);
	transform-origin: top;
	opacity: 0;
	visibility: hidden;
	padding: 10px;
	margin: 0;
	transition: transform 0.4s ease, opacity 0.4s ease;
}

nav.global .has-dropdown.active .dropdown-content {
	transform: translate(-25%, 0%) scaleY(1);
	opacity: 1;
	visibility: visible;
}

nav.global .dropdown-content li {
	padding: 0;
	margin: 0 0 2px 0;
	border: none;
}

nav.global .dropdown-content li a {
	padding: 0.75em;
	display: block;
	background: #f5f5f5;
	color: var(--color-font);
	transition: 0.2s;
	font-size: 1.6rem;
	line-height: 1.3;
	border: 0pt solid red;
}

nav.global .dropdown-content li a:hover {
	background: var(--color-font);
	color: white;
	opacity: 1;
}

@media screen and (max-width: 1440px) {}

@media screen and (max-width: 1320px) {}

@media screen and (max-width: 1133px) {
	nav.global {
		border: 0pt double red;
		background: var(--color-gradi-1);
		opacity: 1;
		visibility: hidden;
		transition: all 0.5s ease-out;
		position: fixed;
		top: 0;
		right: -100%;
		z-index: 1002;
		width: 100%;
		height: 100vh;
		overflow-x: none;
		overflow-y: auto;
		justify-content: center;
		align-items: center;
		display: flex;
		flex-wrap: wrap;
		/* visibility: visible;
		right: 0%; */
	}

	footer nav.global {
		border: 10px solid green;
		display: none;
	}

	nav.global.blocker {
		opacity: 1;
		visibility: visible;
		right: 0;
	}

	nav.global ul {
		flex-direction: column;
		justify-content: center;
		align-items: stretch;
		display: flex;
		border: none;
		border-top: 8px solid white;
		border-bottom: 1px solid white;
		width: 80%;
		min-width: 300px;
		max-width:500px
	}

	nav.global li {
		font-size: calc( 2.7vw * 0.7);
		padding: 0;
		border: 0px solid white !important;
	}

	nav.global a,
	nav.global .dropbtn {
		width: 100%;
		text-align: left;
		border-top: 2px solid white;
		letter-spacing: 0.4em;
		padding: 0.7em 0.3em;
		margin: 0;
		color: white !important;
	}

	nav.global .dropbtn i {
		position: absolute;
		right: 0;
		font-size: 1em;
		color: white !important;
	}

	nav.global .has-dropdown.active .dropbtn i {
		transform: scaleY(-1);
	}

	nav.global .dropdown-content {
		overflow: hidden;
		max-height: 0;
		transition: max-height 0.5s ease;
		padding: 0;
		background: transparent;
		position: static;
		transform: none;
		display: block;
		transform: translate(0%, 0%) scaleY(0);
	}

	nav.global .has-dropdown.active .dropdown-content {
		transform: translate(0%, 0%) scaleY(1);
	}

	nav.global .dropdown-content li {
		margin: 0;
	}

	nav.global .dropdown-content li a {
		border-top: 1px dashed white;
		padding: 1em 1em 1em 2em;
		background: transparent;
		font-size: 2.0rem;
		font-size: calc(3.6vw * 0.7);
		font-size: calc( 2.7vw * 0.7 * 0.8);
		letter-spacing: 0.1em;
	}

	nav.global .dropdown-content li a:hover {
		background: inherit;
		color: inherit;
		opacity: 0.6;
	}
}

@media screen and (max-width: 840px) {}

@media screen and (max-width: 670px) {
	nav.global ul {
		border-top: 6px solid white;
	}

	nav.global li {
		font-size: calc( 2.7vw * 1.1);
	}

	nav.global a,
	nav.global .dropbtn {
		border-top: 1px solid white;
		letter-spacing: 0.1em;
	}

	nav.global .dropdown-content li a {
		font-size: calc( 2.7vw * 1.1 * 0.8);
		letter-spacing: 0.03em;
	}
}

@media screen and (max-width: 500px) {
	nav.global ul {
		border-top: 4px solid white;
	}

	nav.global li {
		font-size: calc( 2.7vw * 1.5);
	}

	nav.global .dropdown-content li a {
		font-size: calc( 2.7vw * 1.5 * 0.9);
	}
}

@media screen and (max-width: 400px) {}









/*-----------------------------------------------------------------------------------------
20004 .area-contact
----------------------------------------------------------------------------------------- */
.area-contact {
	border: 0pt solid red;
	padding: 6.0rem 0;
	margin: 0;
	background-color: var(--color-key);
	background-image: url('../img/common/bg-contact.jpg');
	background-size: cover;
	background-repeat: no-repeat;
}

dl.contact {
	border: 0pt solid white;
	padding: 0;
	margin: 0 auto;
	color: white;
	justify-content: center;
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	width: fit-content;
}

dl.contact dt,
dl.contact dd {
	border: 0pt solid yellow;
	padding: 0;
	margin: 0;
	color: white;
	justify-content: center;
	align-items: center;
	display: flex;
	flex-wrap: wrap;
}

dl.contact dt {
	font-size: 10.0rem;
	line-height: 1;
	font-weight: 500;
}

dl.contact dd {
	padding-left: 6.0rem;
}

dl.contact dd span {
	font-size: 2.4rem;
	line-heihgt: 1.5;
	font-weight: 600;
	letter-spacing: 0.1em;
	display: block;
}

dl.contact dd small {
	font-size: 1.8rem;
	line-heihgt: 1.5;
	font-weight: 600;
	letter-spacing: 0.01em;
	display: block;
}

aside.tel {
	border: 0pt solid white;
	justify-content: flex-start;
	align-items: flex-end;
	display: flex;
	flex-wrap: wrap;
	padding: 0;
	margin: 0.6rem 0;
}

aside.tel .midashi {
	font-size: 6.0rem;
	line-height: 1;
	font-weight: 400;
	padding: 0 0 0.1em 0;
	margin: 0 0.25em 0 0;
}

aside.tel a {
	color: inherit;
	font-size: 8.5rem;
	line-height: 1;
	font-weight: 400;
	padding: 0;
}

.btn-more-single {
	border: 0pt solid white;
	padding: 0;
	margin: 1.2rem 0 0 0;
	display: flex;
	flex-wrap: wrap;
}

.btn-more-single a {
	background: white;
	color: var(--color-key);
	font-size: 1.8rem;
	line-height: 1.1;
	text-align: center;
	padding: 0.5em 4em;
	margin: 0 0;
}


@media screen and (max-width: 1440px) {}

@media screen and (max-width: 1320px) {}

@media screen and (max-width: 1133px) {
	dl.contact {
		border: 1.0rem solid white;
		padding: 4.5rem 6.0rem;
		display:block;
	}

	dl.contact dt {
		font-size: calc( 10.0vw * 1.0 );
		margin-bottom:0.25em
	}

	dl.contact dd {
		padding-left: 0;

	}

	dl.contact dd span {
		font-size: calc( 2.4vw * 1.0 );
		text-align:center;
	}

	dl.contact dd small {
		font-size: calc( 1.8vw * 1.0 );
		text-align:center;
	}

	aside.tel {
		margin:1.5rem 0;
	}

	aside.tel .midashi {
		font-size: calc( 6.0vw * 1.0 );
	}

	aside.tel a {
		font-size: calc( 8.5vw * 1.0 );
	}

	.btn-more-single {
		margin: 1.2rem 0 0 0;
		justify-content : center;
	}

	.btn-more-single a {
		font-size: calc( 1.8vw * 1.0 );
	}
}

@media screen and (max-width: 840px) {}

@media screen and (max-width: 670px) {
	dl.contact {
		border: 0.8rem solid white;
		padding: 4.5rem 3.0rem;
		width:100%;
	}

	dl.contact dt {
		font-size: calc( 10.0vw * 1.3 );
	}

	dl.contact dd {
		padding-left: 0;

	}

	dl.contact dd span {
		font-size: calc( 2.4vw * 1.3 );
		text-align:center;
	}

	dl.contact dd small {
		font-size: calc( 1.8vw * 1.4 );
		text-align:center;
	}

	aside.tel .midashi {
		font-size: calc( 6.0vw * 1.0 );
	}

	aside.tel a {
		font-size: calc( 8.5vw * 1.2);
	}

	.btn-more-single {
		margin: 1.2rem 0 0 0;
		justify-content : center;
	}

	.btn-more-single a {
		font-size: calc( 1.8vw * 1.4 );
	}
}

@media screen and (max-width: 500px) {}

@media screen and (max-width: 400px) {}










/*-----------------------------------------------------------------------------------------
/*-----------------------------------------------------------------------------------------
/*-----------------------------------------------------------------------------------------
/*-----------------------------------------------------------------------------------------
/*-----------------------------------------------------------------------------------------
/*-----------------------------------------------------------------------------------------
/*-----------------------------------------------------------------------------------------
/*-----------------------------------------------------------------------------------------
/*-----------------------------------------------------------------------------------------
/*-----------------------------------------------------------------------------------------
/*-----------------------------------------------------------------------------------------
30001 ぱんくず
----------------------------------------------------------------------------------------- */
.pankuzu {
	width: 100%;
	padding: 0.75em 0;
	margin: 0 auto;
	font-size: 1.3rem;
	text-align: left;
	background: #f5f5f5;
	color:var(--color-font);

}

.pankuzu span {
	font-size: inherit;
	color: inherit;
	line-height: 1.3;
	margin-right: 0.5em;
}

.pankuzu a {
	color: inherit;
	text-decoration: none;
}

.pankuzu .col-12 {
	padding-top: 0;
	padding-bottom: 0;
}

@media screen and (max-width: 1320px) {}

@media screen and (max-width: 1133px) {
	.pankuzu {
		padding: 0.5em 0;
	}
}

@media screen and (max-width: 840px) {
	.pankuzu {
		font-size: 1.4rem;
		padding: 0.5em 0;
	}
}

@media screen and (max-width: 670px) {
	.pankuzu {
		padding: 0.5em 0;
	}
}

@media screen and (max-width: 500px) {}

@media screen and (max-width: 400px) {}










/*-----------------------------------------------------------------------------------------
30002 .page-title
----------------------------------------------------------------------------------------- */
.page-title {
	background: url('../img/common/bg-page.jpg');
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
	/* background-attachment: fixed; */
	padding: 8vw 0;
	margin: 0;
	position: relative;
	z-index: 1;
}


.page-business .page-title {
	background: url('../img/common/bg-page-title-business.jpg');
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
	/* background-attachment: fixed; */
}

.page-company .page-title {
	background: url('../img/common/bg-page-title-company.jpg');
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
	/* background-attachment: fixed; */
}
.page-delivery .page-title {
	background: url('../img/common/bg-page-title-delivery.jpg');
	background-position: bottom center;
	background-size: cover;
	background-repeat: no-repeat;
	/* background-attachment: fixed; */
}

.page-gas .page-title {
	background: url('../img/common/bg-page-title-gas.jpg');
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
	/* background-attachment: fixed; */
}

.page-reform .page-title {
	background: url('../img/common/bg-page-title-reform.jpg');
	background-position: center right;
	background-size: cover;
	background-repeat: no-repeat;
	/* background-attachment: fixed; */
}

.page-social .page-title {
	background: url('../img/common/bg-page-title-social.jpg');
	background-position: top center;
	background-size: cover;
	background-repeat: no-repeat;
	/* background-attachment: fixed; */
}

.page-station .page-title {
	background: url('../img/common/bg-page-title-station.jpg');
	background-position: center right;
	background-size: cover;
	background-repeat: no-repeat;
	/* background-attachment: fixed; */
}

.page-water .page-title {
	background: url('../img/common/bg-page-title-water.jpg');
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
	/* background-attachment: fixed; */
}








.page-title::after {
	content:'';
	position:absolute;
	top:0;
	left:0;
	z-index:2;
	width:100%;
	height:100%;
	background:rgba(3, 71, 152, 0.5);
	mix-blend-mode: multiply;
}

.page-title h2 {
	padding: 0;
	margin: 0;
	letter-spacing: 0.2em;
	color: var(--color-blue);
	font-size: 5.5vw;
	line-height: 1.4;
	text-align: center;
	font-weight: 300;
	position:relative;
	z-index:3;
}

.page-title h2 span,
.page-title h2 small {
	display: block;
	font-size: inherit;
	font-weight: 400;
	letter-spacing: 0.1em;
	padding: 0;
	margin: 0;
	color:white;
	text-transform: uppercase;

}

.page-title h2 small {
	font-size: 0.4em;
	font-weight: 300;
}

@media screen and (max-width: 1200px) {}

@media screen and (max-width: 1024px) {}

@media screen and (max-width: 840px) {
	.page-title {
		padding: 10vw 0;
	}

	.page-title h2 {
		font-size: calc(4.5vw * 1.5);
	}
}

@media screen and (max-width: 670px) {}

@media screen and (max-width: 500px) {
	.page-title {
		padding: 12vw 0;
	}

	.page-title h2 {
		font-size: calc(4.5vw * 1.9);
	}

	.page-title h2 small {
		font-size: 0.5em;
	}
}










/*-----------------------------------------------------------------------------------------
30003 ARCHIVE
----------------------------------------------------------------------------------------- */
.list-archive {
	border: 0px solid red;
	padding: 0;
	margin: 0;
	font-family: 'Noto Sans JP', "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "Yu Gothic", sans-serif;
}

.list-archive dl {
	border: 0px solid green;
	padding: 0;
	margin: 0;
	display: flex;
	flex-wrap: wrap;
}

.list-archive dl dt,
.list-archive dl dd {
	border: 0px solid blue;
	padding: 0;
	margin: 0;
	width: 20%;
}

.list-archive dl dd {
	width: 80%;
	padding-left: 3.0rem;
}

.list-archive h3 {
	font-size: 2.7rem;
	font-weight: 600;
	line-height: 1.4;
	text-align: left;
	padding: 0;
	margin: 0;
	color: var(--color-font)
}

.list-archive h5 {
	font-size: 1.6rem;
	line-height: 1.7;
	padding: 0;
	margin: 1em 0;
	color: var(--color-font);
}

.list-archive p {
	font-size: 1.6rem;
	line-height: 1.7;
	padding: 0;
	margin: 0;
	color: var(--color-font);
}

.list-archive .date {
	font-size: 1.4rem;
	line-height: 1;
	padding: 0;
	margin: 1.5em 0;
	display: block;
	text-align: left;
	color: var(--color-font);
}

.list-archive li {
	border-top: 1px dashed #ddd;
	padding: 4.5rem 0.5rem;
	margin: 0;
	transition: 0.5s;
}

.list-archive li:last-child {
	border-bottom: 1px dashed #ddd;
}


.list-archive li:hover {
	background: #f9f9f9;
}

.list-archive a {
	color: var(--color-font);
}

@media screen and (max-width: 1440px) {}

@media screen and (max-width: 1320px) {}

@media screen and (max-width: 1133px) {}

@media screen and (max-width: 840px) {

	.list-archive dl dt,
	.list-archive dl dd {
		width: 25%;
	}

	.list-archive dl dd {
		width: 75%;
		padding-left: 3.0rem;
	}
}

@media screen and (max-width: 670px) {}

@media screen and (max-width: 500px) {}

@media screen and (max-width: 400px) {
	.list-archive dl dd {
		padding-left: 2.0rem;
	}
}










/*-----------------------------------------------------------------------------------------
30004 SIDEBAR
----------------------------------------------------------------------------------------- */
aside.sidebar {
	background: transparent;
}

aside.sidebar .widget {
	padding: 0 0 0 4.0vw;
	margin: 0;
	background: transparent;
}

aside.sidebar h4 {
	padding: 0.75em 0.25em;
	margin: 0;
	border-top: 5px solid var(--color-font);
	border-bottom: 1px double var(--color-font);
	width: 100%;
	text-transform: uppercase;
	letter-spacing: 0.2em;
	font-size: 2.4rem;
	color: var(--color-font);
	font-weight: 500;
}

aside.sidebar ul {
	padding: 0;
	margin: 0 0 6.0rem 0;
	width: 100%;
}

aside.sidebar ul li {
	border-bottom: 1px dashed #aaa;
	padding: 0.75em 0.1em;
	margin: 0;
	list-style: none;
	width: 100%;
	position: relative;
	font-size: 1.6rem;
	line-height: 1.6;
}

aside.sidebar ul li span {
	font-size: 1.2rem;
	display: block;
	text-align: right;
	padding: 0.75em 0 0 0;
	margin-left: 1.25em;
}

aside.sidebar ul li a {
	width: auto;
	text-decoration: none;
	text-transform: uppercase;
	padding: 0 0 0 1em;
	margin: 0;
	display: inline-block;
	position: relative;
	display: block;
	color: var(--color-font);
}

aside.sidebar ul li a::before {
	content: '\f0da';
	font-family: "Font Awesome 6 Free";
	font-weight: 600;
	position: absolute;
	top: 50%;
	left: 0;
	-webkit-transform: translate(0%, -50%);
	transform: translate(0%, -50%);
	color: var(--color-blue);
	font-size: inherit;
}

aside.sidebar ul li:hover {
	transition: 0.3s;
	background: #f3f3f3
}

aside.sidebar ul li a:hover {
	opacity: 1 !important;
}

.post-date {
	color: var(--color-font);
}

aside.sidebar .widget select {
	appearance: none;
	border: none;
	font-size: 1.6rem;
	line-height: 1.5;
	padding: 0.3em 1em;
	margin: 0.85em 0;
	border-radius: 4px;
	background-color: #f9f9f9;
	border: 1px solid var(--color-font);
	background-image: url('data:image/svg+xml;utf8,<svg fill="black" height="24" viewBox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg"><path d="M7 10l5 5 5-5z"/></svg>');
	background-repeat: no-repeat;
	background-position: right 10px center;
	background-size: 1.5em;
}

select:focus {
	outline: none;
	border-color: var(--color-blue);
	box-shadow: 0 0 0 2px rgba(0, 123, 255, 0.25);
}

@media screen and (max-width: 1440px) {}

@media screen and (max-width: 1320px) {}

@media screen and (max-width: 1133px) {
	aside.sidebar {
		width: 100%;
	}

	aside.sidebar .widget {
		padding-left: 0;
	}
}

@media screen and (max-width: 840px) {}

@media screen and (max-width: 670px) {}

@media screen and (max-width: 500px) {}

@media screen and (max-width: 400px) {}










/*-----------------------------------------------------------------------------------------
30005 ページャー
----------------------------------------------------------------------------------------- */
.pager {
	padding: 0;
	margin: 6.0rem 0 3.0rem 0;
	display: block;
	height: auto;
	justify-content: center;
	display: flex;
	flex-wrap: wrap;
}

.screen-reader-text {
	display: none;
}

.pager .navigation {
	width: 100%;
	justify-content: center;
	display: flex;
	flex-wrap: wrap;
}

.nav-links {
	padding: 0;
	margin: 0;
	display: block;
	width: 100%;
	justify-content: space-between;
	display: flex;
	flex-wrap: wrap;
	color: var(--color-key) !important;
}

.nav-links .nav-previous,
.nav-links .nav-next {
	width: auto;
	display: block;
	padding: 0 0.25em;
	font-size: 2.0rem;
	line-height: 1;
	transition: 0.5s;
	color: inherit
}

.nav-links .nav-previous a,
.nav-links .nav-next a {
	color: var(--color-blue)
}

.nav-links .nav-previous::before {
	content: '\f137';
	font-family: "Font Awesome 6 Free";
	font-weight: 600;
	margin: 0 0.2em;
	color: var(--color-blue)
}

.nav-links .nav-next::after {
	content: '\f138';
	font-family: "Font Awesome 6 Free";
	font-weight: 600;
	margin: 0 0.2em;
	color: var(--color-blue)
}

.nav-links .nav-previous:hover,
.nav-links .nav-next:hover {
	opacity: 0.5;
}

@media screen and (max-width: 1200px) {}

@media screen and (max-width: 1024px) {}

@media screen and (max-width: 840px) {}

@media screen and (max-width: 670px) {}

@media screen and (max-width: 500px) {}










/*-----------------------------------------------------------------------------------------
30006 pagination
----------------------------------------------------------------------------------------- */
.pagination {
	border: 0px solid black;
	width: 100%;
	padding: 5vw 0;
	margin: 0;
}

.archive .pagination {
	-webkit-justify-content: center;
	-ms-flex-pack: justify;
	justify-content: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.pagination ul.page-numbers {
	width: 100%;
	padding: 0;
	margin: 0;
	display: block;
	-webkit-justify-content: center;
	-ms-flex-pack: justify;
	justify-content: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.pagination li {
	list-style: none;
}

a.page-numbers,
span.page-numbers {
	border: 0px solid black;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-align-items: center;
	align-items: center;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	width: 30px;
	height: 30px;
	text-decoration: none;
	margin: 4px;
	font-size: 12px;
	line-height: 1;
	font-weight: 400;
	background: var(--color-key);
	border: 1px solid var(--color-key);
	color: white;
}

span.page-numbers,
a.prev.page-numbers,
a.next.page-numbers {
	background: transparent;
	color: var(--color-key);
}

a.prev.page-numbers,
a.next.page-numbers {
	width: auto;
	padding-left: 8px;
	padding-right: 8px;
	border: none;
}

span.page-numbers.dots {
	border: none;
}

@media screen and (max-width: 1200px) {}

@media screen and (max-width: 1024px) {}

@media screen and (max-width: 840px) {}

@media screen and (max-width: 670px) {}

@media screen and (max-width: 500px) {}

@media screen and (max-width: 400px) {}










/*-----------------------------------------------------------------------------------------
30006 pagination
----------------------------------------------------------------------------------------- */
.box-contents {
	border:0pt solid black;
	padding:5vw 0;
	margin:0;
}

@media screen and (max-width: 1200px) {}

@media screen and (max-width: 1024px) {}

@media screen and (max-width: 840px) {}

@media screen and (max-width: 670px) {}

@media screen and (max-width: 500px) {}

@media screen and (max-width: 400px) {}










/*-----------------------------------------------------------------------------------------
/*-----------------------------------------------------------------------------------------
/*-----------------------------------------------------------------------------------------
/*-----------------------------------------------------------------------------------------
/*-----------------------------------------------------------------------------------------
/*-----------------------------------------------------------------------------------------
/*-----------------------------------------------------------------------------------------
/*-----------------------------------------------------------------------------------------
/*-----------------------------------------------------------------------------------------
/*-----------------------------------------------------------------------------------------
/*-----------------------------------------------------------------------------------------
40001 .area-content
----------------------------------------------------------------------------------------- */
dl.zgzg {
	border: 0pt solid red;
	justify-content: center;
	align-items: flex-start;
	display: flex;
	flex-wrap: wrap;
	padding: 0;
	margin: 6.0rem 0 12.0rem;
}

dl.zgzg dt,
dl.zgzg dd {
	border: 0pt solid green;
	padding: 0;
	margin: 0;
	width: 60%;
	position: relative;
	z-index: 2;
	font-size: 1.8rem;
	line-height: 2.0;
	color: var(--color-font);
	order: 1;
}

dl.zgzg dt {
	padding: 9.0rem 6.0rem;
	padding-left: calc((100% - 1320px) / 2);
	background: rgba(255, 255, 255, 0.90);
}

dl.zgzg dd {
	border: 0pt solid blue;
	width: 50%;
	margin-left: -10%;
	z-index: 1;
	order: 2;
}

dl.zgzg dd .nakami {
	margin-top: -12.0rem;
	z-index: 1;
	order: 2;
	padding: 0;
}

dl.zgzg.reverse dt {
	order: 2;
	margin-left: -10%;
	padding-left: 6.0rem;
	padding-right: calc((100% - 1320px) / 2);
}

dl.zgzg.reverse dd {
	order: 1;
	margin-left: 0;
}

@media screen and (max-width: 1440px) {}

@media screen and (max-width: 1320px) {}

@media screen and (max-width: 1133px) {
	.area-content {
		margin: -1.5rem 0 0 0;
	}

	dl.zgzg {
		margin: 6.0rem 0 12.0rem;
	}

	dl.zgzg dt,
	dl.zgzg dd {
		width: 70%;
		font-size: calc(1.8rem * 1.2);
	}

	dl.zgzg dt {
		padding: 9.0rem 6.0rem !important;
	}

	dl.zgzg dd {
		width: 70%;
		margin-left: -40%;
	}

	dl.zgzg dd .nakami {
		margin-top: -9.0rem;
	}

	dl.zgzg.reverse dt {
		margin-left: -40%;
		padding-left: 6.0rem;
	}

	dl.zgzg.reverse dd {
		/* order: 1; */
		/* margin-left: 0; */
	}
}

@media screen and (max-width: 840px) {
	.area-content {
		margin: 0 0 0 0;
	}

	dl.zgzg {
		margin: 6.0rem 0 12.0rem;
	}

	dl.zgzg dt,
	dl.zgzg dd {
		width: 90%;
		margin: 0 5% !important;
		font-size: calc(1.8rem * 1.0);
	}

	dl.zgzg dt {
		padding: 6.0rem 4.5rem !important;
		order: 2;
		width: 85%;
		margin-top: -9.0rem !important;
	}

	dl.zgzg dd {
		width: 90%;
		order: 1;
		margin-left: 0;
	}

	dl.zgzg dd .nakami {}

	dl.zgzg.reverse dt {
		margin-left: 0;
	}

	dl.zgzg.reverse dd {}

	dl.zgzg dd img {
		box-shadow: 10px 10px 20px rgba(0, 0, 0, 0.2)
	}

}

@media screen and (max-width: 670px) {}

@media screen and (max-width: 500px) {
	dl.zgzg dt {
		padding: 4.5rem 3.0rem !important;
	}
}

@media screen and (max-width: 400px) {}










/*-----------------------------------------------------------------------------------------
40002 dl.station
----------------------------------------------------------------------------------------- */
.hyoujibasyo {
	display:none;
}

.page-station .hyoujibasyo.station {
	display:block !important;
}

.home .hyoujibasyo.top {
	display:block !important;
}

.page-company .hyoujibasyo.company {
	display:block !important;
}

 dl.station {
	padding: 1.5rem;
	margin: 3.0rem 0;
	background: #F1F1F1;
	display: flex;
	flex-wrap: wrap;
}

dl.station dt,
dl.station dd {
	padding: 1.5rem;
	margin: 0;
	width: 50%;
	font-size: 1.6rem;
	line-height: 1.6;
	font-weight: 400;
	color: var(--color-font);
}

dl.station .frame-map {
	border: 8px solid white;
}

dl.station img.sashikomi {
	float: right;
	max-width: 22.5rem;
	border: 4px solid white;
	margin-left: 1.0rem;
}

dl.station img.img-timy {
	width:auto;
	height:4rem;
	margin-top:1.0rem;
	border:1px solid #ddd;
	padding:4px 8px;
	background:white;
}

dl.station h6 {
	font-size: 3.0rem !important;
	line-height: 1.3;
	font-weight: 600;
	color: var(--color-key);
	padding: 0;
	margin: 0 0 0.5em 0;
}

dl.station h6::before {
	display:none !important;
}

@media screen and (max-width: 1440px) {}

@media screen and (max-width: 1320px) {}

@media screen and (max-width: 1133px) {
	.area-station {
		padding: 6.0rem 0;
	}
}

@media screen and (max-width: 840px) {
	dl.station {
		padding: 1.0rem;
	}

	dl.station dt,
	dl.station dd {
		padding: 1.0rem;
		width: 100%;
		font-size: calc( 1.8rem * 1.2);
	}

	dl.station .frame-map {
		border: 4px solid white;
	}

	dl.station img.sashikomi {
	}

	dl.station h6 {
		font-size: calc( 3.5rem * 1.2 );
	}
}

@media screen and (max-width: 670px) {
	dl.station img.sashikomi {
		max-width: 33.33333%;
	}
}

@media screen and (max-width: 500px) {}

@media screen and (max-width: 400px) {}










/*-----------------------------------------------------------------------------------------
40003 img-card
----------------------------------------------------------------------------------------- */
.img-card {
	max-width:120px;
	width:auto;
	border:1px solid #ddd;
	padding:1.0rem;
	margin:1.0rem 0;
	background:white
}

@media screen and (max-width: 1440px) {}

@media screen and (max-width: 1320px) {}

@media screen and (max-width: 1133px) {}

@media screen and (max-width: 840px) {}

@media screen and (max-width: 670px) {}

@media screen and (max-width: 500px) {}

@media screen and (max-width: 400px) {}










/*-----------------------------------------------------------------------------------------
50001 FORM - LAYOUT
----------------------------------------------------------------------------------------- */
#form {
	padding: 0;
	margin: 0 auto;
	border: 0px solid red;
}

.txt,
#form p {
	font-size: 18px;
	line-height: 1.6;
	color: var(--color-font);
	font-weight: 600;
	padding: 0;
	margin: 1em 0
}

.txt a {
	text-decoration: underline;
}

.txt.thanks {
	border: 4px solid #D9E3E7;
	padding: 3.0em;
	background: #F0F4F5;
	background: #f7f7f7;
	border: 4px solid #eee
}

.txt.thanks *:first-child {
	margin-top: 0;
}

.txt.thanks *:last-child {
	margin-bottom: 0;
}

.txt.thanks span {
	display: block;
	margin-bottom: 0.3em;
}

#form dl {
	padding: 0;
	margin: 0;
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	border-top: 1px solid #D9E3E7;
	border-top: 1px solid #eee
}

#form dl dt,
#form dl dd {
	font-size: 18px;
	line-height: 1.5;
	padding: 1em;
	margin: 0;
	color: var(--color-font);
}

#form dl dt {
	width: 33.33333%;
	justify-content: flexd-start;
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	background: rgba(217, 227, 231, 0.4);
	background: #f7f7f7;
}

#form dl dd {
	width: 66.66666%;
	justify-content: flex-start;
	align-items: center;
	display: flex;
	flex-wrap: wrap;
}

#form dl dt div {
	font-weight: 600;
}

.require {
	color: var(--color-red) !important;
	font-size: 0.8em;
	display: inline-block;
	width: fit-content;
	vertical-align: super;
	margin-left: 0.5em;
}

#form dl.last {
	border-bottom: 1px solid #D9E3E7;
}

@media screen and (max-width: 1440px) {}

@media screen and (max-width: 1320px) {}

@media screen and (max-width: 1133px) {
	#form {
		border-color: green;
	}
}

@media screen and (max-width: 840px) {
	#form {
		border-color: blue;
	}

	#form .txt,
	#form p {
		font-size: calc(18px * 0.8);
	}

	#form .txt.thanks {
		padding: 2.0em;
	}
}

@media screen and (max-width: 670px) {
	#form {
		border-color: orange;
	}

	#form dl dt,
	#form dl dd {
		width: 100%;
	}

	#form dl dd {
		padding-left: 0.5em;
		padding-right: 0.5em;
	}
}

@media screen and (max-width: 500px) {
	#form {
		border-color: pink;
	}
}

@media screen and (max-width: 400px) {
	#form {
		border-color: olive;
	}
}










/*-----------------------------------------------------------------------------------------
50002 FORM - INPUT
----------------------------------------------------------------------------------------- */
#form input,
#form input[type="text"],
#form input[type="email"] {
	padding: 0;
	border: none;
	border-radius: 0;
	outline: none;
	background: none;
}

#form select {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border: none;
	outline: none;
	background: transparent;
}

#form textarea {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	resize: none;
	padding: 0;
	border: 0;
	outline: none;
	background: transparent;
}

#form input[type="text"],
#form input[type="email"],
#form textarea,
#form select {
	width: auto;
	min-width: 85%;
	border: 2px solid #D9E3E7;
	border: 3px solid #eee;
	font-size: 20px;
	line-height: 1.8;
	padding: 5px 15px;
	margin: 2.5px;
	color: #666;
	background: linear-gradient(#fafafa 0%, #fff 100%);
	border-radius: 2px;
}

#form input.tel-number {
	width: 5em !important;
	min-width: initial;
}

#form textarea {
	height: 10em !important;
	width: auto;
	min-width: 85%;
}

#form input[type="button"] {
	border: none;
	background: #59493F;
	background: gradient(linear, center top, center bottom, from(#3f3d3d), to(#242323));
	background: -webkit-gradient(linear, center top, center bottom, from(#3f3d3d), to(#242323));
	background: -moz-linear-gradient(top, #3f3d3d, #242323);
	background: -ms-linear-gradient(top, #3f3d3d 0%, #242323 100%);
	background: -webkit-linear-gradient(#3f3d3d 0%, #242323 100%);
	text-shadow: none;
	font-size: 18px;
	line-height: 1;
	color: white;
	cursor: pointer;
	outline: none;
	padding: 0.4em 1em 0.5em 1em;
	margin: 0 0.5em;
	width: 13em;
	border-radius: 20px;
	text-align: center;
}

#form input[type="submit"],
#form input[type="reset"] {
	border: none;
	background: #242323;
	background: linear-gradient(180deg, #3f3d3d 0%, #242323 100%);
	text-shadow: none;
	font-size: 21px;
	line-height: 1;
	color: white;
	cursor: pointer;
	outline: none;
	letter-spacing: 0.01em;
	text-indent: 0.5em;
	padding: 1em 3em;
	width: calc(6em + 6em);
	border-radius: 4px;
	text-align: center;
}

#form input[type="submit"]:hover,
#form input[type="reset"]:hover {
	opacity: 0.5;
	transition: 0.8s;
}

#form .area-btn {
	border: 0px solid blue;
	padding: 0;
	margin: 60px 0;
	-webkit-justify-content: center;
	-ms-flex-pack: justify;
	justify-content: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	background: transparent
}

input::placeholder {
	opacity: 0.5;
}

.mw_wp_form .error {
	color: red !important;
	font-weight: 400;
	display: block;
	margin-top: 0;
	width: 100%;
	font-size: 0.9em !important;
	font-weight:600;
}

.mw_wp_form .error:before {
	content: '※';
	margin-right: 0.2em;
}



@media screen and (max-width: 1440px) {}

@media screen and (max-width: 1320px) {}

@media screen and (max-width: 1133px) {}

@media screen and (max-width: 840px) {}

@media screen and (max-width: 670px) {
	#form input[type="text"],
		#form input[type="email"],
		#form textarea,
		#form select {
			font-size: 18px;
		}

		#form input[type="submit"],
		#form input[type="reset"] {
			font-size: 18px;
	}
}

@media screen and (max-width: 500px) {}

@media screen and (max-width: 400px) {}










/*-----------------------------------------------------------------------------------------
50003 FORM - INPUT & その他
----------------------------------------------------------------------------------------- */
.radio_btn input[type=radio].radio_btn_item {
	display: none;
}

.radio_btn {
	display: block !important;
}

.radio_btn label {
	display: block;
	padding: 0;
	margin: 0 0 0.5em 0;
}

.radio_btn .radio_btn_item+span {
	padding-left: 1.5em;
	display: inline-block;
	position: relative;
	border: 0px solid green;

}

.radio_btn .radio_btn_item+span::after,
.radio_btn .radio_btn_item+span::before {
	border-radius: 50%;
	content: '';
	display: block;
	position: absolute;
}

.radio_btn .radio_btn_item+span::before {
	height: 18px;
	width: 18px;
	top: 6px;
	left: 6px;
	border: 2px solid var(--color-font);
}

.radio_btn .radio_btn_item+span::after {
	background: var(--color-blue);
	height: 10px;
	width: 10px;
	top: 10px;
	left: 10px;
	opacity: 0;
}

.radio_btn .radio_btn_item:checked+span::after {
	opacity: 1;
}

#form dl ol.def.caution li {
	font-size: 13px;
	line-height: 1.3;
	margin-top: 15px;
}

#form aside {}

#form aside b {
	display: block;
	font-size: 1.1em;
	margin: 1em 0 0.5em
}

#form aside b::before {
	content: '■'
}

@media screen and (max-width: 1440px) {}

@media screen and (max-width: 1320px) {}

@media screen and (max-width: 1133px) {}

@media screen and (max-width: 840px) {}

@media screen and (max-width: 670px) {}

@media screen and (max-width: 500px) {}

@media screen and (max-width: 400px) {}


