@charset "UTF-8";
/* resset.dev • v5.0.2 */
/* # =================================================================
   # Global selectors
   # ================================================================= */
html {
  box-sizing: border-box;
  -webkit-text-size-adjust: 100%; /* Prevent adjustments of font size after orientation changes in iOS */
  word-break: normal;
  -moz-tab-size: 4;
  -o-tab-size: 4;
  tab-size: 4;
}

*,
::before,
::after {
  background-repeat: no-repeat; /* Set `background-repeat: no-repeat` to all elements and pseudo elements */
  box-sizing: inherit;
}

::before,
::after {
  text-decoration: inherit; /* Inherit text-decoration and vertical align to ::before and ::after pseudo elements */
  vertical-align: inherit;
}

* {
  padding: 0; /* Reset `padding` and `margin` of all elements */
  margin: 0;
}

/* # =================================================================
   # General elements
   # ================================================================= */
hr {
  overflow: visible; /* Show the overflow in Edge and IE */
  height: 0; /* Add the correct box sizing in Firefox */
  color: inherit; /* Correct border color in Firefox. */
}

details,
main {
  display: block; /* Render the `main` element consistently in IE. */
}

summary {
  display: list-item; /* Add the correct display in all browsers */
}

small {
  font-size: 80%; /* Set font-size to 80% in `small` elements */
}

[hidden] {
  display: none; /* Add the correct display in IE */
}

abbr[title] {
  border-bottom: none; /* Remove the bottom border in Chrome 57 */
  /* Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari */
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
}

a {
  background-color: transparent; /* Remove the gray background on active links in IE 10 */
}

a:active,
a:hover {
  outline-width: 0; /* Remove the outline when hovering in all browsers */
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace; /* Specify the font family of code elements */
}

pre {
  font-size: 1em; /* Correct the odd `em` font sizing in all browsers */
}

b,
strong {
  font-weight: bolder; /* Add the correct font weight in Chrome, Edge, and Safari */
}

/* https://gist.github.com/unruthless/413930 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

table {
  border-color: inherit; /* Correct border color in all Chrome, Edge, and Safari. */
  text-indent: 0; /* Remove text indentation in Chrome, Edge, and Safari */
}

iframe {
  border-style: none;
}

/* # =================================================================
   # Forms
   # ================================================================= */
input {
  border-radius: 0;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto; /* Correct the cursor style of increment and decrement buttons in Chrome */
}

[type=search] {
  -webkit-appearance: textfield; /* Correct the odd appearance in Chrome and Safari */
  outline-offset: -2px; /* Correct the outline style in Safari */
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none; /* Remove the inner padding in Chrome and Safari on macOS */
}

textarea {
  overflow: auto; /* Internet Explorer 11+ */
  resize: vertical; /* Specify textarea resizability */
}

button,
input,
optgroup,
select,
textarea {
  font: inherit; /* Specify font inheritance of form elements */
}

optgroup {
  font-weight: bold; /* Restore the font weight unset by the previous rule */
}

button {
  overflow: visible; /* Address `overflow` set to `hidden` in IE 8/9/10/11 */
}

button,
select {
  text-transform: none; /* Firefox 40+, Internet Explorer 11- */
}

/* Apply cursor pointer to button elements */
button,
[type=button],
[type=reset],
[type=submit],
[role=button] {
  cursor: pointer;
}

/* Remove inner padding and border in Firefox 4+ */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/* Replace focus style removed in the border reset above */
button:-moz-focusring,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  outline: 1px dotted ButtonText;
}

button,
html [type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button; /* Correct the inability to style clickable types in iOS */
}

/* Remove the default button styling in all browsers */
button,
input,
select,
textarea {
  background-color: transparent;
  border-style: none;
}

a:focus,
button:focus,
input:focus,
select:focus,
textarea:focus {
  outline-width: 0;
}

/* Style select like a standard input */
select {
  -moz-appearance: none; /* Firefox 36+ */
  -webkit-appearance: none; /* Chrome 41+ */
}

select::-ms-expand {
  display: none; /* Internet Explorer 11+ */
}

select::-ms-value {
  color: currentColor; /* Internet Explorer 11+ */
}

legend {
  border: 0; /* Correct `color` not being inherited in IE 8/9/10/11 */
  color: inherit; /* Correct the color inheritance from `fieldset` elements in IE */
  display: table; /* Correct the text wrapping in Edge and IE */
  max-width: 100%; /* Correct the text wrapping in Edge and IE */
  white-space: normal; /* Correct the text wrapping in Edge and IE */
  max-width: 100%; /* Correct the text wrapping in Edge 18- and IE */
}

::-webkit-file-upload-button {
  /* Correct the inability to style clickable types in iOS and Safari */
  -webkit-appearance: button;
  color: inherit;
  font: inherit; /* Change font properties to `inherit` in Chrome and Safari */
}

/* Replace pointer cursor in disabled elements */
[disabled] {
  cursor: default;
}

/* # =================================================================
   # Specify media element style
   # ================================================================= */
img {
  border-style: none; /* Remove border when inside `a` element in IE 8/9/10 */
}

/* Add the correct vertical alignment in Chrome, Firefox, and Opera */
progress {
  vertical-align: baseline;
}

/* # =================================================================
   # Accessibility
   # ================================================================= */
/* Specify the progress cursor of updating elements */
[aria-busy=true] {
  cursor: progress;
}

/* Specify the pointer cursor of trigger elements */
[aria-controls] {
  cursor: pointer;
}

/* Specify the unstyled cursor of disabled, not-editable, or otherwise inoperable elements */
[aria-disabled=true] {
  cursor: default;
}

.kv {
  position: relative;
}
.kv::after {
  content: "";
  display: block;
  width: 100%;
  height: min(0.014516129 * 100vw, 18px);
  background-color: #000;
  position: absolute;
  bottom: 0;
  left: 0;
}
.kv__bg {
  width: 100%;
  height: min(0.4919354839 * 100vw, 810px);
  -o-object-fit: cover;
  object-fit: cover;
}
.kv__char {
  position: absolute;
  top: min(0.0161290323 * 100vw, 20px);
  right: calc(50% + min(0.0290322581 * 100vw, 36px));
  display: block;
  width: min(0.4032258065 * 100vw, 500px);
  transform: scale(0);
  animation: zoomIn 0.5s cubic-bezier(0.35, 0.16, 0.25, 0.99) 0.5s forwards;
}
.kv__txt {
  position: absolute;
  bottom: min(0.0483870968 * 100vw, 60px);
  right: calc(50% - min(0.0403225806 * 100vw, 50px));
  display: block;
  width: min(0.5241935484 * 100vw, 650px);
}
.kv__scroll {
  position: absolute;
  bottom: 0.4838709677vw;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  transition: opacity 0.3s cubic-bezier(0.33, 0.13, 0.46, 0.71);
}
.kv__scroll__txt {
  font-size: min(0.8870967742vw, 1.1rem);
  font-weight: 400;
  line-height: 1;
  position: relative;
  z-index: 1;
}
.kv__scroll__icon {
  display: block;
  width: min(0.0322580645 * 100vw, 40px);
  height: min(0.0322580645 * 100vw, 40px);
  margin-top: max(-0.0064516129 * 100vw, -8px);
}
@media (hover: hover) {
  .kv__scroll:hover {
    opacity: 0.6;
  }
}
@keyframes zoomIn {
  0% {
    transform: scale(0);
  }
  80% {
    transform: scale(1.05);
  }
  100% {
    transform: scale(1);
  }
}
@media screen and (max-width: 767px) {
  .kv::after {
    content: none;
  }
  .kv__bg {
    height: auto;
  }
  .kv__char {
    top: 10.6666666667vw;
    left: 10.6666666667vw;
    width: 82.6666666667vw;
  }
  .kv__txt {
    bottom: 25.3333333333vw;
    left: 6.6666666667vw;
    width: 86.6666666667vw;
  }
  .kv__scroll {
    display: none;
  }
}

.about {
  margin-left: auto;
  margin-right: auto;
  max-width: 1000px;
  width: calc(100% - min(0.0967741935 * 100vw, 120px) * 2);
  display: grid;
  align-items: flex-end;
  padding: min(0.0564516129 * 100vw, 70px) 0;
  scroll-margin-top: min(0.0564516129 * 100vw, 70px);
}
@media screen and (max-width: 767px) {
  .about {
    max-width: inherit;
    width: calc(100% - 6.6666666667vw * 2);
  }
}
.about__logo {
  grid-area: 1/1/2/2;
  width: min(0.2177419355 * 100vw, 270px);
}
.about__txt {
  font-size: min(1.4516129032vw, 1.8rem);
  font-weight: 400;
  line-height: 1.5555555556;
  grid-area: 2/1/3/2;
  margin-top: min(0.0193548387 * 100vw, 24px);
}
.about__right {
  grid-area: 1/2/3/3;
  justify-self: end;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: min(0.0177419355 * 100vw, 22px);
}
.about__right__img {
  width: min(0.2419354839 * 100vw, 300px);
  cursor: pointer;
  transition: opacity 0.3s cubic-bezier(0.33, 0.13, 0.46, 0.71);
}
@media (hover: hover) {
  .about__right__img:hover {
    opacity: 0.6;
  }
}
.about__right__img__txt {
  width: min(0.2338709677 * 100vw, 290px);
}
@media screen and (max-width: 767px) {
  .about {
    display: flex;
    flex-direction: column;
    align-items: inherit;
    padding: 10vw 0;
    scroll-margin-top: 13.0666666667vw;
  }
  .about__logo {
    width: 39.6vw;
  }
  .about__txt {
    font-size: 3.2rem;
    line-height: 1.65625;
    margin-top: 4.8vw;
  }
  .about__img {
    align-self: center;
    width: 45.3333333333vw;
    margin-top: 8.2666666667vw;
  }
}

.place {
  background-color: #e4efe2;
  padding: min(0.0806451613 * 100vw, 100px) 0;
}
.place__lead {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: min(0.0387096774 * 100vw, 48px);
  margin-bottom: min(0.0387096774 * 100vw, 48px);
}
.place__lead__txt {
  width: min(0.6443548387 * 100vw, 799px);
}
.place__lead__arw {
  width: min(0.0322580645 * 100vw, 40px);
}
.place__list {
  margin-left: auto;
  margin-right: auto;
  max-width: 1000px;
  width: calc(100% - min(0.0967741935 * 100vw, 120px) * 2);
  list-style: none;
}
@media screen and (max-width: 767px) {
  .place__list {
    max-width: inherit;
    width: calc(100% - 6.6666666667vw * 2);
  }
}
.place__list__item {
  display: flex;
  width: 100%;
  position: relative;
  opacity: 0;
  transform: translateY(min(0.0322580645 * 100vw, 40px));
  transition: opacity 0.5s cubic-bezier(0.33, 0.13, 0.46, 0.71), transform 0.5s cubic-bezier(0.33, 0.13, 0.46, 0.71);
}
.place__list__item.is-inview {
  opacity: 1;
  transform: translateY(0);
}
.place__list__item:nth-child(2n) .place__img {
  margin: 0 0 0 auto;
}
.place__list__item:nth-child(2n) .place__txt {
  left: min(0.1080645161 * 100vw, 134px);
}
.place__list__item:nth-child(2n+1) .place__txt {
  left: min(0.3991935484 * 100vw, 495px);
}
.place__list__item:nth-child(n+2) {
  margin-top: min(0.0362903226 * 100vw, 45px);
}
.place__img {
  width: min(0.435483871 * 100vw, 540px);
  cursor: pointer;
  transition: opacity 0.3s cubic-bezier(0.33, 0.13, 0.46, 0.71);
}
@media (hover: hover) {
  .place__img:hover {
    opacity: 0.6;
  }
}
.place__txt {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
}
.place__txt--01 {
  width: min(0.2588709677 * 100vw, 321px);
}
.place__txt--02 {
  width: min(0.2725806452 * 100vw, 338px);
}
.place__txt--03 {
  width: min(0.264516129 * 100vw, 328px);
}
.place__txt--04 {
  width: min(0.2774193548 * 100vw, 344px);
}
.place__txt--05 {
  width: min(0.2782258065 * 100vw, 345px);
}
.place__txt--06 {
  width: min(0.3564516129 * 100vw, 442px);
}
.place__txt--07 {
  width: min(0.4072580645 * 100vw, 505px);
}
@media screen and (max-width: 767px) {
  .place {
    padding: 16vw 0;
  }
  .place__list__item {
    flex-direction: column;
    transform: translateY(5.3333333333vw);
  }
  .place__list__item:nth-child(2n) .place__img {
    margin: 0;
  }
  .place__list__item:nth-child(2n) .place__txt {
    left: inherit;
  }
  .place__list__item:nth-child(2n+1) .place__txt {
    left: inherit;
  }
  .place__list__item:nth-child(n+2) {
    margin-top: 10vw;
  }
  .place__img {
    width: 66.6666666667vw;
    align-self: center;
  }
  .place__txt {
    position: relative;
    top: inherit;
    transform: translateY(0);
    margin-top: -3.2vw;
  }
  .place__txt--01 {
    width: 55.0666666667vw;
  }
  .place__txt--02 {
    width: 56.9333333333vw;
  }
  .place__txt--03 {
    width: 57.7333333333vw;
  }
  .place__txt--04 {
    width: 59.3333333333vw;
  }
  .place__txt--05 {
    width: 59.6vw;
  }
  .place__txt--06 {
    width: 76vw;
  }
  .place__txt--07 {
    width: 86.6666666667vw;
  }
}

.result {
  margin-left: auto;
  margin-right: auto;
  max-width: 1000px;
  width: calc(100% - min(0.0967741935 * 100vw, 120px) * 2);
  padding: min(0.0483870968 * 100vw, 60px) 0 min(0.0564516129 * 100vw, 70px);
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .result {
    max-width: inherit;
    width: calc(100% - 6.6666666667vw * 2);
  }
}
.result__char {
  position: absolute;
  bottom: max(-0.1806451613 * 100vw, -224px);
  right: 0;
  display: block;
  width: min(0.2177419355 * 100vw, 270px);
  animation: bound 1.5s linear infinite;
}
.result__inner {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: min(0.0290322581 * 100vw, 36px) min(0.0580645161 * 100vw, 72px);
  margin-top: min(0.0435483871 * 100vw, 54px);
  padding-left: min(0.0580645161 * 100vw, 72px);
  position: relative;
  z-index: 1;
}
.result__ttl {
  width: min(0.6266129032 * 100vw, 777px);
}
.result__img {
  grid-area: 1/1/3/2;
  width: min(0.2870967742 * 100vw, 356px);
  transition: opacity 0.3s cubic-bezier(0.33, 0.13, 0.46, 0.71);
}
@media (hover: hover) {
  .result__img:hover {
    opacity: 0.6;
  }
}
.result__txt {
  font-size: min(1.4516129032vw, 1.8rem);
  font-weight: 400;
  line-height: 1.5555555556;
  grid-area: 1/2/2/3;
}
.result__btn {
  grid-area: 2/2/3/3;
}
@keyframes bound {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(min(0.0040322581 * 100vw, 5px));
  }
  100% {
    transform: translateY(0);
  }
}
@media screen and (max-width: 767px) {
  .result {
    padding: 10vw 0 20vw;
  }
  .result__char {
    bottom: -49.8666666667vw;
    width: 60vw;
  }
  .result__inner {
    display: block;
    margin-top: 3.2vw;
    padding-left: 0;
  }
  .result__ttl {
    width: 66.1333333333vw;
  }
  .result__img {
    width: 86.6666666667vw;
    margin-top: 9.3333333333vw;
  }
  .result__txt {
    font-size: 3.2rem;
    line-height: 1.65625;
  }
  .result__btn {
    margin-top: 10vw;
  }
}

.contact {
  background: url("../img/contact-bg.jpg") no-repeat center/cover;
  padding: min(0.0564516129 * 100vw, 70px) 0;
}
.contact__inner {
  margin-left: auto;
  margin-right: auto;
  max-width: 1000px;
  width: calc(100% - min(0.0967741935 * 100vw, 120px) * 2);
  display: grid;
  gap: min(0.0129032258 * 100vw, 16px) min(0.0967741935 * 100vw, 120px);
  grid-template-columns: auto 1fr;
}
@media screen and (max-width: 767px) {
  .contact__inner {
    max-width: inherit;
    width: calc(100% - 6.6666666667vw * 2);
  }
}
.contact__img {
  grid-area: 1/1/3/2;
  width: min(0.2306451613 * 100vw, 286px);
}
.contact__ttl {
  grid-area: 1/2/2/3;
  width: min(0.475 * 100vw, 589px);
}
.contact__txt {
  font-size: min(1.4516129032vw, 1.8rem);
  font-weight: 400;
  line-height: 1.5555555556;
  grid-area: 2/2/3/3;
}
@media screen and (max-width: 767px) {
  .contact {
    background: url("../img/contact-bg_sp.jpg") no-repeat center/cover;
    padding: 10vw 0;
  }
  .contact__inner {
    display: flex;
    flex-direction: column;
  }
  .contact__img {
    align-self: center;
    width: 45.3333333333vw;
    margin-bottom: 10vw;
  }
  .contact__ttl {
    width: 83.7333333333vw;
  }
  .contact__txt {
    font-size: 3.2rem;
    line-height: 1.65625;
    margin-top: 4.2666666667vw;
  }
}

.c-btn {
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  width: min(0.1774193548 * 100vw, 220px);
  height: min(0.0403225806 * 100vw, 50px);
  padding: min(0.0080645161 * 100vw, 10px) 0 min(0.0080645161 * 100vw, 10px) min(0.0080645161 * 100vw, 10px);
  border-radius: min(0.0064516129 * 100vw, 8px);
  background-color: #ebe239;
  transition: opacity 0.3s cubic-bezier(0.33, 0.13, 0.46, 0.71);
}
.c-btn__icon {
  grid-area: 1/1/3/2;
  width: min(0.0258064516 * 100vw, 32px);
  margin-right: min(0.0064516129 * 100vw, 8px);
}
.c-btn__stxt {
  grid-area: 1/2/2/3;
  font-size: min(0.8064516129vw, 1rem);
  font-weight: 600;
  line-height: 1;
}
.c-btn__txt {
  grid-area: 2/2/3/3;
  font-size: min(1.2096774194vw, 1.5rem);
  font-weight: 600;
  line-height: 1;
}
.c-btn--kv {
  grid-template-columns: 1fr auto;
  gap: 0 min(0.0080645161 * 100vw, 10px);
  width: min(0.235483871 * 100vw, 292px);
  height: min(0.0532258065 * 100vw, 66px);
  padding: min(0.0080645161 * 100vw, 10px) min(0.0129032258 * 100vw, 16px);
  position: absolute;
  bottom: min(0.0451612903 * 100vw, 56px);
  right: min(0.0258064516 * 100vw, 32px);
}
.c-btn--kv .c-btn__icon {
  grid-area: 1/2/3/3;
  width: min(0.0322580645 * 100vw, 40px);
  margin-right: 0;
}
.c-btn--kv .c-btn__stxt {
  text-align: center;
  grid-area: 1/1/2/2;
  font-size: min(1.0483870968vw, 1.3rem);
  font-weight: 600;
  letter-spacing: 0.05em;
  line-height: 1;
}
.c-btn--kv .c-btn__txt {
  text-align: center;
  grid-area: 2/1/3/2;
  font-size: min(1.6935483871vw, 2.1rem);
  font-weight: 600;
  letter-spacing: 0.05em;
  line-height: 1;
}
.c-btn--result {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: min(0.1451612903 * 100vw, 180px);
  height: min(0.0483870968 * 100vw, 60px);
  padding: min(0.0080645161 * 100vw, 10px) min(0.0161290323 * 100vw, 20px) min(0.0080645161 * 100vw, 10px) min(0.0129032258 * 100vw, 16px);
}
.c-btn--result .c-btn__txt {
  font-size: min(1.4516129032vw, 1.8rem);
  font-weight: 600;
  line-height: 1.2222222222;
}
.c-btn--result .c-btn__icon {
  width: min(0.0161290323 * 100vw, 20px);
  margin-right: 0;
}
@media (hover: hover) {
  .c-btn:hover {
    opacity: 0.6;
  }
}
@media screen and (max-width: 767px) {
  .c-btn {
    width: 66.6666666667vw;
    height: 14.8vw;
    padding: 2.1333333333vw 0 2.1333333333vw 3.2vw;
    border-radius: 1.0666666667vw;
  }
  .c-btn__icon {
    width: 9.0666666667vw;
    margin-right: 3.2vw;
  }
  .c-btn__stxt {
    font-size: 2.2rem;
    line-height: 1;
  }
  .c-btn__txt {
    font-size: 3.4rem;
    line-height: 1;
  }
  .c-btn--kv {
    gap: 0 5.3333333333vw;
    width: 66.6666666667vw;
    height: 15.0666666667vw;
    padding: 2.4vw 3.4666666667vw 2.4vw 5.6vw;
    bottom: 2.9333333333vw;
    right: 50%;
    transform: translateX(50%);
  }
  .c-btn--kv .c-btn__icon {
    width: 9.0666666667vw;
    margin-left: auto;
  }
  .c-btn--kv .c-btn__stxt {
    font-size: 2.2rem;
    line-height: 1;
  }
  .c-btn--kv .c-btn__txt {
    font-size: 3.6rem;
    line-height: 1;
  }
  .c-btn--result {
    width: 44vw;
    height: 14.6666666667vw;
    padding: 2.1333333333vw 5.3333333333vw 2.1333333333vw 4vw;
  }
  .c-btn--result .c-btn__txt {
    font-size: 3.3rem;
    line-height: 1.2121212121;
  }
  .c-btn--result .c-btn__icon {
    width: 5.3333333333vw;
    margin-right: 0;
  }
}

.c-modal__close {
  width: min(0.0516129032 * 100vw, 64px);
  height: min(0.0516129032 * 100vw, 64px);
  background: #fff;
  border-radius: 50%;
  position: fixed;
  top: min(0.0258064516 * 100vw, 32px);
  right: min(0.0258064516 * 100vw, 32px);
  cursor: pointer;
  z-index: 1002;
  visibility: hidden;
  opacity: 0;
  transition: opacity 0.3s cubic-bezier(0.33, 0.13, 0.46, 0.71);
}
@media screen and (min-width: 768px), print {
  .c-modal__close:hover {
    opacity: 0.6;
  }
}
.c-modal__close.is-active {
  visibility: visible;
  opacity: 1;
}
.c-modal__close:before, .c-modal__close:after {
  position: absolute;
  top: 50%;
  left: 50%;
  content: "";
  display: block;
  background: #000;
  width: min(0.0241935484 * 100vw, 30px);
  height: 2px;
  transform: translateX(-50%) rotate(45deg);
  transform-origin: center;
}
.c-modal__close:after {
  transform: translateX(-50%) rotate(-45deg);
}
@media screen and (max-width: 767px) {
  .c-modal__close {
    width: 12.8vw;
    height: 12.8vw;
    top: 6.4vw;
    right: 5.3333333333vw;
  }
  .c-modal__close:before, .c-modal__close:after {
    width: 6.4vw;
  }
}
.c-modal__layer {
  background-color: rgba(0, 0, 0, 0.8);
  width: 100vw;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
  visibility: hidden;
  opacity: 0;
  transition: visibility 0.3s cubic-bezier(0.33, 0.13, 0.46, 0.71), opacity 0.3s cubic-bezier(0.33, 0.13, 0.46, 0.71);
}
.c-modal__layer.is-active {
  visibility: visible;
  opacity: 1;
}
.c-modal__window {
  width: min(0.6451612903 * 100vw, 800px);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  z-index: 1001;
  visibility: hidden;
  opacity: 0;
  transition: visibility 0.3s cubic-bezier(0.33, 0.13, 0.46, 0.71), opacity 0.3s cubic-bezier(0.33, 0.13, 0.46, 0.71);
}
.c-modal__window.is-active {
  visibility: visible;
  opacity: 1;
}
.c-modal__window iframe {
  width: 100%;
  height: auto;
  aspect-ratio: 16/9;
}
@media screen and (max-width: 767px) {
  .c-modal__window {
    width: 100%;
  }
}

* {
  box-sizing: border-box;
}
*:before, *:after {
  box-sizing: border-box;
}
*::-moz-selection {
  background-color: #87ceeb;
}
*::selection {
  background-color: #87ceeb;
}

html {
  font-size: 62.5%;
  -webkit-font-smoothing: antialiased;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  scroll-behavior: smooth;
}
@media screen and (max-width: 767px) {
  html {
    font-size: 1.3333333333vw;
  }
  html.is-nav-active {
    overflow: hidden;
  }
}

body {
  color: #000;
  font-family: "Hiragino Kaku Gothic ProN", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: none;
  text-size-adjust: none;
  font-size: 1.4rem;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
  body {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
}

a {
  color: #000;
  text-decoration: none;
}
@media screen and (min-width: 768px), print {
  a[href^="tel:"] {
    pointer-events: none;
  }
}

ol, ul {
  list-style-position: inside;
}

img, svg, video {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}

picture img {
  width: 100%;
  height: auto;
}

table {
  width: 100%;
  max-width: 100%;
  border-collapse: collapse;
}
table th, table td {
  word-break: break-all;
}

[data-js-focus-visible]:focus:not([data-focus-visible-added]) {
  outline: none;
}

[aria-hidden=false] {
  visibility: visible;
}

[aria-hidden=true] {
  display: none;
  visibility: hidden;
}

@media screen and (max-width: 767px) {
  .l-lg {
    display: none !important;
  }
}

@media screen and (min-width: 768px), print {
  .l-sm {
    display: none !important;
  }
}

.l-main {
  padding-top: min(0.0564516129 * 100vw, 70px);
}
@media screen and (max-width: 767px) {
  .l-main {
    padding-top: 13.0666666667vw;
  }
}

.l-footer {
  background-color: #000;
  padding: min(0.0725806452 * 100vw, 90px) 0;
}
.l-footer__inner {
  margin-left: auto;
  margin-right: auto;
  max-width: 1000px;
  width: calc(100% - min(0.0967741935 * 100vw, 120px) * 2);
}
@media screen and (max-width: 767px) {
  .l-footer__inner {
    max-width: inherit;
    width: calc(100% - 6.6666666667vw * 2);
  }
}
.l-footer__logo {
  display: block;
  width: min(0.25 * 100vw, 310px);
}
.l-footer__mdl {
  margin-top: min(0.0290322581 * 100vw, 36px);
  padding-bottom: min(0.0403225806 * 100vw, 50px);
  border-bottom: 1px solid #fff;
}
.l-footer__list {
  display: flex;
  list-style: none;
}
.l-footer__list__item:first-child {
  margin-right: min(0.0483870968 * 100vw, 60px);
}
.l-footer__btn {
  display: grid;
  place-items: center;
  width: min(0.239516129 * 100vw, 297px);
  height: min(0.1137096774 * 100vw, 141px);
  position: relative;
}
.l-footer__btn::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  transition: background-color 0.3s cubic-bezier(0.33, 0.13, 0.46, 0.71);
}
.l-footer__btn::after {
  content: "";
  display: block;
  width: min(0.0096774194 * 100vw, 12px);
  height: min(0.0096774194 * 100vw, 12px);
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  position: absolute;
  top: 50%;
  right: min(0.0112903226 * 100vw, 14px);
  transform: translateY(-50%) rotate(45deg);
  z-index: 1;
}
.l-footer__btn__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.l-footer__btn__txt {
  font-size: min(1.4516129032vw, 1.8rem);
  font-weight: 600;
  line-height: 1.5555555556;
  font-family: "Hiragino Mincho ProN", "游明朝", YuMincho, serif;
  color: #fff;
  position: relative;
  z-index: 1;
}
@media (hover: hover) {
  .l-footer__btn:hover::before {
    background-color: rgba(0, 0, 0, 0.7);
  }
}
.l-footer__mdl {
  display: flex;
  align-items: flex-start;
  gap: min(0.0483870968 * 100vw, 60px);
}
.l-footer__btm {
  display: flex;
  gap: min(0.0483870968 * 100vw, 60px);
  padding-top: min(0.0403225806 * 100vw, 50px);
}
.l-footer__btm__block__ttl {
  font-size: min(1.2903225806vw, 1.6rem);
  font-weight: 600;
  line-height: 1.3125;
  color: #fff;
  margin-bottom: min(0.0129032258 * 100vw, 16px);
}
.l-footer .c-btn {
  width: min(0.235483871 * 100vw, 292px);
  height: min(0.0524193548 * 100vw, 65px);
  padding: min(0.0080645161 * 100vw, 10px) 0 min(0.0080645161 * 100vw, 10px) min(0.0129032258 * 100vw, 16px);
}
.l-footer .c-btn__icon {
  width: min(0.0322580645 * 100vw, 40px);
  margin-right: min(0.0096774194 * 100vw, 12px);
}
.l-footer .c-btn__stxt {
  font-size: min(1.0483870968vw, 1.3rem);
  line-height: 1;
}
.l-footer .c-btn__txt {
  font-size: min(1.6129032258vw, 2rem);
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .l-footer {
    padding: 10vw 0;
  }
  .l-footer__logo {
    width: 64.6666666667vw;
  }
  .l-footer__mdl {
    margin-top: min(0.0290322581 * 100vw, 36px);
    padding-bottom: min(0.0403225806 * 100vw, 50px);
  }
  .l-footer__list {
    flex-direction: column;
    align-items: center;
    gap: 6vw;
  }
  .l-footer__list__item:first-child {
    margin-right: 0;
  }
  .l-footer__btn {
    width: 66.6666666667vw;
    height: 31.6vw;
  }
  .l-footer__btn::after {
    width: 2.9333333333vw;
    height: 2.9333333333vw;
    right: 3.2vw;
  }
  .l-footer__btn__txt {
    font-size: 3.4rem;
    line-height: 1;
  }
  .l-footer__mdl {
    flex-direction: column;
    align-items: center;
    gap: 10vw;
  }
  .l-footer__btm {
    flex-direction: column;
    gap: 6.6666666667vw;
    padding-top: 6vw;
  }
  .l-footer__btm__block {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .l-footer__btm__block__ttl {
    font-size: 3.2rem;
    line-height: 1;
    margin-bottom: 4.2666666667vw;
    align-self: flex-start;
  }
}

.l-header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  width: 100%;
  height: min(0.0564516129 * 100vw, 70px);
  padding: min(0.0080645161 * 100vw, 10px) min(0.0258064516 * 100vw, 32px);
  background-color: #fff;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.l-header__logo {
  width: min(0.2048387097 * 100vw, 254px);
}
.l-header__list {
  display: flex;
  list-style: none;
}
.l-header__list__item:first-child {
  margin-right: min(0.0096774194 * 100vw, 12px);
}
@media screen and (max-width: 767px) {
  .l-header {
    height: 13.0666666667vw;
  }
  .l-header__logo {
    width: 56.6666666667vw;
  }
  .l-header__list {
    display: none;
  }
}