@charset "UTF-8";
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i,
dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

nav ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
  content: "";
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  text-decoration: none;
}

ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

li {
  list-style: none;
}

input[type=submit], input[type=button] {
  border-radius: 0;
  -webkit-box-sizing: border-box;
  -webkit-appearance: button;
  -moz-appearance: button;
       appearance: button;
  border: none;
  box-sizing: border-box;
  cursor: pointer;
}

input[type=submit]::-webkit-search-decoration, input[type=button]::-webkit-search-decoration {
  display: none;
}

input[type=submit]:focus, input[type=button]:focus {
  outline-offset: -2px;
}

*, *::before, *::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

input[type=submit]:focus, input[type=password]:focus, input[type=button]:focus {
  outline: 0;
}

button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

input, button, select, textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
  border: none;
  border-radius: 0;
  font: inherit;
  outline: none;
}

textarea {
  resize: vertical;
}

input[type=checkbox], input[type=radio] {
  display: none;
}

input[type=submit], input[type=button], label, button, select {
  cursor: pointer;
}

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

html {
  font-size: 10px;
}

@media screen and (max-width: 1300px) {
  html {
    font-size: 0.7692307692vw;
  }
}
@media screen and (max-width: 750px) {
  html {
    font-size: 1.3333333333vw;
  }
}
@media screen and (min-width: 751px) {
  ._sp {
    display: none !important;
  }
}
@media screen and (max-width: 750px) {
  ._pc {
    display: none !important;
  }
}
* {
  margin: 0;
  padding: 0;
}

body {
  -webkit-text-size-adjust: 100%;
}

main {
  display: block;
  position: relative;
  overflow: hidden;
}

section {
  position: relative;
}

div img,
div svg,
div video,
header img,
header svg,
header video,
button img,
button svg,
button video,
a img,
a svg,
a video,
main img,
main svg,
main video,
footer img,
footer svg,
footer video {
  width: 100%;
  height: auto;
  vertical-align: bottom;
}

body {
  font-family: "Noto Serif JP", serif;
  font-size: 1.6rem;
  line-height: 1;
  letter-spacing: 0.1em;
  color: #202020;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}
body a,
body button {
  color: inherit;
}

.f-sans {
  font-family: "Noto Sans JP", sans-serif;
}

header.header {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 9999;
}
header.header .header-wrap {
  background: #fff;
  padding: 1rem 2rem;
}
header.header .header-wrap .logo {
  width: 25rem;
}

@media screen and (max-width: 750px) {
  header.header .header-wrap {
    padding: 2rem;
  }
  header.header .header-wrap .logo {
    width: 45rem;
    margin: 0 auto;
  }
}
footer.footer {
  padding: 3.3rem 0;
  background: #fff;
}
@media screen and (max-width: 750px) {
  footer.footer {
    padding: 4.8rem 0;
  }
}
footer.footer .contact-box {
  color: #df7300;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 3rem;
     -moz-column-gap: 3rem;
          column-gap: 3rem;
}
footer.footer .contact-box .txt {
  font-size: 2rem;
  letter-spacing: 0.07em;
  font-weight: 500;
  line-height: 1.8;
  font-family: "Noto Serif JP", serif;
}
@media screen and (max-width: 750px) {
  footer.footer .contact-box .txt {
    font-size: 2.8rem;
  }
}
footer.footer .contact-box .txt-1, footer.footer .contact-box .txt-3 {
  width: 100%;
}
footer.footer .contact-box .txt-2 {
  font-size: 4rem;
  line-height: 1.2;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 750px) {
  footer.footer .contact-box .txt-2 {
    font-size: 6rem;
    line-height: 1.4;
  }
}
footer.footer .contact-box .txt-3 {
  font-size: 1.4rem;
}
@media screen and (max-width: 750px) {
  footer.footer .contact-box .txt-3 {
    font-size: 2.1rem;
  }
}
footer.footer .contact-box a {
  cursor: pointer;
  display: block;
}

button.nav-btn {
  display: none;
}

@media screen and (max-width: 750px) {
  button.nav-btn {
    width: 33px;
    height: 18px;
    position: fixed;
    top: 16px;
    right: 20px;
    z-index: 9999;
  }
  button.nav-btn span {
    position: absolute;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #1c1c1c;
  }
  button.nav-btn,
  button.nav-btn span {
    display: inline-block;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  button.nav-btn span:nth-of-type(1) {
    top: 0;
  }
  button.nav-btn span:nth-of-type(2) {
    top: 8px;
  }
  button.nav-btn span:nth-of-type(3) {
    bottom: 0;
  }
  button.nav-btn span:nth-of-type(1) {
    -webkit-animation: btn07-bar01 0.75s forwards;
            animation: btn07-bar01 0.75s forwards;
  }
  @-webkit-keyframes btn07-bar01 {
    0% {
      -webkit-transform: translateY(8px) rotate(45deg);
              transform: translateY(8px) rotate(45deg);
    }
    50% {
      -webkit-transform: translateY(8px) rotate(0);
              transform: translateY(8px) rotate(0);
    }
    100% {
      -webkit-transform: translateY(0) rotate(0);
              transform: translateY(0) rotate(0);
    }
  }
  @keyframes btn07-bar01 {
    0% {
      -webkit-transform: translateY(8px) rotate(45deg);
              transform: translateY(8px) rotate(45deg);
    }
    50% {
      -webkit-transform: translateY(8px) rotate(0);
              transform: translateY(8px) rotate(0);
    }
    100% {
      -webkit-transform: translateY(0) rotate(0);
              transform: translateY(0) rotate(0);
    }
  }
  button.nav-btn span:nth-of-type(2) {
    -webkit-transition: all 0.25s 0.25s;
    transition: all 0.25s 0.25s;
    opacity: 1;
  }
  button.nav-btn span:nth-of-type(3) {
    -webkit-animation: btn07-bar03 0.75s forwards;
            animation: btn07-bar03 0.75s forwards;
  }
  @-webkit-keyframes btn07-bar03 {
    0% {
      -webkit-transform: translateY(-8px) rotate(-45deg);
              transform: translateY(-8px) rotate(-45deg);
    }
    50% {
      -webkit-transform: translateY(-8px) rotate(0);
              transform: translateY(-8px) rotate(0);
    }
    100% {
      -webkit-transform: translateY(0) rotate(0);
              transform: translateY(0) rotate(0);
    }
  }
  @keyframes btn07-bar03 {
    0% {
      -webkit-transform: translateY(-8px) rotate(-45deg);
              transform: translateY(-8px) rotate(-45deg);
    }
    50% {
      -webkit-transform: translateY(-8px) rotate(0);
              transform: translateY(-8px) rotate(0);
    }
    100% {
      -webkit-transform: translateY(0) rotate(0);
              transform: translateY(0) rotate(0);
    }
  }
  button.nav-btn.act span:nth-of-type(1) {
    -webkit-animation: active-btn07-bar01 0.75s forwards;
            animation: active-btn07-bar01 0.75s forwards;
  }
  @-webkit-keyframes active-btn07-bar01 {
    0% {
      -webkit-transform: translateY(0) rotate(0);
              transform: translateY(0) rotate(0);
    }
    50% {
      -webkit-transform: translateY(8px) rotate(0);
              transform: translateY(8px) rotate(0);
    }
    100% {
      -webkit-transform: translateY(8px) rotate(45deg);
              transform: translateY(8px) rotate(45deg);
    }
  }
  @keyframes active-btn07-bar01 {
    0% {
      -webkit-transform: translateY(0) rotate(0);
              transform: translateY(0) rotate(0);
    }
    50% {
      -webkit-transform: translateY(8px) rotate(0);
              transform: translateY(8px) rotate(0);
    }
    100% {
      -webkit-transform: translateY(8px) rotate(45deg);
              transform: translateY(8px) rotate(45deg);
    }
  }
  button.nav-btn.act span:nth-of-type(2) {
    opacity: 0;
  }
  button.nav-btn.act span:nth-of-type(3) {
    -webkit-animation: active-btn07-bar03 0.75s forwards;
            animation: active-btn07-bar03 0.75s forwards;
  }
  @-webkit-keyframes active-btn07-bar03 {
    0% {
      -webkit-transform: translateY(0) rotate(0);
              transform: translateY(0) rotate(0);
    }
    50% {
      -webkit-transform: translateY(-8px) rotate(0);
              transform: translateY(-8px) rotate(0);
    }
    100% {
      -webkit-transform: translateY(-8px) rotate(-45deg);
              transform: translateY(-8px) rotate(-45deg);
    }
  }
  @keyframes active-btn07-bar03 {
    0% {
      -webkit-transform: translateY(0) rotate(0);
              transform: translateY(0) rotate(0);
    }
    50% {
      -webkit-transform: translateY(-8px) rotate(0);
              transform: translateY(-8px) rotate(0);
    }
    100% {
      -webkit-transform: translateY(-8px) rotate(-45deg);
              transform: translateY(-8px) rotate(-45deg);
    }
  }
}
.com-note {
  font-size: 1rem;
  line-height: 1.4;
}

@media screen and (max-width: 750px) {
  .com-note {
    font-size: 2rem;
    line-height: 1.4;
  }
}
.com-cap {
  font-size: 1rem;
  letter-spacing: 0;
  color: #fff;
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5), -1px 1px 3px rgba(0, 0, 0, 0.5), 1px -1px 3px rgba(0, 0, 0, 0.5), -1px -1px 3px rgba(0, 0, 0, 0.5);
  position: absolute;
  bottom: 0.5rem;
  right: 0.5rem;
}

.com-cap.left {
  right: auto;
  left: 0.5rem;
}

.com-cap.clr-w {
  color: #fff;
  text-shadow: none;
}

.com-cap.clr-b {
  color: #333333;
  text-shadow: none;
}

@media screen and (max-width: 750px) {
  .com-cap {
    font-size: 2rem;
  }
}
.com-sup {
  font-size: 1rem;
  vertical-align: top;
  position: relative;
  top: -0.1em;
}

@media screen and (max-width: 750px) {
  .com-sup {
    font-size: 2rem;
  }
}
.com-content {
  width: 104rem;
  padding: 0 2rem;
  margin: 0 auto;
}

@media screen and (max-width: 750px) {
  .com-content {
    width: 75rem;
    padding: 0 4rem;
  }
}
.com-loadwrap {
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99999999;
  background: #fff;
  opacity: 1;
}

.com-loadwrap.no-act {
  -webkit-animation-name: loadAnime;
          animation-name: loadAnime;
  -webkit-animation-duration: 0.5s;
          animation-duration: 0.5s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-timing-function: ease-in;
          animation-timing-function: ease-in;
}
@-webkit-keyframes loadAnime {
  0% {
    z-index: 99999;
    opacity: 1;
  }
  90% {
    z-index: 99999;
  }
  100% {
    z-index: -1;
    opacity: 0;
  }
}
@keyframes loadAnime {
  0% {
    z-index: 99999;
    opacity: 1;
  }
  90% {
    z-index: 99999;
  }
  100% {
    z-index: -1;
    opacity: 0;
  }
}

#pageTop {
  background: #fdfaf8;
  --ease-in-sine: cubic-bezier(0.12, 0, 0.39, 0);
  --ease-out-sine: cubic-bezier(0.61, 1, 0.88, 1);
  --ease-in-out-sine: cubic-bezier(0.37, 0, 0.63, 1);
  --ease-in-quad: cubic-bezier(0.11, 0, 0.5, 0);
  --ease-out-quad: cubic-bezier(0.5, 1, 0.89, 1);
  --ease-in-out-quad: cubic-bezier(0.45, 0, 0.55, 1);
  --ease-in-cubic: cubic-bezier(0.32, 0, 0.67, 0);
  --ease-out-cubic: cubic-bezier(0.33, 1, 0.68, 1);
  --ease-in-out-cubic: cubic-bezier(0.65, 0, 0.35, 1);
  --ease-in-back: cubic-bezier(0.36, 0, 0.66, -0.56);
  --ease-out-back: cubic-bezier(0.34, 1.56, 0.64, 1);
  --ease-in-out-back: cubic-bezier(0.68, -0.6, 0.32, 1.6);
  --transition: 0.45s;
  --transition-bg: background-color 0.45s var(--ease-out-quad);
  --transition-border: border-color 0.45s var(--ease-out-quad);
  --transition-color: color 0.45s var(--ease-out-quad);
  --transition-opacity: opacity 0.45s var(--ease-out-quad);
  --transition-text-underline: background-size 0.65s var(--ease-out-quad);
  --transition-height: height 0.5s var(--ease-out-cubic);
  --transition-img-scale: scale 0.45s var(--ease-out-quad);
  --transition-rotate: rotate 0.45s var(--ease-out-quad);
  --transition-title-translate: translate 0.6s var(--ease-out-quad);
  --transition-filter: filter 0.6s var(--ease-out-quad);
  --clip-triangle: polygon(50% 0%, 0% 100%, 100% 100%);
  --animation-image-mask: linear-gradient(
    45deg,
    rgb(0 0 0 / 100%) 25%,
    rgb(0 0 0 / 30%) 40%,
    rgb(0 0 0 / 0%) 65%,
    rgb(0 0 0 / 0%) 100%
  );
  --animation-title-mask: linear-gradient(
    45deg,
    var(--color-main-navy) 0%,
    var(--color-main-navy) 30%,
    transparent 50%,
    transparent 100%
  );
  --animation-filter: blur(5px) brightness(1.2);
  --spacing-full-negative: calc(50% - 50vi);
  --rounded-full: calc(infinity * 1px);
}
#pageTop .com-icon {
  position: absolute;
}
#pageTop .com-note {
  letter-spacing: 0;
}
#pageTop .border {
  border: 1px solid #ececec;
}
#pageTop .border-radius {
  border-radius: 0.4rem;
  overflow: hidden;
}
@media screen and (max-width: 750px) {
  #pageTop .border-radius {
    border-radius: 0.6rem;
  }
}
#pageTop .point-convince-spebox .point-convince-intro::before, #pageTop .point-desc, #pageTop .point-intro-sub {
  font-size: 1.6rem;
  letter-spacing: 0;
}
@media screen and (max-width: 750px) {
  #pageTop .point-convince-spebox .point-convince-intro::before, #pageTop .point-desc, #pageTop .point-intro-sub {
    font-size: 2.4rem;
  }
}
#pageTop .point-step-detail::before, #pageTop .toc-desc::before {
  content: "";
  display: inline-block;
  width: 1.2rem;
  height: 1.2rem;
  border-radius: 1.7px;
  background: #df7300;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  margin-right: 1.5rem;
}
@media screen and (max-width: 750px) {
  #pageTop .point-step-detail::before, #pageTop .toc-desc::before {
    width: 1.8rem;
    height: 1.8rem;
  }
}
#pageTop .heading {
  color: #df7300;
  padding-bottom: 2rem;
  position: relative;
}
@media screen and (max-width: 750px) {
  #pageTop .heading {
    padding-bottom: 3rem;
  }
}
#pageTop .heading-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.5rem;
}
#pageTop .heading-bubble {
  overflow: hidden;
  padding: 1rem 0;
}
@media screen and (max-width: 750px) {
  #pageTop .heading-bubble {
    padding: 1.3rem 0;
  }
}
#pageTop .heading-bubble p {
  translate: 0 calc(100% + 1rem);
  -webkit-transition: var(--transition-title-translate);
  transition: var(--transition-title-translate);
}
@media screen and (max-width: 750px) {
  #pageTop .heading-bubble p {
    translate: 0 calc(100% + 1.3rem);
  }
}
#pageTop .heading-en {
  font-size: 1.2rem;
  font-weight: 700;
  letter-spacing: 0;
  overflow: hidden;
}
@media screen and (max-width: 750px) {
  #pageTop .heading-en {
    font-size: 1.8rem;
  }
}
#pageTop .heading-en span {
  display: inline-block;
  translate: 0 100%;
  -webkit-transition: var(--transition-title-translate);
  transition: var(--transition-title-translate);
}
#pageTop .heading-ja {
  font-weight: 500;
  font-size: 3rem;
  letter-spacing: 0;
  line-height: 1.2;
  opacity: 0;
  translate: 0 10%;
  margin-top: 0.5em;
}
@media screen and (max-width: 750px) {
  #pageTop .heading-ja {
    font-size: 4.5rem;
  }
}
#pageTop .heading-ja:not(.heading-ja-ani2) {
  -webkit-transition: opacity 0.5s var(--ease-out-quad), translate 2s var(--ease-out-quad);
  transition: opacity 0.5s var(--ease-out-quad), translate 2s var(--ease-out-quad);
}
#pageTop .heading-ja.heading-ja-ani2 {
  color: transparent;
  background-image: linear-gradient(45deg, #df7300 0%, #df7300 30%, #fdfaf8 50%, #daeefd 100%);
  background-repeat: no-repeat;
  background-position: 100% 100%;
  -webkit-background-clip: text;
          background-clip: text;
  background-size: 400% 400%;
  opacity: 0;
  translate: 0 0;
  -webkit-transition: background-position 1.8s var(--ease-out-quad), var(--transition-opacity);
  transition: background-position 1.8s var(--ease-out-quad), var(--transition-opacity);
}
#pageTop .heading::before {
  position: absolute;
  content: "";
  width: 20px;
  height: 3px;
  border-radius: 40px;
  bottom: 0;
  left: 0;
  background: #df7300;
  -webkit-transform-origin: left center;
          transform-origin: left center;
  scale: 0 1;
  -webkit-transition: scale 1.2s var(--ease-out-quad);
  transition: scale 1.2s var(--ease-out-quad);
}
#pageTop .heading.act .heading-en span {
  translate: 0 0;
}
#pageTop .heading.act .heading-bubble p {
  translate: 0 0;
}
#pageTop .heading.act .heading-ja:not(.heading-ja-ani2) {
  opacity: 1;
  translate: 0 0;
}
#pageTop .heading.act .heading-ja.heading-ja-ani2 {
  background-position: 0% 0%;
  opacity: 1;
  translate: 0 0;
  background-size: 400% 350%;
}
#pageTop .heading.act::before {
  scale: 1 1;
}
#pageTop .bubble {
  background: #df7300;
  color: #fff;
  border-radius: 50%;
  font-size: 2.55rem;
  letter-spacing: 0;
  width: 4.2rem;
  height: 4.2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: 700;
  position: relative;
}
@media screen and (max-width: 750px) {
  #pageTop .bubble {
    font-size: 3.825rem;
    width: 6.3rem;
    height: 6.3rem;
  }
}
#pageTop .bubble .pointer {
  position: absolute;
  background-color: #df7300;
  text-align: left;
  left: calc(50% - 0.5rem);
  bottom: -0.2rem;
  z-index: -1;
}
@media screen and (max-width: 750px) {
  #pageTop .bubble .pointer {
    bottom: -0.35rem;
    left: calc(50% - 0.8rem);
  }
}
#pageTop .bubble .pointer:before,
#pageTop .bubble .pointer:after {
  content: "";
  position: absolute;
  background-color: inherit;
}
#pageTop .bubble .pointer,
#pageTop .bubble .pointer:before,
#pageTop .bubble .pointer:after {
  width: 0.8rem;
  height: 0.8rem;
  border-top-right-radius: 30%;
}
@media screen and (max-width: 750px) {
  #pageTop .bubble .pointer,
  #pageTop .bubble .pointer:before,
  #pageTop .bubble .pointer:after {
    width: 1.2rem;
    height: 1.2rem;
  }
}
#pageTop .bubble .pointer {
  -webkit-transform: rotate(-120deg) skewX(-30deg) scale(1, 0.866);
          transform: rotate(-120deg) skewX(-30deg) scale(1, 0.866);
}
#pageTop .bubble .pointer:before {
  -webkit-transform: rotate(-135deg) skewX(-45deg) scale(1.414, 0.707) translate(0, -50%);
          transform: rotate(-135deg) skewX(-45deg) scale(1.414, 0.707) translate(0, -50%);
}
#pageTop .bubble .pointer:after {
  -webkit-transform: rotate(135deg) skewY(-45deg) scale(0.707, 1.414) translate(50%);
          transform: rotate(135deg) skewY(-45deg) scale(0.707, 1.414) translate(50%);
}
#pageTop .sec-main {
  height: calc(100vh - 6.3rem);
  height: calc(100dvh - 6.3rem);
  width: 100%;
  margin-top: 6.3rem;
  position: relative;
}
#pageTop .sec-main .main-img {
  width: 64%;
  height: calc(100vh - 6.3rem - 5.3rem);
  height: calc(100dvh - 6.3rem - 5.3rem);
  position: absolute;
  border-radius: 0.8rem;
  overflow: hidden;
  top: 50%;
  right: 10%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (max-width: 1024px) {
  #pageTop .sec-main .main-img {
    width: 80%;
    right: 5%;
    height: calc(90vh - 6.3rem - 5.3rem);
    height: calc(90dvh - 6.3rem - 5.3rem);
  }
}
@media screen and (max-width: 750px) {
  #pageTop .sec-main .main-img {
    width: 90%;
    right: 3%;
    border-radius: 1.2rem;
  }
}
#pageTop .sec-main .main-img img {
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: bottom right;
     object-position: bottom right;
}
@media screen and (max-width: 750px) {
  #pageTop .sec-main .main-img img {
    -o-object-position: bottom 0% right 15%;
       object-position: bottom 0% right 15%;
  }
}
#pageTop .sec-main .main-txt {
  position: absolute;
}
#pageTop .sec-main .main-txt-1 {
  top: 13%;
  right: calc(74% + 7.4rem);
}
@media screen and (max-width: 1024px) {
  #pageTop .sec-main .main-txt-1 {
    left: 3%;
    right: unset;
  }
}
@media screen and (max-width: 750px) {
  #pageTop .sec-main .main-txt-1 {
    left: 7%;
    top: 7%;
  }
}
#pageTop .sec-main .main-txt-1 .t1 {
  color: #df7300;
  font-size: 1.2rem;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.1em;
  margin-bottom: 2em;
}
@media screen and (max-width: 1024px) {
  #pageTop .sec-main .main-txt-1 .t1 {
    font-size: 1.8rem;
  }
}
#pageTop .sec-main .main-txt-1 .t2 {
  font-weight: 500;
  font-size: 3.2rem;
  line-height: 1.7;
  letter-spacing: 0.21em;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
}
@media screen and (max-width: 1024px) {
  #pageTop .sec-main .main-txt-1 .t2 {
    font-size: 4.8rem;
  }
}
#pageTop .sec-main .main-txt-1 .t2 span {
  border-left: 1px solid #df7300;
  display: inline-block;
}
#pageTop .sec-main .main-txt-1 .t2 span:not(:last-child) {
  margin-left: 2rem;
}
#pageTop .sec-main .main-txt-2 {
  bottom: 1rem;
  right: calc(10% - 2.3rem);
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.3;
  letter-spacing: 0.29em;
  color: #fff;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
}
@media screen and (max-width: 1024px) {
  #pageTop .sec-main .main-txt-2 {
    font-size: 3rem;
    right: 3%;
    bottom: 5rem;
  }
}
#pageTop .sec-main .main-txt-2 span {
  display: inline-block;
  padding: 1.6rem 1.2rem;
  background: #df7300;
  border-radius: 0.4rem;
  -webkit-font-feature-settings: initial;
          font-feature-settings: initial;
}
#pageTop .sec-main .main-txt-2 span:not(:last-child) {
  margin-left: 1.1rem;
}
@media screen and (max-width: 750px) {
  #pageTop .sec-main .main-txt-2 span {
    border-radius: 0.6rem;
  }
}
#pageTop .toc-container {
  padding: 4.6rem 0 6.8rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  --sp-ratio: 1.3;
}
#pageTop .toc-content {
  border-left: 1px solid #afabab;
  padding-left: 9rem;
  margin-left: 9rem;
}
@media screen and (max-width: 750px) {
  #pageTop .toc-content {
    padding-left: 3rem;
    margin-left: 3rem;
  }
}
#pageTop .toc-item {
  display: block;
}
#pageTop .toc-item + .toc-item {
  margin-top: 5rem;
}
#pageTop .toc-ttl {
  font-size: 2.2rem;
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: 0.01em;
  color: #df7300;
  margin: 1.5rem 0;
  cursor: pointer;
  display: block;
}
@media screen and (max-width: 750px) {
  #pageTop .toc-ttl {
    font-size: calc(2.2rem * var(--sp-ratio));
  }
}
#pageTop .toc-ttl::after {
  display: inline-block;
  content: "";
  width: 2rem;
  height: 2rem;
  background: url(../img/top/circle_arrow-1.svg) center/cover no-repeat;
  -webkit-transform: translateY(0.1em);
          transform: translateY(0.1em);
  -webkit-transition: background-image 0.45s;
  transition: background-image 0.45s;
  margin-left: 1rem;
}
@media screen and (max-width: 750px) {
  #pageTop .toc-ttl::after {
    width: calc(2rem * var(--sp-ratio));
    height: calc(2rem * var(--sp-ratio));
  }
}
@media (hover: hover) and (pointer: fine) {
  #pageTop .toc-ttl:hover::after {
    background-image: url(../img/top/circle_arrow-1-act.svg);
  }
}
@media screen and (max-width: 750px) {
  #pageTop .toc-desc {
    font-size: calc(1.6rem * var(--sp-ratio));
  }
  #pageTop .toc-desc::before {
    width: calc(1.2rem * var(--sp-ratio));
    height: calc(1.2rem * var(--sp-ratio));
  }
}
#pageTop .toc-desc + .toc-desc {
  margin-top: 0.6rem;
}
#pageTop .sidebtn-wrap {
  position: fixed;
  right: 0;
  bottom: 20%;
  z-index: 9999;
}
#pageTop .sidebtn-wrap a {
  display: block;
  background: #df7300;
  color: #fff;
  font-size: 1.4rem;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  line-height: 1.1;
  letter-spacing: 0.2em;
  padding: 2.1rem;
  border-top-left-radius: 1.6rem;
  border-bottom-left-radius: 1.6rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: var(--transition);
  transition: var(--transition);
}
@media screen and (max-width: 750px) {
  #pageTop .sidebtn-wrap a {
    font-size: 2.1rem;
    padding: 3.15rem;
    border-top-left-radius: 2.4rem;
    border-bottom-left-radius: 2.4rem;
  }
}
@media (hover: hover) and (pointer: fine) {
  #pageTop .sidebtn-wrap a:hover {
    opacity: 0.7;
  }
}
#pageTop .sidebtn-wrap a img {
  width: 1.1rem;
  margin-top: 1.2rem;
}
@media screen and (max-width: 750px) {
  #pageTop .sidebtn-wrap a img {
    width: 1.65rem;
  }
}
#pageTop .sidebtn-wrap a + a {
  margin-top: 4px;
}
#pageTop .com-toc {
  position: fixed;
  z-index: 9999;
  top: 20%;
  left: -10rem;
  -webkit-transition: all 1000ms cubic-bezier(0.545, 0.08, 0.52, 0.975);
  transition: all 1000ms cubic-bezier(0.545, 0.08, 0.52, 0.975);
}
#pageTop .com-toc .com-toc-list .com-toc-item {
  position: relative;
  margin-bottom: 1.5rem;
}
@media screen and (max-width: 750px) {
  #pageTop .com-toc .com-toc-list .com-toc-item {
    margin-bottom: 2.5rem;
  }
}
#pageTop .com-toc .com-toc-list .com-toc-item .bubble {
  font-size: 1.7rem;
  width: 3rem;
  height: 3rem;
  -webkit-transition: var(--transition);
  transition: var(--transition);
}
@media screen and (max-width: 750px) {
  #pageTop .com-toc .com-toc-list .com-toc-item .bubble {
    font-size: 2.55rem;
    width: 4.5rem;
    height: 4.5rem;
  }
}
#pageTop .com-toc .com-toc-list .com-toc-item .bubble .pointer {
  bottom: -0.1rem;
  -webkit-transition: var(--transition);
  transition: var(--transition);
}
#pageTop .com-toc .com-toc-list .com-toc-item .label {
  opacity: 0;
  pointer-events: none;
  -webkit-transition: var(--transition);
  transition: var(--transition);
  position: absolute;
  font-size: 1.3rem;
  line-height: 1.4;
  font-weight: 500;
  letter-spacing: 0.01em;
  color: #fff;
  background: #df7300;
  border-radius: 0.4rem;
  padding: 1rem;
  max-width: 16.6rem;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  left: 5rem;
  top: 0;
}
@media screen and (max-width: 750px) {
  #pageTop .com-toc .com-toc-list .com-toc-item .label {
    font-size: 1.95rem;
    padding: 1.5rem;
    border-radius: 0.6rem;
    display: none;
  }
}
#pageTop .com-toc .com-toc-list .com-toc-item a {
  display: block;
}
@media (hover: hover) and (pointer: fine) {
  #pageTop .com-toc .com-toc-list .com-toc-item a:hover {
    opacity: 0.5;
  }
  #pageTop .com-toc .com-toc-list .com-toc-item a:hover + .label {
    opacity: 1;
  }
}
#pageTop .com-toc .com-toc-list .com-toc-item.act .bubble {
  background: #fff;
  color: #df7300;
}
#pageTop .com-toc .com-toc-list .com-toc-item.act .pointer {
  background: #fff;
}
#pageTop .com-toc .com-toc-list .com-toc-item.act a + .label {
  color: #df7300;
  background: #fff;
}
#pageTop .com-toc.act {
  left: 2.4rem;
}
#pageTop .point-wrap {
  padding: 16rem 0 10rem;
  background-image: url(../img/top/sec_bg.png);
  background-position: top;
  background-repeat: no-repeat;
  background-size: 100% auto;
}
@media screen and (max-width: 750px) {
  #pageTop .point-wrap {
    padding: 20rem 0 15rem;
  }
}
#pageTop .point-img-ani img {
  opacity: 0;
  -webkit-filter: var(--animation-filter);
          filter: var(--animation-filter);
  -webkit-mask-image: var(--animation-image-mask);
          mask-image: var(--animation-image-mask);
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: 350% 350%;
          mask-size: 350% 350%;
  transition: mask-position 2s var(--ease-out-quad), var(--transition-filter), var(--transition-opacity), -webkit-mask-position 2s var(--ease-out-quad);
}
#pageTop .point-img-ani.act img {
  opacity: 1;
  -webkit-filter: blur(0) brightness(1);
          filter: blur(0) brightness(1);
  -webkit-mask-position: 0% 100%;
          mask-position: 0% 100%;
}
#pageTop .point-intro {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width: 751px) {
  #pageTop .point-intro {
    width: 92rem;
  }
  #pageTop .point-intro.left {
    margin-right: auto;
  }
  #pageTop .point-intro.right {
    margin-left: auto;
  }
  #pageTop .point-intro.center {
    margin-inline: auto;
  }
}
@media screen and (max-width: 750px) {
  #pageTop .point-intro {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
#pageTop .point-intro-img {
  width: 36.73%;
  background: url(../img/top/point-intro-bg.png) center/cover no-repeat;
}
@media screen and (max-width: 750px) {
  #pageTop .point-intro-img {
    width: 55.095%;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    margin-top: 5rem;
  }
}
#pageTop .point-intro-txt {
  width: 51.6%;
}
@media screen and (max-width: 750px) {
  #pageTop .point-intro-txt {
    width: 100%;
    text-align: center;
  }
}
#pageTop .point-intro-txt .point-desc {
  margin-top: 2.5em;
}
@media screen and (max-width: 750px) {
  #pageTop .point-intro-txt .point-desc {
    padding: 0 2.2em;
  }
}
#pageTop .point-intro-txt .point-note {
  margin-top: 7px;
  color: #202020;
}
@media screen and (max-width: 750px) {
  #pageTop .point-intro-heading::before {
    left: calc(50% - 10px);
  }
}
@media screen and (max-width: 750px) {
  #pageTop .point-intro-heading .heading-flex {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
#pageTop .point-intro-sub {
  margin-left: auto;
  color: #202020;
  background: #fff;
  padding: 0.8rem 2.5rem;
  border-radius: 6.4rem;
  margin-top: 0;
  line-height: 1.9;
}
@media screen and (max-width: 750px) {
  #pageTop .point-intro-sub {
    position: absolute;
    top: -8rem;
    padding: 1.2rem 3.85rem;
  }
}
#pageTop .point-ttl {
  color: #df7300;
  font-weight: 500;
  font-size: 2.4rem;
  letter-spacing: 0;
  line-height: 1.8;
}
@media screen and (max-width: 750px) {
  #pageTop .point-ttl {
    font-size: 3.6rem;
  }
}
#pageTop .point-ttl.fs14 {
  font-size: 1.4rem;
}
@media screen and (max-width: 750px) {
  #pageTop .point-ttl.fs14 {
    font-size: 2.1rem;
  }
}
#pageTop .point-ttl.fs20 {
  font-size: 2rem;
  line-height: 1.59;
}
@media screen and (max-width: 750px) {
  #pageTop .point-ttl.fs20 {
    font-size: 3rem;
  }
}
#pageTop .point-ttl.fs22 {
  font-size: 2.2rem;
}
@media screen and (max-width: 750px) {
  #pageTop .point-ttl.fs22 {
    font-size: 3.3rem;
  }
}
#pageTop .point-ttl.fs23 {
  font-size: 2.3rem;
}
@media screen and (max-width: 750px) {
  #pageTop .point-ttl.fs23 {
    font-size: 3.45rem;
  }
}
#pageTop .point-ttl.fs40 {
  font-size: 4rem;
  line-height: 1.5;
  letter-spacing: 0.07em;
}
@media screen and (max-width: 750px) {
  #pageTop .point-ttl.fs40 {
    font-size: 6rem;
  }
}
#pageTop .point-desc {
  line-height: 1.9;
  text-align: justify;
}
#pageTop .point-desc.fs18 {
  font-size: 1.8rem;
}
@media screen and (max-width: 750px) {
  #pageTop .point-desc.fs18 {
    font-size: 2.7rem;
  }
}
#pageTop .point-desc.fs20 {
  font-size: 2rem;
}
@media screen and (max-width: 750px) {
  #pageTop .point-desc.fs20 {
    font-size: 3rem;
  }
}
#pageTop .point-tbox p {
  text-align: center;
}
#pageTop .point-tbox .point-desc {
  margin-top: 1.4em;
}
#pageTop .point-note {
  font-size: 1.2rem;
  line-height: 1.5;
  letter-spacing: 0;
}
@media screen and (max-width: 750px) {
  #pageTop .point-note {
    font-size: 1.8rem;
  }
}
#pageTop .point-btn {
  font-size: 1.8rem;
  display: block;
  line-height: 1.9;
  letter-spacing: 0;
  padding: 0.8rem 2rem;
  border-radius: 6.4rem;
  text-align: center;
  position: relative;
  cursor: pointer;
  border: 1px solid;
  -webkit-transition: var(--transition);
  transition: var(--transition);
}
@media screen and (max-width: 750px) {
  #pageTop .point-btn {
    font-size: 2.7rem;
    padding: 1.2rem 3rem;
  }
}
#pageTop .point-btn::after {
  position: absolute;
  content: "";
  width: 1.1rem;
  height: 1rem;
  background-position: center;
  background-size: cover;
  right: 2rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: var(--transition);
  transition: var(--transition);
}
@media screen and (max-width: 750px) {
  #pageTop .point-btn::after {
    width: 1.65rem;
    height: 1.5rem;
    right: 3rem;
  }
}
#pageTop .point-btn-orange {
  color: #fff;
  background: #df7300;
  border-color: #df7300;
}
#pageTop .point-btn-orange::after {
  background-image: url(../img/top/arrow_white.svg);
}
@media (hover: hover) and (pointer: fine) {
  #pageTop .point-btn-orange:hover {
    background: #fff;
    color: #df7300;
  }
  #pageTop .point-btn-orange:hover::after {
    background-image: url(../img/top/arrow_orange.svg);
    right: 1.5rem;
  }
}
#pageTop .point-btn-white {
  color: #df7300;
  background: #fff;
  border-color: #fff;
}
#pageTop .point-btn-white::after {
  background-image: url(../img/top/arrow_orange.svg);
}
@media (hover: hover) and (pointer: fine) {
  #pageTop .point-btn-white:hover {
    background: #df7300;
    color: #fff;
  }
  #pageTop .point-btn-white:hover::after {
    background-image: url(../img/top/arrow_white.svg);
    right: 1.5rem;
  }
}
#pageTop .point-btn.small {
  font-size: 1.6rem;
}
@media screen and (max-width: 750px) {
  #pageTop .point-btn.small {
    font-size: 2.4rem;
  }
}
#pageTop .point-search {
  width: 5.6rem;
  cursor: pointer;
  -webkit-transition: var(--transition);
  transition: var(--transition);
}
@media screen and (max-width: 750px) {
  #pageTop .point-search {
    width: 8.4rem;
  }
}
@media (hover: hover) and (pointer: fine) {
  #pageTop .point-search:hover {
    opacity: 0.7;
  }
}
#pageTop .point-search.small {
  width: 4.2rem;
}
@media screen and (max-width: 750px) {
  #pageTop .point-search.small {
    width: 6.3rem;
  }
}
#pageTop .point-decor {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 11px;
}
#pageTop .point-decor span {
  display: inline-block;
  width: 10px;
  height: 10px;
  border-radius: 1.7px;
  background: #df7300;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
#pageTop .point-timing {
  margin: 7rem auto 0;
}
@media screen and (min-width: 751px) {
  #pageTop .point-timing {
    width: 79rem;
  }
}
@media screen and (max-width: 750px) {
  #pageTop .point-timing {
    margin-top: 10rem;
  }
}
#pageTop .point-timing-layout {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media screen and (max-width: 750px) {
  #pageTop .point-timing-layout {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
#pageTop .point-timing-layout + .point-timing-layout {
  margin-top: 7rem;
}
#pageTop .point-timing-lbox {
  width: 41.3%;
  background: #ffefde;
  padding: 4rem 4rem 4rem 0;
  border-top-right-radius: 0.8rem;
  position: relative;
}
@media screen and (max-width: 750px) {
  #pageTop .point-timing-lbox {
    width: 90%;
    border-top-right-radius: 1.2rem;
  }
}
#pageTop .point-timing-lbox::before {
  position: absolute;
  height: 100%;
  width: 50vw;
  content: "";
  background: inherit;
  top: 0;
  left: 1px;
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
}
#pageTop .point-timing-lbox p,
#pageTop .point-timing-lbox h3 {
  position: relative;
}
#pageTop .point-timing-lbox .point-desc {
  margin-top: 1em;
  text-align: justify;
}
#pageTop .point-timing-rbox {
  width: 51%;
  position: relative;
  margin-top: 7.6rem;
}
@media screen and (max-width: 750px) {
  #pageTop .point-timing-rbox {
    width: 90%;
  }
}
#pageTop .point-timing-rbox::before, #pageTop .point-timing-rbox::after {
  position: absolute;
  content: "";
  width: 3.7rem;
  height: 3.2rem;
  background: url(../img/top/quote_icon.svg) center/cover no-repeat;
  pointer-events: none;
  opacity: 0;
  -webkit-transition: var(--transition-opacity);
  transition: var(--transition-opacity);
}
@media screen and (max-width: 750px) {
  #pageTop .point-timing-rbox::before, #pageTop .point-timing-rbox::after {
    width: 5.55rem;
    height: 4.8rem;
  }
}
#pageTop .point-timing-rbox::before {
  top: 0;
  left: -0.7rem;
  -webkit-transition-delay: 0.5s;
          transition-delay: 0.5s;
}
#pageTop .point-timing-rbox::after {
  bottom: 0;
  right: -0.7rem;
  background-image: url(../img/top/quote_icon-2.svg);
  -webkit-transition-delay: 1s;
          transition-delay: 1s;
}
#pageTop .point-timing-rbox.act::after, #pageTop .point-timing-rbox.act::before {
  opacity: 1;
}
#pageTop .point-timing-story {
  padding: 5.7rem 5.4rem 5.7rem 6.2rem;
  position: relative;
}
#pageTop .point-timing-story::after, #pageTop .point-timing-story::before {
  position: absolute;
  content: "";
  pointer-events: none;
}
#pageTop .point-timing-story::before {
  width: calc(100% - 4.1rem);
  height: calc(100% - 4.3rem);
  right: 0;
  top: 0;
  border-right: 3px solid #d5d5d5;
  border-top: 3px solid #d5d5d5;
  border-top-right-radius: 3px;
}
@media screen and (max-width: 750px) {
  #pageTop .point-timing-story::before {
    width: calc(100% - 6.2rem);
    height: calc(100% - 6.5rem);
  }
}
#pageTop .point-timing-story::after {
  width: calc(100% - 4.5rem);
  height: calc(100% - 4.6rem);
  bottom: 0;
  left: 0;
  border-left: 3px solid #d5d5d5;
  border-bottom: 3px solid #d5d5d5;
  border-bottom-left-radius: 3px;
}
@media screen and (max-width: 750px) {
  #pageTop .point-timing-story::after {
    width: calc(100% - 6.75rem);
    height: calc(100% - 6.9rem);
  }
}
#pageTop .point-timing-story .sub {
  font-size: 1.6rem;
  font-weight: 700;
  color: #df7300;
}
@media screen and (max-width: 750px) {
  #pageTop .point-timing-story .sub {
    font-size: 2.4rem;
  }
}
#pageTop .point-timing-story .ttl {
  font-size: 2.2rem;
  line-height: 1.8;
  letter-spacing: 0;
  font-weight: 400;
}
@media screen and (max-width: 750px) {
  #pageTop .point-timing-story .ttl {
    font-size: 3.3rem;
  }
}
#pageTop .point-timing-story .point-desc {
  line-height: 1.8;
  margin-top: 0.5em;
}
#pageTop .point-timing-story .point-btn {
  margin-top: 1.4em;
}
#pageTop .point-conclusion {
  border: 1.5rem solid #df7300;
  border-radius: 0.8rem;
  margin: 10rem auto 0;
  background: #fff;
  text-align: center;
  padding: 3.8rem 9.7rem 5.3rem;
  position: relative;
}
@media screen and (min-width: 751px) {
  #pageTop .point-conclusion {
    width: 68.5rem;
  }
}
@media screen and (max-width: 750px) {
  #pageTop .point-conclusion {
    border-radius: 1.2rem;
    padding: 4rem 5rem 6rem;
  }
}
#pageTop .point-conclusion .point-ttl:not(.fs22) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.8rem;
  margin-bottom: 0.5em;
}
#pageTop .point-conclusion .point-ttl:not(.fs22) span {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  background: #df7300;
  height: 1px;
}
#pageTop .point-conclusion .point-ttl.fs22 {
  margin-top: 1.5rem;
}
#pageTop .point-conclusion-list {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}
#pageTop .point-conclusion-item {
  line-height: 1.8;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.5rem;
}
@media screen and (max-width: 750px) {
  #pageTop .point-conclusion-item {
    gap: 2.5rem;
  }
}
#pageTop .point-conclusion-item + .point-conclusion-item {
  margin-top: 6px;
}
#pageTop .point-conclusion-item::before {
  display: inline-block;
  content: "";
  width: 2.6rem;
  height: 2.1rem;
  background: url(../img/top/check_icon.svg) center/cover no-repeat;
  margin-top: 0.2em;
}
@media screen and (max-width: 750px) {
  #pageTop .point-conclusion-item::before {
    width: 3.9rem;
    height: 3.15rem;
  }
}
#pageTop .point-conclusion-img {
  position: absolute;
  bottom: 4rem;
  right: -6.9rem;
  width: 14rem;
}
@media screen and (max-width: 750px) {
  #pageTop .point-conclusion-img {
    width: 21rem;
    bottom: 3rem;
  }
}
#pageTop .point-stats {
  background: #ffefde;
  padding: 3rem 0 4.1rem;
  border-radius: 0.8rem;
}
@media screen and (max-width: 750px) {
  #pageTop .point-stats {
    border-radius: 1.2rem;
  }
}
#pageTop .point-stats-wrap {
  margin: 7rem auto 0;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 2.2rem 1fr;
  grid-template-columns: repeat(2, 1fr);
  gap: 2.2rem;
}
@media screen and (max-width: 750px) {
  #pageTop .point-stats-wrap {
    margin-top: 11rem;
    gap: 3.3rem;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}
@media screen and (min-width: 751px) {
  #pageTop .point-stats-wrap .col-2 {
    -ms-grid-column-span: 2;
    grid-column: span 2;
  }
}
@media screen and (min-width: 751px) {
  #pageTop .point-stats-wrap {
    width: 88rem;
    max-width: 100%;
  }
}
#pageTop .point-stats-content {
  padding: 0 5.4rem;
}
#pageTop .point-stats-img {
  margin: 1.7rem 0 2.5rem;
  position: relative;
  background: #fff;
}
#pageTop .point-stats-img .point-search {
  position: absolute;
  top: 0.8rem;
  right: 0.8rem;
}
@media screen and (max-width: 750px) {
  #pageTop .point-stats-img .point-search {
    top: 1.2rem;
    right: 1.2rem;
  }
}
#pageTop .point-stats .point-ttl {
  text-align: center;
  min-height: 6.4rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 750px) {
  #pageTop .point-stats .point-ttl {
    font-size: 3.3rem;
    line-height: 1.6;
  }
}
#pageTop .point-consult {
  width: 36.5rem;
  margin: 3rem 6rem 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  gap: 3%;
}
@media screen and (max-width: 750px) {
  #pageTop .point-consult {
    width: 100%;
    margin-top: 6rem;
  }
}
#pageTop .point-consult-txt {
  color: #fff;
  background: #df7300;
  font-size: 1.5rem;
  letter-spacing: 0;
  padding: 1.6rem;
  line-height: 1.4;
  border-radius: 1.6rem;
  font-weight: 500;
  text-align: justify;
  position: relative;
}
@media screen and (max-width: 750px) {
  #pageTop .point-consult-txt {
    font-size: 2.25rem;
    border-radius: 2.4rem;
    padding: 2.4rem;
  }
}
#pageTop .point-consult-txt::before {
  position: absolute;
  width: 3px;
  height: 2.8rem;
  border-radius: 1rem;
  content: "";
  background: #df7300;
  -webkit-transform-origin: top;
          transform-origin: top;
}
@media screen and (max-width: 750px) {
  #pageTop .point-consult-txt::before {
    border-radius: 1.5rem;
  }
}
#pageTop .point-consult-txt-1 {
  width: 42%;
}
@media screen and (max-width: 750px) {
  #pageTop .point-consult-txt-1 {
    width: 38%;
    margin-left: 4%;
  }
}
#pageTop .point-consult-txt-1::before {
  bottom: -2rem;
  right: 30%;
  -webkit-transform: rotate(-30deg);
          transform: rotate(-30deg);
}
#pageTop .point-consult-txt-2 {
  width: 55%;
  margin-bottom: 2.2rem;
}
@media screen and (max-width: 750px) {
  #pageTop .point-consult-txt-2 {
    width: 50%;
    margin-right: 5%;
  }
}
#pageTop .point-consult-txt-2::before {
  bottom: -2.5rem;
  left: 40%;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
#pageTop .point-consult-img {
  width: 63%;
  margin-inline: auto 3.1rem;
  margin-top: -3.5rem;
}
#pageTop .point-steps {
  margin-inline: 0 auto;
  padding-left: 10rem;
}
@media screen and (min-width: 751px) {
  #pageTop .point-steps {
    width: 98rem;
    margin-top: -14rem;
  }
}
@media screen and (max-width: 750px) {
  #pageTop .point-steps {
    margin-top: 5rem;
    padding-left: 7rem;
  }
}
#pageTop .point-step {
  padding-left: 10.5rem;
  border-left: 1px solid #df7300;
  position: relative;
}
@media screen and (max-width: 750px) {
  #pageTop .point-step {
    padding-left: 12rem;
    padding-bottom: 8rem;
  }
}
#pageTop .point-step-number {
  position: absolute;
  font-weight: 700;
  font-size: 3rem;
  color: #fff;
  background: #df7300;
  border-radius: 40% 40% 40% 40%/40% 40% 40% 40%;
  width: 11.2rem;
  height: 11.2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  top: 0;
  left: 0;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media screen and (max-width: 750px) {
  #pageTop .point-step-number {
    font-size: 4.5rem;
    width: 16.8rem;
    height: 16.8rem;
  }
}
@media screen and (min-width: 751px) {
  #pageTop .point-step .point-ttl {
    margin-bottom: 0.7em;
  }
}
#pageTop .point-step-detail:before {
  margin-right: 1rem;
}
@media screen and (min-width: 751px) {
  #pageTop .point-step-detail + .point-step-detail {
    margin-top: 6px;
  }
}
@media screen and (min-width: 751px) {
  #pageTop .point-step:nth-child(odd) {
    width: 59%;
    padding-right: 2rem;
    border-bottom: 1px solid #df7300;
  }
}
#pageTop .point-step:nth-child(odd):not(.point-step-1) {
  padding-top: 6rem;
}
@media screen and (min-width: 751px) {
  #pageTop .point-step:nth-child(odd):not(.point-step-1) {
    border-top: 1px solid #df7300;
  }
}
#pageTop .point-step:nth-child(odd):not(.point-step-1) .point-step-number {
  -webkit-transform: translate(-50%, 30%);
          transform: translate(-50%, 30%);
}
@media screen and (min-width: 751px) {
  #pageTop .point-step:nth-child(even) {
    width: 41%;
    margin-left: auto;
  }
  #pageTop .point-step:nth-child(even) .point-step-number {
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
}
@media screen and (min-width: 751px) {
  #pageTop .point-step-1 {
    padding-bottom: 10rem;
  }
}
@media screen and (min-width: 751px) {
  #pageTop .point-step-2 {
    padding-bottom: 4rem;
  }
}
@media screen and (min-width: 751px) {
  #pageTop .point-step-3 {
    padding-bottom: 14rem;
  }
}
#pageTop .point-step-3 ul {
  background: #ffefde;
  padding: 1.6rem 2.4rem;
  border-radius: 0.8rem;
  margin: 1.5rem 0;
}
@media screen and (max-width: 750px) {
  #pageTop .point-step-3 ul {
    border-radius: 1.2rem;
    padding: 2.4rem;
  }
}
#pageTop .point-step-3 li {
  list-style: decimal;
  margin-left: 1em;
}
#pageTop .point-step-4 {
  padding-bottom: 2rem;
}
#pageTop .point-step-5 {
  padding-bottom: 8rem;
}
#pageTop .point-step-6 {
  padding-bottom: 7rem;
}
#pageTop .point-step-7 {
  border-bottom: unset !important;
  border-left: unset !important;
}
#pageTop .point-step-7::before {
  position: absolute;
  content: "";
  width: 1px;
  height: 3.5rem;
  top: 0;
  left: 0;
  background: #df7300;
}
@media screen and (max-width: 750px) {
  #pageTop .point-step-7::before {
    height: 5rem;
  }
}
#pageTop .point-convince {
  margin: 16rem auto 0;
}
@media screen and (min-width: 751px) {
  #pageTop .point-convince {
    width: 86rem;
  }
}
#pageTop .point-convince .point-decor + .point-desc {
  text-align: center;
  margin-top: 1em;
}
@media screen and (max-width: 750px) {
  #pageTop .point-convince .point-decor + .point-desc {
    padding: 0 2em;
  }
}
#pageTop .point-convince-box {
  border: 0.6rem solid #edb477;
  border-radius: 0.8rem;
  padding: 3.4rem 0 5.9rem;
  margin-top: 6rem;
  background: #fff;
}
@media screen and (max-width: 750px) {
  #pageTop .point-convince-box {
    border-radius: 1.2rem;
    margin-top: 10rem;
    padding: 7rem 0 10rem;
  }
}
#pageTop .point-convince-intro {
  text-align: center;
  width: 42%;
}
@media screen and (max-width: 750px) {
  #pageTop .point-convince-intro {
    width: 100%;
  }
}
#pageTop .point-convince-img {
  width: 58%;
}
@media screen and (max-width: 750px) {
  #pageTop .point-convince-img {
    width: 87%;
    margin-top: 3rem;
  }
}
#pageTop .point-convince-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 750px) {
  #pageTop .point-convince-flex {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media screen and (min-width: 751px) {
  #pageTop .point-convince-flex.reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
  #pageTop .point-convince-flex.reverse .point-convince-img {
    width: 47%;
  }
  #pageTop .point-convince-flex.reverse .point-convince-intro {
    width: 53%;
  }
}
#pageTop .point-convince-case {
  font-size: 1.2rem;
  font-weight: 700;
  color: #df7300;
  letter-spacing: 0;
  margin-bottom: 0.9rem;
}
@media screen and (max-width: 750px) {
  #pageTop .point-convince-case {
    font-size: 1.8rem;
  }
}
#pageTop .point-convince-case span {
  font-size: 3rem;
}
@media screen and (max-width: 750px) {
  #pageTop .point-convince-case span {
    font-size: 4.5rem;
  }
}
#pageTop .point-convince-desc {
  padding: 0 4.5rem;
  margin: 2.7rem 0 5.5rem;
}
#pageTop .point-convince-desc:last-child {
  margin-bottom: 0;
}
#pageTop .point-convince-spebox {
  margin-top: 8rem;
  padding: 0 4.5rem;
}
#pageTop .point-convince-spebox .point-convince-intro {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  position: relative;
}
#pageTop .point-convince-spebox .point-convince-intro::before {
  position: absolute;
  content: "番外編";
  line-height: 1.9;
  top: 0;
  left: 0;
  border: 1px solid #cbcbcb;
  border-radius: 6.4rem;
  padding: 0.8rem 3.2rem;
  -webkit-transform: translateY(-40%);
          transform: translateY(-40%);
}
@media screen and (max-width: 750px) {
  #pageTop .point-convince-spebox .point-convince-intro::before {
    padding: 1.2rem 4.8rem;
    left: -9rem;
  }
}
#pageTop .point-convince-spebox .point-convince-desc {
  padding: 0;
}
#pageTop .point-convince-spebox .point-stats-wrap {
  gap: 3rem;
  margin-top: 3rem;
}
@media screen and (max-width: 750px) {
  #pageTop .point-convince-spebox .point-stats-wrap {
    margin-top: 5rem;
  }
}
#pageTop .point-convince-spebox .point-stats {
  padding: 0;
  border-radius: 0;
  background: unset;
}
#pageTop .point-convince-spebox .point-stats .point-ttl {
  min-height: unset;
}
#pageTop .point-convince-spebox .point-stats .point-stats-content {
  padding: 0;
}
#pageTop .point-convince-spebox .point-stats .point-stats-img {
  margin: 2rem 0 0;
}
#pageTop .point-convince-spebox .point-stats .point-stats-img .point-search {
  top: unset;
  bottom: 0.8rem;
}
@media screen and (max-width: 750px) {
  #pageTop .point-convince-spebox .point-stats .point-stats-img .point-search {
    bottom: 1rem;
  }
}
#pageTop .point-convince-survey {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 3.2rem;
  border-top: 1px solid #dadada;
  border-bottom: 1px solid #dadada;
  padding: 1rem;
}
@media screen and (max-width: 750px) {
  #pageTop .point-convince-survey {
    padding: 2rem;
  }
}
#pageTop .point-conditions {
  margin: 6.7rem auto 20rem;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 2rem 1fr;
  grid-template-columns: repeat(2, 1fr);
  gap: 2rem;
}
@media screen and (min-width: 751px) {
  #pageTop .point-conditions {
    width: 88rem;
  }
}
@media screen and (max-width: 750px) {
  #pageTop .point-conditions {
    margin-top: 10rem;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    width: 90%;
    gap: 3rem;
  }
}
#pageTop .point-condition {
  border-radius: 0.8rem;
  background: #df7300;
  padding: 2.8rem 4.5rem 3.6rem;
  text-align: center;
}
@media screen and (max-width: 750px) {
  #pageTop .point-condition {
    border-radius: 1.2rem;
  }
}
#pageTop .point-condition-ttl {
  font-weight: 700;
  font-size: 2rem;
  line-height: 1.8;
  color: #fff;
}
@media screen and (max-width: 750px) {
  #pageTop .point-condition-ttl {
    font-size: 3rem;
  }
}
#pageTop .point-condition-ttl span {
  font-size: 1.6rem;
}
@media screen and (max-width: 750px) {
  #pageTop .point-condition-ttl span {
    font-size: 2.4rem;
  }
}
#pageTop .point-condition-img {
  margin: 2.4rem 0 2.8rem;
}
#pageTop .point-infras {
  margin: 10rem auto 0;
  display: -ms-grid;
  display: grid;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-grid-columns: 1fr 6rem 1fr;
  grid-template-columns: repeat(2, 1fr);
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  gap: 9.2rem 6rem;
}
#pageTop .point-infras > *:nth-child(1) {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}
#pageTop .point-infras > *:nth-child(2) {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
}
@media screen and (min-width: 751px) {
  #pageTop .point-infras {
    width: 80rem;
  }
}
@media screen and (max-width: 750px) {
  #pageTop .point-infras {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}
#pageTop .point-infra {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2rem;
}
@media screen and (max-width: 750px) {
  #pageTop .point-infra {
    gap: 3rem;
  }
}
#pageTop .point-infra-ttl {
  color: #000;
  font-size: 2.8rem;
  line-height: 1.3;
  letter-spacing: 0.2em;
  font-weight: 500;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
}
@media screen and (max-width: 750px) {
  #pageTop .point-infra-ttl {
    font-size: 4.2rem;
  }
}
#pageTop .point-infra-box {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  background: #fff;
  border-radius: 0.8rem;
  padding: 4.5rem;
}
@media screen and (max-width: 750px) {
  #pageTop .point-infra-box {
    border-radius: 1.2rem;
    padding: 6.75rem;
  }
}
#pageTop .point-infra-list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  gap: 2.5rem;
  margin-bottom: 4rem;
}
@media screen and (max-width: 750px) {
  #pageTop .point-infra-list {
    gap: 4rem;
  }
}
#pageTop .point-infra-note {
  font-size: 1.3rem;
  line-height: 1.4;
  letter-spacing: 0;
  text-align: justify;
  margin-top: 10px;
}
@media screen and (max-width: 750px) {
  #pageTop .point-infra-note {
    font-size: 1.95rem;
  }
}
#pageTop .point-infra .point-btn {
  margin-bottom: -7rem;
}
@media screen and (max-width: 750px) {
  #pageTop .point-infra .point-btn {
    margin-bottom: -10.5rem;
  }
}
@media screen and (min-width: 751px) {
  #pageTop .point-infra.kanagawa {
    margin-top: 9.2rem;
  }
}
@media screen and (min-width: 751px) {
  #pageTop .point-infra.hanshin {
    margin-top: -25.8rem;
  }
}
#pageTop .point-5 {
  position: relative;
}
@media screen and (max-width: 750px) {
  #pageTop .point-5 {
    padding-bottom: 40rem;
  }
}
#pageTop .point-5::after, #pageTop .point-5::before {
  content: "";
  position: absolute;
  z-index: -1;
  pointer-events: none;
}
#pageTop .point-5::before {
  width: 100%;
  height: 100%;
  top: 19%;
  left: 0;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(81.89%, rgba(249, 165, 74, 0.15)), to(rgba(252, 182, 106, 0)));
  background: linear-gradient(180deg, rgba(249, 165, 74, 0.15) 81.89%, rgba(252, 182, 106, 0) 100%);
  -webkit-transform: rotate(-180deg);
          transform: rotate(-180deg);
}
@media screen and (max-width: 750px) {
  #pageTop .point-5::before {
    top: 0;
  }
}
#pageTop .point-5-bg {
  width: 72rem;
  position: absolute;
  left: 0;
  bottom: -7rem;
  z-index: -2;
}
#pageTop .point-5 .point-intro-heading {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  text-align: center;
}
#pageTop .point-5 .point-intro-heading .heading-flex {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
#pageTop .point-5 .point-intro-heading::before {
  left: calc(50% - 10px);
}
#pageTop .modal__overlay {
  z-index: 100000;
  background: rgba(255, 255, 255, 0.8);
}
#pageTop .modal__container {
  background: transparent;
  max-width: unset;
}
#pageTop .modal__container-1, #pageTop .modal__container-2 {
  width: 48.15rem;
}
#pageTop .modal__container-3 {
  width: 115.8rem;
}
@media screen and (max-width: 750px) {
  #pageTop .modal__container-3 .modal__content {
    overflow-x: auto;
  }
  #pageTop .modal__container-3 .modal__content img {
    width: 115.8rem;
  }
}
#pageTop .modal__container-4, #pageTop .modal__container-5 {
  width: 55.6rem;
}
@media screen and (max-width: 750px) {
  #pageTop .modal__container {
    width: 100%;
    padding: 20px;
  }
}
#pageTop .modal__header .modal__close:before {
  color: #fff;
  background: #df7300;
  border-radius: 50%;
  font-size: 1.2rem;
  width: 3.6rem;
  height: 3.6rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 750px) {
  #pageTop .modal__header .modal__close:before {
    font-size: 1.8rem;
    width: 5.4rem;
    height: 5.4rem;
  }
}
#pageTop .modal__content {
  margin-top: 1.5rem;
  background: #fff;
}
@media screen and (max-width: 750px) {
  #pageTop .modal__content {
    margin-top: 2.25rem;
  }
}
#pageTop .modal__title {
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.55;
  letter-spacing: 0;
  color: #696969;
}
@media screen and (max-width: 750px) {
  #pageTop .modal__title {
    font-size: 2.7rem;
  }
}