@charset "utf-8";
:root {
	--color_text: #333;
	--color_base: rgba(0, 0, 0, 0.035);
	--color_main: #d2000d;
	--color_accent: #d2000d;
	--color_link: #d2000d;
}
.sectionBox {
	padding-top: 80px;
	padding-bottom: 80px;
	background-color: rgba(0, 0, 0, 0.035);
}
.sectionMargin {
	margin-top: 80px !important;
}
.inner {
	max-width: 1000px;
	margin-right: auto;
	margin-left: auto;
	padding-right: 20px;
	padding-left: 20px;
}
.innerNarrow {
	max-width: 600px;
	margin-right: auto;
	margin-left: auto;
	padding-right: 20px;
	padding-left: 20px;
}
.innerWide {
	max-width: 1320px;
	margin-right: auto;
	margin-left: auto;
}
body {
	font-feature-settings: "palt";
	font-family: "Zen Maru Gothic", YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
	font-size: 18px;
	line-height: 1.5em;
	color: #333;
	text-align: justify;
	text-justify: inter-ideograph;
	min-width: 1340px;
}
a {
	color: #d2000d;
}
ul, ol, dl {
	margin-top: 20px;
	margin-left: 1.5em;
	line-height: 1.5em;
}
li + li {
	margin-top: 10px;
}
li ul, li ol {
	margin-top: 10px;
}
li li {
	margin-top: 0;
}
input, select, textarea {
	font-size: 16px !important;
	line-height: 1.5em;
	margin: 2px 0;
	padding: 5px;
	box-sizing: border-box;
}
input[type="submit"] {
	padding: 5px 10px;
}
input[type="date"] {
	white-space: nowrap;
}
table.waku {
	margin-top: 20px;
	line-height: 1.5em;
}
table.waku th, table.waku td {
	background-color: #FFF;
	padding: 1em;
	border-top: 1px solid rgba(0, 0, 0, 0.1);
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
table.waku th {
	background-color: rgba(0, 0, 0, 0.035);
	text-align: center;
	font-weight: normal;
}
table.waku2 {
	margin-top: 20px;
	line-height: 1.5em;
}
table.waku2 th, table.waku2 td {
	background-color: #FFF;
	padding: 1em;
	border-top: 1px solid rgba(0, 0, 0, 0.1);
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
table.waku2 th {
	background-color: rgba(0, 0, 0, 0.035);
	text-align: center;
	font-weight: normal;
}
p {
	margin-top: 20px;
}
p + p {
	margin-top: 10px;
}
h2 {
	margin-top: 80px;
	font-size: 200%;
	line-height: 1.5em;
	font-weight: bold;
}
h2 .title {
	font-size: 150%;
	line-height: 1.1em;
	display: block;
	font-family: "Rammetto One", sans-serif;
	font-weight: normal;
}
h3 {
	margin-top: 40px;
	font-size: 140%;
	line-height: 1.5em;
	font-weight: bold;
}
h3 .title {
	font-size: 50%;
	line-height: 1.5em;
	display: block;
	font-family: "Rammetto One", sans-serif;
	font-weight: normal;
}
h4 {
	font-weight: bold;
	margin-top: 30px;
	font-size: 120%;
	line-height: 1.5em;
}
#header {
	padding: 0;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 5;
}
#logo {
	padding: 30px;
}
#globalNav {
	position: fixed;
	top: 20px;
	right: 20px;
	z-index: 48;
	display: flex;
	border-radius: 999px;
	overflow: hidden;
	margin-left: 20px;
	align-items: center;
	background-color: #FFF;
	box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
}
#globalNav .main {
	padding: 0 10px 0 20px;
}
#globalNav .main ul {
	margin: 0px;
	padding: 0px;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}
#globalNav .main ul li {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
#globalNav .main ul li a {
	display: block;
	text-decoration: none;
	line-height: 20px;
	color: inherit;
	padding: 5px 10px;
}
#globalNav .sub ul {
	margin: 0px;
	padding: 0px;
	flex: 1;
	white-space: nowrap;
}
#globalNav .sub ul li {
	list-style-type: none;
	margin: 0px;
	padding: 10px 30px 10px 20px;
	line-height: 20px;
	background-color: #d2000d;
	text-align: center;
}
#globalNav .sub ul li a {
	display: block;
	text-decoration: none;
	color: #FFF;
}
#globalNav .sub ul li.baloon {
	font-size: 80%;
	background-color: rgba(0, 0, 0, 0.035);
	color: #d2000d;
	position: relative;
}
#globalNav .sub ul li.baloon::before {
	position: absolute;
	left: 50%;
	top: -5px;
	margin-left: -5px;
	content: "";
	display: block;
	height: 10px;
	width: 10px;
	background-color: rgba(0, 0, 0, 0.035);
	transform: rotate(45deg);
}
#localNav {
	padding: 0 20px;
	border-bottom: solid 5px #d2000d;
	background-color: rgba(0,0,0,0.035)
}
#localNav ul {
	margin: 0;
	padding: 0;
	display: flex;
	justify-content: center;
	gap: 2px;
}
#localNav ul li {
	margin: 0;
	padding: 0;
	list-style: none;
}
#localNav ul li a {
	display: block;
	background-color: #CCC;
	color: #FFF;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	text-decoration: none;
	padding: 10px 15px;
	min-width: 8em;
	text-align: center;
	transition: 0.3s;
}
#localNav ul li a.active, #localNav ul li a:hover {
	background-color: #d2000d;
}
#conceptNav {
	margin-top: 40px;
}
#conceptNav img {
	width: 100%;
}
#conceptNav .inBox {
	display: flex;
	gap: 20px;
}
#conceptNav .inBox p {
	flex: 1;
	margin: 0;
}
#pageTitle {
	padding-top: 120px;
	background-color: rgba(0,0,0,0.035);
}
#pageTitle h1 {
	text-align: center;
	font-weight: bold;
	font-size: 240%;
	line-height: 1.5em;
	padding: 0.5em;
}
#pageTitle h1 .title {
	font-size: 50%;
	line-height: 1.1em;
	display: block;
	font-family: "Rammetto One", sans-serif;
	font-weight: normal;
}
#pageTitle a {
	text-decoration: none;
}
#breadcrumb {
	font-size: 70%;
	line-height: 1.5em;
	padding: 10px 20px 0;
}
#breadcrumb ol {
	margin: 0px;
	padding: 0px;
	display: flex;
	flex-wrap: wrap;
}
#breadcrumb ol li {
	margin: 0 0.5em 0 0;
	padding: 0px;
	list-style-type: none;
	display: flex;
}
#breadcrumb ol li:before {
	content: "＞";
	margin-right: 0.5em;
}
#breadcrumb ol li:first-child:before {
	display: none;
}
#snsBox {
	display: grid;
	grid-template-columns: 1fr 1fr 3fr 3fr;
	gap: 5px;
	padding: 0 20px;
	max-width: 1615px;
	margin: auto;
}
#snsBox .inBox img {
	width: 100%;
}
#footer {
	padding: 60px 0px;
}
#footer .sns {
	margin-top: 0px;
}
#footer .sns ul {
	margin: 0;
	padding: 0;
	display: flex;
	gap: 1em;
	justify-content: flex-end;
	align-items: center;
}
#footer .sns ul li {
	margin: 0;
	padding: 0;
	list-style: none;
}
#footer .sns ul::before {
	content: "SNS　─";
}
#footer .sns ul li img {
	width: 32px;
	height: 32px;
	object-fit: contain;
}
#footerTel {
	display: flex;
	gap: 10px;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	font-size: 20px;
	line-height: 20px;
	padding-bottom: 60px;
	border-bottom: solid 1px rgba(0, 0, 0, 0.1);
}
#footerTel a {
	font-size: 40px;
	line-height: 40px;
	text-decoration: none;
	display: flex;
	align-items: center;
	gap: 5px;
	font-weight: bold;
	font-family: Arial, "sans-serif";
}
#footerTel a::before {
	content: "";
	display: inline-block;
	height: 40px;
	width: 40px;
	background-image: url("../images/ico_tel_e00.png");
	background-size: contain;
}
#footer .inBox {
	display: flex;
	justify-content: space-between;
	padding-top: 60px;
	padding-bottom: 60px;
}
#footer .inBox a {
	color: inherit;
}
#ciBox .logo {
	margin-top: 0;
}
#ciBox h3 {
	margin-top: 20px;
	font-size: 100%;
	line-height: 1.5em;
}
#ciBox ul {
	margin: 5px 0 0;
	padding: 0;
	font-size: 90%;
	line-height: 1.5em;
	list-style: none;
}
#ciBox ul li {
	margin: 0;
	padding: 0;
}
#footerNav {
	font-size: 90%;
	line-height: 1.5em;
}
#footerNav ul {
	margin: 0;
	padding: 0;
}
#footerNav ul li {
	margin: 0;
	padding: 0;
	list-style: none;
}
#footerNav ul li a {
	text-decoration: none;
}
#footerNav > ul {
	display: flex;
	gap: 30px;
}
#footerNav > ul > li {
	font-weight: bold;
}
#footerNav ul li ul {
	margin-left: 1em;
	padding-left: 1em;
	padding-top: 0.5em;
	font-weight: normal;
	border-left: solid 1px;
}
#footerNav ul li ul li {
	margin-top: 5px;
}
address {
	padding: 30px 10px 90px;
	font-style: normal;
	font-size: 80%;
	line-height: 1.5em;
	text-align: center;
	letter-spacing: normal;
	background-color: rgba(0, 0, 0, 0.035);
}
#pageTop {
	position: fixed;
	bottom: 10px;
	right: 10px;
	z-index: 2;
}
#pageTop a {
	display: block;
	padding-top: 40px;
	height: 0px;
	width: 40px;
	overflow: hidden;
	position: relative;
	background-color: rgba(0, 0, 0, 0.5);
}
#pageTop a::after {
	content: "";
	display: block;
	width: 10px;
	height: 10px;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -5px;
	margin-top: -2.5px;
	transform: rotate(45deg);
	border-top: solid 2px #FFF;
	border-left: solid 2px #FFF;
	box-sizing: border-box;
}
#pageTop:hover {
	cursor: pointer;
}
#floatingBnr {
	position: fixed;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 45;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	overflow: hidden;
	display: none;
}
#floatingBnr ul {
	margin: 0;
	padding: 0;
	display: flex;
}
#floatingBnr ul li {
	margin: 0;
	padding: 0;
	list-style: none;
	flex: 1;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	text-align: center;
	height: 60px;
	background-color: #d2000d;
	font-size: 13px;
	line-height: 1.5em;
}
#floatingBnr ul li a {
	color: #FFF;
	text-decoration: none;
}
#floatingBnr ul li:nth-child(2) {
	background-color: #f6f6f6;
	color: #d2000d;
	position: relative;
}
#floatingBnr ul li:nth-child(2)::before {
	position: absolute;
	top: 50%;
	left: -5px;
	margin-top: -5px;
	content: "";
	display: block;
	height: 10px;
	width: 10px;
	background-color: #f6f6f6;
	transform: rotate(45deg);
}
#floatingBnr ul li:nth-child(3) {
	background-color: #333;
}
#floatingBnr ul li a i {
	display: block;
	font-size: 20px;
	line-height: 20px;
	margin-bottom: 2px;
}
.color_accent {
	color: #d2000d;
}
.color_accent2 {
	color: #FFEE33;
}
.text_small {
	font-size: 80%;
	line-height: 1.5em;
	margin-top: 5px;
	font-weight: normal;
	letter-spacing: normal;
}
.text_caption {
	line-height: 1.5em;
	margin-top: 10px;
}
.text_large {
	font-size: 150%;
	line-height: 1.2em;
}
.text_tel {
	font-size: 240%;
	line-height: 1.5em;
	font-family: "Rammetto One", sans-serif;
	font-weight: normal;
}
.text_tel a {
	text-decoration: none;
}
.box_waku01 {
	background-color: rgba(0, 0, 0, 0.035);
	padding: 60px;
	margin-top: 20px;
}
.box_waku01 > *:first-child {
	margin-top: 0;
}
.formBox dl {
	margin: 0px;
	padding: 0px;
	display: flex;
	flex-wrap: wrap;
}
.formBox dt {
	font-weight: bold;
	width: 25%;
	padding: 10px;
	text-align: right;
	box-sizing: border-box;
}
.formBox dd {
	padding: 10px;
	width: 75%;
	box-sizing: border-box;
}
.formBox input[type="submit"] {
	padding: 1em;
	font-size: 18px !important;
	line-height: 1.5em;
	font-weight: bold;
	letter-spacing: 0.1em;
	margin-top: 40px !important;
}
.formBox .attentionBox {
	font-size: 90%;
	line-height: 1.5em;
	letter-spacing: normal;
	padding: 1em;
	border-radius: 5px;
}
.formBox .attentionBox p, .formBox .attentionBox ol, .formBox .attentionBox li {
	margin-top: 0;
}
.img_waku01 {
	border: 1px solid #DDD;
}
.icon_link {
	margin-left: 1.5em;
	list-style-type: none;
	text-indent: -1.5em;
}
.icon_link::before {
	content: "≫";
	display: inline-block;
	width: 1.5em;
	text-indent: 0;
}
.button {
	display: flex;
	justify-content: center;
}
.button a {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 5px;
	padding: 10px 20px;
	text-decoration: none;
	border: solid 1px;
	background-color: #fff;
	color: #d2000d;
	min-width: 200px;
	box-sizing: border-box;
	line-height: 20px;
	text-align: center;
}
.button a::after {
	content: "";
	display: block;
	width: 20px;
	height: 20px;
	background-image: url("../images/ico_link_e00.png");
	background-size: contain;
	background-repeat: no-repeat;
}
.button_back {
	display: flex;
	justify-content: center;
}
.button_back a {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 5px;
	padding: 10px 20px;
	text-decoration: none;
	background-color: #666;
	color: #FFF;
	min-width: 200px;
	box-sizing: border-box;
	line-height: 20px;
	text-align: center;
}
.button_back a::before {
	content: "";
	display: block;
	width: 20px;
	height: 20px;
	background-image: url("../images/ico_link_back_white.png");
	background-size: contain;
	background-repeat: no-repeat;
}
.button_large {
	display: flex;
	justify-content: center;
}
.button_large a {
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 5px 20px;
	height: 70px;
	text-decoration: none;
	border: solid 2px #d2000d;
	background-color: #d2000d;
	color: #FFF;
	min-width: 400px;
	box-sizing: border-box;
	line-height: 20px;
	text-align: center;
	box-shadow: 0 3px 0 rgba(0, 0, 0, 0.2);
}
.button_large a::after {
	content: "";
	display: block;
	width: 20px;
	height: 20px;
	background-image: url("../images/ico_link_white.png");
	background-size: contain;
	background-repeat: no-repeat;
	margin-left: 10px;
}
.button_large.nega a {
	background-color: #fff;
	color: #d2000d;
}
.button_large.nega a::after {
	background-image: url("../images/ico_link_e00.png");
}
.youtubeBox {
	position: relative;
	width: 100%;
	padding-top: 56.25%;
	background-color: #000;
}
.youtubeBox iframe {
	position: absolute;
	top: 0;
	right: 0;
	width: 100% !important;
	height: 100% !important;
	border: 5px solid #000;
}
/*テーブル横スクロール*/
.table-scroll {
	overflow: auto; /*スクロールさせる*/
	white-space: nowrap; /*文字の折り返しを禁止*/
	width: 100%; /*今回の設置を分かりやすくするためワザと狭い幅を指定。本来は不必要な指定です。*/
}
/* 以下、スクロールバーを追加 */
.table-scroll::-webkit-scrollbar {
	height: 5px;
}
.table-scroll::-webkit-scrollbar-track {
	background: #CCC;
}
.table-scroll::-webkit-scrollbar-thumb {
	background: black;
}
.zoom img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	-webkit-animation: zoom 60s ease-out;
	animation: zoom 60s ease-out;
	animation-fill-mode: forwards;
	mix-blend-mode: multiply;
}
@keyframes zoom {
	0% {
		transform: scale(1);
	}
	100% {
		transform: scale(1.5);
	}
}
.only_pc {
	display: block;
}
.only_sp {
	display: none;
}
.last {}