@charset "UTF-8";
/* ---------------------------------------
  基本情報
-----------------------------------------*/
html {
	font-size: 62.5%;
	overflow-y: scroll;
}
@media screen and (max-width: 1280px) {
	html {
		font-size: 0.78125vw;
	}
}
@media screen and (max-width: 767px) {
	html {
		font-size: 1.3333333333vw;
	}
}

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

body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
address,
time,
ul,
ol,
li,
dl,
dt,
dd,
table,
th,
td,
img,
figure,
figcaption,
form,
input,
button,
textarea,
select {
	margin: 0;
	padding: 0;
	border: none;
	line-height: 100%;
	letter-spacing: 0;
	list-style-type: none;
	font-style: normal;
	font-weight: 500;
	font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "Noto Sans JP", sans-serif;
	word-wrap: break-word;
	overflow-wrap: break-word;
	-webkit-text-size-adjust: 100%;
	font-feature-settings: "palt";
}

input,
button,
textarea,
select {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border-radius: 0;
	resize: none;
	outline: none;
	background: none;
}

select::-ms-expand {
	display: none;
}

button:hover {
	cursor: pointer;
}

img,
object {
	vertical-align: bottom;
	max-width: 100%;
	height: auto;
}

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

.preload* {
	transition: none !important;
}

@media screen and (max-width: 767px) {
	img {
		width: 100%;
	}
}
/* responsive
--------------------------------*/
@media screen and (min-width: 768px) {
	.sp {
		display: none !important;
	}
}
@media screen and (max-width: 767px) {
	.pc {
		display: none !important;
	}
}
/* base
--------------------------------*/
body {
	color: #000;
	font-size: 1rem;
	text-align: left;
	background: url(../img/main_bg.png) no-repeat center top/cover;
}

.main {
	display: block;
	overflow: hidden;
}

section {
	position: relative;
}

.wrap {
	position: relative;
	width: 100%;
	max-width: 104rem;
	padding: 0 2rem;
	margin: 0 auto;
}

p,
th,
td,
dt,
dd,
li,
input,
button,
textarea {
	font-size: 1.6rem;
	line-height: 2;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	line-height: 1.5;
}

.flex {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.flex.reverse {
	flex-direction: row-reverse;
}

.left {
	float: left;
}

.right {
	float: right;
}

.tal {
	text-align: left;
}

.tar {
	text-align: right;
}

.tac {
	text-align: center;
}

.center {
	display: block;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}

.bold,
strong {
	font-weight: bold;
	font-weight: 700;
}

.fixed {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}

@media screen and (min-width: 768px) {
	a[href*="tel:"] {
		pointer-events: none;
		cursor: default;
	}
	a,
	.fade {
		cursor: pointer;
		transition: opacity 0.3s ease;
	}
	a:hover,
	.fade:hover {
		opacity: 0.7;
	}
}
@media screen and (max-width: 767px) {
	.wrap {
		max-width: inherit;
		padding: 0 5.5rem;
	}
}
/* ---------------------------------------
  header
-----------------------------------------*/
#header {
	padding: 7rem 0 6rem;
}
@media screen and (max-width: 767px) {
	#header {
		padding: 4rem 0 3rem;
	}
}
#header .logo {
	width: 46.9rem;
	margin: 0 auto;
}
@media screen and (max-width: 767px) {
	#header .logo {
		width: 23.5rem;
	}
}

/* ---------------------------------------
  main 
-----------------------------------------*/
/* sec_mv
--------------------------------*/
#sec_mv {
	position: relative;
	z-index: 1;
}
#sec_mv .shadow {
	width: 100%;
	height: 19.6333vw;
	background: url(../img/mv_bg_shadow.png) no-repeat center bottom/cover;
	position: absolute;
	left: 0;
	bottom: -6.4vw;
	z-index: -2;
}
#sec_mv .mv_wrap {
	padding: 6rem 4rem 5.6rem;
	background: url(../img/mv_bg.png) no-repeat center/cover;
	text-align: center;
}
@media screen and (max-width: 767px) {
	#sec_mv .mv_wrap {
		padding: 6rem 4rem 5.6rem;
	}
}
#sec_mv .mv_wrap .ttl {
	width: 111.8rem;
	margin: 0 auto;
}
@media screen and (max-width: 767px) {
	#sec_mv .mv_wrap .ttl {
		width: 100%;
	}
}
#sec_mv .area_wrap {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 5rem 10rem;
	margin-top: 3.7rem;
}
@media screen and (max-width: 767px) {
	#sec_mv .area_wrap {
		flex-direction: column;
		gap: 8rem 0;
		margin-top: 7rem;
	}
}
#sec_mv .area_wrap .area {
	position: relative;
}
#sec_mv .area_wrap .area:nth-child(even)::before {
	content: "";
	width: 0.2rem;
	height: 100%;
	background-color: #000;
	position: absolute;
	right: -5rem;
	top: 0;
}
#sec_mv .area_wrap .area .area_ttl {
	font-weight: bold;
	font-size: 6rem;
	line-height: 1;
	letter-spacing: 0.2em;
	margin-bottom: 4rem;
}
@media screen and (max-width: 767px) {
	#sec_mv .area_wrap .area .area_ttl {
		font-size: 4.5rem;
		margin-bottom: 3rem;
	}
}
@media screen and (max-width: 767px) {
	#sec_mv .area_wrap .area .mapimg {
		width: 75%;
		margin: 0 auto;
	}
	#sec_mv .area_wrap .area .mapimg svg {
		width: 100%;
		height: auto;
	}
}
@media screen and (min-width: 768px) {
	#sec_mv .area_wrap .area._shikoku {
		width: 100%;
		display: flex;
		align-items: center;
		justify-content: center;
		gap: 0 5rem;
	}
	#sec_mv .area_wrap .area._shikoku .area_ttl {
		margin: 0;
	}
	#sec_mv .area_wrap .area._shikoku .mapimg {
		width: 72.354rem;
	}
}
@media screen and (min-width: 768px) {
	#sec_mv .area_wrap .area._kinki .mapimg {
		width: 37.689rem;
	}
}
@media screen and (min-width: 768px) {
	#sec_mv .area_wrap .area._kantou .mapimg {
		width: 46.631rem;
	}
}

/* ---------------------------------------
  contents
-----------------------------------------*/
#contents {
	position: relative;
	padding: 8rem 0 15rem;
	z-index: 2;
}
@media screen and (max-width: 767px) {
	#contents {
		padding: 5.5rem 0 9rem;
	}
}
#contents .img_wrap {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 5rem 0;
}
#contents .img_wrap .img01,
#contents .img_wrap .img02 {
	width: 77.8rem;
}
@media screen and (max-width: 767px) {
	#contents .img_wrap .img01,
	#contents .img_wrap .img02 {
		width: 100%;
	}
}
#contents {
    .wrap > .iframe_wrap:not(:first-child) {
        margin-top: 5em;
    }

	.iframe_wrap {
		display: flex;
		justify-content: center;

		.iframe {
			border: none;
			margin-inline: auto;
			width: 100%;
			height: auto;
	        max-width: 77.8rem;
			aspect-ratio: 560 / 315;
		}
	}
}
@media screen and (min-width: 768px) {
	#contents .area_col {
		display: flex;
		justify-content: space-between;
	}
	#contents .area_col > .sec_area {
		width: 48.5rem;
	}
	#contents .area_col > .sec_area:first-of-type {
		margin-top: 0;
	}
}
#contents .sec_area {
	padding-bottom: 6.5rem;
}
#contents .sec_area:first-of-type {
	margin-top: 8rem;
}
@media screen and (max-width: 767px) {
	#contents .sec_area {
		padding-bottom: 6rem;
	}
}
#contents .sec_area .area_ttl {
	color: #fff;
	font-weight: bold;
	font-size: 4.3rem;
	line-height: 1.511627907;
	background-image: linear-gradient(90deg, #040000 0%, #cf0000 100%);
}
@media screen and (max-width: 767px) {
	#contents .sec_area .area_ttl {
		font-size: 3.6rem;
		padding: 0.6rem;
		border: 0.3rem solid #d00941;
	}
}
#contents .sec_area .list {
	display: flex;
	flex-wrap: wrap;
	gap: 2.5rem 2.6666666667rem;
	margin-top: 3.2rem;
}
@media screen and (max-width: 767px) {
	#contents .sec_area .list {
		width: 48.2rem;
		gap: 3rem;
		margin: 3.2rem auto 0;
	}
}
#contents .sec_area .list .item {
	width: 23rem;
	padding: 2rem 0 2rem;
	background-color: #d00941;
	border-radius: 3rem;
}
@media screen and (max-width: 767px) {
	#contents .sec_area .list .item {
		width: 22.6rem;
	}
}
#contents .sec_area .list .item:only-child {
	margin: 0 auto;
}
#contents .sec_area .list .item .ttl {
	color: #fff;
	font-weight: bold;
	font-size: 3rem;
	line-height: 1;
}
#contents .sec_area .list .item .inner {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 1rem;
	margin-top: 1.5rem;
}
#contents .sec_area .list .item .ico {
	display: block;
	width: 19.5rem;
}
#contents .link_wrap {
	display: flex;
	justify-content: center;
	gap: 0 2.2rem;
	margin-top: 3rem;
}
@media screen and (max-width: 767px) {
	#contents .link_wrap {
		flex-direction: column;
		gap: 4rem 0;
	}
}
#contents .link_wrap .img03,
#contents .link_wrap .img04 {
	width: 48.9rem;
}
@media screen and (max-width: 767px) {
	#contents .link_wrap .img03,
	#contents .link_wrap .img04 {
		width: 100%;
	}
}

/* ---------------------------------------
  clearfix
-----------------------------------------*/
.cf:after {
	content: ".";
	display: block;
	height: 0;
	font-size: 0;
	clear: both;
	visibility: hidden;
}

.cf {
	display: inline-block;
}

/* Hides from IE Mac */
* html .cf {
	height: 1%;
}

.cf {
	display: block;
}

/* End Hack */