@charset "UTF-8";
/*! destyle.css v1.0.13 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model
   ========================================================================== */
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;500;700&family=Noto+Serif+JP:wght@300;500&display=swap");
* {
  box-sizing: border-box;
}

::before,
::after {
  box-sizing: inherit;
}

/* 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;
  list-style: none;
}

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

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: 0;
  border-top: 1px solid;
  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] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  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
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
  vertical-align: bottom;
}

embed,
object,
iframe {
  border: 0;
  vertical-align: bottom;
}

/* Forms
   ========================================================================== */
/**
 * Reset form fields to make them styleable
 * 1. Reset radio and checkbox to preserve their look in iOS.
 */
button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none;
  appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  border: 0;
  background: transparent;
  padding: 0;
  margin: 0;
  outline: 0;
  border-radius: 0;
  text-align: inherit;
}

[type="checkbox"] {
  /* 1 */
  -webkit-appearance: checkbox;
  appearance: checkbox;
}

[type="radio"] {
  /* 1 */
  -webkit-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;
  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 padding
 */
option {
  padding: 0;
}

/**
 * Reset to invisible
 */
fieldset {
  margin: 0;
  padding: 0;
  border: 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;
}

/**
 * 1. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
  padding: 0;
  /* 1 */
}

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

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

em {
  font-style: normal;
}

.minchoLight, .l-header__contact, .l-nav__close-button, .mainvisual__heading, .mainvisual__heading--big, .mainvisual__copy-container, .solution__heading--ja, .solution__list-heading--text, .difference__heading--ja, .difference__list-number-item-text, .difference__main-list-title, .difference__main-list-title--even, .grounds__heading--ja, .grounds__content, .grounds__bottom, .grounds__bottom-intro, .grounds__bottom-content, .plan__heading--ja, .plan__list-price, .plan__slider-title, .flow__heading--ja, .contact__heading, .contact__form-intro, .tel__heading, .tel__number, .question__heading--ja, .question__list-q, .company__heading--ja {
  font-family: "Noto Serif JP", "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ＭＳ 明朝", "MS Mincho", serif;
  font-weight: 300;
}

.minchoBold, .solution__list-heading--mark, .difference__list-number-item-num, .grounds__list-num, .plan__list-num {
  font-family: "Noto Serif JP", "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ＭＳ 明朝", "MS Mincho", serif;
  font-weight: 500;
}

.gothicLight, .mainvisual__description, .solution__list-item--comment, .plan__slider-caution, .flow__title-num, .question__list-a {
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, sans-serif;
  font-weight: 300;
}

.gothicMedium, .l-nav__anchor, .worry__list-big, .plan__intro, .plan__no1, .plan__spot-heading, .plan__slider-price, .swiper-container-horizontal > .swiper-pagination-bullets, .swiper-pagination-custom,
.swiper-pagination-fraction, .contact__form-intro--top {
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, sans-serif;
  font-weight: 500;
}

.gothicbold, .worry__heading--ja-content, .solution__list-item--title, .difference__main-list-description__bold, .flow__title-step, .question__list-a--bold {
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, sans-serif;
  font-weight: 700;
}

html {
  width: 100vw;
  height: 100%;
  overflow-x: hidden;
}

body {
  display: block;
  font-size: 16px;
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, sans-serif;
  line-height: 1.75;
  letter-spacing: .8px;
  font-feature-settings: "palt" on;
  font-weight: 300;
  color: #505050;
  overflow-x: hidden;
}

@media screen and (max-width: 767px) {
  body {
    font-size: 12px;
  }
}

img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.dn {
  display: none;
}

.is-pcon {
  display: block;
}

@media screen and (max-width: 767px) {
  .is-pcon {
    display: none;
  }
}

.is-pc {
  display: block;
}

@media screen and (min-width: 1023px) and (max-width: 1279px) {
  .is-pc {
    display: none;
  }
}

@media screen and (min-width: 767px) and (max-width: 1023px) {
  .is-pc {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .is-pc {
    display: none;
  }
}

.is-tb {
  display: none;
}

@media screen and (min-width: 1023px) and (max-width: 1279px) {
  .is-tb {
    display: none;
  }
}

@media screen and (min-width: 767px) and (max-width: 1023px) {
  .is-tb {
    display: block;
  }
}

@media screen and (max-width: 767px) {
  .is-tb {
    display: none;
  }
}

.is-absp {
  display: block;
}

@media screen and (max-width: 767px) {
  .is-absp {
    display: none;
  }
}

.is-sp {
  display: none;
}

@media screen and (max-width: 767px) {
  .is-sp {
    display: block;
  }
}

.c-paralle__blue, .mainvisual__paralle--blue, .contact__paralle--thin, .contact__paralle--bold, .contact__paralle--thin--sp {
  display: block;
  width: 500px;
  height: 100%;
  margin: 0;
  transform: skewX(-50deg);
  transform-origin: bottom left;
  background-color: rgba(5, 115, 191, 0.5);
}

@media screen and (max-width: 767px) {
  .c-paralle__blue, .mainvisual__paralle--blue, .contact__paralle--thin, .contact__paralle--bold, .contact__paralle--thin--sp {
    transform: skewX(-50deg);
  }
}

.c-paralle__black, .mainvisual__paralle--black, .tel__paralle--bold, .tel__paralle--thin {
  display: block;
  width: 500px;
  height: 100%;
  margin: 0;
  transform: skewX(-50deg);
  transform-origin: bottom left;
  background-color: rgba(0, 0, 0, 0.5);
}

@media screen and (max-width: 767px) {
  .c-paralle__black, .mainvisual__paralle--black, .tel__paralle--bold, .tel__paralle--thin {
    transform: skewX(-50deg);
  }
}

.c-caption {
  visibility: hidden;
}

.c-anchor {
  color: #C62258;
  border-bottom: 1px solid #C62258;
}

.l-header__container {
  position: fixed;
  display: flex;
  justify-content: space-between;
  width: 100vw;
  padding: 20px 30px;
  z-index: 20;
}

@media screen and (max-width: 767px) {
  .l-header__container {
    padding: 15px;
  }
}

.l-header__logo-container {
  width: 250px;
}

@media screen and (max-width: 767px) {
  .l-header__logo-container {
    width: calc(355px / 2);
  }
}

.l-header__button-container {
  display: flex;
  align-items: center;
  padding-right: 100px;
  z-index: 100000 !important;
}

@media screen and (max-width: 767px) {
  .l-header__button-container {
    padding-right: 70px;
  }
}

.l-header__contact {
  font-size: 12px;
  line-height: 21px;
  letter-spacing: 2.4px;
  text-align: center;
  color: #fff;
  z-index: 100000;
}

.l-header__contact-button {
  display: block;
  width: 200px;
  height: 36px;
  padding: 5px;
  border: 1px solid #fff;
}

@media screen and (max-width: 767px) {
  .l-header__contect-sp {
    width: calc(70px / 2);
  }
}

.l-header__nav-open {
  position: fixed;
  top: 30px;
  right: 30px;
  width: 60px;
  margin-left: 40.5px;
  z-index: 10000;
}

@media screen and (max-width: 767px) {
  .l-header__nav-open {
    top: 20px;
    right: 20px;
    width: calc(80px / 2);
    margin-left: 25px;
  }
}

.l-header__button-line {
  display: block;
  width: 100%;
  height: 1px;
  background-color: #fff;
}

.l-header__button-line:nth-child(2) {
  margin: 14px 0;
}

@media screen and (max-width: 767px) {
  .l-header__button-line:nth-child(2) {
    margin: 12px 0;
  }
}

.l-nav {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  padding: 20px 30px;
  z-index: 9;
  background-color: rgba(255, 255, 255, 0.9);
  transition: all .5s;
}

@media screen and (max-width: 767px) {
  .l-nav {
    padding: 15px;
  }
}

.l-nav__header-container {
  display: flex;
  justify-content: space-between;
  z-index: 1000;
}

.l-nav__header-container .l-header__contact {
  color: #0573BF;
  z-index: 1000;
}

.l-nav__header-container .l-header__contact-button {
  border: 1px solid #0573BF;
}

.l-nav__list-container {
  position: absolute;
  display: flex;
  flex-wrap: wrap;
  width: 1089px;
  left: 50%;
  transform: translateX(-50%);
  top: 20%;
}

@media screen and (min-width: 1023px) and (max-width: 1279px) {
  .l-nav__list-container {
    width: 95%;
  }
}

@media screen and (min-width: 767px) and (max-width: 1023px) {
  .l-nav__list-container {
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .l-nav__list-container {
    width: 100%;
    top: 50%;
    transform: translate(-50%, -50%);
  }
}

.l-nav__list-item {
  position: relative;
  width: calc(100% / 3);
  margin-bottom: 138px;
  transition: all .3s;
}

@media screen and (max-width: 767px) {
  .l-nav__list-item {
    width: 50%;
    margin-bottom: 32px;
  }
  .l-nav__list-item:nth-child(1) {
    order: 1;
  }
  .l-nav__list-item:nth-child(2) {
    order: 2;
  }
  .l-nav__list-item:nth-child(3) {
    order: 4;
  }
  .l-nav__list-item:nth-child(4) {
    order: 3;
  }
  .l-nav__list-item:nth-child(5) {
    order: 5;
  }
  .l-nav__list-item:nth-child(6) {
    order: 6;
  }
}

.l-nav__anchor {
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: center;
  text-align: center;
  font-size: 16px;
  letter-spacing: 1.12px;
}

@media screen and (max-width: 767px) {
  .l-nav__anchor {
    font-size: 12px;
    line-height: 21px;
    letter-spacing: .84px;
  }
}

.l-nav__sec-image--01 {
  width: 312px;
}

@media screen and (min-width: 767px) and (max-width: 1023px) {
  .l-nav__sec-image--01 {
    width: 249px;
  }
}

@media screen and (max-width: 767px) {
  .l-nav__sec-image--01 {
    width: 129.5px;
  }
}

.l-nav__sec-image--02 {
  width: 310px;
}

@media screen and (min-width: 767px) and (max-width: 1023px) {
  .l-nav__sec-image--02 {
    width: 248px;
  }
}

@media screen and (max-width: 767px) {
  .l-nav__sec-image--02 {
    width: 155px;
  }
}

.l-nav__sec-image--03 {
  width: 312px;
}

@media screen and (min-width: 767px) and (max-width: 1023px) {
  .l-nav__sec-image--03 {
    width: 249px;
  }
}

@media screen and (max-width: 767px) {
  .l-nav__sec-image--03 {
    width: 156px;
  }
}

.l-nav__sec-image--04 {
  width: 191px;
}

@media screen and (min-width: 767px) and (max-width: 1023px) {
  .l-nav__sec-image--04 {
    width: 152px;
  }
}

@media screen and (max-width: 767px) {
  .l-nav__sec-image--04 {
    width: 95px;
  }
}

.l-nav__sec-image--05 {
  width: 309px;
}

@media screen and (min-width: 767px) and (max-width: 1023px) {
  .l-nav__sec-image--05 {
    width: 247px;
  }
}

@media screen and (max-width: 767px) {
  .l-nav__sec-image--05 {
    width: 154.5px;
  }
}

.l-nav__sec-image--06 {
  width: 309px;
}

@media screen and (min-width: 767px) and (max-width: 1023px) {
  .l-nav__sec-image--06 {
    width: 247px;
  }
}

@media screen and (max-width: 767px) {
  .l-nav__sec-image--06 {
    width: 177.5px;
  }
}

.l-nav__caption {
  position: absolute;
  top: 89px;
}

@media screen and (max-width: 767px) {
  .l-nav__caption {
    top: 39px;
  }
}

.l-nav__close {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 92%;
  height: 90.5px;
  text-align: center;
  border-top: 1px solid #221F20;
  transition: all 1s;
}

.l-nav__close-button {
  position: relative;
  width: 200px;
  margin: 25px auto 0;
  padding: 7px 0 6px;
  font-size: 12px;
  border: 1px solid #221F20;
}

.l-nav__close-button:before {
  content: '';
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 16px;
  display: block;
  width: 14.1px;
  height: 1px;
  transform: rotate(45deg);
  background-color: #221F20;
  background-color: #221F20;
}

.l-nav__close-button:after {
  content: '';
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 16px;
  display: block;
  width: 14.1px;
  height: 1px;
  transform: rotate(-45deg);
  background-color: #221F20;
  background-color: #221F20;
}

.l-footer {
  padding-bottom: 11px;
}

@media screen and (max-width: 767px) {
  .l-footer {
    padding-bottom: 13px;
  }
}

.l-footer__logo {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 268px;
}

@media screen and (max-width: 767px) {
  .l-footer__logo {
    height: 145px;
  }
}

.l-footer__logo-image {
  width: 300px;
}

@media screen and (max-width: 767px) {
  .l-footer__logo-image {
    width: 230px;
  }
}

.l-footer__copy {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 110px;
  font-size: 12px;
  color: #B9B9B9;
  background-color: #221F20;
}

.mainvisual {
  position: relative;
  height: 100vh;
  overflow: hidden;
  background: no-repeat url(./image/sections/mainvisual/bg/main_bg-img.jpg) top center/cover;
  z-index: -1;
}

.mainvisual__heading-container {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 800px;
  color: #fff;
  text-align: center;
  z-index: 100;
}

@media screen and (max-width: 767px) {
  .mainvisual__heading-container {
    top: 58%;
    width: 100%;
  }
}

.mainvisual__heading {
  font-size: 30px;
  line-height: 52.5px;
}

@media screen and (max-width: 767px) {
  .mainvisual__heading {
    font-size: 25px;
    font-size: 6.66vw;
    line-height: 43.75px;
    line-height: 11.66vw;
  }
}

.mainvisual__heading--big {
  font-size: 40px;
  letter-spacing: 0;
}

@media screen and (max-width: 767px) {
  .mainvisual__heading--big {
    font-size: 35px;
    font-size: 9.33vw;
    letter-spacing: 0;
  }
}

.mainvisual__description {
  margin-top: 58px;
  font-size: 16px;
  line-height: 32px;
  letter-spacing: 2px;
}

@media screen and (max-width: 767px) {
  .mainvisual__description {
    margin-top: 35px;
    margin-top: 9.33vw;
    font-size: 14px;
  }
}

.mainvisual__copy-container {
  position: relative;
  margin-top: 29.6px;
  font-size: 30px;
  line-height: 106.29px;
  letter-spacing: 2.1px;
}

.mainvisual__copy-container--90 {
  font-size: 90px;
  letter-spacing: -2.3px;
}

@media screen and (max-width: 767px) {
  .mainvisual__copy-container--90 {
    font-size: 55px;
    font-size: 14.66vw;
    letter-spacing: 0;
  }
}

.mainvisual__copy-container--warrantry {
  font-size: 36px;
  letter-spacing: 2.52px;
}

@media screen and (max-width: 767px) {
  .mainvisual__copy-container--warrantry {
    font-size: 30px;
    font-size: 8vw;
  }
}

.mainvisual__copy-container:before {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  bottom: 58px;
  width: 216px;
  height: 1px;
  background-color: #fff;
}

@media screen and (min-width: 767px) and (max-width: 1023px) {
  .mainvisual__copy-container:before {
    left: 45px;
    width: 150px;
  }
}

@media screen and (max-width: 767px) {
  .mainvisual__copy-container:before {
    left: 15px;
    left: 4vw;
    width: 37px;
    width: 10vw;
  }
}

@media screen and (min-width: 320px) and (max-width: 374px) {
  .mainvisual__copy-container:before {
    width: 25px;
  }
}

.mainvisual__copy-container:after {
  content: '';
  display: block;
  position: absolute;
  right: 0;
  bottom: 58px;
  width: 216px;
  height: 1px;
  background-color: #fff;
}

@media screen and (min-width: 767px) and (max-width: 1023px) {
  .mainvisual__copy-container:after {
    right: 45px;
    width: 150px;
  }
}

@media screen and (max-width: 767px) {
  .mainvisual__copy-container:after {
    right: 15px;
    right: 4vw;
    width: 37px;
    width: 10vw;
  }
}

@media screen and (min-width: 320px) and (max-width: 374px) {
  .mainvisual__copy-container:after {
    width: 25px;
  }
}

.mainvisual__background {
  position: relative;
  overflow: hidden;
}

.mainvisual__background--video {
  position: absolute;
  top: -400px;
  right: 0;
  left: 0;
  bottom: 0;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: -100;
}

.mainvisual__background--video-src {
  display: block;
  width: 100%;
}

@media screen and (max-width: 767px) {
  .mainvisual__background--video {
    top: -46%;
  }
}

.mainvisual__background--image {
  position: absolute;
  top: 0;
  display: block;
  width: 100vw;
  height: 100vh;
  opacity: .3;
  object-fit: cover;
  background: no-repeat url(./image/sections/mainvisual/bg/mainvisual-bg.jpg) center center/cover;
}

@media screen and (max-width: 767px) {
  .mainvisual__background--image {
    background-position: -431px center;
    background-size: cover;
  }
}

.mainvisual__paralle--blue {
  position: absolute;
  left: -202px;
  width: 291px;
}

@media screen and (max-width: 767px) {
  .mainvisual__paralle--blue {
    width: calc(347px / 2);
    left: -562px;
  }
}

.mainvisual__paralle--black {
  position: absolute;
  left: 0px;
  width: 533px;
}

@media screen and (max-width: 767px) {
  .mainvisual__paralle--black {
    width: calc(972px / 2);
    left: -424px;
  }
}

.worry {
  position: relative;
  height: auto;
  height: 1124px;
  padding-bottom: 159px;
  overflow: hidden;
}

@media screen and (min-width: 767px) and (max-width: 1023px) {
  .worry {
    height: 1500px;
  }
}

@media screen and (max-width: 767px) {
  .worry {
    height: 1295px;
    padding-bottom: 112px;
  }
}

.worry__heading {
  width: 920px;
  height: auto;
  margin: 0 auto;
  padding-top: 150px;
}

@media screen and (min-width: 767px) and (max-width: 1023px) {
  .worry__heading {
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .worry__heading {
    width: 100%;
    padding-top: 75px;
    padding-top: 40vw;
  }
}

.worry__heading--eng {
  position: absolute;
  top: 0;
  right: 0;
  width: 441px;
  height: auto;
}

@media screen and (max-width: 767px) {
  .worry__heading--eng {
    width: 220px;
    width: 58vw;
  }
}

.worry__heading--ja {
  width: 238px;
  height: auto;
  padding-top: 44px;
  padding-left: 63px;
  background: no-repeat url(./image/sections/worry/worry_heading_bg.png) top left/contain;
}

@media screen and (max-width: 767px) {
  .worry__heading--ja {
    width: calc(238px / 2);
    width: 31.73vw;
    padding-top: calc(47px / 2);
    padding-top: 6.26vw;
    padding-left: 18.22px;
    padding-left: 4.86vw;
  }
}

.worry__heading--ja-content {
  font-size: 20px;
  color: #0573BF;
  writing-mode: vertical-rl;
}

@media screen and (max-width: 767px) {
  .worry__heading--ja-content {
    font-size: 18px;
    font-size: 4.8vw;
  }
}

.worry__content {
  position: relative;
  width: 100%;
  height: auto;
  top: 0;
}

@media screen and (max-width: 767px) {
  .worry__content {
    top: 300px;
    right: 0;
    max-width: 100%;
    height: auto;
    transform: none;
  }
}

.worry__list-container {
  position: absolute;
  right: 182px;
  right: 14.25vw;
  transform: translateY(-260px);
  transform: translateY(-20.31vw);
  top: 0;
  width: 800px;
  height: 488px;
}

@media screen and (min-width: 1441px) {
  .worry__list-container {
    left: 54%;
    right: 0;
    transform: translate(-50%, -260px);
  }
}

@media screen and (min-width: 1023px) and (max-width: 1279px) {
  .worry__list-container {
    right: 53.76px;
    right: 5.25vw;
  }
}

@media screen and (min-width: 767px) and (max-width: 1023px) {
  .worry__list-container {
    right: -25%;
    top: -70px;
    width: 100%;
    height: 1000px;
  }
}

@media screen and (max-width: 767px) {
  .worry__list-container {
    top: -650px;
    right: 0;
    width: 100%;
  }
}

@media screen and (max-width: 700px) {
  .worry__list-container {
    top: -600px;
    right: 0;
  }
}

@media screen and (max-width: 600px) {
  .worry__list-container {
    top: -550px;
    right: 0;
  }
}

@media screen and (max-width: 500px) {
  .worry__list-container {
    top: -500px;
    right: 0;
  }
}

@media screen and (max-width: 425px) {
  .worry__list-container {
    top: -450px;
    right: 0;
  }
}

.worry__list {
  position: absolute;
  width: 50%;
  height: auto;
  padding: 18px 5px 16px 13px;
  font-size: 16px;
  line-height: 28px;
  font-weight: 300;
  background-color: #fff;
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2);
  overflow: hidden;
}

@media screen and (min-width: 767px) and (max-width: 1023px) {
  .worry__list {
    position: relative;
    margin-bottom: 15px;
  }
}

@media screen and (max-width: 767px) {
  .worry__list {
    position: relative;
    width: 100%;
    margin-bottom: 15px;
    padding: 12px 10px 18px 15.5px;
    font-size: 14px;
    letter-spacing: 0;
  }
}

.worry__list--01 {
  top: 0;
  left: 0;
  width: 390px;
  height: 119.5px;
}

@media screen and (min-width: 767px) and (max-width: 1023px) {
  .worry__list--01 {
    right: 0;
    width: 50%;
  }
}

@media screen and (max-width: 767px) {
  .worry__list--01 {
    width: calc(618.5px / 2);
    width: 82.4vw;
    height: auto;
    margin-left: 17.6vw;
  }
}

.worry__list--02 {
  top: 30px;
  right: 0;
  width: 390px;
  height: 119.5px;
}

@media screen and (min-width: 767px) and (max-width: 1023px) {
  .worry__list--02 {
    top: 0;
    width: 50%;
  }
}

@media screen and (max-width: 767px) {
  .worry__list--02 {
    top: 0;
    width: calc(618.5px / 2);
    width: 82.4vw;
    height: auto;
    margin-left: 17.6vw;
  }
}

.worry__list--03 {
  top: 140px;
  left: 0;
  width: 360px;
  height: 119.65px;
}

@media screen and (min-width: 767px) and (max-width: 1023px) {
  .worry__list--03 {
    top: 0;
    width: 50%;
  }
}

@media screen and (max-width: 767px) {
  .worry__list--03 {
    top: 0;
    width: calc(618.5px / 2);
    width: 82.4vw;
    height: auto;
    margin-left: 17.6vw;
  }
}

.worry__list--04 {
  top: 168px;
  right: 0;
  width: 420px;
  height: 119.65px;
}

@media screen and (min-width: 767px) and (max-width: 1023px) {
  .worry__list--04 {
    top: 0;
    width: 50%;
    height: auto;
  }
}

@media screen and (max-width: 767px) {
  .worry__list--04 {
    top: 0;
    width: calc(618.5px / 2);
    width: 82.4vw;
    height: auto;
    margin-left: 17.6vw;
  }
}

.worry__list--05 {
  top: 279px;
  left: 0;
  width: 254px;
  height: 149.3px;
}

@media screen and (min-width: 767px) and (max-width: 1023px) {
  .worry__list--05 {
    top: 0;
    width: 50%;
    height: auto;
  }
}

@media screen and (max-width: 767px) {
  .worry__list--05 {
    top: 0;
    width: calc(618.5px / 2);
    width: 82.4vw;
    height: auto;
    margin-left: 17.6vw;
  }
}

.worry__list--06 {
  top: 309px;
  right: 274px;
  width: 254px;
  height: 149.3px;
}

@media screen and (min-width: 767px) and (max-width: 1023px) {
  .worry__list--06 {
    top: 0;
    right: 0;
    width: 50%;
    height: auto;
  }
}

@media screen and (max-width: 767px) {
  .worry__list--06 {
    top: 0;
    right: 0%;
    width: calc(618.5px / 2);
    width: 82.4vw;
    height: auto;
    margin-left: 17.6vw;
  }
}

.worry__list--07 {
  top: 339px;
  right: 0;
  width: 254px;
  height: 149.3px;
}

@media screen and (min-width: 767px) and (max-width: 1023px) {
  .worry__list--07 {
    top: 0;
    width: 50%;
  }
}

@media screen and (max-width: 767px) {
  .worry__list--07 {
    top: 0;
    width: calc(618.5px / 2);
    width: 82.4vw;
    height: auto;
    margin-left: 17.6vw;
  }
}

.worry__list-big {
  font-size: 18px;
}

@media screen and (max-width: 767px) {
  .worry__list-big {
    font-size: 14px;
    letter-spacing: 0;
  }
}

.worry__background {
  position: absolute;
  top: 604px;
  width: 780px;
  height: 520px;
  z-index: -1;
}

@media screen and (min-width: 767px) and (max-width: 1023px) {
  .worry__background {
    top: 1100px;
    width: 400px;
    height: auto;
  }
}

@media screen and (max-width: 767px) {
  .worry__background {
    top: 955px;
    width: 340px;
    height: auto;
  }
}

@media screen and (min-width: 320px) and (max-width: 374px) {
  .worry__background {
    width: 300px;
  }
}

.solution {
  position: relative;
  padding-bottom: 242px;
}

@media screen and (max-width: 767px) {
  .solution {
    padding-bottom: 100px;
  }
}

.solution__heading {
  width: 660px;
  margin: 100px auto 0;
  padding-top: 245px;
}

@media screen and (max-width: 767px) {
  .solution__heading {
    width: 100%;
    margin-top: 36px;
    padding-top: 108px;
  }
}

.solution__heading--eng {
  position: absolute;
  top: 0;
  right: 0;
  width: 579px;
  height: auto;
}

@media screen and (max-width: 767px) {
  .solution__heading--eng {
    top: -64px;
    width: calc(578px / 2);
    width: 77vw;
  }
}

@media screen and (max-width: 600px) {
  .solution__heading--eng {
    top: -41px;
    width: calc(578px / 2);
    width: 77vw;
  }
}

@media screen and (max-width: 425px) {
  .solution__heading--eng {
    top: 0;
    width: calc(578px / 2);
    width: 77vw;
  }
}

.solution__heading--ja {
  font-size: 30px;
  line-height: 52.5px;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .solution__heading--ja {
    font-size: 16px;
    font-size: 4vw;
    letter-spacing: 0;
    line-height: 28px;
    line-height: 7.46vw;
  }
}

.solution__heading--ja--4 {
  font-size: 60px;
}

@media screen and (max-width: 767px) {
  .solution__heading--ja--4 {
    font-size: 35px;
    font-size: 9.3vw;
    letter-spacing: 0;
  }
}

.solution__heading--ja--creative {
  font-size: 40px;
}

@media screen and (max-width: 767px) {
  .solution__heading--ja--creative {
    font-size: 21px;
    font-size: 5.6vw;
    letter-spacing: 0;
  }
}

.solution__list-container {
  width: 100vw;
  margin-top: 120px;
}

@media screen and (max-width: 767px) {
  .solution__list-container {
    margin-top: 40px;
  }
}

.solution__list-inner {
  display: flex;
  flex-direction: column;
  position: relative;
  width: 100%;
}

.solution__list {
  margin-bottom: 30px;
  padding: 61.5px 0 36px;
  background-color: #fff;
}

@media screen and (max-width: 767px) {
  .solution__list {
    margin-bottom: 15px;
    margin-bottom: 4vw;
    padding: 25px 15px;
    padding: 6.66vw 4vw 4vw;
  }
}

.solution__list:nth-child(odd) {
  align-self: flex-end;
  margin-right: 140px;
  margin-right: 10.93vw;
  padding-left: 11%;
  padding-right: 50px;
}

@media screen and (min-width: 1441px) {
  .solution__list:nth-child(odd) {
    align-self: start;
  }
}

@media screen and (min-width: 1023px) and (max-width: 1279px) {
  .solution__list:nth-child(odd) {
    margin-right: 50px;
    margin-right: 5vw;
  }
}

@media screen and (min-width: 767px) and (max-width: 1023px) {
  .solution__list:nth-child(odd) {
    margin-right: 50px;
    margin-right: 5vw;
    padding-left: 50px;
    padding-left: 5vw;
    padding-right: 0;
  }
}

@media screen and (max-width: 767px) {
  .solution__list:nth-child(odd) {
    margin-right: 15px;
    margin-right: 4vw;
    padding-left: 15px;
    padding-left: 4vw;
    padding-right: 15px;
    padding-right: 4vw;
  }
}

.solution__list:nth-child(even) {
  align-self: flex-end;
  padding-right: 190px;
  padding-right: 14.84vw;
  padding-left: 50px;
}

@media screen and (min-width: 1023px) and (max-width: 1279px) {
  .solution__list:nth-child(even) {
    padding-right: 92px;
    padding-right: 9vw;
  }
}

@media screen and (min-width: 767px) and (max-width: 1023px) {
  .solution__list:nth-child(even) {
    padding-right: 50px;
    padding-right: 5vw;
  }
}

@media screen and (max-width: 767px) {
  .solution__list:nth-child(even) {
    padding-right: 15px;
    padding-right: 4vw;
    padding-left: 15px;
    padding-left: 4vw;
  }
}

.solution__list:last-child {
  margin-bottom: 0;
}

.solution__list-heading {
  display: flex;
}

@media screen and (min-width: 1441px) {
  .solution__list-heading {
    position: relative;
    left: -50px;
  }
}

@media screen and (min-width: 1279px) and (max-width: 1441px) {
  .solution__list-heading {
    position: relative;
    left: -50px;
  }
}

@media screen and (min-width: 1023px) and (max-width: 1279px) {
  .solution__list-heading {
    position: relative;
  }
}

.solution__list-heading--mark {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 112px;
  height: 112px;
  margin-right: 40px;
  border-radius: 50%;
  color: #fff;
  background-color: #0573BF;
}

@media screen and (min-width: 767px) and (max-width: 1023px) {
  .solution__list-heading--mark {
    margin-right: 10px;
  }
}

@media screen and (max-width: 767px) {
  .solution__list-heading--mark {
    width: 56px;
    width: 14.93vw;
    height: 56px;
    height: 14.93vw;
    margin-right: 10px;
  }
}

.solution__list-heading--mark-text {
  font-size: 14px;
  line-height: 18px;
  letter-spacing: -2.1px;
}

@media screen and (max-width: 767px) {
  .solution__list-heading--mark-text {
    font-size: 7px;
    font-size: 1.866vw;
    line-height: 9px;
    line-height: 2.4vw;
    text-align: center;
  }
}

.solution__list-heading--mark-num {
  font-size: 50px;
  line-height: 1;
}

@media screen and (max-width: 767px) {
  .solution__list-heading--mark-num {
    font-size: 25px;
    font-size: 6.66vw;
    letter-spacing: 0;
  }
}

.solution__list-heading--text {
  font-size: 30px;
  line-height: 52px;
  transform: skew(-10deg);
}

@media screen and (max-width: 767px) {
  .solution__list-heading--text {
    font-size: 15.5px;
    font-size: 4.13vw;
    line-height: 7.2vw;
  }
}

.solution__list-heading--text-big {
  font-size: 39px;
}

@media screen and (max-width: 767px) {
  .solution__list-heading--text-big {
    font-size: 19.5px;
    font-size: 5.2vw;
    letter-spacing: 0;
  }
}

.solution__list-content {
  display: flex;
  justify-content: space-between;
  width: 901px;
  margin-top: 40.3px;
}

@media screen and (min-width: 767px) and (max-width: 1023px) {
  .solution__list-content {
    flex-direction: column;
    width: 100%;
    margin-top: 15px;
    margin-top: 4vw;
  }
}

@media screen and (max-width: 767px) {
  .solution__list-content {
    flex-direction: column;
    width: 100%;
    margin-top: 15px;
    margin-top: 4vw;
  }
}

.solution__list-item {
  width: 31%;
}

@media screen and (min-width: 767px) and (max-width: 1023px) {
  .solution__list-item {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    width: 100%;
    padding-bottom: 15px;
    border-bottom: 1px solid #E6F1F9;
  }
  .solution__list-item:last-child {
    border-bottom: none;
  }
}

@media screen and (max-width: 767px) {
  .solution__list-item {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    width: 100%;
    padding-bottom: 13px;
    border-bottom: 1px solid #E6F1F9;
  }
  .solution__list-item:last-child {
    border-bottom: none;
  }
}

.solution__list-item--title {
  font-size: 20px;
  line-height: 40px;
  letter-spacing: 1px;
  color: #0573BF;
}

@media screen and (min-width: 767px) and (max-width: 1023px) {
  .solution__list-item--title {
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .solution__list-item--title {
    width: 100%;
    font-size: 16px;
    font-size: 4.26vw;
    letter-spacing: 1.5px;
  }
}

.solution__list-item--title-tite {
  letter-spacing: -.3px;
}

.solution__list-item--image {
  width: 100%;
  height: auto;
}

@media screen and (min-width: 767px) and (max-width: 1023px) {
  .solution__list-item--image {
    width: 40%;
    margin-right: 15px;
    margin-right: 4vw;
  }
}

@media screen and (max-width: 767px) {
  .solution__list-item--image {
    width: 140px;
    width: 37.33vw;
    margin-right: 15px;
    margin-right: 4vw;
  }
}

.solution__list-item--comment {
  margin-top: 20px;
  font-size: 16px;
  line-height: 26px;
}

@media screen and (min-width: 767px) and (max-width: 1023px) {
  .solution__list-item--comment {
    width: 50%;
    margin-top: 0;
  }
}

@media screen and (max-width: 767px) {
  .solution__list-item--comment {
    width: 50%;
    margin-top: 0;
    font-size: 12px;
    font-size: 3.2vw;
    line-height: 21px;
    line-height: 5.6vw;
  }
}

.solution__background {
  position: absolute;
  top: 130px;
  right: 0;
  width: 628px;
  height: calc(100% - 130px);
  background-color: #E6F1F9;
  z-index: -1;
  overflow: hidden;
}

@media screen and (max-width: 767px) {
  .solution__background {
    top: 61px;
    width: 50%;
    height: calc(100% - 100px);
  }
}

.difference {
  position: relative;
  margin-top: 106px;
  padding-bottom: 229px;
  overflow: hidden;
}

@media screen and (max-width: 767px) {
  .difference {
    margin-top: 0;
    padding-bottom: 85px;
  }
}

.difference__heading {
  width: 520px;
  margin: 0 auto;
  padding-top: 217px;
}

@media screen and (max-width: 767px) {
  .difference__heading {
    width: 100%;
    padding-top: 102.5px;
  }
}

.difference__heading--eng {
  position: absolute;
  top: 0;
  left: 0;
  width: 692px;
}

@media screen and (max-width: 767px) {
  .difference__heading--eng {
    width: calc(692px / 2);
    width: 92.2vw;
  }
}

.difference__heading--ja {
  text-align: center;
  font-size: 30px;
  line-height: 52.5px;
}

@media screen and (max-width: 767px) {
  .difference__heading--ja {
    font-size: 16px;
    font-size: 4.26vw;
    letter-spacing: 0;
    line-height: 28px;
    line-height: 7.47vw;
  }
}

.difference__heading--ja--big {
  font-size: 40px;
}

@media screen and (max-width: 767px) {
  .difference__heading--ja--big {
    font-size: 21px;
    font-size: 5.6vw;
  }
}

.difference__heading--ja--5 {
  font-size: 60px;
}

@media screen and (max-width: 767px) {
  .difference__heading--ja--5 {
    font-size: 35px;
    font-size: 9.3vw;
  }
}

.difference__list-number {
  max-width: 1000px;
  margin: 42px auto 0;
}

@media screen and (min-width: 1023px) and (max-width: 1279px) {
  .difference__list-number {
    max-width: 98%;
    width: 95%;
  }
}

@media screen and (max-width: 767px) {
  .difference__list-number {
    margin-top: 42px;
  }
}

.difference__list-number-inner {
  display: flex;
  justify-content: space-around;
}

@media screen and (max-width: 767px) {
  .difference__list-number-inner {
    justify-content: center;
    flex-wrap: wrap;
  }
}

.difference__list-number-item {
  position: relative;
  width: 20%;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .difference__list-number-item {
    width: 33%;
  }
  .difference__list-number-item:nth-child(4), .difference__list-number-item:nth-child(5) {
    width: 33%;
    margin-top: 30px;
  }
}

.difference__list-number-item-num {
  display: block;
  font-size: 70px;
  transform: skew(-10deg);
  line-height: 1.1;
  color: #0573BF;
  background: -webkit-linear-gradient(bottom, #0573BF 10%, #3CA7F3);
  opacity: .3;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

@media screen and (max-width: 767px) {
  .difference__list-number-item-num {
    font-size: 29.5px;
    font-size: 7.86vw;
  }
}

.difference__list-number-item-text {
  font-size: 19px;
  letter-spacing: 0;
  line-height: 30px;
}

.difference__list-number-item-text--02 {
  display: inline-block;
  margin-top: 12px;
}

@media screen and (max-width: 767px) {
  .difference__list-number-item-text {
    font-size: 12px;
    font-size: 3.2vw;
    line-height: 17.5px;
    line-height: 4.66vw;
  }
}

.difference__list-number-item:after {
  content: '';
  display: block;
  position: absolute;
  bottom: -30px;
  left: 50%;
  transform: translateX(-50%);
  width: 180px;
  height: 30px;
  background: no-repeat url(./image/sections/difference/arrow/arrow_pc.png) center center/contain;
}

@media screen and (min-width: 767px) and (max-width: 1023px) {
  .difference__list-number-item:after {
    width: 100px;
    background: no-repeat url(./image/sections/difference/arrow/arrow_sp.png) center center/100%;
  }
}

@media screen and (max-width: 767px) {
  .difference__list-number-item:after {
    bottom: -23px;
    width: 100px;
    background: no-repeat url(./image/sections/difference/arrow/arrow_sp.png) center center/100%;
  }
}

.difference__main-list {
  width: 100vw;
  max-width: 1440px;
  margin: 128px auto 0;
}

@media screen and (max-width: 767px) {
  .difference__main-list {
    margin-top: 53px;
  }
}

.difference__main-list-item {
  position: relative;
  margin-bottom: 50px;
}

@media screen and (max-width: 767px) {
  .difference__main-list-item {
    margin-bottom: 25px;
  }
}

.difference__main-list-item--01 {
  height: 608px;
}

@media screen and (min-width: 767px) and (max-width: 1023px) {
  .difference__main-list-item--01 {
    height: 841px;
  }
}

@media screen and (max-width: 767px) {
  .difference__main-list-item--01 {
    height: 620px;
  }
}

.difference__main-list-item--02 {
  height: 521px;
}

@media screen and (min-width: 767px) and (max-width: 1023px) {
  .difference__main-list-item--02 {
    height: 685px;
  }
}

@media screen and (max-width: 767px) {
  .difference__main-list-item--02 {
    height: 559px;
  }
}

.difference__main-list-item--03 {
  height: 534px;
}

@media screen and (min-width: 767px) and (max-width: 1023px) {
  .difference__main-list-item--03 {
    height: 732px;
  }
}

@media screen and (max-width: 767px) {
  .difference__main-list-item--03 {
    height: 609px;
  }
}

.difference__main-list-item--04 {
  height: 663px;
}

@media screen and (min-width: 767px) and (max-width: 1023px) {
  .difference__main-list-item--04 {
    height: 871px;
  }
}

@media screen and (max-width: 767px) {
  .difference__main-list-item--04 {
    height: 671px;
  }
}

.difference__main-list-item--05 {
  height: 515px;
}

@media screen and (min-width: 767px) and (max-width: 1023px) {
  .difference__main-list-item--05 {
    height: 747px;
  }
}

@media screen and (max-width: 767px) {
  .difference__main-list-item--05 {
    height: 566px;
  }
}

.difference__main-list-title {
  display: flex;
  position: absolute;
  top: 0;
  left: 0;
  width: 1040px;
  height: 300px;
  padding-left: 140px;
  font-size: 30px;
  line-height: 69px;
  letter-spacing: 0;
  font-style: italic;
  color: #fff;
  background: linear-gradient(90deg, #0573BF 0%, #3CA7F3 100%);
}

@media screen and (min-width: 1023px) and (max-width: 1279px) {
  .difference__main-list-title {
    width: 95%;
    padding-left: 50px;
  }
}

@media screen and (min-width: 767px) and (max-width: 1023px) {
  .difference__main-list-title {
    width: 772px;
    width: 90vw;
    padding-left: 30px;
    font-size: 20px;
    line-height: 1.7;
  }
}

@media screen and (max-width: 767px) {
  .difference__main-list-title {
    width: 360px;
    width: 96vw;
    height: 150px;
    height: 40vw;
    padding-left: 15px;
    padding-left: 4vw;
    font-size: 14.5px;
    line-height: 25px;
  }
}

@media screen and (min-width: 320px) and (max-width: 374px) {
  .difference__main-list-title {
    font-size: 14px;
  }
}

.difference__main-list-title__num {
  position: relative;
  top: -20px;
  display: inline-block;
  width: 149px;
}

.difference__main-list-title__num--01 {
  top: 0;
}

@media screen and (min-width: 767px) and (max-width: 1023px) {
  .difference__main-list-title__num {
    width: 130px;
    height: 300px;
  }
}

@media screen and (max-width: 767px) {
  .difference__main-list-title__num {
    top: 0;
    width: 74.5px;
    height: 150px;
  }
}

@media screen and (min-width: 320px) and (max-width: 374px) {
  .difference__main-list-title__num {
    width: 50px;
    height: 100px;
    margin-top: 10px;
  }
}

.difference__main-list-title__text01 {
  margin-top: 22px;
  margin-left: 10px;
}

@media screen and (min-width: 1023px) and (max-width: 1279px) {
  .difference__main-list-title__text01 {
    margin-left: 0;
  }
}

@media screen and (min-width: 767px) and (max-width: 1023px) {
  .difference__main-list-title__text01 {
    margin-top: 41px;
  }
}

@media screen and (max-width: 767px) {
  .difference__main-list-title__text01 {
    margin-top: 16px;
    margin-left: -5px;
  }
}

.difference__main-list-title__text {
  margin-top: 38px;
  margin-left: 10px;
}

@media screen and (max-width: 767px) {
  .difference__main-list-title__text {
    margin-top: 31px;
    margin-left: 5px;
  }
}

@media screen and (max-width: 767px) {
  .difference__main-list-title__text--02 {
    margin-top: 26px;
  }
}

.difference__main-list-title--bold {
  font-size: 39px;
  letter-spacing: 0;
  font-style: italic;
}

@media screen and (min-width: 767px) and (max-width: 1023px) {
  .difference__main-list-title--bold {
    font-size: 24px;
  }
}

@media screen and (max-width: 767px) {
  .difference__main-list-title--bold {
    font-size: 18px;
  }
}

.difference__main-list-title--even {
  display: flex;
  position: absolute;
  top: 0;
  right: 0;
  width: 1040px;
  height: 300px;
  padding-left: 30px;
  font-size: 30px;
  line-height: 69px;
  letter-spacing: 0;
  font-style: italic;
  color: #fff;
  background: linear-gradient(90deg, #0573BF 0%, #3CA7F3 100%);
}

@media screen and (min-width: 1023px) and (max-width: 1279px) {
  .difference__main-list-title--even {
    width: 95%;
    padding-left: 50px;
  }
}

@media screen and (min-width: 767px) and (max-width: 1023px) {
  .difference__main-list-title--even {
    width: 772px;
    width: 90vw;
    padding-left: 30px;
    font-size: 24px;
    line-height: 1.7;
  }
}

@media screen and (max-width: 767px) {
  .difference__main-list-title--even {
    right: -5px;
    width: 360px;
    width: 96vw;
    height: 150px;
    height: 40vw;
    padding-left: 15px;
    padding-left: 4vw;
    font-size: 14.5px;
    line-height: 25px;
  }
}

.difference__main-list-title--even__num {
  display: inline-block;
  width: 149px;
}

.difference__main-list-title--even__text {
  margin-top: 22px;
}

.difference__main-list-title--even--bold {
  font-size: 39px;
  letter-spacing: 0;
}

.difference__main-list-image {
  position: absolute;
  width: 500px;
  height: 333px;
  top: 180px;
  right: 140px;
}

@media screen and (min-width: 1023px) and (max-width: 1279px) {
  .difference__main-list-image {
    right: 70px;
  }
}

@media screen and (min-width: 767px) and (max-width: 1023px) {
  .difference__main-list-image {
    top: 180px;
    right: 60px;
  }
}

@media screen and (max-width: 767px) {
  .difference__main-list-image {
    top: 114px;
    right: 50%;
    transform: translateX(50%);
    width: 315px;
    height: auto;
  }
}

@media screen and (min-width: 320px) and (max-width: 374px) {
  .difference__main-list-image {
    top: 125px;
  }
}

.difference__main-list-image-03 {
  top: 140px;
}

@media screen and (max-width: 767px) {
  .difference__main-list-image-03 {
    top: 88.5px;
    right: auto;
    left: 50%;
    transform: translateX(-50%);
  }
}

.difference__main-list-image--05 {
  top: 120px;
}

@media screen and (min-width: 767px) and (max-width: 1023px) {
  .difference__main-list-image--05 {
    top: 160px;
  }
}

@media screen and (max-width: 767px) {
  .difference__main-list-image--05 {
    right: 50%;
    top: 100px;
    transform: translateX(50%);
  }
}

.difference__main-list-image--even {
  position: absolute;
  width: 500px;
  height: 333px;
  top: 187px;
  left: 140px;
}

@media screen and (min-width: 767px) and (max-width: 1023px) {
  .difference__main-list-image--even {
    top: 160px;
    left: 36px;
  }
}

@media screen and (max-width: 767px) {
  .difference__main-list-image--even {
    top: 114px;
    right: 50%;
    left: auto;
    transform: translateX(50%);
    width: 315px;
    height: auto;
  }
}

.difference__main-list-image--even-04 {
  width: 500px;
  height: 475px;
}

@media screen and (max-width: 767px) {
  .difference__main-list-image--even-04 {
    top: 90px;
    right: 50%;
    transform: translateX(50%);
    width: 315px;
    height: auto;
  }
}

.difference__main-list-description {
  position: absolute;
  top: 210px;
  left: 190px;
  width: 590px;
  padding: 47.8px 38px 40px;
  color: #fff;
  background-color: rgba(34, 31, 32, 0.9);
}

@media screen and (min-width: 1023px) and (max-width: 1279px) {
  .difference__main-list-description {
    top: 229px;
  }
}

@media screen and (min-width: 767px) and (max-width: 1023px) {
  .difference__main-list-description {
    top: 400px;
    left: auto;
    right: 0;
  }
}

@media screen and (max-width: 767px) {
  .difference__main-list-description {
    top: 301px;
    left: auto;
    right: 0;
    width: 335px;
    padding: 24px 15px 14.5px 25px;
  }
}

@media screen and (min-width: 320px) and (max-width: 374px) {
  .difference__main-list-description {
    width: 310px;
  }
}

.difference__main-list-description-03 {
  top: 169px;
}

@media screen and (min-width: 767px) and (max-width: 1023px) {
  .difference__main-list-description-03 {
    top: 336px;
  }
}

@media screen and (max-width: 767px) {
  .difference__main-list-description-03 {
    top: 275px;
  }
}

.difference__main-list-description--05 {
  top: 150px;
}

@media screen and (min-width: 767px) and (max-width: 1023px) {
  .difference__main-list-description--05 {
    top: 411px;
  }
}

@media screen and (max-width: 767px) {
  .difference__main-list-description--05 {
    top: 275px;
  }
}

.difference__main-list-description--even {
  position: absolute;
  top: 136px;
  left: 535px;
  width: 540px;
  padding: 47.8px 38px 40px;
  color: #fff;
  background-color: rgba(34, 31, 32, 0.9);
}

@media screen and (min-width: 1023px) and (max-width: 1279px) {
  .difference__main-list-description--even {
    left: 484px;
  }
}

@media screen and (min-width: 767px) and (max-width: 1023px) {
  .difference__main-list-description--even {
    top: 346px;
    left: auto;
    right: 0;
  }
}

@media screen and (max-width: 767px) {
  .difference__main-list-description--even {
    width: 335px;
    top: 301px;
    left: auto;
    right: 0;
    padding: 24px 15px 14.5px 25px;
  }
}

@media screen and (min-width: 320px) and (max-width: 374px) {
  .difference__main-list-description--even {
    width: 310px;
  }
}

.difference__main-list-description--even-04 {
  top: 133px;
}

@media screen and (min-width: 1441px) {
  .difference__main-list-description--even-04 {
    top: 154px;
  }
}

@media screen and (min-width: 767px) and (max-width: 1023px) {
  .difference__main-list-description--even-04 {
    top: 356px;
  }
}

@media screen and (max-width: 767px) {
  .difference__main-list-description--even-04 {
    top: 275px;
  }
}

.difference__main-list-bg {
  position: absolute;
  top: 100px;
  right: 0;
  width: 1140px;
  width: 89.06vw;
  background-color: #E6F1F9;
  z-index: -40;
}

@media screen and (max-width: 767px) {
  .difference__main-list-bg {
    top: 50px;
    right: -5px;
    width: 360px;
    width: 96vw;
  }
}

.difference__main-list-bg--01 {
  height: 450px;
}

@media screen and (max-width: 767px) {
  .difference__main-list-bg--01 {
    height: 225px;
  }
}

.difference__main-list-bg--03 {
  height: 321px;
}

@media screen and (max-width: 767px) {
  .difference__main-list-bg--03 {
    height: 160.5px;
  }
}

.difference__main-list-bg--05 {
  height: 321px;
}

@media screen and (max-width: 767px) {
  .difference__main-list-bg--05 {
    height: 160.5px;
  }
}

.difference__main-list-bg--even {
  position: absolute;
  top: 100px;
  left: 0;
  width: 1140px;
  width: 89.06vw;
  height: 450px;
  background-color: #E6F1F9;
  z-index: -40;
}

@media screen and (max-width: 767px) {
  .difference__main-list-bg--even {
    top: 50px;
    left: -5px;
    width: 360px;
    width: 96vw;
  }
}

.difference__main-list-bg--even--02 {
  height: 321px;
}

.difference__main-list-bg--even--04 {
  height: 441px;
}

.difference__main-list__05-tag {
  position: absolute;
  top: -20px;
  left: 850px;
  width: 135px;
  height: auto;
}

@media screen and (min-width: 1023px) and (max-width: 1279px) {
  .difference__main-list__05-tag {
    left: 750px;
    left: 72.4vw;
  }
}

@media screen and (min-width: 767px) and (max-width: 1023px) {
  .difference__main-list__05-tag {
    top: -71px;
    left: 617px;
    left: 80.4vw;
  }
}

@media screen and (max-width: 767px) {
  .difference__main-list__05-tag {
    top: 16.5px;
    left: 289.5px;
    left: 77.2vw;
    width: 64.5px;
  }
}

@media screen and (min-width: 320px) and (max-width: 374px) {
  .difference__main-list__05-tag {
    top: -20px;
  }
}

.grounds {
  position: relative;
  padding-bottom: 796px;
}

@media screen and (min-width: 1441px) {
  .grounds {
    padding-bottom: 997px;
  }
}

@media screen and (min-width: 1279px) and (max-width: 1441px) {
  .grounds {
    padding-bottom: 897px;
  }
}

@media screen and (min-width: 1023px) and (max-width: 1279px) {
  .grounds {
    padding-bottom: 739px;
  }
}

@media screen and (min-width: 767px) and (max-width: 1023px) {
  .grounds {
    padding-bottom: 486px;
  }
}

@media screen and (max-width: 767px) {
  .grounds {
    padding-bottom: 229px;
  }
}

.grounds__heading {
  width: 580px;
  margin: 0 auto;
  color: #fff;
}

@media screen and (max-width: 767px) {
  .grounds__heading {
    width: 100%;
  }
}

.grounds__heading--eng {
  position: absolute;
  top: -126px;
  right: 0;
  width: 604px;
}

@media screen and (max-width: 767px) {
  .grounds__heading--eng {
    top: -65px;
    width: calc(604px / 2);
    width: 80.53vw;
  }
}

.grounds__heading--ja {
  padding-top: 95px;
  text-align: center;
  font-size: 30px;
  line-height: 52.5px;
  letter-spacing: -1.1px;
}

@media screen and (max-width: 767px) {
  .grounds__heading--ja {
    font-size: 16px;
    font-size: 4.26vw;
    letter-spacing: 0;
    line-height: 28px;
    line-height: 7.46vw;
  }
}

.grounds__heading--ja--big {
  font-size: 40px;
}

@media screen and (max-width: 767px) {
  .grounds__heading--ja--big {
    font-size: 21px;
    font-size: 5.6vw;
    list-style-type: 0;
  }
}

.grounds__heading--ja--5 {
  font-size: 60px;
}

@media screen and (max-width: 767px) {
  .grounds__heading--ja--5 {
    font-size: 35px;
    font-size: 9.33vw;
    letter-spacing: 0;
  }
}

.grounds__container {
  max-width: 1000px;
  margin: 115px auto 0;
  padding-bottom: 99px;
  background-color: rgba(198, 34, 88, 0.9);
}

@media screen and (min-width: 767px) and (max-width: 1023px) {
  .grounds__container {
    max-width: 90%;
  }
}

@media screen and (max-width: 767px) {
  .grounds__container {
    width: 345px;
    width: 92vw;
    margin-top: 40px;
    padding-bottom: 40px;
  }
}

.grounds__list-conteiner {
  padding: 50px;
  padding-bottom: 0;
}

@media screen and (max-width: 767px) {
  .grounds__list-conteiner {
    padding: 20px 15px 20px 20px;
  }
}

.grounds__list-item {
  position: relative;
  display: flex;
  align-items: center;
  padding: 20.6px;
  background-color: #fff;
  margin-bottom: 30px;
}

.grounds__list-item::after {
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  display: block;
  width: 20px;
  height: 20px;
  border-style: solid;
  border-width: 0 0 20px 20px;
  border-color: transparent transparent #C62258 transparent;
}

@media screen and (max-width: 767px) {
  .grounds__list-item::after {
    width: 10px;
    height: 10px;
  }
}

@media screen and (min-width: 767px) and (max-width: 1023px) {
  .grounds__list-item {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
}

@media screen and (max-width: 767px) {
  .grounds__list-item {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    margin-bottom: 15px;
    padding: 14px 14px 16px;
    letter-spacing: -1px;
  }
}

.grounds__list-num {
  position: absolute;
  top: -10px;
  left: -10px;
  width: 100px;
  height: 100px;
  padding: 9.5px 0 0 8.16px;
  font-size: 50px;
  line-height: 36px;
  color: rgba(255, 255, 255, 0.7);
  font-style: italic;
  background: no-repeat url(./image/sections/grounds/grounds_number_bg.png) top left/contain;
}

@media screen and (max-width: 767px) {
  .grounds__list-num {
    top: -5px;
    left: -5px;
    width: 70px;
    width: 18.6vw;
    height: 70px;
    height: 18.6vw;
    font-size: 35.5px;
    font-size: 9.46vw;
    line-height: 20.5px;
    line-height: 5.46vw;
  }
}

.grounds__image-container {
  width: 220px;
  height: 120px;
  margin-left: 50px;
  margin-right: 22px;
  text-align: center;
}

.grounds__image-container img {
  object-fit: contain;
}

@media screen and (min-width: 767px) and (max-width: 1023px) {
  .grounds__image-container {
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 43px;
  }
}

@media screen and (max-width: 767px) {
  .grounds__image-container {
    align-self: center;
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 20px;
  }
}

.grounds__content {
  font-size: 20px;
  line-height: 45px;
}

@media screen and (max-width: 767px) {
  .grounds__content {
    font-size: 16px;
    font-size: 4.26vw;
    line-height: 28px;
    line-height: 7.46vw;
  }
}

.grounds__content--big {
  font-size: 30px;
}

@media screen and (max-width: 767px) {
  .grounds__content--big {
    font-size: 21px;
    font-size: 5.6vw;
  }
}

.grounds__bottom {
  padding-top: 50px;
  text-align: center;
  color: #fff;
}

@media screen and (max-width: 767px) {
  .grounds__bottom {
    padding-top: 16px;
  }
}

.grounds__bottom-intro {
  position: relative;
  font-size: 30px;
  opacity: .5;
}

@media screen and (max-width: 767px) {
  .grounds__bottom-intro {
    font-size: 15px;
    font-size: 4vw;
  }
}

.grounds__bottom-intro::before {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: -325px;
  width: 295px;
  height: 1px;
  background-color: #fff;
}

@media screen and (min-width: 767px) and (max-width: 1023px) {
  .grounds__bottom-intro::before {
    left: -200px;
    width: 170px;
  }
}

@media screen and (max-width: 767px) {
  .grounds__bottom-intro::before {
    left: -125px;
    width: 100px;
  }
}

@media screen and (min-width: 320px) and (max-width: 374px) {
  .grounds__bottom-intro::before {
    left: -80px;
    width: 50px;
  }
}

.grounds__bottom-intro::after {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: -325px;
  width: 295px;
  height: 1px;
  background-color: #fff;
}

@media screen and (min-width: 767px) and (max-width: 1023px) {
  .grounds__bottom-intro::after {
    left: 200px;
    width: 170px;
  }
}

@media screen and (max-width: 767px) {
  .grounds__bottom-intro::after {
    left: 100px;
    width: 100px;
  }
}

@media screen and (min-width: 320px) and (max-width: 374px) {
  .grounds__bottom-intro::after {
    width: 50px;
  }
}

.grounds__bottom-content {
  margin-top: 30px;
  font-size: 40px;
  line-height: 80px;
}

@media screen and (max-width: 767px) {
  .grounds__bottom-content {
    margin-top: 16.5px;
    font-size: 21px;
    font-size: 5.6vw;
    line-height: 45px;
    line-height: 12vw;
  }
}

.grounds__bottom-content--big {
  font-size: 50px;
}

@media screen and (max-width: 767px) {
  .grounds__bottom-content--big {
    font-size: 27px;
    font-size: 7.2vw;
  }
}

.grounds__bottom-content--strong {
  font-size: 60px;
}

@media screen and (max-width: 767px) {
  .grounds__bottom-content--strong {
    font-size: 35px;
    font-size: 9.33vw;
  }
}

.grounds__bg--top {
  position: absolute;
  top: 0;
  z-index: -10;
  overflow: hidden;
}

@media screen and (min-width: 1441px) {
  .grounds__bg--top {
    width: 100%;
    max-height: 1238px;
  }
}

.grounds__bg--top-image {
  position: relative;
  width: 140%;
  z-index: -100;
  top: 0;
  left: -30%;
  object-fit: cover;
}

.grounds__bg--top::before {
  content: '';
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  background-color: rgba(34, 31, 32, 0.7);
}

.grounds__bg--bottom {
  position: absolute;
  width: 100vw;
  bottom: 16px;
  opacity: .3;
  z-index: -10;
}

.grounds__bg--bottom img {
  object-fit: cover;
}

@media screen and (min-width: 1441px) {
  .grounds__bg--bottom {
    width: 100%;
    max-height: 1000px;
  }
}

.plan {
  position: relative;
  margin-top: 220px;
  padding-bottom: 112px;
  background: no-repeat url(./image/sections/plan/bg/background.jpg) top center/100% 69vw;
}

@media screen and (max-width: 767px) {
  .plan {
    margin-top: 100px;
    padding-bottom: 60px;
  }
}

.plan::after {
  content: '';
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 219px;
  background-color: #221F20;
  z-index: -1;
}

@media screen and (max-width: 767px) {
  .plan::after {
    height: 188px;
  }
}

.plan__heading--eng {
  position: absolute;
  top: -124px;
  left: 0;
  width: 369.5px;
}

@media screen and (max-width: 767px) {
  .plan__heading--eng {
    top: -64px;
    width: 184px;
    width: 49.2vw;
  }
}

.plan__heading--ja {
  width: 286px;
  margin: 0 auto;
  padding-top: 80px;
  font-size: 30px;
  line-height: 70px;
  color: #fff;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .plan__heading--ja {
    padding-top: 75.5px;
    font-size: 16px;
    font-size: 4.26vw;
    line-height: 36.75px;
    line-height: 9.8vw;
  }
}

.plan__heading--ja--big {
  font-size: 40px;
}

@media screen and (max-width: 767px) {
  .plan__heading--ja--big {
    font-size: 21px;
    font-size: 5.6vw;
  }
}

.plan__intro {
  margin-top: 24.5px;
  font-size: 30px;
  line-height: 52.5px;
  color: #fff;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .plan__intro {
    margin-top: 5.25px;
    font-size: 14px;
    font-size: 3.77vw;
    line-height: 24.5px;
    line-height: 6.53vw;
  }
}

.plan__list-container {
  display: flex;
  justify-content: space-around;
  width: 958px;
  margin: 90px auto 0;
}

@media screen and (min-width: 767px) and (max-width: 1023px) {
  .plan__list-container {
    flex-direction: column;
    align-items: center;
    width: 690px;
    width: 89vw;
  }
}

@media screen and (max-width: 767px) {
  .plan__list-container {
    flex-direction: column;
    align-items: center;
    width: 345px;
    width: 92vw;
    margin-top: 50px;
  }
}

.plan__list-item {
  position: relative;
  width: 300px;
  background-color: #fff;
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2);
}

@media screen and (min-width: 767px) and (max-width: 1023px) {
  .plan__list-item {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    margin-bottom: 30px;
  }
}

@media screen and (max-width: 767px) {
  .plan__list-item {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    margin-bottom: 15px;
  }
}

@media screen and (min-width: 767px) and (max-width: 1023px) {
  .plan__list-item--01 {
    margin-bottom: 80px;
  }
}

@media screen and (max-width: 767px) {
  .plan__list-item--01 {
    margin-bottom: 40px;
  }
}

.plan__list-top {
  display: flex;
  align-items: flex-end;
  margin-top: 23px;
  padding-left: 58px;
}

@media screen and (min-width: 767px) and (max-width: 1023px) {
  .plan__list-top {
    align-items: flex-start;
    width: 50%;
  }
}

@media screen and (max-width: 767px) {
  .plan__list-top {
    align-items: flex-start;
    width: 50%;
    margin-top: 12px;
    padding-left: 15px;
    text-align: center;
  }
}

.plan__list-plan {
  width: 64px;
  height: auto;
  margin-bottom: 3px;
}

@media screen and (min-width: 767px) and (max-width: 1023px) {
  .plan__list-plan {
    margin-top: 28px;
    margin-bottom: 0;
  }
}

@media screen and (max-width: 767px) {
  .plan__list-plan {
    width: 51px;
    height: auto;
    margin-top: 28px;
    margin-bottom: 0;
  }
}

.plan__list-num {
  font-size: 70px;
  line-height: 1;
  color: #0573BF;
  background: -webkit-linear-gradient(bottom, #0573BF, #3CA7F3 40%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

@media screen and (max-width: 767px) {
  .plan__list-num {
    font-size: 56px;
  }
}

.plan__list-price {
  margin: 26px 0 21px;
  text-align: center;
  font-size: 40px;
  letter-spacing: 2.8px;
  color: #C62258;
}

@media screen and (min-width: 767px) and (max-width: 1023px) {
  .plan__list-price {
    width: 50%;
  }
}

@media screen and (max-width: 767px) {
  .plan__list-price {
    margin: 21px 0 13px;
    font-size: 30px;
    letter-spacing: 1.4px;
  }
}

.plan__list-price--yen {
  font-size: 20px;
  letter-spacing: 1.4px;
}

@media screen and (max-width: 767px) {
  .plan__list-price--yen {
    font-size: 16px;
    font-size: 4.26vw;
    letter-spacing: 0;
  }
}

.plan__list-bottom {
  width: 100%;
  height: 151px;
  padding: 25px 48px 0 30px;
  line-height: 25px;
  letter-spacing: 2.4px;
  background-color: #D3D2D2;
}

@media screen and (max-width: 767px) {
  .plan__list-bottom {
    height: auto;
    padding: 13px 15px;
    line-height: 21px;
  }
}

.plan__no1 {
  position: absolute;
  top: -67px;
  left: 50%;
  transform: translateX(-50%);
  width: 129px;
  padding: 8px;
  color: #fff;
  background-color: #C62258;
  font-size: 20px;
  line-height: 1;
  text-align: center;
}

@media screen and (min-width: 767px) and (max-width: 1023px) {
  .plan__no1 {
    top: -47px;
    left: 60px;
    transform: none;
    width: 104px;
    padding: 6px;
    font-size: 16px;
  }
}

@media screen and (max-width: 767px) {
  .plan__no1 {
    top: -22px;
    left: 5px;
    transform: none;
    width: 104px;
    padding: 6px;
    font-size: 16px;
  }
}

.plan__no1::after {
  content: '';
  display: block;
  position: absolute;
  bottom: -23px;
  left: 50%;
  transform: translateX(-50%);
  width: 24px;
  height: 12px;
  border: 12px solid transparent;
  border-top: 12px solid #C62258;
  z-index: -1;
}

@media screen and (min-width: 767px) and (max-width: 1023px) {
  .plan__no1::after {
    z-index: 1;
  }
}

@media screen and (max-width: 767px) {
  .plan__no1::after {
    z-index: 1;
  }
}

.plan__spot {
  max-width: 1000px;
  height: 496px;
  margin: 100px auto 0;
  padding-top: 36px;
  text-align: center;
  background: linear-gradient(90deg, #0573BF 0%, #3CA7F3 100%);
}

@media screen and (max-width: 767px) {
  .plan__spot {
    width: 345px;
    width: 92vw;
    height: auto;
    margin-top: 35px;
    padding-top: 25px;
    padding-bottom: 25px;
  }
}

@media screen and (min-width: 320px) and (max-width: 374px) {
  .plan__spot {
    width: 100%;
    width: 100vw;
  }
}

.plan__spot-heading {
  font-size: 30px;
  letter-spacing: 2.1px;
  color: #fff;
}

@media screen and (max-width: 767px) {
  .plan__spot-heading {
    font-size: 20px;
    font-size: 5.33vw;
  }
}

.plan__slider-container {
  margin-top: 36px;
}

@media screen and (max-width: 767px) {
  .plan__slider-container {
    margin-top: 23px;
  }
}

.plan__slider-item {
  display: flex;
  flex-direction: column;
  width: 435px !important;
  height: 418px !important;
  padding: 10px;
  background-color: #fff;
  text-align: left;
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2);
}

@media screen and (min-width: 767px) and (max-width: 1023px) {
  .plan__slider-item {
    width: 335px !important;
    height: auto;
  }
}

@media screen and (max-width: 767px) {
  .plan__slider-item {
    width: 300px !important;
    height: 310px !important;
  }
}

@media screen and (min-width: 320px) and (max-width: 374px) {
  .plan__slider-item {
    width: 280px !important;
  }
}

.plan__slider-title {
  order: 2;
  width: 375px;
  margin-top: 16px;
  margin-bottom: 16px;
  margin: 16px auto;
  font-size: 26px;
  letter-spacing: -.2px;
  line-height: 36px;
}

@media screen and (min-width: 767px) and (max-width: 1023px) {
  .plan__slider-title {
    width: 300px;
    margin-top: 14px;
    margin-bottom: 10px;
    font-size: 20px;
    line-height: 28px;
  }
}

@media screen and (max-width: 767px) {
  .plan__slider-title {
    width: 280px;
    font-size: 18px;
    margin-top: 10px;
    margin-bottom: 4px;
    padding: 0 5px;
    line-height: 30px;
    letter-spacing: 0;
  }
}

.plan__slider-title--03 {
  width: 388px;
}

@media screen and (min-width: 767px) and (max-width: 1023px) {
  .plan__slider-title--03 {
    width: 300px;
  }
}

@media screen and (max-width: 767px) {
  .plan__slider-title--03 {
    width: 280px;
  }
}

.plan__slider-content {
  position: relative;
  order: 3;
  width: 375px;
  margin: 0 auto;
  padding-top: 16px;
  line-height: 1.6;
}

@media screen and (min-width: 767px) and (max-width: 1023px) {
  .plan__slider-content {
    width: 300px;
    padding-top: 4px;
  }
}

@media screen and (max-width: 767px) {
  .plan__slider-content {
    width: 280px;
    padding: 10px 5px;
  }
}

@media screen and (min-width: 320px) and (max-width: 374px) {
  .plan__slider-content {
    width: 250px;
  }
}

.plan__slider-content::before {
  content: '';
  position: absolute;
  top: 0;
  width: 100%;
  height: 1px;
  opacity: .5;
  background: linear-gradient(90deg, #0573BF 0%, #3CA7F3 100%);
}

@media screen and (max-width: 767px) {
  .plan__slider-content::before {
    width: 270px;
  }
}

.plan__slider-image {
  order: 1;
  height: 200px;
}

@media screen and (min-width: 767px) and (max-width: 1023px) {
  .plan__slider-image {
    height: 180px;
  }
}

@media screen and (max-width: 767px) {
  .plan__slider-image {
    height: 137px;
  }
}

.plan__slider-image img {
  object-fit: cover;
}

.plan__slider-price {
  font-size: 16px;
  line-height: 28px;
  letter-spacing: 2.4px;
  color: #C62258;
}

@media screen and (max-width: 767px) {
  .plan__slider-price {
    font-size: 14px;
    letter-spacing: 0;
    line-height: 27.5px;
  }
}

.plan__slider-price-big {
  font-size: 20px;
  letter-spacing: 3px;
  font-weight: 500;
  color: #C62258;
}

@media screen and (max-width: 767px) {
  .plan__slider-price-big {
    font-size: 14px;
    letter-spacing: 0;
    line-height: 27.5px;
  }
}

.plan__slider-caution {
  font-size: 14px;
  letter-spacing: 0.98px;
}

@media screen and (max-width: 767px) {
  .plan__slider-caution {
    font-size: 12px;
    letter-spacing: 0;
    line-height: 17.5px;
  }
}

.slider-outer {
  position: relative;
  width: 900px;
  margin: 0 auto;
}

@media screen and (min-width: 767px) and (max-width: 1023px) {
  .slider-outer {
    width: 690px;
  }
}

@media screen and (max-width: 767px) {
  .slider-outer {
    width: 300px;
  }
}

.swiper-container {
  width: 900px;
}

@media screen and (min-width: 767px) and (max-width: 1023px) {
  .swiper-container {
    width: 690px;
  }
}

@media screen and (max-width: 767px) {
  .swiper-container {
    width: 300px;
  }
}

@media screen and (min-width: 320px) and (max-width: 374px) {
  .swiper-container {
    width: 280px;
  }
}

.swiper-button-prev:after,
.swiper-container-rtl .swiper-button-next:after {
  outline: none !important;
}

.swiper-button-prev {
  background: no-repeat url(./image/icon/arrow_left.png) top center/contain;
}

@media screen and (max-width: 767px) {
  .swiper-button-prev {
    background-image: url(./image/icon/sp_arrow_left.png);
  }
}

.swiper-button-prev::after {
  content: '';
  display: none;
}

.swiper-button-prev, .swiper-container-rtl .swiper-button-next {
  left: -40px !important;
}

@media screen and (min-width: 767px) and (max-width: 1023px) {
  .swiper-button-prev, .swiper-container-rtl .swiper-button-next {
    left: -33px !important;
  }
}

@media screen and (max-width: 767px) {
  .swiper-button-prev, .swiper-container-rtl .swiper-button-next {
    left: -26px !important;
  }
}

@media screen and (min-width: 320px) and (max-width: 374px) {
  .swiper-button-prev, .swiper-container-rtl .swiper-button-next {
    left: -16px !important;
  }
}

.swiper-button-prev:focus, .swiper-container-rtl .swiper-button-next:focus {
  outline: none;
}

.swiper-button-next {
  background: no-repeat url(./image/icon/arrow_right.png) top center/contain;
}

@media screen and (max-width: 767px) {
  .swiper-button-next {
    background-image: url(./image/icon/sp_arrow_right.png);
  }
}

.swiper-button-next::after {
  content: '';
  display: none;
}

.swiper-button-next, .swiper-container-rtl .swiper-button-prev {
  right: -40px !important;
}

@media screen and (min-width: 767px) and (max-width: 1023px) {
  .swiper-button-next, .swiper-container-rtl .swiper-button-prev {
    right: -33px !important;
  }
}

@media screen and (max-width: 767px) {
  .swiper-button-next, .swiper-container-rtl .swiper-button-prev {
    right: -26px !important;
  }
}

@media screen and (min-width: 320px) and (max-width: 374px) {
  .swiper-button-next, .swiper-container-rtl .swiper-button-prev {
    right: -16px !important;
  }
}

.swiper-button-next:focus, .swiper-container-rtl .swiper-button-prev:focus {
  outline: none;
}

.swiper-container-horizontal > .swiper-pagination-bullets, .swiper-pagination-custom,
.swiper-pagination-fraction {
  position: absolute !important;
  bottom: -30px !important;
  font-size: 10px !important;
  color: #fff !important;
  text-align: right !important;
}

@media screen and (max-width: 767px) {
  .swiper-container-horizontal > .swiper-pagination-bullets, .swiper-pagination-custom,
  .swiper-pagination-fraction {
    bottom: -62px !important;
  }
}

.slide-number-line {
  display: inline-block;
  width: 50px;
  height: 1px;
  margin-bottom: 3px;
  background-color: #fff;
}

.flow {
  position: relative;
  height: 1344px;
  margin-top: 224px;
  background: no-repeat url(./image/sections/flow/bg/flow_bg.jpg) center top/cover;
  z-index: -10;
}

@media screen and (min-width: 1023px) and (max-width: 1279px) {
  .flow {
    height: 1800px;
  }
}

@media screen and (min-width: 767px) and (max-width: 1023px) {
  .flow {
    height: 2000px;
  }
}

@media screen and (max-width: 767px) {
  .flow {
    height: 1036px;
    margin-top: 112px;
    background-size: 100%;
  }
}

.flow__heading--eng {
  position: absolute;
  top: -84px;
  left: 0;
  width: 295px;
}

@media screen and (max-width: 767px) {
  .flow__heading--eng {
    top: -61px;
    width: calc(295 / 2);
    width: 39.2vw;
  }
}

.flow__heading--ja {
  width: 260px;
  margin: 0 auto;
  padding-top: 100px;
  font-size: 40px;
  letter-spacing: 2.8px;
  line-height: 70px;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .flow__heading--ja {
    padding-top: 71px;
    font-size: 21px;
    font-size: 5.6vw;
    letter-spacing: 0;
    line-height: 36.75px;
    line-height: 9.8vw;
  }
}

.flow__content {
  position: relative;
  width: 100%;
  max-width: 1280px;
  margin: 148px auto 0;
}

@media screen and (max-width: 767px) {
  .flow__content {
    margin-top: 57px;
  }
}

.flow__list {
  position: relative;
  max-width: 1280px;
}

.flow__item {
  position: absolute;
  width: 610px;
  height: 400px;
  background: no-repeat url(./image/sections/flow/flow_number_bg.png) top left/400px #fff;
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2);
}

@media screen and (max-width: 767px) {
  .flow__item {
    width: 350px;
    height: 212px;
    font-size: 9.33vw;
    background-size: 229px;
  }
}

@media screen and (min-width: 320px) and (max-width: 374px) {
  .flow__item {
    width: 300px;
  }
}

.flow__item--01 {
  top: 0;
  left: 0;
}

.flow__item--02 {
  top: 250px;
  right: 0;
}

@media screen and (min-width: 1023px) and (max-width: 1279px) {
  .flow__item--02 {
    top: 480px;
  }
}

@media screen and (min-width: 767px) and (max-width: 1023px) {
  .flow__item--02 {
    top: 500px;
  }
}

@media screen and (max-width: 767px) {
  .flow__item--02 {
    top: 280px;
  }
}

.flow__item--03 {
  top: 521px;
  left: 0;
}

@media screen and (min-width: 1023px) and (max-width: 1279px) {
  .flow__item--03 {
    top: 992px;
  }
}

@media screen and (min-width: 767px) and (max-width: 1023px) {
  .flow__item--03 {
    top: 1000px;
  }
}

@media screen and (max-width: 767px) {
  .flow__item--03 {
    top: 560px;
  }
}

.flow__title {
  padding: 25px 0 0 25px;
  color: #fff;
}

@media screen and (max-width: 767px) {
  .flow__title {
    padding: 20px 0 0 14.5px;
  }
}

.flow__title-step {
  font-size: 20px;
  line-height: 1;
  letter-spacing: 3px;
  writing-mode: vertical-rl;
}

@media screen and (max-width: 767px) {
  .flow__title-step {
    position: absolute;
    top: 38.5px;
    left: 15.5px;
    font-size: 11px;
  }
}

.flow__title-num {
  font-size: 110px;
  line-height: 1;
}

@media screen and (max-width: 767px) {
  .flow__title-num {
    position: absolute;
    top: 15px;
    left: 29px;
    font-size: 63px;
  }
}

.flow__image {
  position: absolute;
  top: -50px;
  left: 140px;
  width: 420px;
  height: 280px;
}

@media screen and (max-width: 767px) {
  .flow__image {
    left: 80.5px;
    top: -28.5px;
    width: 240px;
    height: auto;
  }
}

@media screen and (min-width: 320px) and (max-width: 374px) {
  .flow__image {
    width: 200px;
    top: -10px;
  }
}

.flow__description {
  display: flex;
  position: absolute;
  left: 169px;
  top: 260px;
}

@media screen and (max-width: 767px) {
  .flow__description {
    left: 97.5px;
    top: 150px;
  }
}

@media screen and (min-width: 320px) and (max-width: 374px) {
  .flow__description {
    left: 67px;
  }
}

.flow__description02 {
  left: 32px;
}

@media screen and (max-width: 767px) {
  .flow__description02 {
    left: 18px;
  }
}

.flow__description-image01 {
  width: 142px;
}

@media screen and (max-width: 767px) {
  .flow__description-image01 {
    width: 81.5px;
  }
}

.flow__description-image02 {
  width: 94px;
}

@media screen and (max-width: 767px) {
  .flow__description-image02 {
    width: 52.5px;
  }
}

.flow__description-image03 {
  width: 127px;
}

@media screen and (max-width: 767px) {
  .flow__description-image03 {
    width: 72.5px;
  }
}

.flow__description-caption {
  margin-left: 27px;
  font-size: 20px;
  letter-spacing: 1.4px;
}

@media screen and (max-width: 767px) {
  .flow__description-caption {
    margin-left: 15px;
    font-size: 12px;
    letter-spacing: 0;
    line-height: 21px;
  }
}

.flow__arrow {
  position: absolute;
  top: 56px;
  left: 80px;
  width: 653px;
  height: 610px;
  background: no-repeat url(./image/sections/flow/bg/arrow_bg.png) center center/100% 100%;
  z-index: -1;
}

@media screen and (min-width: 1441px) {
  .flow__arrow {
    top: 65px;
  }
}

@media screen and (min-width: 1023px) and (max-width: 1279px) {
  .flow__arrow {
    left: 280px;
    width: 453px;
    height: 1000px;
  }
}

@media screen and (min-width: 767px) and (max-width: 1023px) {
  .flow__arrow {
    left: 180px;
    width: 353px;
    height: 1000px;
  }
}

@media screen and (max-width: 767px) {
  .flow__arrow {
    background: no-repeat url(./image/sections/flow/bg/arrow_bg.png) center center/100% 100%;
    left: 50%;
    transform: translateX(-40%);
    width: 30%;
    height: 610px;
  }
}

@media screen and (max-width: 425px) {
  .flow__arrow {
    background: no-repeat url(./image/sections/flow/bg/arrow_bg_sp.png) center center/100% 100%;
    left: 15%;
    width: 47.5px;
    height: 610px;
  }
}

.contact {
  position: relative;
  padding-top: 149px;
  text-align: center;
  overflow: hidden;
}

@media screen and (max-width: 767px) {
  .contact {
    padding-top: 61px;
  }
}

.contact__heading-container {
  position: relative;
  max-width: 800px;
  margin: 0 auto;
}

@media screen and (min-width: 767px) and (max-width: 1023px) {
  .contact__heading-container {
    max-width: 768px;
  }
}

@media screen and (max-width: 767px) {
  .contact__heading-container {
    max-width: 89%;
  }
}

.contact__heading {
  font-size: 40px;
  letter-spacing: 2.8px;
  line-height: 70px;
  color: #fff;
}

@media screen and (max-width: 767px) {
  .contact__heading {
    font-size: 21px;
    font-size: 5.6vw;
    letter-spacing: 0;
    line-height: 36px;
    line-height: 9.6vw;
  }
}

.contact__90 {
  position: absolute;
  top: -86px;
  right: 0;
  width: 130px;
  height: auto;
}

@media screen and (max-width: 767px) {
  .contact__90 {
    top: -23px;
    width: 79.5px;
  }
}

.contact__description {
  margin-top: 50px;
  color: #fff;
}

@media screen and (max-width: 767px) {
  .contact__description {
    margin-top: 48.5px;
  }
}

.contact__form-container {
  width: 800px;
  margin: 99px auto;
  padding: 50px 0 46px;
  background-color: #fff;
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.4);
}

@media screen and (min-width: 767px) and (max-width: 1023px) {
  .contact__form-container {
    max-width: 768px;
  }
}

@media screen and (max-width: 767px) {
  .contact__form-container {
    width: 344px;
    width: 91.8vw;
    margin-top: 26px;
    padding: 25px 0 46.5px;
  }
}

.contact__form-intro {
  margin-bottom: 20px;
  font-size: 20px;
  color: #C62258;
}

@media screen and (max-width: 767px) {
  .contact__form-intro {
    font-size: 16px;
    margin-bottom: 0;
  }
}

.contact__form-intro--big {
  font-size: 30px;
  line-height: 52.5px;
  letter-spacing: 2.1px;
}

@media screen and (max-width: 767px) {
  .contact__form-intro--big {
    font-size: 21px;
    letter-spacing: 0;
    line-height: 36.75px;
  }
}

.contact__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: no-repeat url(./image/sections/contact/bg/contact_bg.jpg) top center/100% 853px;
  z-index: -1;
}

@media screen and (min-width: 1441px) {
  .contact__bg {
    background-size: cover;
  }
}

@media screen and (max-width: 767px) {
  .contact__bg {
    background-size: auto 500px;
  }
}

.contact__paralle--thin {
  position: absolute;
  top: -55%;
  left: -66.5%;
  width: 350px;
  z-index: -1;
}

@media screen and (max-width: 767px) {
  .contact__paralle--thin {
    top: -79.6%;
    left: -105.5%;
    width: 174px;
  }
}

.contact__paralle--bold {
  position: absolute;
  top: 0;
  left: -89%;
  width: 840px;
  z-index: -1;
}

@media screen and (max-width: 767px) {
  .contact__paralle--bold {
    left: -223%;
    width: 424px;
  }
}

@media screen and (max-width: 767px) {
  .contact__paralle--thin--sp {
    position: absolute;
    z-index: -1;
    top: -50.6%;
    left: -105.5%;
    width: 125px;
  }
}

.form__container {
  width: 100%;
  z-index: 1000;
}

.form__row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 30px 50px 27px;
  border-bottom: 1px solid #E9E9E9;
  z-index: 1000;
}

@media screen and (min-width: 767px) and (max-width: 1023px) {
  .form__row {
    padding: 30px 30px 27px;
  }
}

@media screen and (max-width: 767px) {
  .form__row {
    flex-direction: column;
    align-items: flex-start;
    padding: 23px 15px 13px;
  }
}

.form__row-bottom {
  border-bottom: none;
}

.form__title {
  position: relative;
}

.form__title--textarea {
  align-self: flex-start;
}

@media screen and (max-width: 767px) {
  .form__title {
    margin-bottom: 12px;
    font-size: 14px;
  }
}

.form__data {
  width: 488px;
  text-align: left;
}

@media screen and (max-width: 767px) {
  .form__data {
    width: 100%;
  }
}

.form__input {
  width: 100%;
  height: 60px;
  padding: 10px;
  font-size: 16px;
  border-radius: 5px;
  border: 1px solid #D3D2D2;
  background: #F4F4F4;
}

@media screen and (max-width: 767px) {
  .form__input {
    width: 314px;
    width: 83.86vw;
    height: 40px;
    padding: 4px;
    font-size: 16px;
  }
}

.form__textarea {
  width: 100%;
  height: 320px;
  padding: 10px;
  border-radius: 5px;
  border: 1px solid #D3D2D2;
  background: #F4F4F4;
}

@media screen and (max-width: 767px) {
  .form__textarea {
    height: 160px;
    font-size: 16px;
  }
}

.form__caution {
  display: block;
  margin-top: 4px;
  font-size: 14px;
  letter-spacing: .98px;
  color: #7A7979;
}

@media screen and (max-width: 767px) {
  .form__caution {
    margin-top: 10px;
    font-size: 12px;
  }
}

.form__must::after {
  content: '必須';
  width: 40px;
  height: 20px;
  margin-left: 21px;
  padding: 2px 3px;
  text-align: center;
  font-size: 14px;
  line-height: 1;
  color: #fff;
  background-color: #C62258;
}

@media screen and (max-width: 767px) {
  .form__must::after {
    width: 45px;
    height: 15px;
    padding: 1px 10px;
    margin-left: 8px;
    font-size: 12px;
  }
}

.form__button-row {
  margin-top: 50px;
}

@media screen and (max-width: 767px) {
  .form__button-row {
    margin-top: 44px;
  }
}

.form__button {
  position: relative;
  width: 500px;
  height: 100px;
  margin-bottom: 30px;
  font-size: 20px;
  letter-spacing: 1.4px;
  color: #fff;
  background-color: #C62258;
}

.form__button::after {
  content: '';
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  display: block;
  width: 25px;
  height: 15px;
  z-index: 10;
  background: no-repeat url(./image/icon/icon_arrow_simple.png) top center/contain;
}

@media screen and (max-width: 767px) {
  .form__button {
    width: 280px;
    height: 80px;
    margin-bottom: 15px;
    font-size: 16px;
    letter-spacing: 0;
  }
}

.form__button--text, .form-completed__button {
  display: inline-block;
  width: 100%;
  height: 100%;
  padding: 30px 0;
  z-index: 10;
}

@media screen and (max-width: 767px) {
  .form__button--text, .form-completed__button {
    padding: 24px 0;
  }
}

.form__button-caption {
  font-size: 14px;
  letter-spacing: .98px;
  color: #7A7979;
}

@media screen and (max-width: 767px) {
  .form__button-caption {
    font-size: 12px;
  }
}

@media screen and (max-width: 767px) {
  .form-confirm__container {
    width: 100%;
  }
}

.form-confirm__button-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 600px;
  margin: 50px auto 0;
}

@media screen and (max-width: 767px) {
  .form-confirm__button-container {
    width: 100%;
    flex-direction: column-reverse;
  }
}

.form-confirm__button--back {
  position: relative;
  width: 240px;
  height: 50px;
  font-size: 16px;
  background-color: #ccc;
}

@media screen and (max-width: 767px) {
  .form-confirm__button--back {
    width: 60%;
  }
}

.form-confirm__button--back .form__button--text, .form-confirm__button--back .form-completed__button {
  padding: 10px 0;
}

.form-confirm__button--back::after {
  content: '';
  position: absolute;
  left: 20px;
  top: 45%;
  transform: translateY(-50%) scale(-1, -1);
  display: block;
  width: 20px;
  height: 15px;
  z-index: 10;
  background: no-repeat url(./image/icon/icon_arrow_simple.png) top center/contain;
}

.form-confirm__text {
  font-size: 18px;
}

.form-confirm__button--send {
  width: 340px;
}

@media screen and (max-width: 767px) {
  .form-confirm__button--send {
    width: 89%;
  }
}

.form-confirm__paralle--thin {
  height: 2000px;
  top: -46%;
  left: -245%;
}

.form-confirm__paralle--bold {
  height: 2000px;
  bottom: 0;
  left: -110%;
}

.form-completed__container {
  padding-bottom: 328px;
}

.form-completed__button {
  position: relative;
  display: inline-block;
  width: 340px;
  margin-top: 100px;
  padding: 30px;
  color: #fff;
  background-color: #221F20;
  border: 1px solid #fff;
}

.form-completed__button::after {
  content: '';
  position: absolute;
  left: 20px;
  top: 45%;
  transform: translateY(-50%) scale(-1, -1);
  display: block;
  width: 20px;
  height: 15px;
  z-index: 0;
  background: no-repeat url(./image/icon/icon_arrow_simple.png) top center/contain;
}

.confirm-error {
  margin-top: 40px;
  color: #C62258;
}

.confirm-btn-back {
  margin-top: 100px;
}

.tel {
  position: relative;
  width: 100%;
  height: 406px;
  background: no-repeat url(./image/sections/tel/bg/tel_bg.jpg) top left/cover;
  /*z-index: -1;*/
}

@media (min-width: 767px) {
    a[href*="tel:"] {
        pointer-events: none;
        cursor: default;
        text-decoration: none;
    }
}

@media screen and (min-width: 1441px) {
  .tel {
    height: 600px;
  }
}

@media screen and (min-width: 767px) and (max-width: 1023px) {
  .tel {
    height: 700px;
    background: no-repeat url(./image/sections/tel/bg/tel_bg-sp.jpg) top left/cover;
  }
}

@media screen and (max-width: 767px) {
  .tel {
    height: 440px;
    background: no-repeat url(./image/sections/tel/bg/tel_bg-sp.jpg) top left/cover;
  }
}

.tel__container {
  position: absolute;
  top: 65px;/*50px;*/
  left: 510px;
  width: 530px;
  /*padding: 41px 0 37px;*/
  background-color: #fff;
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.4);
  z-index: 10;
}
.tel__container:before,.tel__container:after{
		width: calc(100%);
		height: 0;
		display: block;
		position: absolute;
		left: 0;
		content: "";
}
.tel__container:before{
		border-bottom: solid 20px #ffffff;
		border-left: solid 20px transparent;
		bottom: 100%;
}
.tel__container:after{
		border-top: solid 20px #ffffff;
		border-right: solid 20px transparent;
		top: 100%;
}
@media screen and (min-width: 1441px) {
  .tel__container {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
}

@media screen and (min-width: 1023px) and (max-width: 1279px) {
  .tel__container {
    left: 468px;
  }
}

@media screen and (min-width: 767px) and (max-width: 1023px) {
  .tel__container {
    top: 350px;
    left: 50%;
    transform: translateX(-50%);
    width: 345px;
    width: 92vw;
  }
}

@media screen and (min-width: 767px) and (max-width: 1023px) {
  .tel__container {
    top: 350px;
    left: 50%;
    transform: translateX(-50%);
    width: 345px;
    width: 80vw;/*92vw;*/
  }
}

@media screen and (max-width: 767px) {
  .tel__container {
    top: 200px;/*170px;*/
    left: 50%;
    transform: translateX(-50%);
    width: 345px;
    width: 92vw;
    /*padding: 21px 0 22px;*/
  }
}

.tel__heading {
  font-size: 20px;
  line-height: 52.5px;
  letter-spacing: 1.4px;
  color: #C62258;
}

@media screen and (max-width: 767px) {
  .tel__heading {
    font-size: 16px;
    letter-spacing: 0;
    line-height: 36px;
  }
}

.tel__heading--big {
  font-size: 30px;
  letter-spacing: 2.1px;
}

@media screen and (max-width: 767px) {
  .tel__heading--big {
    font-size: 21px;
    letter-spacing: 0;
  }
}

.tel__number {
  font-size: 60px;
  line-height: 105px;
  letter-spacing: 4.2px;
  color: #C62258;
}

@media screen and (max-width: 767px) {
  .tel__number {
    font-size: 50px;
    letter-spacing: 0;
    line-height: 60px;
  }
}

.tel__caution {
  font-size: 14px;
  letter-spacing: 0.98px;
}

.tel__paralle--bold {
  position: absolute;
  left: 328px;
  width: 541px;
  opacity: .4;
  z-index: -1;
}

@media screen and (max-width: 767px) {
  .tel__paralle--bold {
    left: 0;
    width: 242px;
  }
}

.tel__paralle--thin {
  position: absolute;
  left: 817px;
  width: 228px;
  opacity: .4;
  z-index: -1;
}

@media screen and (max-width: 767px) {
  .tel__paralle--thin {
    left: -129px;
    width: 164px;
  }
}

.question {
  position: relative;
  margin-top: 250px;
  padding-bottom: 300px;
}

@media screen and (max-width: 767px) {
  .question {
    margin-top: 140px;
    padding-bottom: 76px;
  }
}

.question__heading {
  padding-top: 90px;
}

@media screen and (max-width: 767px) {
  .question__heading {
    padding-top: 47px;
    padding-top: 12.5vw;
  }
}

.question__heading--eng {
  position: absolute;
  top: -123px;
  right: 0;
  width: 600px;
}

@media screen and (max-width: 767px) {
  .question__heading--eng {
    top: -61px;
    top: -16.2vw;
    width: 299px;
    width: 79.86vw;
  }
}

.question__heading--ja {
  width: 300px;
  margin: 0 auto;
  font-size: 40px;
  line-height: 70px;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .question__heading--ja {
    font-size: 21px;
    font-size: 5.6vw;
    line-height: 36.75px;
    line-height: 9.8vw;
  }
}

.question__container {
  width: 1000px;
  margin: 49px auto 0;
}

@media screen and (min-width: 767px) and (max-width: 1023px) {
  .question__container {
    width: 92%;
  }
}

@media screen and (max-width: 767px) {
  .question__container {
    width: 345px;
    width: 92vw;
    margin-top: 27px;
  }
}

.question__list {
  width: 100%;
}

.question__list-row {
  margin-bottom: 30px;
}

@media screen and (max-width: 767px) {
  .question__list-row {
    margin-bottom: 15px;
  }
}

.question__list-q {
  position: relative;
  padding: 12px 50px 12px 63px;
  font-size: 25px;
  line-height: 40px;
  letter-spacing: 1.75px;
  color: #fff;
  background: linear-gradient(90deg, #0573BF 0%, #3CA7F3 100%);
  border: 1px solid #fff;
}

@media screen and (max-width: 767px) {
  .question__list-q {
    padding-right: 66px;
    padding-left: 50px;
    font-size: 17px;
    line-height: 25px;
    letter-spacing: 1px;
  }
}

.question__list-q--q {
  color: #3CA7F3;
}

@media screen and (max-width: 767px) {
  .question__list-q--q {
    display: none;
  }
}

.question__list-q::before {
  content: 'Q.';
  position: absolute;
  left: 27px;
  color: #3CA7F3;
}

@media screen and (max-width: 767px) {
  .question__list-q::before {
    content: 'Q.';
    position: absolute;
    left: 11px;
    color: #3CA7F3;
  }
}

.question__list-a {
  position: relative;
  padding: 26px 40px 29px 70px;
  font-size: 20px;
  line-height: 35px;
  background-color: #fff;
}

@media screen and (min-width: 767px) and (max-width: 1023px) {
  .question__list-a {
    padding-left: 60px;
  }
}

@media screen and (max-width: 767px) {
  .question__list-a {
    padding: 25px 15px 24px 37px;
    font-size: 12px;
    line-height: 21px;
    letter-spacing: 0;
  }
}

.question__list-a::before {
  content: 'A.';
  position: absolute;
  left: 45px;
  color: #C62258;
}

@media screen and (min-width: 767px) and (max-width: 1023px) {
  .question__list-a::before {
    left: 36px;
  }
}

@media screen and (max-width: 767px) {
  .question__list-a::before {
    left: 21px;
  }
}

.question__list-row-open {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 18px;
  width: 30px;
  height: 30px;
}

.question__list-row-border {
  display: block;
  width: 29.6px;
  height: 1px;
  background-color: #fff;
}

.question__list-row-border-02 {
  transform: rotate(-90deg);
}

.question__background {
  position: absolute;
  top: 0;
  right: 0;
  width: 52%;
  height: 100%;
  background-color: #E6F1F9;
  z-index: -1;
}

@media screen and (min-width: 767px) and (max-width: 1023px) {
  .question__background {
    width: 50%;
  }
}

@media screen and (max-width: 767px) {
  .question__background {
    width: 50%;
  }
}

.company {
  position: relative;
  padding-bottom: 101px;
  color: #fff;
  background: no-repeat url(./image/sections/company/bg/company_bg.jpg) top left/cover;
}

.company__heading {
  padding-top: 197px;
}

@media screen and (max-width: 767px) {
  .company__heading {
    padding-top: 98.5px;
    padding-top: 26.26vw;
  }
}

.company__heading--eng {
  position: absolute;
  top: -107px;
  left: 0;
  width: 686px;
}

@media screen and (max-width: 767px) {
  .company__heading--eng {
    top: -57px;
    top: -15.2vw;
    width: 343px;
    width: 91.46vw;
  }
}

.company__heading--ja {
  width: 345px;
  margin: 0 auto;
  font-size: 40px;
  line-height: 70px;
  letter-spacing: 2.8px;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .company__heading--ja {
    font-size: 21px;
    font-size: 5.6vw;
    line-height: 36.75px;
    line-height: 9.8vw;
  }
}

.company__list-container {
  position: relative;
  left: 294px;
  left: 22.96vw;
  width: 585px;
  margin-top: 41px;
}

@media screen and (min-width: 1441px) {
  .company__list-container {
    left: 50%;
    transform: translateX(-50%);
  }
}

@media screen and (min-width: 767px) and (max-width: 1023px) {
  .company__list-container {
    left: 14.96vw;
    transform: translateX(-50%);
  }
}

@media screen and (max-width: 767px) {
  .company__list-container {
    left: 0;
    width: 100%;
  }
}

.company__list {
  position: relative;
  width: 100%;
}

.company__list::after {
  content: '';
  position: absolute;
  top: 20px;
  left: 118px;
  width: 1px;
  height: 451px;
  background-color: #fff;
}

@media screen and (min-width: 1023px) and (max-width: 1279px) {
  .company__list::after {
    height: 469px;
  }
}

@media screen and (min-width: 767px) and (max-width: 1023px) {
  .company__list::after {
    height: 469px;
  }
}

@media screen and (max-width: 767px) {
  .company__list::after {
    display: none;
  }
}

.company__row {
  position: relative;
  display: flex;
  padding: 25px 0;
  font-size: 18px;
  line-height: 31.5px;
  letter-spacing: 2.7px;
}

@media screen and (max-width: 767px) {
  .company__row {
    padding: 14.5px 0 14.5px 25px;
    padding-left: 6.66vw;
    flex-direction: column;
    font-size: 16px;
    line-height: 28px;
    letter-spacing: .8px;
  }
  .company__row::after {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: 50%;
    width: 15px;
    width: 4vw;
    height: 1px;
    background-color: #fff;
  }
}

.company__title {
  width: 118px;
  padding-right: 30px;
  text-align: right;
}

@media screen and (max-width: 767px) {
  .company__title {
    text-align: left;
    font-size: 12px;
  }
}

.company__data {
  padding-left: 30px;
}

@media screen and (max-width: 767px) {
  .company__data {
    padding-left: 0;
  }
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(20%);
  }
  to {
    opacity: 1;
    transform: none;
  }
}

@keyframes fadeInRight {
  from {
    opacity: 0;
    transform: translateX(20%);
  }
  to {
    opacity: 1;
    transform: none;
  }
}

@keyframes SlideInLeft {
  from {
    transform: translateX(-20%);
  }
  to {
    transform: none;
  }
}

@keyframes SlideInRight {
  from {
    transform: translateX(20%);
  }
  to {
    transform: none;
  }
}

@keyframes opacity {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

.s-fadeInUp--slow, .solution__list-heading.delighter, .grounds__bottom-intro.delighter, .grounds__bottom-content.delighter, .plan__spot.delighter, .question__list-row.delighter, .contact__description.delighter, .contact__90.delighter, .l-footer__logo-image.delighter {
  opacity: 0;
  transition: all 1.2s ease-in-out;
  transform: translateY(10%);
}

.s-fadeInUp--middle, .worry__heading--ja-content.delighter, .worry__list--01.delighter, .worry__list--02.delighter, .worry__list--03.delighter, .worry__list--04.delighter, .worry__list--05.delighter, .worry__list--06.delighter, .worry__list--07.delighter, .us-li--01.delighter, .us-li--02.delighter, .us-li--03.delighter, .us-dif__num--01.delighter, .us-dif__num--02.delighter, .us-dif__num--03.delighter, .us-dif__num--04.delighter, .us-dif__num--05.delighter, .difference__main-list-title.delighter, .difference__main-list-title--even.delighter, .difference__main-list__05-tag.delighter, .difference__main-list-title__num.delighter, .difference__main-list-title__text.delighter, .grounds__list-item.delighter, .us-pl__topli--01.delighter, .us-pl__topli--02.delighter, .us-pl__topli--03.delighter, .flow__item.delighter, .tel__heading.delighter, .us-con__tel.delighter, .tel__number.delighter, .tel__caution.delighter {
  opacity: 0;
  transition: all .8s ease-in-out;
  transform: translateY(10%);
}

.s-fadeInUp--fast, .difference__main-list-image.delighter, .difference__main-list-image-03.delighter, .difference__main-list-image--even.delighter, .difference__main-list-description.delighter, .difference__main-list-description--even.delighter {
  opacity: 0;
  transition: all .6s ease-in-out;
  transform: translateY(10%);
}

.s-fadeInLeft--slow, .flow__arrow.delighter {
  opacity: 0;
  transition: all 1.2s ease-in-out;
  transform: translateX(-10%);
}

.s-fadeInLeft--middle, .solution__heading--ja.delighter, .difference__heading--ja.delighter, .grounds__heading--ja.delighter, .plan__heading--ja.delighter, .plan__intro.delighter, .question__heading--ja.delighter, .flow__heading--ja.delighter, .contact__heading.delighter, .company__heading--ja.delighter {
  opacity: 0;
  transition: all 1s ease-in-out;
  transform: translateX(-10%);
}

.s-fadeInLeft--fast {
  opacity: 0;
  transition: all .6s ease-in-out;
  transform: translateX(-10%);
}

.s-SlideInLeft--slow {
  opacity: 0;
  transition: all 1.2s ease-in-out;
  transform: translateX(-20%);
}

.s-SlideInLeft--middle {
  opacity: 0;
  transition: all 1s ease-in-out;
  transform: translateX(-20%);
}

.s-SlideInLeft--fast {
  opacity: 0;
  transition: all .6s ease-in-out;
  transform: translateX(-20%);
}

.s-SlideInRight--slow {
  opacity: 0;
  transition: all 1.2s ease-in-out;
  transform: translateX(20%);
}

.s-SlideInRight--middle {
  opacity: 0;
  transition: all 1s ease-in-out;
  transform: translateX(20%);
}

.s-SlideInRight--fast {
  opacity: 0;
  transition: all .6s ease-in-out;
  transform: translateX(20%);
}

.us-main__heading {
  opacity: 0;
  animation: fadeInUp 1s ease-in-out 0s 1 normal forwards;
  animation-delay: 2s;
}

.mainvisual__description {
  opacity: 0;
  animation: fadeInUp 1s ease-in-out 0s 1 normal forwards;
  animation-delay: 2.8s;
}

.mainvisual__copy-container {
  opacity: 0;
  animation: fadeInUp 1s ease-in-out 0s 1 normal forwards;
  animation-delay: 3.5s;
}

.mainvisual__copy-container:before {
  transform: scale(0, 0);
  animation: mainCopyLineB 1.2s ease-in-out 0s 1 normal forwards;
  animation-delay: 3.7s;
}

.mainvisual__copy-container:after {
  transform: scale(0, 0);
  animation: mainCopyLineA 1.2s ease-in-out 0s 1 normal forwards;
  animation-delay: 3.7s;
}

.mainvisual {
  opacity: 0;
  animation: opacity .5s ease-in 1.5s 1 normal forwards;
}

@keyframes mainCopyLineB {
  from {
    transform: scale(0, 0);
    transform-origin: top right;
  }
  to {
    transform: scale(1, 1);
  }
}

@keyframes mainCopyLineA {
  from {
    transform: scale(0, 0);
    transform-origin: top left;
  }
  to {
    transform: scale(1, 1);
  }
}

.worry__heading--ja-content.delighter.started {
  transform: none;
  opacity: 1;
}

.worry__list--01.delighter {
  transition-delay: 0;
}

@media screen and (min-width: 767px) and (max-width: 1023px) {
  .worry__list--01.delighter {
    transition-delay: 0;
  }
}

@media screen and (max-width: 767px) {
  .worry__list--01.delighter {
    transition-delay: 0;
  }
}

.worry__list--01.delighter.started {
  transform: none;
  opacity: 1;
}

.worry__list--02.delighter {
  transition-delay: .1s;
}

@media screen and (min-width: 767px) and (max-width: 1023px) {
  .worry__list--02.delighter {
    transition-delay: 0;
  }
}

@media screen and (max-width: 767px) {
  .worry__list--02.delighter {
    transition-delay: 0;
  }
}

.worry__list--02.delighter.started {
  transform: none;
  opacity: 1;
}

.worry__list--03.delighter {
  transition-delay: .2s;
}

@media screen and (min-width: 767px) and (max-width: 1023px) {
  .worry__list--03.delighter {
    transition-delay: 0;
  }
}

@media screen and (max-width: 767px) {
  .worry__list--03.delighter {
    transition-delay: 0;
  }
}

.worry__list--03.delighter.started {
  transform: none;
  opacity: 1;
}

.worry__list--04.delighter {
  transition-delay: .3s;
}

@media screen and (min-width: 767px) and (max-width: 1023px) {
  .worry__list--04.delighter {
    transition-delay: 0;
  }
}

@media screen and (max-width: 767px) {
  .worry__list--04.delighter {
    transition-delay: 0;
  }
}

.worry__list--04.delighter.started {
  transform: none;
  opacity: 1;
}

.worry__list--05.delighter {
  transition-delay: .4s;
}

@media screen and (min-width: 767px) and (max-width: 1023px) {
  .worry__list--05.delighter {
    transition-delay: 0;
  }
}

@media screen and (max-width: 767px) {
  .worry__list--05.delighter {
    transition-delay: 0;
  }
}

.worry__list--05.delighter.started {
  transform: none;
  opacity: 1;
}

.worry__list--06.delighter {
  transition-delay: .5s;
}

@media screen and (min-width: 767px) and (max-width: 1023px) {
  .worry__list--06.delighter {
    transition-delay: 0;
  }
}

@media screen and (max-width: 767px) {
  .worry__list--06.delighter {
    transition-delay: 0;
  }
}

.worry__list--06.delighter.started {
  transform: none;
  opacity: 1;
}

.worry__list--07.delighter {
  transition-delay: .6s;
}

@media screen and (min-width: 767px) and (max-width: 1023px) {
  .worry__list--07.delighter {
    transition-delay: 0;
  }
}

@media screen and (max-width: 767px) {
  .worry__list--07.delighter {
    transition-delay: 0;
  }
}

.worry__list--07.delighter.started {
  transform: none;
  opacity: 1;
}

.solution__heading--ja.delighter.started {
  transform: none;
  opacity: 1;
}

.solution__list-heading.delighter {
  transition-delay: .6s;
}

.solution__list-heading.delighter.started {
  transform: none;
  opacity: 1;
}

.us-li--01.delighter {
  transition-delay: .8s;
}

.us-li--01.delighter.started {
  transform: none;
  opacity: 1;
}

.us-li--02.delighter {
  transition-delay: 1s;
}

.us-li--02.delighter.started {
  transform: none;
  opacity: 1;
}

.us-li--03.delighter {
  transition-delay: 1.2s;
}

.us-li--03.delighter.started {
  transform: none;
  opacity: 1;
}

.difference__heading--ja.delighter.started {
  transform: none;
  opacity: 1;
}

.us-dif__num--01.delighter.started {
  transform: none;
  opacity: 1;
}

.us-dif__num--02.delighter {
  transition-delay: .4s;
}

.us-dif__num--02.delighter.started {
  transform: none;
  opacity: 1;
}

.us-dif__num--03.delighter {
  transition-delay: .8s;
}

.us-dif__num--03.delighter.started {
  transform: none;
  opacity: 1;
}

.us-dif__num--04.delighter {
  transition-delay: 1.2s;
}

@media screen and (max-width: 767px) {
  .us-dif__num--04.delighter {
    transition-delay: 0;
  }
}

.us-dif__num--04.delighter.started {
  transform: none;
  opacity: 1;
}

.us-dif__num--05.delighter {
  transition-delay: 1.6s;
}

@media screen and (max-width: 767px) {
  .us-dif__num--05.delighter {
    transition-delay: .4s;
  }
}

.us-dif__num--05.delighter.started {
  transform: none;
  opacity: 1;
}

.difference__main-list-title.delighter.started {
  transform: none;
  opacity: 1;
}

.difference__main-list-title--even.delighter.started {
  transform: none;
  opacity: 1;
}

@media screen and (max-width: 767px) {
  .difference__main-list-image.delighter {
    opacity: 0;
    transition: all .6s ease-in-out;
    transform: translate(50%, 10%);
  }
}

.difference__main-list-image.delighter.started {
  transform: none;
  opacity: 1;
}

@media screen and (max-width: 767px) {
  .difference__main-list-image.delighter.started {
    transform: translateX(50%);
  }
}

@media screen and (max-width: 767px) {
  .difference__main-list-image-03.delighter {
    opacity: 0;
    transition: all .6s ease-in-out;
    transform: translate(-50%, 10%);
  }
}

.difference__main-list-image-03.delighter.started {
  opacity: 1;
}

@media screen and (max-width: 767px) {
  .difference__main-list-image-03.delighter.started {
    transform: translateX(-50%);
  }
}

.difference__main-list-image--even.delighter {
  transition-delay: .2s;
}

@media screen and (max-width: 767px) {
  .difference__main-list-image--even.delighter {
    opacity: 0;
    transition: all .6s ease-in-out;
    transform: translate(50%, 10%);
  }
}

.difference__main-list-image--even.delighter.started {
  transform: none;
  opacity: 1;
}

@media screen and (max-width: 767px) {
  .difference__main-list-image--even.delighter.started {
    transform: translateX(50%);
  }
}

.difference__main-list-description.delighter {
  transition-delay: .2s;
}

.difference__main-list-description.delighter.started {
  transform: none;
  opacity: 1;
}

.difference__main-list-description--even.delighter.started {
  transform: none;
  opacity: 1;
}

.difference__main-list__05-tag.delighter {
  transition-delay: 1s;
}

.difference__main-list__05-tag.delighter.started {
  transform: none;
  opacity: 1;
}

.difference__main-list-title__num.delighter {
  transition-delay: 1.2s;
}

.difference__main-list-title__num.delighter.started {
  transform: none;
  opacity: 1;
}

.difference__main-list-title__text.delighter {
  transition-delay: 1s;
}

.difference__main-list-title__text.delighter.started {
  transform: none;
  opacity: 1;
}

.grounds__heading--ja.delighter.started {
  transform: none;
  opacity: 1;
}

.grounds__list-item.delighter {
  transition-delay: .1s;
}

.grounds__list-item.delighter.started {
  transform: none;
  opacity: 1;
}

.grounds__bottom-intro.delighter.started {
  transform: none;
  opacity: 1;
}

.grounds__bottom-content.delighter {
  transition-delay: .3s;
}

.grounds__bottom-content.delighter.started {
  transform: none;
  opacity: 1;
}

.plan__heading--ja.delighter.started {
  transform: none;
  opacity: 1;
}

.plan__intro.delighter.started {
  transform: none;
  opacity: 1;
}

.us-pl__topli--01.delighter {
  transition-delay: .2s;
}

@media screen and (min-width: 767px) and (max-width: 1023px) {
  .us-pl__topli--01.delighter {
    transition-delay: 0;
  }
}

@media screen and (max-width: 767px) {
  .us-pl__topli--01.delighter {
    transition-delay: 0;
  }
}

.us-pl__topli--01.delighter.started {
  transform: none;
  opacity: 1;
}

.us-pl__topli--02.delighter {
  transition-delay: .8s;
}

@media screen and (min-width: 767px) and (max-width: 1023px) {
  .us-pl__topli--02.delighter {
    transition-delay: 0;
  }
}

@media screen and (max-width: 767px) {
  .us-pl__topli--02.delighter {
    transition-delay: 0;
  }
}

.us-pl__topli--02.delighter.started {
  transform: none;
  opacity: 1;
}

.us-pl__topli--03.delighter {
  transition-delay: 1.4s;
}

@media screen and (min-width: 767px) and (max-width: 1023px) {
  .us-pl__topli--03.delighter {
    transition-delay: 0;
  }
}

@media screen and (max-width: 767px) {
  .us-pl__topli--03.delighter {
    transition-delay: 0;
  }
}

.us-pl__topli--03.delighter.started {
  transform: none;
  opacity: 1;
}

.plan__spot.delighter {
  transition-delay: .2s;
}

.plan__spot.delighter.started {
  transform: none;
  opacity: 1;
}

.question__heading--ja.delighter.started {
  transform: none;
  opacity: 1;
}

.question__list-row.delighter {
  transition-delay: .1s;
}

.question__list-row.delighter.started {
  transform: none;
  opacity: 1;
}

.flow__heading--ja.delighter.started {
  transform: none;
  opacity: 1;
}

.flow__item.delighter.started {
  transform: none;
  opacity: 1;
}

.flow__arrow.delighter {
  transition-delay: 2s;
}

.flow__arrow.delighter.started {
  transform: none;
  opacity: 1;
}

.contact__heading.delighter.started {
  transform: none;
  opacity: 1;
}

.contact__description.delighter.started {
  transform: none;
  opacity: 1;
}

.contact__90.delighter {
  transition-delay: 1s;
}

.contact__90.delighter.started {
  transform: none;
  opacity: 1;
}

.tel__heading.delighter {
  transition-delay: .2s;
}

.tel__heading.delighter.started {
  transform: none;
  opacity: 1;
    display: block;
    border-bottom: 1px solid;
    width: 90%;
    margin: 0 auto 20px;
}

.us-con__tel.delighter {
  transition-delay: .8s;
}

.us-con__tel.delighter.started {
  transform: none;
  opacity: 1;
}

.tel__number.delighter {
  transition-delay: 1.4s;
}

.tel__number.delighter.started {
  transform: none;
  opacity: 1;
    font-style: italic;
    letter-spacing: 1px;
}
@media screen and (max-width: 767px) {
  .tel__number.delighter.started {
    padding-bottom: 10px;
  }
}

.tel__caution.delighter {
  transition-delay: 1.4s;
}

.tel__caution.delighter.started {
  transform: none;
  opacity: 1;
    display: block;
    width: 90%;
    margin: auto;
    padding: 5px;
    background: #efefef;  
}

.company__heading--ja.delighter.started {
  transform: none;
  opacity: 1;
}

.company__list-container.delighter {
  opacity: 0;
  transition: all 1.2s ease-in-out;
  transform: translateY(10%);
  transition-delay: .2s;
}

@media screen and (min-width: 1441px) {
  .company__list-container.delighter {
    transform: translate(-50%, 10%);
  }
}

.company__list-container.delighter.started {
  transform: none;
  opacity: 1;
}

@media screen and (min-width: 1441px) {
  .company__list-container.delighter.started {
    transform: translate(-50%, 0);
  }
}

.l-footer__logo-image.delighter {
  transition-delay: .3s;
}

.l-footer__logo-image.delighter.started {
  transform: none;
  opacity: 1;
}

@keyframes playLeft {
  from {
    transform: translateX(-100%);
  }
  to {
    transform: translateX(0);
  }
}

@keyframes playRight {
  from {
    transform: translateX(100%);
  }
  to {
    transform: translateX(0);
  }
}

@keyframes playBottom {
  from {
    transform: translateY(-90%);
  }
  to {
    transform: translateY(0);
  }
}

@keyframes maskOutLeft {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(100%);
  }
}

@keyframes maskOutRight {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}

@keyframes maskOutBottom {
  from {
    transform: translateY(0);
  }
  to {
    transform: translateY(100%);
  }
}

.onMask--left {
  overflow: hidden;
  opacity: 0;
}

.isPlay--left {
  animation-name: playLeft;
  animation-duration: .7s;
  animation-fill-mode: forwards;
  animation-timing-function: cubic-bezier(0.8, 0, 0.5, 1);
  opacity: 1;
}

.isPlay--left::after {
  animation-name: maskOutLeft;
  animation-duration: .7s;
  animation-delay: .3s;
  animation-fill-mode: forwards;
  animation-timing-function: cubic-bezier(0.8, 0, 0.5, 1);
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  background-color: #fff;
}

.onMask--right {
  overflow: hidden;
  opacity: 0;
}

.isPlay--right {
  animation-name: playRight;
  animation-duration: .7s;
  animation-fill-mode: forwards;
  animation-timing-function: cubic-bezier(0.8, 0, 0.5, 1);
  opacity: 1;
}

.isPlay--right::after {
  animation-name: maskOutRight;
  animation-duration: .7s;
  animation-delay: .3s;
  animation-fill-mode: forwards;
  animation-timing-function: cubic-bezier(0.8, 0, 0.5, 1);
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  background-color: #fff;
}

.onMask--bottom {
  overflow: hidden;
  opacity: 0;
}

.isPlay--bottom {
  animation-name: playBottom;
  animation-duration: 2s;
  animation-fill-mode: forwards;
  animation-timing-function: cubic-bezier(0.8, 0, 0.5, 1);
  opacity: 1;
}

.isPlay--bottom::after {
  animation-name: maskOutBottom;
  animation-duration: 2s;
  animation-delay: .3s;
  animation-fill-mode: forwards;
  animation-timing-function: cubic-bezier(0.8, 0, 0.5, 1);
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  background-color: #fff;
}

.s-navOpen__nav-open {
  transition: all .5s;
}

.l-header__nav-open {
  transition: all .5s;
}

.l-header__button-line {
  transition: all .5s;
}

.l-nav {
  opacity: 0;
  animation: opacity 0.6s ease 0s 1 normal forwards;
}

.sh-btn--bl {
  position: relative;
  overflow: hidden;
}

.sh-btn--bl::before {
  position: absolute;
  top: 0;
  bottom: 0;
  right: -50%;
  width: 200%;
  height: 100%;
  z-index: -1;
  content: '';
  background: #0573BF;
  transform-origin: left bottom;
  transform: skewX(45deg) scale(0, 1);
  transition: transform .8s;
}

.sh-btn--bl:hover {
  color: #fff;
  border-color: #0573BF;
}

.sh-btn--bl:hover::before {
  transition: transform .8s;
  transform-origin: left bottom;
  transform: skewX(45deg) scale(1, 1);
}

.sh-btn--form {
  position: relative;
  overflow: hidden;
}

.sh-btn--form::before {
  position: absolute;
  top: 0;
  bottom: 0;
  right: -50%;
  width: 200%;
  height: 100%;
  z-index: -1;
  content: '';
  background-color: #0573BF;
  transform-origin: left bottom;
  transform: skewX(45deg) scale(0, 1);
  transition: transform 1s;
}

.sh-btn--form:hover {
  color: #fff;
  border-color: #0573BF;
}

.sh-btn--form:hover::before {
  transition: transform .8s;
  transform-origin: left bottom;
  transform: skewX(45deg) scale(1, 1);
}

input,
textarea {
  transition: all .3s;
}

input:hover,
textarea:hover {
  transition: all .3s;
  border-color: #505050;
}

input:focus, input:active,
textarea:focus,
textarea:active {
  border-color: #0573BF;
}

.l-header__nav-open:hover {
  transform: scaleY(0.8);
  transform-origin: center center;
}

.l-nav__list-item:hover {
  opacity: .7;
  transition: all .3s;
}

.s-navOpen__logo {
  display: block;
}

.s-navOpen__contact {
  color: #0573BF;
}

.s-navOpen__plane {
  display: block;
}

.s-navOpen__nav-open {
  top: 25px;
  width: 42.2px;
  height: 42.4px;
  margin-right: 12px;
  transition: all .5s;
}

@media screen and (max-width: 767px) {
  .s-navOpen__nav-open {
    top: 15px;
    width: 28.25px;
    height: 28.25px;
    margin: 4px 6px 0 0;
  }
}

.s-navOpen__nav-open > .l-header__button-line {
  background-color: #221F20;
  transition: all .5s;
}

.s-navOpen__nav-open > .l-header__button-line:nth-child(1) {
  width: 58.9px;
  transform: translateY(-6px) rotate(45deg);
  transform-origin: left;
}

@media screen and (max-width: 767px) {
  .s-navOpen__nav-open > .l-header__button-line:nth-child(1) {
    width: 38px;
    transform: translateY(-1px) rotate(45deg);
  }
}

.s-navOpen__nav-open > .l-header__button-line:nth-child(2) {
  opacity: 0;
}

.s-navOpen__nav-open > .l-header__button-line:nth-child(3) {
  width: 58.9px;
  transform: translateY(6px) rotate(-45deg);
  transform-origin: left;
}

@media screen and (max-width: 767px) {
  .s-navOpen__nav-open > .l-header__button-line:nth-child(3) {
    width: 38px;
    transform: translateY(0) rotate(-45deg);
  }
}

.s-navOpen__contact > .l-header__contact-button {
  transition: all .5s;
  border-color: #0573BF;
}

.l-header__container::before {
  content: '';
  position: absolute;
  top: -100px;
  left: 0;
  display: block;
  width: 100%;
  height: 90px;
  background-color: #fff;
  opacity: .95;
  z-index: -1;
  transition: all .6s;
}

@media screen and (max-width: 767px) {
  .l-header__container::before {
    height: 65px;
  }
}

.l-header__container.s-show::before {
  transition: all .6s;
  top: 0;
}

.s-navInv > .l-header__button-line {
  background-color: #221F20;
}

.question__list-row-open {
  transition: all .5s;
}

.question__list-row-open.qaOpen {
  transform: rotate(45deg) translate(4px, -4px);
  transform-origin: top right;
  transition: all .5s;
}

.loading {
  position: fixed;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100vw;
  height: 100vh;
  transition: all 1s;
  z-index: 1000000;
  opacity: .8;
  animation: opacity 3s ease 1s 1 normal forwards;
}

.loading__text {
  text-align: center;
  opacity: 1;
}

.loading > .mainvisual__heading--big {
  display: inline;
}

.js-spanize {
  color: #fff;
}

.letter-glow {
  animation: letter-glow 3s .1s infinite ease-in alternate both;
}

.letter-glow:nth-child(1) {
  animation-delay: 0.05s;
}

.letter-glow:nth-child(2) {
  animation-delay: 0.1s;
}

.letter-glow:nth-child(3) {
  animation-delay: 0.15s;
}

.letter-glow:nth-child(4) {
  animation-delay: 0.2s;
}

.letter-glow:nth-child(5) {
  animation-delay: 0.25s;
}

.letter-glow:nth-child(6) {
  animation-delay: 0.3s;
}

.letter-glow:nth-child(7) {
  animation-delay: 0.35s;
}

.letter-glow:nth-child(8) {
  animation-delay: 0.4s;
}

.letter-glow:nth-child(9) {
  animation-delay: 0.45s;
}

.letter-glow:nth-child(10) {
  animation-delay: 0.5s;
}

.letter-glow:nth-child(11) {
  animation-delay: 0.55s;
}

.letter-glow:nth-child(12) {
  animation-delay: 0.6s;
}

.letter-glow:nth-child(13) {
  animation-delay: 0.65s;
}

.letter-glow:nth-child(14) {
  animation-delay: 0.7s;
}

.letter-glow:nth-child(15) {
  animation-delay: 0.75s;
}

.letter-glow:nth-child(16) {
  animation-delay: 0.8s;
}

.letter-glow:nth-child(17) {
  animation-delay: 0.85s;
}

.letter-glow:nth-child(18) {
  animation-delay: 0.9s;
}

.letter-glow:nth-child(19) {
  animation-delay: 0.95s;
}

.letter-glow:nth-child(20) {
  animation-delay: 1s;
}

.letter-glow:nth-child(21) {
  animation-delay: 1.05s;
}

.letter-glow:nth-child(22) {
  animation-delay: 1.1s;
}

.letter-glow:nth-child(23) {
  animation-delay: 1.15s;
}

.letter-glow:nth-child(24) {
  animation-delay: 1.2s;
}

.letter-glow:nth-child(25) {
  animation-delay: 1.25s;
}

@keyframes letter-glow {
  0% {
    opacity: .05;
    text-shadow: 0px 0px 1px rgba(255, 255, 255, 0.1);
  }
  66% {
    opacity: .8;
    text-shadow: 0px 0px 20px rgba(255, 255, 255, 0.9);
  }
  77% {
    opacity: 1;
    text-shadow: 0px 0px 25px white;
  }
  100% {
    opacity: .4;
    text-shadow: 0px 0px 20px rgba(255, 255, 255, 0.5);
  }
}

.bg {
  animation: slide 1.5s ease-in-out infinite alternate;
  background-image: linear-gradient(-40deg, #4784c1 50%, #70a3d6 50%);
  bottom: 0;
  left: -50%;
  opacity: .9;
  position: fixed;
  right: -50%;
  top: 0;
  z-index: -1;
}

.bg2 {
  animation-direction: alternate-reverse;
  animation-duration: 1.3s;
}

.bg3 {
  animation-duration: 3s;
}

@keyframes slide {
  0% {
    transform: translateX(-15%);
  }
  100% {
    transform: translateX(25%);
  }
}

.cls-1,
.cls-2,
.cls-3,
.cls-4,
.cls-5 {
  fill: #fff;
  stroke: #fff;
  stroke-linecap: round;
  stroke-miterlimit: 10;
  stroke-width: 40px;
  isolation: isolate;
  opacity: 1;
  fill-opacity: 0;
  stroke-opacity: 1;
}

.s-scroll-position {
  display: block;
  position: relative;
  top: -240px;
  width: 100%;
  height: 1px;
}

@media screen and (max-width: 767px) {
  .s-scroll-position {
    top: -120px;
  }
}

.dn {
  opacity: 0;
  display: none;
  transition: all .3s;
}

.dh {
  visibility: hidden;
}

.s-stop {
  position: fixed;
  width: 100%;
  height: 100%;
}

.s-stops {
  width: 100%;
  height: 100%;
}
