@charset "UTF-8";
/*==================================
Site specifications
==================================*/
/*== Color =======================*/
/*= Site Color =*/
/*= Colors =*/
/*== Text =======================*/
/*= Size =*/
/*= Font =*/
/*== Breakpoint =======================*/
/*= MediaQuery =*/
/*= Hover =*/
/*= Retina =*/
/*== z-index =======================*/
/*== Margin =======================*/
/*== Content width =======================*/
/*= Body =*/
/*== CSS Styles =======================*/
/*==================================
Parts collection
==================================*/
/*== title =======================*/
/*== button =======================*/
/*== Content Animation =======================*/
/*== Hover Action =======================*/
/*== Fixed Movie ==*/
/*! destyle.css v3.0.0 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
  -webkit-box-sizing: border-box;
          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; /* 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: normal;
  margin: 0;
}

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

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

dd {
  margin-left: 0;
}

/* Grouping content */
/* ============================================ */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  -webkit-box-sizing: content-box;
          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] {
  -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 {
  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 */
  -moz-appearance: none;
       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;
  -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 {
  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: normal;
}

/*==================================
Site default
==================================*/
/*== Body style =======================*/
html {
  font-size: 62.5%;
}

body {
  font-family: "Hiragino Kaku Gothic W4 JIS2004", sans-serif;
  background: #fff;
  color: #383838;
  font-size: 1.4rem;
  -webkit-font-smoothing: antialiased;
  -webkit-overflow-scrolling: touch;
}
body a {
  -webkit-transition: all 0.4s cubic-bezier(0.28, 0, 0.66, 1);
  transition: all 0.4s cubic-bezier(0.28, 0, 0.66, 1);
  cursor: pointer;
}
body a:hover {
  text-decoration: none;
}

@media screen and (min-width: 601px) {
  a[href*="tel:"] {
    pointer-events: none;
  }
}

.container {
  width: 100%;
  margin: 0;
  padding: 0;
  max-width: 100%;
  min-width: 100%;
  overflow: hidden;
}

.en {
  font-family: "Inter", sans-serif !important;
}

/*== input tag initialization =======================*/
input, button, textarea, select {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: left;
  line-height: inherit;
  font-family: inherit;
}

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

/*== CSS for hiding device display =======================*/
/*= Desktop =*/
.tb:not(br), br.tb {
  display: none !important;
}

.sp:not(br), br.sp {
  display: none !important;
}

.lg:not(br), br.lg {
  display: none !important;
}

.pc:not(br) {
  display: block !important;
}

br.pc {
  display: inline-block !important;
}

.fixed {
  position: fixed;
  width: 100%;
  height: 100%;
  background: #fff;
}

/*= Large Tablet(iPadPro) =*/
@media screen and (max-width: 1240px) {
  .pc:not(br), br.pc {
    display: none !important;
  }
  .tb:not(br), br.tb {
    display: none !important;
  }
  .sp:not(br), br.sp {
    display: none !important;
  }
  .lg:not(br) {
    display: block !important;
  }
  br.lg {
    display: inline-block !important;
  }
}
/*= Tablet(iPad) =*/
@media screen and (max-width: 1000px) {
  .pc:not(br), br.pc {
    display: none !important;
  }
  .lg:not(br), br.lg {
    display: none !important;
  }
  .sp:not(br), br.sp {
    display: none !important;
  }
  .tb:not(br) {
    display: block !important;
  }
  br.tb {
    display: inline-block !important;
  }
}
/*= Mobile(~600px) =*/
@media screen and (max-width: 740px) {
  .pc:not(br), br.pc {
    display: none !important;
  }
  .lg:not(br), br.lg {
    display: none !important;
  }
  .tb:not(br), br.tb {
    display: none !important;
  }
  .sp:not(br) {
    display: block !important;
  }
  br.sp {
    display: inline-block !important;
  }
}
/*== Page Transition Animation =======================*/
body::after {
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  z-index: 10000;
  pointer-events: none;
  opacity: 0;
  -webkit-transition: opacity 0.6s cubic-bezier(0.69, 0, 0.64, 1);
  transition: opacity 0.6s cubic-bezier(0.69, 0, 0.64, 1);
}

body.fadeout::after {
  opacity: 1;
}

/*== Swiper Initialize =======================*/
.swiper-button-next:focus-visible, .swiper-button-prev:focus-visible {
  outline: none;
}
.swiper-button-next:after, .swiper-button-prev:after {
  display: none;
}
@media screen and (max-width: 740px) {
  .swiper-button-next, .swiper-button-prev {
    top: 100%;
    width: 87px;
    color: #383838;
    font-family: "Inter", sans-serif;
    font-weight: 400;
    font-size: 1.5rem;
    gap: 0 25px;
  }
  .swiper-button-next span, .swiper-button-prev span {
    margin-top: 1px;
  }
}

@media screen and (max-width: 740px) {
  .swiper-button-next {
    right: 0;
  }
}

@media screen and (max-width: 740px) {
  .swiper-button-prev {
    left: 0;
  }
}

.swiper-pagination-bullets.swiper-pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  top: 100%;
  bottom: auto;
  margin-top: -4px;
}
.swiper-pagination-bullets.swiper-pagination .swiper-pagination-bullet {
  display: block;
  width: 7px;
  height: 7px;
  background: #CBC8C0;
  margin: 0 6px;
  opacity: 1;
}
.swiper-pagination-bullets.swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #383838;
}
.swiper-pagination-bullets.swiper-pagination .swiper-pagination-bullet:focus-visible {
  outline: none;
}
@media screen and (max-width: 740px) {
  .swiper-pagination-bullets.swiper-pagination .swiper-pagination-bullet {
    margin: 0 5px;
  }
}

/*==================================
Common CSS
==================================*/
/*== Header ======================*/
.l-header {
  position: absolute;
  top: 0;
  left: 70px;
  z-index: 50;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  width: calc(100% - 70px * 2);
}
.l-header__logo {
  position: fixed;
  left: 70px;
  margin-top: 42px;
  margin-right: auto;
}
.l-header__logo svg path {
  -webkit-transition: all 0.4s cubic-bezier(0.28, 0, 0.66, 1);
  transition: all 0.4s cubic-bezier(0.28, 0, 0.66, 1);
}
.l-header__content {
  position: absolute;
  right: 0;
  margin-top: 47px;
  margin-right: 326px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.l-header__nav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding-top: 10px;
}
.l-header__nav-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 0 25px;
}
.l-header__nav-list--child {
  position: absolute;
  text-align: left;
  padding-top: 12px;
  padding-left: 2px;
  -webkit-transition: all 0.4s cubic-bezier(0.28, 0, 0.66, 1);
  transition: all 0.4s cubic-bezier(0.28, 0, 0.66, 1);
  opacity: 0;
  visibility: hidden;
}
.l-header__nav-item {
  text-align: center;
}
.l-header__nav-item--child {
  margin-top: 4px;
}
.l-header__nav-item--child:first-child {
  margin-top: 0;
}
.l-header__nav-item.--parent {
  position: relative;
  -webkit-transition: all 0.4s cubic-bezier(0.28, 0, 0.66, 1);
  transition: all 0.4s cubic-bezier(0.28, 0, 0.66, 1);
}
.l-header__nav-item.--parent:before, .l-header__nav-item.--parent:after {
  position: absolute;
  content: "";
  display: block;
  background: #383838;
  -webkit-transition: all 0.4s cubic-bezier(0.28, 0, 0.66, 1);
  transition: all 0.4s cubic-bezier(0.28, 0, 0.66, 1);
}
.l-header__nav-item.--parent:before {
  top: 5px;
  right: -16px;
  width: 9px;
  height: 1px;
}
.l-header__nav-item.--parent:after {
  top: 1px;
  right: -12px;
  width: 1px;
  height: 9px;
}
@media screen and (min-width: 1025px) {
  .l-header__nav-item.--parent:hover:after {
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
  }
  .l-header__nav-item.--parent:hover .l-header__nav-list--child {
    opacity: 1;
    visibility: visible;
  }
}
.l-header__nav-link {
  position: relative;
  display: block;
  font-family: "Hiragino Kaku Gothic W7 JIS2004", sans-serif;
  font-size: 1.3rem;
  font-weight: 700;
  height: 13px;
  cursor: pointer;
  -webkit-transition: all 0.4s cubic-bezier(0.28, 0, 0.66, 1);
  transition: all 0.4s cubic-bezier(0.28, 0, 0.66, 1);
}
@media screen and (max-width: 1240px) {
  .l-header__nav-link {
    font-weight: bold;
  }
}
.l-header__nav-link.en {
  margin-top: -1px;
  font-size: 1.4rem;
}
.l-header__nav-link--ja {
  -webkit-transition: all 0.4s cubic-bezier(0.28, 0, 0.66, 1);
  transition: all 0.4s cubic-bezier(0.28, 0, 0.66, 1);
}
.l-header__nav-link--en {
  position: absolute;
  top: 100%;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  font-family: "Inter", sans-serif;
  font-weight: 700;
  font-size: 1.4rem;
  -webkit-transition: all 0.4s cubic-bezier(0.28, 0, 0.66, 1);
  transition: all 0.4s cubic-bezier(0.28, 0, 0.66, 1);
  opacity: 0;
  visibility: hidden;
}
.l-header__nav-link--child {
  text-align: left;
  font-family: "Inter", sans-serif;
  font-weight: 500;
  font-size: 1.1rem;
}
@media screen and (min-width: 1025px) {
  .l-header__nav-link--child:hover {
    opacity: 0.6;
  }
}
@media screen and (min-width: 1025px) {
  .l-header__nav-link:hover .l-header__nav-link--ja {
    -webkit-transform: translate(0, -100%);
            transform: translate(0, -100%);
    opacity: 0;
    visibility: hidden;
  }
  .l-header__nav-link:hover .l-header__nav-link--en {
    top: 0;
    opacity: 1;
    visibility: visible;
  }
}
.l-header__cv {
  position: fixed;
  top: 47px;
  right: calc(100px + 70px);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 0 8px;
  margin-left: 59px;
}
.l-header__cv-item a {
  display: block;
  width: 80px;
  border: solid 1px #383838;
  text-align: center;
  font-family: "Hiragino Kaku Gothic W5 JIS2004", sans-serif;
  font-size: 1.2rem;
  color: #383838;
  background: #fff;
  padding: 8px 0;
  border-radius: 15px;
}
@media screen and (min-width: 1025px) {
  .l-header__cv-item a:hover {
    background: rgba(56, 56, 56, 0.2);
  }
}
.l-header.is-white .l-header__logo svg path {
  fill: #fff;
}
.l-header.is-white .l-header__nav-item.--parent:before, .l-header.is-white .l-header__nav-item.--parent:after {
  background: #fff;
}
.l-header.is-white .l-header__nav-link {
  color: #fff;
}
.l-header.is-white .l-header__nav-link--child {
  color: #fff;
}
.l-header.is-white .l-header__cv-item a {
  border-color: #fff;
  color: #fff;
  background: transparent;
}
@media screen and (min-width: 1025px) {
  .l-header.is-white .l-header__cv-item a:hover {
    background: rgba(255, 255, 255, 0.2);
  }
}
.l-header.is-white .l-hm__txt {
  color: #fff;
}
.l-header.is-white .l-hm__bar span {
  background: #fff;
}
.l-header.is-top .l-header__cv-item a {
  background: transparent;
}
@media screen and (max-width: 1240px) {
  .l-header {
    left: 40px;
    width: calc(100% - 40px * 2);
  }
  .l-header__logo {
    left: 40px;
  }
  .l-header__nav {
    display: none;
  }
  .l-header__cv {
    right: calc(100px + 40px);
  }
}
@media screen and (max-width: 1000px) {
  .l-header {
    left: 30px;
    width: calc(100% - 30px * 2);
  }
  .l-header__logo {
    left: 30px;
  }
  .l-header__cv {
    display: none;
  }
}
@media screen and (max-width: 740px) {
  .l-header {
    left: 15px;
    width: calc(100% - 15px * 2);
  }
  .l-header__logo {
    position: absolute;
    left: 0;
  }
  .l-header.is-white:not(.is-sp-wh) .l-header__logo svg path {
    fill: #383838;
  }
  .l-header.is-white:not(.is-sp-wh) .l-header__nav-item.--parent:before, .l-header.is-white:not(.is-sp-wh) .l-header__nav-item.--parent:after {
    background: #383838;
  }
  .l-header.is-white:not(.is-sp-wh) .l-header__nav-link {
    color: #383838;
  }
  .l-header.is-white:not(.is-sp-wh) .l-header__nav-link--child {
    color: #383838;
  }
  .l-header.is-white:not(.is-sp-wh) .l-header__cv-item a {
    border-color: #383838;
    color: #383838;
  }
}
@media screen and (max-width: 740px) and (min-width: 1025px) {
  .l-header.is-white:not(.is-sp-wh) .l-header__cv-item a:hover {
    background: rgba(56, 56, 56, 0.2);
  }
}
@media screen and (max-width: 740px) {
  .l-header.is-white:not(.is-sp-wh) .l-hm__txt {
    color: #383838;
  }
  .l-header.is-white:not(.is-sp-wh) .l-hm__bar span {
    background: #383838;
  }
}

.l-hm {
  position: fixed;
  top: 57px;
  right: 70px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
  gap: 0 12px;
  margin-left: 17px;
  -webkit-transition: all 0.4s cubic-bezier(0.28, 0, 0.66, 1);
  transition: all 0.4s cubic-bezier(0.28, 0, 0.66, 1);
  z-index: 999;
}
.l-hm__txt {
  font-family: "Inter", sans-serif;
  font-weight: 700;
  font-size: 1.3rem;
  -webkit-transition: all 0.4s cubic-bezier(0.28, 0, 0.66, 1);
  transition: all 0.4s cubic-bezier(0.28, 0, 0.66, 1);
}
.l-hm__bar {
  position: relative;
  width: 35px;
  height: 9px;
}
.l-hm__bar span {
  position: absolute;
  left: 0;
  display: inline-block;
  height: 1px;
  background: #383838;
  -webkit-transition: all 0.4s cubic-bezier(0.28, 0, 0.66, 1);
  transition: all 0.4s cubic-bezier(0.28, 0, 0.66, 1);
}
.l-hm__bar span:nth-child(1) {
  top: 0;
  width: 35px;
}
.l-hm__bar span:nth-child(2) {
  bottom: 0;
  width: 18px;
}
@media screen and (min-width: 1025px) {
  .l-hm:hover {
    opacity: 0.6;
  }
}
@media screen and (max-width: 1240px) {
  .l-hm {
    right: 40px;
  }
}
@media screen and (max-width: 1000px) {
  .l-hm {
    right: 30px;
  }
}
@media screen and (max-width: 740px) {
  .l-hm {
    top: 47px;
    right: 15px;
  }
  .l-hm__txt {
    display: none;
  }
  .l-hm__bar {
    width: 45px;
    height: 29px;
  }
  .l-hm__bar span:nth-child(1) {
    top: 10px;
    width: 45px;
  }
  .l-hm__bar span:nth-child(2) {
    bottom: 10px;
  }
}

.l-nav {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 100;
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
  opacity: 0;
  visibility: hidden;
}
.l-nav.is-open {
  opacity: 1;
  visibility: visible;
}
.l-nav.is-open .l-nav__container {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}
.l-nav .l-hm {
  top: 78px;
  right: 67px;
  gap: 0 9px;
}
.l-nav .l-hm__bar {
  width: 42px;
}
.l-nav .l-hm__bar span:nth-child(1) {
  -webkit-transform: translate(0, 4px) rotate(32deg);
          transform: translate(0, 4px) rotate(32deg);
  width: 42px;
}
.l-nav .l-hm__bar span:nth-child(2) {
  -webkit-transform: translate(0, -4px) rotate(-32deg);
          transform: translate(0, -4px) rotate(-32deg);
  width: 42px;
}
.l-nav__cover {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.2);
}
@media screen and (max-width: 740px) {
  .l-nav__cover {
    backdrop-filter: initial;
    -webkit-backdrop-filter: initial;
  }
}
.l-nav__container {
  position: fixed;
  top: 30px;
  left: 30px;
  background: #fff;
  width: calc(100% - 60px);
  height: calc(100% - 60px);
  z-index: 102;
  border: solid 1px #C4C1B9;
  border-radius: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  align-items: flex-end;
  -webkit-box-align: flex-end;
  -webkit-align-items: flex-end;
  -ms-flex-align: flex-end;
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translate(0, 10px);
          transform: translate(0, 10px);
}
.l-nav__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 120px 55px 50px;
  width: 100%;
  overflow-y: scroll;
  max-height: 100%;
}
.l-nav__logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 25%;
}
.l-nav__block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  width: 75%;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-right: auto;
  gap: 0 70px;
}
.l-nav__ttl {
  font-family: "Inter", sans-serif;
  font-weight: 700;
  font-size: 1.5rem;
  line-height: 2.3rem;
}
.l-nav__list {
  margin: 27px 0 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 12px 0;
}
.l-nav__item a {
  position: relative;
  font-family: "Hiragino Kaku Gothic W4 JIS2004", sans-serif;
  font-size: 1.4rem;
  line-height: 2.3rem;
  display: inline-block;
}
.l-nav__item a:before {
  position: absolute;
  left: 0;
  bottom: 0;
  content: "";
  width: 0;
  height: 1px;
  background: #383838;
  -webkit-transition: all 0.4s cubic-bezier(0.28, 0, 0.66, 1);
  transition: all 0.4s cubic-bezier(0.28, 0, 0.66, 1);
}
@media screen and (min-width: 1025px) {
  .l-nav__item a:hover:before {
    width: 100%;
  }
}
.l-nav__link {
  margin-top: 80px;
  margin-left: auto;
  width: 219px;
}
.l-nav__link-recruit a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 170px;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0 9px;
}
.l-nav__group {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 23px 0;
  margin-top: 26px;
}
.l-nav__group-item a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0 10px;
  color: #969593;
  border-bottom: solid 1px #969593;
  padding-bottom: 6px;
}
@media screen and (min-width: 1025px) {
  .l-nav__group-item a:hover {
    color: #383838;
    border-bottom-color: #383838;
  }
  .l-nav__group-item a:hover .l-footer__group-icn path {
    fill: #383838;
  }
}
.l-nav__group-catch {
  font-family: "Hiragino Kaku Gothic W4 JIS2004", sans-serif;
  font-size: 1.3rem;
  margin-right: 2px;
}
.l-nav__group-name {
  margin-left: auto;
  font-family: "Inter", sans-serif;
  font-weight: 700;
  font-size: 1.7rem;
}
.l-nav__group-icn path {
  -webkit-transition: all 0.4s cubic-bezier(0.28, 0, 0.66, 1);
  transition: all 0.4s cubic-bezier(0.28, 0, 0.66, 1);
}
@media screen and (max-width: 1330px) {
  .l-nav__block {
    gap: 0 50px;
  }
}
@media screen and (max-width: 1330px) {
  .l-nav__content {
    padding-right: 40px;
    padding-left: 40px;
  }
  .l-nav__logo {
    width: 21.0526315789%;
  }
}
@media screen and (max-width: 1240px) {
  .l-nav__container {
    display: block;
  }
  .l-nav__content {
    padding: 40px 40px 50px;
    display: block;
  }
  .l-nav__logo {
    display: block;
    width: 100%;
    margin-bottom: 120px;
  }
  .l-nav__block {
    width: 100%;
    -webkit-justify-content: flex-start;
    -ms-justify-content: flex-start;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
@media screen and (max-width: 1000px) {
  .l-nav__content {
    padding: 40px 30px 50px;
  }
  .l-nav__block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 30px;
  }
  .l-nav__logo {
    margin-bottom: 120px;
  }
}
@media screen and (max-width: 740px) {
  .l-nav .l-hm {
    top: 48px;
    right: 22px;
  }
  .l-nav .l-hm__txt {
    display: block;
  }
  .l-nav__container {
    top: 15px;
    left: 15px;
    width: calc(100% - 30px);
    height: calc(100% - 30px);
  }
  .l-nav__content {
    padding: 43px 24px 44px;
  }
  .l-nav__logo {
    margin-bottom: 42px;
  }
  .l-nav__logo img {
    width: 122.53px;
    height: auto;
  }
  .l-nav__block {
    display: block;
  }
  .l-nav__box {
    margin-bottom: 28px;
  }
  .l-nav__box:last-child {
    margin-bottom: 0;
  }
  .l-nav__list {
    margin-top: 18px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-direction: row;
    gap: 9px 30px;
  }
  .l-nav__item {
    width: calc(50% - 15px);
  }
  .l-nav__link {
    margin-top: 35px;
    border-top: solid 1px #8E8E8E;
    width: 100%;
    padding: 40px 0 0;
  }
  .l-nav__group {
    width: 219px;
  }
}

/*== Footer ======================*/
.l-footer {
  position: relative;
  z-index: 2;
  background: #fff;
  padding-right: 70px;
  padding-left: 70px;
  margin-right: auto;
  margin-left: auto;
  width: 100%;
}
@media screen and (max-width: 1240px) {
  .l-footer {
    max-width: 100%;
    padding-right: 40px;
    padding-left: 40px;
  }
}
@media screen and (max-width: 1000px) {
  .l-footer {
    padding-right: 30px;
    padding-left: 30px;
  }
}
@media screen and (max-width: 740px) {
  .l-footer {
    padding-right: 15px;
    padding-left: 15px;
  }
}
.l-footer__top {
  padding-top: 98px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.l-footer__nav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: auto;
  gap: 0 51px;
}
.l-footer__nav-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 29px 0;
}
.l-footer__nav-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  gap: 0 30px;
}
.l-footer__nav-box.--gap38 {
  gap: 0 38px;
}
.l-footer__nav-box.--gap44 {
  gap: 0 44px;
}
.l-footer__nav-box.--gap50 {
  gap: 0 50px;
}
.l-footer__nav-box.--gap20 {
  gap: 0 20px;
}
.l-footer__nav-ttl {
  font-family: "Inter", sans-serif;
  font-weight: 700;
  font-size: 1.5rem;
  line-height: 2.3rem;
}
.l-footer__nav-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 15px 0;
}
.l-footer__nav-item a {
  position: relative;
  font-family: "Hiragino Kaku Gothic W4 JIS2004", sans-serif;
  font-size: 1.4rem;
  line-height: 2.3rem;
  display: inline-block;
}
.l-footer__nav-item a:before {
  position: absolute;
  left: 0;
  bottom: 0;
  content: "";
  width: 0;
  height: 1px;
  background: #383838;
  -webkit-transition: all 0.4s cubic-bezier(0.28, 0, 0.66, 1);
  transition: all 0.4s cubic-bezier(0.28, 0, 0.66, 1);
}
@media screen and (min-width: 1025px) {
  .l-footer__nav-item a:hover:before {
    width: 100%;
  }
}
.l-footer__link {
  margin-left: auto;
}
.l-footer__recruit a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 170px;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0 9px;
}
.l-footer__group {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 24px 0;
  margin-top: 48px;
  margin-bottom: 6px;
}
.l-footer__group-item a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0 10px;
  color: #969593;
  border-bottom: solid 1px #969593;
  padding-bottom: 6px;
}
@media screen and (min-width: 1025px) {
  .l-footer__group-item a:hover {
    color: #383838;
    border-bottom-color: #383838;
  }
  .l-footer__group-item a:hover .l-footer__group-icn path {
    fill: #383838;
  }
}
.l-footer__group-catch {
  font-family: "Hiragino Kaku Gothic W4 JIS2004", sans-serif;
  font-size: 1.3rem;
  margin-right: 2px;
}
.l-footer__group-name {
  margin-left: auto;
  font-family: "Inter", sans-serif;
  font-weight: 700;
  font-size: 1.7rem;
}
.l-footer__group-icn path {
  -webkit-transition: all 0.4s cubic-bezier(0.28, 0, 0.66, 1);
  transition: all 0.4s cubic-bezier(0.28, 0, 0.66, 1);
}
.l-footer__bottom {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
  gap: 0 60px;
  border-top: solid 1px #AFAFAF;
  margin-top: 85px;
  padding-top: 89px;
  padding-bottom: 50px;
}
.l-footer__name {
  margin-top: 36px;
  font-family: "Hiragino Kaku Gothic W7 JIS2004", sans-serif;
  font-size: 1.4rem;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 1240px) {
  .l-footer__name {
    font-weight: bold;
  }
}
.l-footer__add {
  margin-top: 17px;
  font-family: "Hiragino Kaku Gothic W4 JIS2004", sans-serif;
  font-size: 1.4rem;
  line-height: 3.2rem;
}
.l-footer__add--en {
  margin-top: 13px;
  font-family: "Inter", sans-serif;
  font-weight: 300;
  font-size: 1.1rem;
  line-height: 2.3rem;
}
.l-footer__sns {
  margin-left: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0 15px;
  margin-bottom: 8px;
}
@media screen and (min-width: 1025px) {
  .l-footer__sns a:hover {
    opacity: 0.7;
  }
}
.l-footer__copy {
  margin-bottom: 12px;
}
.l-footer__copy-txt {
  font-family: "Inter", sans-serif;
  font-weight: 300;
  font-size: 1.3rem;
}
.l-footer__privacy {
  text-align: right;
  margin-bottom: 39px;
}
.l-footer__privacy a {
  padding-bottom: 4px;
  border-bottom: solid 1px #383838;
  display: inline-block;
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-size: 1.3rem;
}
@media screen and (min-width: 1025px) {
  .l-footer__privacy a:hover {
    color: #969593;
  }
}
@media screen and (max-width: 1240px) {
  .l-footer__top {
    display: none;
  }
  .l-footer__bottom {
    margin-top: 0;
    border-top: none;
  }
}
@media screen and (max-width: 740px) {
  .l-footer__bottom {
    position: relative;
    padding-top: 60px;
    padding-bottom: 48px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .l-footer__info {
    width: 100%;
  }
  .l-footer__name {
    margin-top: 41px;
  }
  .l-footer__sns {
    position: absolute;
    bottom: 45px;
    margin-bottom: 0;
    left: 0;
    gap: 0 18px;
  }
  .l-footer__copy {
    margin-top: 52px;
    margin-bottom: 0;
    width: 100%;
    text-align: right;
  }
  .l-footer__privacy {
    margin-bottom: 32px;
  }
}

/*== Page Content ======================*/
.inner {
  padding-right: 70px;
  padding-left: 70px;
  margin-right: auto;
  margin-left: auto;
  width: 100%;
  max-width: calc(1100px + 70px * 2);
}
@media screen and (max-width: 1240px) {
  .inner {
    max-width: 100%;
    padding-right: 40px;
    padding-left: 40px;
  }
}
@media screen and (max-width: 1000px) {
  .inner {
    padding-right: 30px;
    padding-left: 30px;
  }
}
@media screen and (max-width: 740px) {
  .inner {
    padding-right: 15px;
    padding-left: 15px;
  }
}
.inner--right {
  padding-left: 70px;
  margin-left: auto;
  width: 100%;
  max-width: calc(1100px / 2 + 70px + 50vw);
}
@media screen and (max-width: 1240px) {
  .inner--right {
    max-width: 100%;
    padding-right: 0;
    padding-left: 40px;
  }
}
@media screen and (max-width: 1000px) {
  .inner--right {
    padding-right: 0;
    padding-left: 30px;
  }
}
@media screen and (max-width: 740px) {
  .inner--right {
    padding-right: 15px;
    padding-left: 15px;
  }
}
.inner--left {
  padding-right: 70px;
  margin-right: auto;
  width: 100%;
  max-width: calc(1100px / 2 + 70px + 50vw);
}
@media screen and (max-width: 1240px) {
  .inner--left {
    max-width: 100%;
    padding-right: 40px;
    padding-left: 0;
  }
}
@media screen and (max-width: 1000px) {
  .inner--left {
    padding-right: 30px;
    padding-left: 0;
  }
}
@media screen and (max-width: 740px) {
  .inner--left {
    padding-right: 15px;
    padding-left: 15px;
  }
}
.inner--sm {
  padding-right: 70px;
  padding-left: 70px;
  margin-right: auto;
  margin-left: auto;
  width: 100%;
  max-width: calc(850px + 70px * 2);
}
@media screen and (max-width: 1240px) {
  .inner--sm {
    max-width: 100%;
    padding-right: 40px;
    padding-left: 40px;
  }
}
@media screen and (max-width: 1000px) {
  .inner--sm {
    padding-right: 30px;
    padding-left: 30px;
  }
}
@media screen and (max-width: 740px) {
  .inner--sm {
    padding-right: 15px;
    padding-left: 15px;
  }
}
.inner--form {
  padding-right: 70px;
  padding-left: 70px;
  margin-right: auto;
  margin-left: auto;
  width: 100%;
  max-width: calc(720px + 70px * 2);
}
@media screen and (max-width: 1240px) {
  .inner--form {
    max-width: 100%;
    padding-right: 40px;
    padding-left: 40px;
  }
}
@media screen and (max-width: 1000px) {
  .inner--form {
    padding-right: 30px;
    padding-left: 30px;
  }
}
@media screen and (max-width: 740px) {
  .inner--form {
    padding-right: 15px;
    padding-left: 15px;
  }
}

/*== heading ==*/
.heading, .heading--recruit {
  position: relative;
  padding-top: 292px;
  height: 490px;
}
.heading--recruit {
  padding-top: 288px;
  height: 500px;
}
.heading--recruit .heading__ttl--page {
  position: relative;
  font-family: "Inter", sans-serif;
  font-weight: 700;
  font-size: 2rem;
  margin-bottom: 14px;
  padding-left: 20px;
}
.heading--recruit .heading__ttl--page:before {
  position: absolute;
  left: 8px;
  top: 2px;
  width: 1px;
  height: 15px;
  content: "";
  -webkit-transform: skew(-29deg);
          transform: skew(-29deg);
  background: #383838;
}
.heading--recruit .heading__ttl--en {
  margin-bottom: 24px;
}
.heading--recruit .heading__ttl--ja {
  margin-bottom: 0;
  padding-left: 4px;
}
.heading:before, .heading--recruit:before {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0;
  content: "";
  background: #EFEDE7;
  z-index: 1;
  -webkit-transition: height 0.8s cubic-bezier(0.53, 0, 0.25, 1);
  transition: height 0.8s cubic-bezier(0.53, 0, 0.25, 1);
}
.heading__box {
  position: relative;
  z-index: 2;
}
.heading__ttl {
  position: relative;
  z-index: 2;
  opacity: 0;
  -webkit-transform: translate(0, 10px);
          transform: translate(0, 10px);
  -webkit-transition: all 0.6s cubic-bezier(0.38, 0.11, 0.44, 0.96);
  transition: all 0.6s cubic-bezier(0.38, 0.11, 0.44, 0.96);
  -webkit-transition-delay: 0.6s;
          transition-delay: 0.6s;
}
.heading__ttl--ja {
  font-family: "Hiragino Kaku Gothic W6 JIS2004", sans-serif;
  font-size: 1.5rem;
  margin-bottom: 36px;
}
@media screen and (max-width: 1240px) {
  .heading__ttl--ja {
    font-weight: bold;
  }
}
.heading__ttl--en {
  font-family: "Inter", sans-serif;
  font-weight: 700;
  font-size: 6.5rem;
}
.heading__ttl--en span {
  position: relative;
  display: inline-block;
  font-size: 2.5rem;
  margin-left: 25px;
  vertical-align: 13px;
  padding-left: 20px;
}
.heading__ttl--en span:before {
  position: absolute;
  top: calc(50% - 2px);
  left: 0;
  width: 14px;
  height: 1px;
  content: "";
  background: #383838;
}
.heading__desc {
  position: absolute;
  bottom: 114px;
  right: 70px;
  z-index: 2;
  font-family: "Hiragino Kaku Gothic W4 JIS2004", sans-serif;
  font-size: 1.4rem;
  line-height: 3rem;
  margin-left: auto;
  max-width: 504px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  opacity: 0;
  -webkit-transform: translate(0, 10px);
          transform: translate(0, 10px);
  -webkit-transition: all 0.6s cubic-bezier(0.38, 0.11, 0.44, 0.96);
  transition: all 0.6s cubic-bezier(0.38, 0.11, 0.44, 0.96);
  -webkit-transition-delay: 0.6s;
          transition-delay: 0.6s;
}
.heading.in-view:before, .in-view.heading--recruit:before {
  height: 100%;
}
.heading.in-view .heading__ttl, .in-view.heading--recruit .heading__ttl {
  opacity: 1;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}
.heading.in-view .heading__desc, .in-view.heading--recruit .heading__desc {
  opacity: 1;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}
.heading.in-view .pnkz, .in-view.heading--recruit .pnkz {
  opacity: 1;
}
@media screen and (max-width: 1240px) {
  .heading__desc {
    right: 40px;
  }
}
@media screen and (max-width: 1000px) {
  .heading, .heading--recruit {
    height: 440px;
    padding-top: 242px;
  }
  .heading__desc {
    margin-top: 42px;
    position: static;
    padding-right: 70px;
    padding-left: 70px;
    margin-right: auto;
    margin-left: auto;
    width: 100%;
  }
}
@media screen and (max-width: 1000px) and (max-width: 1240px) {
  .heading__desc {
    max-width: 100%;
    padding-right: 40px;
    padding-left: 40px;
  }
}
@media screen and (max-width: 1000px) and (max-width: 1000px) {
  .heading__desc {
    padding-right: 30px;
    padding-left: 30px;
  }
}
@media screen and (max-width: 1000px) and (max-width: 740px) {
  .heading__desc {
    padding-right: 15px;
    padding-left: 15px;
  }
}
@media screen and (max-width: 1000px) {
  .heading__desc.in-view {
    opacity: 1;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}
@media screen and (max-width: 740px) {
  .heading, .heading--recruit {
    padding-top: 190px;
    height: 363px;
  }
  .heading__ttl {
    -webkit-transform: translate(0, 10px);
            transform: translate(0, 10px);
  }
  .heading__ttl--ja {
    margin-bottom: 28px;
  }
  .heading__ttl--en {
    text-indent: -2px;
    font-family: "Inter", sans-serif;
    font-weight: 700;
    font-size: 4.5rem;
  }
  .heading__ttl--en span {
    display: block;
    margin-left: 0;
    margin-top: 14px;
    vertical-align: initial;
    font-size: 1.7rem;
  }
}

/*== Pnkz ==*/
.pnkz {
  position: absolute;
  top: 173px;
  right: 70px;
  z-index: 2;
  opacity: 0;
  -webkit-transition: opacity 0.4s ease;
  transition: opacity 0.4s ease;
  -webkit-transition-delay: 0.6s;
          transition-delay: 0.6s;
}
.pnkz.in-view {
  opacity: 1;
}
.pnkz__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: flex-end;
  -ms-justify-content: flex-end;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.pnkz__item.is-current:after {
  display: none;
}
.pnkz__item.is-current .pnkz__txt {
  color: #B7B7B7;
}
.pnkz__item:after {
  content: "-";
  margin: 0 3px;
}
.pnkz__txt {
  font-family: "Hiragino Kaku Gothic W4 JIS2004", sans-serif;
  font-size: 1.1rem;
  font-family: "Inter", "Hiragino Kaku Gothic W4 JIS2004", sans-serif;
}
@media screen and (max-width: 1240px) {
  .pnkz {
    right: 40px;
  }
}
@media screen and (max-width: 1000px) {
  .pnkz {
    top: 112px;
    right: 30px;
  }
}
@media screen and (max-width: 740px) {
  .pnkz {
    right: 15px;
    max-width: calc(100% - 30px);
    overflow-x: scroll;
    padding: 8px 0;
  }
  .pnkz__list {
    display: block;
    white-space: nowrap;
  }
  .pnkz__item {
    display: inline-block;
    vertical-align: top;
    white-space: nowrap;
  }
}

/*== Menu ==*/
.menu, .menu--flow {
  position: relative;
  border-bottom: solid 1px #B1B1B1;
  padding: 58px 0 58px;
  background: #fff;
  z-index: 2;
  opacity: 0;
  -webkit-transform: translate(0, 10px);
          transform: translate(0, 10px);
  -webkit-transition: all 0.6s cubic-bezier(0.38, 0.11, 0.44, 0.96);
  transition: all 0.6s cubic-bezier(0.38, 0.11, 0.44, 0.96);
  -webkit-transition-delay: 0.6s;
          transition-delay: 0.6s;
}
.menu.in-view, .in-view.menu--flow {
  opacity: 1;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}
.menu__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  gap: 0 40px;
}
.menu__item a {
  position: relative;
  font-family: "Hiragino Kaku Gothic W4 JIS2004", sans-serif;
  font-size: 1.3rem;
  padding: 8px 14px 8px 0;
  display: inline-block;
}
.menu__item a:before {
  position: absolute;
  top: 12px;
  right: 0;
  width: 6.38px;
  height: 4.11px;
  background: #383838;
  content: "";
  -webkit-clip-path: polygon(50% 100%, 0 0, 100% 0);
          clip-path: polygon(50% 100%, 0 0, 100% 0);
  -webkit-transition: all 0.4s cubic-bezier(0.28, 0, 0.66, 1);
  transition: all 0.4s cubic-bezier(0.28, 0, 0.66, 1);
}
@media screen and (min-width: 1025px) {
  .menu__item a:hover {
    color: #A2A2A2;
  }
  .menu__item a:hover:before {
    background: #A2A2A2;
  }
}
@media screen and (max-width: 740px) {
  .menu, .menu--flow {
    padding: 20px 0 60px;
    border-bottom: none;
  }
  .menu__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .menu__item {
    border-bottom: solid 1px #C4C1B9;
  }
  .menu__item a {
    display: block;
    padding: 17px 0 15px;
  }
  .menu__item a:before {
    top: 20px;
    right: 2px;
    width: 8.36px;
    height: 5.39px;
  }
}
.menu--flow {
  padding-top: 53px;
}
.menu--flow .menu__list {
  gap: 51px;
}
.menu--flow .menu__item {
  position: relative;
}
.menu--flow .menu__item:before {
  position: absolute;
  right: -32px;
  bottom: 4px;
  width: 12px;
  height: 7px;
  background: url("../img/base/icn-ar-base.svg") no-repeat center center;
  background-size: contain;
  content: "";
}
.menu--flow .menu__item:last-child:before {
  display: none;
}
.menu--flow .menu__item--num {
  position: relative;
  z-index: 2;
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-size: 1.3rem;
}
.menu--flow .menu__item--txt {
  position: relative;
  z-index: 2;
  margin-top: 8px;
  font-family: "Hiragino Kaku Gothic W4 JIS2004", sans-serif;
  font-size: 1.3rem;
}
.menu--flow .menu__item a {
  padding: 0;
}
.menu--flow .menu__item a:after {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  content: "";
  background: #EFEDE7;
  display: block;
  width: calc(100% + 24px);
  height: calc(100% + 24px);
  opacity: 0;
  -webkit-transition: all 0.4s cubic-bezier(0.28, 0, 0.66, 1);
  transition: all 0.4s cubic-bezier(0.28, 0, 0.66, 1);
}
.menu--flow .menu__item a:before {
  top: auto;
  right: auto;
  bottom: -20px;
  left: 50%;
  opacity: 0;
  -webkit-transform: translate(-50%, -5px);
          transform: translate(-50%, -5px);
  -webkit-transition: all 0.4s cubic-bezier(0.28, 0, 0.66, 1);
  transition: all 0.4s cubic-bezier(0.28, 0, 0.66, 1);
}
@media screen and (min-width: 1025px) {
  .menu--flow .menu__item a:hover {
    opacity: 1;
    color: #383838;
  }
  .menu--flow .menu__item a:hover:before, .menu--flow .menu__item a:hover:after {
    opacity: 1;
  }
  .menu--flow .menu__item a:hover:before {
    background: #383838;
    -webkit-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
  }
}
@media screen and (max-width: 740px) {
  .menu--flow {
    padding-bottom: 47px;
  }
  .menu--flow .menu__list {
    gap: 0;
  }
  .menu--flow .menu__item:before {
    display: none;
  }
  .menu--flow .menu__item a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    width: 100%;
    gap: 0 8px;
    padding: 17px 0 15px;
  }
  .menu--flow .menu__item a:after {
    display: none;
  }
  .menu--flow .menu__item a:before {
    opacity: 1;
    top: 20px;
    right: 2px;
    bottom: auto;
    left: auto;
    width: 8.36px;
    height: 5.39px;
    -webkit-transform: initial;
            transform: initial;
  }
  .menu--flow .menu__item--txt {
    margin-top: 0;
  }
}

/*== Page Lead ==*/
/*== Common Style ======================*/
/*== Section Title ==*/
.ttl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  align-items: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  gap: 21px 15px;
}
.ttl__en {
  font-family: "Inter", sans-serif;
  font-weight: 700;
  font-size: 1.8rem;
}
.ttl__ja {
  font-family: "Hiragino Kaku Gothic W4 JIS2004", sans-serif;
  font-size: 1.3rem;
  margin-bottom: 2px;
}
.ttl__ja:before {
  content: "ー";
}
.ttl--wh {
  color: #fff;
}
.ttl--center {
  text-align: center;
}
.ttl--lg .ttl__en {
  font-family: "Inter", sans-serif;
  font-weight: 700;
  font-size: 2.3rem;
}

/*== Button ==*/
.btn a {
  display: block;
  text-align: center;
  border-radius: 30px;
  background: transparent;
  width: 144px;
  padding: 17px 0;
  font-family: "Hiragino Kaku Gothic W4 JIS2004", sans-serif;
  font-size: 1.4rem;
  border: solid 1px #383838;
}
.btn a svg path, .btn a svg rect {
  -webkit-transition: all 0.4s cubic-bezier(0.28, 0, 0.66, 1);
  transition: all 0.4s cubic-bezier(0.28, 0, 0.66, 1);
}
@media screen and (min-width: 1025px) {
  .btn a:hover {
    background: #383838;
    color: #fff;
  }
  .btn a:hover svg path, .btn a:hover svg rect {
    stroke: #fff;
  }
}
.btn svg {
  margin-left: 4px;
  vertical-align: 0;
}

/*== Arrow ==*/
.c-ar {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 32px;
  height: 32px;
  border: solid 1px #383838;
  border-radius: 50%;
  -webkit-transition: all 0.4s cubic-bezier(0.28, 0, 0.66, 1);
  transition: all 0.4s cubic-bezier(0.28, 0, 0.66, 1);
}
.c-ar--wh {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 32px;
  height: 32px;
  border: solid 1px #fff;
  border-radius: 50%;
  -webkit-transition: all 0.4s cubic-bezier(0.28, 0, 0.66, 1);
  transition: all 0.4s cubic-bezier(0.28, 0, 0.66, 1);
}

.bd-content {
  border-color: #8E8E8E;
  max-width: 1100px;
  margin: 0 auto;
}
@media screen and (max-width: 1240px) {
  .bd-content {
    max-width: calc(100% - 40px * 2);
  }
}
@media screen and (max-width: 1000px) {
  .bd-content {
    max-width: calc(100% - 30px * 2);
  }
}
@media screen and (max-width: 740px) {
  .bd-content {
    max-width: calc(100% - 15px * 2);
  }
}

/*== Banner ==*/
.bn {
  position: relative;
  background: #fff;
  z-index: 2;
  text-align: center;
}
.bn__catch {
  font-family: "Hiragino Kaku Gothic W7 JIS2004", sans-serif;
  font-size: 1.7rem;
  line-height: 2.9rem;
}
@media screen and (max-width: 1240px) {
  .bn__catch {
    font-weight: bold;
  }
}
.bn__box {
  max-width: 850px;
  margin: 24px auto 0;
}
.bn__box a {
  position: relative;
  display: block;
  padding: 73px 0 75px;
  color: #fff;
  overflow: hidden;
}
@media screen and (min-width: 1025px) {
  .bn__box a:hover .bn__img {
    -webkit-transform: scale(1.04);
            transform: scale(1.04);
  }
}
.bn__img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  -webkit-transition: all 0.4s cubic-bezier(0.28, 0, 0.66, 1);
  transition: all 0.4s cubic-bezier(0.28, 0, 0.66, 1);
}
.bn__img img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
.bn__name {
  position: relative;
  z-index: 2;
}
.bn__more {
  position: absolute;
  right: 19px;
  bottom: 22px;
  z-index: 2;
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-size: 1.3rem;
}
.bn__more span {
  padding-bottom: 2px;
  border-bottom: solid 1px #fff;
}
.bn__more img {
  vertical-align: 0;
  width: 14.18px;
  height: 10.03px;
  margin-left: 5px;
}
@media screen and (max-width: 740px) {
  .bn__catch {
    font-family: "Hiragino Kaku Gothic W7 JIS2004", sans-serif;
    font-size: 1.7rem;
    line-height: 3rem;
    letter-spacing: 0.05em;
  }
}
@media screen and (max-width: 740px) and (max-width: 1240px) {
  .bn__catch {
    font-weight: bold;
  }
}
@media screen and (max-width: 740px) {
  .bn__box {
    margin: 33px auto 0;
  }
  .bn__box a {
    padding: 54px 0 66px;
  }
  .bn__name img {
    width: 212.57px;
    height: auto;
  }
}

/*== Bottom Menu ==*/
.c-menu {
  position: relative;
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.c-menu:before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  content: "";
  border-left: solid 1px #383838;
  height: calc(100% - 35px);
}
.c-menu__item {
  border-top: solid 1px #383838;
  width: 50%;
  text-align: center;
  height: 300px;
}
.c-menu__item a {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  align-items: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  width: 100%;
  height: 100%;
  padding-top: 20px;
}
.c-menu__item a:before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) scale(0.98, 0.9);
          transform: translate(-50%, -50%) scale(0.98, 0.9);
  background: #EFEDE7;
  content: "";
  width: calc(100% - 35px);
  height: calc(100% - 35px);
  -webkit-transition: all 0.4s cubic-bezier(0.28, 0, 0.66, 1);
  transition: all 0.4s cubic-bezier(0.28, 0, 0.66, 1);
  z-index: 1;
  opacity: 0;
}
@media screen and (min-width: 1025px) {
  .c-menu__item a:hover:before {
    opacity: 1;
    -webkit-transform: translate(-50%, -50%) scale(1);
            transform: translate(-50%, -50%) scale(1);
  }
  .c-menu__item a:hover .c-menu__item--ar {
    -webkit-transform: translate(8px, 0);
            transform: translate(8px, 0);
  }
}
.c-menu__item--en, .c-menu__item--ja, .c-menu__item--ar {
  position: relative;
  z-index: 2;
  -webkit-transition: all 0.4s cubic-bezier(0.28, 0, 0.66, 1);
  transition: all 0.4s cubic-bezier(0.28, 0, 0.66, 1);
}
.c-menu__item--en {
  font-family: "Inter", sans-serif;
  font-weight: 700;
  font-size: 2.3rem;
}
.c-menu__item--ja {
  margin-top: 20px;
  margin-bottom: 29px;
  font-family: "Hiragino Kaku Gothic W6 JIS2004", sans-serif;
  font-size: 1.3rem;
}
@media screen and (max-width: 1240px) {
  .c-menu__item--ja {
    font-weight: bold;
  }
}
@media screen and (max-width: 740px) {
  .c-menu {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
  }
  .c-menu:before {
    display: none;
  }
  .c-menu__item {
    width: 100%;
    height: 181px;
  }
  .c-menu__item a {
    padding-top: 4px;
  }
}

/*== Contact ==*/
.c-contact {
  position: relative;
  background: url("../img/base/bg-contact.jpg") no-repeat center center;
  background-size: cover;
  color: #fff;
  padding: 125px 0 0;
  text-align: center;
}
@media screen and (min-width: 1440px), (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
  .c-contact {
    background-image: url("../img/base/bg-contact@2x.jpg");
  }
}
.c-contact:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #797469;
  mix-blend-mode: multiply;
  content: "";
}
.c-contact__wrap {
  position: relative;
}
.c-contact__lead {
  margin-top: 43px;
  text-align: center;
  font-family: "Hiragino Kaku Gothic W4 JIS2004", sans-serif;
  font-size: 1.4rem;
  line-height: 3.2rem;
}
.c-contact__tel {
  margin-top: 27px;
}
.c-contact__tel a {
  display: block;
  margin: 0 auto;
  padding: 18px 0 17px;
  width: 250px;
  border: solid 1px #fff;
  font-family: "Inter", sans-serif;
  font-weight: 700;
  font-size: 2.3rem;
  text-align: center;
  border-radius: 30px;
}
.c-contact__tel--att {
  margin-top: 12px;
  font-family: "Hiragino Kaku Gothic W4 JIS2004", sans-serif;
  font-size: 1.3rem;
  line-height: 3rem;
}
.c-contact__btn {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 65px;
}
.c-contact__btn:before {
  position: absolute;
  top: 0;
  left: 50%;
  content: "";
  width: 1px;
  height: 100%;
  background: #969593;
  z-index: 2;
}
.c-contact__btn-item {
  width: 50%;
}
.c-contact__btn-item a {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0 16px;
  padding: 55px 0 57px;
  border-top: solid 1px #969593;
  font-family: "Hiragino Kaku Gothic W7 JIS2004", sans-serif;
  font-size: 1.8rem;
  letter-spacing: 0.07em;
}
@media screen and (max-width: 1240px) {
  .c-contact__btn-item a {
    font-weight: bold;
  }
}
.c-contact__btn-item a:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #646464;
  mix-blend-mode: multiply;
  -webkit-transition: all 0.4s cubic-bezier(0.28, 0, 0.66, 1);
  transition: all 0.4s cubic-bezier(0.28, 0, 0.66, 1);
  opacity: 0;
  content: "";
}
@media screen and (min-width: 1025px) {
  .c-contact__btn-item a:hover:before {
    opacity: 1;
  }
  .c-contact__btn-item a:hover .c-ar--wh {
    background: #383838;
  }
}
.c-contact__btn-item span {
  position: relative;
}
@media screen and (max-width: 740px) {
  .c-contact {
    background-image: url("../img/base/sp/bg-contact@2x.jpg");
    padding: 73px 15px 69px;
  }
  .c-contact__lead {
    margin-top: 24px;
  }
  .c-contact__tel {
    margin-top: 21px;
  }
  .c-contact__btn {
    margin-top: 40px;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
  }
  .c-contact__btn:before {
    display: none;
  }
  .c-contact__btn-item {
    width: 100%;
  }
  .c-contact__btn-item a {
    padding: 33px 0 32px;
    font-family: "Hiragino Kaku Gothic W7 JIS2004", sans-serif;
    font-size: 1.5rem;
    letter-spacing: 0.07em;
  }
}
@media screen and (max-width: 740px) and (max-width: 1240px) {
  .c-contact__btn-item a {
    font-weight: bold;
  }
}
@media screen and (max-width: 740px) {
  .c-contact__btn-item a:before {
    opacity: 1;
  }
  .c-contact__btn-item .c-ar--wh {
    position: absolute;
    top: 50%;
    right: 39px;
    -webkit-transform: translate(0, -50%);
            transform: translate(0, -50%);
  }
}

/*== Entry ==*/
.c-entry {
  position: relative;
  color: #fff;
  padding: 128px 0 124px;
  padding-right: 70px;
  padding-left: 70px;
  margin-right: auto;
  margin-left: auto;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: flex-end;
  -ms-justify-content: flex-end;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  overflow: hidden;
}
@media screen and (max-width: 1240px) {
  .c-entry {
    max-width: 100%;
    padding-right: 40px;
    padding-left: 40px;
  }
}
@media screen and (max-width: 1000px) {
  .c-entry {
    padding-right: 30px;
    padding-left: 30px;
  }
}
@media screen and (max-width: 740px) {
  .c-entry {
    padding-right: 15px;
    padding-left: 15px;
  }
}
.c-entry.is-hover .c-entry__bg {
  width: 105%;
  height: 105%;
}
.c-entry__bg {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  z-index: 1;
  -webkit-transition: all 0.4s cubic-bezier(0.28, 0, 0.66, 1);
  transition: all 0.4s cubic-bezier(0.28, 0, 0.66, 1);
}
.c-entry__bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.c-entry__content {
  position: relative;
  z-index: 2;
  text-align: center;
}
.c-entry__ttl {
  font-family: "Inter", sans-serif;
  font-weight: 700;
  font-size: 2.3rem;
}
.c-entry__desc {
  margin-top: 28px;
  font-family: "Hiragino Kaku Gothic W4 JIS2004", sans-serif;
  font-size: 1.4rem;
  line-height: 3.2rem;
}
.c-entry__btn {
  margin-top: 26px;
}
.c-entry__btn a {
  display: block;
  text-align: center;
  border-radius: 30px;
  background: transparent;
  width: 250px;
  padding: 17px 0;
  font-family: "Hiragino Kaku Gothic W4 JIS2004", sans-serif;
  font-size: 1.4rem;
  border: solid 1px #fff;
  color: #fff;
  margin: 0 auto;
}
@media screen and (min-width: 1025px) {
  .c-entry__btn a:hover {
    background: rgba(255, 255, 255, 0.2);
  }
}
.c-entry__btn svg {
  margin-left: 4px;
  vertical-align: 0;
}
.c-entry__btn a {
  font-family: "Hiragino Kaku Gothic W7 JIS2004", sans-serif;
  font-size: 1.4rem;
  letter-spacing: 0.05em;
  padding: 22px 0;
}
@media screen and (max-width: 1240px) {
  .c-entry__btn a {
    font-weight: bold;
  }
}
@media screen and (max-width: 1000px) {
  .c-entry {
    -webkit-justify-content: center;
    -ms-justify-content: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media screen and (max-width: 740px) {
  .c-entry {
    background-image: url("../img/recruit/sp/img-entry.jpg");
    padding: 73px 0 70px;
  }
}
@media screen and (max-width: 740px) and (min-width: 1440px), screen and (max-width: 740px) and (-webkit-min-device-pixel-ratio: 2), screen and (max-width: 740px) and (min-resolution: 2dppx) {
  .c-entry {
    background-image: url("../img/recruit/sp/img-entry@2x.jpg");
  }
}
@media screen and (max-width: 740px) {
  .c-entry__desc {
    margin-top: 25px;
  }
  .c-entry__btn {
    margin-top: 30px;
  }
  .c-entry__btn a {
    width: 232px;
  }
}

/*== Fixed CV Button ==*/
/*== Tel ==*/
.--tel {
  pointer-events: none;
}
@media screen and (max-width: 740px) {
  .--tel {
    pointer-events: auto;
  }
}

/*== Movie ==*/
#mvFixed {
  position: fixed;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  opacity: 0;
}
#mvFixed iframe, #mvFixed video {
  width: 100%;
  height: 100%;
}
#mvFixed.is-show {
  opacity: 1;
}
@media screen and (max-width: 1240px) {
  #mvFixed {
    top: 0;
    left: 0;
    position: absolute;
  }
}

/*== Content Animation =======================*/
.inview.fadein {
  opacity: 0;
  -webkit-transform: translate(0, 10px);
          transform: translate(0, 10px);
  -webkit-transition: all 0.6s ease-in-out;
  transition: all 0.6s ease-in-out;
}
.inview.fadein.is-view {
  opacity: 1;
  -webkit-transform: translate(0);
          transform: translate(0);
}
.inview.fadein.--delay:nth-child(3n+2) {
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
}
.inview.fadein.--delay:nth-child(3n+3) {
  -webkit-transition-delay: 0.4s;
          transition-delay: 0.4s;
}
.inview.fadein.--delay2:nth-child(2n+1) {
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
}
.inview.fadein.--delay2:nth-child(2n+2) {
  -webkit-transition-delay: 0.4s;
          transition-delay: 0.4s;
}
@media screen and (max-width: 740px) {
  .inview.fadein.--delay {
    -webkit-transition-delay: 0s !important;
            transition-delay: 0s !important;
  }
  .inview.fadein.--delay2 {
    -webkit-transition-delay: 0s !important;
            transition-delay: 0s !important;
  }
}
.inview.fadeinDelay1 {
  opacity: 0;
  -webkit-transform: translate(0, 10px);
          transform: translate(0, 10px);
  -webkit-transition: all 0.6s ease-in-out;
  transition: all 0.6s ease-in-out;
  -webkit-transition-delay: 0.6s;
          transition-delay: 0.6s;
}
.inview.fadeinDelay1.is-view {
  opacity: 1;
  -webkit-transform: translate(0);
          transform: translate(0);
}
.inview.fadeinDelay2 {
  opacity: 0;
  -webkit-transform: translate(0, 10px);
          transform: translate(0, 10px);
  -webkit-transition: all 0.6s ease-in-out;
  transition: all 0.6s ease-in-out;
  -webkit-transition-delay: 1s;
          transition-delay: 1s;
}
.inview.fadeinDelay2.is-view {
  opacity: 1;
  -webkit-transform: translate(0);
          transform: translate(0);
}
.inview.fadeinDelay3 {
  opacity: 0;
  -webkit-transform: translate(0, 10px);
          transform: translate(0, 10px);
  -webkit-transition: all 0.6s ease-in-out;
  transition: all 0.6s ease-in-out;
  -webkit-transition-delay: 1.4s;
          transition-delay: 1.4s;
}
.inview.fadeinDelay3.is-view {
  opacity: 1;
  -webkit-transform: translate(0);
          transform: translate(0);
}
.inview.fadeinRight {
  opacity: 0;
  -webkit-transform: translate(10px, 0);
          transform: translate(10px, 0);
  -webkit-transition: all 0.6s ease-in-out;
  transition: all 0.6s ease-in-out;
}
.inview.fadeinRight.is-view {
  opacity: 1;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}
.inview.fadeinLeft {
  opacity: 0;
  -webkit-transform: translate(-10px, 0);
          transform: translate(-10px, 0);
  -webkit-transition: all 0.6s ease-in-out;
  transition: all 0.6s ease-in-out;
}
.inview.fadeinLeft.is-view {
  opacity: 1;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}
@media screen and (max-width: 740px) {
  .inview.fadein-sp {
    -webkit-transform: translate(0, 10px);
            transform: translate(0, 10px);
    opacity: 0;
    -webkit-transition: all 0.6s ease-in-out;
    transition: all 0.6s ease-in-out;
  }
  .inview.fadein-sp.is-view {
    opacity: 1;
    -webkit-transform: translate(0);
            transform: translate(0);
  }
}
.inview.fadein-pc {
  opacity: 0;
  -webkit-transform: translate(0, 10px);
          transform: translate(0, 10px);
  -webkit-transition: all 0.6s ease-in-out;
  transition: all 0.6s ease-in-out;
}
.inview.fadein-pc.is-view {
  opacity: 1;
  -webkit-transform: translate(0);
          transform: translate(0);
}
@media screen and (max-width: 740px) {
  .inview.fadein-pc {
    opacity: 1;
  }
}

/*==================================
PERFORMANCE(/performance/)
==================================*/
/*== 共通 ================ */
/*== セクション =========== */
.point {
  padding-top: 100px;
  padding-bottom: 65px;
  position: relative;
  background: #fff;
  z-index: 2;
}
.point__lead {
  border-bottom: solid 1px #8E8E8E;
  padding-bottom: 32px;
}
.point__lead-ttl {
  font-family: "Hiragino Kaku Gothic W7 JIS2004", sans-serif;
  font-size: 2rem;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 1240px) {
  .point__lead-ttl {
    font-weight: bold;
  }
}
.point__lead-desc {
  margin-top: 41px;
  font-family: "Hiragino Kaku Gothic W4 JIS2004", sans-serif;
  font-size: 1.4rem;
  line-height: 3.2rem;
}
@media (min-width: 741px) {
  .point .swiper-wrapper {
    display: block;
  }
}
.point__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  align-items: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  gap: 0 30px;
  border-bottom: solid 1px #D6D6D6;
  min-height: 298px;
  padding: 23px 0;
}
.point__box:nth-child(odd) .point__txt {
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
      -ms-flex-order: 1;
          order: 1;
}
.point__box:nth-child(odd) .point__fig {
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
      -ms-flex-order: 2;
          order: 2;
}
.point__box:nth-child(even) .point__txt {
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
      -ms-flex-order: 2;
          order: 2;
  padding-right: 70px;
}
.point__box:nth-child(even) .point__fig {
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
      -ms-flex-order: 1;
          order: 1;
}
.point__box:last-child {
  border-bottom: none;
}
.point__txt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  align-items: flex-start;
  -webkit-box-align: flex-start;
  -webkit-align-items: flex-start;
  -ms-flex-align: flex-start;
  gap: 0 34px;
}
.point__txt-detail {
  max-width: 642px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.point__num {
  margin-top: 6px;
  font-family: "Inter", sans-serif;
  font-weight: 700;
  font-size: 1.5rem;
}
.point__num span {
  display: inline-block;
  border-bottom: solid 1px #383838;
  padding-bottom: 5px;
}
.point__ttl {
  font-family: "Hiragino Kaku Gothic W7 JIS2004", sans-serif;
  font-size: 1.7rem;
  line-height: 2.9rem;
}
@media screen and (max-width: 1240px) {
  .point__ttl {
    font-weight: bold;
  }
}
.point__desc {
  margin-top: 26px;
  font-family: "Hiragino Kaku Gothic W4 JIS2004", sans-serif;
  font-size: 1.4rem;
  line-height: 3rem;
}
.point__fig {
  margin: 0 auto;
}
@media screen and (max-width: 1240px) {
  .point__box:nth-child(even) .point__txt {
    padding-right: 0;
  }
}
@media screen and (max-width: 740px) {
  .point {
    padding-top: 63px;
    padding-bottom: 97px;
  }
  .point__lead {
    padding-bottom: 30px;
  }
  .point__lead-ttl {
    font-family: "Hiragino Kaku Gothic W7 JIS2004", sans-serif;
    font-size: 1.7rem;
    letter-spacing: 0.05em;
  }
}
@media screen and (max-width: 740px) and (max-width: 1240px) {
  .point__lead-ttl {
    font-weight: bold;
  }
}
@media screen and (max-width: 740px) {
  .point__lead-desc {
    margin-top: 31px;
  }
  .point__content {
    margin-top: 26px;
  }
  .point__box {
    display: block;
    padding: 30px 0 35px;
  }
  .point__txt {
    position: relative;
    display: block;
  }
  .point__num {
    position: absolute;
  }
  .point__ttl {
    padding-left: 39px;
  }
  .point__desc {
    margin-top: 27px;
    font-family: "Hiragino Kaku Gothic W4 JIS2004", sans-serif;
    font-size: 1.4rem;
    line-height: 2.8rem;
  }
}
@media screen and (max-width: 740px) {
  .point__fig {
    margin-top: 28px;
  }
  .point__fig img {
    width: 100%;
    height: auto;
  }
  .point__nav .swiper-pagination-bullets.swiper-pagination {
    margin-top: -17px;
  }
  .point__nav .swiper-pagination-bullets .swiper-pagination-bullet {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 35px;
    height: 35px;
    border: solid 1px #383838;
    font-family: "Inter", sans-serif;
    font-weight: 400;
    font-size: 1.5rem;
    background: transparent;
  }
  .point__nav .swiper-pagination-bullets.swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    color: #fff;
  }
  .point__nav .swiper-button-prev,
  .point__nav .swiper-button-next {
    width: 23px;
  }
  .point__nav .swiper-button-prev {
    left: 0;
  }
  .point__nav .swiper-button-next {
    right: 0;
  }
}

.warranty {
  padding: 82px 0 110px;
  background: #EFEDE7;
  border-radius: 5px;
}
@media screen and (max-width: 740px) {
  .warranty {
    border-radius: 0px;
  }
}
.warranty .ttl {
  -webkit-justify-content: center;
  -ms-justify-content: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.warranty__content {
  max-width: 850px;
  margin: 41px auto 0;
}
.warranty__box {
  background: #fff;
  margin-bottom: 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  align-items: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  gap: 11px 32px;
  padding: 13px 30px 11px;
  min-height: 75px;
}
.warranty__box:last-child {
  margin-bottom: 0;
}
.warranty__head {
  font-family: "Hiragino Kaku Gothic W6 JIS2004", sans-serif;
  font-size: 1.7rem;
  color: #88847B;
  width: 136px;
}
@media screen and (max-width: 1240px) {
  .warranty__head {
    font-weight: bold;
  }
}
.warranty__desc {
  font-family: "Hiragino Kaku Gothic W4 JIS2004", sans-serif;
  font-size: 1.4rem;
  line-height: 2.5rem;
}
.warranty__read {
  margin-top: 109px;
  margin-bottom: 88px;
  background: #fff;
  padding: 59px 0 52px 0;
  border-radius: 5px;
}
@media screen and (max-width: 740px) {
  .warranty__read {
    margin-top: 38px;
    margin-bottom: 51px;
    padding: 31px 15px 33px 15px;
  }
}
.warranty__read-head {
  text-align: center;
  font-family: "Hiragino Kaku Gothic W7 JIS2004", sans-serif;
  font-size: 2.1rem;
  margin-bottom: 26px;
}
@media screen and (max-width: 1240px) {
  .warranty__read-head {
    font-weight: bold;
  }
}
@media screen and (max-width: 740px) {
  .warranty__read-head {
    text-align: left;
    font-family: "Hiragino Kaku Gothic W7 JIS2004", sans-serif;
    font-size: 1.7rem;
    line-height: 3.3rem;
    letter-spacing: 0.05em;
    margin-bottom: 16px;
  }
}
@media screen and (max-width: 740px) and (max-width: 1240px) {
  .warranty__read-head {
    font-weight: bold;
  }
}
.warranty__read-desc {
  font-family: "Hiragino Kaku Gothic W4 JIS2004", sans-serif;
  font-size: 1.4rem;
  line-height: 3rem;
  text-align: center;
}
@media screen and (max-width: 740px) {
  .warranty__read-desc {
    text-align: left;
    line-height: 2.8rem;
  }
}
.warranty__support {
  margin-bottom: 70px;
}
@media screen and (max-width: 740px) {
  .warranty__support {
    margin-bottom: 62px;
  }
}
.warranty__support-ttl {
  text-align: center;
  font-family: "Hiragino Kaku Gothic W7 JIS2004", sans-serif;
  font-size: 2.65rem;
  margin-bottom: 27px;
  color: #88847B;
}
@media screen and (max-width: 1240px) {
  .warranty__support-ttl {
    font-weight: bold;
  }
}
@media screen and (max-width: 740px) {
  .warranty__support-ttl {
    font-family: "Hiragino Kaku Gothic W7 JIS2004", sans-serif;
    font-size: 2rem;
    text-align: left;
    letter-spacing: 0.1rem;
    margin-bottom: 21px;
  }
}
@media screen and (max-width: 740px) and (max-width: 1240px) {
  .warranty__support-ttl {
    font-weight: bold;
  }
}
.warranty__support-desc {
  text-align: center;
  font-family: "Hiragino Kaku Gothic W4 JIS2004", sans-serif;
  font-size: 1.4rem;
  line-height: 2.9rem;
  margin-bottom: 29px;
}
@media screen and (max-width: 740px) {
  .warranty__support-desc {
    text-align: left;
    line-height: 3rem;
    margin-bottom: 22px;
  }
}
.warranty__support-iconttl {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 330px;
}
@media screen and (max-width: 740px) {
  .warranty__support-iconttl {
    margin-bottom: 32px;
  }
}
.warranty__support-list-item {
  margin-bottom: 100px;
}
.warranty__support-list-head {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 740px) {
  .warranty__support-list-head {
    display: block;
    margin-bottom: 23px;
  }
}
.warranty__support-list-head-icon {
  margin-right: 9px;
}
.warranty__support-list-head-txt {
  width: 250px;
  font-family: "Hiragino Kaku Gothic W7 JIS2004", sans-serif;
  font-size: 2.5rem;
  color: #88847B;
  letter-spacing: 0.15rem;
}
@media screen and (max-width: 1240px) {
  .warranty__support-list-head-txt {
    font-weight: bold;
  }
}
@media screen and (max-width: 740px) {
  .warranty__support-list-head-txt {
    font-family: "Hiragino Kaku Gothic W7 JIS2004", sans-serif;
    font-size: 1.98rem;
  }
}
@media screen and (max-width: 740px) and (max-width: 1240px) {
  .warranty__support-list-head-txt {
    font-weight: bold;
  }
}
.warranty__support-list-head-txt span.bold-number {
  font-weight: 700;
  letter-spacing: 0.05rem;
  font-family: "Inter", sans-serif !important;
  font-size: 4rem;
  display: inline-block;
  margin-left: 5px;
  margin-right: 3px;
}
@media screen and (max-width: 740px) {
  .warranty__support-list-head-txt span.bold-number {
    margin-left: 2px;
  }
}
.warranty__support-list-head-txt span.en {
  display: block;
  font-size: 1.3rem;
  margin-bottom: 13px;
  letter-spacing: 0em;
  color: #383838;
  font-weight: 400;
}
@media screen and (max-width: 740px) {
  .warranty__support-list-head-txt span.en {
    margin-bottom: 2px;
  }
}
.warranty__support-list-ttl {
  margin-top: 24px;
  font-family: "Hiragino Kaku Gothic W7 JIS2004", sans-serif;
  font-size: 1.5rem;
  letter-spacing: 0.05em;
  line-height: 2rem;
  color: #88847B;
}
@media screen and (max-width: 1240px) {
  .warranty__support-list-ttl {
    font-weight: bold;
  }
}
@media screen and (max-width: 740px) {
  .warranty__support-list-ttl {
    margin-top: 0;
  }
}
.warranty__support-list-desc {
  margin-left: 37px;
}
@media screen and (max-width: 740px) {
  .warranty__support-list-desc {
    width: 100%;
    margin-left: 0;
  }
}
.warranty__support-list-desc p.support1 {
  line-height: 3rem;
}
@media screen and (max-width: 740px) {
  .warranty__support-list-desc p.support1 {
    line-height: 2.8rem;
  }
}
.warranty__support-list-desc p.support1::before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  margin-top: -7px;
}
.warranty__support-list-desc p.support2 {
  line-height: 3rem;
}
@media screen and (max-width: 740px) {
  .warranty__support-list-desc p.support2 {
    line-height: 2.8rem;
  }
}
.warranty__support-list-desc p.support2::before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  margin-top: -37px;
}
.warranty__support-list-desc p.note {
  margin-top: 11px;
  line-height: 2.2rem;
  font-size: 1.3rem;
}
@media screen and (max-width: 740px) {
  .warranty__support-list-desc p.note {
    margin-top: 19px;
  }
}
.warranty__support-list .item-1 .warranty__support-list-head-icon {
  padding-top: 12px;
}
@media screen and (max-width: 740px) {
  .warranty__support-list .item-1 .warranty__support-list-head-icon {
    padding-top: 0;
  }
}
.warranty__support-list .item-1 .warranty__support-img {
  margin-top: 30px;
}
.warranty__support-list .item-1 .warranty__support-img img {
  max-width: 100%;
}
@media screen and (max-width: 740px) {
  .warranty__support-list .item-1 .warranty__support-img img {
    max-width: none;
  }
}
@media screen and (max-width: 740px) {
  .warranty__support-list .item-1 {
    margin-bottom: 79px;
  }
  .warranty__support-list .item-1 .warranty__support-img {
    margin-top: 24px;
    padding: 37px 15px 32px 15px;
  }
}
.warranty__support-list .item-1 .warranty__support-list-head-txt span.en {
  margin-top: 2px;
}
.warranty__support-list .item-2 {
  margin-bottom: 74px;
}
@media screen and (max-width: 740px) {
  .warranty__support-list .item-2 {
    margin-bottom: 77px;
  }
}
@media screen and (max-width: 740px) {
  .warranty__support-list .item-2 .warranty__support-list-head {
    margin-bottom: 29px;
  }
}
.warranty__support-list .item-2 .warranty__support-list-head-icon {
  margin-top: -6px;
}
@media screen and (max-width: 740px) {
  .warranty__support-list .item-2 .warranty__support-list-head-icon {
    margin-top: -17px;
  }
}
@media screen and (max-width: 740px) {
  .warranty__support-list .item-2 .warranty__support-list-head-txt span.en {
    margin-bottom: -1px;
  }
}
@media screen and (max-width: 740px) {
  .warranty__support-list .item-2 .warranty__support-list-desc {
    padding-top: 27px;
  }
}
.warranty__support-list .item-2 .warranty__support-list-ttl {
  margin-top: 26px;
}
.warranty__support-list .item-3 {
  margin-bottom: 0;
}
@media screen and (max-width: 740px) {
  .warranty__support-list .item-3 .warranty__support-list-head {
    margin-bottom: 0px;
  }
}
.warranty__support-list .item-3 .warranty__support-list-ttl {
  margin-top: 36px;
}
@media screen and (max-width: 740px) {
  .warranty__support-list .item-3 .warranty__support-list-ttl {
    margin-top: 0;
    line-height: 2.7rem;
  }
}
.warranty__support-list .item-3 .warranty__support-list-head-icon {
  margin-right: 7px;
  margin-top: -4px;
}
@media screen and (max-width: 740px) {
  .warranty__support-list .item-3 .warranty__support-list-head-icon {
    margin-right: 10px;
    margin-top: -16px;
  }
}
@media screen and (max-width: 740px) {
  .warranty__support-list .item-3 .warranty__support-list-head-txt span.en {
    margin-bottom: 0;
  }
}
.warranty__support-list .item-3 .warranty__list-box {
  margin-top: 16px;
}
@media screen and (max-width: 740px) {
  .warranty__support-list .item-3 .warranty__list-box {
    margin-top: 12px;
  }
}
@media screen and (max-width: 740px) {
  .warranty__support-list .item-3 .warranty__support-iconttl {
    margin-bottom: 24px;
  }
}
@media screen and (max-width: 740px) {
  .warranty__support-list .item-3 .warranty__list-box-item.flexbox {
    padding: 0;
    height: 90px;
    position: relative;
  }
}
.warranty__support-list .item-3 .warranty__support-list-head-txt span.bold-number {
  letter-spacing: 0.15rem;
}
@media screen and (max-width: 740px) {
  .warranty__support-img {
    background: #E3E2D8;
    padding: 37px 15px 33px 15px;
    overflow: auto;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
  }
}
.warranty__support-img img {
  max-width: 100%;
}
@media screen and (max-width: 740px) {
  .warranty__support-img img {
    max-width: none;
  }
}
.warranty__list-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 14px;
}
@media screen and (max-width: 740px) {
  .warranty__list-box {
    display: block;
  }
}
.warranty__list-box-item {
  border: 1px dashed #88847B;
  background: #fff;
  text-align: center;
  padding: 42px 0 46px 0;
  width: 31.7%;
  font-family: "Hiragino Kaku Gothic W5 JIS2004", sans-serif;
  font-size: 2rem;
  color: #88847B;
  border-radius: 5px;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 740px) {
  .warranty__list-box-item {
    width: 100%;
    margin-bottom: 8px;
    font-size: 1.7rem;
    letter-spacing: 0.05em;
    padding: 27px 0 24px 0;
  }
}
.warranty__list-box-item.flexbox {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: left;
  line-height: 3rem;
  padding: 28px 0 30px 0;
}
@media screen and (max-width: 740px) {
  .warranty__list-box-item.flexbox {
    text-align: center;
  }
}
.warranty__list-box-item.flexbox span.marker {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(73%, transparent), color-stop(73%, #E6D079));
  background: -webkit-linear-gradient(transparent 73%, #E6D079 73%);
  background: linear-gradient(transparent 73%, #E6D079 73%);
}
.warranty__list-box-item.flexbox .box-icon {
  width: 45px;
  margin-right: 18px;
}
@media screen and (max-width: 1240px) {
  .warranty__list-box-item.flexbox .warranty__list-box-txt {
    width: 60%;
  }
}
@media screen and (max-width: 740px) {
  .warranty__list-box-item.flexbox .warranty__list-box-txt {
    width: auto;
  }
}
@media screen and (max-width: 740px) {
  .warranty__list-box-item.flexbox.item1 .box-icon {
    position: absolute;
    top: 20px;
    left: 10px;
  }
}
@media screen and (max-width: 740px) {
  .warranty__list-box-item.flexbox.item1 .warranty__list-box-txt {
    position: absolute;
    top: 30px;
    left: 63px;
    letter-spacing: 0.05em;
  }
}
.warranty__list-box-item.flexbox.item2 {
  position: relative;
}
.warranty__list-box-item.flexbox.item2 .box-icon {
  position: absolute;
  top: 36px;
  left: 21px;
}
@media screen and (max-width: 740px) {
  .warranty__list-box-item.flexbox.item2 .box-icon {
    top: 20px;
    left: 10px;
  }
}
.warranty__list-box-item.flexbox.item2 .warranty__list-box-txt {
  position: absolute;
  top: 30px;
  left: 85px;
}
@media screen and (max-width: 740px) {
  .warranty__list-box-item.flexbox.item2 .warranty__list-box-txt {
    top: 26px;
    left: 69px;
    letter-spacing: 0.05em;
  }
}
.warranty__list-box-item.flexbox.item3 {
  position: relative;
}
.warranty__list-box-item.flexbox.item3 .box-icon {
  position: absolute;
  top: 40px;
  left: 23px;
}
@media screen and (max-width: 740px) {
  .warranty__list-box-item.flexbox.item3 .box-icon {
    top: 22px;
    left: 8px;
  }
}
.warranty__list-box-item.flexbox.item3 .warranty__list-box-txt {
  position: absolute;
  top: 45px;
  left: 80px;
}
@media screen and (max-width: 740px) {
  .warranty__list-box-item.flexbox.item3 .warranty__list-box-txt {
    top: 25px;
    left: 69px;
    letter-spacing: 0.05em;
  }
}
@media screen and (max-width: 740px) {
  .warranty {
    padding: 72px 0 70px;
  }
  .warranty .ttl {
    -webkit-justify-content: flex-start;
    -ms-justify-content: flex-start;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .warranty__box {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
    align-items: flex-start;
    -webkit-box-align: flex-start;
    -webkit-align-items: flex-start;
    -ms-flex-align: flex-start;
    padding: 25px 13px 18px;
    margin-bottom: 15px;
  }
  .warranty__head {
    width: auto;
  }
  .warranty__desc {
    line-height: 2.8rem;
  }
}

.zeh {
  margin-top: 444px;
  position: relative;
  background: #fff;
  z-index: 2;
  padding-bottom: 132px;
}
.zeh:before {
  position: absolute;
  top: -89px;
  left: 0;
  z-index: 2;
  width: 100%;
  height: 195px;
  content: "";
  background: rgba(255, 255, 255, 0.7);
  border-top-left-radius: 50px;
  border-top-right-radius: 50px;
  -webkit-backdrop-filter: blur(8px) brightness(2);
          backdrop-filter: blur(8px) brightness(2);
}
.zeh__img {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -10;
}
.zeh__img picture {
  position: relative;
  z-index: 1;
}
.zeh__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.zeh__logo {
  position: relative;
  text-align: center;
  z-index: 3;
}
.zeh__lead {
  margin-top: 56px;
  text-align: center;
  font-family: "Hiragino Kaku Gothic W7 JIS2004", sans-serif;
  font-size: 2rem;
  line-height: 3.4rem;
}
@media screen and (max-width: 1240px) {
  .zeh__lead {
    font-weight: bold;
  }
}
.zeh__desc {
  margin-top: 33px;
  text-align: center;
  font-family: "Hiragino Kaku Gothic W4 JIS2004", sans-serif;
  font-size: 1.4rem;
  line-height: 3.5rem;
}
.zeh__data {
  margin-top: 88px;
  padding-top: 94px;
  border-top: solid 1px #8E8E8E;
}
.zeh__data-ttl {
  font-family: "Hiragino Kaku Gothic W7 JIS2004", sans-serif;
  font-size: 1.7rem;
  line-height: 2.9rem;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 1240px) {
  .zeh__data-ttl {
    font-weight: bold;
  }
}
.zeh__data-box {
  margin-top: 71px;
}
.zeh__data-box:first-child {
  margin-top: 0;
}
.zeh__data-desc {
  margin-top: 26px;
  font-family: "Hiragino Kaku Gothic W4 JIS2004", sans-serif;
  font-size: 1.4rem;
  line-height: 3rem;
  max-width: 730px;
}
.zeh__tb {
  margin-top: 18px;
  max-width: 895px;
  width: 100%;
  table-layout: fixed;
}
.zeh__tb.--sp {
  display: none;
}
.zeh__tb th, .zeh__tb td {
  text-align: center;
}
.zeh__tb-ttl {
  background: #EFEDE7;
  border: solid 1px #B4AFA3;
  border-bottom: none;
  font-family: "Hiragino Kaku Gothic W4 JIS2004", sans-serif;
  font-size: 1.5rem;
  line-height: 2.8rem;
  padding: 5px 0 6px;
}
.zeh__tb-txt {
  text-align: center;
  border: solid 1px #B7B7B7;
  border-top: none;
  font-family: "Hiragino Kaku Gothic W4 JIS2004", sans-serif;
  font-size: 1.4rem;
  line-height: 2.8rem;
  padding: 9px 0 8px;
}
.zeh__tb-att {
  margin-top: 13px;
  font-family: "Hiragino Kaku Gothic W4 JIS2004", sans-serif;
  font-size: 1.2rem;
  line-height: 2.2rem;
  color: #8E8E8E;
}
@media screen and (max-width: 740px) {
  .zeh {
    margin-top: 299px;
    padding-bottom: 93px;
  }
  .zeh__img {
    position: fixed !important;
  }
  .zeh__img:before {
    height: 117px;
  }
  .zeh__logo {
    width: 100%;
  }
  .zeh__logo img {
    max-width: 100%;
    height: auto;
  }
  .zeh__lead {
    margin-top: 30px;
  }
  .zeh__desc {
    margin-top: 21px;
    text-align: left;
    font-family: "Hiragino Kaku Gothic W4 JIS2004", sans-serif;
    font-size: 1.4rem;
    line-height: 3rem;
  }
  .zeh__data {
    margin-top: 52px;
  }
  .zeh__data-ttl {
    line-height: 3.5rem;
  }
  .zeh__data-box {
    margin-top: 40px;
  }
  .zeh__data-desc {
    margin-top: 14px;
    font-family: "Hiragino Kaku Gothic W4 JIS2004", sans-serif;
    font-size: 1.4rem;
    line-height: 2.8rem;
  }
  .zeh__tb {
    margin-top: 21px;
  }
  .zeh__tb-ttl:nth-child(n+2), .zeh__tb-txt:nth-child(n+2) {
    border-left: dashed 1px #B4AFA3;
  }
  .zeh__tb-ttl:not(:last-child), .zeh__tb-txt:not(:last-child) {
    border-right: none;
  }
  .zeh__tb.--pc {
    display: none;
  }
  .zeh__tb.--sp {
    display: table;
  }
  .zeh__tb-ttl {
    font-family: "Hiragino Kaku Gothic W4 JIS2004", sans-serif;
    font-size: 1.4rem;
    line-height: 2.8rem;
    padding: 4px 0 6px;
  }
  .zeh__tb-txt {
    font-family: "Hiragino Kaku Gothic W4 JIS2004", sans-serif;
    font-size: 1.5rem;
    line-height: 2.8rem;
    padding: 10px 0 9px;
  }
}