@charset "UTF-8";
@import url('reset.css');
@import url('message.css');
@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@200..900&display=swap');

/* =========================================================
	basic style
========================================================= */
*,
*:before,
*:after {
	box-sizing: inherit;
}

html{
	height: 100%;
	font-size: 62.5%;
	overflow-x: hidden;
	box-sizing: border-box;
}

body{
	margin: 0;
	padding: 0;
	height: 100%;
	background-color: #fff;
	font-size: 1.6rem;
	font-family: -apple-system, blinkMacSystemFont, YuGothic-M, YuGothic, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
	font-style: normal;
	text-align: center;
	color: #343434;
	animation: fadeIn 3s ease 0s 1 normal;
	-webkit-animation: fadeIn 3s ease 0s 1 normal;
}

.pc{
	display: block;
}
	@media (width <= 1024px) {
		.pc {
			display: none;
		}
	}
	@media (width <= 767px) {
		.pc {
			display: none;
		}
	}


.pc_tablet{
	display: block;
}
	@media (width <= 1024px) {
		.pc_tablet {
			display: block;
		}
	}
	@media (width <= 767px) {
		.pc_tablet {
			display: none;
		}
	}

.tablet_sp	{
	display: none;
}
	@media (width <= 1024px) {
		.tablet_sp {
			display: block;
		}
	}
	@media (width <= 767px) {
		.tablet_sp {
			display: block;
		}
	}

.tablet	{
	display: none;
}
	@media (width <= 1024px) {
		.tablet {
			display: block;
		}
	}
	@media (width <= 767px) {
		.tablet {
			display: none;
		}
	}

.sp	{
	display: none;
}
	@media (width <= 1024px) {
		.sp {
			display: none;
		}
	}
	@media (width <= 767px) {
		.sp {
			display: block;
		}
	}

ul{
	margin: 0;
	padding: 0;
	}

a	{
	overflow: hidden;
	outline: none;
	border: none;
	-webkit-transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
}

a:focus {
	outline: none;
}

a:link {
	color: #428b00;
	text-decoration: none;
}

a:visited {
	color: #428b00;
	text-decoration: none;
}

a:hover {
	color: #74bb36;
	text-decoration: none;
}

a:active {
	color: #e88b00f4;
	text-decoration: none;
}


a.link-yellow	{
	color: #ffcc00;
	text-decoration: none;
}

a.link-yellow:hover {
	color: #fff200;
	text-decoration: none;
}

img {
	width: 100%;
	margin: 0;
	border: 0;
}

a img {
	margin: 0;
	border: 0;
}

p	{
	margin: 0 0 1.6rem;
	text-align: left;
	font-size: clamp(1.60rem, calc(1.22vw + 1.31rem), 2.00rem);
	line-height: 1.6;
}

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

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


.text-white {
	color: #fff !important;
}

.text-green {
	color: #009348 !important;
}

svg {
	display: block;
	width: 100%;
	height: auto;
}

/* =========================================================
	header
========================================================= */
header {
	position: relative;
	width: 100%;
	height: 85vh;
	min-height: 700px;
	background-image: url(../img/header_bg.jpg);
	background-position: center bottom;
	background-repeat: no-repeat;
	background-size: cover;
}
	@media (width <= 1024px) {
		header {
			height: 100vh;
			min-height: auto;
		}
	}
	@media (width <= 767px) {
		header {
			height: 90vh;
			background-image: url(../img/header_bg_sp.jpg);
		}
	}
	@media (orientation: landscape) and (width <= 767px) {
		header {
			position: static;
			height: auto;
			background-image: url(../img/header_bg.jpg);
		}
	}

.header__inner {
	position: absolute;
	display: flex;
	gap: 0 20px;
	justify-content: space-between;
	top: 50%;
	left: 50%;
	transform: translateY(-50%) translateX(-50%);
	-webkit- transform: translateY(-50%) translateX(-50%);
	width: calc(100% - 40px * 2);
	max-width: 1200px;
	/* background: #343434; */
}
	@media (width <= 767px) {
		.header__inner {
			display: block;
			width: calc(100% - 25px * 2);
			margin: 0 auto;
			padding: 50px 0;
		}
	}
	@media (orientation: landscape) and (width <= 767px) {
		.header__inner {
			position: static;
			top: 0%;
			left: 0%;
			transform: translateY(0%) translateX(0%);
			-webkit- transform: translateY50%) translateX(0%);
			margin: 0 auto;
			padding: 50px 0;
		}
	}

.header__title {
	flex-basis: 68%;
	/* background-color: #74bb36; */
}

h1 {
	overflow: hidden;
	display: inline-block;
	aspect-ratio: 700 / 234;
	width: 100%;
	background-image: url("../img/header_title.svg");
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center center;
	text-indent: 100%;
	mix-blend-mode: normal;
	white-space: nowrap;
}
	@media (width <= 1024px) {
		h1 {
			width: 100%;
			margin: 0 0 50px;
		}
	}
	/* @media (width <= 767px) {
		h1 {
			width: 100%;
			margin: 0 0 50px;
		}
	} */
	@media (orientation: landscape) and (width <= 767px) {
		h1 {
			width: 60%;
		}
	}

.header-navigator {
	flex-basis: 25%;
	/* background-color: #2c401b; */
}
	@media (width <= 1024px) {
		.header-navigator {
			width: 60%;
			margin: 0 auto;
		}
	}
	@media (width <= 767px) {
		.header-navigator {
			width: 100%;
		}
	}
	@media (orientation: landscape) and (width <= 767px) {
		.header-navigator {
			width: 60%;
			margin: 0 auto;
		}
	}

.header-navigator__title {
	display: block;
	margin: 0 0 15px;
	color: #fff;
	font-size: 20px;
	font-family: "Noto Serif JP", serif;
	font-optical-sizing: auto;
	font-weight: 400;
	font-style: normal;
	letter-spacing: 1px;
	font-feature-settings: "palt";
}
	@media (width <= 1024px) {
		.header-navigator__title {
			font-size: 20px;
		}
	}
	@media (width <= 767px) {
		.header-navigator__title {
			font-size: 20px;
		}
	}

.header-navigator__list {
	flex-basis: 20%;
	display: flex;
	gap: 0 10px;
	justify-content: space-between;
}

.header-navigator__item {
	flex-basis: 50%;
}

.header-navigator__image {
	width: 100%;
	height: auto;
}


/* =========================================================
	main
========================================================= */
main{
	padding: 0;
}
.area-summary {
	width: 100%;
	padding: 100px 25px;
	margin: 0 auto;
	background-color: #000;
	background-image: url(../img/bg_crossing_pc.png);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}
	@media (width <= 1024px) {
		.area-summary {
			background-image: url(../img/bg_crossing_tablet.png);
		}
	}
	@media (width <= 767px) {
		.area-summary {
			background-image: url(../img/bg_crossing_sp.png);
			background-size: auto;
			background-position: center bottom;
			padding: 50px 0;
		}
	}

.area-summary__inner {
	display: flex;
	gap : 0 40px;
	width: calc(100% - 25px * 2);
	max-width: 1000px;
	margin: 0 auto 50px;
	/* background-color: #ffcc00; */
}
	@media (width <= 767px) {
		.area-summary__inner {
			flex-direction: column;
			gap: 20px 0;
			margin: 0 auto 20px;
		}
	}

.area-summary__text {
	margin: 0 auto 15px;
	color: #fff;
	font-size: 16px;
	letter-spacing: 1px;
	line-height: 1.6;
	font-feature-settings: "palt";
}

.area-summary__headline {
	margin: 0 0 3.2rem	;
	color: #fff;
	font-size: 22px;
	font-family: "Noto Serif JP", serif;
	font-optical-sizing: auto;
	font-weight: 400;
	font-style: normal;
	letter-spacing: 1px;
	line-height: 1.6;
	text-align: left;
	font-feature-settings: "palt";
}

.area-summary__paragraph {
	margin: 0 0 15px;
	color: #fff;
	font-size: 16px;
	letter-spacing: 1px;
	line-height: 1.6;
	font-feature-settings: "palt";
}

.area-summary__image {
	flex-basis: 40%;
}
	@media (width <= 767px) {
		.area-summary__image {
			flex-basis: 100%;
		}
	}

.area-summary__text {
	flex-basis: 60%;
}


/* =========================================================
	banner
========================================================= */
.area-banner__list {
	display: flex;
	justify-content: center;
	align-items: center;
	width: calc(100% - 25px * 2);
	gap: 0 20px;
	margin: 50px auto 0;
}
	@media (width <= 767px) {
		.area-banner__list {
			flex-direction: column;
			width: calc(100% - 50px * 2);
			gap: 40px 0;
		}
	}

.area-banner__list {
	flex-basis: 50%;
}

.area-banner__item {
	width: 100%;
	max-width: 400px;
	height: auto;
}
	@media (width <= 767px) {
		.area-banner__item {
			max-width: 100%;
		}
	}

.area-banner__image {
	width: 100%;
	height: 100%;
}

.area-banner__item-right {
	/* padding: 20px;
	background-color: #231816; */
}


/* =========================================================
	footer
========================================================= */
footer {
	overflow: hidden;
	width: 100%;
	margin: 0 auto;
	padding: 50px 0 200px;
	background: #000;
}
		@media (width <= 767px) {
		footer {
			padding: 50px 0 100px;
		}
	}

.footer_bottom {
	display: flex;
	width: 100%;
	max-width: 960px;
	margin: 0 auto;
}
		@media (width <= 1024px) {
		.footer_bottom {
			width: 90%;
			margin: 0 auto;
			padding: 0 0 50px;
		}
	}
		@media (width <= 767px) {
		.footer_bottom {
			display: block;
			padding: 0;
		}
	}

.footer_bottom .j-wave_credit{
	width: 100%;
}
		@media (width <= 767px) {
		.footer_bottom .j-wave_credit{
			width: 100%;
			text-align: center;
		}
		
	}

.footer_bottom .j-wave_credit img{
	width: 200px;
	height: auto;
	margin: 0 0 10px;
}
		@media (width <= 767px) {
		.footer_bottom .j-wave_credit img{
			width: 60%;
			max-width: 400px;
		}
	}

.footer_bottom .j-wave_credit span{
	display: block;
	color: #fff;
	font-size: 10px;
}

@media (width <= 767px) {
	a[href*="tel:"] {
	pointer-events: none;
	cursor: default;
	text-decoration: none;
	}
}