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

html, body, h1, h2, h3, h4, h5, h6, ul, ol, dl, li, dt, dd, p, div, span, img, a, table, tr, th, td {
  margin: 0;
  padding: 0;
  border: 0;
  font-weight: normal;
  font-size: 100%;
  vertical-align: baseline;
}

header, footer, nav, section, article, main, aside, figure, figcaption {
  display: block;
}

ol, ul {
  list-style: none;
  list-style-type: none;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}

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

button {
  margin: 0;
  padding: 0;
  border: none;
  background: transparent;
  box-shadow: none;
  font: inherit;
  cursor: pointer;
}

input,
select,
textarea {
  color: inherit;
  font: inherit;
  vertical-align: top;
}

span {
  font-weight: inherit;
}

html, body {
  width: 100%;
  overflow-x: clip;
  font-size: 62.5%;
}

body {
  background: #fff;
  color: #1f1f1f;
  font-weight: 400;
  font-size: 1.6rem;
  line-height: normal;
  font-family: "Noto Sans JP", sans-serif;
  letter-spacing: 0;
}
body.is-fixed {
  position: fixed;
  width: 100%;
  overflow: hidden;
}

.l-sectionInner {
  max-width: 1544px;
  margin-inline: auto;
  padding-inline: 90px;
}
@media screen and (max-width: 1023px) {
  .l-sectionInner {
    padding-inline: 50px;
  }
}
@media screen and (max-width: 767px) {
  .l-sectionInner {
    max-width: 600px;
    padding-inline: 16px;
  }
}

.l-sectionInnerWide {
  max-width: 1650px;
  margin-inline: auto;
  padding-inline: 62px;
}
@media screen and (max-width: 1023px) {
  .l-sectionInnerWide {
    padding-inline: 50px;
  }
}
@media screen and (max-width: 767px) {
  .l-sectionInnerWide {
    max-width: 600px;
    padding-inline: 16px;
  }
}

.l-background__wrapper {
  position: relative;
}
.l-background__wrapper .l-background__dateWorks,
.l-background__wrapper .l-background__dayMessage,
.l-background__wrapper .l-background__personCompany {
  z-index: -100;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 101%;
  pointer-events: none;
}
.l-background__wrapper .l-background__dateWorks {
  background: linear-gradient(180deg, #FFF 0%, #5AC6E6 75%, #FFF 80%);
}
@media screen and (max-width: 1023px) {
  .l-background__wrapper .l-background__dateWorks {
    background: linear-gradient(180deg, #FFF 0%, #5AC6E6 55%, #8edbf3 75%, #FFF 90%);
  }
}
.l-background__wrapper .l-background__dayMessage {
  background: linear-gradient(0deg, #fff 0%, #5AC6E6 5%, rgba(90, 198, 230, 0) 100%);
}

.c-button {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  height: 77px;
  padding-inline: 44px 15px;
  border-radius: 63px;
}
@media screen and (max-width: 1023px) {
  .c-button {
    width: 310px;
    height: 60px;
    padding-inline: 34px 11px;
    border-radius: 48px;
  }
}
.c-button--blue {
  width: clamp(340px, 28vw, 452px);
  border: 2px solid #FFF;
  background: linear-gradient(270deg, #7AF4A3 0%, #2E83D2 100%);
  box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.5);
  --grad-angle: 270deg;
  background: linear-gradient(var(--grad-angle), #7AF4A3 0%, #2E83D2 100%);
  transition: --grad-angle 0.4s ease, box-shadow 0.4s ease;
}
@media screen and (max-width: 599px) {
  .c-button--blue {
    width: 310px;
    height: 66px;
  }
}
.c-button--blue .c-button__text {
  padding-bottom: 5px;
  color: #FFFFFF;
}
@media screen and (max-width: 599px) {
  .c-button--blue .c-button__text {
    font-size: 2.1rem;
  }
}
@media screen and (max-width: 599px) {
  .c-button--blue .c-button__icon {
    width: 35px;
    height: 35px;
  }
}
@media screen and (max-width: 599px) {
  .c-button--blue .c-button__arrow {
    width: 25px;
    height: 17px;
  }
}
@media (any-hover: hover) {
  .c-button--blue:hover {
    --grad-angle: 90deg;
    box-shadow: none;
  }
}
.c-button--white {
  width: clamp(340px, 28vw, 452px);
  border: 2px solid #7AF4A3;
  background: #FFF;
  box-shadow: -1.025px 3.075px 4.1px 0 rgba(0, 0, 0, 0.13), 0 0.512px 0.512px 0 rgba(255, 255, 255, 0.6) inset, 0 2.563px 5.125px 0 rgba(255, 255, 255, 0.1) inset;
  transition: all 0.3s ease;
}
@media screen and (max-width: 599px) {
  .c-button--white {
    width: 310px;
    height: 59px;
  }
}
.c-button--white .c-button__text {
  padding-bottom: 5px;
  color: #2E83D2;
}
@media screen and (max-width: 599px) {
  .c-button--white .c-button__text {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 599px) {
  .c-button--white .c-button__icon {
    width: 35px;
    height: 35px;
  }
}
@media screen and (max-width: 599px) {
  .c-button--white .c-button__arrow {
    width: 25px;
    height: 17px;
  }
}
@media (any-hover: hover) {
  .c-button--white:hover {
    border-color: #fff;
    background-color: #2E83D2;
    box-shadow: none;
  }
  .c-button--white:hover .c-button__text {
    color: #fff;
  }
  .c-button--white:hover .c-button__icon-bg {
    background-color: #fff;
  }
  .c-button--white:hover .c-button__arrow {
    color: #2E83D2;
  }
}
.c-button--cta {
  min-width: clamp(350px, 30vw, 488px);
  max-width: clamp(350px, 30vw, 488px);
  padding-inline: clamp(33px, 4vw, 60px) 15px;
  transition: all 0.3s ease;
}
@media screen and (max-width: 1439px) {
  .c-button--cta {
    min-width: 400px;
    max-width: 400px;
  }
}
@media screen and (max-width: 1023px) {
  .c-button--cta {
    min-width: 350px;
    max-width: 350px;
    height: 77px;
  }
}
@media screen and (max-width: 767px) {
  .c-button--cta {
    min-width: 320px;
    max-width: 320px;
    height: 60px;
    padding-inline: 33px 6px;
  }
}
.c-button--cta .c-button__text {
  padding-bottom: 5px;
}
.c-button--ctaBlue {
  border: 4px solid #FFF;
  background: #2E83D2;
  box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.5);
}
.c-button--ctaBlue .c-button__text {
  color: #FFFFFF;
}
@media (any-hover: hover) {
  .c-button--ctaBlue:hover {
    transform: scale(1.1);
    box-shadow: none;
  }
}
.c-button--ctaWhite {
  border: 4px solid #2E83D2;
  background: #FFF;
  box-shadow: 0 15px 30px 0 rgba(63, 145, 145, 0.5);
}
.c-button--ctaWhite .c-button__text {
  color: #2E83D2;
}
@media (any-hover: hover) {
  .c-button--ctaWhite:hover {
    transform: scale(1.1);
    box-shadow: none;
  }
}
.c-button--footer {
  min-width: clamp(350px, 30vw, 460px);
  max-width: clamp(350px, 30vw, 460px);
  gap: 5px;
  transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media screen and (max-width: 499px) {
  .c-button--footer {
    min-width: 310px;
    max-width: 310px;
  }
}
.c-button--footer .c-button__text {
  padding-bottom: 5px;
}
@media screen and (max-width: 499px) {
  .c-button--footer .c-button__text {
    padding-bottom: 4px;
  }
}
.c-button--footerBlue {
  padding-inline: 24px 16px;
  border: 4px solid #FFF;
  background: #2E83D2;
  box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.5);
}
.c-button--footerBlue .c-button__text {
  color: #FFFFFF;
}
@media screen and (max-width: 499px) {
  .c-button--footerBlue .c-button__text {
    font-size: 2rem;
  }
}
@media (any-hover: hover) {
  .c-button--footerBlue:hover {
    transform: scale(1.1);
    background-color: #7AF4A3;
    box-shadow: none;
  }
  .c-button--footerBlue:hover .c-button__text {
    color: #2E83D2;
  }
  .c-button--footerBlue:hover .c-button__icon-bg {
    background-color: #2E83D2;
  }
  .c-button--footerBlue:hover .c-button__arrow {
    color: #fff;
  }
}
.c-button--footerWhite {
  padding-inline: 24px 16px;
  border: 4px solid #2E83D2;
  background: #FFF;
  box-shadow: 0 6px 10px 0 #4AA9C5;
}
.c-button--footerWhite .c-button__text {
  color: #2E83D2;
}
@media screen and (max-width: 499px) {
  .c-button--footerWhite .c-button__text {
    font-size: 2rem;
  }
}
@media (any-hover: hover) {
  .c-button--footerWhite:hover {
    transform: scale(1.1);
    border-color: #fff;
    background-color: #2E83D2;
    box-shadow: none;
  }
  .c-button--footerWhite:hover .c-button__text {
    color: #fff;
  }
  .c-button--footerWhite:hover .c-button__icon-bg {
    background-color: #fff;
  }
  .c-button--footerWhite:hover .c-button__arrow {
    color: #2E83D2;
  }
}
.c-button--footerTel {
  flex-direction: row-reverse;
  padding-inline: 16px 24px;
  border: 4px solid #76EEAB;
  background: #fff;
  box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.5);
}
.c-button--footerTel .c-button__text {
  display: block;
  margin-inline: auto;
  color: #2E83D2;
}
@media (any-hover: hover) {
  .c-button--footerTel:hover {
    transform: scale(1.1);
    box-shadow: none;
  }
}
.c-button--footerMail {
  flex-direction: row-reverse;
  padding-inline: 16px 24px;
  border: 4px solid #fff;
  background: #5AC6E6;
  box-shadow: 0px 6px 10px 0px #206BB1;
}
.c-button--footerMail .c-button__text {
  display: block;
  margin-inline: auto;
  padding-bottom: 0;
  color: #fff;
  font-size: clamp(1.8rem, 1.2vw, 2rem);
}
@media screen and (max-width: 1439px) {
  .c-button--footerMail .c-button__text {
    font-size: 2.2rem;
  }
}
@media screen and (max-width: 1023px) {
  .c-button--footerMail .c-button__text {
    font-size: 2rem;
  }
}
@media screen and (max-width: 499px) {
  .c-button--footerMail .c-button__text {
    padding-bottom: 4px;
    font-size: 1.7rem;
    line-height: 1;
  }
}
@media (any-hover: hover) {
  .c-button--footerMail:hover {
    transform: scale(1.1);
    box-shadow: none;
  }
}
.c-button__text {
  color: #2E83D2;
  font-weight: 700;
  font-size: clamp(2.4rem, 2vw, 3.1rem);
  font-family: "Noto Sans JP", sans-serif;
}
.c-button__icon {
  position: relative;
  flex-shrink: 0;
  aspect-ratio: 1/1;
  width: 54px;
}
@media screen and (max-width: 1023px) {
  .c-button__icon {
    width: 42px;
  }
}
.c-button__icon-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  transition: all 0.3s ease;
}
.c-button__icon-bg--blue {
  background: #FFFFFF;
}
.c-button__icon-bg--white {
  background: #2E83D2;
}
.c-button__arrow {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 32px;
  height: 22px;
  transform: translate(-50%, -50%) rotate(-45deg);
  transition: all 0.3s ease;
}
.c-button__arrow--blue {
  color: #2E83D2;
}
.c-button__arrow--white {
  color: #fff;
}
.c-button__phone {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 32px;
  height: 41px;
  transform: translate(-50%, -50%);
}
.c-button__mail {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 35px;
  height: 26px;
  transform: translate(-50%, -50%);
}

@property --grad-angle {
  syntax: "<angle>";
  initial-value: 270deg;
  inherits: false;
}
.header {
  z-index: 1000;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  width: 100%;
  max-width: 100%;
  background: #FFF;
}
.header .header__inner {
  display: flex;
  align-items: center;
  height: 73px;
  margin-inline: auto;
  padding-inline: 54px 0;
}
@media screen and (max-width: 1023px) {
  .header .header__inner {
    height: 54px;
    padding-inline: 16px 0;
  }
}
.header .logo {
  aspect-ratio: 166/20;
  width: auto;
  height: 24px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 1023px) {
  .header .logo {
    height: 20px;
  }
}
.header .header__subtitle {
  margin-left: 14px;
  padding: 5px 8px;
  background: #0E6EB8;
  color: #FFF;
  font-weight: 700;
  font-size: clamp(10px, 1vw, 16px);
  line-height: 1.2;
  letter-spacing: 0.03em;
}
@media screen and (max-width: 1439px) {
  .header .header__subtitle {
    line-height: 1.3;
  }
}
.header .header__subtitle .header-subtitle__inner {
  display: flex;
  transform: skewX(-10deg);
}
.header .header__subtitle .header-subtitle__inner p {
  white-space: nowrap;
}
.header .header__subtitle .header-subtitle__inner span {
  padding-inline: 3px;
}
.header .nav__items {
  display: flex;
  flex-wrap: wrap;
  margin-left: 30px;
  padding-right: 12px;
}
.header .nav__items.xl-show {
  display: none;
}
@media screen and (max-width: 1439px) {
  .header .nav__items.xl-show {
    display: block;
  }
}
.header .nav__items__upper,
.header .nav__items__lower {
  display: flex;
}
.header .nav__item:not(:first-child) {
  margin-left: 2.5625vw;
}
.header .nav__link {
  display: inline-block;
  position: relative;
  transform: skewX(-8deg);
  color: #1F1F1F;
  font-weight: 700;
  font-size: 1vw;
  line-height: 1.2;
  font-family: "Segoe UI", "Helvetica Neue", Helvetica, Arial, sans-serif;
  letter-spacing: 0.03em;
  opacity: 0.5;
  transition: opacity 0.3s, color 0.3s;
}
.header .nav__link::after {
  position: absolute;
  top: 0;
  right: -15px;
  bottom: 0;
  width: 10px;
  height: 10px;
  margin-block: auto;
  rotate: 45deg;
  border-top: 2px solid #0E6EB8;
  border-right: 2px solid #0E6EB8;
  content: "";
  opacity: 0.5;
  transition: opacity 0.3s;
}
@media (any-hover: hover) {
  .header .nav__link:hover::after {
    opacity: 1;
  }
}
@media (any-hover: hover) {
  .header .nav__link:hover {
    color: #0E6EB8;
    opacity: 1;
  }
}
.header .nav__link.is-active {
  color: #1F1F1F;
  opacity: 1 !important;
}
.header .nav__link.is-active::after {
  opacity: 1;
}
@media screen and (max-width: 1439px) {
  .header .nav__link {
    font-size: 12.8px;
    line-height: 1.3;
  }
}
.header .header__button {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 240px;
  height: 101%;
  margin-inline: auto 0;
  gap: 22px;
  background: linear-gradient(277deg, #AAEBFF 28.25%, #2E83D2 100%);
}
@media screen and (max-width: 1023px) {
  .header .header__button {
    display: none;
  }
}
.header .header__button .text {
  display: block;
  color: #FFF;
  font-weight: 700;
  line-height: 1.4;
  font-family: "Segoe UI", "Helvetica Neue", Helvetica, Arial, sans-serif;
  letter-spacing: 0.03em;
}
.header .header__button .button {
  display: flex;
  gap: 16px;
}
.header .header__button .button a {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2px;
}
.header .header__button .button a .icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 43px;
  height: 43px;
  border: 1px solid #00498C;
  border-radius: 50%;
  background: #fff;
  box-shadow: 0 2px 4px 0 #4E95C4;
  transition: all 0.3s ease;
}
.header .header__button .button a .icon--tel {
  border: 1px solid #00498C;
  background: #fff;
  color: #00498C;
}
.header .header__button .button a .icon--mail {
  border: 1px solid #fff;
  background: #00498C;
  color: #fff;
}
.header .header__button .button a span {
  color: #0E6EB8;
  font-weight: 700;
  font-size: 11px;
  line-height: 1.2;
  font-family: "Segoe UI", "Helvetica Neue", Helvetica, Arial, sans-serif;
  letter-spacing: 0.03em;
}
@media (any-hover: hover) {
  .header .header__button .button a:hover .icon--tel {
    border: 1px solid #fff;
    background: #00498C;
    box-shadow: none;
    color: #fff;
  }
  .header .header__button .button a:hover .icon--mail {
    border: 1px solid #00498C;
    background: #fff;
    box-shadow: none;
    color: #00498C;
  }
}
.header .hamburger {
  z-index: 1000;
  position: fixed;
  top: 20px;
  right: 33px;
  width: 32px;
  height: 22px;
}
.header .hamburger span {
  position: absolute;
  width: 32px;
  height: 2px;
  background-color: #007BC4;
  transition: all 0.3s ease;
}
.header .hamburger span:first-child {
  top: 0;
}
.header .hamburger span:nth-child(2) {
  top: 8px;
}
.header .hamburger span:nth-child(3) {
  top: 16px;
}
.header .hamburger.is-active span:first-child {
  top: 7px;
  transform: rotate(45deg);
}
.header .hamburger.is-active span:nth-child(2) {
  opacity: 0;
}
.header .hamburger.is-active span:nth-child(3) {
  top: 7px;
  transform: rotate(-45deg);
}
.header .drawer__menu {
  display: none;
  z-index: 1000;
  position: fixed;
  top: 54px;
  left: 0;
  width: 100%;
  height: calc(100vh - 54px);
  overflow-y: auto;
  background-color: #CAF3FF;
  -webkit-overflow-scrolling: touch;
}
.header .drawer__menu__inner {
  display: flex;
  flex-direction: column;
  width: 100%;
  min-height: calc(100% - 40px);
  margin-top: 40px;
  gap: 24px;
}
.header .drawer__menu__items {
  display: flex;
  flex-direction: column;
  margin-left: 16px;
  gap: 32px;
}
.header .drawer__menu__item {
  display: block;
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
  text-align: left;
}
.header .drawer__menu__item::after {
  position: absolute;
  top: 50%;
  right: -11px;
  width: 10px;
  height: 10px;
  transform: translateY(-50%);
  rotate: 45deg;
  border-top: 2px solid #00498C;
  border-right: 2px solid #00498C;
  content: "";
}
.header .drawer__menu__link {
  display: block;
  transform: skewX(-8deg);
  color: #00498C;
  font-weight: 700;
  font-size: 2rem;
  line-height: 1.2;
  font-family: "Segoe UI", "Helvetica Neue", Helvetica, Arial, sans-serif;
  letter-spacing: 0.03em;
}
.header .drawer__menu__button {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 153px;
  margin-top: 14px;
  padding-block: 20px;
  gap: 22px;
  border-top: 4px solid #FFF;
  background: linear-gradient(270deg, #7AF4A3 0%, #2E83D2 100%);
}
.header .drawer__menu__button .text {
  display: block;
  color: #FFF;
  font-weight: 700;
  font-size: 2rem;
  line-height: 1.4;
  font-family: "Segoe UI", "Helvetica Neue", Helvetica, Arial, sans-serif;
  letter-spacing: 0.03em;
}
.header .drawer__menu__button .button {
  display: flex;
  gap: 12px;
}
.header .drawer__menu__button .button a {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 8px 10px;
  gap: 4px;
  border-radius: 4px;
  background-color: #fff;
}
.header .drawer__menu__button .button a .icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background: #fff;
  box-shadow: 0 4px 8px 0 #4E95C4;
  font-size: 2rem;
  transition: all 0.3s ease;
}
.header .drawer__menu__button .button a .icon--tel {
  border: 2px solid #00498C;
  background: #fff;
  color: #00498C;
}
.header .drawer__menu__button .button a .icon--mail {
  border: 2px solid #fff;
  background: #00498C;
  color: #fff;
}
.header .drawer__menu__button .button a span {
  display: block;
  color: #0E6EB8;
  font-weight: 700;
  font-size: 2rem;
  line-height: 1.2;
  font-family: "Segoe UI", "Helvetica Neue", Helvetica, Arial, sans-serif;
  letter-spacing: 0.03em;
}

.p-mv {
  z-index: 1001;
  position: relative;
  min-height: 800px;
  margin-top: 72px;
  background: url("../images/mv/mv_bg.webp") no-repeat top center/cover;
}
@media screen and (max-width: 1023px) {
  .p-mv {
    min-height: 580px;
    margin-top: 54px;
  }
}
@media screen and (max-width: 767px) {
  .p-mv {
    min-height: 750px;
    background: url("../images/mv/mv_bg_sp.webp") no-repeat top center/cover;
  }
}
@media screen and (max-width: 599px) {
  .p-mv {
    min-height: 650px;
  }
}
@media screen and (max-width: 499px) {
  .p-mv {
    min-height: 620px;
  }
}
.p-mv__wrapper {
  position: relative;
  max-width: 1500px;
  height: 100%;
  min-height: 100%;
  margin-inline: auto;
}
.p-mv__inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  max-width: 1113px;
  height: 100%;
  min-height: 100%;
  margin-inline: auto 50px;
  padding-block: clamp(47px, 4.6vw, 74px) clamp(48px, 5.2vw, 83px);
}
@media screen and (max-width: 1023px) {
  .p-mv__inner {
    justify-content: space-evenly;
  }
}
.p-mv__personImg {
  position: absolute;
  top: -20px;
  right: calc(50% + 450px);
  aspect-ratio: 1416/1654;
  width: auto;
  height: 103%;
  transform: translateX(50%);
}
@media screen and (max-width: 1439px) {
  .p-mv__personImg {
    right: calc(50% + 380px);
  }
}
@media screen and (max-width: 1023px) {
  .p-mv__personImg {
    right: calc(50% + 250px);
  }
}
@media screen and (max-width: 767px) {
  .p-mv__personImg {
    top: -25px;
    right: auto;
    left: -125px;
    width: 110%;
    transform: translateX(0);
    rotate: 4deg;
  }
}
@media screen and (max-width: 767px) and (max-width: 599px) {
  .p-mv__personImg {
    left: -103px;
    width: 92%;
  }
}
.p-mv__personImg img {
  width: 100%;
  height: auto;
  -webkit-mask-image: linear-gradient(to bottom, transparent, black 20%, black 80%, transparent);
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-size: cover;
  -webkit-mask-image: linear-gradient(to bottom, transparent, black 0%, black 93%, transparent);
          mask-image: linear-gradient(to bottom, transparent, black 0%, black 93%, transparent);
  mask-repeat: no-repeat;
  mask-size: cover;
}
.p-mv__contents {
  z-index: -1;
  position: relative;
  width: 1113px;
  width: clamp(580px, 580px + 533 * (100vw - 768px) / 832, 1113px);
}
@media screen and (max-width: 1439px) {
  .p-mv__contents {
    z-index: 0;
    margin-left: auto;
  }
}
@media screen and (max-width: 767px) {
  .p-mv__contents {
    width: clamp(435px, 435px + 245 * (100vw - 375px) / 392, 680px);
    margin-right: -78px;
  }
}
.p-mv__contents img {
  width: 100%;
  height: auto;
}
.p-mv__buttonWrap {
  display: flex;
  z-index: 1;
  position: relative;
  align-items: center;
  justify-content: center;
  margin-top: -80px;
  margin-left: 140px;
  gap: 24px;
}
@media screen and (max-width: 1439px) {
  .p-mv__buttonWrap {
    margin-top: -50px;
    margin-bottom: 40px;
    margin-left: 0;
  }
}
@media screen and (max-width: 767px) {
  .p-mv__buttonWrap {
    flex-direction: column;
    width: 100%;
    margin-top: 26px;
    margin-bottom: 11px;
    padding-block: 22px;
    gap: 8px;
    background: rgba(17, 37, 49, 0.7);
  }
}
@media screen and (max-width: 499px) {
  .p-mv__buttonWrap {
    padding-block: clamp(22px, 8vh - 31px, 40px);
    gap: 16px;
  }
}
.p-mv__scroll {
  display: flex;
  z-index: 3;
  position: absolute;
  bottom: -1px;
  left: 15px;
  align-items: center;
  justify-content: center;
  padding: 23px 33px;
  gap: 8px;
  border-top: 4px solid #025EB4;
  border-right: 4px solid #025EB4;
  border-left: 4px solid #025EB4;
  border-radius: 24px 24px 0px 0px;
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  .p-mv__scroll {
    left: 50%;
    padding: 11px 16px 13px;
    transform: translateX(-50%);
    border: none;
    border-radius: 16px 16px 0px 0px;
  }
}
.p-mv__scroll span {
  color: #333;
  font-weight: 700;
  font-size: 2.2rem;
}
@media screen and (max-width: 767px) {
  .p-mv__scroll span {
    font-size: 1.8rem;
  }
}
.p-mv__scroll img {
  width: 31px;
  height: 31px;
}

.u-fade-up {
  translate: 0 30px;
  opacity: 0;
}

.u-fade-scale {
  transform-origin: center center;
  scale: 1;
  opacity: 0;
  will-change: scale, opacity;
}

.u-fade-side {
  translate: -50px 0;
  opacity: 0;
}

.u-fade-side-thoughts {
  translate: -50px 0;
  opacity: 0;
}

.u-fade-up-thoughts {
  translate: 0 30px;
  opacity: 0;
}

.u-skew {
  transform: skewX(-8deg);
}

@media screen and (max-width: 499px) {
  .u-hiddenSs {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .u-hiddenMd {
    display: none;
  }
}

@media screen and (max-width: 1023px) {
  .u-hiddenLg {
    display: none;
  }
}

@media screen and (max-width: 1439px) {
  .u-hiddenXl {
    display: none;
  }
}

.u-visibleXl {
  display: none;
}
@media screen and (max-width: 1439px) {
  .u-visibleXl {
    display: inline-block;
  }
}

.u-visibleLg {
  display: none;
}
@media screen and (max-width: 1023px) {
  .u-visibleLg {
    display: inline-block;
  }
}

.u-visibleMd {
  display: none;
}
@media screen and (max-width: 767px) {
  .u-visibleMd {
    display: inline-block;
  }
}

.u-visibleSs {
  display: none;
}
@media screen and (max-width: 499px) {
  .u-visibleSs {
    display: inline-block;
  }
}

html.is-fixed,
html.is-fixed body {
  height: 100%;
  overflow: hidden;
}

li {
  list-style: none;
}

address {
  font-style: normal;
}

@media screen and (max-width: 599px) {
  .sp-none {
    display: none;
  }
}

.sp-show {
  display: none;
}
@media screen and (max-width: 599px) {
  .sp-show {
    display: block;
  }
}

.md-none {
  display: block;
}
@media screen and (max-width: 767px) {
  .md-none {
    display: none;
  }
}

.md-show {
  display: none;
}
@media screen and (max-width: 767px) {
  .md-show {
    display: block;
  }
}

@media screen and (max-width: 1023px) {
  .lg-none {
    display: none;
  }
}

.lg-show {
  display: none;
}
@media screen and (max-width: 1023px) {
  .lg-show {
    display: block;
  }
}

@media screen and (max-width: 1439px) {
  .xl-none {
    display: none !important;
  }
}

.xl-show {
  display: none;
}
@media screen and (max-width: 1439px) {
  .xl-show {
    display: block;
  }
}

.uppercase {
  text-transform: uppercase;
}