@charset "UTF-8";
/*! destyle.css v3.0.2 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

/* Document */
/* ============================================ */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -webkit-tap-highlight-color: transparent;
  /* 3 */
}

/* Sections */
/* ============================================ */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/* Vertical rhythm */
/* ============================================ */
p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

/* Headings */
/* ============================================ */
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  font-size: inherit;
  font-weight: inherit;
}

/* Lists (enumeration) */
/* ============================================ */
ul,
ol {
  padding: 0;
  margin: 0;
  list-style: none;
}

/* Lists (definition) */
/* ============================================ */
dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

/* Grouping content */
/* ============================================ */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  clear: both;
  box-sizing: content-box;
  /* 1 */
  height: 0;
  margin: 0;
  /* 1 */
  overflow: visible;
  color: inherit;
  /* 2 */
  border-top-width: 1px;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: inherit;
  /* 2 */
}

address {
  font-style: inherit;
}

/* Text-level semantics */
/* ============================================ */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  color: inherit;
  text-decoration: none;
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: inherit;
  /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Replaced content */
/* ============================================ */
/**
 * Prevent vertical alignment issues.
 */
svg,
img,
embed,
object,
iframe {
  vertical-align: bottom;
}

img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable.
 * 1. Make form elements stylable across systems iOS especially.
 * 2. Inherit text-transform from parent.
 */
button,
input,
optgroup,
select,
textarea {
  padding: 0;
  margin: 0;
  font: inherit;
  vertical-align: middle;
  color: inherit;
  text-align: inherit;
  text-transform: inherit;
  -webkit-appearance: none;
  /* 1 */
  -moz-appearance: none;
       appearance: none;
  background: transparent;
  border-radius: 0;
  /* 2 */
}

/**
 * Reset radio and checkbox appearance to preserve their look in iOS.
 */
[type=checkbox] {
  -webkit-appearance: checkbox;
  -moz-appearance: checkbox;
       appearance: checkbox;
}

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

/**
 * Correct cursors for clickable elements.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
}

button:disabled,
[type=button]:disabled,
[type=reset]:disabled,
[type=submit]:disabled {
  cursor: default;
}

/**
 * Improve outlines for Firefox and unify style with input elements & buttons.
 */
:-moz-focusring {
  outline: auto;
}

select:disabled {
  opacity: inherit;
}

/**
 * Remove padding
 */
option {
  padding: 0;
}

/**
 * Reset to invisible
 */
fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
}

legend {
  padding: 0;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the outline style in Safari.
 */
[type=search] {
  outline-offset: -2px;
  /* 1 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Fix font inheritance.
 */
::-webkit-file-upload-button {
  /* 1 */
  font: inherit;
  -webkit-appearance: button;
  /* 2 */
}

/**
 * Clickable labels
 */
label[for] {
  cursor: pointer;
}

/* Interactive */
/* ============================================ */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/*
 * Remove outline for editable content.
 */
[contenteditable]:focus {
  outline: auto;
}

/* Tables */
/* ============================================ */
/**
1. Correct table border color inheritance in all Chrome and Safari.
*/
table {
  /* 1 */
  border-collapse: collapse;
  border-color: inherit;
}

caption {
  text-align: left;
}

td,
th {
  padding: 0;
  vertical-align: top;
}

th {
  font-weight: bold;
  text-align: left;
}

video {
  display: block;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

a,
span {
  display: inline-block;
}

.space {
  margin-left: -0.5em;
}

@media screen and (min-width: 681px) {
  a[href^="tel:"] {
    pointer-events: none;
  }
}
/* 基本
***************************************************************/
html {
  font-family: "Noto Serif JP", serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.7;
  color: #fff;
  background: #0F0F0F;
}

body {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

body::-webkit-scrollbar {
  display: none;
}

body.is-active-frame {
  position: unset;
}

body.open {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

main,
footer {
  overflow: hidden;
}

@media screen and (max-width: 1440px) {
  html {
    font-size: 1.1111111111vw;
  }
}
@media screen and (max-width: 680px) {
  html {
    font-size: 3.8461538462vw;
  }
}
.js-parallax {
  position: relative;
  overflow: hidden;
}

.js-parallax img {
  display: block;
  width: 100%;
}

.js-parallax__item {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  transform: translate3d(0, 0, 0);
}

.js-slide-up-row {
  overflow: hidden;
  position: relative;
}

.js-slide-up-row img {
  opacity: 0;
  transform: translateY(100%);
  transition: opacity 0.8s cubic-bezier(0.33, 1, 0.68, 1), transform 0.8s cubic-bezier(0.33, 1, 0.68, 1);
  will-change: transform;
}

/* 監視によって付与されるクラス */
.js-slide-up-row.is-animated img {
  opacity: 1;
  transform: translateY(0);
}

/* フォント
***************************************************************/
.en {
  font-family: "optima-lt-pro", sans-serif;
}

.border01,
.border02 {
  position: relative;
}

.border01::before {
  content: "";
  display: inline-block;
  width: 100%;
  border-top: 1px solid #fff;
  position: absolute;
  top: 0;
  left: 0;
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.8s ease;
}

.border02::before {
  content: "";
  display: inline-block;
  width: 100%;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  position: absolute;
  top: 0;
  left: 0;
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.8s ease;
}

.border01.is-visible::before,
.border02.is-visible::before {
  transform: scaleX(1);
}

/* コンテンツ・セクション幅
***************************************************************/
section {
  padding: 100px 0;
}

.inner {
  max-width: 1320px;
  margin: 0 auto;
}

@media screen and (max-width: 1440px) {
  section {
    padding: 6.9444444444vw 0;
  }
  .inner {
    max-width: 91.6666666667vw;
    margin: 0 auto;
  }
}
@media screen and (max-width: 680px) {
  section {
    padding: 20.5128205128vw 0;
  }
  .inner {
    padding: 0 5.1282051282vw;
    max-width: unset;
  }
}
/* PC・SP 非表示
***************************************************************/
.sp_only {
  display: none !important;
}

@media screen and (max-width: 680px) {
  .sp_only {
    display: block !important;
  }
  .pc_only {
    display: none !important;
  }
}
/* 装飾
***************************************************************/
/* ホバーで不透明度を下げる（PCのみ） */
.hover-opacity a {
  transition: opacity 0.3s;
}

@media screen and (min-width: 681px) {
  .hover-opacity a:hover {
    opacity: 0.7;
  }
}
.space {
  margin-left: -0.5em;
}

@media screen and (min-width: 681px) {
  a[href^="tel:"] {
    pointer-events: none;
  }
}
/* 共通パーツ (全ページ)
***************************************************************/
.section_title {
  font-size: 24px;
  font-family: "optima-lt-pro", sans-serif;
}

@media screen and (max-width: 1440px) {
  .section_title {
    font-size: 1.6666666667vw;
    font-family: "optima-lt-pro", sans-serif;
  }
}
@media screen and (max-width: 680px) {
  .section_title {
    font-size: 4.6153846154vw;
  }
}
/* ===================================================
ヘッダー
=================================================== */
header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  width: 100%;
  padding: 2.0833333333vw 0;
  transition: 0.3s;
  opacity: 0;
  filter: blur(10px);
  animation: text-reveal 2s forwards ease-out;
}

.header_content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  z-index: 100;
  margin: 0 4.1666666667vw;
}

.header_nav {
  display: flex;
  gap: 1.3888888889vw;
  align-items: center;
}

.header_logo {
  width: 6.7361111111vw;
}

.toggle-menu {
  position: relative;
  z-index: 100;
  display: inline-flex;
  align-items: center;
  gap: 0.6944444444vw;
}

.toggle-menu .text {
  font-size: 1.25vw;
  line-height: 1;
  position: relative;
  top: -0.0694444444vw;
  font-family: "optima-lt-pro", sans-serif;
  transition: 0.3s;
}

.toggle-menu .toggle-line {
  position: relative;
  inset: 0;
  display: block;
  width: 1.7361111111vw;
  height: 0;
  margin: auto;
  background-color: #fff;
}

.toggle-menu .toggle-line::before,
.toggle-menu .toggle-line::after {
  position: absolute;
  left: 0;
  width: 1.7361111111vw;
  height: 1px;
  content: "";
  background-color: #fff;
  transition: 0.3s;
}

.toggle-menu .toggle-line::before {
  top: 0.2083333333vw;
  animation: menu-barTop 0.6s forwards;
}

.toggle-menu .toggle-line::after {
  top: -0.2083333333vw;
  animation: menu-barBottom 0.6s forwards;
}

.open .toggle-menu {
  transition: all 0.5s linear 1s;
}

.open .toggle-menu .toggle-line {
  height: 0;
  background-color: #000;
}

.open .toggle-menu .toggle-line::before {
  top: 0;
  transform: rotate(-45deg);
  animation: active-menu-barTop 0.6s forwards;
}

.open .toggle-menu .toggle-line::after {
  top: 0;
  transform: rotate(45deg);
  animation: active-menu-barBottom 0.6s forwards;
}

.header_nav {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 90;
  width: 100vw;
  height: 100vh;
  background-color: #0F0F0F;
  transition: 0.4s ease-in;
  display: flex;
  opacity: 0;
  visibility: hidden;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.open .header_nav {
  opacity: 1;
  visibility: unset;
}

.header_nav_bg {
  width: 41.6666666667vw;
  height: 100%;
}

.global_nav {
  flex: 1;
  display: flex;
  flex-flow: column;
  justify-content: flex-end;
  align-items: flex-end;
  padding: 4.1666666667vw;
  height: 100%;
}

.global_nav_list {
  width: 21.875vw;
}

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

.global_nav_item:nth-of-type(n + 2) {
  margin-top: 2.0833333333vw;
  padding-top: 2.0833333333vw;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}

.global_nav_item_title {
  color: rgba(255, 255, 255, 0.5);
  font-size: 1.25vw;
  line-height: 100%;
}

.global_nav_itemLink {
  width: 7.6388888889vw;
}

.global_nav_itemLink a {
  font-size: 1.25vw;
  line-height: 100%;
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  white-space: nowrap;
  transition: 0.3s;
}

.global_nav_itemLink a:nth-of-type(n + 2) {
  margin-top: 0.8333333333vw;
}

@media screen and (min-width: 681px) {
  .toggle-menu:hover .text,
  .global_nav_itemLink a:hover {
    color: #CD0003;
  }
  .toggle-menu:hover .toggle-line::before,
  .toggle-menu:hover .toggle-line::after {
    background-color: #CD0003;
  }
}
@media screen and (max-width: 680px) {
  header {
    padding: 7.6923076923vw 0;
  }
  .header_content {
    margin: 0 5.1282051282vw;
  }
  .header_logo {
    width: 13.8461538462vw;
  }
  .toggle-menu {
    gap: 2.5641025641vw;
  }
  .toggle-menu .text {
    font-size: 4.6153846154vw;
    top: -0.5128205128vw;
  }
  .toggle-menu .toggle-line {
    width: 6.4102564103vw;
  }
  .toggle-menu .toggle-line::before,
  .toggle-menu .toggle-line::after {
    width: 6.4102564103vw;
  }
  .toggle-menu .toggle-line::before {
    top: 0.7692307692vw;
  }
  .toggle-menu .toggle-line::after {
    top: -0.7692307692vw;
  }
  .header_nav {
    display: block;
    opacity: 0;
    overflow: scroll;
    height: 100dvh;
  }
  .header_nav_bg {
    display: none;
  }
  .global_nav {
    padding: 0 5.1282051282vw 10.2564102564vw;
  }
  .global_nav_list {
    width: 64.1025641026vw;
  }
  .global_nav_item:nth-of-type(n + 2) {
    margin-top: 6.1538461538vw;
    padding-top: 6.1538461538vw;
  }
  .global_nav_item_title {
    font-size: 4.6153846154vw;
  }
  .global_nav_itemLink {
    width: 30.7692307692vw;
  }
  .global_nav_itemLink a {
    font-size: 4.6153846154vw;
  }
  .global_nav_itemLink a:nth-of-type(n + 2) {
    margin-top: 3.0769230769vw;
  }
}
/* ===================================================
フッター
=================================================== */
footer {
  padding-bottom: 40px;
  background: #0F0F0F;
  z-index: 10;
  position: relative;
}

footer .inner {
  display: grid;
  grid-template-columns: 853px 1fr;
  align-items: flex-end;
  gap: 40px;
}

footer .global_nav_item:nth-of-type(n + 2) {
  border-top: unset;
  padding-top: 0;
  margin-top: 37px;
}

.footer_head_logo {
  margin-top: 60px;
}

.copyright {
  margin-top: 170px;
  font-size: 14px;
  display: flex;
  justify-content: space-between;
  width: 100%;
}

.footer_content_img {
  margin-top: 20px;
}

@media screen and (max-width: 1440px) {
  footer {
    padding-bottom: 2.7777777778vw;
    background: #0F0F0F;
    z-index: 10;
    position: relative;
  }
  footer .inner {
    display: grid;
    grid-template-columns: 59.2361111111vw 1fr;
    align-items: flex-end;
    gap: 2.7777777778vw;
  }
  footer .global_nav_item:nth-of-type(n + 2) {
    border-top: unset;
    padding-top: 0;
    margin-top: 2.5694444444vw;
  }
  .footer_head_logo {
    margin-top: 4.1666666667vw;
  }
  .copyright {
    margin-top: 11.8055555556vw;
    font-size: 0.9722222222vw;
    display: flex;
    justify-content: space-between;
    width: 100%;
  }
  .footer_content_img {
    margin-top: 1.3888888889vw;
  }
}
@media screen and (max-width: 680px) {
  footer {
    padding-bottom: 7.6923076923vw;
  }
  footer .inner {
    display: flex;
    flex-flow: column;
    align-items: flex-start;
    gap: 0;
  }
  .footer_head,
  .footer_content {
    display: contents;
  }
  .footer_content_title {
    display: none;
  }
  .footer_content_img {
    margin-top: 0;
    order: 0;
  }
  footer .global_nav_list {
    order: 2;
    margin-left: auto;
    margin-top: 17.9487179487vw;
  }
  footer .global_nav_item:nth-of-type(n + 2) {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    padding-top: 6.1538461538vw;
    margin-top: 6.1538461538vw;
  }
  .footer_head_logo {
    margin-top: 12.8205128205vw;
    order: 3;
  }
  .copyright {
    margin-top: 5.8974358974vw;
    font-size: 3.5897435897vw;
    justify-content: center;
    order: 4;
  }
}
/* フェードイン
***************************************************************/
.fadein {
  opacity: 0;
  transform: translateY(30px);
  transition: all 0.6s ease;
}

.fadein.fadein_active {
  opacity: 1;
  transform: translateY(0);
}

.fadein.number02 {
  transition-delay: 100ms;
}

.fadein.number03 {
  transition-delay: 150ms;
}

.fadein.number04 {
  transition-delay: 200ms;
}

.fadein.number05 {
  transition-delay: 250ms;
}

.fadein.number06 {
  transition-delay: 300ms;
}

.fadein.number07 {
  transition-delay: 350ms;
}

.fadein.number08 {
  transition-delay: 400ms;
}

.fadein.number09 {
  transition-delay: 450ms;
}

.fadein.number10 {
  transition-delay: 500ms;
}

.fadein.number11 {
  transition-delay: 550ms;
}

.fadein.number12 {
  transition-delay: 600ms;
}

.fadein.number13 {
  transition-delay: 650ms;
}

.fadein.number14 {
  transition-delay: 700ms;
}

.fadein.number15 {
  transition-delay: 750ms;
}

.fadein.number16 {
  transition-delay: 800ms;
}

.fadein.number17 {
  transition-delay: 850ms;
}

.fadein.number18 {
  transition-delay: 900ms;
}

.fadein.fadein_active {
  opacity: 1;
  transform: translateY(0);
}

@media all and (min-width: 681px) {
  .action01 {
    position: relative;
    opacity: 0;
    transform: translateY(40px);
    transition: opacity 0.8s, transform 0.8s ease-out;
  }
  .action01.action {
    opacity: 1;
    transform: translateY(0);
  }
  .action02 {
    position: relative;
    opacity: 0;
    transform: translateX(-40px);
    transition: opacity 0.8s, transform 0.8s ease-out;
  }
  .action02.action {
    opacity: 1;
    transform: translateY(0);
  }
  .action03 {
    position: relative;
    opacity: 0;
    transform: translateX(40px);
    transition: opacity 0.8s, transform 0.8s ease-out;
  }
  .action03.action {
    opacity: 1;
    transform: translateX(0);
  }
  .action04 {
    opacity: 0;
    transition: opacity 0.8s ease-out;
  }
  .action04.action {
    opacity: 1;
  }
  .delay1 {
    transition-delay: 0.3s;
  }
  .delay2 {
    transition-delay: 0.6s;
  }
  .delay3 {
    transition-delay: 0.9s;
  }
  .delay4 {
    transition-delay: 1.2s;
  }
  .delay5 {
    transition-delay: 1.5s;
  }
}
@media all and (max-width: 750px) {
  .action01_sp {
    position: relative;
    opacity: 0;
    transform: translateY(50px);
    transition: opacity 0.6s, transform 0.6s ease-out;
  }
  .action01_sp.action {
    opacity: 1;
    transform: translateY(0);
  }
  .action02_sp {
    position: relative;
    opacity: 0;
    transform: translateX(-50px);
    transition: opacity 0.6s, transform 0.6s ease-out;
  }
  .action02_sp.action {
    opacity: 1;
    transform: translateY(0);
  }
  .action03_sp {
    position: relative;
    opacity: 0;
    transform: translateX(50px);
    transition: opacity 0.6s, transform 0.6s ease-out;
  }
  .action03_sp.action {
    opacity: 1;
    transform: translateX(0);
  }
  .action04_sp {
    opacity: 0;
    transition: opacity 0.6s ease-out;
  }
  .action04_sp.action {
    opacity: 1;
  }
  .delay1_sp {
    transition-delay: 0.3s;
  }
  .delay2_sp {
    transition-delay: 0.6s;
  }
  .delay3_sp {
    transition-delay: 0.9s;
  }
  .delay4_sp {
    transition-delay: 1.2s;
  }
  .delay5_sp {
    transition-delay: 1.5s;
  }
}
/* section7
***************************************************************/
.faq_accordion-area {
  display: flex;
  flex-flow: column;
  gap: 24px;
  margin-top: 40px;
}

.faq_accordion-area li {
  background: #fff;
  padding: 30px 40px 18px;
  position: relative;
}

.faq_title {
  position: relative;
  cursor: pointer;
  transition: all 0.5s ease;
  border-bottom: 1px solid #111;
  padding-bottom: 24px;
  padding-left: 34px;
  line-height: 1.6;
  font-weight: 500;
  position: relative;
}

.faq_title span {
  position: relative;
}

.faq_title span::before {
  content: "Q.";
  display: block;
  font-size: 30px;
  line-height: 1.2;
  font-weight: 500;
  font-family: "Oswald", sans-serif;
  color: #000;
  position: absolute;
  top: 50%;
  left: -33px;
  transform: translate(0, -50%);
}

/*アイコンの＋と×*/
.faq_title::before,
.faq_title::after {
  position: absolute;
  content: "";
  width: 20px;
  height: 2px;
  background-color: #000;
}

.faq_title::before {
  top: 42%;
  right: 15px;
  transform: rotate(0deg);
}

.faq_title::after {
  top: 42%;
  right: 15px;
  transform: rotate(90deg);
  transition: 0.3s;
}

.faq_title.close::after {
  transform: rotate(0);
}

.faq_box {
  display: none;
  padding: 22px 0 0 33px;
  position: relative;
}

.faq_box p {
  position: relative;
  line-height: 1.6;
}

.faq_box p::before {
  content: "A.";
  display: block;
  font-size: 30px;
  line-height: 1.2;
  font-weight: 500;
  font-family: "Oswald", sans-serif;
  color: #000;
  position: absolute;
  top: 50%;
  left: -33px;
  transform: translate(0, -50%);
}

@media screen and (max-width: 680px) {
  .faq_accordion-area {
    gap: 6.1538461538vw;
    margin-top: 10.2564102564vw;
  }
  .faq_accordion-area li {
    padding: 3.8461538462vw 2.5641025641vw;
  }
  .faq_title {
    padding-bottom: 4.1025641026vw;
    padding-left: 9.2307692308vw;
    padding-right: 6.6666666667vw;
  }
  .faq_title span {
    position: relative;
  }
  .faq_title span::before {
    font-size: 7.6923076923vw;
    left: -8.4615384615vw;
  }
  .faq_title::before,
  .faq_title::after {
    width: 5.1282051282vw;
    height: 0.5128205128vw;
    background-color: #000;
  }
  .faq_title::before {
    right: 1.7948717949vw;
  }
  .faq_title::after {
    top: 42%;
    right: 1.7948717949vw;
  }
  .faq_box {
    display: none;
    padding: 4.1025641026vw 6.9230769231vw 0 8.4615384615vw;
  }
  .faq_box p::before {
    font-size: 7.6923076923vw;
    left: -8.4615384615vw;
  }
}
/* ページネーション
***************************************************************/
.nav-links,
.page-nation {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 25px;
  margin-top: 60px;
}

.nav-links span,
.nav-links a,
.page-numbers {
  text-align: center;
  font-size: 28px;
  font-weight: 500;
  line-height: 1;
  height: 62px;
  width: 62px;
  letter-spacing: 0.806px;
  position: relative;
  display: flex;
  flex-flow: column;
  justify-content: center;
  align-items: center;
}

.nav-links span.current,
.page-numbers.current {
  color: #095C9D;
}

.nav-links a.next::before,
.page-numbers.next::before {
  content: "";
  display: inline-block;
  width: 62px;
  height: 62px;
  background-image: url(../images/icon/icon_arrow_right03.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  top: 50%;
  left: 53%;
  transform: translate(-50%, -50%);
}

.nav-links a.prev::before,
.page-numbers.prev::before {
  content: "";
  display: inline-block;
  width: 62px;
  height: 62px;
  background-image: url(../images/icon/icon_arrow_right03.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(-1, 1);
}

@media screen and (max-width: 680px) {
  .nav-links,
  .page-nation {
    gap: 3.8461538462vw;
    margin-top: 10.2564102564vw;
  }
  .nav-links span,
  .nav-links a,
  .page-numbers {
    font-size: 4.6153846154vw;
    height: 10.7692307692vw;
    width: 10.7692307692vw;
  }
  .nav-links a.next::before,
  .page-numbers.next::before {
    width: 10.7692307692vw;
    height: 10.7692307692vw;
  }
  .nav-links a.prev::before,
  .page-numbers.prev::before {
    width: 10.7692307692vw;
    height: 10.7692307692vw;
  }
}
/* 詳細
***************************************************************/
.news_single h2 {
  font-size: 34px;
  font-weight: bold;
  margin-bottom: 20px;
}

.news_single h3 {
  font-size: 28px;
  font-weight: bold;
  margin-bottom: 20px;
}

.news_single h4 {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 20px;
}

.news_single h5 {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 20px;
}

.news_single p {
  font-size: 16px;
  margin-bottom: 20px;
}

.news_single ul {
  list-style: disc;
  padding-left: 20px;
  margin-bottom: 20px;
}

.news_single ol {
  list-style: auto;
  padding-left: 20px;
  margin-bottom: 20px;
}

.news_single img {
  max-width: 100%;
  width: auto;
  margin-bottom: 20px;
}

@media screen and (max-width: 680px) {
  .news_single h2 {
    font-size: 7.1794871795vw;
    font-weight: bold;
    margin-bottom: 3.8461538462vw;
  }
  .news_single h3 {
    font-size: 6.1538461538vw;
    margin-bottom: 3.8461538462vw;
  }
  .news_single h4 {
    font-size: 5.1282051282vw;
    margin-bottom: 3.8461538462vw;
  }
  .news_single h5 {
    font-size: 4.1025641026vw;
    margin-bottom: 3.8461538462vw;
  }
  .news_single p {
    font-size: 3.5897435897vw;
    margin-bottom: 3.8461538462vw;
  }
  .news_single ul {
    padding-left: 4.1025641026vw;
    margin-bottom: 3.8461538462vw;
  }
  .news_single ol {
    padding-left: 4.1025641026vw;
    margin-bottom: 3.8461538462vw;
  }
  .news_single img {
    margin-bottom: 3.8461538462vw;
  }
}
/* ===================================================
トップページ
=================================================== */
.tunnel-wrapper {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  width: 100%;
  height: 100vh;
  height: 100dvh;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  -webkit-mask-image: url(../images/common/arch.webp);
  mask-image: url(../images/common/arch.webp);
  -webkit-mask-size: cover;
  background: #0F0F0F;
  mask-size: cover;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  transform: scale(1);
  /* 変化を滑らかにする（2秒かけてくぐる設定） */
  transition: transform 2s cubic-bezier(0.7, 0, 0.3, 1), opacity 1.5s ease;
}

/* じわっと浮かび上がるためのクラス（JSで制御） */
.tunnel-wrapper.is-visible {
  opacity: 1;
}

/* 2秒後に付与する「くぐる」アニメーション */
.tunnel-wrapper.active {
  transform: scale(4);
  pointer-events: none;
}

.scroll-infinity {
  z-index: 1;
}

@keyframes infinity-scroll-left {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}
.scroll-infinity__wrap {
  display: flex;
  overflow: hidden;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.scroll-infinity__list {
  display: flex;
  gap: 80px;
}

.scroll-infinity__list--left {
  animation: infinity-scroll-left 40s infinite linear 0.5s both;
}

.scroll-infinity__item {
  font-size: 64px;
  color: #710002;
  line-height: 100%;
  white-space: nowrap;
}

.scroll-infinity__item {
  opacity: 0;
  filter: blur(10px);
  animation: text-reveal 1s forwards ease-out;
}

@keyframes text-reveal {
  to {
    opacity: 1;
    filter: blur(0);
  }
}
@media screen and (max-width: 680px) {
  .tunnel-wrapper {
    -webkit-mask-image: url(../images/common/arch_sp.webp);
    mask-image: url(../images/common/arch_sp.webp);
  }
  .scroll-infinity__list {
    gap: 15.3846153846vw;
  }
  .scroll-infinity__item {
    font-size: 15.3846153846vw;
  }
}
/* FV
***************************************************************/
.fv {
  background-image: url(../images/front/fv.webp);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  height: 100vh;
  height: 100dvh;
  padding: 0;
  position: relative;
  z-index: 1;
  overflow: hidden;
  transition: transform 1.2s ease;
  transform: scale(1.05);
  opacity: 0;
  filter: blur(10px);
  animation: text-reveal 2s forwards ease-out;
}

.fv_filter {
  width: 110%;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 3;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #0F0F0F 95.1%);
}

.fv::before {
  content: "";
  display: inline-block;
  background: rgba(0, 0, 0, 0.4);
  width: 110%;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 10;
  transition: opacity 1.2s ease;
}

.is-active-frame .fv {
  transform: scale(1);
}

.is-active-frame .fv::before {
  opacity: 0;
}

.fv_title {
  width: 670px;
  position: absolute;
  left: 60px;
  bottom: 50px;
  z-index: 5;
}

.fv_title_item02 {
  left: 120px;
}

.fv_title_item03 {
  left: 240px;
}

@media screen and (max-width: 1440px) {
  .fv {
    padding: 0;
    position: relative;
    z-index: 1;
    overflow: hidden;
    transition: transform 1.2s ease;
    transform: scale(1.05);
    opacity: 0;
    filter: blur(0.6944444444vw);
    animation: text-reveal 2s forwards ease-out;
  }
  .fv_filter {
    width: 110%;
    height: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 3;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #0F0F0F 95.1%);
  }
  .fv::before {
    content: "";
    display: inline-block;
    background: rgba(0, 0, 0, 0.4);
    width: 110%;
    height: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 10;
    transition: opacity 1.2s ease;
  }
  .is-active-frame .fv {
    transform: scale(1);
  }
  .is-active-frame .fv::before {
    opacity: 0;
  }
  .fv_title {
    width: 46.5277777778vw;
    position: absolute;
    left: 4.1666666667vw;
    bottom: 3.4722222222vw;
    z-index: 5;
  }
  .fv_title_item02 {
    left: 8.3333333333vw;
  }
  .fv_title_item03 {
    left: 16.6666666667vw;
  }
}
@media screen and (max-width: 680px) {
  .fv {
    background-image: url(../images/front/fv_sp.webp);
  }
  .fv_title {
    width: 23.8461538462vw;
    position: absolute;
    left: 5.1282051282vw;
    bottom: 12.8205128205vw;
    display: flex;
    flex-flow: row-reverse;
    justify-content: space-between;
  }
  .fv_title .js-slide-up-row img {
    transform: translateX(100%);
  }
  .fv_title .js-slide-up-row.is-animated img {
    opacity: 1;
    transform: translateX(0);
  }
  .fv_title_item02 {
    left: 0;
  }
  .fv_title_item03 {
    left: 0;
  }
}
/* Section1
***************************************************************/
.sec1 {
  padding: 45px 0 0;
}

.sec1_en_img {
  width: 622px;
  display: block;
  margin-left: auto;
  margin-right: 17px;
}

.sec1_en_img_item01 {
  padding-left: 111px;
}

.sec1_flex {
  display: grid;
  grid-template-columns: 540px 1fr;
  gap: 130px;
  margin-top: 145px;
}

.sec1_flexHead_img {
  margin-top: 40px;
  padding-bottom: 420px;
}

.sec1_flexBox_title {
  width: 443px;
}

.sec1_flexBox_text {
  margin-top: 30px;
}

.sec1_flexBox_img {
  width: 427px;
  margin: 38px 0 0 auto;
  padding-bottom: 160px;
}

@media screen and (max-width: 1440px) {
  .sec1 {
    padding: 3.125vw 0 0;
  }
  .sec1_en_img {
    width: 43.1944444444vw;
    display: block;
    margin-left: auto;
    margin-right: 1.1805555556vw;
  }
  .sec1_en_img_item01 {
    padding-left: 7.7083333333vw;
  }
  .sec1_flex {
    display: grid;
    grid-template-columns: 37.5vw 1fr;
    gap: 9.0277777778vw;
    margin-top: 10.0694444444vw;
  }
  .sec1_flexHead_img {
    margin-top: 2.7777777778vw;
    padding-bottom: 29.1666666667vw;
  }
  .sec1_flexBox_title {
    width: 30.7638888889vw;
  }
  .sec1_flexBox_text {
    margin-top: 2.0833333333vw;
  }
  .sec1_flexBox_img {
    width: 29.6527777778vw;
    margin: 2.6388888889vw 0 0 auto;
    padding-bottom: 11.1111111111vw;
  }
}
@media screen and (max-width: 680px) {
  .sec1 {
    padding: 11.5384615385vw 0 0;
    overflow: hidden;
  }
  .sec1_en_img {
    width: 100%;
    margin-right: 0;
    position: relative;
    left: 5.641025641vw;
  }
  .sec1_en_img img {
    height: 11.5384615385vw;
    -o-object-fit: contain;
       object-fit: contain;
  }
  .sec1_en_img_item01 {
    padding-left: 12.8205128205vw;
  }
  .sec1_flex {
    display: block;
    margin-top: 21.7948717949vw;
  }
  .sec1_flexHead_img {
    margin-top: 5.1282051282vw;
    padding-bottom: 71.7948717949vw;
    position: relative;
    left: -5.1282051282vw;
  }
  .sec1_flexBox_title {
    width: 79.4871794872vw;
    margin-top: 15.3846153846vw;
  }
  .sec1_flexBox_title img {
    height: 8.2051282051vw;
    -o-object-fit: contain;
       object-fit: contain;
  }
  .sec1_flexBox_text {
    margin-top: 6.1538461538vw;
    letter-spacing: -1px;
  }
  .sec1_flexBox_img {
    width: 79.4871794872vw;
    padding-bottom: 30.7692307692vw;
    margin: 15.3846153846vw 0 0 auto;
    position: relative;
    left: 5.1282051282vw;
  }
}
/* Section2
***************************************************************/
.sec2 {
  padding: 180px 0 0;
}

.sec2_flex {
  display: grid;
  align-items: flex-start;
  grid-template-columns: 465px 538px 1fr;
  gap: 20px;
}

.sec2_flexHead_text {
  margin-top: 400px;
}

.sec2_flexHead_img {
  margin-top: 40px;
  padding-bottom: 315px;
}

.sec2_flexBox01_img {
  padding-bottom: 600px;
}

.sec2_flexBox01_text {
  margin-top: 255px;
  width: 365px;
}

.sec2_flexBox02_title {
  width: 202px;
}

.sec2_flexBox02_img {
  margin-top: 248px;
  padding-bottom: 150px;
}

.sec2_flexBox02_text {
  margin-top: 40px;
}

@media screen and (max-width: 1440px) {
  .sec2 {
    padding: 12.5vw 0 0;
  }
  .sec2_flex {
    display: grid;
    align-items: flex-start;
    grid-template-columns: 32.2916666667vw 37.3611111111vw 1fr;
    gap: 1.3888888889vw;
  }
  .sec2_flexHead_text {
    margin-top: 27.7777777778vw;
  }
  .sec2_flexHead_img {
    margin-top: 2.7777777778vw;
    padding-bottom: 21.875vw;
  }
  .sec2_flexBox01_img {
    padding-bottom: 41.6666666667vw;
  }
  .sec2_flexBox01_text {
    margin-top: 17.7083333333vw;
    width: 25.3472222222vw;
  }
  .sec2_flexBox02_title {
    width: 14.0277777778vw;
  }
  .sec2_flexBox02_img {
    margin-top: 17.2222222222vw;
    padding-bottom: 10.4166666667vw;
  }
  .sec2_flexBox02_text {
    margin-top: 2.7777777778vw;
  }
}
@media screen and (max-width: 680px) {
  .sec2 {
    padding: 30.7692307692vw 0 0;
  }
  .sec2_flex {
    display: flex;
    flex-flow: column;
    gap: 0;
  }
  .sec2_flexHead,
  .sec2_flexBox01,
  .sec2_flexBox02 {
    display: contents;
  }
  .sec2 .section_title {
    order: -1;
  }
  .sec2_flexBox02_title {
    width: 36.1538461538vw;
    order: 0;
    margin-top: 5.1282051282vw;
  }
  .sec2_flexBox02_title img {
    height: 8.2051282051vw;
    -o-object-fit: contain;
       object-fit: contain;
  }
  .sec2_flexBox01_img {
    order: 1;
    padding-bottom: 66.6666666667vw;
    margin-top: 5.1282051282vw;
    width: 58.9743589744vw;
  }
  .sec2_flexHead_text {
    order: 2;
    padding: 6.1538461538vw 0 0 15.3846153846vw;
    margin-top: 0;
  }
  .sec2_flexBox02_img {
    margin-top: 15.3846153846vw;
    order: 4;
    padding-bottom: 46.1538461538vw;
    width: 80.7692307692vw;
    position: relative;
    left: -5.1282051282vw;
  }
  .sec2_flexBox02_text {
    margin-top: 6.1538461538vw;
    width: 76.9230769231vw;
    order: 5;
  }
  .sec2_flexHead_img {
    margin-top: 10.2564102564vw;
    order: 6;
    width: 100%;
    padding-bottom: 64.1025641026vw;
  }
  .sec2_flexBox01_text {
    margin-top: 6.1538461538vw;
    order: 7;
    width: 100%;
  }
}
/* Section3
***************************************************************/
.sec3 {
  padding: 130px 0 140px;
}

.sec3_flex {
  display: grid;
  grid-template-columns: 315px 427px 1fr;
  gap: 20px;
}

.sec3_flexHead_title {
  margin-top: 30px;
  width: 227px;
}

.sec3_flexBox01 {
  padding-top: 308px;
}

.sec3_flexBox01_img {
  margin-top: 30px;
  padding-bottom: 200px;
}

.sec3_flex_img {
  padding-bottom: 600px;
  margin-top: 74px;
  height: 0;
}

@media screen and (max-width: 1440px) {
  .sec3 {
    padding: 9.0277777778vw 0 9.7222222222vw;
  }
  .sec3_flex {
    display: grid;
    grid-template-columns: 21.875vw 29.6527777778vw 1fr;
    gap: 1.3888888889vw;
  }
  .sec3_flexHead_title {
    margin-top: 2.0833333333vw;
    width: 15.7638888889vw;
  }
  .sec3_flexBox01 {
    padding-top: 21.3888888889vw;
  }
  .sec3_flexBox01_img {
    margin-top: 2.0833333333vw;
    padding-bottom: 13.8888888889vw;
  }
  .sec3_flex_img {
    padding-bottom: 41.6666666667vw;
    margin-top: 5.1388888889vw;
    height: 0;
  }
}
@media screen and (max-width: 680px) {
  .sec3 {
    padding: 33.3333333333vw 0 32.0512820513vw;
  }
  .sec3_flex {
    display: flex;
    flex-flow: column;
    gap: 0;
  }
  .sec3_flexBox01 {
    display: contents;
  }
  .sec3_flexHead_title {
    order: 0;
    margin-top: 5.1282051282vw;
    width: 41.0256410256vw;
  }
  .sec3_flexHead_title img {
    -o-object-fit: contain;
       object-fit: contain;
    height: 8.2051282051vw;
  }
  .sec3_flexBox01_img {
    order: 1;
    margin-top: 6.1538461538vw;
    width: 58.2051282051vw;
    padding-bottom: 25.641025641vw;
  }
  .sec3_flexBox01_text {
    order: 2;
    padding: 15.3846153846vw 0 0 15.3846153846vw;
  }
  .sec3_flex_img {
    order: 3;
    margin-top: 6.1538461538vw;
    padding-bottom: 87.1794871795vw;
    width: 74.358974359vw;
    margin-left: auto;
  }
}
/* Section4
***************************************************************/
.sec4 {
  overflow: hidden;
  padding: 0;
}

.sec4_content {
  position: relative;
}

.sec4_menu {
  display: flex;
  justify-content: center;
  gap: 63px;
  position: fixed;
  top: 40px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 10;
}

.sec4_menu {
  opacity: 0;
  transition: opacity 0.4s ease;
}

.sec4_menu.active {
  opacity: 1;
}

.sec4_menu.active .sec4_menu_text {
  font-size: 18px;
  opacity: 0.5;
}

.sec4_menu.active .sec4_menu_text.active {
  opacity: 1;
}

.sec4_item {
  height: 100vh;
  position: relative;
  z-index: 1;
}

.sec4_item_bg {
  position: fixed;
  top: 0;
  left: 50%;
  transform: translate(-50%, 0);
  width: 100vw;
  height: 100vh;
  -o-object-position: bottom right;
     object-position: bottom right;
  opacity: 0;
  transition: opacity 0.8s ease;
  z-index: -1;
  pointer-events: none;
}

.sec4_item.active .sec4_item_bg {
  opacity: 1;
}

.sec4_itemBox {
  width: 340px;
  position: absolute;
  left: 0;
  bottom: 50px;
  z-index: 10;
}

.sec4_item_text {
  padding-top: 10px;
  margin-top: 40px;
  position: relative;
}

.sec4_item_text::before {
  content: "";
  display: inline-block;
  width: 100%;
  border-top: 1px solid #fff;
  position: absolute;
  top: 0;
  left: 0;
}

@media screen and (max-width: 1440px) {
  .sec4 {
    overflow: hidden;
    padding: 0;
  }
  .sec4_content {
    position: relative;
  }
  .sec4_menu {
    display: flex;
    justify-content: center;
    gap: 4.375vw;
    position: fixed;
    top: 2.7777777778vw;
    left: 50%;
    transform: translateX(-50%);
    z-index: 10;
  }
  .sec4_menu {
    opacity: 0;
    transition: opacity 0.4s ease;
  }
  .sec4_menu.active {
    opacity: 1;
  }
  .sec4_menu.active .sec4_menu_text {
    font-size: 1.25vw;
    opacity: 0.5;
  }
  .sec4_menu.active .sec4_menu_text.active {
    opacity: 1;
  }
  .sec4_item {
    height: 100vh;
    position: relative;
    z-index: 1;
  }
  .sec4_item_bg {
    position: fixed;
    top: 0;
    left: 50%;
    transform: translate(-50%, 0);
    width: 100vw;
    height: 100vh;
    -o-object-position: bottom right;
       object-position: bottom right;
    opacity: 0;
    transition: opacity 0.8s ease;
    z-index: -1;
    pointer-events: none;
  }
  .sec4_item.active .sec4_item_bg {
    opacity: 1;
  }
  .sec4_itemBox {
    width: 23.6111111111vw;
    position: absolute;
    left: 0;
    bottom: 3.4722222222vw;
    z-index: 10;
  }
  .sec4_item_text {
    padding-top: 0.6944444444vw;
    margin-top: 2.7777777778vw;
    border-top: 0.0694444444vw solid #fff;
  }
}
@media screen and (max-width: 680px) {
  .sec4_item_bg {
    -o-object-position: center bottom;
       object-position: center bottom;
  }
  .sec4_itemBox {
    width: 100%;
    bottom: unset;
    top: 20.5128205128vw;
  }
  .sec4_item_title span {
    display: block;
    font-size: 3.5897435897vw;
  }
  .sec4_item_title .number {
    margin-bottom: 12.8205128205vw;
  }
  .sec4_item_title img {
    height: 8.2051282051vw;
    width: auto;
  }
  .sec4_item_text {
    padding-top: 2.5641025641vw;
    margin-top: 6.1538461538vw;
    border-top: unset;
    width: 64.1025641026vw;
  }
  .sec4_item_map {
    margin-top: 24.1025641026vw;
  }
}
/* Section5
***************************************************************/
.sec5 {
  padding: 140px 0 180px;
  position: relative;
  z-index: 10;
  background: #0F0F0F;
}

.sec5_head .section_title {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}

.sec5_head .section_title img {
  width: 249px;
}

.sec5_list {
  margin-top: 30px;
}

.sec5_item {
  padding-top: 50px;
  display: grid;
  align-items: flex-end;
  grid-template-columns: 1fr 535px;
  position: relative;
  z-index: 1;
}

.sec5_item:nth-of-type(n + 2) {
  margin-top: 50px;
}

.sec5_item_en {
  height: 140px;
  position: absolute;
  top: 54px;
  left: -7.9166666667vw;
  z-index: -1;
}

.sec5_itemBox_title {
  font-size: 32px;
  padding-left: 116px;
}

.sec5_itemBox_text {
  margin-top: 17px;
  position: relative;
  padding-left: 116px;
}

.sec5_itemBox_text .number {
  font-size: 18px;
  position: absolute;
  left: 0;
  bottom: 0;
}

.sec5_item_img {
  padding-bottom: 230px;
}

@media screen and (max-width: 1440px) {
  .sec5 {
    padding: 9.7222222222vw 0 12.5vw;
    position: relative;
    z-index: 10;
    background: #0F0F0F;
  }
  .sec5_head .section_title {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
  }
  .sec5_head .section_title img {
    width: 17.2916666667vw;
  }
  .sec5_list {
    margin-top: 2.0833333333vw;
  }
  .sec5_item {
    padding-top: 3.4722222222vw;
    display: grid;
    align-items: flex-end;
    grid-template-columns: 1fr 37.1527777778vw;
    position: relative;
    z-index: 1;
  }
  .sec5_item:nth-of-type(n + 2) {
    margin-top: 3.4722222222vw;
  }
  .sec5_item_en {
    height: 9.7222222222vw;
    position: absolute;
    top: 3.75vw;
    left: -7.9166666667vw;
    z-index: -1;
  }
  .sec5_itemBox_title {
    font-size: 2.2222222222vw;
    padding-left: 8.0555555556vw;
  }
  .sec5_itemBox_text {
    margin-top: 1.1805555556vw;
    position: relative;
    padding-left: 8.0555555556vw;
  }
  .sec5_itemBox_text .number {
    font-size: 1.25vw;
    position: absolute;
    left: 0;
    bottom: 0;
  }
  .sec5_item_img {
    padding-bottom: 15.9722222222vw;
  }
}
@media screen and (max-width: 680px) {
  .sec5 {
    padding: 20.5128205128vw 0 30.7692307692vw;
  }
  .sec5_head .section_title {
    flex-flow: column-reverse;
    align-items: flex-start;
    gap: 5.1282051282vw;
  }
  .sec5_head .section_title img {
    width: auto;
    height: 8.2051282051vw;
  }
  .sec5_list {
    margin-top: 10.2564102564vw;
  }
  .sec5_item {
    padding-top: 7.1794871795vw;
    display: flex;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
  }
  .sec5_item:nth-of-type(n + 2) {
    margin-top: 12.3076923077vw;
  }
  .sec5_item_en {
    display: none;
  }
  .sec5_itemBox {
    display: contents;
  }
  .sec5_itemBox_title {
    font-size: 6.1538461538vw;
    padding-left: 6.1538461538vw;
    line-height: 1;
    position: relative;
    order: 1;
  }
  .sec5_itemBox_title .number {
    position: absolute;
    top: 0;
    left: 0;
    font-size: 3.5897435897vw;
    line-height: 1;
  }
  .sec5_item_img {
    width: 100%;
    padding-bottom: 38.4615384615vw;
    order: 2;
    margin-top: 6.1538461538vw;
  }
  .sec5_itemBox_text {
    margin-top: 4.358974359vw;
    padding-left: 0;
    order: 3;
  }
}
/* Section6
***************************************************************/
.sec6 {
  background-image: url(../images/front/sec6_bg.webp);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  padding: 200px 0 50px;
  z-index: 10;
  position: relative;
}

.sec6_content {
  width: 540px;
  margin-left: auto;
}

.sec6_table {
  margin-top: 80px;
  width: 100%;
}

.sec6_th {
  font-weight: 400;
  width: 111px;
  padding: 20px 0;
}

.sec6_td {
  padding: 20px 0;
}

@media screen and (max-width: 1440px) {
  .sec6 {
    background-image: url(../images/front/sec6_bg.webp);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    padding: 13.8888888889vw 0 3.4722222222vw;
    z-index: 10;
    position: relative;
  }
  .sec6_content {
    width: 37.5vw;
    margin-left: auto;
  }
  .sec6_table {
    margin-top: 5.5555555556vw;
    width: 100%;
  }
  .sec6_th {
    font-weight: 400;
    width: 7.7083333333vw;
    padding: 1.3888888889vw 0;
  }
  .sec6_td {
    padding: 1.3888888889vw 0;
  }
}
@media screen and (max-width: 680px) {
  .sec6 {
    background-image: unset;
    padding: 0;
    background: #0F0F0F;
  }
  .sec6_content {
    width: 100%;
    margin-left: auto;
  }
  .sec6 img {
    margin: 5.1282051282vw calc(50% - 50vw) 0;
    width: 100vw;
  }
  .sec6_table {
    margin-top: 5.1282051282vw;
  }
  .sec6_th {
    width: 31.0256410256vw;
    padding: 5.1282051282vw 0;
  }
  .sec6_td {
    padding: 5.1282051282vw 0;
  }
}
/* Section7
***************************************************************/
.sec7 {
  padding: 140px 0 0;
  background: #0F0F0F;
  z-index: 10;
  position: relative;
}

.sec7 .inner {
  display: grid;
  grid-template-columns: 1fr 873px;
  padding-bottom: 50px;
  position: relative;
}

.sec7 .inner::before {
  content: "";
  display: inline-block;
  width: 100%;
  border-bottom: 1px solid #fff;
  position: absolute;
  bottom: 0;
  left: 0;
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.8s ease;
}

.sec7 .inner.is-visible::before {
  transform: scaleX(1);
}

.sec7_logo {
  width: 97px;
  margin-top: 204px;
}

.sec7_content_text {
  margin-top: 90px;
}

.sec7_content_text .en {
  font-size: 14px;
  display: block;
  margin-bottom: 15px;
}

.sec7 iframe {
  display: block;
  width: 100%;
  height: 100%;
  filter: grayscale(100%);
}

@media screen and (max-width: 1440px) {
  .sec7 {
    padding: 9.7222222222vw 0 0;
    background: #0F0F0F;
    z-index: 10;
    position: relative;
  }
  .sec7 .inner {
    display: grid;
    grid-template-columns: 1fr 60.625vw;
    padding-bottom: 3.4722222222vw;
  }
  .sec7_logo {
    width: 6.7361111111vw;
    margin-top: 14.1666666667vw;
  }
  .sec7_content_text {
    margin-top: 6.25vw;
  }
  .sec7_content_text .en {
    font-size: 0.9722222222vw;
    display: block;
    margin-bottom: 1.0416666667vw;
  }
  .sec7 iframe {
    display: block;
    width: 100%;
    height: 100%;
    filter: grayscale(100%);
  }
}
@media screen and (max-width: 680px) {
  .sec7 {
    padding: 20.5128205128vw 0 0;
  }
  .sec7 .inner {
    display: flex;
    flex-flow: column;
    padding-bottom: 12.8205128205vw;
    border-bottom: unset;
  }
  .sec7_content {
    display: contents;
  }
  .sec7 .section_title {
    order: 1;
  }
  .sec7_logo {
    width: 24.8717948718vw;
    margin-top: 5.1282051282vw;
    order: 2;
  }
  .sec7_content_text {
    margin-top: 6.1538461538vw;
    order: 4;
  }
  .sec7_content_text .en {
    font-size: 3.5897435897vw;
    margin-bottom: 1.2820512821vw;
  }
  .sec7 iframe {
    order: 3;
    height: 76.9230769231vw;
    margin-top: 3.0769230769vw;
  }
}
/* Section8
***************************************************************/
.sec8 {
  padding: 110px 0 160px;
  background: #0F0F0F;
  z-index: 10;
  position: relative;
}

.sec8 .inner {
  padding: 0 60px;
}

.sec8_head {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}

.sec8_head_title {
  width: 266px;
}

.sec8_head_title_en {
  font-size: 24px;
  display: inline-flex;
  align-items: center;
  gap: 12px;
  transition: 0.3s;
}

.sec8_head_title_en::after {
  content: "";
  display: inline-block;
  width: 18px;
  height: 18px;
  background-image: url(../images/icon/icon_instagram.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  vertical-align: middle;
  transition: 0.3s;
}

.sec8_img {
  margin-top: 40px;
}

@media screen and (min-width: 681px) {
  .sec8_head_title_en:hover {
    color: #CD0003;
  }
  .sec8_head_title_en:hover::after {
    background-image: url(../images/icon/icon_instagram_red.svg);
  }
}
@media screen and (max-width: 1440px) {
  .sec8 {
    padding: 7.6388888889vw 0 11.1111111111vw;
    background: #0F0F0F;
    z-index: 10;
    position: relative;
  }
  .sec8 .inner {
    padding: 0 4.1666666667vw;
  }
  .sec8_head {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
  }
  .sec8_head_title {
    width: 18.4722222222vw;
  }
  .sec8_head_title_en {
    font-size: 1.6666666667vw;
    display: inline-flex;
    align-items: center;
    gap: 0.8333333333vw;
    transition: 0.3s;
  }
  .sec8_head_title_en::after {
    content: "";
    display: inline-block;
    width: 1.25vw;
    height: 1.25vw;
    background-image: url(../images/icon/icon_instagram.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    vertical-align: middle;
    transition: 0.3s;
  }
  .sec8_img {
    margin-top: 2.7777777778vw;
  }
}
@media screen and (max-width: 680px) {
  .sec8 {
    padding: 20.5128205128vw 0 25.641025641vw;
  }
  .sec8 .inner {
    padding: 0 5.1282051282vw;
  }
  .sec8_head_title {
    width: 46.1538461538vw;
  }
  .sec8_head_title_en {
    font-size: 6.1538461538vw;
    gap: 3.0769230769vw;
  }
  .sec8_head_title_en::after {
    width: 4.6153846154vw;
    height: 4.6153846154vw;
  }
  .sec8_img {
    margin-top: 10.2564102564vw;
  }
}
/* Section9
***************************************************************/
.sec9 {
  padding: 0 0 160px;
  background: #0F0F0F;
  z-index: 10;
  position: relative;
}

.sec9 .inner {
  display: grid;
  grid-template-columns: 315px 1fr;
  gap: 20px;
}

.sec9_head {
  padding-top: 20px;
}

.sec9_head .section_title {
  font-size: 18px;
  color: #DADADA;
}

.sec9_contentBox {
  display: grid;
  grid-template-columns: 335px 1fr;
  padding-top: 20px;
}

.sec9_contentBox:nth-of-type(2) {
  margin-top: 25px;
}

.sec9_contentBox_title {
  font-size: 18px;
  color: #DADADA;
}

.sec9_contentBox_item:nth-of-type(n + 2) {
  padding-top: 20px;
  margin-top: 20px;
}

.sec9_head::before,
.sec9_content::before,
.sec9_contentBox::before {
  border-top: 1px solid #DADADA;
}

.sec9_contentBox_item:nth-of-type(n + 2)::before {
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}

.sec9_contentBox_item_name {
  font-size: 18px;
  display: flex;
  justify-content: space-between;
  color: #DADADA;
}

.sec9_contentBox_item_name .en {
  font-size: 14px;
}

.sec9_contentBox_item_text {
  line-height: 1.5;
  color: rgba(218, 218, 218, 0.7);
  margin-top: 10px;
  letter-spacing: -0.0694444444vw;
}

@media screen and (max-width: 1440px) {
  .sec9 {
    padding: 0 0 11.1111111111vw;
    background: #0F0F0F;
    z-index: 10;
    position: relative;
  }
  .sec9 .inner {
    display: grid;
    grid-template-columns: 21.875vw 1fr;
    gap: 1.3888888889vw;
  }
  .sec9_head {
    padding-top: 1.3888888889vw;
  }
  .sec9_head .section_title {
    font-size: 1.25vw;
    color: #DADADA;
  }
  .sec9_contentBox {
    display: grid;
    grid-template-columns: 23.2638888889vw 1fr;
    padding-top: 1.3888888889vw;
  }
  .sec9_contentBox:nth-of-type(2) {
    margin-top: 1.7361111111vw;
  }
  .sec9_contentBox_title {
    font-size: 1.25vw;
    color: #DADADA;
  }
  .sec9_contentBox_item:nth-of-type(n + 2) {
    padding-top: 1.3888888889vw;
    margin-top: 1.3888888889vw;
  }
  .sec9_contentBox_item_name {
    font-size: 1.25vw;
    display: flex;
    justify-content: space-between;
    color: #DADADA;
  }
  .sec9_contentBox_item_name .en {
    font-size: 0.9722222222vw;
  }
  .sec9_contentBox_item_text {
    line-height: 1.5;
    color: rgba(218, 218, 218, 0.7);
    margin-top: 0.6944444444vw;
    letter-spacing: -0.0694444444vw;
  }
}
@media screen and (max-width: 680px) {
  .sec9 {
    padding: 0 0 30.7692307692vw;
  }
  .sec9 .inner {
    display: flex;
    flex-flow: column;
    gap: 0;
  }
  .sec9_head {
    padding-top: 0;
    border-top: unset;
  }
  .sec9_head .section_title {
    font-size: 7.1794871795vw;
  }
  .sec9_contentBox {
    display: flex;
    flex-flow: column;
    padding-top: 13.3333333333vw;
    border-top: unset;
  }
  .sec9_head::before,
  .sec9_content::before,
  .sec9_contentBox::before {
    border: unset;
  }
  .sec9_contentBox:nth-of-type(2) {
    margin-top: 0;
  }
  .sec9_contentBox_title {
    font-size: 5.1282051282vw;
    padding-bottom: 3.8461538462vw;
    position: relative;
  }
  .sec9_contentBox_title::before {
    content: "";
    display: inline-block;
    width: 100%;
    border-top: 1px solid #DADADA;
    position: absolute;
    bottom: 0;
    left: 0;
    transform: scaleX(0);
    transform-origin: left;
    transition: transform 0.8s ease;
  }
  .sec9_contentBox_title.is-visible::before {
    transform: scaleX(1);
  }
  .sec9_contentBox_list {
    margin-top: 5.1282051282vw;
  }
  .sec9_contentBox_item:nth-of-type(n + 2) {
    padding-top: 5.1282051282vw;
    margin-top: 5.1282051282vw;
  }
  .sec9_contentBox_item_name {
    font-size: 4.6153846154vw;
    display: block;
  }
  .sec9_contentBox_item_name .en {
    font-size: 3.5897435897vw;
    display: block;
  }
  .sec9_contentBox_item_text {
    margin-top: 2.5641025641vw;
  }
}
/* section1
***************************************************************/
/* section2
***************************************************************/
/* section3
***************************************************************/
/* section4
***************************************************************/
/* section1
***************************************************************/
/* section2
***************************************************************/
/* section3
***************************************************************/
/* section4
***************************************************************/
/* section1
***************************************************************/
/* section2
***************************************************************/
/* section3
***************************************************************/
/* section4
***************************************************************/
/* お問い合わせ
***************************************************************/
.contact {
  background: #ccc;
}

.contact_form {
  max-width: 900px;
  padding: 60px;
  margin: 80px auto 0;
  background: #fff;
}

.contact_list {
  display: flex;
  flex-flow: column;
  gap: 37px;
}

.contact_item {
  display: flex;
  align-items: flex-start;
}

.contact_item_title {
  display: flex;
  gap: 13px;
  align-items: center;
  width: 235px;
  padding-top: 10px;
}

.contact_item:nth-of-type(5) .contact_item_title {
  padding-top: 0;
}

.req {
  width: 60px;
  padding: 4px 10px;
  font-size: 12px;
  line-height: 18px;
  color: #fff;
  text-align: center;
  letter-spacing: 0.1em;
  background: #D23E3E;
  border-radius: 4px;
}

.contact_area {
  flex: 1;
}

.contact_area span {
  width: 100%;
}

.contact_area input {
  width: 100%;
  padding: 10px;
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
}

.contact_area textarea {
  width: 100%;
  height: 245px;
  padding: 5px 10px;
  resize: none;
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
}

.wpcf7-checkbox {
  display: flex;
  gap: 30px;
}

.wpcf7-checkbox .wpcf7-list-item {
  width: auto;
  margin: 0;
}

.contact_area label {
  display: flex;
  gap: 10px;
  align-items: center;
  cursor: pointer;
}

.contact_area label input {
  width: 15px;
  height: 15px;
  padding: 0;
  background: unset;
  border: unset;
}

.contact_area label span {
  width: auto;
}

.contact_privacy {
  margin-top: 64px;
  overflow-y: scroll;
  border: 1px solid #CBCBCB;
}

.contact_privacy_scroll {
  height: 240px;
  padding: 40px 24px;
}

.contact_privacy_title {
  font-weight: bold;
  text-align: center;
}

.contact_privacy_list {
  display: flex;
  flex-flow: column;
  gap: 16px;
  padding-bottom: 40px;
  margin-top: 16px;
}

.contact_privacy_item .list02 {
  padding-left: 15px;
  list-style: auto;
}

.contact_privacy_item .list03 {
  padding-left: 15px;
  list-style: lower-roman;
}

.contact_check {
  display: flex;
  gap: 10px;
  align-items: center;
  justify-content: center;
  margin-top: 40px;
  text-align: center;
}

.contact_check input {
  width: 24px;
  height: 24px;
}

.contact_check a {
  color: #333;
  text-decoration: underline;
}

.contact_submit {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  margin-top: 50px;
}

.contact_submit a {
  position: relative;
  width: 200px;
  font-size: 16px;
  text-align: center;
  border: 2px solid #333;
  border-radius: 40px;
  padding: 4px 0;
  transition: 0.3s;
}

.contact_submit input {
  position: relative;
  width: 200px;
  font-size: 16px;
  color: #fff;
  text-align: center;
  background: #333;
  border: 2px solid #333;
  border-radius: 40px;
  padding: 4px 0;
  transition: 0.3s;
}

.wpcf7-spinner {
  display: none;
}

.thanks {
  padding: 75px 0;
  text-align: center;
  background: #fff;
}

.thanks_title {
  font-size: 40px;
  font-weight: 900;
  letter-spacing: 0.1em;
}

.thanks_text {
  margin-top: 20px;
}

.thanks_btn {
  position: relative;
  width: 360px;
  padding: 12px 0;
  margin: 50px auto 0;
  font-size: 20px;
  color: #fff;
  text-align: center;
  background: #333;
  border: 2px solid #333;
  border-radius: 40px;
  transition: 0.3s;
}

@media screen and (min-width: 681px) {
  .contact_submit:hover,
  .thanks_btn:hover {
    color: #333;
    background: #fff;
  }
}
@media screen and (max-width: 680px) {
  .contact_form {
    padding: 5.1282051282vw;
  }
  .contact_list {
    flex-flow: column;
    gap: 7.6923076923vw;
  }
  .contact_item {
    flex-flow: column;
    gap: 2.5641025641vw;
  }
  .contact_item_title {
    gap: 3.3333333333vw;
    width: 100%;
    padding-top: 0;
    font-size: 3.5897435897vw;
  }
  .req {
    width: 10.2564102564vw;
    padding: 0.5128205128vw 0;
    font-size: 2.5641025641vw;
    line-height: 4.6153846154vw;
  }
  .contact_area input {
    padding: 2.5641025641vw;
    font-size: 3.5897435897vw;
    border-radius: 1.0256410256vw;
  }
  .contact_area textarea {
    height: 62.8205128205vw;
    padding: 2.5641025641vw;
    font-size: 3.5897435897vw;
    border-radius: 1.0256410256vw;
  }
  .contact_privacy {
    margin-top: 10.2564102564vw;
  }
  .contact_privacy_scroll {
    height: 46.1538461538vw;
    padding: 5.1282051282vw 3.8461538462vw;
  }
  .contact_privacy_title {
    font-size: 3.5897435897vw;
  }
  .contact_privacy_list {
    gap: 3.5897435897vw;
    padding-bottom: 5.1282051282vw;
    margin-top: 3.5897435897vw;
    font-size: 3.5897435897vw;
  }
  .wpcf7-checkbox {
    flex-flow: column;
    gap: 2.5641025641vw;
    margin-top: 2.5641025641vw;
  }
  .contact_check {
    gap: 1.2820512821vw;
    margin-top: 7.6923076923vw;
    font-size: 3.0769230769vw;
  }
  .contact_check input {
    width: 5.641025641vw;
    height: 5.641025641vw;
  }
  .contact_submit {
    width: 75.641025641vw;
    margin: 12.8205128205vw auto 0;
    font-size: 3.8461538462vw;
  }
  .contact_submit::after {
    right: 23.0769230769vw;
    width: 3.5897435897vw;
    height: 1.7948717949vw;
  }
  .thanks {
    padding: 5.1282051282vw 0;
  }
  .thanks_title {
    font-size: 5.1282051282vw;
  }
  .thanks_text {
    margin-top: 5.1282051282vw;
    font-size: 3.3333333333vw;
  }
  .thanks_btn {
    width: 75.641025641vw;
    margin: 5.1282051282vw auto 0;
    font-size: 3.8461538462vw;
  }
}
/* section1
***************************************************************/
/* section2
***************************************************************/
/* section3
***************************************************************/
/* section4
***************************************************************/
/* section1
***************************************************************/
/* section2
***************************************************************/
/* section3
***************************************************************/
/* section4
***************************************************************/