/*
  Josh's Custom CSS Reset
  https://www.joshwcomeau.com/css/custom-css-reset/
*/
*, *::before, *::after {
  box-sizing: border-box;
}

*:not(dialog) {
  margin: 0;
}

@media (prefers-reduced-motion: no-preference) {
  html {
    interpolate-size: allow-keywords;
  }
}
body {
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
}

img, picture, video, canvas, svg {
  display: block;
  max-width: 100%;
}

input, button, textarea, select {
  font: inherit;
}

p, h1, h2, h3, h4, h5, h6 {
  overflow-wrap: break-word;
}

p {
  text-wrap: pretty;
}

h1, h2, h3, h4, h5, h6 {
  text-wrap: balance;
}

#root, #__next {
  isolation: isolate;
}

:root {
  --color-text: #333333;
  --color-main: #fd8572;
  --font_plex: "IBM Plex Sans JP", sans-serif;
  --font_comfortaa: "Comfortaa", sans-serif;
}

body {
  font-family: var(--font_plex);
  color: var(--color-text);
  font-weight: 400;
  font-style: normal;
  font-optical-sizing: auto;
  font-size: 15px;
  line-height: 180%; /* 27px */
  letter-spacing: 1.2px;
}

img,
video,
svg {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}

sup {
  font-size: 50%;
}

.u-block {
  max-width: 1192px;
  width: calc(100% - 60px);
  margin: 0 auto;
}
.u-block > :first-child {
  margin-top: 0;
}
.u-block > :last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 768px) {
  .u-block {
    width: auto;
    padding: 0 4.1025641026vw;
  }
}

@media screen and (min-width: 769px) {
  .u-show-sp {
    display: none !important;
  }
}

@media screen and (max-width: 768px) {
  .u-show-pc {
    display: none !important;
  }
}

.u-hover {
  cursor: pointer;
}
@media (hover: hover) and (pointer: fine) {
  .u-hover {
    transition: opacity 0.3s ease;
  }
  .u-hover:hover {
    opacity: 0.7;
  }
}

.l-wrapper {
  overflow: clip;
}

.l-header {
  position: absolute;
  z-index: 5;
  top: 0;
  left: 0;
  width: 100%;
  padding: 16px 32px;
}
@media screen and (max-width: 768px) {
  .l-header {
    padding: 3.0769230769vw 4.1025641026vw;
  }
}

@media screen and (max-width: 768px) {
  .header__logo {
    width: 21.0256410256vw;
  }
}

.l-contents {
  padding: 160px 0;
  background: url(../img/com_bg01.webp) no-repeat 50% 0%/100% auto;
}
@media screen and (max-width: 768px) {
  .l-contents {
    padding: 15.3846153846vw 0;
    background: url(../img/com_bg01_sp.webp) no-repeat 50% 0%/100% auto;
  }
}

.l-kv {
  position: relative;
  aspect-ratio: 1440/810;
}

.kv-contents {
  position: relative;
  z-index: 5;
  z-index: 5;
  padding-top: 76px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .kv-contents {
    padding-top: 30.2564102564vw;
    padding-bottom: 16.4102564103vw;
  }
}

.kv-logo-wrap {
  position: relative;
  margin: 0 auto 86px;
  width: 325px;
  display: block;
  opacity: 0;
}
@media screen and (max-width: 768px) {
  .kv-logo-wrap {
    width: 62.5641025641vw;
  }
}

.kv-logo {
  position: absolute;
  z-index: 5;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  width: 29.8461538462%;
}
.kv-logo img {
  width: 100%;
}

.kv-logo__base img {
  width: 100%;
  filter: drop-shadow(0 10px 40px rgba(0, 0, 0, 0.05));
}

.kv-title-wrap {
  opacity: 0;
}

.kv-title__catch {
  display: block;
  margin: 0 0 8px;
  font-size: 32px;
  font-feature-settings: "palt";
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: normal;
}
@media screen and (max-width: 768px) {
  .kv-title__catch {
    margin-bottom: 4.1025641026vw;
    font-size: 5.1282051282vw;
  }
}

.kv-title__main {
  display: block;
  margin: 0 auto 32px;
  max-width: 580px;
}
@media screen and (max-width: 768px) {
  .kv-title__main {
    margin-bottom: 8.2051282051vw;
    max-width: 91.7948717949vw;
  }
}

@media screen and (max-width: 768px) {
  .kv-lead {
    text-align: left;
    padding: 0 4.1025641026vw;
  }
}

.kv__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  opacity: 0;
}

.c-media {
  display: flex;
  align-items: center;
  gap: 0;
}
@media screen and (max-width: 768px) {
  .c-media {
    flex-direction: column;
    gap: 8.2051282051vw;
  }
}
.c-media + .c-media {
  margin-top: 96px;
}
@media screen and (max-width: 768px) {
  .c-media + .c-media {
    margin-top: 16.4102564103vw;
  }
}

.c-media--reverse {
  flex-direction: row-reverse;
}
@media screen and (max-width: 768px) {
  .c-media--reverse {
    flex-direction: column;
  }
}

.c-media__image {
  flex-shrink: 0;
  width: 51.3422818792%;
}
@media screen and (max-width: 768px) {
  .c-media__image {
    width: auto;
  }
}

.c-media__detail {
  padding: 0 5.8724832215%;
  flex-grow: 1;
}
@media screen and (max-width: 768px) {
  .c-media__detail {
    padding: 0;
  }
}

.c-headline-v1 {
  margin: 0 0 32px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .c-headline-v1 {
    margin-bottom: 8.2051282051vw;
  }
}

.c-headline-v1__catch {
  display: flex;
  justify-content: center;
  gap: 0 20px;
  margin: 0 0 16px;
  font-family: var(--font_comfortaa);
  font-size: 28px;
  font-weight: 400;
  line-height: 1.14;
  letter-spacing: normal;
}
@media screen and (max-width: 768px) {
  .c-headline-v1__catch {
    gap: 5.1282051282vw;
    margin-bottom: 4.1025641026vw;
    font-size: 7.1794871795vw;
  }
}
.c-headline-v1__catch:before, .c-headline-v1__catch:after {
  content: "";
  display: block;
  width: 6px;
  height: 32px;
  border-top: 3px solid var(--color-text);
  border-bottom: 3px solid var(--color-text);
  border-left: 3px solid var(--color-text);
}
@media screen and (max-width: 768px) {
  .c-headline-v1__catch:before, .c-headline-v1__catch:after {
    width: 1.5384615385vw;
    height: 8.2051282051vw;
  }
}
.c-headline-v1__catch:after {
  transform: rotate(180deg);
}

.c-headline-v1__main {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  padding: 0 0 3px;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.5;
  border-bottom: 1px solid #999;
}
@media screen and (max-width: 768px) {
  .c-headline-v1__main {
    padding: 0 0 0.7692307692vw;
    font-size: 5.1282051282vw;
  }
}

.c-paragraph {
  margin: 1em 0 0;
}

.c-inlinelink {
  text-decoration: underline;
  color: inherit;
}
.c-inlinelink:hover {
  text-decoration: none;
}

.l-footer {
  border-top: 1px solid #E5EAEF;
  padding: 32px 0;
  color: #444559;
}
@media screen and (max-width: 768px) {
  .l-footer {
    padding: 8.2051282051vw 0;
  }
}

.footer-layout {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .footer-layout {
    gap: 10.2564102564vw;
    flex-direction: column;
  }
}

.footer__logo {
  width: 85px;
}
@media screen and (max-width: 768px) {
  .footer__logo {
    width: 21.7948717949vw;
  }
}

.footer__address {
  margin: 24px 0 0;
  font-weight: 400;
}
@media screen and (max-width: 768px) {
  .footer__address {
    margin-top: 8.2051282051vw;
  }
}
.footer__address a {
  color: inherit;
  text-decoration: none;
}

.footer__link {
  margin: 16px 0 0;
  color: #444559;
  font-weight: 400;
  letter-spacing: 1.2px;
}
@media screen and (max-width: 768px) {
  .footer__link {
    margin-top: 4.1025641026vw;
  }
}

.animation-fadeup {
  opacity: 0;
  transform: translateY(15px);
  transition: opacity 0.8s ease-out, transform 0.8s ease-out;
}
.animation-fadeup.is-show {
  opacity: 1;
  transform: translateY(0);
}