@charset "UTF-8";
/*----------------------------------------
  common
----------------------------------------*/
body {
	background-color: #000;
	font-size: 16px;
	line-height: 1.5;
}
.bg1 {
	background-color: #040404;
	background-image: url(../images/bg.png);
	background-position: top right;
	background-repeat: no-repeat;
}
.bg2 {
	background-color: #040404;
}
.bg3 {
	background-color: #131313;
}
.container {
	color: #fff;
	margin: 0 auto;
	max-width: 1200px;
	padding: 6em 1em;
}
.cont article {
	margin-bottom: 4em;
}
.cont article:last-child {
	margin-bottom: 0;
}
h2 {
	font-size: 1.5em;
	font-style: italic;
	margin-bottom: 1em;
}
h3 {
	background-repeat: no-repeat;
	background-size: contain;
	border-top: solid #fe0000 1px;
	border-bottom: solid #fe0000 1px;
	height: 67px;
	margin-bottom: 3em;
	overflow: hidden;
	text-indent: 100%;
	white-space: nowrap;
}
.d-flex {
	display: flex;
	flex-wrap: wrap;
}
.align-start {
	align-items: flex-start;
}
.align-center {
	align-items: center;
}
.justify-center {
	justify-content: center;
}
.justify-right {
	justify-content: right;
}
.justify-between {
	justify-content: space-between;
}
.w-flex {
	flex: 1;
	margin-right: 1em;
}
.w-l-20 {
	width: 19%;
}
.w-l-25 {
	width: 24%;
}
.w-l-30 {
	width: 29%;
}
.w-l-33 {
	width: 32%;
}
.w-l-40 {
	width: 39%;
}
.w-l-45 {
	width: 44%;
}
.w-l-50 {
	width: 49%;
}
.w-l-60 {
	width: 59%;
}
.w-l-70 {
	width: 69%;
}
.only_pc {
	display: block;
}
.only_sp {
	display: none;
}
.text-left {
	text-align: left;
}
.text-right {
	text-align: right;
}
@media (max-width: 960px) {
	body {
		font-size: 14px;
	}
	.container {
		padding: 4em 1em;
	}
	h2 {
		font-size: 1.35em;
	}
	.w-m-20 {
		width: 19%;
	}
	.w-m-25 {
		width: 24%;
	}
	.w-m-30 {
		width: 29%;
	}
	.w-m-33 {
		width: 32%;
	}
	.w-m-40 {
		width: 39%;
	}
	.w-m-45 {
		width: 44%;
	}
	.w-m-50 {
		width: 49%;
	}
	.w-m-55 {
		width: 54%;
	}
	.w-m-60 {
		width: 59%;
	}
	.w-m-70 {
		width: 69%;
	}
}
@media (max-width: 480px) {
	body {
		font-size: 12px;
	}
	.container {
		padding: 3em 1em;
	}
	.cont article {
		margin-bottom: 2em;
	}
	h3 {
		height: 47px;
		margin-bottom: 1.5em;
	}
	.w-s-20 {
		width: 19%;
	}
	.w-s-25 {
		width: 24%;
	}
	.w-s-30 {
		width: 29%;
	}
	.w-s-33 {
		width: 32%;
	}
	.w-s-40 {
		width: 39%;
	}
	.w-s-45 {
		width: 44%;
	}
	.w-s-50 {
		width: 49%;
	}
	.w-s-60 {
		width: 59%;
	}
	.w-s-70 {
		width: 69%;
	}
	.w-s-80 {
		width: 79%;
	}
	.w-s-90 {
		width: 89%;
	}
	.w-s-95 {
		width: 94%;
	}
	.w-s-100 {
		width: 100%;
	}
	.only_pc {
		display: none;
	}
	.only_sp {
		display: block;
	}
}


/*----------------------------------------
  header
----------------------------------------*/
header .container {
	padding: 0.5em 0;
}
header h1 {
	aspect-ratio: 2 / 1;
	background-image: url(../images/header_logo.png);
	background-repeat: no-repeat;
	display: block;
	overflow: hidden;
	text-indent: 100%;
	white-space: nowrap;
	width: 200px;
}
header nav {
	width: 70%;
}
header nav ul li {
	width: 33%;
}
header nav ul li a {
	display: flex;
	align-items: center;
	justify-content: right;
	height: 100%;
	overflow: hidden;
	text-indent: 100%;
	white-space: nowrap;
}
@media (max-width: 1024px) {
	header nav ul li {
		margin-left: 1%;
		width: 32%;
	}
}
@media (max-width: 960px) {
	header .container {
		padding: 0.5em 1em;
	}
	header h1 {
		background-size: cover;
		width: 100px;
	}
	header nav ul li {
		margin-left: 3%;
		width: 30%;
	}
}


/*----------------------------------------
  kv
----------------------------------------*/
#kv {}
#kv img {
	margin: 0 auto;
}
#kv_line {
	background-color: #fe0000;
	color: #fff;
	font-family: "M PLUS 1p", sans-serif;
	font-size: 2em;
	font-style: italic;
	font-weight: 700;
	padding: 0.35em 0;
	text-align: center;
}
@media (max-width: 480px) {
	#kv_line {
		font-size: 1.15em;
	}
}


/*----------------------------------------
  cont1
----------------------------------------*/
#cont1 {}
#cont1 h2#caption {
	font-size: 1.25em;
	font-style: normal;
	margin: 0 auto;
	text-align: center;
	width: fit-content;
}
#cont1 h2#caption span {
	display: block;
	font-size: 1.5em;
	font-style: italic;
	font-weight: bold;
}
#cont1 p {
	border-top: solid #fff 1px;
	margin: 2em 0;
	padding: 2em 0;
}
#cont1 a {
	display: block;
	margin: 0 auto;
	width: fit-content;
}
#cont1 h3 {
	background-image: url(../images/cont1-1.png);
}
#cont1 ul li.content-img {
	aspect-ratio: 5 / 3;
	background-image: url(../images/cont1-2.jpg);
	background-position: top right;
	background-repeat: no-repeat;
	background-size: cover;
	overflow: hidden;
	text-indent: 100%;
	white-space: nowrap;
}
@media (max-width: 960px) {
	#cont1 a {
	    width: 40%;
	}
}
@media (max-width: 480px) {
	#cont1 a {
	    width: 80%;
	}
	#cont1 ul li.content-img {
	    margin-top: 1.5em;
	}
}


/*----------------------------------------
  cont2
----------------------------------------*/
#cont2 {
	background-color: #fff
}
#cont2 ul {
	margin: 2em auto;
	width: 85%;
}
#cont2 ul li {
	margin: 1em 0;
	width: 17.5%;
}
@media (max-width: 480px) {
	#cont2 ul {
		margin: 0 auto;
		width: 90%;
	}
	#cont2 ul li {
		margin: 1em 0;
		width: 22.5%;
	}
}


/*----------------------------------------
  cont3
----------------------------------------*/
#cont3 {}
#cont3 h2 {
	margin-bottom: 1.5em;
}
#cont3 h3 {
	background-image: url(../images/cont3-1.png);
	margin: 0 auto 1em;
}
#cont3 dt {
	background-color: #333;
	font-size: 1.25em;
	font-weight: bold;
	line-height: 1;
	padding: 0.75em 1.25em;
}
#cont3 dt span {
	display: inline-block;
	font-family: "M PLUS 1p", sans-serif;
	font-size: 1.5em;
	font-style: italic;
	font-weight: 700;
	margin-right: 0.75em;
}
#cont3 dd {
	padding: 1em 0 2em;
}


/*----------------------------------------
  cont4
----------------------------------------*/
#cont4 {}
#cont4 h2 {
	border-bottom: solid #e3bf63 2px;
	color: #e3bf63;
}
#cont4 dl {
	border: solid #e3bf63 2px;
	padding: 2em;
}
#cont4 dl dt {
	font-size: 1.25em;
}
#cont4 dl dt::before {
	aspect-ratio: 7 / 6;
	background-image: url(../images/cont4-1.png);
	background-repeat: no-repeat;
	background-size: contain;
	content: "";
	display: inline-block;
	vertical-align: middle;
	width: 35px;
}
#cont4 dl dd {
	padding: 0 0 2em 5em;
}
#cont4 dl dd:last-child {
	padding-bottom: 0;
}
#cont4 dl dd .material-symbols-outlined {
	color: #e3bf63;
	font-variation-settings:
	'FILL' 0,
	'wght' 400,
	'GRAD' 0,
	'opsz' 24;
}
#cont4 dl + p {
	text-align: right;
}
@media (max-width: 960px) {
	#cont4 dl {
		padding: 1em;
	}
	#cont4 dl dd {
		padding: 0 0 2em 1em;
	}
}
@media (max-width: 480px) {
	#cont4 dl {
		margin-top: 1.5em;
		padding: 1em;
	}
	#cont4 dl dt::before {
		width: 20px;
	}
	#cont4 dl dd .material-symbols-outlined {
		font-size: 18px;
	}
}


/*----------------------------------------
  cont5
----------------------------------------*/
#cont5 {}
#cont5 h3 {
	background-image: url(../images/cont5-1.png);
}
#cont5 ul li.content-img {
	aspect-ratio: 5 / 3;
	background-image: url(../images/cont5-2.jpg);
	background-position: top right;
	background-repeat: no-repeat;
	background-size: cover;
	overflow: hidden;
	text-indent: 100%;
	white-space: nowrap;
}
@media (max-width: 480px) {
	#cont5 ul li.content-img {
	    margin-top: 1.5em;
	}
}


/*----------------------------------------
  cont6
----------------------------------------*/
#cont6 {}
#cont6 h3 {
	background-image: url(../images/cont6-1.png);
}
#cont6 ul li.content-img {
	aspect-ratio: 5 / 3;
	background-image: url(../images/cont6-2.jpg);
	background-position: right center;
	background-repeat: no-repeat;
	background-size: cover;
	overflow: hidden;
	text-indent: 100%;
	white-space: nowrap;
}
@media (max-width: 480px) {
	#cont6 ul li.content-img {
	    margin-top: 1.5em;
	}
}


/*----------------------------------------
  cont7
----------------------------------------*/
#cont7 {
	background-color: #333;
}
#cont7 h2 {
	margin-bottom: 1.5em;
}
#cont7 h3 {
	background-image: url(../images/cont7-1.png);
	margin: 0 auto 1em;
}
#cont7 ul li {
	border-bottom: dashed #666 1px;
	margin-bottom: 2em;
	padding-bottom: 2em;
}
#cont7 ul li h4 .material-symbols-outlined {
	color: #fe0000;
	font-variation-settings:
	'FILL' 0,
	'wght' 400,
	'GRAD' 0,
	'opsz' 24;
}


/*----------------------------------------
  cont8
----------------------------------------*/
#cont8 {}
#cont8 h3 {
	background-image: url(../images/cont8-1.png);
}
#cont8 ul li.bg-cont8-2 {
	background-image: url(../images/cont8-2.jpg);
	background-repeat: no-repeat;
	background-size: cover;
}
#cont8 ul li h4 {
	font-size: 1.25em;
	padding: 2em 2em 1em;
}
#cont8 ul li p {
	padding: 2em;
}
#cont8 ul li p#bg-yellow {
	background-color: rgba(227, 191, 99, 0.35);
	font-weight: bold;
}
#cont8 ul li.content-img {
	aspect-ratio: 5 / 3;
	background-image: url(../images/cont8-3.jpg);
	background-position: right bottom;
	background-repeat: no-repeat;
	background-size: cover;
	overflow: hidden;
	text-indent: 100%;
	white-space: nowrap;
}
#cont8 table {
	border-spacing: 0 1em;
	width: 100%;
}
#cont8 table th {
	font-weight: normal;
	padding: 0.5em 1em;
	text-align: left;
}
#cont8 table td {
	background-color: #333;
	padding: 0.5em 1em;
	width: 85%;
}
@media (max-width: 960px) {
	#cont8 ul li h4 {
		font-size: 1.25em;
		padding: 1em;
	}
	#cont8 ul li p {
		padding: 1em;
	}
}
@media (max-width: 480px) {
	#cont8 ul li.content-img {
	    margin-top: 1.5em;
	}
	#cont8 table td {
		width: 75%;
	}
}


/*----------------------------------------
  cont9
----------------------------------------*/
#cont9 {}
#cont9 #staff h3 {
	background-image: url(../images/cont9-1.png);
	margin: 0 auto 1em;
}
#cont9 #staff p {
	margin-bottom: 2em;
}
#cont9 #access h3 {
	background-image: url(../images/cont9-6.png);
	margin: 0 auto 1em;
}
#cont9 #access ul li.content-img {
	aspect-ratio: 5 / 4;
	background-image: url(../images/cont9-7.jpg);
	background-position: top right;
	background-repeat: no-repeat;
	background-size: cover;
	overflow: hidden;
	text-indent: 100%;
	white-space: nowrap;
}
#cont9 #access .mapframe {
	position: relative;
}
#cont9 #access .mapframe::before {
	content: "";
	display: block;
	padding-top: calc(650 / 670 * 100%);
}
#cont9 #access .mapframe iframe {
	border:0;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	width: 100%;
}
#cont9 #access a {
	background-color: #131313;
	border: solid #fff 1px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	color: #fff;
	margin: 2em auto 0;
	padding: 0.5em;
	text-decoration: none;
	width: 40%;
}
#cont9 #access a p {
	flex: 1;
	text-align: center;
}
#cont9 #access a .material-symbols-outlined {
	font-size: 2em;
	font-variation-settings:
	'FILL' 0,
	'wght' 400,
	'GRAD' 0,
	'opsz' 24;
}
@media (max-width: 480px) {
	#cont9 #access a {
		width: 80%;
	}
}


/*----------------------------------------
  cont10
----------------------------------------*/
#cont10 {}
#cont10 h2 {
	margin-bottom: 1.5em;
}
#cont10 h3 {
	background-image: url(../images/cont10-1.png);
	margin: 0 auto 1em;
}
#cont10 ul li {
	margin-bottom: 2em;
	max-width: 340px;
	padding-bottom: 2em;
}
#cont10 ul li p {
	padding: 0 0.5em;
}
@media (max-width: 960px) {
	#cont10 ul li {
		width: 32%;
	}
}
@media (max-width: 480px) {
	#cont10 ul li {
		width: 48.5%;
	}
}


/*----------------------------------------
  cont11
----------------------------------------*/
#cont11 {}
#cont11 h2 {
	margin-bottom: 1.5em;
}
#cont11 h3 {
	background-image: url(../images/cont11-1.png);
	margin: 0 auto 1em;
}
#cont11 .mailframe {
	aspect-ratio: 5 / 3;
	position: relative;
	margin: 2em auto 0;
	max-width: 1200px;
	width: 100%;
}
#cont11 .mailframe iframe {
	border:0;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	width: 100%;
}
@media (max-width: 1200px) {#cont11 .mailframe {aspect-ratio: 3 / 2;}}
@media (max-width: 1080px) {#cont11 .mailframe {aspect-ratio: 4 / 3;}}
@media (max-width: 960px) {#cont11 .mailframe {aspect-ratio: 6 / 5;}}
@media (max-width: 900px) {#cont11 .mailframe {aspect-ratio: 12 / 11;}}
@media (max-width: 800px) {#cont11 .mailframe {aspect-ratio: 1 / 1;}}
@media (max-width: 760px) {#cont11 .mailframe {aspect-ratio: 4 / 3;}}
@media (max-width: 700px) {#cont11 .mailframe {aspect-ratio: 3 / 4;}}
@media (max-width: 660px) {#cont11 .mailframe {aspect-ratio: 2 / 3;}}
@media (max-width: 600px) {#cont11 .mailframe {aspect-ratio: 3 / 5;}}
@media (max-width: 560px) {#cont11 .mailframe {aspect-ratio: 4 / 7;}}
@media (max-width: 500px) {#cont11 .mailframe {aspect-ratio: 1 / 2;}}
@media (max-width: 460px) {#cont11 .mailframe {aspect-ratio: 3 / 7;}}
@media (max-width: 400px) {#cont11 .mailframe {aspect-ratio: 3 / 8;}}
@media (max-width: 360px) {#cont11 .mailframe {aspect-ratio: 6 / 17;}}


/*----------------------------------------
  CTA
----------------------------------------*/
.cta {
	background-color: #1a1a1a;
	font-family: "M PLUS 1p", sans-serif;
	text-align: center;
}
.cta article {
	aspect-ratio: 34 / 15;
	background-image: url(../images/bg-cta.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	border: solid #fff 3px;
	padding: 5% 2.5%;
}
.cta article h2 {
	color: #e9f434;
	background: linear-gradient(transparent 95%, #e9f434 0%);
	display: inline;
	font-size: 2em;
	margin: 0 auto;
	text-align: center;
	width: fit-content;
}
.cta article h3 {
	border: none;
	display: flex;
	align-items: flex-end;
	justify-content: center;
	font-size: 1.5em;
	font-weight: normal;
	height: auto;
	line-height: 1.5;
	margin: 1.5em auto 0;
	overflow: unset;
	text-align: center;
	text-indent: unset;
	white-space: unset;
}
.cta article h3::before,
.cta article h3::after {
	background-color: #fff;
	content: "";
	height: 3em;
	width: 3px;
}
.cta article h3::before {
	margin-right: 1em;
	transform: rotate(-30deg);
}
.cta article h3::after {
	margin-left: 1em;
	transform: rotate(30deg);
}
.cta article ul {
	margin: 2em auto 0;
}
.cta article ul li.text-right {
	font-size: 1.5em;
	padding-right: 1.755em;
	width: 30%;
}
.cta article ul li.text-left {
	border-left: solid #fff 2px;
	font-size: 1.75em;
	padding-left: 1.5em;
	width: 30%;
}
.cta article ul li.text-left img {
	vertical-align: middle;
}
@media (max-width: 960px) {
	.cta article {
		aspect-ratio: 5 / 2;
		padding: 3% 2%;
	}
	.cta article h2 {
		font-size: 1.5em;
	}
	.cta article h3 {
		margin: 0 auto;
	}
	.cta article ul {
		margin: 1em auto 0;
	}
	.cta article ul li.text-right {
		font-size: 1.5em;
	}
}
@media (max-width: 480px) {
	.cta article {
		aspect-ratio: 5 / 2;
		padding: 5%;
	}
	.cta article h2 {
		font-size: 1.25em;
	}
	.cta article h3 {
		font-size: 1.1em;
		margin: 1em auto 0;
	}
	.cta article ul li {
		margin: 0.5em auto 0;
	}
	.cta article ul li.text-right {
		font-size: 1.35em;
		padding-right: 0.75em;
		width: 40%;
	}
	.cta article ul li.text-left {
		padding-left: 0.75em;
		width: 60%;
	}
}


/*----------------------------------------
  SNS
----------------------------------------*/
#sns {
	border-top: solid #fff 1px;
	border-bottom: solid #fff 1px;
}
#sns .container {
	padding: 2em 0 3em;
}
#sns article h3 {
	border: none;
	font-size: 1.5em;
	font-weight: normal;
	height: unset;
	line-height: 1;
	margin: 0 auto 1em;
	overflow: unset;
	text-align: center;
	text-indent: unset;
	white-space: unset;
}
#sns article ul {
	margin: 0 auto;
	width: 60%;
}
@media (max-width: 960px) {
	#sns article ul {
		width: 70%;
	}
}
@media (max-width: 480px) {
	#sns article h3 {
		font-style: italic;
		font-weight: bold;
		line-height: 1.25;
		text-align: left;
		width: 90%;
	}
	#sns article ul {
		width: 90%;
	}
}


/*----------------------------------------
  pagetop
----------------------------------------*/
.pagetop {
	background-color: #131313;
	border: solid 2px #555;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	height: 50px;
	position: fixed;
	right: 30px;
	bottom: 30px;
	width: 50px;
	z-index: 2;
}
.pagetop .pagetop__arrow {
	border-top: 3px solid #fff;
	border-right: 3px solid #fff;
	height: 10px;
	transform: translateY(20%) rotate(-45deg);
	width: 10px;
}
.pagetop:hover {
	background-color: #fff;
	opacity: 1;
}
.pagetop:hover .pagetop__arrow {
	border-top: 3px solid #131313;
	border-right: 3px solid #131313;
}
@media (max-width: 480px) {
	.pagetop {
		right: 10px;
		bottom: 60px;
	}
}


/*----------------------------------------
  footer
----------------------------------------*/
footer {}
footer .container {
	text-align: center;
	padding: 3em 1em;
}
footer nav {
	display: none;
}
@media (max-width: 480px) {
	footer {
		margin-bottom: 4em;
	}
	footer nav {
		display: flex;
		position: fixed;
		bottom: 0;
	}
	footer nav a {
		display: flex;
	}
}


/*----------------------------------------
  thanks
----------------------------------------*/
#thanks h3 {
	background-image: url(../images/thanks-1.png);
}
#thanks a {
	display: block;
	margin: 6em auto 0;
	width: fit-content;
}
@media (max-width: 480px) {
	#thanks a {
		width: 80%;
	}
}