@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 {
  font-size: inherit;
  font-weight: inherit;
  margin: 0;
}

/* Lists (enumeration) */
/* ============================================ */
ul,
ol {
  margin: 0;
  padding: 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 {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

/**
 * 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 {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  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 {
  font-size: 75%;
  line-height: 0;
  position: relative;
  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;
}

/* 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 {
  -webkit-appearance: none; /* 1 */
  appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  border-radius: 0;
  text-align: inherit;
  text-transform: inherit; /* 2 */
}

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

[type=radio] {
  -webkit-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 {
  margin: 0;
  padding: 0;
  min-width: 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 {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 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 {
  border-color: inherit; /* 1 */
  border-collapse: collapse;
}

caption {
  text-align: left;
}

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

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

html {
  overflow: auto;
  font-size: 62.5%;
}

body {
  font-family: "Noto Sans JP", 游ゴシック体, "Yu Gothic", YuGothic, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  -webkit-text-size-adjust: 100%;
  position: relative;
  background: #fff;
  overflow: hidden;
  font-size: 1.6em;
  line-height: 1.8;
  height: 100%;
  color: #000;
  letter-spacing: 0.1em;
}

img {
  vertical-align: middle;
  max-width: 100%;
}

/* common link */
a:link {
  color: #df1a6e;
  text-decoration: none;
}

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

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

a:hover {
  color: #df1a6e;
  text-decoration: underline;
}

@media screen and (min-width: 1025px) {
  a[href^="tel:"] {
    display: inline-block;
    pointer-events: none;
    text-decoration: none;
  }
}
.l-wrapper {
  position: relative;
  margin: 0 auto;
}

.js-fade-in,
.js-fade-up,
.js-fade-down,
.js-fade-pop {
  opacity: 0;
}

#btn_ptop {
  position: fixed;
  bottom: min(8vw, 80px);
  right: min(2vw, 20px);
  z-index: 8888;
}
#btn_ptop a:hover .arrow {
  background: #2ab5ff;
}
#btn_ptop .arrow {
  position: relative;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  background: #00a1f8;
  padding-bottom: 8px;
  height: 60px;
  width: 60px;
  border-radius: 9999px;
  transition: all 0.25s ease-in-out;
}
#btn_ptop .arrow::before {
  position: absolute;
  content: "";
  clip-path: polygon(7% 100%, 0 93%, 50% 43%, 100% 93%, 93% 100%, 50% 57%, 7% 100%);
  height: 0.8em;
  aspect-ratio: 1;
  background-color: #fff;
}

@media (max-width: 768px) {
  #btn_ptop a:hover .arrow {
    background: #00a1f8;
  }
  #btn_ptop .arrow {
    padding-bottom: 7px;
    height: 50px;
    width: 50px;
    transition: all 0s ease-in-out;
  }
  #btn_ptop .arrow::before {
    height: 0.8em;
  }
}
/* .l-header */
.l-header {
  display: flex;
  align-items: center;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 30;
  transition: background-color 0.3s ease;
}
.l-header.is-scrolled {
  background: #fff;
  backdrop-filter: blur(10px);
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.1);
}
.l-header.is-scrolled .p-gnav-wide__lists-list a {
  color: #000;
}
.l-header.is-scrolled .p-gnav-wide__lists-list a:hover {
  color: #00a1f8;
  background: none;
}
.l-header__logo {
  background: #fff;
  padding: 15px 25px;
  border-radius: 0 0 5px 0;
}
.l-header__logo img {
  display: block;
  width: 220px;
  transition: all 0.25s ease;
}
.l-header__logo img:hover {
  opacity: 0.8;
}

@media (max-width: 1024px) {
  .l-header.is-scrolled {
    background: transparent;
    backdrop-filter: none;
    box-shadow: none;
  }
  .l-header.is-scrolled .p-gnav-wide__lists-list a {
    color: #fff;
  }
  .l-header.is-scrolled .p-gnav-wide__lists-list a:hover {
    color: #00a1f8;
  }
}
@media (max-width: 768px) {
  /* .l-header */
  .l-header__logo {
    padding: 12px 22px;
    border-radius: 0 0 5px 0;
  }
  .l-header__logo img {
    width: 200px;
    transition: all 0s ease;
  }
  .l-header__logo img:hover {
    opacity: 1;
  }
}
@media (max-width: 576px) {
  /* .l-header */
  .l-header__logo {
    padding: 10px 20px;
    border-radius: 0 0 5px 0;
  }
  .l-header__logo img {
    width: 180px;
  }
}
/* .l-main */
.l-main {
  width: 100%;
}

.l-main__wrapper {
  position: relative;
  margin: 0 auto;
}

/* .l-contents */
.l-contents {
  position: relative;
  margin: 0 auto;
}

/* .l-footer */
.l-footer {
  background: #343434;
}

.c-title-section-1,
.c-title-section-2 {
  margin-bottom: min(4vw, 40px);
}
.c-title-section-1__text-en,
.c-title-section-2__text-en {
  display: inline-block;
  margin-bottom: min(0.5vw, 5px);
  font-family: "Poppins";
  font-size: 6.4rem;
  font-weight: 400;
  line-height: 1;
}
.c-title-section-1__text-jp,
.c-title-section-2__text-jp {
  display: block;
  font-size: 2.4rem;
  font-weight: 500;
  line-height: 1.4;
}

.c-title-section-2 {
  margin-bottom: min(7vw, 70px);
}
.c-title-section-2__text-en {
  display: inline-block;
  margin-bottom: min(1vw, 10px);
  font-size: 9rem;
}
.c-title-section-2__text-jp {
  font-size: 2.4rem;
}
.c-title-section-2 .-br-1 {
  display: block;
}
.c-title-section-2 .-br-2 {
  margin-left: 1em;
}
.c-title-section-2 .-br-3 {
  margin-left: 0;
}
.c-title-section-2 .-csr {
  font-size: min(6.72vw, 7.4rem);
}

@media (max-width: 768px) {
  .c-title-section-1__text-en,
  .c-title-section-2__text-en {
    font-size: 8vw;
  }
  .c-title-section-1__text-jp,
  .c-title-section-2__text-jp {
    font-size: 2rem;
  }
  .c-title-section-2__text-en {
    font-size: 11vw;
  }
  .c-title-section-2__text-jp {
    font-size: 2rem;
  }
  .c-title-section-2 .-br-1 {
    display: block;
  }
  .c-title-section-2 .-br-2 {
    display: block;
    margin-left: 0.8em;
  }
  .c-title-section-2 .-br-3 {
    display: block;
    margin-left: 1.8em;
  }
  .c-title-section-2 .-csr {
    font-size: 11vw;
  }
}
@media (max-width: 576px) {
  .c-title-section-1__text-en {
    font-size: 9vw;
  }
  .c-title-section-1__text-jp {
    font-size: 2rem;
  }
  .c-title-section-2__text-en {
    font-size: 11vw;
  }
  .c-title-section-2__text-jp {
    font-size: 2rem;
  }
}
a.c-button-1,
a.c-button-2,
a.c-button-3 {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #00a1f8;
  width: 100%;
  max-width: 450px;
  height: 60px;
  padding: 10px;
  font-size: 1.6rem;
  text-decoration: none;
  color: #fff;
  border-radius: 4px;
  transition: all 0.1s linear;
}
a.c-button-1:hover,
a.c-button-2:hover,
a.c-button-3:hover {
  background: #2ab5ff;
  color: #fff;
}

a.c-button-1::before {
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
  content: "";
  clip-path: polygon(0 7%, 7% 0, 57% 50%, 7% 100%, 0 93%, 43% 50%, 0 7%);
  height: 0.8em;
  aspect-ratio: 1;
  background-color: #fff;
  transition: all 0.15s linear;
}
a.c-button-1:hover::before {
  right: 15px;
}

a.c-button-2 {
  width: 100%;
  min-width: 150px;
  height: 40px;
  padding: 10px;
  font-size: 1.6rem;
}
a.c-button-2::before {
  position: absolute;
  top: 55%;
  right: 12px;
  transform: translateY(-50%) rotate(90deg);
  content: "";
  clip-path: polygon(0 7%, 7% 0, 57% 50%, 7% 100%, 0 93%, 43% 50%, 0 7%);
  height: 0.7em;
  aspect-ratio: 1;
  background-color: #fff;
  transition: all 0.15s linear;
}

a.c-button-3 {
  height: 80px;
  max-width: none;
  width: 100%;
  font-size: 1.8rem;
}
a.c-button-3::after {
  position: absolute;
  right: 20px;
  content: url("../img/icon-link.svg");
  transition: all 0.15s linear;
}
a.c-button-3:hover {
  background: #2ab5ff;
  color: #fff;
}

a.c-button-4 {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  max-width: 450px;
  padding: 12px 30px 12px 10px;
  font-size: 1.4rem;
  line-height: 1.4;
  text-decoration: none;
  color: #000;
  border-bottom: 1px solid #e1e1e1;
  transition: all 0.1s linear;
}
a.c-button-4::after {
  position: absolute;
  right: 5px;
  content: url("../img/icon-link-blue.svg");
  transition: all 0.15s linear;
}
a.c-button-4:hover {
  background: #f9f9f9;
}
a.c-button-4.nolink:hover {
  background: #fff;
}

.c-button-frame-1 {
  margin: 0 0 0 auto;
  max-width: 180px;
}

.c-button-frame-2 {
  margin: 0 auto;
  max-width: 450px;
}

@media (max-width: 1240px) {
  a.c-button-3.-small {
    font-size: 1.6rem;
  }
}
@media (max-width: 768px) {
  a.c-button-1,
  a.c-button-2,
  a.c-button-3 {
    height: 70px;
    font-size: 1.8rem;
  }
  a.c-button-1:hover,
  a.c-button-2:hover,
  a.c-button-3:hover {
    background: #00a1f8;
    color: #fff;
  }
  a.c-button-1:hover::before {
    right: 20px;
  }
  a.c-button-2 {
    height: 40px;
    font-size: 1.6rem;
  }
}
.c-breadcrumb {
  display: flex;
  flex-wrap: wrap;
  left: 0;
  color: #000;
  padding: min(1vw, 10px);
  font-size: 1.4rem;
  z-index: 20;
}
.c-breadcrumb__list {
  position: relative;
  display: flex;
  align-items: center;
  padding: min(1vw, 10px) 30px min(1vw, 10px) min(1vw, 10px);
  line-height: 1.4;
}
.c-breadcrumb__list::before {
  position: absolute;
  margin-bottom: -2px;
  right: 0;
  content: "";
  clip-path: polygon(0 7%, 7% 0, 57% 50%, 7% 100%, 0 93%, 43% 50%, 0 7%);
  height: 0.8em;
  aspect-ratio: 1;
  background-color: #000;
}
.c-breadcrumb__list:last-child::before {
  display: none;
}
.c-breadcrumb__list a {
  color: #000;
  text-decoration: none;
  transition: all 0.15s linear;
}
.c-breadcrumb__list a:hover {
  color: #00a1f8;
}

@media (max-width: 768px) {
  .c-breadcrumb__list {
    padding: min(1vw, 10px) 30px min(1vw, 10px) min(1vw, 10px);
    font-size: 1.4rem;
  }
  .c-breadcrumb__list::before {
    height: 0.8em;
  }
  .c-breadcrumb__list a {
    transition: all 0s linear;
  }
  .c-breadcrumb__list a:hover {
    color: #000;
  }
}
.nav-links {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  z-index: 30;
  padding: 0 min(4vw, 40px);
}
.nav-links .paging-list {
  display: inline-flex;
  flex-wrap: wrap;
  gap: 10px;
}
.nav-links .page-numbers {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  background: #343434;
  line-height: 1;
  text-decoration: none;
  color: #fff;
  width: 44px;
  height: 44px;
  font-size: 1.6rem;
  box-sizing: border-box;
  transition: all 0.25s linear;
  border-radius: 100%;
}
.nav-links .page-numbers:hover {
  background: #2ab5ff;
}
.nav-links .page-numbers.current {
  background: #00a1f8;
}

.p-top-hero {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  height: 100svh;
  min-height: 940px;
}
.p-top-hero::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: 320px;
  background: linear-gradient(180deg, rgba(42, 57, 89, 0.8) 0%, rgba(42, 57, 89, 0) 100%);
  z-index: 5;
}
.p-top-hero__lead {
  font-family: "Noto Serif JP", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  font-size: min(8.3vw, 10rem);
  font-weight: 200;
  letter-spacing: 0.2em;
  line-height: 1.4;
}
.p-top-hero__lead-sub {
  margin-bottom: min(4.17vw, 50px);
  font-family: "Noto Serif JP", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  font-size: min(4vw, 4.8rem);
  font-weight: 300;
  letter-spacing: 0.1em;
  line-height: 1.4;
}
.p-top-hero__logo {
  width: min(46.8vw, 560px);
}
.p-top-hero .-lead-en {
  margin-bottom: min(0.83vw, 10px);
  font-family: "Poppins";
  font-size: min(3.3vw, 4rem);
  color: #fff;
  letter-spacing: 0.1em;
  line-height: 1.4;
  font-weight: 300;
  text-shadow: 0 0 min(3vw, 30px) rgba(0, 0, 0, 0.7);
}
.p-top-hero .-lead-jp {
  font-family: "Noto Serif JP", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  font-size: min(4.3vw, 5.2rem);
  color: #fff;
  letter-spacing: 0.1em;
  line-height: 1.4;
  font-weight: 200;
  text-shadow: 0 0 min(3vw, 30px) rgba(0, 0, 0, 0.7);
}

.p-top-hero .-ph {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  grid-template-rows: 1fr 1fr;
  grid-template-areas: "ph1 ph1 ph1 ph2 ph2 ph2" "ph3 ph3 ph4 ph4 ph5 ph5";
  z-index: 5;
}
.p-top-hero .-ph .-ph-1 {
  grid-area: ph1;
}
.p-top-hero .-ph .-ph-2 {
  grid-area: ph2;
}
.p-top-hero .-ph .-ph-3 {
  grid-area: ph3;
}
.p-top-hero .-ph .-ph-4 {
  grid-area: ph4;
}
.p-top-hero .-ph .-ph-5 {
  grid-area: ph5;
}

.p-hero-slider {
  position: absolute;
  z-index: 4;
  top: 0 !important;
  height: 100%;
  width: 100%;
}
.p-hero-slider .swiper-wrapper {
  overflow: hidden;
  height: 100%;
  width: 100%;
}
.p-hero-slider .swiper-slide {
  position: relative;
  height: 100%;
}
.p-hero-slider .swiper-slide img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.p-hero-slider .swiper-slide .p-top-hero__box,
.p-hero-slider .swiper-slide .p-top-hero__box-2,
.p-hero-slider .swiper-slide .p-top-hero__box-3 {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 8;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-bottom: min(15vw, 180px);
  width: 100%;
  height: 100%;
  text-align: center;
}
.p-hero-slider .swiper-slide .p-top-hero__box-2 {
  padding-bottom: min(7.5vw, 90px);
}
.p-hero-slider .swiper-slide .p-top-hero__box-3 {
  padding-bottom: 0;
}

@media (max-width: 1024px) {
  .p-top-hero {
    height: 100svh;
    min-height: inherit;
  }
}
@media (max-width: 768px) {
  .p-top-hero::before {
    display: none;
  }
  .p-top-hero__lead {
    margin-bottom: 1.5vw;
    font-size: 9vw;
    font-weight: 200;
  }
  .p-top-hero__lead-sub {
    margin-bottom: 6.5vw;
    font-size: 6vw;
  }
  .p-top-hero__logo {
    width: 70vw;
  }
  .p-top-hero .-lead-en {
    margin-bottom: 4vw;
    font-size: 3.5vw;
  }
  .p-top-hero .-lead-jp {
    font-size: 7.2vw;
  }
  .p-top-hero .-lead-jp span {
    display: inline-block;
  }
  .p-top-hero .-ph {
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: 33.3333333333%;
    grid-template-areas: "ph1 ph1" "ph2 ph3" "ph4 ph5";
    z-index: 5;
  }
  .p-top-hero .-ph .-ph-2,
  .p-top-hero .-ph .-ph-3 {
    position: relative;
  }
  .p-top-hero .-ph .-ph-2::before,
  .p-top-hero .-ph .-ph-3::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.3);
    z-index: 1;
  }
  .p-hero-slider .swiper-slide .p-top-hero__box {
    padding-bottom: 7vw;
  }
  .p-hero-slider .swiper-slide .p-top-hero__box-2 {
    padding-bottom: 8vw;
  }
  .p-hero-slider .swiper-slide .p-top-hero__box-3 {
    padding-bottom: 0;
  }
}
.p-top-contents {
  margin: 0 auto;
  padding: min(12vw, 120px) 0 0 0;
}

.p-top-company {
  margin-bottom: min(14vw, 140px);
  padding: 0 5vw;
}
.p-top-company__inner {
  display: flex;
  gap: min(6vw, 60px);
  margin: 0 auto;
  max-width: 1280px;
}
.p-top-company__ph {
  width: min(44.6vw, 580px);
  height: min(41.5vw, 540px);
}
.p-top-company__ph img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.p-top-company__detail {
  flex: 1;
}
.p-top-company__detail .-txt {
  margin-bottom: min(4vw, 40px);
  font-size: 1.6rem;
}
.p-top-company__detail .-button {
  display: flex;
  justify-content: end;
  width: 100%;
}

.p-top-business,
.p-top-showroom,
.p-top-csr {
  position: relative;
  display: flex;
  align-items: center;
  background: url(../img/p-business-hero_img.webp) center center no-repeat;
  background-size: cover;
  min-height: 740px;
  padding: 0 min(7vw, 70px);
  color: #fff;
}
.p-top-business::before,
.p-top-showroom::before,
.p-top-csr::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
}
.p-top-business::after,
.p-top-showroom::after,
.p-top-csr::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
}
.p-top-business__detail,
.p-top-showroom__detail,
.p-top-csr__detail {
  z-index: 2;
  margin: 0 auto;
  width: 100%;
  max-width: 1580px;
}
.p-top-business__detail .-title,
.p-top-showroom__detail .-title,
.p-top-csr__detail .-title {
  text-shadow: 0 0 min(3vw, 30px) rgba(0, 0, 0, 0.9);
}
.p-top-business__detail .-lead,
.p-top-showroom__detail .-lead,
.p-top-csr__detail .-lead {
  margin-bottom: min(2vw, 20px);
  font-family: "Noto Serif JP", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  font-size: 4.8rem;
  font-weight: 200;
  letter-spacing: 0.05em;
  line-height: 1.4;
  text-shadow: 0 0 min(3vw, 30px) rgba(0, 0, 0, 0.9);
}
.p-top-business__detail .-lead.-csr,
.p-top-showroom__detail .-lead.-csr,
.p-top-csr__detail .-lead.-csr {
  font-size: min(4.14vw, 4.8rem);
}
.p-top-business__detail .-txt,
.p-top-showroom__detail .-txt,
.p-top-csr__detail .-txt {
  font-size: 1.6rem;
  text-shadow: 0 0 min(3vw, 30px) rgba(0, 0, 0, 0.9);
}
.p-top-business__detail .-button,
.p-top-showroom__detail .-button,
.p-top-csr__detail .-button {
  display: flex;
  justify-content: end;
  position: absolute;
  width: 100%;
  bottom: 50px;
  right: 70px;
}

.p-top-business {
  background: url(../img/p-business-hero_img.webp) center center no-repeat;
  background-size: cover;
}
.p-top-business::after {
  height: 480px;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0) 100%);
}

.p-top-showroom {
  background: url(../img/p-showroom-hero_img.webp) center center no-repeat;
  background-size: cover;
}
.p-top-showroom::after {
  height: 480px;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0) 100%);
}

.p-top-csr {
  background: url(../img/p-csr-hero_img.webp) center center no-repeat;
  background-size: cover;
}
.p-top-csr::before {
  background: rgba(38, 96, 0, 0.7);
}

.p-top-news {
  margin: min(14vw, 140px) auto;
  max-width: 940px;
}
.p-top-news__title {
  text-align: center;
}
.p-top-news__btn {
  display: flex;
  justify-content: center;
}

.p-top-access__title {
  text-align: center;
}
.p-top-access__map {
  margin: 0 auto;
}

@media (max-width: 1024px) {
  .p-top-company__inner {
    flex-direction: column;
  }
  .p-top-company__ph {
    width: 100%;
    height: 50vw;
  }
  .p-top-company__detail .-button {
    justify-content: center;
  }
  .p-top-business,
  .p-top-showroom,
  .p-top-csr {
    min-height: 75vw;
    padding: min(12vw, 120px) min(5vw, 50px) min(8vw, 80px);
  }
  .p-top-business__detail .-lead,
  .p-top-showroom__detail .-lead,
  .p-top-csr__detail .-lead {
    margin-bottom: min(2vw, 20px);
    font-size: 4.8rem;
  }
  .p-top-business__detail .-lead.-csr,
  .p-top-showroom__detail .-lead.-csr,
  .p-top-csr__detail .-lead.-csr {
    font-size: min(4.14vw, 4.8rem);
  }
  .p-top-business__detail .-txt,
  .p-top-showroom__detail .-txt,
  .p-top-csr__detail .-txt {
    margin-bottom: 4vw;
    font-size: 1.6rem;
  }
  .p-top-business__detail .-button,
  .p-top-showroom__detail .-button,
  .p-top-csr__detail .-button {
    justify-content: center;
    position: static;
    bottom: static;
    right: static;
  }
}
@media (max-width: 768px) {
  .p-top-business,
  .p-top-showroom,
  .p-top-csr {
    padding: min(12vw, 120px) min(5vw, 50px) min(8vw, 80px);
  }
  .p-top-business__detail .-lead,
  .p-top-showroom__detail .-lead,
  .p-top-csr__detail .-lead {
    font-size: 4.2rem;
  }
  .p-top-business__detail .-lead.-csr,
  .p-top-showroom__detail .-lead.-csr,
  .p-top-csr__detail .-lead.-csr {
    font-size: 4.2rem;
  }
  .p-top-news__btn {
    padding: 0 5vw;
  }
  .p-top-access__map {
    margin: 0 auto;
    position: relative;
    width: 100%;
    height: 0;
    padding-top: 70%; /* 比率を4:3に固定 */
    border-radius: 5px;
  }
  .p-top-access__map iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
}
@media (max-width: 576px) {
  .p-top-business,
  .p-top-showroom,
  .p-top-csr {
    padding: min(12vw, 120px) min(5vw, 50px) min(8vw, 80px);
  }
  .p-top-business__detail .-lead,
  .p-top-showroom__detail .-lead,
  .p-top-csr__detail .-lead {
    font-size: 8vw;
  }
  .p-top-business__detail .-lead.-csr,
  .p-top-showroom__detail .-lead.-csr,
  .p-top-csr__detail .-lead.-csr {
    font-size: 7.5vw;
  }
}
.p-contents {
  margin: 0 auto;
  padding: min(8vw, 80px) min(5vw, 50px) min(18vw, 180px);
  width: 100%;
  max-width: 1040px;
}

.p-contents-2 {
  margin: 0 auto;
  padding: min(8vw, 80px) min(5vw, 50px) min(18vw, 180px);
  width: 100%;
}

.p-contents-3 {
  margin: 0 auto;
  padding: min(8vw, 80px) 0 min(18vw, 180px);
  width: 100%;
  max-width: 940px;
}

.p-company-intro {
  margin-bottom: min(16vw, 160px);
  text-align: center;
}
.p-company-intro .-txt {
  margin-bottom: 1em;
  font-size: 1.6rem;
  line-height: 2;
}

.p-company-message {
  margin-bottom: min(16vw, 160px);
  text-align: center;
}
.p-company-message__title {
  text-align: center;
}
.p-company-message .-txt {
  margin-bottom: 1em;
  font-size: 1.6rem;
  line-height: 2;
}
.p-company-message .-signature {
  font-size: 1.6rem;
  line-height: 2;
}

.p-company-profile {
  margin-bottom: min(16vw, 160px);
}
.p-company-profile__title {
  text-align: center;
}
.p-company-profile .-profile-table {
  display: grid;
  grid-template-columns: min(30vw, 300px) 1fr;
  border-top: solid 1px #e1e1e1;
}
.p-company-profile .-profile-table__head {
  display: flex;
  align-items: center;
  font-weight: 400;
  padding: min(3vw, 30px);
  border-bottom: solid 1px #e1e1e1;
}
.p-company-profile .-profile-table__body {
  padding: min(3vw, 30px);
  border-bottom: solid 1px #e1e1e1;
}

.p-company-business {
  margin-bottom: min(16vw, 160px);
  text-align: center;
}
.p-company-business__title {
  text-align: center;
}
.p-company-business .-service {
  font-size: 2.2rem;
}

.p-company-history__title {
  text-align: center;
}
.p-company-history .-history-table {
  display: grid;
  grid-template-columns: 22em 1fr;
  padding: min(3vw, 30px) 0;
  border-top: solid 1px #e1e1e1;
  border-bottom: solid 1px #e1e1e1;
}
.p-company-history .-history-table__head {
  font-weight: 400;
  padding: min(2vw, 20px) 0 min(2vw, 20px) min(3vw, 30px);
}
.p-company-history .-history-table__head p {
  display: flex;
  align-items: center;
}
.p-company-history .-history-table__head p:after {
  content: "";
  height: 1px;
  flex-grow: 1;
  background-color: #e1e1e1;
}
.p-company-history .-history-table__head p:after {
  margin-left: 0.5em;
}
.p-company-history .-history-table__head span {
  width: 14em;
}
.p-company-history .-history-table__body {
  padding: min(2vw, 20px);
}

@media (max-width: 1024px) {
  .p-company-intro {
    text-align: left;
  }
  .p-company-message {
    text-align: left;
  }
  .p-company-message .-signature {
    text-align: right;
  }
}
@media (max-width: 768px) {
  .p-company-profile .-profile-table {
    display: grid;
    grid-template-columns: 1fr;
  }
  .p-company-profile .-profile-table__head {
    background: #f9f9f9;
    padding: 3vw;
  }
  .p-company-profile .-profile-table__body {
    padding: 3vw;
  }
  .p-company-business .-service {
    font-size: 1.8rem;
  }
  .p-company-history .-history-table {
    display: grid;
    grid-template-columns: 1fr;
    padding: 0;
    border-top: none;
    border-bottom: none;
  }
  .p-company-history .-history-table__head {
    padding: 2vw 2vw 1vw 2vw;
  }
  .p-company-history .-history-table__head p {
    display: flex;
    align-items: center;
  }
  .p-company-history .-history-table__head p:after {
    content: "";
    height: 1px;
    flex-grow: 1;
    background-color: #e1e1e1;
  }
  .p-company-history .-history-table__head p:after {
    margin-left: 0.5em;
  }
  .p-company-history .-history-table__head span {
    width: auto;
  }
  .p-company-history .-history-table__body {
    padding: 2vw 2vw 4vw 2vw;
  }
  .p-company-history .-history-table__body:last-child {
    padding: 2vw 2vw 0 2vw;
  }
}
.p-business-items {
  margin: 0 auto;
  max-width: 1240px;
}
.p-business-items .-item__lists {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
  gap: min(2vw, 20px);
}
.p-business-items .-item__lists-list {
  width: 100%;
}

.modaal-inner-wrapper {
  padding: 20px !important;
}

.modaal-container {
  background: none !important;
  max-width: 1080px !important;
}

.modaal-content-container {
  padding: 0 !important;
}

.modaal-wrapper .modaal-close {
  background: #000 !important;
}

.item-modal {
  background: #fff;
  width: 100%;
  max-width: 1080px;
  border-radius: 8px;
  padding: min(4vw, 40px) min(6vw, 60px) min(6vw, 60px);
}
.item-modal .-title-category {
  padding: 0 min(1.5vw, 10px);
  font-family: "Poppins";
  color: #00a1f8;
  font-size: 1.4rem;
  line-height: 1;
}
.item-modal .-title-item {
  margin-bottom: min(4vw, 40px);
  padding: min(1vw, 5px) min(1.5vw, 10px) min(2vw, 15px);
  font-size: 2.8rem;
  line-height: 1.4;
  border-bottom: solid 3px #000;
}
.item-modal .-item-ph {
  margin: 0 auto min(5vw, 50px);
  width: 100%;
  max-width: 780px;
}
.item-modal .-item-ph img {
  border-radius: 5px;
}
.item-modal .-item-info {
  margin-bottom: min(5vw, 50px);
  background: #ededed;
  padding: min(2vw, 20px) min(3vw, 30px);
  border-radius: 4px;
}
.item-modal .-maker {
  padding: min(1vw, 10px);
}
.item-modal .-maker-title {
  margin-bottom: min(2vw, 20px);
  font-size: 1.8rem;
}
.item-modal .-maker-link {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: min(1.5vw, 15px) min(2vw, 20px);
}
.item-modal .-maker-link__list {
  width: 100%;
  display: grid;
  grid-template-rows: subgrid;
  grid-row: span 1;
  gap: 0;
}

@media (max-width: 576px) {
  .modaal-inner-wrapper {
    padding: 10px !important;
  }
  .p-business-items .-item__lists {
    grid-template-columns: 1fr;
  }
}
.p-showroom-intro {
  margin-bottom: min(6vw, 60px);
  text-align: center;
}
.p-showroom-intro .-txt {
  font-size: 1.6rem;
  line-height: 2;
}

.p-showroom-products {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: min(4vw, 40px);
  margin: 0 auto min(18vw, 180px);
  padding: min(5.8vw, 70px) min(5vw, 60px) min(7.5vw, 90px);
  background: #00a1f8;
  width: 100%;
  max-width: 1540px;
  border-radius: 10px;
}
.p-showroom-products__item {
  text-align: center;
}
.p-showroom-products__title {
  position: relative;
  font-size: min(2vw, 2.4rem);
  font-weight: 500;
  color: #fff;
  margin-bottom: 1.5em;
}
.p-showroom-products__title::after {
  position: absolute;
  content: "●";
  left: 50%;
  bottom: -1.5em;
  font-size: 0.5em;
  transform: translateX(-50%);
  display: block;
}
.p-showroom-products__image {
  overflow: hidden;
  border-radius: 5px;
}

.p-showroom-movie__title {
  text-align: center;
}
.p-showroom-movie__container {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: min(6vw, 60px) min(4vw, 40px);
  margin: 0 auto;
  width: 100%;
  max-width: 1200px;
}
.p-showroom-movie__item {
  text-align: center;
  display: grid;
  grid-template-rows: subgrid;
  grid-row: span 3;
  gap: 0;
}
.p-showroom-movie__item .-movie-logo {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: min(2vw, 20px);
}
.p-showroom-movie__item .-movie-logo.-nakamura img {
  width: 120px;
}
.p-showroom-movie__item .-movie-logo.-smc img {
  width: 200px;
}
.p-showroom-movie__item .-movie-logo.-ntn img {
  width: 182px;
}
.p-showroom-movie__item .-movie-logo.-i-wrist img {
  width: 160px;
}
.p-showroom-movie__item .-movie-title {
  position: relative;
  font-size: 2rem;
  font-weight: 500;
  margin-bottom: 1.5em;
}
.p-showroom-movie__item .-movie-title::after {
  position: absolute;
  content: "●";
  left: 50%;
  bottom: -1.5em;
  font-size: 0.5em;
  transform: translateX(-50%);
  display: block;
}
.p-showroom-movie__item .-movie-thumbnail {
  overflow: hidden;
  border-radius: 5px;
}
.p-showroom-movie__item .-movie-thumbnail a {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.15s linear;
}
.p-showroom-movie__item .-movie-thumbnail a .-ph {
  transition: all 0.15s linear;
}
.p-showroom-movie__item .-movie-thumbnail a .-icon {
  position: absolute;
  z-index: 1;
}
.p-showroom-movie__item .-movie-thumbnail a:hover .-ph {
  opacity: 0.6;
}

@media (max-width: 1024px) {
  .p-showroom-intro {
    text-align: left;
  }
  .p-showroom-products {
    grid-template-columns: 1fr;
    padding: 4vw 4vw 5vw;
    border-radius: 8px;
  }
  .p-showroom-products__title {
    font-size: 2.4rem;
  }
}
@media (max-width: 768px) {
  .p-showroom-products__title {
    font-size: 4.5vw;
  }
  .p-showroom-movie__container {
    display: grid;
    grid-template-columns: 1fr;
    gap: 10vw 0;
  }
  .p-showroom-movie__item .-movie-title {
    font-size: 1.8rem;
  }
  .p-showroom-movie__item .-movie-thumbnail a {
    transition: all 0s linear;
  }
  .p-showroom-movie__item .-movie-thumbnail a .-ph {
    transition: all 0s linear;
  }
  .p-showroom-movie__item .-movie-thumbnail a .-icon img {
    width: 60px;
  }
  .p-showroom-movie__item .-movie-thumbnail a:hover .-ph {
    opacity: 1;
  }
}
.p-csr-flame {
  margin: 0 auto min(12vw, 120px);
  max-width: 1040px;
}

.p-csr-info {
  border: solid 1px #e1e1e1;
  border-radius: 5px;
  padding: min(4vw, 40px) min(5vw, 50px);
}
.p-csr-info .-txt {
  margin-bottom: min(2vw, 20px);
  font-size: 1.6rem;
}
.p-csr-info .-signature {
  font-size: 1.6rem;
  line-height: 1.6;
  text-align: right;
}

.p-csr-privacy {
  margin: 0 auto;
  max-width: 940px;
}
.p-csr-privacy .-txt {
  font-size: 1.6rem;
  padding-left: 1em;
  text-indent: -1em;
}
.p-csr-privacy a {
  color: #000;
  text-decoration: underline;
}
.p-csr-privacy a:hover {
  color: #00a1f8;
  text-decoration: none;
}

@media (max-width: 768px) {
  .p-csr-privacy a {
    color: #000;
    text-decoration: underline;
  }
  .p-csr-privacy a:hover {
    color: #000;
    text-decoration: underline;
  }
}
.p-news__title {
  text-align: center;
  margin-bottom: min(5vw, 50px);
}

.p-news-lists {
  margin-bottom: min(6vw, 60px);
  border-top: solid 1px #e5e5e5;
}
.p-news-lists__list a {
  position: relative;
  display: flex;
  align-items: center;
  padding: min(3vw, 25px) min(6vw, 50px) min(3vw, 25px) min(2.5vw, 20px);
  color: #000;
  text-decoration: none;
  border-bottom: solid 1px #e5e5e5;
  overflow: hidden;
  transition: all 0.15s linear;
}
.p-news-lists__list a:hover {
  background: #f9f9f9;
}
.p-news-lists__list a .-date {
  position: relative;
  font-family: "Poppins";
  display: inline-block;
  width: 8.5em;
}
.p-news-lists__list a .-txt {
  display: inline-block;
  flex: 1;
}
.p-news-lists__list a::before {
  position: absolute;
  right: 15px;
  content: "";
  clip-path: polygon(0 7%, 7% 0, 57% 50%, 7% 100%, 0 93%, 43% 50%, 0 7%);
  height: 0.8em;
  aspect-ratio: 1;
  background-color: #000;
  transition: all 0.1s linear;
}
.p-news-lists__list a:hover::before {
  right: 10px;
}

@media (max-width: 768px) {
  .p-news-lists__list a {
    display: flex;
    flex-wrap: wrap;
    padding: 4vw 60px 4vw 5vw;
    transition: all 0s linear;
  }
  .p-news-lists__list a:hover {
    background: #fff;
    color: #000;
  }
  .p-news-lists__list a:hover .-arrow {
    background: #000;
  }
  .p-news-lists__list a:hover .-arrow::before {
    background-color: #fff;
  }
  .p-news-lists__list a .-date {
    display: block;
    width: 100%;
  }
  .p-news-lists__list a .-txt {
    display: inline-block;
    flex: inherit;
    width: 100%;
  }
  .p-news-lists__list a::before {
    transition: all 0s linear;
  }
  .p-news-lists__list a:hover::before {
    right: 15px;
  }
}
.p-news__article {
  margin-bottom: min(8vw, 80px);
  padding-bottom: min(4vw, 40px);
  border-bottom: solid 1px #e1e1e1;
}
.p-news__article-inner {
  padding: min(2vw, 20px);
}
.p-news__article .-info {
  margin-bottom: min(1vw, 10px);
  display: flex;
  flex-wrap: wrap;
}
.p-news__article .-info .-date {
  font-family: "Poppins";
  font-size: 1.6rem;
}
.p-news__article-title {
  margin-bottom: min(6vw, 60px);
  padding: min(1vw, 10px) min(1vw, 10px) min(3vw, 30px);
  font-size: 2.6rem;
  font-weight: 500;
  line-height: 1.4;
  border-bottom: solid 3px #000;
}
.p-news__article-inner h1,
.p-news__article-inner h2,
.p-news__article-inner h3 {
  margin-bottom: min(4vw, 40px);
  font-size: 2.6rem;
  font-weight: 500;
  line-height: 1.4;
}
.p-news__article-inner h1 {
  border-bottom: 1px solid #dfdfdf;
  padding: 0.8em 0 1em;
}
.p-news__article-inner h2 {
  font-size: 2.2rem;
  border-bottom: 1px solid #e5e5e5;
  padding: 0.8em 0 1em;
}
.p-news__article-inner h3 {
  background: #f4f4f4;
  font-size: 1.6rem;
  padding: 0.8em 1em;
}
.p-news__article-inner p {
  margin-bottom: min(4vw, 40px);
}
.p-news__article-inner figure {
  margin-bottom: min(4vw, 40px) !important;
}
.p-news__article-inner ol {
  margin-bottom: min(2vw, 20px);
  padding-left: 2em;
}
.p-news__article-inner ol li {
  margin-bottom: min(1vw, 5px);
  list-style: decimal;
  line-height: 1.6;
}
.p-news__article-inner ul {
  margin-bottom: min(2vw, 20px);
  padding-left: 2em;
}
.p-news__article-inner ul li {
  margin-bottom: min(1vw, 5px);
  list-style: disc;
  line-height: 1.6;
}
.p-news__article-inner table {
  background: #fff;
  border: 2px solid #5d5d5d;
}
.p-news__article-inner table thead {
  border-bottom: 2px solid #5d5d5d;
}
.p-news__article-inner table thead th {
  background: #ff0;
  text-align: center;
}
.p-news__article-inner table th,
.p-news__article-inner table tr:nth-child(even) {
  background: #f5f5f5;
}
.p-news__article-inner table td,
.p-news__article-inner table th {
  border-color: #a3a3a3;
}
.p-news__article-inner blockquote {
  background: #f5f5f5;
  position: relative;
  border-left: 3px solid #5d5d5d;
  padding: min(2vw, 20px);
}
.p-news__article-inner blockquote:before {
  position: absolute;
  font-family: "FontAwesome";
  content: "\f10d";
  font-size: 20px;
  color: #5d5d5d;
}
.p-news__article-inner blockquote p {
  position: relative;
  padding-left: 30px;
}
.p-news__article-inner blockquote cite {
  display: block;
  font-size: 0.8em;
  text-align: right;
}

.wp-block-image {
  text-align: center;
}

.wp-block-image img {
  display: inline-block;
}

@media (max-width: 768px) {
  .p-news__article .-info .-date {
    font-size: 1.6rem;
  }
  .p-news__article-title {
    font-size: 2.4rem;
  }
  .p-news__article-inner h1,
  .p-news__article-inner h2,
  .p-news__article-inner h3 {
    font-size: 2.4rem;
  }
  .p-news__article-inner h2 {
    font-size: 2rem;
  }
  .p-news__article-inner h3 {
    font-size: 1.8rem;
  }
  .p-news__article-inner ol li {
    line-height: 1.6;
  }
  .p-news__article-inner ul li {
    line-height: 1.6;
  }
}
@media (max-width: 576px) {
  .p-news__article .-info .-date {
    font-size: 1.4rem;
  }
  .p-news__article-title {
    font-size: 2.2rem;
  }
  .p-news__article-inner h1,
  .p-news__article-inner h2,
  .p-news__article-inner h3 {
    font-size: 2.2rem;
  }
  .p-news__article-inner h2 {
    font-size: 1.8rem;
  }
  .p-news__article-inner h3 {
    font-size: 1.7rem;
  }
  .p-news__article-inner ol li {
    line-height: 1.6;
  }
  .p-news__article-inner ul li {
    line-height: 1.6;
  }
}
.p-inquiry__box {
  margin: 0 auto;
}
.p-inquiry__lead {
  margin-bottom: min(2vw, 20px);
  padding: min(2vw, 20px);
  font-size: 1.6rem;
}
.p-inquiry__lists {
  display: grid;
  grid-template-columns: min(33vw, 300px) 1fr;
  border-top: solid 1px #e5e5e5;
}
.p-inquiry__lists dt {
  display: flex;
  align-items: start;
  padding: min(5.5vw, 55px) min(2vw, 20px) min(4vw, 40px);
  font-size: 1.6rem;
  font-weight: normal;
  border-bottom: solid 1px #e5e5e5;
}
.p-inquiry__lists dt p {
  display: flex;
  width: 100%;
}
.p-inquiry__lists dd {
  padding: min(4vw, 40px) min(2vw, 20px);
  border-bottom: solid 1px #e5e5e5;
}
.p-inquiry__lists dd .-info-txt {
  margin-top: min(1vw, 10px);
  font-size: 1.6rem;
}
.p-inquiry .-hissu,
.p-inquiry .-hissu-agree {
  margin-left: auto;
  padding: 0.4em 1.5em 0.5em;
  background: #ff6480;
  display: inline-block;
  font-size: 1.4rem;
  color: #fff;
  line-height: 1;
  border-radius: 3px;
}
.p-inquiry .-hissu-agree {
  margin-left: min(2vw, 15px);
}

.p-inquiry__agree {
  margin-top: min(4vw, 40px);
}
.p-inquiry__agree-txt-1 {
  margin-bottom: min(2vw, 20px);
  font-size: 1.6rem;
  text-align: center;
}
.p-inquiry__agree-txt-2 {
  font-size: 1.8rem;
  text-align: center;
}
.p-inquiry__agree a {
  color: #000;
  text-decoration: underline;
}
.p-inquiry__agree a:hover {
  text-decoration: none;
}

.p-inquiry__btn-lists {
  margin-top: min(5vw, 50px);
  display: flex;
  justify-content: center;
  gap: min(2vw, 20px);
}
.p-inquiry__btn-lists-list {
  width: 100%;
  max-width: 450px;
}
.p-inquiry__btn-lists.-wide .p-inquiry__btn-lists-list {
  width: 100%;
  max-width: 580px;
}

.p-inquiry__complete-lead {
  margin-bottom: min(4vw, 35px);
  text-align: center;
  font-size: 3rem;
  font-weight: 400;
  line-height: 1.6;
}
.p-inquiry__complete-txt {
  margin-bottom: min(6vw, 60px);
  text-align: center;
  font-size: 1.6rem;
}
.p-inquiry__complete-logo {
  margin: 0 auto min(8vw, 80px);
  width: 480px;
}
.p-inquiry__complete-logo a {
  transition: all 0.15s ease-out;
}
.p-inquiry__complete-logo a:hover {
  opacity: 0.7;
}

@media (max-width: 1024px) {
  .p-inquiry__complete-txt {
    text-align: left;
  }
}
@media (max-width: 768px) {
  .p-inquiry__lead {
    font-size: 1.6rem;
  }
  .p-inquiry__lists {
    display: grid;
    grid-template-columns: 1fr;
  }
  .p-inquiry__lists dt {
    padding: 4vw 1vw;
    font-size: 1.6rem;
  }
  .p-inquiry__lists dd {
    padding: 4vw 1vw;
  }
  .p-inquiry__lists dd .-info-txt {
    font-size: 1.6rem;
  }
  .p-inquiry__btn-lists {
    display: flex;
    flex-flow: column;
    align-items: center;
    gap: 3vw;
  }
  .p-inquiry__btn-lists-list {
    max-width: 450px;
  }
  .p-inquiry__btn-lists.-wide .p-inquiry__btn-lists-list {
    max-width: 450px;
  }
  .p-inquiry__btn-lists .-order-1 {
    order: 1;
  }
  .p-inquiry__btn-lists .-order-2 {
    order: 2;
  }
  .p-inquiry__complete-lead {
    text-align: center;
    font-size: 2.4rem;
  }
  .p-inquiry__complete-txt {
    font-size: 1.6rem;
  }
  .p-inquiry__complete-logo {
    width: 70vw;
  }
  .p-inquiry__complete-logo a {
    transition: all 0s ease-out;
  }
  .p-inquiry__complete-logo a:hover {
    opacity: 1;
  }
}
@media (max-width: 576px) {
  .p-inquiry__title {
    font-size: 2rem;
  }
  .p-inquiry__lead {
    font-size: 1.6rem;
  }
  .p-inquiry__lists {
    display: grid;
    grid-template-columns: 1fr;
  }
  .p-inquiry__lists dt {
    padding: 4vw 1vw;
    font-size: 1.6rem;
  }
  .p-inquiry__lists dd {
    padding: 4vw 1vw;
  }
  .p-inquiry__lists dd .-info-txt {
    font-size: 1.6rem;
  }
  .p-inquiry__complete-lead {
    font-size: 2rem;
    text-align: left;
  }
  .p-inquiry__complete-txt {
    font-size: 1.6rem;
  }
  .p-inquiry__complete-logo {
    width: 80vw;
  }
}
.-form input[type=submit],
.-form input[type=text],
.-form input[type=tel],
.-form input[type=email],
.-form input[type=date],
.-form select,
.-form textarea,
.-form button {
  -moz-appearance: none;
  -webkit-appearance: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  outline: none;
  border: none;
}
.-form input[type=text],
.-form input[type=tel],
.-form input[type=email],
.-form input[type=date],
.-form select,
.-form textarea {
  background: #f5f5f5;
  display: block;
  font-size: 1.6rem;
  font-weight: 400;
  padding: min(2vw, 15px) min(3vw, 25px);
  width: 100%;
  transition: 0.25s;
  border: 1px solid #e5e5e5;
}
.-form input[type=text]:focus,
.-form input[type=tel]:focus,
.-form input[type=email]:focus,
.-form input[type=date]:focus,
.-form select:focus,
.-form textarea:focus {
  border: 1px solid #ff6480;
}
.-form textarea[name=content] {
  display: inline-block;
  width: 100%;
}
.-form input::placeholder,
.-form textarea::placeholder {
  color: #ccc;
}
.-form label {
  display: inline-block;
  cursor: pointer;
}
.-form select,
.-form select:focus {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background: #fff url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="10" height="10" viewBox="0 0 10 10"><polygon points="0,0 10,0 5,5" fill="%23000000"/></svg>') no-repeat right 1.5em center;
  padding-right: 3em;
}

.arrow-next,
.arrow-prev {
  display: inline-block;
  position: relative;
  width: 100%;
}
.arrow-next .arrow,
.arrow-prev .arrow {
  position: absolute;
  top: 15px;
  right: 10px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  padding-left: 7px;
  height: 30px;
  width: 30px;
  border-radius: 9999px;
  transition: all 0.1s linear;
  z-index: 30;
}
.arrow-next .arrow::before,
.arrow-prev .arrow::before {
  position: absolute;
  content: "";
  clip-path: polygon(0 7%, 7% 0, 57% 50%, 7% 100%, 0 93%, 43% 50%, 0 7%);
  height: 0.8em;
  aspect-ratio: 1;
  background: #fff;
}

.arrow-prev .arrow {
  left: 15px;
  padding-left: inherit;
  padding-right: 7px;
}
.arrow-prev .arrow::before {
  clip-path: polygon(100% 7%, 93% 0, 43% 50%, 93% 100%, 100% 93%, 57% 50%, 100% 7%);
  background-color: #fff;
}
.arrow-prev:hover .arrow {
  right: inherit;
}

.c-button-next,
.c-button-prev {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #00a1f8;
  text-align: center;
  height: 60px;
  width: 100%;
  padding: 10px;
  font-size: 1.6rem;
  line-height: 1.4;
  text-decoration: none;
  color: #fff;
  border-radius: 4px;
  transition: all 0.25s linear;
}
.c-button-next:disabled,
.c-button-prev:disabled {
  opacity: 0.3;
  pointer-events: none;
}
.c-button-next:hover,
.c-button-prev:hover {
  background: #2ab5ff;
}

.c-button-prev {
  background: #000;
}
.c-button-prev:hover {
  background: #868686;
}

.wpcf7-spinner {
  display: none !important;
}

.wpcf7-form-control-wrap > .wpcf7-not-valid-tip {
  margin-top: min(1vw, 10px);
  color: #ff4545 !important;
}

.custom-checkbox {
  position: relative;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
}
.custom-checkbox input[type=checkbox] {
  display: none;
}
.custom-checkbox .icon-wrapper {
  position: relative;
  font-size: 22px;
  width: 24px;
  height: 24px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
.custom-checkbox .fa-regular.fa-square {
  position: absolute;
  margin-top: 10px;
  margin-right: 0;
  color: #000;
}
.custom-checkbox .fa-solid.fa-check {
  margin-top: 10px;
  margin-right: 0;
  position: absolute;
  color: #ff6480;
  display: none;
}
.custom-checkbox input[type=checkbox]:checked + .icon-wrapper .fa-regular.fa-square {
  display: none;
}
.custom-checkbox input[type=checkbox]:checked + .icon-wrapper .fa-solid.fa-check {
  display: block;
}

@media (max-width: 768px) {
  .arrow-next .arrow,
  .arrow-prev .arrow {
    transition: all 0s linear;
  }
  .arrow-next .arrow::before,
  .arrow-prev .arrow::before {
    height: 0.8em;
    transition: all 0s linear;
  }
  .c-button-next,
  .c-button-prev {
    height: 70px;
    transition: all 0s linear;
  }
  .c-button-next:hover,
  .c-button-prev:hover {
    background: #00a1f8;
  }
  .c-button-prev:hover {
    background: #000;
  }
}
.p-privacy__lead {
  margin: 0 auto min(6vw, 60px);
  font-size: 1.6rem;
}
.p-privacy .-privacy-title {
  margin-bottom: min(1vw, 10px);
  font-size: 1.8rem;
  font-weight: 500;
}
.p-privacy .-privacy-box {
  margin-bottom: min(4vw, 40px);
}
.p-privacy .-privacy-txt-1 {
  margin-bottom: min(1vw, 10px);
  font-size: 1.6rem;
}
.p-privacy .-privacy-txt-1 a {
  color: #000;
  text-decoration: underline;
}
.p-privacy .-privacy-txt-1 a:hover {
  color: #00a1f8;
  text-decoration: none;
}
.p-privacy .-privacy-txt-r {
  margin-bottom: min(2vw, 20px);
  font-size: 1.6rem;
  text-align: right;
}
.p-privacy .-privacy-list-1 > li {
  margin-bottom: min(1vw, 5px);
  text-indent: -1em;
  padding-left: 1em;
  font-size: 1.6rem;
  line-height: 1.6;
}
.p-privacy .-privacy-list-2 > li {
  margin-bottom: min(1vw, 5px);
  text-indent: -2.5em;
  padding-left: 2.5em;
  font-size: 1.6rem;
  line-height: 1.6;
}
.p-privacy .-privacy-logo {
  margin: 0 auto;
  width: 140px;
}

.-li-mg > li {
  margin-bottom: min(2vw, 15px) !important;
}

@media (max-width: 768px) {
  .p-privacy .-privacy-title {
    font-size: 1.8rem;
  }
  .p-privacy .-privacy-txt-1 {
    font-size: 1.6rem;
  }
  .p-privacy .-privacy-txt-1 a {
    color: #000;
    text-decoration: underline;
  }
  .p-privacy .-privacy-txt-1 a:hover {
    color: #000;
    text-decoration: underline;
  }
  .p-privacy .-privacy-txt-r {
    font-size: 1.6rem;
  }
  .p-privacy .-privacy-list-1 li {
    font-size: 1.6rem;
  }
  .p-privacy .-privacy-list-2 li {
    font-size: 1.6rem;
  }
}
@media (max-width: 576px) {
  .p-privacy .-privacy-title {
    font-size: 1.8rem;
  }
  .p-privacy .-privacy-txt-1 {
    font-size: 1.6rem;
  }
  .p-privacy .-privacy-list-1 li {
    font-size: 1.6rem;
  }
  .p-privacy .-privacy-list-2 li {
    font-size: 1.6rem;
  }
}
.p-404 {
  margin-bottom: min(14vw, 140px);
}
.p-404__complete-en-1 {
  margin-bottom: min(0.5vw, 5px);
  font-family: "Poppins";
  font-size: 15rem;
  font-weight: 600;
  line-height: 1;
  text-align: center;
}
.p-404__complete-en-2 {
  margin-bottom: min(3vw, 30px);
  font-family: "Poppins";
  font-size: 2.8rem;
  font-weight: 600;
  line-height: 1;
  text-align: center;
}
.p-404__complete-lead {
  margin-bottom: min(6vw, 60px);
  font-size: 1.6rem;
  text-align: center;
}

@media (max-width: 768px) {
  .p-404__complete-en-1 {
    font-size: 10rem;
  }
  .p-404__complete-en-2 {
    font-size: 1.8rem;
  }
  .p-404__complete-lead {
    font-size: 1.4rem;
  }
}
.p-gnav-wide {
  margin-right: min(1vw, 35px);
  margin-left: auto;
}
.p-gnav-wide__lists {
  display: flex;
}
.p-gnav-wide__lists-list a {
  display: inline-block;
  position: relative;
  padding: min(1vw, 10px) min(1.4vw, 25px);
  font-size: 1.6rem;
  line-height: 1;
  color: #fff;
  text-decoration: none;
  text-align: center;
  border-radius: 100px;
  transition: all 0.1s linear;
}
.p-gnav-wide__lists-list a:hover {
  background: #00a1f8;
}

@media (max-width: 1240px) {
  .p-gnav-wide__lists-list a {
    font-size: 1.5rem;
  }
}
@media (max-width: 1024px) {
  .p-gnav-wide {
    display: none;
  }
}
.p-gnav {
  display: none;
}

/* スマホメニュー開閉ボタン */
.p-gnav__button {
  display: none;
}

.p-gnav__wrap {
  display: none;
}

.p-gnav__wrap.open {
  display: block;
}

.p-gnav__wrap.close {
  display: none;
}

@media (max-width: 1024px) {
  /* スマホメニュー開閉ボタン */
  /* nav-wrap */
  .p-gnav__wrap {
    position: fixed;
    left: 0;
    top: 0;
    display: none;
    opacity: 0;
    z-index: 50;
    background-color: rgba(0, 0, 0, 0.9);
    width: 100vw;
    height: 100svh;
    transition: all 0.25s;
  }
  .p-gnav__wrap.open {
    display: block;
    opacity: 1;
  }
  .p-gnav__wrap.close {
    display: none;
    opacity: 0;
    transition-delay: 0s;
  }
  /* p-gnav__button */
  .p-gnav__button {
    z-index: 60;
    position: fixed;
    background: #00a1f8;
    top: 10px;
    right: 10px;
    display: block;
    width: 46px;
    height: 46px;
    border-radius: 9999px;
    transition: all 0.25s;
    cursor: pointer;
  }
  .p-gnav__button:hover {
    background: #2ab5ff;
  }
  .p-gnav__button span {
    display: inline-block;
    position: absolute;
    left: 10px;
    width: 28px;
    height: 3px;
    border-radius: 9999px;
    background-color: #fff;
    transition: all 0.25s;
  }
  .p-gnav__button span:nth-of-type(1) {
    top: 14px;
  }
  .p-gnav__button span:nth-of-type(2) {
    top: 22px;
    width: 23px;
  }
  .p-gnav__button span:nth-of-type(3) {
    top: 30px;
    width: 18px;
  }
  .p-gnav__button.active {
    position: fixed;
  }
  .p-gnav__button.active span:nth-of-type(1) {
    right: 9px;
    transform: translateY(8px) rotate(-45deg);
  }
  .p-gnav__button.active span:nth-of-type(2) {
    opacity: 0;
  }
  .p-gnav__button.active span:nth-of-type(3) {
    right: 9px;
    transform: translateY(-8px) rotate(45deg);
    width: 28px;
  }
  .p-gnav {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100svh;
    width: 100vw;
    text-align: center;
  }
  .p-gnav__lists-list a {
    display: block;
    padding: 10px;
    font-size: 1.8rem;
    font-weight: 400;
    line-height: 1.4;
    color: #fff;
    text-decoration: none;
  }
  .p-gnav__lists-list a .-en {
    display: block;
    font-family: "Poppins";
    font-size: 2.8rem;
    color: #e68d15;
  }
  .p-gnav__lists-list a .-jp {
    display: block;
    font-size: 1.6rem;
  }
}
@media (max-width: 768px) {
  .p-gnav__button:hover {
    background: #00a1f8;
  }
}
@media (orientation: landscape) and (max-width: 768px) {
  .p-gnav__inner {
    display: flex;
    column-gap: 5vw;
    flex-direction: row;
  }
  .p-gnav__box {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }
  .p-gnav__lists-list a {
    display: block;
    padding: 5px;
    font-size: 1.8rem;
    transition: all 0s;
  }
  .p-gnav__lists-list a:hover {
    color: #fff;
  }
}
.p-footer__frame {
  margin: 0 auto;
  padding: min(5vw, 50px) min(4vw, 40px) min(7vw, 70px);
  width: 100%;
  max-width: 1340px;
  color: #fff;
}

.p-footer__nav {
  display: flex;
  justify-content: center;
  padding: min(1vw, 10px) min(2vw, 20px) min(5vw, 50px);
  border-bottom: solid 1px #565656;
}
.p-footer__nav-1-lists {
  display: flex;
  flex-wrap: wrap;
  gap: 1em;
}
.p-footer__nav-1-list a {
  position: relative;
  display: inline-block;
  padding: 0 1.2em;
  font-family: "Poppins";
  color: #fff;
  font-size: 1.6rem;
  line-height: 1.2;
  text-decoration: none;
  transition: all 0.1s linear;
}
.p-footer__nav-1-list a:hover {
  color: #2ab5ff;
}
.p-footer__nav-1-list a::before {
  position: absolute;
  content: "●";
  top: 0;
  left: 0;
  font-weight: 900;
}
.p-footer__nav-1-list .-flex {
  display: flex;
  flex-wrap: wrap;
  gap: 0 1em;
}
.p-footer__nav-2-lists {
  position: relative;
  line-height: 1.2;
  margin-top: 1em;
}
.p-footer__nav-2-lists:last-child {
  margin-top: 0;
}
.p-footer__nav-2-list {
  margin-bottom: min(2vw, 15px);
}
.p-footer__nav-2-list a {
  display: flex;
  align-items: center;
  padding: 0 0 0 0.4em;
  font-size: 1.4rem;
  line-height: 1.2;
  text-decoration: none;
  transition: all 0.1s linear;
}
.p-footer__nav-2-list a:hover {
  color: #2ab5ff;
}
.p-footer__nav-2-list a:before {
  position: inherit;
  content: "";
  height: 1px;
  width: 1em;
  background-color: #959595;
}
.p-footer__nav-2-list a:before {
  margin-right: 0.5em;
}

.p-footer__inquiry {
  padding: min(5vw, 50px) min(2vw, 20px) 0;
  text-align: center;
}
.p-footer__inquiry .-title {
  font-family: "Poppins";
  font-size: 6.8rem;
  font-weight: 400;
  line-height: 1.4;
}
.p-footer__inquiry .-subtitle {
  margin-bottom: min(2vw, 20px);
  font-size: 2rem;
  line-height: 1.4;
}
.p-footer__inquiry .-description {
  margin-bottom: min(4.5vw, 45px);
  font-size: 1.6rem;
  line-height: 1.4;
}
.p-footer__inquiry .-box {
  display: inline-flex;
  flex-wrap: wrap;
  gap: min(3vw, 30px);
  justify-content: center;
}
.p-footer__inquiry .-box-tel {
  margin-top: 8px;
  font-family: "Poppins";
  font-size: 5rem;
  font-weight: 500;
  line-height: 1;
}
.p-footer__inquiry .-box-tel a {
  color: #fff;
  text-decoration: none;
}
.p-footer__inquiry .-box-btn {
  width: 450px;
}
.p-footer__inquiry .-box-privacy {
  padding: 5px;
  text-align: right;
}
.p-footer__inquiry .-box-privacy a {
  display: inline-flex;
  align-items: center;
  padding: 0 0 0 0.4em;
  color: #fff;
  font-size: 1.4rem;
  line-height: 1.2;
  text-decoration: none;
  transition: all 0.1s linear;
}
.p-footer__inquiry .-box-privacy a:hover {
  color: #2ab5ff;
}
.p-footer__inquiry .-box-privacy a:before {
  position: inherit;
  content: "";
  height: 1px;
  width: 1em;
  background-color: #959595;
}
.p-footer__inquiry .-box-privacy a:before {
  margin-right: 0.5em;
}

.p-footer-company {
  padding: min(4vw, 40px) min(3vw, 30px);
  background: #ffffff;
  color: #000;
  width: 100%;
}
.p-footer-company__inner {
  display: flex;
  justify-content: center;
  align-items: end;
  margin: 0 auto;
  width: 100%;
  max-width: 1340px;
}
.p-footer-company__info {
  display: flex;
  align-items: center;
  gap: min(2vw, 20px);
}
.p-footer-company__info .-logo {
  width: 274px;
}
.p-footer-company__info .-company-nakamurakoki {
  margin-bottom: 5px;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.3;
}
.p-footer-company__info .-company-add {
  font-size: 1.4rem;
  line-height: 1.5;
}
.p-footer-company__copyright {
  margin-left: auto;
  font-size: 1.4rem;
  text-align: right;
  letter-spacing: 0;
}

@media (max-width: 1240px) {
  .p-footer__nav {
    padding: min(1vw, 10px) min(4vw, 40px) min(5vw, 50px);
  }
  .p-footer__nav-1-list.-top {
    width: 100%;
  }
  .p-footer-company__info {
    display: flex;
    flex-direction: column;
    align-items: start;
  }
}
@media (max-width: 768px) {
  .p-footer__nav-1-list a {
    color: #fff;
  }
  .p-footer__nav-1-list a:hover {
    color: #fff;
  }
  .p-footer__nav-2-list a:hover {
    color: #fff;
  }
  .p-footer__inquiry .-title {
    font-size: 6.8rem;
  }
  .p-footer__inquiry .-subtitle {
    font-size: 2rem;
  }
  .p-footer__inquiry .-description {
    font-size: 1.6rem;
  }
  .p-footer__inquiry .-box {
    gap: 3vw;
  }
  .p-footer__inquiry .-box-tel {
    margin-top: 0;
    font-size: 4rem;
  }
  .p-footer__inquiry .-box-btn {
    width: 100%;
    max-width: 450px;
  }
  .p-footer__inquiry .-box-privacy a {
    transition: all 0s linear;
  }
  .p-footer__inquiry .-box-privacy a:hover {
    color: #fff;
  }
  .p-footer-company {
    padding: 4vw 5vw;
  }
  .p-footer-company__inner {
    flex-direction: column;
    align-items: center;
  }
  .p-footer-company__info {
    margin-bottom: 2vw;
    text-align: center;
  }
  .p-footer-company__info .-logo {
    margin: 0 auto;
    width: 274px;
  }
  .p-footer-company__info .-company-nakamurakoki {
    font-size: 1.8rem;
  }
  .p-footer-company__info .-company-add {
    font-size: 1.4rem;
  }
  .p-footer-company__copyright {
    margin-left: 0;
    text-align: center;
  }
}
@media (max-width: 576px) {
  .p-footer__inquiry .-title {
    font-size: 11vw;
  }
  .p-footer__inquiry .-subtitle {
    font-size: 2rem;
  }
  .p-footer__inquiry .-description {
    font-size: 1.3rem;
  }
  .p-footer__inquiry .-box-tel {
    font-size: 8vw;
  }
}
.p-hero {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  height: 740px;
  padding: 0 min(7vw, 70px);
}
.p-hero::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
}
.p-hero::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
}
.p-hero__content {
  margin: 0 auto;
  width: 100%;
  max-width: 1580px;
  color: #fff;
  z-index: 5;
}
.p-hero__content .-title {
  text-shadow: 0 0 min(3vw, 30px) rgba(0, 0, 0, 0.9);
}
.p-hero__content .-lead {
  margin-bottom: min(2vw, 20px);
  font-family: "Noto Serif JP", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  font-size: 4.8rem;
  font-weight: 200;
  letter-spacing: 0.05em;
  line-height: 1.4;
  text-shadow: 0 0 min(3vw, 30px) rgba(0, 0, 0, 0.9);
}
.p-hero__content .-lead.-csr {
  font-size: min(4.14vw, 4.8rem);
}
.p-hero__content .-txt {
  font-size: 1.6rem;
  text-shadow: 0 0 min(3vw, 30px) rgba(0, 0, 0, 0.9);
}
.p-hero.-company {
  background: url(../img/p-company-hero_img.webp) center center no-repeat;
  background-size: cover;
}
.p-hero.-company::before {
  height: 320px;
  background: linear-gradient(180deg, rgba(42, 57, 89, 0.8) 0%, rgba(42, 57, 89, 0) 100%);
}
.p-hero.-business {
  background: url(../img/p-business-hero_img.webp) center center no-repeat;
  background-size: cover;
}
.p-hero.-business::before {
  height: 260px;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0) 100%);
}
.p-hero.-business::after {
  height: 480px;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0) 100%);
}
.p-hero.-showroom {
  background: url(../img/p-showroom-hero_img.webp) center center no-repeat;
  background-size: cover;
}
.p-hero.-showroom::before {
  height: 260px;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.3) 0%, rgba(42, 57, 89, 0) 100%);
}
.p-hero.-showroom::after {
  height: 480px;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0) 100%);
}
.p-hero.-csr {
  background: url(../img/p-csr-hero_img.webp) center center no-repeat;
  background-size: cover;
}
.p-hero.-csr::before {
  background: rgba(38, 96, 0, 0.7);
}
.p-hero.-other {
  background: url(../img/p-other-hero_img.webp) center center no-repeat;
  background-size: cover;
  height: 480px;
}
.p-hero.-other::before {
  background: rgba(0, 57, 122, 0.4);
}

.p-nav {
  position: absolute;
  top: 20px;
  right: 20px;
}
.p-nav__buttons {
  display: flex;
  gap: 5px;
  width: 100%;
}
.p-nav__buttons li {
  width: 150px;
}

@media (max-width: 1024px) {
  .p-hero {
    height: auto;
    min-height: 75vw;
    padding: min(18vw, 180px) min(5vw, 50px) min(8vw, 80px);
  }
  .p-hero__content .-lead {
    margin-bottom: min(2vw, 20px);
    font-size: 4.8rem;
  }
  .p-hero__content .-lead.-csr {
    font-size: min(4.14vw, 4.8rem);
  }
  .p-hero__content .-txt {
    font-size: 1.6rem;
  }
  .p-hero.-company::before {
    height: 32vw;
  }
  .p-hero.-other {
    height: 48vw;
  }
  .p-nav {
    position: static;
    top: static;
    right: static;
    display: flex;
    justify-content: center;
    padding-top: 2vw;
  }
  .p-nav__buttons {
    display: flex;
    justify-content: center;
    gap: 5px;
    width: 100%;
  }
  .p-nav__buttons li {
    width: 150px;
  }
}
@media (max-width: 768px) {
  .p-hero {
    padding: 20vw 5vw 8vw;
  }
  .p-hero__content .-lead {
    font-size: 4.2rem;
  }
  .p-hero__content .-lead.-csr {
    font-size: 4.2rem;
  }
  .p-nav {
    padding: 3vw 5vw 0;
  }
  .p-nav__buttons {
    flex-wrap: wrap;
    gap: 10px;
  }
  .p-nav__buttons li {
    width: calc(50% - 5px);
  }
}
@media (max-width: 576px) {
  .p-hero {
    padding: 26vw 5vw 8vw;
  }
  .p-hero__content .-lead {
    font-size: 8vw;
  }
  .p-hero__content .-lead.-csr {
    font-size: 7.5vw;
  }
}
.display-none {
  display: none;
}

/* display none */
.xl-none {
  display: inline-block;
}

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

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

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

/* display on */
.xl-on {
  display: none;
}

.lg-on {
  display: none;
}

.md-on {
  display: none;
}

.sm-on {
  display: none;
}

@media (max-width: 1240px) {
  /* display */
  .xl-none {
    display: none;
  }
  .lg-none {
    display: inline-block;
  }
  .md-none {
    display: inline-block;
  }
  .sm-none {
    display: inline-block;
  }
  /* display on */
  .xl-on {
    display: inline-block;
  }
  .lg-on {
    display: none;
  }
  .md-on {
    display: none;
  }
  .sm-on {
    display: none;
  }
}
@media (max-width: 1024px) {
  /* display */
  .lg-none {
    display: none;
  }
  .md-none {
    display: inline-block;
  }
  .sm-none {
    display: inline-block;
  }
  /* display on */
  .lg-on {
    display: inline-block;
  }
  .md-on {
    display: none;
  }
  .sm-on {
    display: none;
  }
}
@media (max-width: 768px) {
  .md-none {
    display: none;
  }
  .sm-none {
    display: inline-block;
  }
  /* display on */
  .lg-on {
    display: inline-block;
  }
  .md-on {
    display: inline-block;
  }
  .sm-on {
    display: none;
  }
}
@media (max-width: 576px) {
  /* display */
  .sm-none {
    display: none;
  }
  .sm-on {
    display: inline-block;
  }
}

/*# sourceMappingURL=style.css.map */
