@charset "UTF-8";
/*! sanitize.css v3.0.0 | CC0 1.0 Public Domain | github.com/10up/sanitize.css */
/*
 * Normalization
 */
audio:not([controls]) {
  display: none;
  /* Chrome 44-, iOS 8+, Safari 9+ */
}

button {
  overflow: visible;
  /* Internet Explorer 11- */
  -webkit-appearance: button;
  /* iOS 8+ */
}

details {
  display: block;
  /* Edge 12+, Firefox 40+, Internet Explorer 11-, Windows Phone 8.1+ */
}

html {
  /* Edge 12+, Internet Explorer 11- */
  overflow-y: scroll;
  /* All browsers without overlaying scrollbars */
  -webkit-text-size-adjust: 100%;
  /* iOS 8+ */
}

input {
  -webkit-border-radius: 0;
}

input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button;
  /* iOS 8+ */
}

input[type=search] {
  -webkit-appearance: textfield;
  /* Chrome 45+, Safari 9+ */
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
  /* Chrome 45+, Safari 9+ */
}

main {
  display: block;
  /* Android 4.3-, Internet Explorer 11-, Windows Phone 8.1+ */
}

pre {
  overflow: auto;
  /* Internet Explorer 11- */
}

progress {
  display: inline-block;
  /* Internet Explorer 11-, Windows Phone 8.1+ */
}

small {
  font-size: 75%;
  /* All browsers */
}

summary {
  display: block;
  /* Firefox 40+, Internet Explorer 11-, Windows Phone 8.1+ */
}

svg:not(:root) {
  overflow: hidden;
  /* Internet Explorer 11- */
}

template {
  display: none;
  /* Android 4.3-, Internet Explorer 11-, iOS 7-, Safari 7-, Windows Phone 8.1+ */
}

textarea {
  overflow: auto;
  /* Edge 12+, Internet Explorer 11- */
}

[hidden] {
  display: none;
  /* Internet Explorer 10- */
}

/*
 * Universal inheritance
 */
*,
:before,
:after {
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}

* {
  font-size: inherit;
  line-height: inherit;
}

:before,
:after {
  text-decoration: inherit;
  vertical-align: inherit;
}

/*
 * Opinionated defaults
 */
/* specify the border style and width of all elements */
*,
:before,
:after {
  border-style: solid;
  border-width: 0;
}

/* specify the core styles of all elements */
* {
  background-repeat: no-repeat;
  margin: 0;
  padding: 0;
}

/* specify the root styles of the document */
:root {
  background-color: #ffffff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #000000;
  cursor: default;
  font: 100%/1.5 sans-serif;
  text-rendering: optimizeLegibility;
}

/* specify the text decoration of anchors */
a {
  text-decoration: none;
}

/* specify the alignment of media elements */
audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}

/* specify the background color of form elements */
button,
input,
select,
textarea {
  background-color: transparent;
}

/* specify the inherited color and font of form elements */
button,
input,
select,
textarea {
  color: inherit;
  font-family: inherit;
  font-style: inherit;
  font-weight: inherit;
}

/* specify the minimum height of form elements */
button,
[type=button],
[type=date],
[type=datetime],
[type=datetime-local],
[type=email],
[type=month],
[type=number],
[type=password],
[type=reset],
[type=search],
[type=submit],
[type=tel],
[type=text],
[type=time],
[type=url],
[type=week],
select,
textarea {
  min-height: 1.5em;
}

/* specify the font family of code elements */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
}

/* specify the list style of nav lists */
nav ol,
nav ul {
  list-style: none;
}

/* specify the standard appearance of selects */
select {
  -moz-appearance: none;
  /* Firefox 40+ */
  -webkit-appearance: none;
}

select::-ms-expand {
  display: none;
  /* Edge 12+, Internet Explorer 11- */
}

select::-ms-value {
  color: currentColor;
  /* Edge 12+, Internet Explorer 11- */
}

/* specify the border styling of tables */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* specify the resizability of textareas */
textarea {
  resize: vertical;
}

/* specify the background color, font color, and drop shadow of text selections */
::-moz-selection {
  background-color: #b3d4fc;
  /* required when declaring ::selection */
  color: #4c2b03;
  text-shadow: none;
}

::selection {
  background-color: #b3d4fc;
  /* required when declaring ::selection */
  color: #4c2b03;
  text-shadow: none;
}

/* 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] {
  cursor: default;
}

/* specify the style of visually hidden yet accessible elements */
[hidden][aria-hidden=false] {
  clip: rect(0 0 0 0);
  display: inherit;
  position: absolute;
}

[hidden][aria-hidden=false]:focus {
  clip: auto;
}


:root {
  --width-tablet: $width_tablet;
  --width-desktop: $width_desktop;
  --width-container: 1100px;
  --color-font: #181818;
  --color-primary: #FF6600;
  --color-secondary: #EA112E;
  --color-white: #ffffff;
  --color-gray: #D9D9D9;
  --color-line: #17A812;
  --color-bg-orange: #FFEDE0;
  --color-secondary-gray: #D9D9D9;
  --color-bg-gray: #F2F2F2;
  --color-circle-gray: #BEBEBE;
  --color-font-gray: #6F6F6F;
  --color-teal: #45B2C2;
  --color-light-brown: #967A5B;
}

:root {
  --font-family-ja: 'Noto Sans JP', sans-serif;
  --font-family-en: 'Tomorrow', sans-serif;
  --font-family-google: 'Google Sans Flex', sans-serif;
  --font-family-yu: 'YuGothic', 'Yu Gothic', sans-serif;
  --font-family-helvetica: 'Helvetica Neue', Arial, sans-serif;
}

:root {
  --heading-size-xxl: 120px;
  --heading-size-xxl-mb: 56px;
  --heading-size-xl: 40px;
  --heading-size-xl-mb: 20px;
  --heading-size-l: 28px;
  --heading-size-l-mb: 18px;
  --heading-size-m: 32px;
  --heading-size-m-mb: 28px;
  --heading-size-s: 28px;
  --heading-size-s-mb: 24px;
  --heading-size-xs: 24px;
  --heading-size-xs-mb: 20px;
  --heading-size-xxs: 18px;
  --heading-size-xxs-mb: 16px;
  --font-size-l: 16px;
  --font-size-m: 14px;
  --font-size-s: 12px;
  --base-padding-block: 120px;
  --base-padding-block-sp: 100px;
  --base-padding-block-sp-s: 60px;
  --space-unit: 16px;
  --space-xxs: calc(0.25 * var(--space-unit));
  --space-xs: calc(0.50 * var(--space-unit));
  --space-sm: calc(0.75 * var(--space-unit));
  --space-md: calc(1.25 * var(--space-unit));
  --space-lg: calc(2.00 * var(--space-unit));
  --space-xl: calc(3.25 * var(--space-unit));
  --space-xxl: calc(5.25 * var(--space-unit));
}

.row {
  --gap-x: 0;
  --gap-y: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.row__item--mobile-1 {
  width: 8.3333333333%;
}
.row__item--mobile-2 {
  width: 16.6666666667%;
}
.row__item--mobile-3 {
  width: 25%;
}
.row__item--mobile-4 {
  width: 33.3333333333%;
}
.row__item--mobile-5 {
  width: 41.6666666667%;
}
.row__item--mobile-6 {
  width: 50%;
}
.row__item--mobile-7 {
  width: 58.3333333333%;
}
.row__item--mobile-8 {
  width: 66.6666666667%;
}
.row__item--mobile-9 {
  width: 75%;
}
.row__item--mobile-10 {
  width: 83.3333333333%;
}
.row__item--mobile-11 {
  width: 91.6666666667%;
}
.row__item--mobile-12 {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .row__item--tablet-1 {
    width: 8.3333333333%;
  }
}
@media screen and (min-width: 768px) {
  .row__item--tablet-2 {
    width: 16.6666666667%;
  }
}
@media screen and (min-width: 768px) {
  .row__item--tablet-3 {
    width: 25%;
  }
}
@media screen and (min-width: 768px) {
  .row__item--tablet-4 {
    width: 33.3333333333%;
  }
}
@media screen and (min-width: 768px) {
  .row__item--tablet-5 {
    width: 41.6666666667%;
  }
}
@media screen and (min-width: 768px) {
  .row__item--tablet-6 {
    width: 50%;
  }
}
@media screen and (min-width: 768px) {
  .row__item--tablet-7 {
    width: 58.3333333333%;
  }
}
@media screen and (min-width: 768px) {
  .row__item--tablet-8 {
    width: 66.6666666667%;
  }
}
@media screen and (min-width: 768px) {
  .row__item--tablet-9 {
    width: 75%;
  }
}
@media screen and (min-width: 768px) {
  .row__item--tablet-10 {
    width: 83.3333333333%;
  }
}
@media screen and (min-width: 768px) {
  .row__item--tablet-11 {
    width: 91.6666666667%;
  }
}
@media screen and (min-width: 768px) {
  .row__item--tablet-12 {
    width: 100%;
  }
}
@media screen and (min-width: 1024px) {
  .row__item--desktop-1 {
    width: 8.3333333333%;
  }
}
@media screen and (min-width: 1024px) {
  .row__item--desktop-2 {
    width: 16.6666666667%;
  }
}
@media screen and (min-width: 1024px) {
  .row__item--desktop-3 {
    width: 25%;
  }
}
@media screen and (min-width: 1024px) {
  .row__item--desktop-4 {
    width: 33.3333333333%;
  }
}
@media screen and (min-width: 1024px) {
  .row__item--desktop-5 {
    width: 41.6666666667%;
  }
}
@media screen and (min-width: 1024px) {
  .row__item--desktop-6 {
    width: 50%;
  }
}
@media screen and (min-width: 1024px) {
  .row__item--desktop-7 {
    width: 58.3333333333%;
  }
}
@media screen and (min-width: 1024px) {
  .row__item--desktop-8 {
    width: 66.6666666667%;
  }
}
@media screen and (min-width: 1024px) {
  .row__item--desktop-9 {
    width: 75%;
  }
}
@media screen and (min-width: 1024px) {
  .row__item--desktop-10 {
    width: 83.3333333333%;
  }
}
@media screen and (min-width: 1024px) {
  .row__item--desktop-11 {
    width: 91.6666666667%;
  }
}
@media screen and (min-width: 1024px) {
  .row__item--desktop-12 {
    width: 100%;
  }
}
.row--std {
  margin: -8px;
}
.row--std .row__item {
  padding: 8px;
}
.row--wide {
  margin: -16px;
}
.row--wide .row__item {
  padding: 16px;
}
.row--center {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.row--align-center {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.container {
  --padding: var(--space-unit);
  width: 100%;
  padding-left: var(--padding);
  padding-right: var(--padding);
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 1024px) {
  .container {
    --padding: var(--space-xl);
    max-width: calc(var(--width-container) + var(--padding) * 2);
  }
}
@media screen and (max-width: 1023px) {
  .container {
    padding-left: 80px;
    padding-right: 80px;
  }
}
@media screen and (max-width: 767px) {
  .container {
    padding-left: 24px;
    padding-right: 24px;
  }
}

.page {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  min-height: 100vh;
  position: relative;
}
.page .page__header {
  position: sticky;
  top: 0;
  background-color: var(--color-white);
}
.page .page__header .header__logo {
  margin-left: 2.5rem;
  padding-block: 2.3rem;
}
@media screen and (min-width: 768px) {
  .page .page__header .header__logo {
    margin-left: 8.2rem;
  }
}
.page .page__header .header__logo .header__img {
  width: 100%;
  max-width: 271px;
  height: auto;
}
@media screen and (min-width: 768px) {
  .page .page__header .header__logo {
    margin-left: 24px;
  }
  .page .page__header .header__logo .header__img {
    max-width: 361px;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1400px) {
  .page .page__header .header__logo {
    margin-left: 2.4rem;
  }
}
.page .page__header li a {
  color: var(--color-font);
  font-size: 15px;
  font-weight: 700;
}

.menu-overlay {
  position: fixed;
  inset: 0;
  background-color: rgba(0, 0, 0, 0.3);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  z-index: 98;
  pointer-events: none;
}

.menu-overlay.menu-overlay--active {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

.menu {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 85%;
  height: 100dvh;
  opacity: 0;
  font-size: var(--font-size-l);
  font-weight: bold;
  line-height: 24px;
  letter-spacing: 0.05em;
  visibility: hidden;
  pointer-events: none;
  padding: 12rem 2rem;
  background: var(--color-white);
  overflow-y: auto;
  z-index: 99;
}
.menu--open {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  background-color: var(--color-white);
  color: var(--color-font);
}
.menu li a {
  padding-bottom: 20px;
  margin-bottom: 30px;
  border-bottom: 2px solid var(--color-gray);
}
.menu li:last-child a {
  margin-bottom: 50px;
}

.menu-cta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.5rem;
  background: var(--color-teal);
  border: 1px solid var(--color-teal);
  border-radius: 30px;
  width: 100%;
  max-width: 241px;
  margin: 0 auto;
  padding: 1.2rem;
  -webkit-transition: 0.2s ease-out;
  transition: 0.2s ease-out;
  color: var(--color-white);
  font-weight: bold;
  font-size: 1.5rem;
  text-align: center;
}
.menu-cta:hover {
  background: var(--color-white);
  color: var(--color-teal);
}
.menu-cta__contact-arrow {
  display: inline-block;
  width: 8px;
  height: 8px;
  margin: 0 10px;
  border-top: 2px solid var(--color-white);
  border-right: 2px solid var(--color-white);
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.menu-cta:hover .menu-cta__contact-arrow {
  border-top: 2px solid var(--color-teal);
  border-right: 2px solid var(--color-teal);
}

.menu-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.menu-list__item {
  position: relative;
  -webkit-transition: 0.2s ease-out;
  transition: 0.2s ease-out;
}
.menu-list__link {
  position: relative;
  display: block;
  color: inherit;
}
.menu-list__child {
  display: grid;
  grid-template-rows: 0fr;
  -webkit-transition: 250ms grid-template-rows ease;
  transition: 250ms grid-template-rows ease;
  transition: 250ms grid-template-rows ease, 250ms -ms-grid-rows ease;
}
.menu-list__child-inner {
  overflow: hidden;
}
.trigger--open + .menu-list__child {
  grid-template-rows: 1fr;
}
.menu-list__trigger {
  position: absolute;
  top: 0;
  right: 0;
}

.trigger {
  display: grid;
  place-items: center;
  place-content: center;
  width: 4rem;
  height: 4rem;
}
.trigger::before {
  content: "+";
}
.trigger--open::before {
  content: "-";
}

.menu-btn {
  position: relative;
  display: block;
  width: 40px;
  height: 40px;
  transform: translateZ(0);
  -webkit-transform: translateZ(0);
}
@media screen and (max-width: 1023px) {
  .menu-btn {
    position: fixed;
    right: 18px;
    top: 24px;
    z-index: 999;
  }
}
@media screen and (min-width: 768px) {
  .menu-btn {
    display: none;
  }
}
.menu-btn__line {
  position: absolute;
  top: 50%;
  left: 25%;
  display: block;
  width: 25px;
  height: 2px;
  -webkit-transition: 0.2s ease-out;
  transition: 0.2s ease-out;
  background: var(--color-teal);
}
.menu-btn__line:nth-child(1) {
  -webkit-transform: translateY(-12px);
          transform: translateY(-12px);
}
.menu-btn__line:nth-child(2) {
  top: 50%;
}
.menu-btn__line:nth-child(3) {
  -webkit-transform: translateY(12px);
          transform: translateY(12px);
}
.menu-btn[aria-expanded=true] .menu-btn__line:nth-child(1) {
  -webkit-transform: translateY(0) rotate(-45deg);
          transform: translateY(0) rotate(-45deg);
}
.menu-btn[aria-expanded=true] .menu-btn__line:nth-child(2) {
  opacity: 0;
}
.menu-btn[aria-expanded=true] .menu-btn__line:nth-child(3) {
  -webkit-transform: translateY(0) rotate(45deg);
          transform: translateY(0) rotate(45deg);
}

/*********************/
/*  loader  */
/*********************/
.loader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: var(--color-white);
  z-index: 9999;
}
.loader__icon {
  position: absolute;
  border-left: 2px solid var(--color-white);
  border-top: 2px solid var(--color-primary);
  border-right: 2px solid var(--color-primary);
  border-bottom: 2px solid var(--color-primary);
  height: 46px;
  width: 46px;
  left: 50%;
  top: 50%;
  margin: -23px 0 0 -23px;
  text-indent: -9999em;
  font-size: 10px;
  z-index: 9999;
  -webkit-animation: load 0.8s infinite linear;
          animation: load 0.8s infinite linear;
}
.loader__icon, .loader__icon::after {
  border-radius: 50%;
  width: 46px;
  height: 46px;
}

@-webkit-keyframes load {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes load {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
.footer {
  position: relative;
  background: rgba(255, 255, 255, 0.6);
  z-index: 1;
  padding: 2rem 0;
}
@media screen and (min-width: 1024px) {
  .footer .container {
    max-width: 977px;
  }
}
@media screen and (min-width: 768px) {
  .footer {
    padding: 8rem 0;
  }
}
.footer__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.footer__back {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 61px;
  aspect-ratio: 1/1;
  background: #000000;
  border-radius: 8px;
  color: #FFF;
  text-align: left;
  font-family: var(--font-family-helvetica);
  font-size: 1.1rem;
  font-weight: 400;
  line-height: 1.3;
  text-decoration: none;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.footer__right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  text-align: right;
}
.footer__logo {
  width: 100%;
  max-width: 133px;
}
.footer__logo img {
  width: 100%;
  height: auto;
  display: block;
}
.footer__copyright {
  color: #000;
  font-family: var(--font-family-helvetica);
  font-size: 1rem;
  font-weight: 400;
  margin-top: 1rem;
}

.section__title {
  font-size: 3rem;
  font-weight: bold;
  letter-spacing: 3.36px;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .section__title {
    font-size: 4.2rem;
  }
}
.section__subtitle {
  display: block;
  font-size: 1.6rem;
  color: var(--color-teal);
  letter-spacing: 1.6px;
  text-align: center;
  margin-top: 1rem;
}
.section__message {
  position: relative;
  z-index: 2;
  aspect-ratio: 780/1324;
  padding: 8rem 0;
}
@media screen and (min-width: 768px) {
  .section__message {
    aspect-ratio: 2560/1754;
    padding: 12rem 0;
  }
}
.section__navigator {
  position: relative;
  z-index: 1;
  margin-top: -140px;
  background: rgba(255, 255, 255, 0.6);
  padding: 30rem 0 4rem;
}
@media screen and (min-width: 768px) {
  .section__navigator {
    margin-top: -120px;
    padding: 50rem 0 4rem;
  }
}
@media screen and (min-width: 1024px) {
  .section__navigator {
    margin-top: -300px;
    padding: 50rem 0 9rem;
  }
}
.section__specification {
  position: relative;
  background: rgba(255, 255, 255, 0.6);
  z-index: 1;
  padding: 6rem 0;
}
@media screen and (min-width: 768px) {
  .section__specification {
    padding: 10rem 0;
  }
}

.section__photo-report {
  position: relative;
  background: rgba(255, 255, 255, 0.6);
  z-index: 1;
  padding: 8rem 0 12rem;
}
@media screen and (min-width: 768px) {
  .section__photo-report {
    padding: 12rem 0 18rem;
  }
}
@media screen and (min-width: 1024px) {
  .section__photo-report .container {
    max-width: 1120px;
  }
}

.photo-report__header {
  text-align: center;
}
.photo-report__title-en {
  color: var(--color-text-dark);
  text-align: center;
  font-family: var(--font-family-google);
  font-size: 5rem;
  font-weight: 600;
  line-height: 1;
  letter-spacing: -3px;
}
@media screen and (min-width: 768px) {
  .photo-report__title-en {
    font-size: 10rem;
  }
}
.photo-report__title-ja {
  color: var(--color-text-dark);
  text-align: center;
  font-family: var(--font-family-ja);
  font-size: 1.3rem;
  font-weight: 600;
  line-height: 2.3;
  letter-spacing: 0.51px;
}
@media screen and (min-width: 768px) {
  .photo-report__title-ja {
    font-size: 1.7rem;
  }
}
.photo-report__lead {
  color: var(--color-text-dark);
  text-align: center;
  font-family: var(--font-family-yu);
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 2.3;
  letter-spacing: 1.89px;
  margin-top: 2rem;
}
@media screen and (min-width: 768px) {
  .photo-report__lead {
    font-size: 2.1rem;
  }
}
.photo-report__content {
  margin-top: 4rem;
}
@media screen and (min-width: 768px) {
  .photo-report__content {
    margin-top: 6rem;
  }
}

/*********************/
/*  TOP  */
/*********************/
/*********************/
.header-btn {
  display: none;
}
.header-btn__contact {
  display: none;
}
@media screen and (min-width: 768px) {
  .header-btn__contact {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 0.5rem;
    background: var(--color-teal);
    border: 1px solid var(--color-teal);
    border-radius: 30px;
    width: 100%;
    max-width: 241px;
    margin-right: 16px;
    padding: 1.2rem;
    -webkit-transition: 0.2s ease-out;
    transition: 0.2s ease-out;
    color: var(--color-white);
    font-weight: bold;
    font-size: 1.5rem;
    text-align: center;
  }
  .header-btn__contact:hover {
    background: var(--color-white);
    color: var(--color-teal);
  }
  .header-btn__contact:hover .header-btn__contact-arrow {
    border-top: 2px solid var(--color-teal);
    border-right: 2px solid var(--color-teal);
  }
}
@media screen and (min-width: 768px) {
  .header-btn__contact-txt {
    display: inline;
  }
}
@media screen and (min-width: 768px) {
  .header-btn__contact-arrow {
    display: inline-block;
    width: 8px;
    height: 8px;
    margin: 0 10px;
    border-top: 2px solid var(--color-white);
    border-right: 2px solid var(--color-white);
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
    -webkit-transition: 0.2s;
    transition: 0.2s;
  }
}

.mv-cta-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.5rem;
  background: var(--color-teal);
  border: 1px solid var(--color-teal);
  border-radius: 40px;
  width: 100%;
  max-width: 330px;
  margin: 4rem auto;
  padding: 1.8rem;
  color: var(--color-white);
  font-weight: bold;
  font-size: 1.6rem;
  text-align: center;
  -webkit-transition: 0.2s ease-out;
  transition: 0.2s ease-out;
}
@media screen and (min-width: 768px) {
  .mv-cta-btn {
    width: 308px;
    font-size: 1.8rem;
  }
}
.mv-cta-btn:hover {
  background: var(--color-white);
  color: var(--color-teal);
}
.mv-cta-btn__arrow {
  display: inline-block;
  width: 8px;
  height: 8px;
  margin: 0 10px;
  border-top: 2px solid var(--color-white);
  border-right: 2px solid var(--color-white);
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.mv-cta-btn:hover .mv-cta-btn__arrow {
  border-top: 2px solid var(--color-teal);
  border-right: 2px solid var(--color-teal);
}

.cta-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.5rem;
  background: #CFB394;
  border-radius: 40px;
  width: 100%;
  max-width: 330px;
  margin: 4rem auto;
  padding: 1.8rem;
  color: var(--color-white);
  font-weight: bold;
  font-size: 1.6rem;
  text-align: center;
  -webkit-transition: 0.2s ease-out;
  transition: 0.2s ease-out;
}
@media screen and (min-width: 768px) {
  .cta-btn {
    width: 308px;
    font-size: 1.8rem;
  }
}
.cta-btn:hover {
  background: var(--color-white);
  color: #CFB394;
}
.cta-btn:hover .cta-btn__arrow {
  border-top: 2px solid #CFB394;
  border-right: 2px solid #CFB394;
}
.cta-btn__arrow {
  display: inline-block;
  width: 8px;
  height: 8px;
  margin: 0 10px;
  border-top: 2px solid var(--color-white);
  border-right: 2px solid var(--color-white);
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.features-card-list {
  display: grid;
  gap: 3rem 2rem;
  margin-top: 3rem;
  place-content: center;
}
@media screen and (min-width: 768px) {
  .features-card-list {
    grid-template-columns: 1fr 1fr;
    margin-top: 6rem;
  }
}
@media screen and (min-width: 1024px) {
  .features-card-list {
    grid-template-columns: 1fr 1fr 1fr;
    justify-items: center;
  }
}
.features-card-list .features-card {
  background: var(--color-white);
  border-radius: 6px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
  width: 100%;
  overflow: hidden;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.features-card-list .features-card__img {
  border: 1px solid #D6D6D6;
  border-radius: 6px;
  padding: 1rem 5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.features-card-list .features-card__img img {
  width: 60px;
  height: 120px;
  -o-object-fit: contain;
     object-fit: contain;
}
.features-card-list .features-card__box {
  padding: 0 2rem;
  display: grid;
}
.features-card-list .features-card__copy {
  font-size: 2.1rem;
  font-weight: bold;
  text-align: center;
  color: var(--color-light-brown);
  margin-top: 3.3rem;
}
.features-card-list .features-card__description {
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.5;
  text-align: center;
  margin-top: 1.7rem;
}

:root {
  font-size: 62.5%;
  scroll-behavior: smooth;
}

[id] {
  scroll-margin-top: 80px;
}
@media screen and (min-width: 1024px) {
  [id] {
    scroll-margin-top: 100px;
  }
}

@font-face {
  font-family: "icomoon";
  src: url("../fonts/icomoon.eot?vg6ec6");
  src: url("../fonts/icomoon.eot?vg6ec6#iefix") format("embedded-opentype"), url("../fonts/icomoon.ttf?vg6ec6") format("truetype"), url("../fonts/icomoon.woff?vg6ec6") format("woff"), url("../fonts/icomoon.svg?vg6ec6#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
}
body {
  font-size: 1.5rem;
  line-height: 1.8;
  font-family: "Roboto", -apple-system, BlinkMacSystemFont, "Noto Sans JP", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  color: var(--color-font);
  -webkit-font-feature-settings: "halt";
          font-feature-settings: "halt";
  -webkit-font-smoothing: antialiased;
}
@media screen and (min-width: 1024px) {
  body {
    font-size: 1.6rem;
  }
}

.img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}

.br--sp {
  display: none;
}
@media screen and (max-width: 767px) {
  .br--sp {
    display: block;
  }
}

.fv {
  position: relative;
  width: 100%;
  height: 100svh;
  z-index: 0;
  overflow: hidden;
}
.fv__bg {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100svh;
  z-index: -1;
}
.fv__bg-img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  display: block;
}
.fv__content {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.fv__content-img {
  width: 100%;
  max-width: 390px;
  height: auto;
  display: block;
}
@media screen and (min-width: 768px) {
  .fv__content-img {
    max-width: 700px;
  }
}

.message {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  aspect-ratio: 780/1324;
  background-image: url("../images/bg_message_sp.webp");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (min-width: 768px) {
  .message {
    aspect-ratio: 2560/1754;
    background-image: url("../images/bg_message_pc.webp");
  }
}
.message__content {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 50px;
  max-width: var(--width-container);
  width: 100%;
  padding: 0 var(--space-lg);
}
@media screen and (min-width: 768px) {
  .message__content {
    gap: 68px;
  }
}
.message__text {
  color: var(--color-white);
  text-align: center;
  font-family: var(--font-family-ja);
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 2.3;
  letter-spacing: 0.96px;
}
@media screen and (min-width: 768px) {
  .message__text {
    font-size: 1.6rem;
  }
}
.message__logo img {
  width: 400px;
  max-width: 100%;
  height: auto;
}
@media screen and (min-width: 768px) {
  .message__logo {
    width: 400px;
  }
}

.navigator__header,
.guest__header {
  text-align: center;
}

.navigator__title-en,
.guest__title-en {
  color: var(--color-text-dark);
  text-align: center;
  font-family: var(--font-family-google);
  font-size: 5rem;
  font-weight: 600;
  line-height: 1;
  letter-spacing: -3px;
}
@media screen and (min-width: 768px) {
  .navigator__title-en,
  .guest__title-en {
    font-size: 10rem;
  }
}

.navigator__title-ja,
.guest__title-ja {
  color: var(--color-text-dark);
  text-align: center;
  font-family: var(--font-family-ja);
  font-size: 1.3rem;
  font-weight: 600;
  line-height: 2.3;
  letter-spacing: 0.51px;
}
@media screen and (min-width: 768px) {
  .navigator__title-ja,
  .guest__title-ja {
    font-size: 1.7rem;
  }
}

.person {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 3.2rem;
}
@media screen and (min-width: 768px) {
  .person {
    margin-top: 4.8rem;
  }
}
.person__img {
  width: 100%;
  max-width: 230px;
}
@media screen and (min-width: 768px) {
  .person__img {
    max-width: 324px;
  }
}
.person__img img {
  width: 100%;
  height: auto;
  display: block;
}
.person__name {
  color: var(--color-text-dark);
  text-align: center;
  font-family: var(--font-family-ja);
  font-size: 1.8rem;
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: 1.44px;
  margin-top: 1.6rem;
}
@media screen and (min-width: 768px) {
  .person__name {
    font-size: 2.4rem;
    margin-top: 2.4rem;
  }
}
.person__name-group {
  font-size: 1.3rem;
}
@media screen and (min-width: 768px) {
  .person__name-group {
    font-size: 1.6rem;
  }
}
.person__name-en {
  color: var(--color-text-dark);
  text-align: center;
  font-family: var(--font-family-google);
  font-size: 1rem;
  font-weight: 200;
  line-height: 1;
  letter-spacing: 2.6px;
  margin-top: 0.4rem;
}
@media screen and (min-width: 768px) {
  .person__name-en {
    font-size: 1.3rem;
    margin-top: 0.9rem;
  }
}

.guest {
  margin-top: 10rem;
}
@media screen and (min-width: 768px) {
  .guest {
    margin-top: 18rem;
  }
}
.guest__lead {
  color: var(--color-text-dark);
  text-align: center;
  font-family: var(--font-family-yu);
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 2.3;
  letter-spacing: 1.89px;
  margin-top: 2rem;
}
@media screen and (min-width: 768px) {
  .guest__lead {
    font-size: 2.1rem;
    margin-top: 5.6rem;
  }
}
.guest__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width: 768px) {
  .guest__list {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 20px;
  }
}
@media screen and (min-width: 768px) {
  .guest__list .person {
    margin-top: 6rem;
  }
}

.photo-report__header {
  text-align: center;
}
.photo-report__title-en {
  color: var(--color-text-dark);
  text-align: center;
  font-family: var(--font-family-google);
  font-size: 5rem;
  font-weight: 600;
  line-height: 1;
  letter-spacing: -3px;
}
@media screen and (min-width: 768px) {
  .photo-report__title-en {
    font-size: 10rem;
  }
}
.photo-report__title-ja {
  color: var(--color-text-dark);
  text-align: center;
  font-family: var(--font-family-ja);
  font-size: 1.3rem;
  font-weight: 600;
  line-height: 2.3;
  letter-spacing: 0.51px;
}
@media screen and (min-width: 768px) {
  .photo-report__title-ja {
    font-size: 1.7rem;
  }
}
.photo-report__lead {
  color: var(--color-text-dark);
  text-align: center;
  font-family: var(--font-family-yu);
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 2.3;
  letter-spacing: 1.89px;
  margin-top: 1.8rem;
}
@media screen and (min-width: 768px) {
  .photo-report__lead {
    font-size: 2.1rem;
    margin-top: 5.6rem;
  }
}
.photo-report__content {
  margin-top: 2.9rem;
}
@media screen and (min-width: 768px) {
  .photo-report__content {
    margin-top: 6.4rem;
  }
}
.photo-report__gallery {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0.8rem;
}
@media screen and (min-width: 768px) {
  .photo-report__gallery {
    grid-template-columns: repeat(4, 1fr);
    gap: 2.9rem;
  }
}
.photo-report__item {
  display: block;
  width: 100%;
  aspect-ratio: 1/1;
  overflow: hidden;
  border-radius: 4px;
  cursor: pointer;
  padding: 0;
  border: none;
  background: none;
}
.photo-report__item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
.photo-report__item:hover img {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}

.photo-modal {
  display: none;
  position: fixed;
  inset: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.85);
  z-index: 9999;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 2rem;
}
.photo-modal.photo-modal--open {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.photo-modal__inner {
  position: relative;
  max-width: 900px;
  width: 100%;
  max-height: 90svh;
}
.photo-modal__img {
  width: 100%;
  height: 100%;
  max-height: 90svh;
  -o-object-fit: contain;
     object-fit: contain;
  display: block;
  margin: 0 auto;
}
.photo-modal__close {
  position: absolute;
  top: -4rem;
  right: 0;
  width: 3.2rem;
  height: 3.2rem;
  background: none;
  border: none;
  cursor: pointer;
  padding: 0;
}
.photo-modal__close::before, .photo-modal__close::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 2px;
  background: var(--color-white);
}
.photo-modal__close::before {
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
}
.photo-modal__close::after {
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
          transform: translate(-50%, -50%) rotate(-45deg);
}
@media screen and (min-width: 768px) {
  .photo-modal__close {
    top: 0;
    right: -4rem;
  }
}
.photo-modal__caption {
  color: var(--color-white);
  font-family: var(--font-family-yu);
  font-size: 1.7rem;
  font-weight: 700;
  line-height: 1.8;
  letter-spacing: 1.53px;
  margin-top: 1.8rem;
}