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

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

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

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

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

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

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

ul li,
ol li {
  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; /* 2 */
  -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;
}

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

/* Forms */
/* ============================================ */
/**
* Reset form fields to make them styleable
*/
button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  border-radius: 0;
  text-align: inherit;
}

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

/**
* Show the overflow in IE.
* 1. Show the overflow in Edge.
*/
button,
input {
  /* 1 */
  overflow: visible;
}

/**
* Remove the inheritance of text transform in Edge, Firefox, and IE.
* 1. Remove the inheritance of text transform in Firefox.
*/
button,
select {
  /* 1 */
  text-transform: none;
}

/**
* Correct the inability to style clickable types in iOS and Safari.
*/
button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
}

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

/**
* Remove the inner border and padding in Firefox.
*/
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
* Restore the focus styles unset by the previous rule.
*/
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
* Remove arrow in IE10 & IE11
*/
select::-ms-expand {
  display: none;
}

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

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

/**
* 1. Correct the text wrapping in Edge and IE.
* 2. Correct the color inheritance from `fieldset` elements in IE.
* 3. Remove the padding so developers are not caught out when they zero out
*    `fieldset` elements in all browsers.
*/
legend {
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
* 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. Change font properties to `inherit` in Safari.
*/
::-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] {
  outline: none;
}

/* Table */
/* ============================================ */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption {
  text-align: left;
}

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

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

/* Misc */
/* ============================================ */
/**
* Add the correct display in IE 10+.
*/
template {
  display: none;
}

/**
* Add the correct display in IE 10.
*/
[hidden] {
  display: none;
}

.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(0 0 99.9% 99.9%);
  border: 0;
}

.sp-only {
  display: none !important;
}

@media screen and (max-width: 768px) {
  .sp-only {
    display: block !important;
  }
}
.pc-only {
  display: block !important;
}

@media screen and (max-width: 768px) {
  .pc-only {
    display: none !important;
  }
}
body {
  font-size: 16px;
  line-height: 2.125;
  color: #000;
  font-family: "Noto Sans JP", YuGothic, "Yu Gothic", Hiragino Sans, Hiragino Kaku Gothic ProN, Meiryo, Osaka, sans-serif;
  -webkit-text-size-adjust: 100%;
}

a {
  text-decoration: none;
  transition: opacity 0.3s;
}

a:hover {
  opacity: 0.5;
}

a[href^="tel:"] {
  pointer-events: none;
}

@media screen and (max-width: 768px) {
  a[href^="tel:"] {
    pointer-events: all;
  }
}
img {
  display: block;
  max-width: 100%;
  height: auto;
}

select {
  cursor: pointer;
}

em {
  font-style: normal;
}

i {
  font-style: normal;
}

summary::-webkit-details-marker {
  display: none;
}

[aria-disabled=true] {
  pointer-events: none;
}

[data-whatinput=mouse] *:focus,
[data-whatinput=touch] *:focus {
  outline: none;
}

input[type=text],
input[type=tel],
input[type=number],
input[type=email],
input[type=url],
input[type=password],
textarea,
select {
  border: solid 1px #d3d3d3;
  background: #f7f7f7;
  transition: all 0.4s;
}

input[type=text] ::-moz-placeholder, input[type=tel] ::-moz-placeholder, input[type=number] ::-moz-placeholder, input[type=email] ::-moz-placeholder, input[type=url] ::-moz-placeholder, input[type=password] ::-moz-placeholder, textarea ::-moz-placeholder, select ::-moz-placeholder {
  color: #717171;
}

input[type=text] ::placeholder,
input[type=tel] ::placeholder,
input[type=number] ::placeholder,
input[type=email] ::placeholder,
input[type=url] ::placeholder,
input[type=password] ::placeholder,
textarea ::placeholder,
select ::placeholder {
  color: #717171;
}

input[type=text]:focus,
input[type=tel]:focus,
input[type=number]:focus,
input[type=email]:focus,
input[type=url]:focus,
input[type=password]:focus,
textarea:focus,
select:focus {
  background: #fff;
}

input {
  height: 40px;
  padding: 0 8px;
}

input[type=submit],
input[type=send] {
  display: block;
  width: 284px;
  height: 55px;
  margin: 0 auto;
  font-size: 16px;
  line-height: 3.4375;
  font-weight: bold;
  text-align: center;
  letter-spacing: 0.1em;
  text-indent: 0.1em;
  border-radius: 30px;
  background: #ffd1ce;
  transition: opacity 0.4s;
}

@media screen and (max-width: 768px) {
  input[type=submit],
  input[type=send] {
    width: 75.7333333333vw;
  }
}
input[type=submit]:hover,
input[type=send]:hover {
  opacity: 0.7;
}

textarea {
  height: 227px;
  padding: 8px;
}

@media screen and (max-width: 768px) {
  textarea {
    width: 100%;
  }
}
.l-main {
  display: block;
  padding-bottom: 105px;
  overflow: clip;
}

.l-wrapper {
  max-width: 1210px;
  margin: 0 auto;
  padding: 0 30px;
}

@media screen and (max-width: 768px) {
  .l-wrapper {
    padding: 0 5.3333333333vw;
  }
}
.header {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 1000;
}

.header__wrap {
  padding: 30px;
}

@media screen and (max-width: 768px) {
  .header__wrap {
    padding: 30px 4vw;
  }
}
.header__head {
  max-width: 386px;
}

@media screen and (max-width: 768px) {
  .header__head {
    width: 74.1333333333vw;
    max-width: 100%;
  }
}
.header__head a {
  display: block;
}

.header__head a img {
  width: 100%;
}

.header__btn {
  position: fixed;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 24px;
  width: 90px;
  height: 480px;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  box-shadow: -3px 3px 5px rgba(0, 0, 0, 0.2);
  background: #00c2b0;
  z-index: 100;
}

@media screen and (max-width: 768px) {
  .header__btn {
    position: fixed;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 3.2vw;
    width: 8vw;
    height: 34.4vw;
  }
}
.header__btn span {
  aspect-ratio: 16.258/161.897;
  display: flex;
  width: 16px;
}

@media screen and (max-width: 768px) {
  .header__btn span {
    width: 2.1333333333vw;
  }
}
.header__btn span svg {
  width: 100%;
  height: auto;
}

.header__btn i {
  aspect-ratio: 9.074/15.878;
  display: flex;
  width: 9px;
}

@media screen and (max-width: 768px) {
  .header__btn i {
    width: 1.2vw;
  }
}
.header__btn i svg {
  width: 100%;
  height: auto;
}

.header__btn[aria-expanded=true] i {
  rotate: 180deg;
}

.nav {
  position: fixed;
  width: 320px;
  height: 480px;
  top: 50%;
  right: 90px;
  transform: translateY(-50%);
  overflow: hidden;
  background: #fff;
  z-index: 100;
  transition: scale 0.3s;
  scale: 0 1;
  transform-origin: right;
}

@media screen and (max-width: 768px) {
  .nav {
    height: 34.4vw;
    right: 8vw;
  }
}
.nav > * {
  opacity: 0;
  visibility: hidden;
}

.nav[aria-hidden=false] {
  scale: 1;
}

.nav[aria-hidden=false] > * {
  transition: opacity 0.3s, visibility 0.3s;
  transition-delay: 0.15s;
  opacity: 1;
  visibility: visible;
}

@media screen and (max-width: 768px) {
  .nav__wrap {
    height: 100%;
    overflow-y: auto;
  }
}
.nav__item {
  padding: 30px;
}

.nav__link a {
  display: block;
  white-space: normal;
  font-size: 15px;
  line-height: 3.52;
  color: #00c2b0;
}

@media screen and (max-width: 768px) {
  .nav__link a {
    line-height: 2.8571428571;
  }
}
.nav__link + .nav__link {
  border-top: 1px solid #ededed;
}

.btn-1 {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 600px;
  height: 135px;
  margin: 0 auto;
  font-size: min(4.2666666667vw, 24px);
  line-height: 1.2;
  font-weight: bold;
  letter-spacing: 0.05em;
  text-indent: 0.05em;
  border: 2px solid #fff;
  border-radius: 70px;
  box-shadow: -3px 3px 5px rgba(0, 0, 0, 0.2);
}

@media screen and (max-width: 768px) {
  .btn-1 {
    height: 100px;
  }
}
.btn-1 i {
  position: absolute;
  aspect-ratio: 1;
  display: flex;
  width: min(8vw, 56px);
  top: 50%;
  right: 38px;
  transform: translateY(-50%);
}

@media screen and (max-width: 768px) {
  .btn-1 i {
    right: 18px;
  }
}
.btn-1 i svg {
  width: 100%;
  height: auto;
}

.btn-1.-white {
  border: 1px solid #c8c8c8;
  fill: #c8c8c8;
}

.btn-1.-green {
  color: #fff;
  letter-spacing: 0.15em;
  text-indent: 0.15em;
  background: #50da50;
  fill: #fff8f4;
}

.btn-1.-orange {
  color: #fff;
  background: #f8cd72;
  fill: #fff8f4;
}

.btn-1 + .btn-1 {
  margin-top: 55px;
}

@media screen and (max-width: 768px) {
  .btn-1 + .btn-1 {
    margin-top: 30px;
  }
}
.mv {
  position: relative;
  height: 820px;
  margin-bottom: -178px;
}

@media screen and (max-width: 768px) {
  .mv {
    height: 117.8666666667vw;
    margin-bottom: 0;
  }
}
.mv__wrap {
  position: absolute;
  display: flex;
  align-items: center;
  width: 100%;
  max-width: 1160px;
  height: 100%;
  padding: 0 30px 92px;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}

@media screen and (max-width: 768px) {
  .mv__wrap {
    align-items: flex-end;
    padding: 0 5.3333333333vw 9.0666666667vw;
  }
}
.mv__head {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 34px;
}

@media screen and (max-width: 768px) {
  .mv__head {
    gap: 4.8vw;
  }
}
.mv__head span {
  font-size: 32px;
  line-height: 1.4375;
  font-weight: bold;
  color: #fff;
  letter-spacing: 0.075em;
}

@media screen and (max-width: 768px) {
  .mv__head span {
    font-size: 4.2666666667vw;
  }
}
.mv__head em {
  aspect-ratio: 521.07/154.42;
  display: flex;
  width: 100%;
  max-width: 521px;
}

@media screen and (max-width: 768px) {
  .mv__head em {
    width: 69.8666666667vw;
  }
}
.mv__head em svg {
  width: 100%;
  height: auto;
}

.mv__image {
  display: block;
  width: 100%;
  height: 100%;
}

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

.mv__item {
  width: 293px;
  height: 243px;
  background-color: #fff;
  position: absolute;
  top: 44%;
  left: 63%;
}
.mv__item dl {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  font-size: 0.9rem;
}
.mv__item dt {
  background-color: #f3696d;
  width: 65px;
  height: 27px;
  margin-top: 13px;
  padding: 3px 10px;
  text-align: center;
  line-height: 1.3rem;
  color: #fff;
  font-weight: 500;
  border-radius: 32px;
}
.mv__item dd {
  margin-bottom: 10px;
}
.mv__item a {
  display: flex;
  justify-content: center;
}

.bnr__item {
  width: 100%;
  height: auto;
  margin: 20px auto 50px;
}
.bnr__item dl {
  display: flex;
  flex-direction: column;
  align-items: center;
  font-size: 0.9rem;
}
.bnr__item dt {
  background-color: #f3696d;
  width: 90px;
  height: 27px;
  margin-top: 13px;
  padding: 3px 10px;
  text-align: center;
  line-height: 1.3rem;
  color: #fff;
  font-weight: 500;
  border-radius: 32px;
}
.bnr__item dd {
  margin-bottom: 10px;
  font-size: 1.1rem;
  font-weight: 600;
}
.bnr__item a {
  display: block;
  width: 85%;
  margin: 0 auto;
}

.point {
  position: relative;
  margin-bottom: -65px;
  padding: 80px 0 150px;
  z-index: 1;
}

@media screen and (max-width: 768px) {
  .point {
    padding-top: 8.5333333333vw;
    background: #f3696d;
  }
}
.point__head {
  margin-bottom: 17px;
  font-size: min(5.8666666667vw, 38.7px);
  line-height: 1.4341085271;
  font-weight: bold;
  color: #fff;
  text-align: center;
  letter-spacing: 0.05em;
  text-indent: 0.05em;
}

.point__lead {
  display: flex;
  justify-content: center;
  margin-bottom: 60px;
  font-size: clamp(16px, 4.2666666667vw, 20px);
  line-height: 1.765;
  font-weight: 500;
  color: #fff;
  letter-spacing: 0.05em;
  text-indent: 0.05em;
}

@media screen and (max-width: 768px) {
  .point__lead {
    margin-bottom: 40px;
  }
}
.point__items {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 24px 34px;
  max-width: 1100px;
  margin: 0 auto;
}

.point__item {
  display: flex;
  flex-grow: 1;
  align-items: center;
  gap: 20px 40px;
  width: calc(50% - 17px);
  min-height: 160px;
  padding: min(5.3333333333vw, 40px) min(5.3333333333vw, 27px) 28px;
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.8);
}

@media screen and (max-width: 768px) {
  .point__item {
    width: 100%;
    min-height: 13.0666666667vw;
    gap: 5.8666666667vw;
    padding-bottom: 5.3333333333vw;
  }
}
.point__item:last-of-type {
  padding-top: 28px;
}

.point__item:last-of-type span {
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
}

@media screen and (max-width: 768px) {
  .point__item:last-of-type span {
    flex-direction: column;
    align-items: flex-start;
  }
}
.point__item i {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 17px;
  transform: translateY(-5px);
}

@media screen and (max-width: 768px) {
  .point__item i {
    width: 6.1333333333vw;
  }
}
.point__item i svg {
  width: 100%;
  height: auto;
}

.point__item i::after {
  content: "";
  width: 33px;
  height: 1px;
  background: #313131;
}

@media screen and (max-width: 768px) {
  .point__item i::after {
    width: 6.1333333333vw;
  }
}
.point__item span {
  font-size: min(4.2666666667vw, 21px);
  line-height: 1.3571428571;
}

.point__item span em {
  display: inline-block;
  font-size: min(5.0666666667vw, 28px);
  line-height: 1.4657142857;
  font-weight: bold;
  color: #ff527a;
}

.point__item span em.-type-0 {
  margin-left: 4px;
  font-size: min(8.5333333333vw, 42px);
  line-height: 1.5714285714;
  font-family: "Lato", "Noto Sans JP", YuGothic, "Yu Gothic", Hiragino Sans, Hiragino Kaku Gothic ProN, Meiryo, Osaka, sans-serif;
  transform: translateY(4px);
}

.point__item span em.-type-0 small {
  margin-left: 4px;
  font-size: min(5.0666666667vw, 28px);
  font-size: 30px;
  line-height: 1.75;
}

.point__item span em.-type-1 {
  margin-top: 10px;
}

.point__item span em.-type-2 {
  margin-bottom: 10px;
}

.point__item span em.-type-3 {
  margin: 0 8px 0 6px;
}

.point__item span small {
  font-size: 14px;
  line-height: 1.75;
}

.point__bg {
  position: absolute;
  width: 100%;
  min-width: 1366px;
  height: 100%;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: -1;
}

.point__bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top;
     object-position: top;
}

.features {
  position: relative;
  margin-bottom: 33px;
  z-index: 1;
}

@media screen and (max-width: 768px) {
  .features {
    margin-bottom: 80px;
  }
}
.features__intro {
  position: relative;
  margin-bottom: -15px;
  padding-top: 30px;
}

@media screen and (max-width: 768px) {
  .features__intro {
    margin-bottom: 20px;
  }
}
.features__intro i {
  position: absolute;
  aspect-ratio: 1366/359.837;
  display: flex;
  width: 100%;
  top: 0;
  left: 0;
  z-index: -1;
}

.features__intro i svg {
  width: 100%;
  height: auto;
}

.features__head {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 406px;
  padding-top: 40px;
  font-size: min(8vw, 43px);
  line-height: 1.4418604651;
  font-weight: bold;
  text-align: center;
  letter-spacing: 0.3em;
  text-indent: 0.3em;
  z-index: 1;
}

@media screen and (max-width: 768px) {
  .features__head {
    height: 37.3333333333vw;
    padding-top: 6.6666666667vw;
  }
}
.features__head::before {
  content: attr(data-attr);
  position: absolute;
  display: flex;
  align-items: center;
  height: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: min(34.6666666667vw, 280px);
  line-height: 1.45;
  font-weight: bold;
  color: #fff4f2;
  text-transform: uppercase;
  letter-spacing: 0;
  text-indent: 0;
  z-index: -1;
}

.features__wrap {
  position: relative;
  z-index: 1;
}

.features__items {
  max-width: 1100px;
  margin: 0 auto;
}

.features__item {
  width: min(43.9655172414vw, 510px);
  padding: clamp(35px, 4.5572916667vw, 53px) clamp(20px, 3.4482758621vw, 40px) clamp(45px, 5.859375vw, 65px);
  border-radius: min(5.3333333333vw, 30px);
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.2);
  background: #fff;
}

@media screen and (max-width: 768px) {
  .features__item {
    width: 100%;
  }
}
.features__item.-type-1 {
  margin-bottom: -220px;
}

@media screen and (max-width: 768px) {
  .features__item.-type-1 {
    margin-bottom: 40px;
  }
}
.features__item.-type-2 {
  margin: 0 0 80px auto;
}

@media screen and (max-width: 768px) {
  .features__item.-type-2 {
    margin-bottom: 40px;
  }
}
.features__item.-type-3 {
  margin: 0 0 -396px auto;
}

@media screen and (max-width: 768px) {
  .features__item.-type-3 {
    margin-bottom: 40px;
  }
}
.features__item.-type-4 {
  margin-bottom: 80px;
}

@media screen and (max-width: 768px) {
  .features__item.-type-4 {
    margin-bottom: 40px;
  }
}
.features__item.-type-5 {
  margin: 0 0 80px 0;
}

@media screen and (max-width: 768px) {
  .features__item.-type-5 {
    margin-bottom: 40px;
  }
}
.features__item.-type-6 {
  margin: 0 0 -55px 0;
}

@media screen and (max-width: 768px) {
  .features__item.-type-6 {
    margin-bottom: 40px;
  }
}
.features__item.-type-7 {
  margin: 0 0 82px auto;
}

@media screen and (max-width: 768px) {
  .features__item.-type-7 {
    margin-bottom: 40px;
  }
}
.features__item.-type-8 {
  margin: 0 0 -130px auto;
}

@media screen and (max-width: 768px) {
  .features__item.-type-8 {
    margin-bottom: 40px;
  }
}
.features__heading {
  position: relative;
  margin-bottom: 25px;
  padding-left: min(1.8301610542vw, 25px);
  font-size: clamp(30px, 2.5622254758vw, 35px);
  line-height: 1.36;
  font-weight: 500;
  color: #ff5b49;
  z-index: 1;
}

@media screen and (max-width: 768px) {
  .features__heading {
    font-size: min(6.1333333333vw, 30px);
  }
}
.features__heading i {
  position: absolute;
  aspect-ratio: 1;
  display: flex;
  width: min(14.6666666667vw, 75px);
  top: -10px;
  left: 0;
  z-index: -1;
}

.features__heading i svg {
  width: 100%;
  height: auto;
}

.features__txt {
  font-size: min(4.2666666667vw, 18px);
  line-height: 1.9666666667;
  font-weight: 500;
  letter-spacing: 0.025em;
}

.features__txt small {
  display: inline-block;
  margin-top: 15px;
  font-size: 13px;
  line-height: 1.5692307692;
}

.features__table {
  width: 100%;
  margin-top: 28px;
  border: 1px solid #c7c7c7;
  border-bottom: none;
}

.features__table caption {
  margin-bottom: 18px;
  font-size: 15px;
  line-height: 1.2;
  font-weight: 500;
}

.features__table th,
.features__table td {
  font-size: 13.5px;
  line-height: 2.0148148148;
  text-align: center;
  vertical-align: middle;
  border-bottom: 1px solid #c7c7c7;
}

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

.features__table td {
  border-left: 1px solid #c7c7c7;
}

.features__table thead th {
  padding: 4px 8px;
  height: 32px;
  font-weight: 500;
  background: #e1e1e1;
}

.features__table thead th + th {
  border-left: 1px solid #c7c7c7;
}

.features__table thead th.-date {
  width: 66px;
  white-space: nowrap;
}

.features__table thead th.-time {
  width: 156px;
}

.features__table thead th.-detail {
  width: 200px;
}

.features__table tbody th {
  background: #f3f9c5;
}

.features__table tbody td {
  padding: 4px 18px;
  letter-spacing: 0.1em;
}

@media screen and (max-width: 768px) {
  .features__table tbody td {
    padding: 3px 5px;
    letter-spacing: 0;
  }
}
.features__table tbody td:not([rowspan]) {
  height: 32px;
  padding: 0 18px 0 24px;
  white-space: nowrap;
  text-align: left;
  letter-spacing: 0;
  background: #ffffe1;
}

@media screen and (max-width: 768px) {
  .features__table tbody td:not([rowspan]) {
    padding-left: 4.2666666667vw;
    white-space: normal;
  }
}
.features__fig {
  width: 100%;
  max-width: 420 px;
  margin: 32px auto 0;
}

.features__fig img {
  width: 100%;
}

.features__bg {
  position: absolute;
  width: 1184px;
  z-index: -1;
}

.features__bg.-type-1 {
  top: 15px;
  left: 480px;
}

@media screen and (max-width: 768px) {
  .features__bg.-type-1 {
    left: 20%;
  }
}
.features__bg.-type-2 {
  bottom: 305px;
  right: 485px;
}

@media screen and (max-width: 768px) {
  .features__bg.-type-2 {
    right: 20%;
  }
}
.features__bg img {
  width: 100%;
}

.features__image {
  position: absolute;
  width: 765px;
  transform: translateX(-50%);
  z-index: -1;
}

@media screen and (max-width: 768px) {
  .features__image {
    display: none;
  }
}
.features__image.-type-1 {
  top: 360px;
  left: 4.8%;
}

.features__image.-type-2 {
  bottom: 880px;
  left: 95.2%;
}

.features__image img {
  width: 100%;
}

.voice + .voice {
  margin-top: 105px;
}

@media screen and (max-width: 768px) {
  .voice + .voice {
    margin-top: 70px;
  }
}
.voice__head {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 300px;
  margin-bottom: 24px;
  padding-top: 28px;
  font-size: min(8vw, 40px);
  line-height: 1.45;
  font-weight: bold;
  letter-spacing: 0.3em;
  text-indent: 0.3em;
  z-index: 1;
}

@media screen and (max-width: 768px) {
  .voice__head {
    height: 26.6666666667vw;
    padding-top: 4.2666666667vw;
  }
}
.voice__head::before {
  content: attr(data-attr);
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  align-items: center;
  height: 100%;
  font-size: min(34.6666666667vw, 280px);
  line-height: 1.0714285714;
  color: #dbffde;
  text-transform: uppercase;
  letter-spacing: 0;
  text-indent: 0;
  z-index: -1;
}

.voice__head:not([data-attr]) {
  height: auto;
  margin-bottom: 125px;
  padding-top: 0;
}

@media screen and (max-width: 768px) {
  .voice__head:not([data-attr]) {
    margin-bottom: 40px;
  }
}
.voice__item {
  display: flex;
  justify-content: space-between;
  gap: 30px;
}

@media screen and (max-width: 768px) {
  .voice__item {
    flex-wrap: wrap;
    gap: 0;
  }
}
.voice__item + .voice__item {
  margin-top: 70px;
}

@media screen and (max-width: 768px) {
  .voice__item + .voice__item {
    margin-top: 60px;
  }
}
.voice__item + .voice__item.-og {
  margin-top: 192px;
}

@media screen and (max-width: 768px) {
  .voice__item + .voice__item.-og {
    margin-top: 60px;
  }
}
.voice__intro {
  display: flex;
  flex-direction: column;
  gap: 16px;
  width: 500px;
}

@media screen and (max-width: 768px) {
  .voice__intro {
    order: -1;
    width: 100%;
    margin-bottom: 20px;
  }
}
.voice__intro.-type-2 {
  gap: 10px;
  padding: 65px min(4.5387994143vw, 62px) 0;
}

@media screen and (max-width: 768px) {
  .voice__intro.-type-2 {
    padding: 0;
  }
}
.-reverse > .voice__intro {
  order: 1;
}

@media screen and (max-width: 768px) {
  .-reverse > .voice__intro {
    order: -1;
  }
}
.voice__heading {
  font-size: 15px;
  line-height: 1.5333333333;
  font-weight: 500;
}

.voice__image {
  order: -1;
}

.voice__image img {
  width: 100%;
}

.voice__detail {
  width: 560px;
}

@media screen and (max-width: 768px) {
  .voice__detail {
    display: contents;
    width: 100%;
  }
}
.-type-1 + .voice__detail {
  padding-top: 45px;
}

.voice__lead {
  position: relative;
  margin-bottom: 45px;
  padding: 30px 8px 35px clamp(15px, 3.074670571vw, 42px);
  border: 1px solid #000;
}

@media screen and (max-width: 768px) {
  .voice__lead {
    display: flex;
    order: -2;
    justify-content: center;
    width: 100%;
    margin-bottom: 40px;
  }
}
.voice__lead em {
  font-size: clamp(20px, 3.1209362809vw, 30px);
  line-height: 1.4466666667;
  font-weight: 500;
}

.voice__lead i {
  position: absolute;
  display: flex;
  justify-content: center;
  width: 40px;
  bottom: -20px;
  left: 47%;
  transform: translateX(-50%);
  background: #fff;
}

.voice__lead i svg {
  aspect-ratio: 16.951/36.675;
  width: 17px;
  height: auto;
}

.voice__txt {
  line-height: 1.9375;
}

.voice__foot {
  margin-top: 140px;
}

@media screen and (max-width: 768px) {
  .voice__foot {
    margin-top: 70px;
  }
}
.data {
  margin-top: 208px;
  padding-bottom: 300px;
  background: #f4f4f4;
}

@media screen and (max-width: 768px) {
  .data {
    margin-top: 37.3333333333vw;
    padding-bottom: 37.3333333333vw;
  }
}
.data__head {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 5px;
  height: 300px;
  margin-bottom: -130px;
  padding-top: 58px;
  word-break: auto-phrase;
  font-size: min(8vw, 40px);
  line-height: 1.45;
  font-weight: bold;
  text-align: center;
  letter-spacing: 0.3em;
  text-indent: 0.3em;
  transform: translateY(-162px);
  z-index: 1;
}

@media screen and (max-width: 768px) {
  .data__head {
    height: 80vw;
    margin-bottom: -42.6666666667vw;
    padding-top: 15.4666666667vw;
    transform: translateY(-43.2vw);
  }
}
.data__head::before {
  content: attr(data-attr);
  position: absolute;
  display: flex;
  align-items: center;
  height: 100%;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  font-size: min(34.6666666667vw, 280px);
  line-height: 1.0714285714;
  color: #e3f5ff;
  text-transform: uppercase;
  letter-spacing: 0;
  text-indent: 0;
  z-index: -1;
}

.data__head small {
  font-size: 12px;
  line-height: 1.75;
  font-weight: 400;
  letter-spacing: 0;
  text-indent: 0;
}

.data__columns {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  row-gap: 44px;
  max-width: 1100px;
  margin: 0 auto 55px;
}

@media screen and (max-width: 768px) {
  .data__columns {
    margin-bottom: 40px;
  }
}
.data__column {
  width: min(43.9655172414vw, 510px);
}

@media screen and (max-width: 768px) {
  .data__column {
    width: 100%;
  }
}
.data__column.-full {
  width: 100%;
}

.data__item + .data__item {
  margin-top: 25px;
}

@media screen and (max-width: 768px) {
  .data__item + .data__item {
    margin-top: 44px;
  }
}
.data__heading {
  position: relative;
  display: flex;
  justify-content: center;
  padding: 12px;
  font-size: 20px;
  font-weight: 500;
  letter-spacing: 0.05em;
  text-indent: 0.05em;
  border: 1px solid #c7c7c7;
  background: #fff;
}

.data__heading::before,
.data__heading::after {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  border-style: solid;
  border-width: 21px 16.5px 0 16.5px;
}

.data__heading::before {
  bottom: -21px;
  border-color: #c7c7c7 transparent transparent transparent;
}

.data__heading::after {
  bottom: -20px;
  border-color: #fff transparent transparent transparent;
}

.data__area {
  display: flex;
  margin: 28px 0 0 -8px;
}

@media screen and (max-width: 768px) {
  .data__area {
    flex-wrap: wrap;
    gap: 5.3333333333vw;
    margin: 8vw 0 0 0;
  }
}
.data__area img {
  width: 100%;
}

.data__area span {
  flex-shrink: 0;
}

@media screen and (max-width: 1160px) {
  .data__area span {
    flex-shrink: 1;
  }
}
.data__area .-map-1 {
  width: 620px;
  padding-top: 80px;
}

@media screen and (max-width: 768px) {
  .data__area .-map-1 {
    width: 100%;
    padding-top: 0;
  }
}
.data__area .-map-2 {
  width: 560px;
  margin-left: -22px;
}

@media screen and (max-width: 768px) {
  .data__area .-map-2 {
    width: 100%;
    margin-left: 0;
  }
}
.data__fig {
  margin: 0 auto;
}

.data__fig img {
  width: 100%;
}

.data__fig.-type-1 {
  width: 100%;
  max-width: 465px;
  margin-top: 70px;
}

@media screen and (max-width: 768px) {
  .data__fig.-type-1 {
    max-width: 100%;
    margin-top: 10.6666666667vw;
  }
}
.data__fig.-type-2 {
  width: 213px;
  margin-top: 40px;
}

@media screen and (max-width: 768px) {
  .data__fig.-type-2 {
    width: 56.8vw;
    margin-top: 10.6666666667vw;
  }
}
.data__fig.-type-3 {
  margin-top: 8px;
}

@media screen and (max-width: 768px) {
  .data__fig.-type-3 {
    margin-top: 8vw;
  }
}
.data__note {
  display: flex;
  justify-content: center;
  font-size: 13px;
  line-height: 1.4615384615;
  color: #808080;
}

.movie {
  margin-bottom: 160px;
}

@media screen and (max-width: 768px) {
  .movie {
    margin-bottom: 80px;
  }
}
.movie__head {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 300px;
  margin-bottom: -134px;
  padding-top: 42px;
  word-break: auto-phrase;
  font-size: min(8vw, 40px);
  line-height: 1.45;
  font-weight: bold;
  text-align: center;
  letter-spacing: 0.3em;
  text-indent: 0.3em;
  transform: translateY(-188px);
  z-index: 1;
}

@media screen and (max-width: 768px) {
  .movie__head {
    height: 80vw;
    margin-bottom: -48vw;
    padding-top: 18.6666666667vw;
    transform: translateY(-50.1333333333vw);
  }
}
.movie__head::before {
  content: attr(data-attr);
  position: absolute;
  display: flex;
  align-items: center;
  height: 100%;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  font-size: min(34.6666666667vw, 280px);
  line-height: 1.0714285714;
  color: #e3f5ff;
  text-transform: uppercase;
  letter-spacing: 0;
  text-indent: 0;
  z-index: -1;
}

@media screen and (max-width: 768px) {
  .movie__head::before {
    padding-top: 13.3333333333vw;
  }
}
.movie__head:not([data-attr]) {
  height: auto;
  margin-bottom: 125px;
  padding-top: 0;
}

.movie__items {
  display: flex;
  justify-content: space-between;
  gap: 30px;
  max-width: 1012px;
  margin: 0 auto;
}

@media screen and (max-width: 768px) {
  .movie__items {
    flex-wrap: wrap;
    gap: 50px;
  }
}
.movie__item {
  width: 473px;
}

@media screen and (max-width: 768px) {
  .movie__item {
    width: 100%;
  }
}
.movie__item a {
  display: block;
}

.movie__item a img {
  width: 100%;
}

.movie__open {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
}

.movie__open i img {
  width: 100%;
}

.movie__open i.-lead {
  width: 215px;
}

@media screen and (max-width: 768px) {
  .movie__open i.-lead {
    width: 40vw;
  }
}
.movie__open span {
  position: relative;
  aspect-ratio: 473/265;
  width: 100%;
  z-index: 1;
}

.movie__open span::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.47);
  transition: opacity 1s, visibility 1s;
  opacity: 0;
  visibility: hidden;
}

.movie__open span i {
  position: absolute;
  aspect-ratio: 1;
  display: flex;
  width: 84px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
}

@media screen and (max-width: 768px) {
  .movie__open span i {
    width: 10.6666666667vw;
  }
}
.movie__open span i svg {
  width: 100%;
  height: auto;
}

.movie__open:hover span::before {
  opacity: 1;
  visibility: visible;
}

.movie__modal {
  padding: 0;
  overflow: visible;
  background: none;
}

.movie__modal::backdrop {
  background: rgba(0, 0, 0, 0.5);
}

.movie__content {
  position: relative;
  aspect-ratio: 820/462;
  width: 100%;
  max-width: 900px;
  padding: 40px;
}

@media screen and (max-width: 768px) {
  .movie__content {
    padding: 40px 0;
  }
}
.movie__content video {
  width: 100%;
  height: auto;
}

.movie__close {
  position: absolute;
  aspect-ratio: 1;
  width: 35px;
  top: 40px;
  right: 0;
}

@media screen and (max-width: 768px) {
  .movie__close {
    top: 0;
  }
}
.movie__close img {
  width: 100%;
}

.faq__head {
  margin-bottom: 65px;
  font-size: min(8vw, 37px);
  line-height: 1.4594594595;
  font-weight: 500;
  text-align: center;
  letter-spacing: 0.1em;
  text-indent: 0.1em;
}

@media screen and (max-width: 768px) {
  .faq__head {
    margin-bottom: 50px;
  }
}
.faq__items {
  max-width: 850px;
  margin: 0 auto 78px;
}

.faq__item + .faq__item {
  margin-top: 20px;
}

.faq__heading {
  list-style: none;
  display: flex;
  align-items: center;
  gap: 27px;
  min-height: 100px;
  padding: 20px 20px 20px 30px;
  font-size: 18px;
  line-height: 1.75;
  font-weight: 500;
  letter-spacing: 0.1em;
  background: #e6efe6;
  cursor: pointer;
}

@media screen and (max-width: 768px) {
  .faq__heading {
    gap: 15px;
    padding: 20px;
    letter-spacing: 0.05em;
  }
}
.faq__heading span {
  flex-grow: 1;
  max-width: 660px;
  margin-right: auto;
}

.faq__heading i {
  display: flex;
  flex-shrink: 0;
}

.faq__heading i svg {
  width: 100%;
  height: auto;
}

.faq__heading i.-icon {
  aspect-ratio: 49/47;
  width: min(8vw, 43px);
}

.faq__heading i.-state {
  aspect-ratio: 22.682/12.962;
  width: 22px;
}

[open] > .faq__heading i.-state {
  rotate: 180deg;
}

.faq__detail {
  display: flex;
  align-items: flex-start;
  gap: 27px;
  padding: 26px 20px 26px 30px;
  border: 1px solid #e6efe6;
}

@media screen and (max-width: 768px) {
  .faq__detail {
    gap: 15px;
    padding: 20px;
  }
}
.faq__detail i {
  aspect-ratio: 49/47;
  display: flex;
  flex-shrink: 0;
  width: min(8vw, 43px);
}

.faq__detail i svg {
  width: 100%;
  height: auto;
}

.faq__desc {
  padding-top: 8px;
  font-size: 16px;
  line-height: 2.125;
}

@media screen and (max-width: 768px) {
  .faq__desc {
    padding-top: 0;
  }
}
.faq__txt small {
  display: block;
  font-size: 14px;
  line-height: 2.4285714286;
}

.faq__list {
  counter-reset: item;
}

.faq__list li::before {
  content: counter(item) ".";
  counter-increment: item;
}

.footer {
  padding-bottom: 90px;
}

.footer__wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 53px;
}

.footer__head {
  display: block;
  width: 100%;
  max-width: 369px;
}

.footer__head img {
  width: 100%;
}

.footer__copy {
  aspect-ratio: 364.453/11.281;
  display: flex;
  width: 100%;
  max-width: 364px;
}

.footer__copy svg {
  width: 100%;
  height: auto;
}

.movie-area {
  width: 1000px;
  margin: 100px auto 120px;
}
@media screen and (max-width: 768px) {
  .movie-area {
    width: 90%;
    margin: 0 auto 50px;
  }
}
.movie-area .title {
  margin: 0 0 50px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .movie-area .title {
    margin: 0 0 30px;
  }
}
.movie-area .ttl {
  font-size: 2.3rem;
  font-weight: 600;
  margin-bottom: 10px;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .movie-area .ttl {
    font-size: 1.5rem;
    line-height: 1.5;
    margin-top: 50px;
  }
}
.movie-area .txt {
  font-size: 1.2rem;
}
@media screen and (max-width: 768px) {
  .movie-area .txt {
    font-size: 1rem;
    line-height: 1.5;
  }
}
.movie-area .movie-list {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .movie-area .movie-list {
    flex-direction: column;
  }
}
.movie-area .movie-list .item {
  position: relative;
}
@media screen and (max-width: 768px) {
  .movie-area .movie-list .item {
    width: 100%;
  }
}
.movie-area .movie-list .item a {
  display: block;
  height: 100%;
  position: relative;
  margin-bottom: 10px;
  transition: 0.3s;
}
.movie-area .movie-list .item a:hover {
  opacity: 0.7;
}
.movie-area .movie-list .item a::before {
  content: "";
  background-color: #7b7b7b;
  display: block;
  width: 75px;
  height: 75px;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  mix-blend-mode: multiply;
}
.movie-area .movie-list .item a .play {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-55%) translateX(-55%);
}
@media screen and (max-width: 768px) {
  .movie-area .movie-list p {
    margin-bottom: 30px;
    line-height: 1.3;
  }
}
.movie-area .for-pc {
  display: block;
}
@media screen and (max-width: 640px) {
  .movie-area .for-pc {
    display: none;
  }
}
.movie-area .for-sp {
  display: none;
}
@media screen and (max-width: 640px) {
  .movie-area .for-sp {
    display: block;
  }
}/*# sourceMappingURL=style.css.map */