@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Shippori+Mincho:wght@400;500;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=M+PLUS+1p:wght@300;400;500;700&display=swap");
/*! destyle.css v4.0.0 | 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 */
}

/**
 * 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;
}

/**
 * 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 */
}

/**
 * Fix appearance for Firefox
 */
[type=number] {
  -moz-appearance: textfield;
}

/**
 * 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 {
  -webkit-appearance: none;
  -webkit-text-size-adjust: 100%;
  scroll-behavior: smooth;
  scroll-padding-top: min(6.7164179104vw, 90px);
  word-break: break-all;
  font-size: 10px;
}
@media (min-width: 768px) and (max-width: 1260px) {
  html {
    font-size: 0.7936507937vw;
  }
}
@media (max-width: 767px) {
  html {
    font-size: 2.6666666667vw;
    scroll-padding-top: 6rem;
  }
}

body {
  font-family: "Shippori Mincho", serif;
  font-feature-settings: "palt";
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 2.3333333333;
  letter-spacing: 0.2em;
  color: #1e1e1e;
}
@media (max-width: 767px) {
  body {
    font-size: 1.6rem;
    line-height: 2.25;
  }
}

@media (max-width: 767px) {
  .pc {
    display: none !important;
  }
}
@media (min-width: 768px) {
  .sp {
    display: none !important;
  }
}
picture {
  display: block;
}

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

#container {
  width: 100%;
}

main {
  position: relative;
  min-height: calc(100vh - min(6.7164179104vw, 90px) - 15rem);
}
main:not(#top) {
  margin-top: min(6.7164179104vw, 90px);
}
@media (max-width: 767px) {
  main:not(#top) {
    margin-top: 6rem;
  }
}

.fix-movie {
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
}
@media (max-width: 767px) {
  .fix-movie {
    height: 100lvh;
  }
}
.fix-movie video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

section {
  position: relative;
}

.inner {
  width: 120rem;
  margin: 0 auto;
  position: relative;
}
@media (max-width: 767px) {
  .inner {
    width: 31.5rem;
  }
}

.all_svg {
  display: none;
}

.l-header {
  width: 100%;
  height: min(6.7164179104vw, 90px);
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  padding-inline: min(3.4328358209vw, 46px);
  letter-spacing: 0;
}
@media (max-width: 767px) {
  .l-header {
    height: 6rem;
    padding-inline: 2rem 0;
  }
}
.l-header.is-change::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.8);
  mix-blend-mode: difference;
  transition: all 0.5s ease;
  z-index: -1;
}
.l-header__logo {
  display: flex;
  align-items: center;
  column-gap: 1rem;
  height: 100%;
  position: relative;
  z-index: 10;
  transition: opacity 0.4s ease;
}
.l-header__logo h1 {
  width: min(11.1940298507vw, 150px);
}
@media (max-width: 767px) {
  .l-header__logo h1 {
    width: 12.8rem;
  }
}
@media (any-hover: hover) {
  .l-header__logo:hover {
    opacity: 0.7;
  }
}
.l-header .l-header-hb {
  width: 7rem;
  height: 6rem;
  display: grid;
  place-content: center;
  position: relative;
  z-index: 10;
}
.l-header .l-header-hb__inner {
  width: 7rem;
  height: 2.2rem;
  position: relative;
}
.l-header .l-header-hb__inner span {
  width: 100%;
  height: 0.3rem;
  background: #1e1e1e;
  position: absolute;
  right: 0;
  transition: all 0.4s ease;
}
.l-header .l-header-hb__inner span:nth-of-type(1) {
  width: 7rem;
  top: 0;
}
.l-header .l-header-hb__inner span:nth-of-type(2) {
  width: 5rem;
  top: 0.95rem;
}
.l-header .l-header-hb__inner span:nth-of-type(3) {
  width: 3rem;
  top: 1.9rem;
}
.l-header .l-header-hb.is-active .l-header-hb__inner span:nth-of-type(1) {
  width: 4rem;
  top: 0.95rem;
  transform: translateX(-1rem) rotate(45deg);
}
.l-header .l-header-hb.is-active .l-header-hb__inner span:nth-of-type(2) {
  opacity: 0;
}
.l-header .l-header-hb.is-active .l-header-hb__inner span:nth-of-type(3) {
  width: 4rem;
  top: 0.95rem;
  transform: translateX(-1rem) rotate(-45deg);
}
@media (max-width: 767px) {
  .l-header__nav {
    width: 100%;
    height: 100vh;
    background: rgba(255, 255, 255, 0.8);
    position: fixed;
    top: 0;
    left: 101%;
    transition: left 0.4s ease;
    padding-block: 6rem 4rem;
    overflow: auto;
    overscroll-behavior: none;
    /*IE(Internet Explorer)・Microsoft Edgeへの対応*/
    -ms-overflow-style: none;
    /*Firefoxへの対応*/
    scrollbar-width: none;
    /*Google Chrome、Safariへの対応*/
  }
  .l-header__nav::-webkit-scrollbar {
    display: none;
  }
  .l-header__nav.is-active {
    left: 0;
  }
}
@media (min-width: 768px) {
  .l-header__nav .l-header-nav-inner {
    display: contents;
  }
}
@media (max-width: 767px) {
  .l-header__nav .l-header-nav-inner {
    width: 100%;
    min-height: calc(100% + 0.5px);
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-top: 2rem;
  }
}
.l-header__nav ul {
  display: flex;
  align-items: center;
  column-gap: min(2.2388059701vw, 30px);
}
@media (max-width: 767px) {
  .l-header__nav ul {
    flex-direction: column;
    align-items: initial;
    width: 100%;
  }
}
.l-header__nav ul li a {
  height: min(6.7164179104vw, 90px);
  display: flex;
  align-items: center;
  font-size: min(1.2686567164vw, 16px);
  font-weight: 500;
  position: relative;
}
@media (max-width: 767px) {
  .l-header__nav ul li a {
    height: initial;
    font-size: 1.6rem;
    padding: 0.4rem 2.8rem;
  }
}
@media (min-width: 768px) {
  .l-header__nav ul li a::before {
    content: "";
    width: 100%;
    height: 0.2rem;
    background: #1e1e1e;
    position: absolute;
    bottom: 2rem;
    left: 0;
    clip-path: inset(0 100% 0 0);
    transition: clip-path 0.4s;
  }
}
@media (any-hover: hover) and (min-width: 768px) {
  .l-header__nav ul li a:hover::before {
    clip-path: inset(0 0 0 0);
  }
}
.l-header__nav-contact {
  margin-top: 6rem;
}

/* footer */
.l-footer {
  background: #fff;
  padding-block: 2rem;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.l-footer__logo {
  width: 19rem;
}
@media (max-width: 767px) {
  .l-footer__logo {
    width: 12.8rem;
  }
}
.l-footer p {
  text-align: center;
  font-size: 1.4rem;
  letter-spacing: 1;
}

.section-title h2 {
  font-size: 3.6rem;
  line-height: 1.2222222222;
  display: flex;
  flex-direction: column;
  letter-spacing: 0.1em;
}
@media (max-width: 767px) {
  .section-title h2 {
    font-size: 3.2rem;
    line-height: 1.1111111111;
  }
}
.section-title h2 .ja-title {
  font-size: 1.6rem;
  line-height: 2.25;
  font-family: "M PLUS 1p", sans-serif;
  letter-spacing: 0.1em;
  font-weight: 400;
}
@media (max-width: 767px) {
  .section-title h2 .ja-title {
    font-size: 1.4rem;
    margin-top: 0.6rem;
  }
}

/* fv */
.mv {
  width: 100%;
  height: 100vh;
  padding-block: 4.6rem;
}
@media (max-width: 767px) {
  .mv {
    height: 100dvh;
    padding-block: 3rem;
  }
}
.mv .inner {
  height: 100%;
  display: flex;
  flex-direction: column;
}
.mv__main {
  flex: 1;
  display: flex;
  align-items: center;
}
@media (max-width: 767px) {
  .mv__main {
    flex-direction: column;
    row-gap: 2rem;
    align-items: initial;
  }
}
.mv__image-area {
  width: 50%;
  display: flex;
  justify-content: center;
}
@media (max-width: 767px) {
  .mv__image-area {
    width: 100%;
    flex: 1;
    display: flex;
    align-items: center;
  }
}
.mv__logo {
  width: 47rem;
}
@media (max-width: 767px) {
  .mv__logo {
    width: 24rem;
  }
}
.mv__text {
  flex: 1;
  text-align: center;
}
@media (max-width: 767px) {
  .mv__text {
    flex: initial;
    text-align: left;
  }
}
.mv__text p {
  font-size: 2.8rem;
  line-height: 1.4285714286;
  font-family: "M PLUS 1p", sans-serif;
  letter-spacing: 0.3em;
  font-weight: 300;
}
@media (max-width: 767px) {
  .mv__text p {
    font-size: 2.4rem;
    line-height: 1.5;
  }
}
.mv__bottom {
  text-align: center;
}
@media (max-width: 767px) {
  .mv__bottom {
    margin-top: 2rem;
    text-align: left;
  }
}
.mv__bottom p {
  font-size: 1.6rem;
  font-family: "M PLUS 1p", sans-serif;
}
@media (max-width: 767px) {
  .mv__bottom p {
    font-size: 1.4rem;
    line-height: 1.7142857143;
    letter-spacing: 0.1em;
  }
}

.contact-form {
  letter-spacing: 0.1em;
}
.contact-form__items {
  display: flex;
  flex-direction: column;
  row-gap: 1.6rem;
}
.contact-form__item {
  display: flex;
  align-items: flex-start;
  column-gap: 2rem;
}
@media (max-width: 767px) {
  .contact-form__item {
    flex-direction: column;
  }
}
.contact-form__item dt {
  width: 26rem;
  border-bottom: 0.1rem solid rgba(0, 0, 0, 0.5);
}
@media (max-width: 767px) {
  .contact-form__item dt {
    width: 100%;
    border-bottom: none;
  }
}
.contact-form__item dt span {
  color: #a80c0c;
}
.contact-form__item dd {
  flex: 1;
}
@media (max-width: 767px) {
  .contact-form__item dd {
    width: 100%;
  }
}
.contact-form__item dd input,
.contact-form__item dd textarea {
  width: 100%;
  height: 4rem;
  border: 0.1rem solid rgba(0, 0, 0, 0.5);
  padding: 1rem 1.6rem;
  color: #1e1e1e;
}
.contact-form__item dd textarea {
  height: 29rem;
}
.contact-form__item dd .error {
  color: #a80c0c;
  font-size: 1.2rem;
  display: none;
}
.contact-form__item.is-error dd .error {
  display: block;
}
.contact-form__submit {
  display: flex;
  justify-content: center;
  column-gap: 2rem;
  margin-top: 6rem;
}
@media (max-width: 767px) {
  .contact-form__submit {
    margin-top: 3rem;
    column-gap: 1rem;
  }
}
.contact-form__submit .submit-button button {
  width: 30rem;
  height: 6rem;
  border: 0.1rem solid #1e1e1e;
  border-radius: 3rem;
  display: grid;
  place-content: center;
  font-size: 2.4rem;
  line-height: 1;
  transition: background-color 0.3s, color 0.3s;
}
@media (max-width: 767px) {
  .contact-form__submit .submit-button button {
    width: 20rem;
    height: 4.8rem;
    font-size: 1.6rem;
  }
}
.contact-form__submit .submit-button button[type=button] {
  width: 20rem;
}
@media (max-width: 767px) {
  .contact-form__submit .submit-button button[type=button] {
    width: 10rem;
  }
}
@media (any-hover: hover) {
  .contact-form__submit .submit-button button:hover {
    background: #1e1e1e;
    color: #fff;
  }
}

/* button */
.c-button-black {
  width: 40rem;
  height: 6rem;
  background: #1e1e1e;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  column-gap: 1.2rem;
  font-size: 2.4rem;
  line-height: 1;
  transition: background-color 0.3s, color 0.3s;
}
@media (max-width: 767px) {
  .c-button-black {
    width: 31.4rem;
    font-size: 2rem;
  }
}
.c-button-black span {
  width: 2.5rem;
  height: 2.5rem;
  border: 0.1rem solid #fff;
  display: grid;
  place-content: center;
  transition: border-color 0.3s;
}
.c-button-black span span {
  display: block;
  width: 0.1rem;
  height: 1rem;
  background: #fff;
  position: relative;
  transition: background-color 0.3s;
}
.c-button-black span span::before {
  content: "";
  width: 0.6rem;
  height: 0.6rem;
  border-left: 0.16rem solid #fff;
  border-bottom: 0.16rem solid #fff;
  position: absolute;
  bottom: -0.16rem;
  left: 0;
  transform: rotate(-45deg);
  transform-origin: left bottom;
  transition: background-color 0.3s;
}
@media (any-hover: hover) {
  .c-button-black:hover {
    background: #fff;
    color: #1e1e1e;
  }
  .c-button-black:hover span {
    border-color: #1e1e1e;
  }
  .c-button-black:hover span span {
    background: #1e1e1e;
  }
  .c-button-black:hover span span::before {
    background: #1e1e1e;
  }
}

.c-button-back {
  width: 30rem;
  height: 6rem;
  border: 0.1rem solid #1e1e1e;
  border-radius: 3rem;
  display: grid;
  place-content: center;
  font-size: 2.4rem;
  line-height: 1;
  transition: background-color 0.3s, color 0.3s;
}
@media (max-width: 767px) {
  .c-button-back {
    width: 20rem;
    height: 4.8rem;
    font-size: 1.6rem;
  }
}
@media (any-hover: hover) {
  .c-button-back:hover {
    background: #1e1e1e;
    color: #fff;
  }
}

#top .concept {
  padding-block: 13.8rem 4.8rem;
  background: #fff;
  position: relative;
  overflow: hidden;
}
@media (max-width: 767px) {
  #top .concept {
    padding-block: 9rem 7.2rem;
  }
}
#top .concept .inner {
  z-index: 5;
}
#top .concept__deco-image {
  width: 22.5rem;
  position: absolute;
  top: -9.6rem;
  right: -2rem;
}
@media (max-width: 767px) {
  #top .concept__deco-image {
    width: 16.5rem;
    top: -7.2rem;
    right: -5rem;
  }
}
#top .concept__contents {
  display: flex;
}
@media (max-width: 767px) {
  #top .concept__contents {
    flex-direction: column;
    row-gap: 3rem;
  }
}
#top .concept__textarea {
  flex: 1;
}
#top .concept__text {
  margin-top: 2.6rem;
}
@media (max-width: 767px) {
  #top .concept__text {
    margin-top: 3rem;
    text-align: justify;
  }
}
#top .concept__text p {
  letter-spacing: 0.1em;
}
#top .concept__image-area {
  width: 50%;
  margin-top: 6rem;
}
@media (max-width: 767px) {
  #top .concept__image-area {
    width: 100%;
    margin-top: 0;
    display: flex;
    justify-content: center;
  }
}
@media (max-width: 767px) {
  #top .concept__image {
    width: 30rem;
  }
}
#top .concept__bottom-bg {
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
}
#top .why {
  padding-block: 15rem 19rem;
  position: relative;
  overflow: hidden;
}
@media (max-width: 767px) {
  #top .why {
    padding-block: 9.6rem 20rem;
  }
}
#top .why .inner {
  z-index: 5;
}
#top .why__deco-image {
  width: 22.5rem;
  position: absolute;
  top: -7rem;
  left: 0;
}
@media (max-width: 767px) {
  #top .why__deco-image {
    width: 16.5rem;
    top: -7rem;
    left: -6.5rem;
  }
}
#top .why__title {
  display: flex;
  justify-content: center;
}
#top .why__title h2 {
  writing-mode: vertical-rl;
  font-size: 3.6rem;
  letter-spacing: 0.18em;
}
@media (max-width: 767px) {
  #top .why__title h2 {
    font-size: 2.4rem;
    white-space: nowrap;
  }
}
#top .why__contents {
  margin-top: 6rem;
}
@media (max-width: 767px) {
  #top .why__contents {
    margin-top: 3rem;
  }
}
#top .why__text {
  text-align: center;
}
@media (max-width: 767px) {
  #top .why__text {
    text-align: justify;
  }
}
#top .why__text p {
  letter-spacing: 0.1em;
}
@media (max-width: 767px) {
  #top .why__text p {
    letter-spacing: 0.094em;
  }
}
#top .why__bottom-bg {
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
}
@media (max-width: 767px) {
  #top .why__bottom-bg {
    width: 100rem;
  }
}
#top .features {
  padding-block: 16rem 16rem;
  background: #fff;
  position: relative;
  margin-top: -0.1rem;
}
@media (max-width: 767px) {
  #top .features {
    padding-block: 10rem;
  }
}
#top .features .inner {
  z-index: 5;
}
#top .features__deco-image {
  width: 18.4rem;
  position: absolute;
  top: -10.6rem;
  right: -2rem;
}
@media (max-width: 767px) {
  #top .features__deco-image {
    width: 13.8rem;
    top: -7.8rem;
    right: -2rem;
  }
}
#top .features__contents {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 767px) {
  #top .features__contents {
    flex-direction: column-reverse;
    row-gap: 4rem;
  }
}
#top .features__image {
  width: 45rem;
}
@media (max-width: 767px) {
  #top .features__image {
    width: 27.5rem;
    margin-inline: auto;
  }
}
#top .features__textarea {
  width: 50%;
}
@media (max-width: 767px) {
  #top .features__textarea {
    width: 100%;
  }
}
#top .features .features-item {
  margin-top: 3rem;
}
#top .features .features-item__title h3 {
  font-size: 2.8rem;
  line-height: 1.2857142857;
}
@media (max-width: 767px) {
  #top .features .features-item__title h3 {
    font-size: 2.24rem;
  }
}
#top .features .features-item__text {
  margin-top: 1rem;
  text-align: justify;
}
@media (max-width: 767px) {
  #top .features .features-item__text {
    margin-top: 1.6rem;
  }
}
#top .features .features-item__text p {
  letter-spacing: 0.1em;
}
#top .features__bottom-bg {
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
}
#top .direction {
  padding-block: 8rem 15.6rem;
  position: relative;
  overflow: hidden;
}
@media (max-width: 767px) {
  #top .direction {
    padding-block: 6rem 10.4rem;
  }
}
#top .direction__top-deco-line {
  width: 100vw;
  height: 0.2rem;
  display: flex;
  justify-content: space-between;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
#top .direction__top-deco-line span {
  width: calc(50vw - 21.8rem);
  height: 0.2rem;
  display: block;
  background: linear-gradient(90deg, #face00 0%, #fffbd0 25%, #ca9a0c 60%, #f2e08b 87%, #fffbd0 100%);
}
@media (max-width: 767px) {
  #top .direction__top-deco-line span {
    width: calc(50vw - 15rem);
  }
}
#top .direction__bottom-deco-line {
  width: 100vw;
  height: 0.3rem;
  position: absolute;
  bottom: 5rem;
  left: 50%;
  transform: translateX(-50%);
  background: linear-gradient(90deg, #face00 0%, #fffbd0 25%, #ca9a0c 60%, #f2e08b 87%, #fffbd0 100%);
  z-index: 3;
}
#top .direction .inner {
  z-index: 5;
}
#top .direction__title {
  text-align: center;
  position: relative;
}
#top .direction__title h2 {
  display: inline-block;
  font-size: 2.8rem;
  line-height: 1.2857142857;
}
@media (max-width: 767px) {
  #top .direction__title h2 {
    font-size: 2.24rem;
  }
}
#top .direction__contents {
  margin-top: 6.8rem;
}
@media (max-width: 767px) {
  #top .direction__contents {
    margin-top: 7.8rem;
  }
}
#top .direction__items {
  display: grid;
  grid-template-columns: repeat(3, 30rem);
  justify-content: center;
  grid-template-rows: repeat(2, 15rem);
  column-gap: 5rem;
  row-gap: 5rem;
}
@media (max-width: 767px) {
  #top .direction__items {
    grid-template-columns: repeat(1, 26.6rem);
    grid-template-rows: initial;
    grid-auto-rows: 13.3rem;
    column-gap: 2rem;
    row-gap: 6rem;
  }
}
#top .direction .direction-item {
  padding-top: 5.6rem;
  position: relative;
}
#top .direction .direction-item::before {
  content: "";
  width: 100%;
  height: 100%;
  background: #fff;
  position: absolute;
  top: 0;
  left: 0;
  clip-path: polygon(0 0, 100% 0, 100% calc(100% - 2.4rem), calc(100% - 2.4rem) 100%, 0 100%);
}
#top .direction .direction-item__num {
  width: 7.5rem;
  height: 7.5rem;
  display: grid;
  place-content: center;
  position: absolute;
  top: -3.8rem;
  left: 50%;
  transform: translateX(-50%);
}
@media (max-width: 767px) {
  #top .direction .direction-item__num {
    width: 6.5rem;
    height: 6.5rem;
    top: -3.3rem;
  }
}
#top .direction .direction-item__num::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: #f0ebe4;
  clip-path: polygon(29.289% 0%, 70.711% 0%, 100% 29.289%, 100% 70.711%, 70.711% 100%, 29.289% 100%, 0% 70.711%, 0% 29.289%);
  transform: rotate(22.5deg);
}
#top .direction .direction-item__num p {
  position: relative;
  font-size: 3.6rem;
  line-height: 1;
  letter-spacing: 0;
}
@media (max-width: 767px) {
  #top .direction .direction-item__num p {
    font-size: 3.2rem;
  }
}
#top .direction .direction-item__text {
  text-align: center;
  position: relative;
}
#top .direction .direction-item__text p {
  line-height: 1.5555555556;
  letter-spacing: 0;
}
#top .direction__anno {
  margin-top: 3.4rem;
  text-align: center;
}
@media (max-width: 767px) {
  #top .direction__anno {
    margin-top: 3rem;
  }
}
#top .direction__anno p {
  font-size: 1.4rem;
  font-family: "M PLUS 1p", sans-serif;
  font-weight: 400;
}
@media (max-width: 767px) {
  #top .direction__anno p {
    letter-spacing: 0.14em;
  }
}
#top .direction__bottom-bg {
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
}
#top .nop {
  padding-block: 14rem 34rem;
  position: relative;
  background-image: url(../img/nop-bg.jpg);
  background-size: cover;
}
@media (max-width: 767px) {
  #top .nop {
    padding-block: 9.2rem 46rem;
    background-image: url(../img/nop-bg-sp.jpg);
  }
}
#top .nop__contents {
  margin-top: 3rem;
}
#top .nop__text p {
  line-height: 2;
}
#top .nop__text p span {
  display: inline-block;
  font-size: 2.4rem;
  line-height: 1.5;
  margin-block: 1.2rem;
}
@media (max-width: 767px) {
  #top .nop__text p span {
    font-size: 2.1rem;
    margin-block: 0.8rem;
  }
}
#top .nop__text p span:nth-of-type(1) {
  margin-top: 3rem;
}
@media (max-width: 767px) {
  #top .nop__text p span:nth-of-type(1) {
    margin-top: 2rem;
  }
}
#top .nop__text p span:nth-of-type(3) {
  margin-bottom: 3rem;
}
@media (max-width: 767px) {
  #top .nop__text p span:nth-of-type(3) {
    margin-bottom: 2rem;
  }
}
#top .nop__anno {
  margin-top: 2.6rem;
}
@media (max-width: 767px) {
  #top .nop__anno {
    text-align: center;
    margin-top: 3rem;
  }
}
#top .nop__anno p {
  font-size: 1.4rem;
  line-height: 2.1428571429;
  font-family: "M PLUS 1p", sans-serif;
  font-weight: 400;
}
@media (max-width: 767px) {
  #top .nop__anno p {
    letter-spacing: 0.1em;
  }
}
#top .value {
  padding-block: 10rem 21rem;
  position: relative;
  overflow: hidden;
}
@media (max-width: 767px) {
  #top .value {
    padding-block: 9rem 5.6rem;
  }
}
#top .value .inner {
  z-index: 5;
}
#top .value__deco-image {
  width: 22.6rem;
  position: absolute;
  top: -5rem;
  right: -2rem;
}
@media (max-width: 767px) {
  #top .value__deco-image {
    width: 17rem;
    top: -6.5rem;
    right: -6.2rem;
  }
}
#top .value__contents {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 767px) {
  #top .value__contents {
    flex-direction: column-reverse;
    row-gap: 6.6rem;
  }
}
#top .value__image-area {
  flex: 1;
  display: flex;
  justify-content: center;
}
#top .value__image {
  width: 36rem;
}
@media (max-width: 767px) {
  #top .value__image {
    width: 21.8rem;
  }
}
#top .value__textarea {
  flex: 1;
  margin-top: 6rem;
}
@media (max-width: 767px) {
  #top .value__textarea {
    margin-top: 0;
  }
}
#top .value__text {
  margin-top: 2.8rem;
}
@media (max-width: 767px) {
  #top .value__text {
    margin-top: 4rem;
  }
}
#top .value__text p {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  font-size: 2.1rem;
  line-height: 2;
  row-gap: 1.4rem;
}
@media (max-width: 767px) {
  #top .value__text p {
    font-size: 1.8rem;
    line-height: 1.4444444444;
    row-gap: 3rem;
    letter-spacing: 0;
    align-items: initial;
  }
}
#top .value__text p span {
  display: inline-block;
  position: relative;
}
#top .value__text p span::before {
  content: "";
  width: 100%;
  height: 0.2rem;
  background: #00ffff;
  display: block;
  position: absolute;
  top: 100%;
  left: 0;
  box-shadow: 0 0 0.3rem rgba(6, 6, 255, 0.3);
}
@media (max-width: 767px) {
  #top .value__text p span::before {
    width: 100%;
    top: calc(100% + 0.6rem);
  }
}
#top .value__bottom-bg {
  width: 100%;
  position: absolute;
  bottom: 7rem;
  left: 0;
}
@media (max-width: 767px) {
  #top .value__bottom-bg {
    width: 76.8rem;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
  }
}
#top .goods {
  padding-block: 20rem 9rem;
  position: relative;
  overflow: hidden;
}
@media (max-width: 767px) {
  #top .goods {
    padding-block: 16.2rem 3rem;
  }
}
#top .goods .inner {
  z-index: 5;
}
#top .goods__deco-image {
  width: 18.4rem;
  position: absolute;
  top: -20rem;
  left: -2rem;
}
@media (max-width: 767px) {
  #top .goods__deco-image {
    width: 13.8rem;
    top: -14.6rem;
    left: -5rem;
  }
}
#top .goods__contents {
  display: flex;
  column-gap: 4rem;
}
@media (max-width: 767px) {
  #top .goods__contents {
    flex-direction: column;
    row-gap: 5rem;
  }
}
#top .goods__textarea {
  flex: 1;
  margin-top: 4.4rem;
}
#top .goods__text {
  margin-top: 2.4rem;
  letter-spacing: 0.1em;
  text-align: justify;
}
#top .goods__text ul li {
  padding-left: 0.9em;
  text-indent: -0.9em;
}
#top .goods__image-area {
  width: 50rem;
}
@media (max-width: 767px) {
  #top .goods__image-area {
    width: 100%;
    display: flex;
    justify-content: center;
  }
}
#top .goods__image {
  width: 39.8rem;
}
@media (max-width: 767px) {
  #top .goods__image {
    width: 23.8rem;
  }
}
#top .info {
  padding-block: 16rem 6rem;
  background: white;
}
@media (max-width: 767px) {
  #top .info {
    padding-block: 6rem 3rem;
  }
}
#top .info .info-block {
  padding-block: 4rem 4.8rem;
}
@media (max-width: 767px) {
  #top .info .info-block {
    padding-block: 4rem 2rem;
  }
}
#top .info .info-block .info-block-item {
  margin-top: 9rem;
  display: flex;
}
@media (max-width: 767px) {
  #top .info .info-block .info-block-item {
    flex-direction: column;
    row-gap: 3rem;
    margin-top: 6rem;
  }
}
#top .info .info-block .info-block-item__title {
  width: 49rem;
}
@media (max-width: 767px) {
  #top .info .info-block .info-block-item__title {
    width: 100%;
  }
}
#top .info .info-block .info-block-item__textarea {
  flex: 1;
}
@media (max-width: 767px) {
  #top .info .info-block .info-block-item__text {
    text-align: justify;
  }
}
#top .info .info-block .info-block-item__text ul li {
  padding-left: 0.9em;
  text-indent: -0.9em;
}
#top .info .info-block .info-block-item__text .special-text {
  line-height: 2.6666666667;
  letter-spacing: 0.1em;
}
#top .info .info-block .info-block-item__table {
  margin-top: 3.5rem;
  border-top: 0.1rem solid #1e1e1e;
}
#top .info .info-block .info-block-item__table dl {
  display: flex;
  padding-block: 1.6rem;
  line-height: 1.3333333333;
  letter-spacing: 0.1em;
  border-bottom: 0.1rem solid #1e1e1e;
}
#top .info .info-block .info-block-item__table dl dt {
  width: 11.4rem;
  font-weight: 500;
}
@media (max-width: 767px) {
  #top .info .info-block .info-block-item__table dl dt {
    width: 8.2rem;
  }
}
#top .info .info-block .info-block-item__table dl dd {
  flex: 1;
}
@media (max-width: 767px) {
  #top .info .info-block .info-block-item__table dl dd {
    text-align: justify;
  }
}
#top .info__bottom-deco-line {
  margin-top: 4.6rem;
  transform: scale(-1, 1);
}
#top .summary {
  background: #fff;
  padding-block: 12.4rem 18.6rem;
  margin-top: -0.1rem;
  overflow: hidden;
}
@media (max-width: 767px) {
  #top .summary {
    padding-block: 6rem 9rem;
  }
}
#top .summary__title {
  text-align: center;
}
#top .summary__contents {
  margin-top: 7.4rem;
}
@media (max-width: 767px) {
  #top .summary__contents {
    margin-top: 3rem;
  }
}
#top .summary__items {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  column-gap: 4rem;
}
@media (max-width: 767px) {
  #top .summary__items {
    grid-template-columns: repeat(1, 25rem);
    column-gap: 1rem;
    row-gap: 3rem;
    justify-content: center;
  }
}
#top .summary__item {
  text-align: center;
  position: relative;
  display: flex;
  flex-direction: column;
  row-gap: 1rem;
  letter-spacing: 0;
}
#top .summary__item dt, #top .summary__item dd {
  position: relative;
}
#top .summary__item::before {
  content: "";
  width: 108%;
  aspect-ratio: 545/45;
  background-image: url(../img/summary-item-bg.png);
  background-size: cover;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.contact__head {
  text-align: center;
  padding-block: 5rem 6.8rem;
}
@media (max-width: 767px) {
  .contact__head {
    padding-block: 9rem 3rem;
  }
}
.contact__text {
  margin-top: 2.4rem;
}
.contact__text p {
  font-size: 1.6rem;
  line-height: 2.25;
}
@media (max-width: 767px) {
  .contact__text p {
    letter-spacing: 0.08em;
  }
}
.contact__link {
  margin-top: 3.6rem;
  display: flex;
  justify-content: center;
}
.contact__top-back {
  display: flex;
  justify-content: center;
  margin-top: 6rem;
}
.contact__contents {
  padding-block: 10rem 3rem;
  background: #fff;
}
@media (max-width: 767px) {
  .contact__contents {
    padding-block: 4.4rem 3rem;
  }
}
@media (min-width: 768px) {
  .contact__contents .inner {
    width: 95rem;
  }
}

#contact-thanks .contact {
  padding-block: 10rem;
}
@media (max-width: 767px) {
  #contact-thanks .contact {
    padding-block: 2rem 6rem;
  }
}
@media (max-width: 767px) {
  #contact-thanks .contact__text {
    text-align: justify;
  }
}/*# sourceMappingURL=style.css.map */