@charset "UTF-8";
*,
*::before,
*::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html,
body {
  width: 100%;
  min-height: 100%;
}

body {
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
}

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

button,
input,
textarea,
select {
  font: inherit;
  background: none;
  border: none;
  outline: none;
}

ul,
ol {
  list-style: none;
}

a {
  text-decoration: none;
  color: inherit;
}

/* SETTING 
====================================================== */
body {
  position: relative;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: min(1em, 3.8647vw);
  color: #222;
  line-height: 1.5;
  text-align: left;
}

.sp,
.tb,
.pc {
  display: none;
}

@media (max-width: 575px) {
  .sp {
    display: block !important;
  }
  br.sp {
    display: inline !important;
  }
}
@media (min-width: 576px) and (max-width: 1023px) {
  .tb {
    display: block !important;
  }
  br.tb {
    display: inline !important;
  }
}
@media (min-width: 1024px) {
  .pc {
    display: block !important;
  }
  br.pc {
    display: inline !important;
  }
}
.clearfix {
  clear: both;
}

.mb0 {
  margin-bottom: 0 !important;
}

:root {
  --color-primary: #007dfc;
  --color-primary-dark: #0062b2;
  --color-text: #222222;
  --color-bg: #ebf6ff;
  --gradient-primary: linear-gradient(to right, #7087de, #50a7db);
}

.credit {
  background: var(--color-primary);
  padding: 15px 5%;
}
.credit-text {
  max-width: 945px;
  font-size: 0.875em;
  line-height: 1;
  color: #fff;
  text-align: right;
  margin: auto;
}

.hero {
  position: relative;
  overflow: hidden;
  background: var(--color-bg);
}

.hero::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 70vw;
  aspect-ratio: 600/130;
  background: url("./hero-deco.webp") no-repeat top left;
  background-size: contain;
  z-index: 2;
  pointer-events: none;
}
@media (min-width: 576px) {
  .hero::before {
    width: clamp(180px, 35vw, 600px);
  }
}

.hero picture {
  display: block;
}

.hero img {
  width: 100%;
  height: auto;
  display: block;
}

.hero::after {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: 130vw;
  aspect-ratio: 10/2;
  bottom: -21vw;
  background: var(--color-bg);
  border-radius: 50%;
  pointer-events: none;
  filter: drop-shadow(0 0 50px rgba(0, 125, 252, 0.5));
}

.title {
  padding: 57vw 0 10vw;
  position: relative;
  background: var(--color-bg);
}
@media (min-width: 576px) {
  .title {
    padding: 5% 0 5%;
  }
}
@media (min-width: 1044px) {
  .title {
    padding: 0 0 5%;
  }
}
.title::before {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 70vw;
  aspect-ratio: 600/130;
  background: url("./hero-deco.webp") no-repeat top left;
  background-size: contain;
  transform: rotate(180deg);
  z-index: 1;
  pointer-events: none;
}
@media (min-width: 576px) {
  .title::before {
    width: clamp(180px, 35vw, 600px);
  }
}

.title-unit {
  width: 92%;
  max-width: 960px;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, 0);
  z-index: 9;
}
@media (min-width: 576px) {
  .title-unit {
    transform: translate(-50%, -90%);
  }
}
@media (min-width: 1044px) {
  .title-unit {
    transform: translate(-50%, -110%);
  }
}
.title-unit-sub {
  width: 70%;
  margin: 1% auto 3%;
}
@media (min-width: 576px) {
  .title-unit-sub {
    width: 43.75%;
    margin: 1% 2% 3%;
  }
}
.title-unit-main {
  display: flex;
  justify-content: center;
  background: rgba(0, 125, 252, 0.9);
  border-radius: clamp(12px, 4vw, 20px);
  padding: clamp(10px, 4%, 20px);
}
.title-unit-main h1 {
  color: #fff;
  font-size: clamp(1em, 5.7971vw, 2.5em);
  font-feature-settings: "palt";
  letter-spacing: 0.05em;
  text-align: center;
}
@media (min-width: 576px) {
  .title-unit-main h1 {
    text-align: left;
    font-size: clamp(1.4em, 3.8vw, 2.5em);
  }
}

.lead-text {
  position: relative;
  width: 92%;
  max-width: 820px;
  font-weight: 700;
  line-height: 2;
  text-align: justify;
  color: var(--color-primary-dark);
  z-index: 2;
  margin: 0 auto;
}

.content {
  width: 100%;
  padding: 0 0 40px;
}
.content__body {
  width: 92%;
  max-width: 820px;
  margin: 0 auto;
  padding: 50px 0 0;
}
.content p {
  width: 100%;
  line-height: 2;
  text-align: justify;
  text-justify: inter-ideograph;
  margin: 0 auto 1.75em;
}
.content .sup {
  font-size: 0.875em;
  vertical-align: top;
  margin-right: 0.25em;
}
.content .content__unit {
  width: 92%;
  max-width: 820px;
  min-height: 417px;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: auto;
  position: relative;
}
.content .content__unit.unit--m > .content__unit__text {
  display: contents;
}
.content .content__unit.unit--m .content__unit__p1 {
  order: 1;
}
.content .content__unit.unit--m > .content__unit__photo {
  order: 2;
}
.content .content__unit.unit--m .content__unit__p2 {
  order: 3;
}
@media (min-width: 1284px) {
  .content .content__unit {
    flex-direction: row-reverse;
    align-items: flex-start;
    justify-content: flex-end;
    gap: 40px;
  }
  .content .content__unit > .content__unit__photo {
    order: 0;
  }
  .content .content__unit > .content__unit__text {
    order: 1;
  }
  .content .content__unit.unit--m {
    justify-content: flex-start;
    flex-direction: row-reverse;
  }
  .content .content__unit.unit--m > .content__unit__text {
    display: block;
  }
  .content .content__unit.unit--m > .content__unit__photo {
    left: 0;
    right: auto;
    transform: translateX(-46%);
  }
  .content .content__unit > .content__unit__text {
    display: block;
    width: 66%;
  }
  .content .content__unit > .content__unit__photo {
    flex: 0 0 460px;
    width: 460px;
    margin: 0.5em 0;
    position: absolute;
    right: 0;
    transform: translateX(46%);
  }
}
.content .content__unit__photo {
  width: 100%;
  max-width: 460px;
  margin: 10px auto 30px;
  border-radius: 20px;
  overflow: hidden;
}
.content .content__unit__photo__image img {
  display: block;
  width: 100%;
  height: auto;
}
.content .content__unit__photo__caption {
  background-color: var(--color-primary);
  color: #fff;
  text-align: center;
  line-height: 1.75;
  padding: 1em;
}
.content .content__unit__photo__caption span {
  font-weight: 700;
  font-size: 1.25em;
}
.content .content__h2 {
  color: var(--color-primary);
  font-size: clamp(1em, 6.763vw, 2em);
  font-weight: 900;
  font-feature-settings: "palt";
  letter-spacing: 0.025em;
  text-align: center;
  margin: clamp(10px, 5vw, 20px) 0;
}
.content .figure__unit {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 30px auto 60px;
}
.content .figure__unit img {
  width: 100%;
  max-width: 800px;
  margin-bottom: 0.75em;
}
.content .figure__unit-caption {
  width: 100%;
  font-size: clamp(0.5em, 3.38164vw, 0.875em);
  line-height: 1.5;
  text-align: center;
  margin: 0;
}
.content .figure__unit-text p {
  width: 100%;
}

.service {
  width: 100%;
  padding: clamp(20px, 10vw, 80px) 0;
}
@media (min-width: 1024px) {
  .service {
    padding: 80px 0;
  }
}
.service__body {
  background: #fff;
  border-radius: 20px;
  width: 92%;
  max-width: 960px;
  text-align: center;
  margin: 0 auto;
  padding: clamp(10px, 5%, 40px);
}
.service__h2 {
  position: relative;
  color: var(--color-primary-dark);
  font-size: clamp(1em, 6.763vw, 2em);
  font-weight: 900;
  font-feature-settings: "palt";
  letter-spacing: 0.025em;
  text-align: center;
  margin: clamp(10px, 5vw, 20px) 0;
  padding-bottom: 0.75em;
}
.service__h2::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  width: 60px;
  height: 4px;
  background: var(--color-primary-dark);
}
.service p {
  width: 100%;
  max-width: 820px;
  line-height: 2;
  text-align: justify;
  text-justify: inter-ideograph;
  margin: 0 auto 20px;
}
.service__logo {
  width: 100%;
  max-width: 600px;
  height: auto;
  margin: 30px auto 30px;
}

.inquiry {
  overflow: visible;
  width: 100%;
  background: var(--color-bg);
  padding: 50px 0;
}
@media (min-width: 1024px) {
  .inquiry {
    padding: 80px 0;
  }
}
.inquiry__h2 {
  color: var(--color-primary);
  font-size: clamp(1em, 5.797vw, 2em);
  font-weight: 900;
  font-feature-settings: "palt";
  letter-spacing: 0.025em;
  text-align: center;
  margin: clamp(10px, 5vw, 20px) auto;
}
.inquiry__bt {
  width: 92%;
  max-width: 540px;
  border-radius: 999px;
  display: flex;
  justify-content: space-around;
  align-items: center;
  background: var(--color-primary);
  padding: clamp(10px, 5%, 30px);
  color: #fff;
  transition: 0.2s;
  margin: 0 auto 60px;
  filter: drop-shadow(0 8px 4px rgba(14, 35, 57, 0.3));
  transition: transform 0.3s ease, filter 0.3s ease;
}
.inquiry__bt:hover {
  transform: translateY(6px);
  filter: drop-shadow(0 4px 2px rgba(14, 35, 57, 0.2));
}
.inquiry__bt-icon {
  width: clamp(20px, 10vw, 50px);
  aspect-ratio: 1/1;
}
.inquiry__bt-label-name {
  font-size: clamp(1em, 5vw, 1.5em);
  font-weight: 900;
  font-feature-settings: "palt";
  letter-spacing: 0.025em;
}
.inquiry__bt-label-url {
  display: none;
}
@media (min-width: 576px) {
  .inquiry__bt-label-url {
    display: block;
  }
}

.notes-list {
  width: 92%;
  max-width: 820px;
  margin: 0 auto;
  list-style: none;
  padding-left: 0;
  counter-reset: note;
}
.notes-list li {
  font-size: min(0.875em, 3.38164vw);
  line-height: 1.6;
  text-align: justify;
  text-justify: inter-ideograph;
  counter-increment: note;
  position: relative;
  padding-left: 2.5em;
  margin-bottom: 0.5em;
}
@media (min-width: 1024px) {
  .notes-list li {
    text-indent: 0;
  }
}
.notes-list li::before {
  content: "※" counter(note);
  position: absolute;
  left: 0;
  top: 0;
}
.notes-list li span {
  width: 2em;
}

.fadein {
  will-change: opacity, transform, filter;
}

.fadein {
  opacity: 0;
  transition: opacity 0.6s ease-out, transform 0.6s ease-out;
}

.fadein.is-animated {
  opacity: 1;
}

.fadein.fadeinUp {
  transform: translateY(40px);
}

.fadein.fadeinUp.is-animated {
  opacity: 1;
  transform: translateY(0);
}

.sectionSlide {
  position: relative;
  transition: 0.6s ease-out;
}

.sectionSlide::after {
  content: "";
  position: absolute;
  top: -1px;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  opacity: 0;
  transition: opacity 0.6s ease-out;
}

.sectionSlide.is-animated::after {
  opacity: 1;
  background: var(--gradient-primary);
  background-repeat: no-repeat;
  background-position: 60% 100%;
  background-size: 600% 600%;
  transform-origin: left center;
  transform: scale(0, 1);
  animation: sectionSlideAnim 1s cubic-bezier(0.98, -0.04, 0.32, 0.91) forwards;
}

@keyframes sectionSlideAnim {
  0% {
    transform: scale(0, 1);
    background-position: 60% 100%;
  }
  50% {
    transform: scale(1, 1);
    background-position: 60% 100%;
  }
  100% {
    transform: scale(1, 1);
    background-position: 39% 100%;
  }
}/*# sourceMappingURL=style.css.map */