@charset "UTF-8";
/* @format */
/*
Theme Name: oya
Author: reactive design
Description: Only You Airテーマ
Version: 1.0
*/
/*! ========================================
※※※※※※※※※※※※※※※※※※※※※※※※※※※
  このCSSファイルはSassから生成されていますので、
  編集しないようご注意ください。 by reactive design
※※※※※※※※※※※※※※※※※※※※※※※※※※※
========================================= */
/*--------------------------------
reset
--------------------------------*/
html,
body,
div,
p,
img,
iframe,
a,
span,
blockquote,
q,
address,
cite,
pre,
code,
em,
small,
strong,
b,
i,
header,
article,
section,
nav,
figure,
figcaption,
hgroup,
menu,
aside,
footer,
time,
h1,
h2,
h3,
h4,
h5,
h6,
ul,
ol,
li,
dl,
dt,
dd,
table,
tbody,
thead,
tfoot,
th,
tr,
td,
form,
fieldset,
legend,
label,
select,
input,
textarea,
button {
	margin: 0;
	padding: 0;
	border: 0;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	vertical-align: baseline;
}

header,
article,
section,
nav,
figure,
figcaption,
hgroup,
menu,
aside,
footer {
	display: block;
}

ul li,
ol li {
	list-style-type: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight: 500;
}

body {
	line-height: 1;
}

a {
	text-decoration: none;
}

img {
	vertical-align: middle;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

select,
option,
input,
textarea,
button {
	font: inherit;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	outline: none;
}

input[type=radio] {
	-webkit-appearance: radio;
	-moz-appearance: radio;
	appearance: radio;
}

input[type=checkbox] {
	-webkit-appearance: checkbox;
	-moz-appearance: checkbox;
	appearance: checkbox;
}

blockquote::before,
blockquote::after,
q::before,
q::after {
	content: "";
	content: none;
}

[type=submit],
[type=button],
[type=reset],
[type=file],
button {
	cursor: pointer;
}

:focus {
	outline: none;
}

html {
	font-size: 62.5%;
	scroll-padding-top: 100px;
	scroll-behavior: smooth;
}

a {
	color: inherit;
	-webkit-tap-highlight-color: rgba(238, 223, 227, 0.2);
}

sup,
sub {
	font-size: xx-small;
}

/*--------------------------------
common
--------------------------------*/
body {
	font-family: "Figtree", "Zen Kaku Gothic New", sans-serif;
	font-size: 1.4rem;
	font-weight: 400;
	line-height: 1;
	color: #000;
}

.font-seasons {
	font-family: "the-seasons", sans-serif;
}

.font-figtree {
	font-family: "Figtree", sans-serif;
}

.font-ja {
	font-family: "Zen Kaku Gothic New", sans-serif;
}

.small-text {
	font-size: 75%;
}

.mid-text {
	font-size: 125%;
}

.large-text {
	font-size: 150%;
}

.vertical-text {
	writing-mode: vertical-rl;
	-webkit-text-orientation: upright;
	text-orientation: upright;
	-webkit-font-feature-settings: normal;
	font-feature-settings: normal;
}

.fit-img {
	width: 100%;
	height: auto;
	vertical-align: middle;
}

.has-max {
	height: auto;
	max-width: 100%;
}

.object-fit {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.flex-wrapper {
	display: flex;
	flex-wrap: wrap;
}

.flex-nowrap {
	flex-wrap: nowrap;
}

.align-center {
	align-items: center;
}

.justify-center {
	justify-content: center;
}

.has-gap {
	gap: 30px;
}
@media (max-width: 767px) {
	.has-gap {
		gap: 16px;
	}
	.has-gap.grid-wrapper {
		gap: 32px 16px;
	}
}

.col-2 {
	width: 50%;
}

.col-3 {
	width: 33.3333333333%;
}

.col-4 {
	width: 33.3333333333%;
}

.has-gap .col-2 {
	width: calc(50% - 8px);
}
.has-gap .col-3 {
	width: calc(33.3333333333% - 11px);
}
.has-gap .col-4 {
	width: calc(25% - 12px);
}

@media (max-width: 767px) {
	.col-2,
	.has-gap .col-2,
	.col-3,
	.has-gap .col-3 {
		width: 100%;
	}
	.has-gap .col-4 {
		width: calc(50% - 8px);
	}
	.has-gap .sp-col-3 {
		width: 100%;
	}
}
.img-wrapper {
	position: relative;
	overflow: hidden;
}
.img-wrapper .caption {
	padding: 0.4em 0;
	position: absolute;
	bottom: 0;
	left: 8px;
	right: 8px;
	z-index: 1;
}
.img-wrapper .caption.has-bg {
	left: auto;
	right: 0;
	background: rgba(0, 0, 0, 0.7);
	padding: 0.4em 0.6em;
	margin: 0;
}
.img-wrapper .caption.has-bg.left {
	left: 0;
	right: auto;
}

.map-wrapper iframe {
	width: 100%;
}

.inline-block {
	display: inline-block;
}

.grid-wrapper {
	display: grid;
}
.grid-wrapper.col-2 {
	width: 100%;
	grid-template-columns: repeat(2, 1fr);
}
.grid-wrapper.col-3 {
	width: 100%;
	grid-template-columns: repeat(3, 1fr);
}
.grid-wrapper.col-4 {
	width: 100%;
	grid-template-columns: repeat(4, minmax(0, 1fr));
}
@media (max-width: 767px) {
	.grid-wrapper.sp-col-1 {
		grid-template-columns: 1fr;
	}
	.grid-wrapper.sp-col-2 {
		grid-template-columns: repeat(2, 1fr);
	}
}

.stack-large > * + * {
	margin-top: 72px;
}

.stack > * + * {
	margin-top: 40px;
}

.stack-half > * + * {
	margin-top: 24px;
}

.stack-min > * + * {
	margin-top: 12px;
}

@media screen and (max-width: 767px) {
	.stack-large > * + * {
		margin-top: 32px;
	}
	.stack > * + * {
		margin-top: 24px;
	}
	.stack-half > * + * {
		margin-top: 12px;
	}
}
/*--------------------------------
component
--------------------------------*/
.hero-copy {
	font-size: clamp(4rem, 9vw, 13rem);
	line-height: 1.4;
}

.concept-copy {
	font-size: clamp(3.8rem, 8vw, 10rem);
	line-height: 1.4;
}

.hero-lead {
	margin-left: 8px;
	font-size: clamp(1.6rem, 2vw, 3.2rem);
	line-height: 1.4;
}

.primary-heading {
	font-size: clamp(3.5rem, 6vw, 10rem);
	line-height: 1.4;
}

.secondary-heading {
	font-size: clamp(3.5rem, 5.2vw, 8rem);
	line-height: 1.4;
}

.tertiary-heading, .single-post-wrapper .entry-title {
	font-size: clamp(2.8rem, 3vw, 6rem);
	line-height: 1.6;
}

.quaternary-heading {
	font-size: clamp(2rem, 2vw, 2.4rem);
	line-height: 1.6;
}

.quinary-heading {
	font-size: clamp(1.8rem, 1.15vw, 2rem);
	line-height: 1.6;
}

.lead {
	font-size: clamp(1.6rem, 1.15vw, 1.8rem);
	line-height: 2;
}

.note {
	font-size: 1.4rem;
	line-height: 2;
}

.caption {
	font-size: clamp(1rem, 0.714vw, 1.2rem);
	line-height: 1.6;
}

.hgroup-baseline {
	align-items: baseline;
	gap: 24px;
}

/* btn */
.btn {
	width: 100%;
	max-width: 240px;
	display: inline-flex;
	font-size: 1.8rem;
	justify-content: center;
	align-items: center;
	transition: 0.4s cubic-bezier(0.33, 1, 0.68, 1);
	text-align: center;
}
@media (max-width: 767px) {
	.btn {
		font-size: 1.6rem;
	}
}

.general-btn {
	padding: 0 24px;
	height: 50px;
	position: relative;
	background: #000;
	justify-content: space-between;
	color: #fff;
	fill: #fff;
	letter-spacing: 0.1em;
	border-radius: 30px;
	border: 1px solid #000;
}
.general-btn:hover {
	background-color: transparent;
	color: #d90000;
	border: 1px solid;
	fill: #d90000;
}
.general-btn:hover svg {
	transform: rotate(-30deg);
}
.general-btn:focus {
	background-color: #b00000;
	color: #fff;
	border-color: #d90000;
	fill: #fff;
}
.general-btn:focus svg {
	transform: rotate(-30deg) translate(4px, -2px);
	transition: transform 0.2s cubic-bezier(0.5, 0, 0.75, 0);
}

.ghost-btn {
	padding: 0 24px;
	height: 50px;
	color: #d90000;
	fill: #d90000;
	position: relative;
	justify-content: space-between;
	background: transparent;
	border: 1px solid;
	border-radius: 40px;
	letter-spacing: 0.1em;
	overflow: hidden;
}
.ghost-btn:hover {
	color: #fff;
	background-color: #d90000;
	border-color: #d90000;
	fill: #fff;
}

.general-btn span,
.general-btn svg,
.ghost-btn span,
.ghost-btn svg {
	position: relative;
	z-index: 1;
	transition: transform 0.4s cubic-bezier(0.33, 1, 0.68, 1);
}

.general-btn span,
.ghost-btn span {
	flex: 1;
}

.btn-icon {
	display: grid;
	place-items: center;
}

.circle-btn {
	width: 40px;
	height: 40px;
	display: grid;
	place-items: center;
	background-color: #d90000;
	fill: #fff;
	border-radius: 40px;
}

/* general table */
.general-table {
	margin: 0 auto;
}
.general-table th,
.general-table td {
	padding: 24px;
	font-size: clamp(1.4rem, 0.95vw, 1.6rem);
	line-height: 1.6;
}
@media (max-width: 767px) {
	.general-table th,
	.general-table td {
		padding-left: 0;
		padding-right: 0;
		display: block;
	}
}
.general-table th {
	width: 22%;
	text-align-last: justify;
}
@media (max-width: 767px) {
	.general-table th {
		padding-bottom: 0;
		width: auto;
		text-align-last: auto;
		text-align: left;
	}
}
@media (max-width: 767px) {
	.general-table td {
		padding-top: 8px;
	}
}

/* dl */
.data-list {
	display: grid;
	grid-template-columns: 120px 1fr;
	gap: 16px;
}

/* bannerBtn */
.banner-btn-item {
	flex: 1;
}
@media (max-width: 767px) {
	.banner-btn-item {
		width: 85%;
		flex: none;
	}
}

.banner-btn {
	padding: 30px 32px;
	width: 100%;
	display: block;
	aspect-ratio: 161/58;
	position: relative;
	background: #ccc;
	border-radius: 4px;
	color: #fff;
	box-sizing: border-box;
	overflow: hidden;
}
.banner-btn .circle-btn {
	position: absolute;
	right: 16px;
	bottom: 16px;
	z-index: 1;
}
.banner-btn .circle-btn svg {
	transition: 0.3s cubic-bezier(0.33, 1, 0.68, 1) 0s;
}
.banner-btn::after {
	position: absolute;
	inset: 0;
	content: "";
	background: #000;
	opacity: 0.3;
	transition: opacity 0.4s cubic-bezier(0.33, 1, 0.68, 1);
}
.banner-btn:hover::after {
	opacity: 0.5;
}
.banner-btn:hover .circle-btn {
	transform: scale(1.15);
	transition: 0.2s cubic-bezier(0.34, 1.56, 0.64, 1);
}
.banner-btn:hover .circle-btn svg {
	transform: rotate(-30deg);
	transition-delay: 0.2s;
}
.banner-btn:hover .banner-btn-img {
	transform: scale(1.05);
}
.banner-btn:focus .circle-btn {
	background: #b00000;
	transform: scale(0.9);
}

.banner-btn-title {
	position: relative;
	z-index: 1;
	font-size: clamp(1.8rem, 2vw, 2.4rem);
	line-height: 1.6;
}

.banner-btn-img {
	position: absolute;
	inset: 0;
	z-index: 0;
	transition: transform 3s ease-out;
}

/* simpleCard */
.swiper-wrapper {
	display: flex;
}

.swiper-slide {
	width: auto;
	height: auto;
	display: flex;
}

.swiper-button-next,
.swiper-button-prev {
	background: rgba(255, 255, 255, 0.8);
	width: 40px;
	height: 40px;
	display: grid;
	border-radius: 40px;
}
.swiper-button-next svg,
.swiper-button-prev svg {
	color: #ff0f0f;
	width: 10px;
}

.swiper-button-next {
	right: -12px !important;
}

.swiper-button-prev {
	left: -12px !important;
}

.swiper-button-lock {
	display: none !important;
}

.simple-card {
	width: clamp(280px, 25vw, 418px);
	flex-grow: 1;
	height: 100%;
	padding: 8px;
	background: #fff;
	border-radius: 4px;
	box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.1);
	box-sizing: border-box;
	overflow: visible;
}

.simple-card-content {
	padding: max(2vw, 24px) max(2vw, 16px);
}

.simple-card-title {
	font-size: clamp(1.4rem, 1.15vw, 1.6rem);
	line-height: 2;
}

.simple-card-link img {
	transition: transform 0.3s cubic-bezier(0.65, 0, 0.35, 1), filter 0.3s cubic-bezier(0.65, 0, 0.35, 1);
}
.simple-card-link:hover img {
	transform: scale(1.05);
	filter: brightness(0.8);
	transition-duration: 1s;
}

/* navCard */
.nav-card {
	max-width: 378px;
	flex: 1;
	aspect-ratio: 378/270;
	background: #ccc;
}
@media (max-width: 991px) {
	.nav-card {
		flex: none;
		width: 85%;
	}
}
.nav-card .tertiary-heading, .nav-card .single-post-wrapper .entry-title, .single-post-wrapper .nav-card .entry-title,
.nav-card .quinary-heading,
.nav-card .btn {
	position: relative;
	z-index: 1;
}
.nav-card .general-btn {
	pointer-events: none;
}

.nav-card-link {
	height: 100%;
	padding: clamp(24px, 2vw, 40px) 40px;
	display: block;
	position: relative;
	color: #fff;
	box-sizing: border-box;
	overflow: hidden;
}
.nav-card-link .btn-space {
	position: absolute;
	bottom: 24px;
	left: 0;
	right: 0;
	text-align: center;
}
.nav-card-link::after {
	position: absolute;
	inset: 0;
	content: "";
	background: #000;
	opacity: 0.5;
	transition: opacity 0.4s cubic-bezier(0.33, 1, 0.68, 1);
}
.nav-card-link:hover::after {
	opacity: 0.3;
}
.nav-card-link:hover .nav-card-img {
	transform: scale(1.05);
}
.nav-card-link:hover .general-btn {
	background-color: transparent;
	border-color: #fff;
}
.nav-card-link:hover .general-btn svg {
	transform: rotate(-30deg);
}

.nav-card-img {
	position: absolute;
	inset: 0;
	z-index: 0;
	transition: transform 3s ease-out;
}

/* title-lead */
.title-lead-wrap {
	align-items: center;
	gap: 24px 40px;
}
.title-lead-wrap hgroup {
	width: 30%;
}
@media (max-width: 767px) {
	.title-lead-wrap hgroup {
		width: auto;
	}
}

/* breadcrumbs */
.breadcrumbs {
	width: 100%;
	padding: 16px 24px;
	display: flex;
	align-items: center;
	gap: 16px;
	position: absolute;
	background: rgba(255, 255, 255, 0.1);
	border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}
@media (max-width: 767px) {
	.breadcrumbs {
		margin-bottom: -24px;
		position: relative;
		display: block;
		padding: 8px 24px;
		gap: 4px;
		line-height: 1.4;
	}
	.breadcrumbs i {
		margin: 0 4px;
		vertical-align: middle;
	}
}

.bread-arrow {
	fill: #ccc;
}

/*--------------------------------
layout
--------------------------------*/
.container {
	overflow-x: hidden;
}
.has-header .container {
	padding-top: 80px;
}
@media (max-width: 767px) {
	.has-header .container {
		padding-top: 50px;
	}
}

.general-section .inner {
	margin: 0 auto;
	padding: 64px 0;
	width: calc(100% - 124px);
	max-width: 1000px;
}
@media (max-width: 767px) {
	.general-section .inner {
		padding: 32px 0;
		width: calc(100% - 48px);
	}
}
.general-section .inner-min {
	padding: 40px 0;
}
@media (max-width: 767px) {
	.general-section .inner-min {
		padding: 24px 0;
	}
}
.general-section .inner-wide {
	max-width: 1400px;
}
.general-section .inner-mid {
	max-width: 1200px;
}
.general-section .inner-narrow {
	max-width: 700px;
}
.general-section .inner-fit {
	width: 100%;
	max-width: none;
}
.general-section .inner-full {
	max-width: none;
}
.general-section .inner + .inner {
	padding-top: 0;
}

.section-thumb {
	width: 50%;
	max-width: 700px;
}
@media (max-width: 767px) {
	.section-thumb {
		width: 100%;
	}
}

.section-container {
	gap: 4vw;
	align-items: center;
}
@media (max-width: 767px) {
	.section-container {
		flex-direction: column;
	}
}

.section-content {
	flex: 1;
}

.section-content-inner {
	padding: 0 6vw;
}
@media (max-width: 767px) {
	.section-content-inner {
		padding: 0 3vw;
	}
}

.btn-space {
	text-align: center;
}
* + .btn-space {
	margin-top: 40px;
}

/*--------------------------------
header
--------------------------------*/
.header {
	width: 100%;
	height: 80px;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 10;
	flex-wrap: nowrap;
	justify-content: space-between;
	align-items: center;
	color: #fff;
	border-bottom: 1px solid;
	transition: 0.6s ease-out;
}
@media (max-width: 767px) {
	.header {
		height: 50px;
	}
}
.in-scroll .header {
	background: #fff;
	color: #000;
}
.header .logo {
	margin-left: 16px;
	width: 210px;
	height: 46px;
	display: block;
	background: url(images/logo-oya-wh.svg) no-repeat center center;
	background-size: contain;
}
@media (max-width: 767px) {
	.header .logo {
		width: 150px;
	}
}
.header .logo a::after {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	content: "";
	background: url(images/logo-oya-color.svg) no-repeat center center;
	background-size: contain;
	opacity: 0;
	transition: opacity 0.6s ease-out;
}
.in-scroll .header .logo a::after {
	opacity: 1;
}
.is-open .header .logo {
	opacity: 0;
	pointer-events: none;
}
.is-open .header {
	border-color: transparent;
	background-color: transparent;
	pointer-events: none;
}

.logo a {
	height: 100%;
	display: block;
	position: relative;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
}

.global-nav {
	height: 100%;
	flex-wrap: nowrap;
}
.global-nav .font-figtree {
	font-size: 1.4rem;
}
.global-nav .font-ja {
	font-size: 1.2rem;
}

.gnav {
	margin-right: 32px;
}
@media screen and (max-width: 1030px) {
	.gnav {
		display: none;
	}
}
.is-open .gnav {
	opacity: 0;
	pointer-events: none;
}

.gnav-link {
	padding: 0 32px;
	height: 100%;
	position: relative;
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 4px;
	justify-content: center;
	overflow: hidden;
}
@media screen and (max-width: 1190px) {
	.gnav-link {
		padding: 0 16px;
	}
}
.gnav-link::after {
	height: 3px;
	width: 100%;
	position: absolute;
	bottom: 0;
	content: "";
	background-color: #fff;
	transform: translateX(-100%);
	transition: transform 0.4s cubic-bezier(0.85, 0, 0.15, 1);
}
.in-scroll .gnav-link::after {
	background-color: #d90000;
}
.gnav-link:hover::after {
	transform: translateX(0);
}

.header-btn {
	padding: 0 32px;
	height: 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	gap: 4px;
	border-left: 1px solid;
	transition: 0.4s cubic-bezier(0.33, 1, 0.68, 1);
}
.header-btn:hover {
	background-color: #000;
	color: #fff;
}
.is-open .header-btn {
	opacity: 0;
	pointer-events: none;
}

.hamburger {
	aspect-ratio: 1/1;
	height: 100%;
	display: flex;
	gap: 7px;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	border-left: 1px solid;
	transition: 0.4s cubic-bezier(0.33, 1, 0.68, 1);
}
.hamburger i {
	width: 24px;
	height: 1px;
	display: block;
	content: "";
	background: #fff;
	transition: 0.4s cubic-bezier(0.33, 1, 0.68, 1);
}
.in-scroll .hamburger i, .is-open .hamburger i {
	background: #000;
}
.is-open .hamburger i:nth-child(1) {
	transform: translateY(8px) rotate(45deg);
}
.is-open .hamburger i:nth-child(2) {
	opacity: 0;
}
.is-open .hamburger i:nth-child(3) {
	transform: translateY(-8px) rotate(-45deg);
}
.hamburger:hover {
	background-color: #000;
}
.hamburger:hover i {
	background-color: #fff;
}
.is-open .hamburger {
	border-color: transparent;
	pointer-events: all;
}

.is-open {
	overflow: hidden;
	height: 100%;
}

.drawer {
	padding: calc(80px + 3vw) 10vw 10vw;
	position: fixed;
	inset: 0;
	z-index: 9;
	pointer-events: none;
	background-color: rgba(255, 255, 255, 0.98);
	opacity: 0;
	transition: opacity 0.4s cubic-bezier(0.85, 0, 0.15, 1);
	overflow-y: auto;
}
.is-open .drawer {
	pointer-events: all;
	opacity: 1;
	transition: opacity 0.4s cubic-bezier(0.85, 0, 0.15, 1);
}

.drawer-nav {
	margin: 0 auto;
	max-width: 800px;
}

.drawer-nav-container {
	display: grid;
	gap: 16px;
	grid-template-columns: repeat(2, 1fr);
	line-height: 1.6;
}

.dnav-link {
	height: 100%;
	max-width: 250px;
	display: block;
	position: relative;
	font-size: 2rem;
	overflow: hidden;
}
.dnav-link::after {
	height: 2px;
	width: 100%;
	display: block;
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	background: #000;
	transform: translateX(-100%);
	transition: transform 0.4s cubic-bezier(0.85, 0, 0.15, 1);
}
.dnav-link:hover::after {
	transform: translateX(0);
}

.office-info {
	margin: 40px 0 16px;
	padding: 16px 0;
	grid-column: span 2;
	border-bottom: 1px solid #ccc;
	line-height: 1.7;
}
.office-info .is-bold {
	font-size: 120%;
}
@media (max-width: 767px) {
	.office-info {
		margin: 32px 0 8px;
	}
}

@media (max-width: 767px) {
	.dnav-sub-list {
		grid-column: span 2;
	}
}
.dnav-sub-list a {
	transition: opacity 0.3s ease-out;
}
.dnav-sub-list a:hover {
	opacity: 0.7;
}

/*--------------------------------
footer
--------------------------------*/
.footer {
	background-color: #46443c;
	color: #fff;
}

.footer-upper {
	height: 100px;
	justify-content: space-between;
	border-bottom: 1px solid rgba(255, 255, 255, 0.4);
}
@media screen and (max-width: 1015px) {
	.footer-upper {
		height: 130px;
	}
}
@media (max-width: 767px) {
	.footer-upper {
		margin-bottom: 24px;
		height: auto;
		display: block;
		border-bottom: 0;
	}
	.footer-upper > .flex-wrapper {
		flex-direction: column;
		align-items: center;
		gap: 24px;
	}
}

.footer-info {
	padding: 0 4vw;
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	gap: 12px;
	font-size: 1.4rem;
}
@media screen and (max-width: 1015px) {
	.footer-info {
		height: auto;
	}
	.footer-info + .flex-wrapper {
		margin-left: auto;
		border-top: 1px solid rgba(255, 255, 255, 0.4);
	}
}
@media (max-width: 767px) {
	.footer-info {
		padding: 24px;
	}
	.footer-info + .flex-wrapper {
		margin-left: 0;
		border-top: 0;
	}
}

.sns-group {
	height: 100%;
	padding: 0 32px;
	position: relative;
	fill: #fff;
	align-items: center;
}
.sns-group::before {
	width: 1px;
	position: absolute;
	left: -24px;
	top: -8px;
	bottom: -8px;
	content: "";
	background: rgba(255, 255, 255, 0.4);
	transform: rotate(30deg);
}
@media (max-width: 767px) {
	.sns-group {
		padding: 0 24px 0;
		justify-content: center;
	}
	.sns-group::before {
		display: none;
	}
}

.footer-btn {
	padding: 0 32px;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 4px;
	border-left: 1px solid rgba(255, 255, 255, 0.4);
	transition: 0.4s cubic-bezier(0.33, 1, 0.68, 1);
}
.footer-btn:hover {
	background-color: #33322c;
}
@media (max-width: 767px) {
	.footer-btn {
		padding: 0;
	}
}

.tel-btn {
	min-width: 15vw;
	font-size: 2rem;
}

.contact-btn {
	min-width: 15vw;
	font-size: 1.8rem;
}

.icon-tel {
	fill: #908f8a;
	display: grid;
}

.icon-pagetop {
	fill: #fff;
}

@media (max-width: 767px) {
	.contact-btn,
	.tel-btn {
		width: 80%;
		height: 50px;
		max-width: 300px;
		border: 1px solid rgba(255, 255, 255, 0.4);
		color: #fff;
		border-radius: 40px;
	}
}
.fnav {
	padding: 48px 24px;
	gap: 16px min(3.7vw, 64px);
	font-size: 1.4rem;
}
@media (max-width: 767px) {
	.fnav {
		padding: 0;
		gap: 0;
		display: grid;
		grid-template-columns: 1fr 1fr;
	}
	.fnav .fnav-link {
		display: block;
		padding: 24px;
	}
}

.footer-sub-nav {
	border-top: 1px solid rgba(255, 255, 255, 0.1);
}
@media (max-width: 767px) {
	.footer-sub-nav {
		border-top: none;
	}
}

.fnav-sub {
	padding: 24px 24px;
	gap: min(3.7vw, 64px);
	font-size: 1.2rem;
}
@media (max-width: 767px) {
	.fnav-sub {
		padding: 0;
		gap: 0;
		display: grid;
		grid-template-columns: 1fr;
	}
	.fnav-sub .fnav-link {
		display: block;
		padding: 20px 24px;
	}
}

@media (max-width: 767px) {
	#page-top {
		position: fixed;
		right: 0;
		bottom: 0;
		width: 50px;
		height: 50px;
		border: 0;
	}
}
.footer-meta {
	background: #ececeb;
	color: #000;
}

.footer-meta-block {
	padding: 0 24px 24px;
}
.footer-meta-block + .footer-meta-block {
	border-top: 1px solid rgba(0, 0, 0, 0.2);
}
@media (max-width: 767px) {
	.footer-meta-block .flex-wrapper {
		justify-content: flex-start;
	}
}

.footer-meta-nav {
	margin-bottom: 16px;
}

.meta-fnav {
	padding: 16px 0;
	font-size: 1.2rem;
	line-height: 1.4;
}
@media (max-width: 767px) {
	.meta-fnav {
		gap: 16px;
	}
}
.meta-fnav .fnav-list {
	padding: 0 12px;
	border-left: 1px solid;
}
@media (max-width: 767px) {
	.meta-fnav .fnav-list {
		border-left: 0;
	}
}
.meta-fnav .fnav-list:last-child {
	border-right: 1px solid;
}
@media (max-width: 767px) {
	.meta-fnav .fnav-list:last-child {
		border-right: 0;
	}
}

.meta-logo {
	width: 270px;
	text-align: center;
}
@media (max-width: 767px) {
	.meta-logo {
		width: 200px;
		text-align: left;
	}
}

.footer-meta-info {
	width: 380px;
}
.footer-meta-info .is-bold {
	margin-bottom: 8px;
	font-size: 1.6rem;
}

.outline {
	font-size: 1rem;
	line-height: 1.6;
}

.copyright {
	padding: 16px;
	font-size: 1rem;
	font-style: normal;
	line-height: 1.6;
}

/*--------------------------------
top
--------------------------------*/
.hero {
	position: relative;
}

.slider-fade {
	width: 100%;
	overflow: hidden;
}
.slider-fade .swiper-slide {
	overflow: hidden;
}
.slider-fade .fit-img {
	transform: scale(1);
	transition: transform 20s ease-out;
}
.slider-fade .swiper-slide-active .fit-img {
	transform: scale(1.1);
}

.hero-text {
	position: absolute;
	left: 5.7vw;
	top: 8.3vw;
	z-index: 1;
	text-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
}
@media (max-width: 767px) {
	.hero-text {
		top: auto;
		bottom: 60px;
	}
}

.info-box {
	padding: 40px 64px;
	background: #fff;
	box-shadow: 1px 1px 12px rgba(0, 0, 0, 0.1);
}

.merit-card-wrapper {
	justify-content: space-between;
	gap: 64px 40px;
}

.merit-card {
	padding-left: 100px;
	position: relative;
	flex: 1 1 400px;
}
@media (max-width: 767px) {
	.merit-card {
		padding-left: 70px;
	}
}

.merit-card-num {
	padding-left: 24px;
	width: 70px;
	position: absolute;
	top: 114px;
	left: 0;
	bottom: 0;
	border-right: 1px solid #ccc;
	font-size: clamp(1.8rem, 1.5vw, 2.4rem);
	letter-spacing: 0.05em;
}
.merit-card-num span {
	display: block;
	transform-origin: left bottom;
	transform: rotate(90deg);
	white-space: nowrap;
}
@media (max-width: 767px) {
	.merit-card-num {
		width: 54px;
	}
}

.merit-card-thumb {
	width: 230px;
}
@media (max-width: 767px) {
	.merit-card-thumb {
		width: 180px;
	}
}

.merit-card-title {
	font-size: 1.6rem;
	line-height: 2;
}

/*--------------------------------
about
--------------------------------*/
.bg-about {
	background: url(images/about/img-about-mv.webp) no-repeat right bottom;
	background-size: cover;
}
@media (max-width: 767px) {
	.bg-about {
		background-image: url(images/about/img-about-mv-sp.webp);
	}
}

.mv-usp-in {
	display: flex;
	flex-direction: column;
	gap: 16px;
}

.provide-item {
	display: flex;
	flex-direction: column;
	gap: 16px;
}

/*--------------------------------
price
--------------------------------*/
.bg-price {
	background: url(images/price/img-price-mv.webp) no-repeat center top;
	background-size: 100% auto;
}
@media (max-width: 767px) {
	.bg-price {
		background-size: 250% auto;
	}
}

.mv-price-table {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	grid-template-rows: repeat(2, auto);
	position: relative;
	grid-column: 1/-1;
	gap: 36px;
	background: #fff;
	padding: 24px;
	margin: 24px 0;
}
.mv-price-table::before {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	translate: -50% -50%;
	background: #888;
	width: 80%;
	height: 1px;
}

.mv-price-01 {
	grid-column: 1/-1;
	grid-row: 1/2;
	display: flex;
	justify-content: center;
	align-items: baseline;
	gap: 30px;
}
.mv-price-01 .large-text {
	font-size: 180%;
}

.mv-price-02 {
	grid-column: 1/2;
	grid-row: 2/3;
	display: flex;
	justify-content: center;
	align-items: baseline;
	gap: 30px;
}

.mv-price-03 {
	grid-column: 2/3;
	grid-row: 2/3;
	display: flex;
	justify-content: center;
	align-items: baseline;
	gap: 30px;
}

.price-confirm-block {
	padding: 40px 24px;
	background: #f8f6f2;
}
@media (max-width: 767px) {
	.price-confirm-block {
		padding: 24px 16px;
	}
}

.price-confirm-ttl .btn-icon {
	fill: #D90000;
	display: inline-block;
	position: relative;
	top: 3px;
	padding-right: 10px;
}

.price-confirm-lists {
	margin: 20px auto 20px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.price-confirm-lists select {
	margin: 20px auto;
	padding: 8px 20px;
	background-color: #fff;
	border: 1px solid #D90000;
	color: #999;
	font-size: 2rem;
	line-height: 2;
	width: 42%;
	min-height: 50px;
}
.price-confirm-lists select.is-active {
	color: #000;
}
@media (max-width: 767px) {
	.price-confirm-lists select {
		width: 100%;
	}
}

.price-confirm-lists .circle-btn {
	width: 48px;
	height: 48px;
	background: #D90000;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	border: none;
}
@media (max-width: 767px) {
	.price-confirm-lists .circle-btn {
		transform: rotate(90deg);
	}
}

/* 矢印 */
.price-confirm-lists .arrow {
	position: relative;
	display: inline-block;
	width: 16px;
	height: 2px;
	border-radius: 9999px;
	background: #fff;
}

.price-confirm-lists .arrow::before,
.price-confirm-lists .arrow::after {
	content: "";
	position: absolute;
	top: 50%;
	right: 0;
	width: 8px;
	height: 2px;
	border-radius: 9999px;
	background: #fff;
	transform-origin: right center;
}

.price-confirm-lists .arrow::before {
	transform: translateY(-50%) rotate(45deg);
}

.price-confirm-lists .arrow::after {
	transform: translateY(-50%) rotate(-45deg);
}

.price-check-result {
	margin: 0 auto;
	width: 42%;
	max-width: 400px;
	position: relative;
}
@media (max-width: 767px) {
	.price-check-result {
		width: 100%;
	}
}
.price-check-result.is-charge::before {
	position: absolute;
	content: "(給油予定)";
	top: -20px;
	font-size: 16px;
	color: #d90000;
}

.price-check-result-yen {
	position: absolute;
	right: 4%;
	bottom: 27%;
	font-weight: 700;
	color: #000;
	font-size: 16px;
}

.price-check-result input[type=text] {
	padding: 0 20px;
	background: #fff;
	border: 1px solid #ccc;
	color: #CCCCCC;
	font-family: "Zen Kaku Gothic New", sans-serif;
	font-size: 2.8rem;
	font-weight: 700;
	line-height: 2;
	width: 100%;
	min-height: 50px;
}
.price-check-result input[type=text].is-active {
	border-color: #d90000;
	color: #000;
}

@media screen and (max-width: 768px) {
	.price-confirm-lists {
		margin: 10px auto 24px;
		flex-direction: column;
	}
	.price-confirm-lists select {
		margin: 10px auto;
		padding: 4px 8px;
		min-height: 38px;
	}
	.price-confirm-lists .circle-btn {
		width: 22px;
		height: 22px;
	}
	.price-confirm-lists .arrow {
		width: 12px;
		height: 1px;
	}
	.price-confirm-lists .arrow::before,
	.price-confirm-lists .arrow::after {
		width: 6px;
		height: 1px;
	}
	.price-check-result input {
		padding: 4px 8px;
		min-height: 38px;
	}
}
.spec_container {
	grid-template-columns: repeat(2, 1fr);
	grid-template-rows: repeat(2, auto);
	gap: 74px 100px;
	margin-top: 80px;
}

.spec-detail-title {
	padding-bottom: 14px;
	border-bottom: 1px solid #ccc;
}

.spec-detail-imageWrap {
	grid-column: 1/-1;
	display: flex;
	flex-wrap: nowrap;
	gap: 30px;
}
.spec-detail-imageWrap li {
	width: calc(33.33% - 20px);
}

/* mv レスポンシブ */
@media screen and (max-width: 767px) {
	.price .mv-text {
		position: static;
		display: flex;
		flex-direction: column;
		margin: 80px auto 0;
		width: calc(100% - 50px);
	}
	.price .mv-sub-lead {
		font-size: clamp(1.2rem, 0.9vw, 1.4rem);
		margin-top: 24px;
	}
	.mv-price-table {
		display: flex;
		flex-direction: column;
		text-align: left;
		grid-column: 1/-1;
		gap: 16px;
		padding: 24px 16px 18px;
		margin: 40px 0;
		border-radius: 5px;
	}
	.mv-price-table::before {
		content: none;
	}
	.mv-price-table .mv-price-01, .mv-price-table .mv-price-02, .mv-price-table .mv-price-03 {
		text-align: left;
		justify-content: flex-start;
		flex-direction: column;
		gap: 12px;
		align-items: flex-start;
		border-bottom: 1px solid #ccc;
		padding-bottom: 16px;
	}
	.mv-price-table .mv-price-03 {
		border-bottom: none;
	}
	.price-dis {
		padding: 0px;
	}
	.spec_container {
		display: grid;
		grid-template-columns: auto;
		flex-direction: column;
		gap: 30px;
		margin-top: 60px;
	}
	.spec-detail-title {
		border-bottom: none;
	}
	.spec-detail-imageWrap {
		gap: 16px;
	}
	.spec-detail-imageWrap li {
		width: calc(33.33% - 6.6666666667px);
	}
	.spec-detail-image {
		margin-top: 16px;
	}
}
/* flow */
.flow {
	background: url(images/price/bg-flow.webp) no-repeat center top #fcfcfb;
	background-size: 100% auto;
}
@media (max-width: 991px) {
	.flow {
		background-size: 250% auto;
		background-position: right -100px top;
	}
}

.flow-list {
	display: grid;
	grid-template-rows: auto;
	gap: 16px;
}

.flow-item {
	display: grid;
	grid-template-columns: 10% 1fr;
	grid-template-rows: repeat(2, auto);
	min-height: 80px;
}

.flow-item-step {
	grid-column: 1/2;
	grid-row: 1/-1;
	font-size: 2.4rem;
	position: relative;
}

.arw-flow {
	position: relative;
	width: 10px;
	margin: 20px 0 0 25px;
	height: calc(100% - 24px);
}

.flow-item:last-child .arw-flow {
	display: none;
}

.arw-flow::before {
	content: "";
	position: absolute;
	bottom: 15px;
	left: 50%;
	width: 1px;
	height: 90%;
	background: #888;
}

.arw-flow::after {
	content: "";
	position: absolute;
	bottom: 15px;
	left: 50%;
	width: 1px;
	height: 16px;
	background: #888;
	transform-origin: bottom;
	rotate: 30deg;
}

.flow-item-main {
	grid-column: 2/3;
	grid-row: 1/-1;
	display: flex;
	flex-direction: column;
	gap: 12px;
}

.flow-item-main-txt {
	padding-bottom: 24px;
	display: flex;
	flex-direction: column;
	gap: 16px;
}

.flow-item-main-ttl .is-accent {
	border-radius: 50px;
	background: #D90010;
	padding: 4px 20px;
	color: #fff;
	font-size: 60%;
	display: inline-block;
	translate: 0 -3px;
	margin-left: 12px;
}

.flow-item-main-txt-in .is-accent {
	border-radius: 50px;
	background: #D90010;
	padding: 4px 20px;
	color: #fff;
	font-size: 80%;
	display: inline-block;
	translate: 0 -3px;
	margin-left: 12px;
}

@media screen and (max-width: 768px) {
	.flow-list {
		gap: 24px;
	}
	.flow-item {
		grid-template-columns: 20% 1fr;
		border-bottom: 1px solid #ccc;
		padding-bottom: 16px;
		min-height: inherit;
	}
	.arw-flow {
		display: none;
	}
	.flow-item-step {
		font-size: 2rem;
	}
	.flow-item-main-ttl .is-accent {
		padding: 4px 20px;
		font-size: 60%;
		translate: 0 0px;
		margin-left: 0px;
	}
	.flow-item-main-txt-in .is-accent {
		font-size: 80%;
		translate: 0 0px;
		margin-left: 0px;
	}
}
/* タブ */
.tab-list {
	margin: 0 auto 80px;
	display: flex;
	flex-wrap: wrap;
	gap: 24px;
	width: fit-content;
}

.tab-item {
	padding: 15px 35px 12px;
	border: 1px solid #D90010;
	background-color: #fff;
	color: #D90010;
}

.tab-item.active {
	color: #fff;
	background: #D90010;
}

.tab-panel {
	display: none;
}

.tab-panel.active {
	display: block;
}

@media screen and (max-width: 768px) {
	.tab-list {
		margin: 0 auto 80px;
		flex-direction: column;
		gap: 12px;
		width: 100%;
	}
	.tab-item {
		padding: 15px 35px 12px;
		border: 1px solid #D90010;
		color: #D90010;
	}
}
/*--------------------------------
column
--------------------------------*/
/* @format */
@media screen and (max-width: 1140px) {
	.list.grid-wrapper.col-4 {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}
}
@media screen and (max-width: 940px) {
	.list.grid-wrapper.col-4 {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}
@media screen and (max-width: 500px) {
	.list.grid-wrapper.col-4 {
		grid-template-columns: repeat(1, minmax(0, 1fr));
	}
}

.list .entry-box {
	padding-bottom: 44px;
	width: auto;
	position: relative;
}
.swiper-wrapper .entry-box {
	padding-bottom: 44px;
	position: relative;
}
.entry-box .entry-thumb {
	width: 100%;
	aspect-ratio: 4/3;
	background: #efebe3;
	overflow: hidden;
}
.entry-box .entry-thumbnail {
	width: 100%;
	height: 100%;
	object-fit: cover;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	text-indent: 100%;
	overflow: hidden;
	white-space: nowrap;
	transition: transform 0.3s cubic-bezier(0.65, 0, 0.35, 1), filter 0.3s cubic-bezier(0.65, 0, 0.35, 1);
}
.entry-box .entry-thumbnail.no-image {
	display: grid;
	place-items: center;
	font-family: "the-seasons", sans-serif;
	font-size: 3rem;
	color: #90a4ae;
	letter-spacing: 0.1em;
	text-indent: 0.1em;
}
.entry-box a:hover .entry-thumbnail {
	transform: scale(1.05);
	filter: brightness(0.8);
	transition-duration: 1s;
}
.entry-box .post-meta {
	display: flex;
	align-items: center;
	gap: 24px;
	position: absolute;
	bottom: 24px;
}
.entry-box .post-meta time {
	opacity: 0.5;
}

.cat-label {
	padding: 4px 12px;
	display: inline-block;
	background-color: #d90000;
	color: #fff;
	border-radius: 4px;
}

.eye-catch {
	overflow: hidden;
}
.eye-catch .entry-thumbnail {
	aspect-ratio: 3/1;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	text-indent: 100%;
	overflow: hidden;
	white-space: nowrap;
	animation-fill-mode: both;
}
@media (max-width: 767px) {
	.eye-catch .entry-thumbnail {
		aspect-ratio: 16/9;
	}
}

.entry-meta {
	margin-top: 12px;
	display: flex;
	gap: 24px;
	justify-content: flex-end;
	align-items: center;
	font-size: 16px;
}

.single-article {
	padding: 4vw 0;
}
.single-article > * + * {
	margin-top: 40px;
}
.single-article h1 {
	font-size: 3rem;
	line-height: 1.3;
}
@media (max-width: 767px) {
	.single-article h1 {
		font-size: 2.6rem;
	}
}
.single-article h2 {
	padding: 12px 0 12px 24px;
	font-size: 2.6rem;
	line-height: 1.3;
	border-left: 1px solid;
}
@media (max-width: 767px) {
	.single-article h2 {
		padding-left: 16px;
		font-size: 2.2rem;
	}
}
.single-article h3 {
	padding: 8px 0 8px 24px;
	font-size: 2.2rem;
	line-height: 1.3;
	border-left: 6px solid #eee;
}
@media (max-width: 767px) {
	.single-article h3 {
		padding-left: 8px;
		font-size: 2rem;
	}
}
.single-article h4 {
	padding: 12px;
	font-size: 2rem;
	line-height: 1.4;
	font-weight: 500;
	background: #f7f7f8;
	border-bottom: 1px solid #ddd;
	border-right: 1px solid #ddd;
}
@media (max-width: 767px) {
	.single-article h4 {
		font-size: 1.8rem;
	}
}
.single-article * + h1,
.single-article * + h2,
.single-article * + h3,
.single-article * + h4 {
	margin-top: 80px;
}
@media (max-width: 767px) {
	.single-article * + h1,
	.single-article * + h2,
	.single-article * + h3,
	.single-article * + h4 {
		margin-top: 54px;
	}
}
.single-article img {
	max-width: 100%;
	height: auto;
	vertical-align: middle;
}
.single-article p {
	font-size: 1.6rem;
	line-height: 1.7;
}
@media (max-width: 767px) {
	.single-article p {
		font-size: 1.4rem;
	}
}
.single-article ul li {
	padding-left: 16px;
	position: relative;
	font-size: 1.6rem;
	line-height: 1.7;
}
@media (max-width: 767px) {
	.single-article ul li {
		font-size: 1.4rem;
	}
}
.single-article ul li::before {
	width: 8px;
	height: 8px;
	display: block;
	position: absolute;
	left: 0;
	top: 9px;
	content: "";
	border-radius: 4px;
	background: #d90000;
}
.single-article ul li + li {
	margin-top: 32px;
}
.single-article ol li {
	font-size: 1.6rem;
	line-height: 1.7;
	list-style-type: decimal;
	list-style-position: inside;
}
@media (max-width: 767px) {
	.single-article ol li {
		font-size: 1.4rem;
	}
}
.single-article ol li + li {
	margin-top: 16px;
}
.single-article dl {
	display: grid;
	grid-template-columns: 1fr 3fr;
	gap: 8px;
	font-size: 1.6rem;
}
@media (max-width: 767px) {
	.single-article dl {
		font-size: 1.4rem;
	}
}
.single-article dl dt {
	padding: 12px;
	border-bottom: 1px solid #ccc;
}
.single-article dl dd {
	padding: 12px;
	border-bottom: 1px solid #ccc;
}
.single-article table {
	width: 100%;
	font-size: 1.6rem;
}
@media (max-width: 767px) {
	.single-article table {
		font-size: 1.4rem;
	}
}
.single-article table th,
.single-article table td {
	padding: 12px;
	border: 1px solid #ccc;
}
.single-article table th {
	width: 30%;
}
@media (max-width: 767px) {
	.single-article table th {
		text-align: left;
	}
}
.single-article strong {
	color: #d90000;
	font-weight: 700;
}
.single-article em {
	padding: 2px 8px;
	display: inline-block;
	font-style: normal;
	background: #838074;
	color: #fff;
}
.single-article blockquote {
	padding: 40px;
	background: #f8f6f2;
	border-left: 2px solid #dedcda;
}

.nav-below {
	text-align: center;
	position: relative;
}
.nav-below .next-btn,
.nav-below .prev-btn {
	width: 120px;
	height: 50px;
	position: absolute;
	top: 0;
	gap: 12px;
	background: #c3c3cd;
	border-radius: 40px;
}
.nav-below .next-btn {
	right: 50%;
	transform: translateX(-150px);
}
.nav-below .prev-btn {
	left: 50%;
	transform: translateX(150px);
}
@media (max-width: 767px) {
	.nav-below .general-btn {
		width: 175px;
	}
	.nav-below .next-btn,
	.nav-below .prev-btn {
		width: 90px;
	}
	.nav-below .next-btn {
		transform: translateX(-95px);
	}
	.nav-below .prev-btn {
		transform: translateX(95px);
	}
}

.widget-wrapper {
	float: left;
	width: 48%;
	max-width: 450px;
	margin-right: 2%;
	margin-top: 100px;
	padding: 40px;
	background: #f8f8f8;
	min-height: 200px;
	border-left: 2px solid #d90000;
}
.bg-light .widget-wrapper {
	background-color: #fff;
}
.widget-wrapper:last-child {
	margin-right: 0;
}
.widget-wrapper ul {
	padding-left: 8px;
	display: grid;
	gap: 16px;
}
.widget-wrapper ul a {
	font-size: 16px;
	text-decoration: underline;
}
@media (max-width: 767px) {
	.widget-wrapper {
		float: none;
		width: 100%;
		margin: 24px 0 0;
	}
	.nav-below + .widget-wrapper {
		margin-top: 64px;
	}
}

.wp-block-heading {
	color: #d90000;
	margin-bottom: 24px;
}

/*--------------------------------
airport
--------------------------------*/
.map-container {
	padding: 64px;
	border: 1px solid #ccc;
}
@media (max-width: 767px) {
	.map-container {
		padding: 16px;
	}
}

/*--------------------------------
faq
--------------------------------*/
/* @format */
.faq-list-container {
	margin-bottom: 80px;
}

.faq-list + .faq-list {
	margin-top: 24px;
}
.faq-list .faq-q {
	padding: 24px 74px 24px 60px;
	position: relative;
	background: #efebe3;
	cursor: pointer;
}
@media (max-width: 767px) {
	.faq-list .faq-q {
		padding: 16px 48px 16px 48px;
	}
}
.faq-list .faq-q::before {
	display: block;
	position: absolute;
	top: 12px;
	left: 20px;
	content: "Q";
	font-family: "the-seasons", sans-serif;
	font-size: 32px;
	color: #d90000;
}
@media (max-width: 767px) {
	.faq-list .faq-q::before {
		top: 8px;
		font-size: 24px;
	}
}
.faq-list .faq-a {
	display: none;
	padding: 40px 40px 40px 60px;
	position: relative;
	background: #f8f6f2;
}
@media (max-width: 767px) {
	.faq-list .faq-a {
		padding: 24px 40px 24px 48px;
	}
}
.faq-list .faq-a::before {
	display: block;
	content: "A";
	position: absolute;
	top: 18px;
	left: 24px;
	font-family: "the-seasons", sans-serif;
	font-size: 32px;
	color: #d90000;
}
@media (max-width: 767px) {
	.faq-list .faq-a::before {
		top: 12px;
		font-size: 24px;
	}
}

.toggle-icon {
	margin-top: -20px;
	width: 40px;
	height: 40px;
	display: grid;
	place-items: center;
	position: absolute;
	right: 16px;
	top: 50%;
	border-radius: 50%;
	background: rgba(255, 255, 255, 0.6);
	fill: #d90000;
	transition: 0.4s cubic-bezier(0.65, 0, 0.35, 1);
}
.is-active .toggle-icon {
	transform: rotate(180deg);
	fill: #ccc;
}
@media (max-width: 767px) {
	.toggle-icon {
		margin-top: -16px;
		width: 32px;
		height: 32px;
	}
	.toggle-icon svg {
		width: 32px;
	}
}

/*--------------------------------
trip
--------------------------------*/
/* @format */
.title-lead-wrap-trip {
	justify-content: space-between;
	align-items: center;
}

.trip-filter .form-body {
	align-items: flex-end;
	gap: 16px;
}
.trip-filter label {
	margin-bottom: 4px;
	display: block;
}
.trip-filter select {
	width: 240px;
}
.trip-filter input[type=button] {
	width: 154px;
	height: 42px;
	background: url(images/icon-search.svg) no-repeat right 16px center #000;
	color: #fff;
	border-radius: 40px;
	font-family: inherit;
	font-size: 1.8rem;
}

.trip-field > .bg-light:nth-of-type(even) {
	background-color: #efebe3;
}

.area-hgroup {
	position: relative;
}
.area-hgroup .ghost-btn {
	position: absolute;
	right: 0;
	top: 0;
}
@media (max-width: 991px) {
	.area-hgroup .ghost-btn {
		position: relative;
	}
}

/*--------------------------------
aircraft
--------------------------------*/
/* @format */
.honda-about {
	background: url(images/aircraft/honda-about-bg.webp) no-repeat center center;
	background-size: cover;
}

.honda-mv-ttl {
	position: absolute;
	top: 4%;
	left: 4%;
}

.honda-engine {
	background: #f8f6f2;
}

.honda-engine-items {
	margin: 0 auto;
	max-width: 1300px;
}

.honda-engine-items .has-gap .col-2 {
	width: calc(50% - 30px);
}

.honda-engine-item {
	padding: 5% 4%;
	background: #fff;
}

.honda-engine-item.honda-engine-item-pd-min {
	padding: 2% 4%;
}

.honda-engine-item + .honda-engine-item {
	margin-top: clamp(24px, 3vw, 40px);
}

.honda-item-heading {
	margin-bottom: 20px;
	padding-bottom: 20px;
	font-size: clamp(1.6rem, 1.15vw, 2rem);
	line-height: 1.6;
	border-bottom: 1px solid #e5e5e5;
}

.cabin-name {
	padding-left: 10px;
	font-size: clamp(1.2rem, 1vw, 1.6rem);
	font-weight: 700;
	line-height: 1.4;
	border-left: 3px solid #e60012;
}

.honda-cabin-item {
	margin-top: 80px;
	padding-top: 80px;
	border-top: 1px solid #c1c1c1;
}

.honda-cabin-item.has-gap {
	gap: 60px;
}

.honda-cabin-item .col-2-min {
	width: 40%;
}

.general-section.honda-spec {
	background: url(images/aircraft/honda-spec-bg.webp) no-repeat center center;
	background-size: cover;
	position: relative;
}

.honda-spec-img {
	position: absolute;
	bottom: 5%;
	right: 0;
	max-width: 800px;
	width: 50%;
}

.honda-spac-list {
	padding: 30px 0;
	display: flex;
	border-bottom: 1px solid #ccc;
	font-size: clamp(1.2rem, 1.15vw, 1.6rem);
	line-height: 2;
}

.honda-spac-list dt {
	width: 24%;
}

.honda-spac-list dd {
	flex: 1;
}

@media screen and (max-width: 767px) {
	.general-section .inner.honda-mv-wrap {
		padding: 0 0 36px;
	}
	.honda-mv-wrap .img-wrapper {
		width: 100vw;
		margin-left: calc(50% - 50vw);
	}
	.honda-engine-items .has-gap .col-2 {
		width: 100%;
	}
	.honda-engine-item {
		padding: 10% 4%;
	}
	.honda-engine-item.honda-engine-item-pd-min {
		padding: 10% 4%;
	}
	.honda-cabin-item {
		margin-top: 50px;
		padding-top: 50px;
	}
	.honda-cabin-item .col-2-min {
		width: 100%;
	}
	.general-section.honda-spec {
		padding-bottom: 100px;
	}
	.honda-spac-list {
		padding: 12px 0;
	}
	.honda-spac-list dd {
		padding-left: 8px;
	}
	.honda-spec-img {
		bottom: 2%;
		width: 70%;
	}
}
/*--------------------------------
contact
--------------------------------*/
.form-label {
	display: block;
	font-size: clamp(1.4rem, 1.15vw, 1.8rem);
	line-height: 1.7;
}

input[type=text],
input[type=email],
select,
textarea {
	padding: 11px 16px;
	font-size: 1.8rem;
	font-family: inherit;
	border: 1px solid;
}

select {
	background-image: url(images/select-arrow.png);
	background-repeat: no-repeat;
	background-position: right 8px center;
	background-size: 20px;
}

.text-fit {
	width: 100%;
}

textarea {
	height: 300px;
	resize: vertical;
	line-height: 1.7;
}

/*--------------------------------
animation
--------------------------------*/
.zoomOutIn {
	animation-name: zoomOutIn;
	animation-timing-function: cubic-bezier(0, 0.55, 0.45, 1);
}

@keyframes zoomOutIn {
	from {
		opacity: 0;
		transform: scale(1.1);
	}
	to {
		opacity: 1;
		transform: scale(1);
	}
}
/*--------------------------------
state
--------------------------------*/
.text-center {
	text-align: center;
}

.text-right {
	text-align: right;
}

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

@media (max-width: 767px) {
	.sp-text-left {
		text-align: left;
	}
}
.disabled {
	opacity: 0.3;
	cursor: default;
	pointer-events: none;
}

.none {
	opacity: 0.3;
	cursor: default;
	pointer-events: none;
}

.is-none {
	display: none;
}

.is-coming-soon {
	cursor: default;
	pointer-events: none;
}

.is-fv {
	opacity: 0;
	animation-fill-mode: both;
	visibility: hidden;
}

.bg-light {
	background: #f8f6f2;
}

.bg-gray {
	background: #efebe3;
}

.is-light {
	color: #fff;
}

.is-shadow {
	text-shadow: 0 0 1px rgba(0, 0, 0, 0.8), 0 0 4px rgba(0, 0, 0, 0.4);
}

.is-thin {
	font-weight: 300;
}

.is-semibold {
	font-weight: 500;
}

.is-bold {
	font-weight: 700;
}

.line-wide {
	line-height: 2.4;
}

.letter-wide {
	letter-spacing: 0.1em;
}

.is-key {
	color: #d90000;
}

.is-alert {
	color: #ff1c1c;
}

.underline {
	text-decoration: underline;
}

.unscrollable {
	overflow-y: hidden;
}

.is-round {
	border-radius: 4px;
	overflow: hidden;
}

.has-bottom-border, .single-article h1 {
	padding-bottom: 16px;
	border-bottom: 1px solid #ccc;
}

@media (max-width: 767px) {
	.sp-none {
		display: none;
	}
	.slick-slide img.sp-none {
		display: none;
	}
}
@media (min-width: 768px) {
	.pc-none {
		display: none;
	}
	.slick-slide img.pc-none {
		display: none;
	}
}
.clearfix::after {
	height: 1px;
	content: "";
	clear: both;
	display: block;
}

@media print {
	header,
	.header-navigation,
	footer,
	.btn {
		display: none;
	}
	.container {
		padding-top: 0;
	}
	.content {
		padding: 0;
		-webkit-print-color-adjust: exact;
	}
}