@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=Zen+Kaku+Gothic+New:wght@300;400;500;700;900&display=swap");
.u-color--pink {
  color: #E85298;
}
.u-color--orange {
  color: #F18D02;
}
.u-color--blue {
  color: #0081CC;
}
.u-color--green {
  color: #009A3E;
}
.u-color--yellow {
  color: #FDD100;
}
.u-color--purple {
  color: #7E318E;
}
.u-color--white {
  color: #fff;
}

/*** The new CSS reset - version 1.5.1 (last updated 1.3.2022) ***/
body {
  margin: 0;
  padding: 0;
}

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

a,
button {
  cursor: revert;
  text-decoration: none;
  color: inherit;
}

h1, h2, h3, h4, h5, h6, p {
  margin: 0;
}

ol,
ul,
menu {
  list-style: none;
  padding: 0;
  margin: 0;
}

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

table {
  border-collapse: collapse;
}

textarea {
  white-space: revert;
}

meter {
  -webkit-appearance: revert;
  appearance: revert;
}

::placeholder {
  color: unset;
}

:where([hidden]) {
  display: none;
}

:where([contenteditable]) {
  -moz-user-modify: read-write;
  -webkit-user-modify: read-write;
  overflow-wrap: break-word;
  -webkit-line-break: after-white-space;
}

:where([draggable=true]) {
  -webkit-user-drag: element;
}

@font-face {
  font-family: "buildings";
  src: url("../font/Buildingsandundertherailwaytracks-Regular.woff2") format("woff2"), url("../font/Buildingsandundertherailwaytracks-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
/*------------------------------

  開発環境の初期化

------------------------------*/
html {
  scroll-behavior: smooth;
  overflow-x: hidden;
}

body {
  font-family: "Zen Kaku Gothic New", sans-serif;
  color: #424242;
  overflow-x: hidden;
}
body a {
  transition: all 0.3s;
}
body svg {
  width: 100%;
  height: auto;
}

@media screen and (min-width: 768px) {
  .c-text-m {
    font-size: clamp(8.5px, 1.328125vw, 17px);
    line-height: 1.7647058824;
    letter-spacing: 0em;
    font-weight: 700;
  }
}
@media screen and (max-width: 767px) {
  .c-text-m {
    font-size: calc(14 / 375 * 100vw);
    line-height: 2;
    letter-spacing: 0em;
    font-weight: 700;
  }
}

@media screen and (min-width: 768px) {
  .c-text-l {
    font-size: clamp(9px, 1.40625vw, 18px);
    line-height: 2;
    letter-spacing: 0em;
    font-weight: 700;
  }
}
@media screen and (max-width: 767px) {
  .c-text-l {
    font-size: calc(14 / 375 * 100vw);
    line-height: 2;
    letter-spacing: 0em;
    font-weight: 700;
  }
}

.c-title {
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media screen and (min-width: 768px) {
  .c-title {
    row-gap: min(10px, 0.78125vw);
    margin-bottom: min(60px, 4.6875vw);
  }
}
@media screen and (max-width: 767px) {
  .c-title {
    margin-bottom: 8vw;
    row-gap: 2.6666666667vw;
  }
}
@media screen and (min-width: 768px) {
  .c-title-logo {
    width: min(80px, 6.25vw);
  }
}
@media screen and (max-width: 767px) {
  .c-title-logo {
    width: 13.3333333333vw;
  }
}
@media screen and (min-width: 768px) {
  .c-title-txt {
    font-size: clamp(30px, 4.6875vw, 60px);
    line-height: 1.3333333333;
    letter-spacing: 0em;
    font-weight: 900;
  }
}
@media screen and (max-width: 767px) {
  .c-title-txt {
    font-size: calc(30 / 375 * 100vw);
    line-height: 1.3333333333;
    letter-spacing: 0em;
    font-weight: 900;
  }
}
.c-title-txt02 {
  font-family: "buildings", sans-serif;
}
@media screen and (min-width: 768px) {
  .c-title-txt02 {
    font-size: clamp(40px, 6.25vw, 80px);
    line-height: 1.125;
    letter-spacing: -0.03em;
    font-weight: 400;
  }
}
@media screen and (max-width: 767px) {
  .c-title-txt02 {
    font-size: calc(40 / 375 * 100vw);
    line-height: 1.125;
    letter-spacing: -0.03em;
    font-weight: 400;
  }
}
.c-title-txt03 {
  font-family: "buildings", sans-serif;
}
@media screen and (min-width: 768px) {
  .c-title-txt03 {
    font-size: clamp(45px, 7.03125vw, 90px);
    line-height: 1;
    letter-spacing: -0.03em;
    font-weight: 400;
  }
}
@media screen and (max-width: 767px) {
  .c-title-txt03 {
    font-size: calc(45 / 375 * 100vw);
    line-height: 1;
    letter-spacing: -0.03em;
    font-weight: 400;
  }
}
@media screen and (max-width: 767px) {
  .c-title-txt03 {
    margin-top: 2.4vw;
  }
}

.c-pagetitle {
  text-align: center;
}
@media screen and (min-width: 768px) {
  .c-pagetitle {
    font-size: clamp(25px, 3.90625vw, 50px);
    line-height: 1.44;
    letter-spacing: 0em;
    font-weight: 900;
  }
}
@media screen and (max-width: 767px) {
  .c-pagetitle {
    font-size: calc(30 / 375 * 100vw);
    line-height: 1.3333333333;
    letter-spacing: 0em;
    font-weight: 900;
  }
}
@media screen and (min-width: 768px) {
  .c-pagetitle {
    margin-bottom: min(100px, 7.8125vw);
  }
}
@media screen and (max-width: 767px) {
  .c-pagetitle {
    margin-bottom: 8vw;
  }
}

.c-btn {
  display: flex;
  align-items: center;
  position: relative;
  color: #fff;
}
@media screen and (min-width: 768px) {
  .c-btn {
    font-size: clamp(10px, 1.5625vw, 20px);
    line-height: 1;
    letter-spacing: 0em;
    font-weight: 900;
  }
}
@media screen and (max-width: 767px) {
  .c-btn {
    font-size: calc(20 / 375 * 100vw);
    line-height: 1;
    letter-spacing: 0em;
    font-weight: 900;
  }
}
@media screen and (min-width: 768px) {
  .c-btn {
    height: min(100px, 7.8125vw);
    border-radius: min(100px, 7.8125vw);
    padding-left: min(40px, 3.125vw);
  }
  .c-btn:hover {
    box-shadow: none;
    transform: translateY(8px);
  }
}
@media screen and (max-width: 767px) {
  .c-btn {
    width: 85.3333333333vw;
    height: 21.3333333333vw;
    padding-left: 10.6666666667vw;
    border-radius: 26.6666666667vw;
  }
}
.c-btn::after {
  position: absolute;
  content: "";
  display: block;
  background: center/contain no-repeat url(../img/common/ic-arrow-circle-wh.png);
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (min-width: 768px) {
  .c-btn::after {
    width: min(50px, 3.90625vw);
    height: min(50px, 3.90625vw);
    right: min(30px, 2.34375vw);
  }
}
@media screen and (max-width: 767px) {
  .c-btn::after {
    width: 10.6666666667vw;
    height: 10.6666666667vw;
    right: 8vw;
  }
}
@media screen and (min-width: 768px) {
  .c-btn--l {
    width: min(460px, 35.9375vw);
  }
}
@media screen and (min-width: 768px) {
  .c-btn--m {
    width: min(380px, 29.6875vw);
  }
}
@media screen and (min-width: 768px) {
  .c-btn--s {
    width: min(320px, 25vw);
  }
}
.c-btn--orange {
  background-color: #F18D02;
  box-shadow: 0px 8px 0px #be6e00;
}
.c-btn--blue {
  background-color: #0081CC;
  box-shadow: 0px 8px 0px #00558d;
}

.c-wrap {
  margin: 0 auto;
  max-width: 1920px;
  position: relative;
}

@media screen and (min-width: 768px) {
  .c-ta-c-pc {
    text-align: center;
  }
}

.c-mx-a {
  margin-left: auto;
  margin-right: auto;
}

@media screen and (min-width: 768px) {
  .c-mb-m {
    margin-bottom: min(40px, 3.125vw);
  }
}
@media screen and (max-width: 767px) {
  .c-mb-m {
    margin-bottom: 8vw;
  }
}

.js-accordion-head {
  cursor: pointer;
}

.js-accordion-body {
  display: none;
}

.c-icon-triangle.pink, .c-icon-badge.pink {
  color: #E85298;
}
.c-icon-triangle.orange, .c-icon-badge.orange {
  color: #F18D02;
}
.c-icon-triangle.blue, .c-icon-badge.blue {
  color: #0081CC;
}
.c-icon-triangle.green, .c-icon-badge.green {
  color: #009A3E;
}
.c-icon-triangle.yellow, .c-icon-badge.yellow {
  color: #FDD100;
}
.c-icon-triangle.purple, .c-icon-badge.purple {
  color: #7E318E;
}
.c-icon-circle.pink, .c-icon-square.pink, .c-icon-semicircle.pink {
  background-color: #E85298;
}
.c-icon-circle.orange, .c-icon-square.orange, .c-icon-semicircle.orange {
  background-color: #F18D02;
}
.c-icon-circle.blue, .c-icon-square.blue, .c-icon-semicircle.blue {
  background-color: #0081CC;
}
.c-icon-circle.green, .c-icon-square.green, .c-icon-semicircle.green {
  background-color: #009A3E;
}
.c-icon-circle.yellow, .c-icon-square.yellow, .c-icon-semicircle.yellow {
  background-color: #FDD100;
}
.c-icon-circle.purple, .c-icon-square.purple, .c-icon-semicircle.purple {
  background-color: #7E318E;
}
.c-icon-circle {
  border-radius: 50%;
}
@media screen and (min-width: 768px) {
  .c-icon-square {
    border-radius: 10px;
  }
}
@media screen and (max-width: 767px) {
  .c-icon-square {
    border-radius: 1.3333333333vw;
  }
}
.c-icon-semicircle {
  border-radius: 50%/0 0 100% 100%;
}

.c-union {
  position: relative;
}
.c-union::after {
  position: absolute;
  content: "";
  display: block;
  background: center/contain no-repeat url(../img/decoration/dc-union.png);
  z-index: -1;
}
@media screen and (min-width: 768px) {
  .c-union::after {
    width: min(808px, 42.0833333333vw);
    height: min(795px, 41.40625vw);
  }
}
@media screen and (max-width: 767px) {
  .c-union::after {
    width: 106.6666666667vw;
    height: 105.0666666667vw;
  }
}

.l-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1000001;
  transition: all 0.3s;
}
.l-header.is-scrolled {
  background-color: #fff;
}
.l-header__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100vw;
}
@media screen and (min-width: 768px) {
  .l-header__inner {
    padding-right: min(40px, 2.5vw);
  }
}
@media screen and (max-width: 767px) {
  .l-header__inner {
    padding-right: 4vw;
  }
}
.l-header__logo {
  background-color: #fff;
  position: relative;
  z-index: 1000002;
}
@media screen and (min-width: 768px) {
  .l-header__logo {
    padding: min(29px, 1.8125vw) min(50px, 3.125vw) min(29px, 1.8125vw) min(30px, 1.875vw);
    border-bottom-right-radius: min(50px, 3.125vw);
  }
  .l-header__logo:hover {
    opacity: 0.7;
  }
}
@media screen and (max-width: 767px) {
  .l-header__logo {
    padding: 3.8666666667vw 6.6666666667vw 3.8666666667vw 4vw;
    border-bottom-right-radius: 6.6666666667vw;
  }
}
@media screen and (min-width: 768px) {
  .l-header__logo img {
    width: min(260px, 16.25vw);
  }
}
@media screen and (max-width: 767px) {
  .l-header__logo img {
    width: 34.6666666667vw;
  }
}
@media screen and (max-width: 767px) {
  .l-header__navwrap {
    position: fixed;
    right: -120%;
    top: 0;
    width: 100vw;
    height: 100vh;
    overflow-y: auto;
    z-index: 1000001;
    background: top center/cover no-repeat url(../img/common/bg-spmenu.jpg);
    transition: all 0.6s;
    padding: 57.3333333333vw 8vw 16vw;
  }
  .l-header__navwrap.is-panelactive {
    right: 0;
  }
}
.l-header__nav {
  display: flex;
}
@media screen and (min-width: 768px) {
  .l-header__nav {
    align-items: center;
  }
}
@media screen and (max-width: 767px) {
  .l-header__nav {
    flex-direction: column;
    row-gap: 16vw;
  }
}
.l-header__nav-list {
  display: flex;
}
@media screen and (min-width: 768px) {
  .l-header__nav-list {
    column-gap: min(36px, 2.25vw);
  }
}
@media screen and (max-width: 767px) {
  .l-header__nav-list {
    flex-wrap: wrap;
    row-gap: 10.6666666667vw;
    padding-left: 8vw;
  }
}
.l-header__nav-list li {
  display: flex;
}
@media screen and (max-width: 767px) {
  .l-header__nav-list li {
    width: 50%;
  }
}
@media screen and (max-width: 767px) {
  .l-header__nav-list li:first-of-type {
    order: 0;
  }
}
@media screen and (max-width: 767px) {
  .l-header__nav-list li:nth-of-type(2) {
    order: 2;
  }
}
@media screen and (max-width: 767px) {
  .l-header__nav-list li:nth-of-type(3) {
    order: 4;
  }
}
@media screen and (max-width: 767px) {
  .l-header__nav-list li:nth-of-type(4) {
    order: 6;
  }
}
@media screen and (max-width: 767px) {
  .l-header__nav-list li:nth-of-type(5) {
    order: 1;
  }
}
@media screen and (max-width: 767px) {
  .l-header__nav-list li:nth-of-type(6) {
    order: 3;
  }
}
@media screen and (max-width: 767px) {
  .l-header__nav-list li:nth-of-type(7) {
    order: 5;
  }
}
@media screen and (max-width: 767px) {
  .l-header__nav-list li:nth-of-type(8) {
    order: 7;
  }
}
.l-header__nav-list a {
  font-family: "cc-regeneration-variable", sans-serif;
}
@media screen and (min-width: 768px) {
  .l-header__nav-list a {
    font-size: clamp(8px, 1vw, 16px);
    line-height: 1.375;
    letter-spacing: 0em;
    font-weight: 400;
  }
}
@media screen and (max-width: 767px) {
  .l-header__nav-list a {
    font-size: calc(16 / 375 * 100vw);
    line-height: 1.375;
    letter-spacing: 0em;
    font-weight: 400;
  }
}
@media screen and (min-width: 768px) {
  .l-header__nav-list a:hover {
    opacity: 0.7;
  }
}
.l-header__nav-btnwrap {
  display: flex;
}
@media screen and (min-width: 768px) {
  .l-header__nav-btnwrap {
    margin-left: min(36px, 2.25vw);
    column-gap: min(10px, 0.625vw);
  }
}
@media screen and (max-width: 767px) {
  .l-header__nav-btnwrap {
    flex-direction: column;
    row-gap: 5.3333333333vw;
  }
}
.l-header__nav-btn {
  display: flex;
  align-items: center;
  position: relative;
}
@media screen and (min-width: 768px) {
  .l-header__nav-btn {
    font-size: clamp(8px, 1vw, 16px);
    line-height: 1.5;
    letter-spacing: 0em;
    font-weight: 900;
  }
}
@media screen and (max-width: 767px) {
  .l-header__nav-btn {
    font-size: calc(20 / 375 * 100vw);
    line-height: 1.5;
    letter-spacing: 0em;
    font-weight: 900;
  }
}
@media screen and (min-width: 768px) {
  .l-header__nav-btn {
    width: min(220px, 13.75vw);
    height: min(80px, 5vw);
    border-radius: min(500px, 31.25vw);
    padding-left: min(30px, 1.875vw);
  }
}
@media screen and (max-width: 767px) {
  .l-header__nav-btn {
    width: 84vw;
    height: 21.3333333333vw;
    border-radius: 133.3333333333vw;
    padding-left: 8vw;
  }
}
.l-header__nav-btn::after {
  position: absolute;
  content: "";
  display: block;
  top: 50%;
  transform: translateY(-50%);
  background-repeat: no-repeat;
  background-size: contain;
}
@media screen and (min-width: 768px) {
  .l-header__nav-btn::after {
    width: min(20px, 1.25vw);
    height: min(20px, 1.25vw);
    right: min(20px, 1.25vw);
  }
}
@media screen and (max-width: 767px) {
  .l-header__nav-btn::after {
    width: 5.3333333333vw;
    height: 5.3333333333vw;
    right: 5.3333333333vw;
  }
}
.l-header__nav-btn.orange {
  border: 4px solid #F18D02;
  color: #fff;
  background-color: #F18D02;
}
.l-header__nav-btn.orange::after {
  background-image: url(../img/common/ic-arrow-wh.svg);
}
@media screen and (min-width: 768px) {
  .l-header__nav-btn.orange:hover {
    background-color: #fff;
    color: #F18D02;
  }
  .l-header__nav-btn.orange:hover::after {
    background-image: url(../img/common/ic-arrow-or.svg);
  }
}
.l-header__nav-btn.blue {
  border: 4px solid #0081CC;
  background-color: #fff;
  color: #0081CC;
}
.l-header__nav-btn.blue::after {
  background-image: url(../img/common/ic-arrow-bl.svg);
}
@media screen and (min-width: 768px) {
  .l-header__nav-btn.blue:hover {
    background-color: #0081CC;
    color: #fff;
  }
  .l-header__nav-btn.blue:hover::after {
    background-image: url(../img/common/ic-arrow-wh.svg);
  }
}
.l-header__openbtn {
  border-radius: 50%;
  box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.16);
  width: 13.3333333333vw;
  height: 13.3333333333vw;
  position: relative;
  z-index: 1000002;
  background-color: #fff;
}
.l-header__openbtn.is-active span:first-of-type {
  transform: translateX(-50%) rotate(45deg);
  top: 6.4vw;
}
.l-header__openbtn.is-active span:nth-of-type(2) {
  opacity: 0;
}
.l-header__openbtn.is-active span:last-of-type {
  transform: translateX(-50%) rotate(-45deg);
  bottom: auto;
  top: 6.4vw;
}
.l-header__openbtn span {
  display: inline-block;
  background-color: #F18D02;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: 5.3333333333vw;
  height: 0.8vw;
  border-radius: 0.4vw;
  transition: all 0.6s;
}
.l-header__openbtn span:first-of-type {
  top: 4.2666666667vw;
}
.l-header__openbtn span:nth-of-type(2) {
  top: 50%;
  transform: translate(-50%, -50%);
}
.l-header__openbtn span:last-of-type {
  bottom: 4.2666666667vw;
}

.l-footer {
  position: relative;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 768px) {
  .l-footer {
    max-width: 1920px;
    margin-top: min(220px, 17.1875vw);
    padding-bottom: min(107px, 8.359375vw);
  }
}
@media screen and (max-width: 767px) {
  .l-footer {
    margin-top: 52.2666666667vw;
    padding-bottom: 18.4vw;
  }
}
.l-footer::after {
  z-index: -3;
  transform: rotate(3deg);
}
@media screen and (min-width: 768px) {
  .l-footer::after {
    top: max(-460px, -23.9583333333vw);
    left: max(-140px, -7.2916666667vw);
  }
}
@media screen and (max-width: 767px) {
  .l-footer::after {
    width: 80vw;
    height: 78.6666666667vw;
    top: -42.1333333333vw;
    left: -38.1333333333vw;
  }
}
.l-footer__wrap {
  display: flex;
}
@media screen and (min-width: 768px) {
  .l-footer__wrap {
    align-items: flex-start;
  }
}
@media screen and (max-width: 767px) {
  .l-footer__wrap {
    flex-direction: column;
  }
}
@media screen and (max-width: 767px) {
  .l-footer__left {
    display: flex;
    align-items: flex-start;
    padding-left: 10.1333333333vw;
    column-gap: 17.3333333333vw;
    margin-bottom: 11.2vw;
  }
}
.l-footer__logo {
  display: flex;
}
@media screen and (min-width: 768px) {
  .l-footer__logo {
    margin-left: min(65px, 5.078125vw);
    width: min(120px, 9.375vw);
  }
}
@media screen and (max-width: 767px) {
  .l-footer__logo {
    width: 13.3333333333vw;
  }
}
@media screen and (min-width: 768px) {
  .l-footer__text {
    font-size: clamp(10px, 1.5625vw, 20px);
    line-height: 1.7;
    letter-spacing: 0em;
    font-weight: 900;
  }
}
@media screen and (max-width: 767px) {
  .l-footer__text {
    font-size: calc(14 / 375 * 100vw);
    line-height: 2;
    letter-spacing: 0em;
    font-weight: 700;
  }
}
@media screen and (min-width: 768px) {
  .l-footer__text {
    margin-top: min(160px, 12.5vw);
    margin-left: min(40px, 3.125vw);
  }
}
@media screen and (max-width: 767px) {
  .l-footer__text {
    margin-top: 2.4vw;
  }
}
.l-footer__nav {
  display: flex;
  flex-wrap: wrap;
}
@media screen and (min-width: 768px) {
  .l-footer__nav {
    margin-left: auto;
    margin-top: min(100px, 7.8125vw);
    row-gap: min(40px, 3.125vw);
    column-gap: min(115px, 8.984375vw);
    width: min(285px, 22.265625vw);
  }
}
@media screen and (max-width: 767px) {
  .l-footer__nav {
    justify-content: space-between;
    padding: 0 10.6666666667vw;
    row-gap: 10.6666666667vw;
  }
}
.l-footer__nav li {
  display: flex;
}
@media screen and (min-width: 768px) {
  .l-footer__nav li {
    min-width: min(85px, 6.640625vw);
  }
}
@media screen and (max-width: 767px) {
  .l-footer__nav li {
    width: 45%;
  }
}
.l-footer__nav li a {
  font-family: "cc-regeneration-variable", sans-serif;
}
@media screen and (min-width: 768px) {
  .l-footer__nav li a {
    font-size: clamp(8px, 1.25vw, 16px);
    line-height: 1.1875;
    letter-spacing: 0em;
    font-weight: 400;
  }
}
@media screen and (max-width: 767px) {
  .l-footer__nav li a {
    font-size: calc(16 / 375 * 100vw);
    line-height: 1.1875;
    letter-spacing: 0em;
    font-weight: 400;
  }
}
@media screen and (min-width: 768px) {
  .l-footer__nav li a:hover {
    opacity: 0.7;
  }
}
@media screen and (min-width: 768px) {
  .l-footer__right {
    margin-left: min(60px, 4.6875vw);
  }
}
@media screen and (max-width: 767px) {
  .l-footer__right {
    margin-top: 48vw;
  }
}
.l-footer__btnwrap {
  position: relative;
}
@media screen and (min-width: 768px) {
  .l-footer__btnwrap {
    padding-top: min(85px, 6.640625vw);
  }
}
.l-footer__btnwrap::before {
  position: absolute;
  content: "";
  display: block;
  background: center/contain no-repeat url(../img/common/im-footer-truck.png);
  z-index: 1;
  pointer-events: none;
}
@media screen and (min-width: 768px) {
  .l-footer__btnwrap::before {
    width: min(257px, 20.078125vw);
    height: min(188px, 14.6875vw);
    left: min(17px, 1.328125vw);
    top: max(-55px, -4.296875vw);
  }
}
@media screen and (max-width: 767px) {
  .l-footer__btnwrap::before {
    width: 67.4666666667vw;
    height: 46.1333333333vw;
    top: -36.2666666667vw;
    left: 4.8vw;
  }
}
@media screen and (max-width: 767px) {
  .l-footer__btnwrap .c-btn {
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (min-width: 768px) {
  .l-footer__btnwrap .c-btn:not(:last-of-type) {
    margin-bottom: min(20px, 1.5625vw);
  }
}
@media screen and (max-width: 767px) {
  .l-footer__btnwrap .c-btn:not(:last-of-type) {
    margin-bottom: 5.3333333333vw;
  }
}
.l-footer__copy {
  display: block;
}
@media screen and (min-width: 768px) {
  .l-footer__copy {
    font-size: clamp(6.5px, 1.015625vw, 13px);
    line-height: 1.5384615385;
    letter-spacing: 0.05em;
    font-weight: 500;
  }
}
@media screen and (max-width: 767px) {
  .l-footer__copy {
    font-size: calc(12 / 375 * 100vw);
    line-height: 1.5;
    letter-spacing: 0.05em;
    font-weight: 500;
  }
}
@media screen and (min-width: 768px) {
  .l-footer__copy {
    margin-top: min(80px, 6.25vw);
  }
}
@media screen and (max-width: 767px) {
  .l-footer__copy {
    text-align: center;
    margin-top: 11.2vw;
  }
}
.l-footer__icon {
  position: absolute;
  z-index: -1;
}
.l-footer__icon.icon01 {
  transform: rotate(20deg);
}
@media screen and (min-width: 768px) {
  .l-footer__icon.icon01 {
    width: min(121px, 6.3020833333vw);
    height: min(103px, 5.3645833333vw);
    top: max(-204px, -15.9375vw);
    left: max(-12px, -0.625vw);
  }
}
@media screen and (max-width: 767px) {
  .l-footer__icon.icon01 {
    width: 16vw;
    height: 13.6vw;
    top: -35.7333333333vw;
    left: 30.4vw;
  }
}
@media screen and (min-width: 768px) {
  .l-footer__icon.icon02 {
    width: min(90px, 4.6875vw);
    height: min(90px, 4.6875vw);
    left: max(-45px, -2.34375vw);
    top: max(-45px, -2.34375vw);
  }
}
@media screen and (max-width: 767px) {
  .l-footer__icon.icon02 {
    width: 12vw;
    height: 12vw;
    top: -26.4vw;
    left: 9.6vw;
  }
}
@media screen and (min-width: 768px) {
  .l-footer__icon.icon03 {
    width: min(66px, 3.4375vw);
    height: min(63px, 3.28125vw);
    top: min(18px, 1.40625vw);
    left: min(360px, 28.125vw);
  }
}
@media screen and (max-width: 767px) {
  .l-footer__icon.icon03 {
    width: 8vw;
    height: 7.7333333333vw;
    top: -11.2vw;
    right: 29.3333333333vw;
  }
}
.l-footer__icon.icon04 {
  transform: rotate(-41deg);
}
@media screen and (min-width: 768px) {
  .l-footer__icon.icon04 {
    width: min(150px, 7.8125vw);
    height: min(75px, 3.90625vw);
    right: min(118px, 6.1458333333vw);
    top: min(44px, 3.4375vw);
  }
}
@media screen and (max-width: 767px) {
  .l-footer__icon.icon04 {
    width: 20vw;
    height: 10vw;
    right: -4.8vw;
    top: 50.4vw;
  }
}
.l-footer__icon.icon05 {
  transform: rotate(45deg);
}
@media screen and (min-width: 768px) {
  .l-footer__icon.icon05 {
    width: min(70px, 3.6458333333vw);
    height: min(70px, 3.6458333333vw);
    right: max(-20px, -1.0416666667vw);
    bottom: min(210px, 16.40625vw);
  }
}
@media screen and (max-width: 767px) {
  .l-footer__icon.icon05 {
    width: 9.3333333333vw;
    height: 9.3333333333vw;
    right: -1.6vw;
    bottom: 8vw;
  }
}
.l-footer__icon.icon06 {
  transform: rotate(45deg);
}
@media screen and (min-width: 768px) {
  .l-footer__icon.icon06 {
    width: min(150px, 7.8125vw);
    height: min(75px, 3.90625vw);
    bottom: min(80px, 6.25vw);
    left: min(162px, 8.4375vw);
  }
}
@media screen and (max-width: 767px) {
  .l-footer__icon.icon06 {
    width: 20vw;
    height: 10vw;
    left: -8vw;
    bottom: 5.8666666667vw;
  }
}

.l-inner {
  position: relative;
  z-index: 3;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .l-inner {
    max-width: min(1200px, 93.75vw);
  }
}
@media screen and (max-width: 767px) {
  .l-inner {
    max-width: 89.3333333333vw;
  }
}

.l-top .p-kv {
  position: relative;
}
.l-top .p-kv::after {
  position: absolute;
  content: "";
  display: block;
  background: center/contain no-repeat url(../img/decoration/dc-union.png);
  transform: rotate(30deg);
  z-index: 2;
}
@media screen and (min-width: 768px) {
  .l-top .p-kv::after {
    width: min(808px, 42.0833333333vw);
    height: min(795px, 41.40625vw);
    right: max(-218px, -11.3541666667vw);
    bottom: max(-398px, -20.7291666667vw);
  }
}
@media screen and (max-width: 767px) {
  .l-top .p-kv::after {
    width: 106.6666666667vw;
    height: 105.0666666667vw;
    right: -41.6vw;
    bottom: -20.5333333333vw;
  }
}
.l-top .p-kv__bg {
  position: relative;
  overflow: hidden;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .l-top .p-kv__bg {
    aspect-ratio: 174/100;
    width: 90.625vw;
    border-bottom-left-radius: 15.625vw;
    margin-left: auto;
  }
}
@media screen and (max-width: 767px) {
  .l-top .p-kv__bg {
    aspect-ratio: 375/460;
    border-bottom-left-radius: 40vw;
  }
}
.l-top .p-kv__bg-item {
  position: absolute;
  z-index: 3;
  opacity: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  left: 0;
  top: 0;
  animation: kv-bg-anime 18s 0s infinite;
}
@media screen and (min-width: 768px) {
  .l-top .p-kv__bg-item.item01 {
    background-image: url(../img/top/bg-kv01.jpg);
  }
}
@media screen and (max-width: 767px) {
  .l-top .p-kv__bg-item.item01 {
    background-image: url(../img/top/bg-kv01-sp.jpg);
  }
}
.l-top .p-kv__bg-item.item02 {
  animation-delay: 6s;
}
@media screen and (min-width: 768px) {
  .l-top .p-kv__bg-item.item02 {
    background-image: url(../img/top/bg-kv02.png);
  }
}
@media screen and (max-width: 767px) {
  .l-top .p-kv__bg-item.item02 {
    background-image: url(../img/top/bg-kv02-sp.png);
  }
}
.l-top .p-kv__bg-item.item03 {
  animation-delay: 12s;
}
@media screen and (min-width: 768px) {
  .l-top .p-kv__bg-item.item03 {
    background-image: url(../img/top/bg-kv03.png);
  }
}
@media screen and (max-width: 767px) {
  .l-top .p-kv__bg-item.item03 {
    background-image: url(../img/top/bg-kv03-sp.png);
  }
}
.l-top .p-kv__img {
  position: absolute;
  z-index: 3;
  transform: scale(0);
  animation: kv-img-anime 0.4s cubic-bezier(0.34, 1.56, 0.64, 1) forwards;
}
.l-top .p-kv__img.img01 {
  animation-delay: 1s;
}
@media screen and (min-width: 768px) {
  .l-top .p-kv__img.img01 {
    width: min(334px, 17.3958333333vw);
    top: min(43px, 2.2395833333vw);
    right: max(-79px, -4.9375vw);
  }
}
@media screen and (max-width: 767px) {
  .l-top .p-kv__img.img01 {
    width: 39.4666666667vw;
    top: 17.3333333333vw;
    right: -8vw;
  }
}
.l-top .p-kv__img.img02 {
  animation-delay: 1.15s;
}
@media screen and (min-width: 768px) {
  .l-top .p-kv__img.img02 {
    width: min(463px, 24.1145833333vw);
    bottom: min(66px, 3.4375vw);
    left: max(-104px, -6.5vw);
  }
}
@media screen and (max-width: 767px) {
  .l-top .p-kv__img.img02 {
    width: 46.1333333333vw;
    left: -12.2666666667vw;
    top: 85.3333333333vw;
  }
}
.l-top .p-kv__img.img03 {
  animation-delay: 1.3s;
}
@media screen and (min-width: 768px) {
  .l-top .p-kv__img.img03 {
    width: min(437px, 22.7604166667vw);
    bottom: max(-180px, -9.375vw);
    right: min(451px, 28.1875vw);
  }
}
@media screen and (max-width: 767px) {
  .l-top .p-kv__img.img03 {
    width: 43.4666666667vw;
    right: -8vw;
    top: 93.0666666667vw;
  }
}
.l-top .p-kv__text {
  z-index: 5;
}
@media screen and (min-width: 768px) {
  .l-top .p-kv__text {
    position: absolute;
    top: 12.5vw;
    right: calc((100vw - 1200px) / 2);
  }
}
@media screen and (max-width: 1280px) and (min-width: 768px) {
  .l-top .p-kv__text {
    right: min(40px, 3.125vw);
  }
}
@media screen and (max-width: 767px) {
  .l-top .p-kv__text {
    position: relative;
    padding: 8vw 5.3333333333vw 0;
  }
}
.l-top .p-kv__text-title {
  font-family: "buildings", sans-serif;
  visibility: hidden;
}
@media screen and (min-width: 768px) {
  .l-top .p-kv__text-title {
    font-size: clamp(60px, 9.375vw, 120px);
    line-height: 0.9166666667;
    letter-spacing: -0.03em;
    font-weight: 400;
  }
}
@media screen and (max-width: 767px) {
  .l-top .p-kv__text-title {
    font-size: calc(60 / 375 * 100vw);
    line-height: 0.8333333333;
    letter-spacing: -0.03em;
    font-weight: 400;
  }
}
@media screen and (max-width: 767px) {
  .l-top .p-kv__text-title {
    position: absolute;
    left: 18.6666666667vw;
    top: -80vw;
  }
}
.l-top .p-kv__text-title.is-ready {
  visibility: visible;
}
.l-top .p-kv__text-title .char {
  display: inline-block;
  opacity: 0;
  animation: kv-text-anime 0.8s forwards;
  animation-delay: calc(var(--i) * 0.06s);
}
@media screen and (min-width: 768px) {
  .l-top .p-kv__text-txt {
    font-size: clamp(9px, 1.40625vw, 18px);
    line-height: 2;
    letter-spacing: 0em;
    font-weight: 700;
  }
}
@media screen and (max-width: 767px) {
  .l-top .p-kv__text-txt {
    font-size: calc(14 / 375 * 100vw);
    line-height: 2;
    letter-spacing: 0em;
    font-weight: 700;
  }
}
@media screen and (min-width: 768px) {
  .l-top .p-kv__text-txt {
    margin-top: min(30px, 2.34375vw);
  }
}
.l-top .p-kv__btnwrap {
  z-index: 4;
}
@media screen and (min-width: 768px) {
  .l-top .p-kv__btnwrap {
    position: absolute;
    right: min(40px, 2.0833333333vw);
    bottom: max(-20px, -1.0416666667vw);
  }
}
@media (max-width: 1480px) and (min-width: 768px) {
  .l-top .p-kv__btnwrap {
    bottom: max(-60px, -4.6875vw);
  }
}
@media screen and (max-width: 767px) {
  .l-top .p-kv__btnwrap {
    position: relative;
    margin-top: 12vw;
  }
}
@media screen and (min-width: 768px) {
  .l-top .p-kv__logo {
    width: min(340px, 21.25vw);
  }
}
.l-top .p-kv__btn {
  position: relative;
}
@media screen and (min-width: 768px) {
  .l-top .p-kv__btn {
    margin-top: min(57px, 4.453125vw);
  }
}
@media (max-width: 1480px) and (min-width: 768px) {
  .l-top .p-kv__btn {
    margin-top: min(30px, 2.34375vw);
  }
}
.l-top .p-kv__btn-txt {
  position: absolute;
  z-index: 1;
  left: 50%;
  top: 0;
  transform: translate(-50%, -50%);
  background: linear-gradient(-60deg, #E85298 0%, #E85298 47%, #fff 47.3%, #fff 100%);
  display: flex;
  align-items: center;
  justify-content: space-between;
  border: 2px solid #E85298;
}
@media screen and (min-width: 768px) {
  .l-top .p-kv__btn-txt {
    font-size: clamp(9px, 1.40625vw, 18px);
    line-height: 1;
    letter-spacing: 0em;
    font-weight: 900;
  }
}
@media screen and (max-width: 767px) {
  .l-top .p-kv__btn-txt {
    font-size: calc(18 / 375 * 100vw);
    line-height: 1;
    letter-spacing: 0em;
    font-weight: 900;
  }
}
@media screen and (min-width: 768px) {
  .l-top .p-kv__btn-txt {
    width: min(260px, 20.3125vw);
    height: min(38px, 2.96875vw);
    border-radius: min(19px, 1.484375vw);
    padding: 0 min(18px, 1.40625vw);
  }
}
@media screen and (max-width: 767px) {
  .l-top .p-kv__btn-txt {
    width: 69.3333333333vw;
    height: 10.1333333333vw;
    border-radius: 5.0666666667vw;
    padding: 0 4.8vw;
  }
}
@media screen and (max-width: 767px) {
  .l-top .p-kv__btn .c-btn {
    margin: 0 auto;
  }
}
.l-top .p-kv__icon {
  position: absolute;
  z-index: 3;
}
@media screen and (min-width: 768px) {
  .l-top .p-kv__icon.icon01 {
    width: min(200px, 10.4166666667vw);
    height: min(200px, 10.4166666667vw);
    top: max(-60px, -3.125vw);
    left: 29.27%;
  }
}
@media screen and (max-width: 767px) {
  .l-top .p-kv__icon.icon01 {
    width: 16vw;
    height: 16vw;
    top: -1.8666666667vw;
    right: 33.8666666667vw;
  }
}
.l-top .p-kv__icon.icon02 {
  transform: rotate(20deg);
}
@media screen and (min-width: 768px) {
  .l-top .p-kv__icon.icon02 {
    width: min(121px, 6.3020833333vw);
    height: min(103px, 5.3645833333vw);
    top: min(229px, 11.9270833333vw);
    left: max(-30px, -1.5625vw);
  }
}
@media screen and (max-width: 767px) {
  .l-top .p-kv__icon.icon02 {
    width: 16vw;
    height: 13.6vw;
    top: 64.2666666667vw;
    left: -6.9333333333vw;
  }
}
@media screen and (min-width: 768px) {
  .l-top .p-kv__icon.icon03 {
    width: min(66px, 3.4375vw);
    height: min(63px, 3.28125vw);
    top: min(148px, 7.7083333333vw);
    left: 42.96875%;
  }
}
@media screen and (max-width: 767px) {
  .l-top .p-kv__icon.icon03 {
    width: 8vw;
    height: 7.7333333333vw;
    top: 26.1333333333vw;
    left: 24.8vw;
  }
}
.l-top .p-kv__icon.icon04 {
  transform: rotate(-15deg);
}
@media screen and (min-width: 768px) {
  .l-top .p-kv__icon.icon04 {
    width: min(121px, 6.3020833333vw);
    height: min(103px, 5.3645833333vw);
    top: min(540px, 28.125vw);
    right: 1.927%;
  }
}
@media screen and (max-width: 767px) {
  .l-top .p-kv__icon.icon04 {
    width: 16vw;
    height: 13.6vw;
    top: 94.6666666667vw;
    right: 32.5333333333vw;
  }
}
.l-top .p-kv__icon.icon05 {
  transform: rotate(45deg);
}
@media screen and (min-width: 768px) {
  .l-top .p-kv__icon.icon05 {
    width: min(150px, 7.8125vw);
    height: min(75px, 3.90625vw);
    bottom: max(-24px, -1.25vw);
    left: 3.385%;
  }
}
@media screen and (max-width: 767px) {
  .l-top .p-kv__icon.icon05 {
    width: 20vw;
    height: 10vw;
    bottom: -18.1333333333vw;
    left: -4.8vw;
  }
}
.l-top .p-kv__icon.icon06 {
  transform: rotate(45deg);
}
@media screen and (min-width: 768px) {
  .l-top .p-kv__icon.icon06 {
    width: min(90px, 4.6875vw);
    height: min(90px, 4.6875vw);
    bottom: max(-43px, -2.2395833333vw);
    left: 29.9479%;
  }
}
@media screen and (max-width: 767px) {
  .l-top .p-kv__icon.icon06 {
    width: 12vw;
    height: 12vw;
    bottom: 25.0666666667vw;
    right: -2.6666666667vw;
  }
}
.l-top .p-kv__icon.icon07 {
  transform: rotate(45deg);
}
@media screen and (min-width: 768px) {
  .l-top .p-kv__icon.icon07 {
    width: min(70px, 3.6458333333vw);
    height: min(70px, 3.6458333333vw);
    bottom: max(-98px, -5.1041666667vw);
    right: 20.9375%;
  }
}
@media screen and (max-width: 767px) {
  .l-top .p-kv__icon.icon07 {
    width: 9.3333333333vw;
    height: 9.3333333333vw;
    top: 116.5333333333vw;
    left: 34.1333333333vw;
  }
}
@keyframes kv-bg-anime {
  0% {
    opacity: 0;
  }
  8% {
    opacity: 1;
  }
  42% {
    opacity: 1;
  }
  50% {
    opacity: 0;
    transform: scale(1.06);
    z-index: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes kv-img-anime {
  0% {
    transform: scale(0);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes kv-text-anime {
  0% {
    opacity: 0;
  }
  50% {
    transform: translateY(-10%);
    opacity: 1;
  }
  80% {
    transform: translateY(10%);
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}
.l-top .p-intro {
  position: relative;
}
@media screen and (min-width: 768px) {
  .l-top .p-intro {
    padding-top: min(120px, 9.375vw);
  }
}
@media screen and (max-width: 767px) {
  .l-top .p-intro {
    padding-top: 31.4666666667vw;
  }
}
.l-top .p-intro::after {
  transform: rotate(-36deg);
}
@media screen and (min-width: 768px) {
  .l-top .p-intro::after {
    width: min(808px, 42.0833333333vw);
    height: min(795px, 41.40625vw);
    transform: rotate(-36deg);
    top: min(244px, 19.0625vw);
    left: max(-292px, -15.2083333333vw);
  }
}
@media screen and (max-width: 767px) {
  .l-top .p-intro::after {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  .l-top .p-intro .c-title {
    margin-bottom: min(40px, 3.125vw);
  }
}
@media screen and (max-width: 767px) {
  .l-top .p-intro .c-title {
    margin-bottom: 5.3333333333vw;
  }
}
.l-top .p-intro__lead {
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .l-top .p-intro__lead {
    max-width: min(680px, 53.125vw);
  }
}
.l-top .p-intro__btn {
  display: flex;
  justify-content: center;
  position: relative;
  z-index: 3;
}
@media screen and (min-width: 768px) {
  .l-top .p-intro__btn {
    margin-top: min(60px, 4.6875vw);
    column-gap: min(20px, 1.5625vw);
  }
}
@media screen and (max-width: 767px) {
  .l-top .p-intro__btn {
    margin-top: 5.3333333333vw;
    column-gap: 1.8666666667vw;
  }
}
@media screen and (max-width: 767px) {
  .l-top .p-intro__btn .c-btn {
    font-size: 4.2666666667vw;
    line-height: 1.5;
    padding-left: 5.3333333333vw;
    width: 43.7333333333vw;
  }
  .l-top .p-intro__btn .c-btn::after {
    right: 4vw;
  }
}
.l-top .p-intro__icon {
  position: absolute;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .l-top .p-intro__icon.icon01 {
    width: min(66px, 3.4375vw);
    height: min(63px, 3.28125vw);
    top: min(140px, 10.9375vw);
    left: min(35px, 2.734375vw);
  }
}
@media screen and (max-width: 767px) {
  .l-top .p-intro__icon.icon01 {
    width: 8vw;
    height: 7.7333333333vw;
    top: -13.0666666667vw;
    left: 22.6666666667vw;
  }
}
.l-top .p-intro__icon.icon02 {
  transform: rotate(-41deg);
}
@media screen and (min-width: 768px) {
  .l-top .p-intro__icon.icon02 {
    width: min(150px, 7.8125vw);
    height: min(75px, 3.90625vw);
    top: min(100px, 7.8125vw);
    right: min(65px, 5.078125vw);
  }
}
@media screen and (max-width: 767px) {
  .l-top .p-intro__icon.icon02 {
    width: 20vw;
    height: 10vw;
    top: 0;
    right: -2.1333333333vw;
  }
}
.l-top .p-intro__icon.icon03 {
  transform: rotate(45deg);
}
@media screen and (min-width: 768px) {
  .l-top .p-intro__icon.icon03 {
    width: min(91px, 4.7395833333vw);
    height: min(91px, 4.7395833333vw);
    bottom: min(100px, 7.8125vw);
    right: max(-40px, -3.125vw);
  }
}
@media screen and (max-width: 767px) {
  .l-top .p-intro__icon.icon03 {
    bottom: 20.6666666667vw;
    width: 12vw;
    height: 12vw;
    right: -8vw;
  }
}
@media screen and (min-width: 768px) {
  .l-top .p-intro__icon.icon04 {
    width: min(120px, 6.25vw);
    height: min(120px, 6.25vw);
    bottom: max(-240px, -18.75vw);
    left: max(-80px, -6.25vw);
  }
}
@media screen and (max-width: 767px) {
  .l-top .p-intro__icon.icon04 {
    width: 16vw;
    height: 16vw;
    bottom: -10.4vw;
    left: -10.6666666667vw;
  }
}
.l-top .p-about {
  position: relative;
}
@media screen and (min-width: 768px) {
  .l-top .p-about {
    padding-top: min(130px, 10.15625vw);
  }
}
@media screen and (max-width: 767px) {
  .l-top .p-about {
    padding-top: 12.8vw;
  }
}
.l-top .p-about::after {
  position: absolute;
  content: "";
  display: block;
  left: 50%;
  transform: translateX(-50%);
  background-repeat: no-repeat;
  background-size: contain;
}
@media screen and (min-width: 768px) {
  .l-top .p-about::after {
    z-index: -1;
    background-image: url(../img/top/bg-about.png);
    width: min(1400px, 109.375vw);
    height: min(918px, 71.71875vw);
    bottom: max(-88px, -6.875vw);
  }
}
@media screen and (max-width: 767px) {
  .l-top .p-about::after {
    z-index: 1;
    background-image: url(../img/top/bg-about-sp.png);
    width: 89.3333333333vw;
    height: 421.3333333333vw;
    bottom: -7.4666666667vw;
  }
}
.l-top .p-about__img {
  display: flex;
}
@media screen and (min-width: 768px) {
  .l-top .p-about__img {
    position: absolute;
    top: min(90px, 7.03125vw);
    right: 0;
    width: min(600px, 31.25vw);
  }
}
@media screen and (max-width: 767px) {
  .l-top .p-about__img {
    position: relative;
    z-index: -1;
    width: 92vw;
    margin-left: auto;
  }
}
.l-top .p-about .c-title {
  text-align: center;
}
@media screen and (min-width: 768px) {
  .l-top .p-about .c-title {
    margin-bottom: min(16px, 1.25vw);
  }
}
@media screen and (max-width: 767px) {
  .l-top .p-about .c-title {
    margin-bottom: 8vw;
  }
}
@media screen and (min-width: 768px) {
  .l-top .p-about .c-title-logo {
    width: min(148px, 11.5625vw);
  }
}
@media screen and (max-width: 767px) {
  .l-top .p-about .c-title-logo {
    width: 19.7333333333vw;
  }
}
.l-top .p-about__list {
  display: flex;
}
@media screen and (min-width: 768px) {
  .l-top .p-about__list {
    align-items: flex-start;
    justify-content: space-between;
  }
}
@media screen and (max-width: 767px) {
  .l-top .p-about__list {
    flex-direction: column;
    align-items: center;
    row-gap: 5.3333333333vw;
  }
}
.l-top .p-about__list-item {
  background-color: #fff;
}
@media screen and (min-width: 768px) {
  .l-top .p-about__list-item {
    width: min(280px, 21.875vw);
    border-radius: min(40px, 3.125vw);
    padding: min(50px, 3.90625vw) min(30px, 2.34375vw) min(42px, 3.28125vw);
    min-height: min(400px, 31.25vw);
  }
}
@media screen and (max-width: 767px) {
  .l-top .p-about__list-item {
    width: 78.6666666667vw;
    border-radius: 5.3333333333vw;
    padding: 8vw 5.3333333333vw;
  }
}
@media screen and (min-width: 768px) {
  .l-top .p-about__list-item:nth-of-type(2) {
    margin-top: min(50px, 3.90625vw);
  }
}
@media screen and (min-width: 768px) {
  .l-top .p-about__list-item:nth-of-type(4) {
    margin-top: min(70px, 5.46875vw);
  }
}
.l-top .p-about__list-img {
  display: block;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .l-top .p-about__list-img.img01 {
    width: min(96px, 7.5vw);
  }
}
@media screen and (max-width: 767px) {
  .l-top .p-about__list-img.img01 {
    width: 25.6vw;
  }
}
@media screen and (min-width: 768px) {
  .l-top .p-about__list-img.img02 {
    width: min(104px, 8.125vw);
  }
}
@media screen and (max-width: 767px) {
  .l-top .p-about__list-img.img02 {
    width: 21.3333333333vw;
  }
}
@media screen and (min-width: 768px) {
  .l-top .p-about__list-img.img03 {
    width: min(93px, 7.265625vw);
  }
}
@media screen and (max-width: 767px) {
  .l-top .p-about__list-img.img03 {
    width: 24.8vw;
  }
}
@media screen and (min-width: 768px) {
  .l-top .p-about__list-img.img04 {
    width: min(103px, 8.046875vw);
  }
}
@media screen and (max-width: 767px) {
  .l-top .p-about__list-img.img04 {
    width: 27.4666666667vw;
  }
}
@media screen and (min-width: 768px) {
  .l-top .p-about__list-title {
    font-size: clamp(11px, 1.71875vw, 22px);
    line-height: 1.5454545455;
    letter-spacing: 0em;
    font-weight: 900;
  }
}
@media screen and (max-width: 767px) {
  .l-top .p-about__list-title {
    font-size: calc(20 / 375 * 100vw);
    line-height: 1.5;
    letter-spacing: 0em;
    font-weight: 900;
  }
}
@media screen and (min-width: 768px) {
  .l-top .p-about__list-title {
    margin: min(15px, 1.171875vw) 0;
  }
}
@media screen and (max-width: 767px) {
  .l-top .p-about__list-title {
    text-align: center;
    margin: 3.2vw 0 2.1333333333vw;
  }
}
@media screen and (min-width: 768px) {
  .l-top .p-gallery {
    margin-top: min(160px, 12.5vw);
  }
}
@media screen and (max-width: 767px) {
  .l-top .p-gallery {
    margin-top: 22.4vw;
  }
}
.l-top .p-gallery__title {
  position: relative;
  z-index: 3;
  text-align: center;
  font-family: "buildings", sans-serif;
  letter-spacing: -0.1em;
}
@media screen and (min-width: 768px) {
  .l-top .p-gallery__title {
    font-size: min(150px, 7.8125vw);
    margin-bottom: max(-60px, -4.6875vw);
  }
}
@media screen and (max-width: 767px) {
  .l-top .p-gallery__title {
    line-height: 0.666666667;
    font-size: 16vw;
    margin-bottom: 1.6vw;
  }
}
.l-top .p-gallery__wrap {
  overflow: hidden;
  display: flex;
  z-index: 1;
  position: relative;
}
.l-top .p-gallery__list {
  display: flex;
  align-items: flex-start;
}
@media screen and (min-width: 768px) {
  .l-top .p-gallery__list {
    animation: scroll-left 45s infinite linear 0.5s both;
  }
}
@media screen and (max-width: 767px) {
  .l-top .p-gallery__list {
    animation: scroll-left 35s infinite linear 0.5s both;
  }
}
.l-top .p-gallery__list-wrap {
  display: flex;
}
@media screen and (min-width: 768px) {
  .l-top .p-gallery__list-wrap {
    margin-right: min(20px, 1.5625vw);
    margin-top: min(100px, 7.8125vw);
  }
}
@media screen and (max-width: 767px) {
  .l-top .p-gallery__list-wrap {
    margin-right: 2.6666666667vw;
    margin-top: 10.6666666667vw;
  }
}
.l-top .p-gallery__list-item {
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .l-top .p-gallery__list-item {
    border-radius: min(40px, 3.125vw);
    width: min(660px, 51.5625vw);
    margin-right: min(20px, 1.5625vw);
  }
}
@media screen and (max-width: 767px) {
  .l-top .p-gallery__list-item {
    border-radius: 5.3333333333vw;
    width: 88vw;
    margin-right: 2.6666666667vw;
  }
}
.l-top .p-gallery__smalllist {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media screen and (min-width: 768px) {
  .l-top .p-gallery__smalllist {
    row-gap: min(20px, 1.5625vw);
    width: min(660px, 51.5625vw);
  }
}
@media screen and (max-width: 767px) {
  .l-top .p-gallery__smalllist {
    row-gap: 2.6666666667vw;
    width: 88vw;
  }
}
.l-top .p-gallery__smalllist-item {
  display: flex;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .l-top .p-gallery__smalllist-item {
    width: min(320px, 25vw);
    border-radius: min(40px, 3.125vw);
  }
}
@media screen and (max-width: 767px) {
  .l-top .p-gallery__smalllist-item {
    width: 42.6666666667vw;
    border-radius: 5.3333333333vw;
  }
}
.l-top .p-reason {
  position: relative;
}
.l-top .p-reason::after {
  transform: rotate(-140deg);
}
@media screen and (min-width: 768px) {
  .l-top .p-reason::after {
    top: max(-335px, -26.171875vw);
    right: max(-104px, -5.4166666667vw);
  }
}
@media screen and (max-width: 767px) {
  .l-top .p-reason::after {
    top: -75.2vw;
    left: -2.1333333333vw;
  }
}
@media screen and (min-width: 768px) {
  .l-top .p-reason__bg {
    padding-top: min(130px, 10.15625vw);
  }
}
@media screen and (max-width: 767px) {
  .l-top .p-reason__bg {
    padding-top: 32vw;
  }
}
.l-top .p-reason__img {
  position: absolute;
  z-index: 3;
}
@media screen and (min-width: 768px) {
  .l-top .p-reason__img.img01 {
    width: min(540px, 42.1875vw);
    top: 0;
    left: max(-360px, -28.125vw);
  }
}
@media (max-width: 1480px) and (min-width: 768px) {
  .l-top .p-reason__img.img01 {
    top: max(-90px, -7.03125vw);
    left: max(-220px, -17.1875vw);
  }
}
@media screen and (max-width: 767px) {
  .l-top .p-reason__img.img01 {
    width: 52vw;
    left: -16vw;
    top: -25.6vw;
  }
}
@media screen and (min-width: 768px) {
  .l-top .p-reason__img.img02 {
    width: min(464px, 36.25vw);
    right: max(-360px, -28.125vw);
    bottom: min(72px, 5.625vw);
  }
}
@media (max-width: 1480px) and (min-width: 768px) {
  .l-top .p-reason__img.img02 {
    right: max(-220px, -17.1875vw);
    bottom: min(220px, 17.1875vw);
  }
}
@media screen and (max-width: 767px) {
  .l-top .p-reason__img.img02 {
    width: 45.8666666667vw;
    right: -14.1333333333vw;
    bottom: -25.6vw;
  }
}
.l-top .p-reason__list {
  display: flex;
}
@media screen and (min-width: 768px) {
  .l-top .p-reason__list {
    justify-content: space-between;
    flex-wrap: wrap;
    row-gap: min(80px, 6.25vw);
  }
}
@media screen and (max-width: 767px) {
  .l-top .p-reason__list {
    flex-direction: column;
    row-gap: 5.3333333333vw;
  }
}
.l-top .p-reason__list-item {
  background-color: #fff;
}
@media screen and (min-width: 768px) {
  .l-top .p-reason__list-item {
    width: min(560px, 43.75vw);
    height: min(400px, 31.25vw);
    border-radius: min(40px, 3.125vw);
    padding: min(100px, 7.8125vw) min(60px, 4.6875vw) 0;
  }
}
@media screen and (max-width: 767px) {
  .l-top .p-reason__list-item {
    width: 100%;
    padding: 10.6666666667vw 6.1333333333vw;
    border-radius: 5.3333333333vw;
  }
}
@media screen and (min-width: 768px) {
  .l-top .p-reason__list-item:has(.u-color--pink) {
    border: min(10px, 0.78125vw) solid #E85298;
  }
}
@media screen and (max-width: 767px) {
  .l-top .p-reason__list-item:has(.u-color--pink) {
    border: 1.8666666667vw solid #E85298;
  }
}
@media screen and (min-width: 768px) {
  .l-top .p-reason__list-item:has(.u-color--blue) {
    border: min(10px, 0.78125vw) solid #0081CC;
  }
}
@media screen and (max-width: 767px) {
  .l-top .p-reason__list-item:has(.u-color--blue) {
    border: 1.8666666667vw solid #0081CC;
  }
}
@media screen and (min-width: 768px) {
  .l-top .p-reason__list-item:has(.u-color--orange) {
    border: min(10px, 0.78125vw) solid #F18D02;
  }
}
@media screen and (max-width: 767px) {
  .l-top .p-reason__list-item:has(.u-color--orange) {
    border: 1.8666666667vw solid #F18D02;
  }
}
@media screen and (min-width: 768px) {
  .l-top .p-reason__list-item:has(.u-color--green) {
    border: min(10px, 0.78125vw) solid #009A3E;
  }
}
@media screen and (max-width: 767px) {
  .l-top .p-reason__list-item:has(.u-color--green) {
    border: 1.8666666667vw solid #009A3E;
  }
}
.l-top .p-reason__list-title {
  text-align: center;
}
@media screen and (min-width: 768px) {
  .l-top .p-reason__list-title {
    font-size: clamp(16px, 2.5vw, 32px);
    line-height: 1.5;
    letter-spacing: 0em;
    font-weight: 900;
  }
}
@media screen and (max-width: 767px) {
  .l-top .p-reason__list-title {
    font-size: calc(20 / 375 * 100vw);
    line-height: 1.5;
    letter-spacing: 0em;
    font-weight: 900;
  }
}
@media screen and (min-width: 768px) {
  .l-top .p-reason__list-title {
    margin-bottom: min(24px, 1.875vw);
  }
}
@media screen and (max-width: 767px) {
  .l-top .p-reason__list-title {
    margin-bottom: 2.1333333333vw;
  }
}
.l-top .p-reason__icon {
  position: absolute;
  z-index: 4;
}
@media screen and (min-width: 768px) {
  .l-top .p-reason__icon.icon01 {
    width: min(200px, 10.4166666667vw);
    height: min(200px, 10.4166666667vw);
    top: min(12px, 0.9375vw);
    left: 30.6777%;
  }
}
@media screen and (max-width: 767px) {
  .l-top .p-reason__icon.icon01 {
    width: 16vw;
    height: 16vw;
    top: 31.2vw;
    right: 8vw;
  }
}
@media screen and (min-width: 768px) {
  .l-top .p-reason__icon.icon02 {
    width: min(110px, 5.7291666667vw);
    height: min(105px, 5.46875vw);
    top: min(387px, 30.234375vw);
    right: 8.125%;
  }
}
@media screen and (max-width: 767px) {
  .l-top .p-reason__icon.icon02 {
    width: 13.8666666667vw;
    height: 13.3333333333vw;
    top: 83.4666666667vw;
    right: 0;
  }
}
.l-top .p-reason__icon.icon03 {
  transform: rotate(20deg);
}
@media screen and (min-width: 768px) {
  .l-top .p-reason__icon.icon03 {
    width: min(121px, 6.3020833333vw);
    height: min(103px, 5.3645833333vw);
    bottom: min(463px, 36.171875vw);
    left: calc((100vw - 1300px) / 2);
  }
}
@media screen and (max-width: 1280px) and (min-width: 768px) {
  .l-top .p-reason__icon.icon03 {
    left: min(10px, 0.78125vw);
  }
}
@media screen and (max-width: 767px) {
  .l-top .p-reason__icon.icon03 {
    width: 16vw;
    height: 13.6vw;
    top: 67.4666666667vw;
    left: -2.6666666667vw;
  }
}
@media screen and (min-width: 768px) {
  .l-top .p-reason__icon.icon04 {
    width: min(90px, 4.6875vw);
    height: min(90px, 4.6875vw);
    right: max(-30px, -2.34375vw);
    bottom: min(495px, 38.671875vw);
  }
}
@media (max-width: 1480px) and (min-width: 768px) {
  .l-top .p-reason__icon.icon04 {
    bottom: min(620px, 48.4375vw);
  }
}
@media screen and (max-width: 767px) {
  .l-top .p-reason__icon.icon04 {
    width: 12vw;
    height: 12vw;
    right: 18vw;
    top: 138.6666666667vw;
  }
}
.l-top .p-reason__icon.icon05 {
  transform: rotate(45deg);
}
@media screen and (min-width: 768px) {
  .l-top .p-reason__icon.icon05 {
    width: min(70px, 3.6458333333vw);
    height: min(70px, 3.6458333333vw);
    left: max(-12px, -0.9375vw);
    bottom: min(410px, 32.03125vw);
  }
}
@media screen and (max-width: 767px) {
  .l-top .p-reason__icon.icon05 {
    width: 9.3333333333vw;
    height: 9.3333333333vw;
    left: 10.6666666667vw;
    bottom: 128vw;
  }
}
.l-top .p-reason__icon.icon06 {
  transform: rotate(-15deg);
}
@media screen and (min-width: 768px) {
  .l-top .p-reason__icon.icon06 {
    width: min(121px, 6.3020833333vw);
    height: min(103px, 5.3645833333vw);
    right: 10.677%;
    bottom: max(-60px, -4.6875vw);
  }
}
@media screen and (max-width: 767px) {
  .l-top .p-reason__icon.icon06 {
    width: 16vw;
    height: 13.6vw;
    right: 13.8666666667vw;
    bottom: 59.7333333333vw;
  }
}
.l-top .p-reason__icon.icon07 {
  transform: rotate(45deg);
}
@media screen and (min-width: 768px) {
  .l-top .p-reason__icon.icon07 {
    width: min(150px, 7.8125vw);
    height: min(75px, 3.90625vw);
    left: 5%;
    bottom: max(-75px, -5.859375vw);
  }
}
@media screen and (max-width: 767px) {
  .l-top .p-reason__icon.icon07 {
    width: 20vw;
    height: 10vw;
    left: 11.7333333333vw;
    bottom: -10.6666666667vw;
  }
}
.l-top .p-image {
  position: relative;
}
@media screen and (min-width: 768px) {
  .l-top .p-image {
    margin-top: min(130px, 10.15625vw);
    padding: min(120px, 9.375vw) 0 min(115px, 8.984375vw);
  }
}
@media screen and (max-width: 767px) {
  .l-top .p-image {
    margin-top: 25.6vw;
    padding: 8vw 0 21.3333333333vw;
  }
}
.l-top .p-image::after {
  position: absolute;
  content: "";
  display: block;
  z-index: -1;
  height: 100%;
  background-color: #F8F9FA;
  left: 50%;
  transform: translateX(-50%);
  top: 0;
}
@media screen and (min-width: 768px) {
  .l-top .p-image::after {
    border-radius: min(200px, 15.625vw);
    width: min(1360px, 106.25vw);
  }
}
@media screen and (max-width: 767px) {
  .l-top .p-image::after {
    width: 100%;
    border-radius: 26.6666666667vw;
  }
}
.l-top .p-image .c-title {
  text-align: center;
}
@media screen and (min-width: 768px) {
  .l-top .p-image .c-title {
    margin-bottom: min(48px, 3.75vw);
  }
}
@media screen and (max-width: 767px) {
  .l-top .p-image .c-title {
    margin-bottom: 5.3333333333vw;
  }
}
@media screen and (min-width: 768px) {
  .l-top .p-image__slider {
    min-height: calc(33.49vw + 270px + 3vw);
  }
}
@media (max-width: 1920px) and (min-width: 1600px) {
  .l-top .p-image__slider {
    min-height: calc(33.49vw + 290px + 3vw);
  }
}
@media (max-width: 1600px) and (min-width: 1280px) {
  .l-top .p-image__slider {
    min-height: 62vw;
  }
}
@media screen and (max-width: 1280px) and (min-width: 768px) {
  .l-top .p-image__slider {
    min-height: 62vw;
  }
}
@media screen and (max-width: 767px) {
  .l-top .p-image__slider {
    padding: 0 8vw;
  }
}
.l-top .p-image__slider-item {
  transition: all 0.6s;
}
@media screen and (min-width: 768px) {
  .l-top .p-image__slider-item {
    margin-top: 7.1825vw;
  }
}
@media screen and (max-width: 767px) {
  .l-top .p-image__slider-item {
    width: 84vw;
  }
}
.l-top .p-image__slider-item img {
  display: block;
  transition: all 0.6s;
}
@media screen and (min-width: 768px) {
  .l-top .p-image__slider-item img {
    border-radius: 2.083333333vw;
  }
}
@media screen and (max-width: 767px) {
  .l-top .p-image__slider-item img {
    border-radius: 5.3333333333vw;
  }
}
@media screen and (min-width: 768px) {
  .l-top .p-image__slider-item.swiper-slide-active {
    margin-top: 7.4vw;
  }
}
@media screen and (min-width: 768px) {
  .l-top .p-image__slider-item.swiper-slide-active img {
    transform: scale(1.7857);
  }
}
@media screen and (min-width: 768px) {
  .l-top .p-image__slider-item.swiper-slide-active .p-image__slider-text {
    margin-top: 10vw;
    margin-left: -5vw;
    width: 41.66666667vw;
  }
}
@media screen and (min-width: 768px) {
  .l-top .p-image__slider-text {
    width: 89.2857%;
    margin: 4.3478% auto 0;
  }
}
@media screen and (max-width: 767px) {
  .l-top .p-image__slider-text {
    margin-top: 6.4vw;
  }
}
@media screen and (min-width: 768px) {
  .l-top .p-image__slider-title {
    font-size: clamp(16px, 2.5vw, 32px);
    line-height: 1.5;
    letter-spacing: 0em;
    font-weight: 900;
  }
}
@media screen and (max-width: 767px) {
  .l-top .p-image__slider-title {
    font-size: calc(20 / 375 * 100vw);
    line-height: 1.5;
    letter-spacing: 0em;
    font-weight: 900;
  }
}
@media screen and (min-width: 768px) {
  .l-top .p-image__slider-title {
    margin-bottom: min(30px, 1.5625vw);
  }
}
@media screen and (max-width: 767px) {
  .l-top .p-image__slider-title {
    margin-bottom: 3.2vw;
  }
}
.l-top .p-image__slider .swiper-button-next,
.l-top .p-image__slider .swiper-button-prev {
  margin: 0;
  border-radius: 50%;
}
@media screen and (min-width: 768px) {
  .l-top .p-image__slider .swiper-button-next,
  .l-top .p-image__slider .swiper-button-prev {
    top: 13.2291666667vw;
    width: min(100px, 7.8125vw);
    height: min(100px, 7.8125vw);
  }
}
@media screen and (max-width: 767px) {
  .l-top .p-image__slider .swiper-button-next,
  .l-top .p-image__slider .swiper-button-prev {
    top: 20.5333333333vw;
    width: 13.3333333333vw;
    height: 13.3333333333vw;
  }
}
.l-top .p-image__slider .swiper-button-next svg,
.l-top .p-image__slider .swiper-button-prev svg {
  display: none;
}
.l-top .p-image__slider .swiper-button-next::after,
.l-top .p-image__slider .swiper-button-prev::after {
  position: absolute;
  content: "";
  display: block;
  background: center/contain no-repeat url(../img/common/ic-arrow-triangle-wh.png);
  top: 50%;
  left: 54%;
  transform: translate(-50%, -50%);
}
@media screen and (min-width: 768px) {
  .l-top .p-image__slider .swiper-button-next::after,
  .l-top .p-image__slider .swiper-button-prev::after {
    width: min(26px, 2.03125vw);
    height: min(30px, 2.34375vw);
  }
}
@media screen and (max-width: 767px) {
  .l-top .p-image__slider .swiper-button-next::after,
  .l-top .p-image__slider .swiper-button-prev::after {
    width: 2.6666666667vw;
    height: 3.2vw;
  }
}
.l-top .p-image__slider .swiper-button-next {
  background-color: #009A3E;
}
@media screen and (min-width: 768px) {
  .l-top .p-image__slider .swiper-button-next {
    right: 19.7916666667vw;
  }
}
@media screen and (max-width: 767px) {
  .l-top .p-image__slider .swiper-button-next {
    right: 2.6666666667vw;
  }
}
.l-top .p-image__slider .swiper-button-prev {
  background-color: #0081CC;
  transform: scale(-1, 1);
}
@media screen and (min-width: 768px) {
  .l-top .p-image__slider .swiper-button-prev {
    left: 19.7916666667vw;
  }
}
@media screen and (max-width: 767px) {
  .l-top .p-image__slider .swiper-button-prev {
    left: 2.6666666667vw;
  }
}
.l-top .p-image__bg {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  pointer-events: none;
}
.l-top .p-image__icon {
  position: absolute;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .l-top .p-image__icon.icon01 {
    width: min(66px, 3.4375vw);
    height: min(63px, 3.28125vw);
    top: max(-26px, -2.03125vw);
    left: min(280px, 21.875vw);
  }
}
@media screen and (max-width: 767px) {
  .l-top .p-image__icon.icon01 {
    width: 8vw;
    height: 7.7333333333vw;
    top: -4vw;
    left: 25.6vw;
  }
}
.l-top .p-image__icon.icon02 {
  transform: rotate(45deg);
}
@media screen and (min-width: 768px) {
  .l-top .p-image__icon.icon02 {
    width: min(70px, 3.6458333333vw);
    height: min(70px, 3.6458333333vw);
    top: min(85px, 6.640625vw);
    right: min(164px, 12.8125vw);
  }
}
@media screen and (max-width: 767px) {
  .l-top .p-image__icon.icon02 {
    width: 9.3333333333vw;
    height: 9.3333333333vw;
    top: 9.6vw;
    right: 21.3333333333vw;
  }
}
@media screen and (min-width: 768px) {
  .l-top .p-image__icon.icon03 {
    width: min(200px, 10.4166666667vw);
    height: min(200px, 10.4166666667vw);
    top: min(170px, 13.28125vw);
    left: max(-155px, -12.109375vw);
  }
}
@media screen and (max-width: 1280px) and (min-width: 768px) {
  .l-top .p-image__icon.icon03 {
    left: max(-100px, -7.8125vw);
  }
}
@media screen and (max-width: 767px) {
  .l-top .p-image__icon.icon03 {
    width: 16vw;
    height: 16vw;
    top: 33.8666666667vw;
    left: -3.7333333333vw;
  }
}
@media screen and (min-width: 768px) {
  .l-top .p-image__icon.icon04 {
    width: min(63px, 3.28125vw);
    height: min(63px, 3.28125vw);
    bottom: max(-30px, -2.34375vw);
    left: min(359px, 28.046875vw);
  }
}
@media screen and (max-width: 767px) {
  .l-top .p-image__icon.icon04 {
    width: 8vw;
    height: 7.7333333333vw;
    bottom: -3.7333333333vw;
    left: 25.6vw;
  }
}
.l-top .p-contents {
  position: relative;
}
@media screen and (min-width: 768px) {
  .l-top .p-contents::after {
    transform: rotate(-36deg);
    top: 0;
    left: max(-267px, -13.90625vw);
  }
}
@media screen and (max-width: 767px) {
  .l-top .p-contents::after {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  .l-top .p-contents__bg {
    padding-top: min(150px, 11.71875vw);
  }
}
@media screen and (max-width: 767px) {
  .l-top .p-contents__bg {
    padding-top: 21.3333333333vw;
  }
}
@media screen and (min-width: 768px) {
  .l-top .p-contents .c-title {
    margin-bottom: min(40px, 3.125vw);
  }
}
@media screen and (max-width: 767px) {
  .l-top .p-contents .c-title {
    margin-bottom: 5.3333333333vw;
  }
}
.l-top .p-contents__note {
  background-color: #E85298;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .l-top .p-contents__note {
    width: min(800px, 62.5vw);
    height: min(60px, 4.6875vw);
    border-radius: min(80px, 6.25vw) min(80px, 6.25vw) 0 0;
  }
}
@media screen and (max-width: 767px) {
  .l-top .p-contents__note {
    width: 100%;
    height: 18.1333333333vw;
    border-radius: 10.6666666667vw 10.6666666667vw 0 0;
  }
}
.l-top .p-contents__note-txt {
  color: #fff;
}
@media screen and (min-width: 768px) {
  .l-top .p-contents__note-txt {
    font-size: clamp(10px, 1.5625vw, 20px);
    line-height: 1.5;
    letter-spacing: 0em;
    font-weight: 700;
  }
}
@media screen and (max-width: 767px) {
  .l-top .p-contents__note-txt {
    font-size: calc(16 / 375 * 100vw);
    line-height: 1.5;
    letter-spacing: 0em;
    font-weight: 700;
  }
}
.l-top .p-contents__box {
  position: relative;
}
@media screen and (min-width: 768px) {
  .l-top .p-contents__box {
    padding: min(100px, 7.8125vw) 0 min(90px, 7.03125vw);
  }
}
@media screen and (max-width: 767px) {
  .l-top .p-contents__box {
    padding: 10.6666666667vw 0 21.3333333333vw;
  }
}
.l-top .p-contents__box::after {
  position: absolute;
  content: "";
  display: block;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  height: 100%;
  background-color: #F8F9FA;
  z-index: -1;
}
@media screen and (min-width: 768px) {
  .l-top .p-contents__box::after {
    border-radius: min(80px, 6.25vw);
    width: min(1330px, 103.90625vw);
  }
}
@media screen and (max-width: 767px) {
  .l-top .p-contents__box::after {
    width: 100vw;
    border-radius: 10.6666666667vw;
  }
}
.l-top .p-contents__list {
  display: flex;
  flex-wrap: wrap;
}
@media screen and (min-width: 768px) {
  .l-top .p-contents__list {
    justify-content: center;
    column-gap: min(30px, 2.34375vw);
    row-gap: min(48px, 3.75vw);
  }
}
@media screen and (max-width: 767px) {
  .l-top .p-contents__list {
    justify-content: space-between;
    row-gap: 5.3333333333vw;
  }
}
@media screen and (min-width: 768px) {
  .l-top .p-contents__list-item {
    width: min(260px, 20.3125vw);
  }
}
@media screen and (max-width: 767px) {
  .l-top .p-contents__list-item {
    width: 42.6666666667vw;
  }
}
.l-top .p-contents__list-item img {
  display: block;
}
@media screen and (min-width: 768px) {
  .l-top .p-contents__list-item img {
    border-radius: min(20px, 1.5625vw);
  }
}
@media screen and (max-width: 767px) {
  .l-top .p-contents__list-item img {
    border-radius: 5.3333333333vw;
  }
}
@media screen and (max-width: 767px) {
  .l-top .p-contents__list-item .c-text-m {
    line-height: 1.7142857143;
  }
}
.l-top .p-contents__list-title {
  text-align: center;
}
@media screen and (min-width: 768px) {
  .l-top .p-contents__list-title {
    font-size: clamp(13px, 2.03125vw, 26px);
    line-height: 1.5384615385;
    letter-spacing: 0em;
    font-weight: 900;
  }
}
@media screen and (max-width: 767px) {
  .l-top .p-contents__list-title {
    font-size: calc(16 / 375 * 100vw);
    line-height: 1.5;
    letter-spacing: 0em;
    font-weight: 900;
  }
}
@media screen and (min-width: 768px) {
  .l-top .p-contents__list-title {
    margin: min(18px, 1.40625vw) 0 min(8px, 0.625vw);
  }
}
@media screen and (max-width: 767px) {
  .l-top .p-contents__list-title {
    margin: 2.6666666667vw 0 1.0666666667vw;
  }
}
.l-top .p-contents__icon {
  position: absolute;
  z-index: 5;
}
.l-top .p-contents__icon.icon01 {
  transform: rotate(-15deg);
}
@media screen and (min-width: 768px) {
  .l-top .p-contents__icon.icon01 {
    width: min(121px, 6.3020833333vw);
    height: min(103px, 5.3645833333vw);
    top: min(130px, 10.15625vw);
    right: 36.40625%;
  }
}
@media screen and (max-width: 767px) {
  .l-top .p-contents__icon.icon01 {
    width: 16vw;
    height: 13.6vw;
    top: 5.6vw;
    right: 19.4666666667vw;
  }
}
.l-top .p-contents__icon.icon02 {
  transform: rotate(45deg);
}
@media screen and (min-width: 768px) {
  .l-top .p-contents__icon.icon02 {
    width: min(150px, 7.8125vw);
    height: min(75px, 3.90625vw);
    top: min(554px, 43.28125vw);
    left: 2.44782%;
  }
}
@media screen and (max-width: 1280px) and (min-width: 768px) {
  .l-top .p-contents__icon.icon02 {
    left: max(-24px, -1.875vw);
  }
}
@media screen and (max-width: 767px) {
  .l-top .p-contents__icon.icon02 {
    width: 20vw;
    height: 10vw;
    top: 45.0666666667vw;
    left: -6.6666666667vw;
  }
}
.l-top .p-contents__icon.icon03 {
  transform: rotate(45deg);
}
@media screen and (min-width: 768px) {
  .l-top .p-contents__icon.icon03 {
    width: min(70px, 3.6458333333vw);
    height: min(70px, 3.6458333333vw);
    top: min(655px, 51.171875vw);
    right: 3.69792%;
  }
}
@media screen and (max-width: 1280px) and (min-width: 768px) {
  .l-top .p-contents__icon.icon03 {
    right: min(12px, 0.9375vw);
  }
}
@media screen and (max-width: 767px) {
  .l-top .p-contents__icon.icon03 {
    width: 9.3333333333vw;
    height: 9.3333333333vw;
    right: 0;
    bottom: 8.8vw;
  }
}
@media screen and (min-width: 768px) {
  .l-top .p-contents__icon.icon04 {
    width: min(90px, 4.6875vw);
    height: min(90px, 4.6875vw);
    bottom: min(164px, 12.8125vw);
    left: 8.802083%;
  }
}
@media (max-width: 1560px) and (min-width: 768px) {
  .l-top .p-contents__icon.icon04 {
    left: min(6px, 0.46875vw);
  }
}
@media screen and (max-width: 767px) {
  .l-top .p-contents__icon.icon04 {
    width: 12vw;
    height: 12vw;
    bottom: -6.6666666667vw;
    right: 24.5333333333vw;
  }
}
.l-top .p-scenes::after {
  transform: rotate(-73deg);
}
@media screen and (min-width: 768px) {
  .l-top .p-scenes::after {
    top: 0;
    right: max(-124px, -6.4583333333vw);
  }
}
@media screen and (max-width: 767px) {
  .l-top .p-scenes::after {
    top: 1.6vw;
    right: -28.8vw;
  }
}
@media screen and (min-width: 768px) {
  .l-top .p-scenes__bg {
    padding-top: min(136px, 10.625vw);
  }
}
@media screen and (max-width: 767px) {
  .l-top .p-scenes__bg {
    padding-top: 21.3333333333vw;
  }
}
.l-top .p-scenes .c-title {
  text-align: center;
}
@media screen and (min-width: 768px) {
  .l-top .p-scenes .c-title {
    margin-bottom: min(130px, 10.15625vw);
  }
}
@media screen and (min-width: 768px) {
  .l-top .p-scenes .c-title .c-title-txt03 {
    margin-top: min(24px, 1.875vw);
  }
}
.l-top .p-scenes__list {
  display: flex;
  flex-wrap: wrap;
}
@media screen and (min-width: 768px) {
  .l-top .p-scenes__list {
    justify-content: center;
    column-gap: min(130px, 10.15625vw);
    row-gap: min(48px, 3.75vw);
  }
}
@media screen and (max-width: 767px) {
  .l-top .p-scenes__list {
    justify-content: space-between;
    row-gap: 5.3333333333vw;
  }
}
.l-top .p-scenes__list-item {
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media screen and (min-width: 768px) {
  .l-top .p-scenes__list-item {
    width: min(260px, 20.3125vw);
  }
}
@media screen and (max-width: 767px) {
  .l-top .p-scenes__list-item {
    width: 42.6666666667vw;
  }
}
@media screen and (min-width: 768px) {
  .l-top .p-scenes__list-item img {
    margin-top: auto;
  }
}
@media screen and (min-width: 768px) {
  .l-top .p-scenes__list-img01 {
    width: min(127px, 9.921875vw);
    margin-bottom: min(10px, 0.78125vw);
  }
}
@media screen and (max-width: 767px) {
  .l-top .p-scenes__list-img01 {
    width: 21.0666666667vw;
    margin-top: 1.3333333333vw;
    margin-bottom: 3.4666666667vw;
  }
}
@media screen and (min-width: 768px) {
  .l-top .p-scenes__list-img02 {
    width: min(112px, 8.75vw);
    margin-bottom: min(15px, 1.171875vw);
  }
}
@media screen and (max-width: 767px) {
  .l-top .p-scenes__list-img02 {
    width: 18.6666666667vw;
    margin-bottom: 2.4vw;
  }
}
@media screen and (min-width: 768px) {
  .l-top .p-scenes__list-img03 {
    width: min(94px, 7.34375vw);
    margin-bottom: min(15px, 1.171875vw);
  }
}
@media screen and (max-width: 767px) {
  .l-top .p-scenes__list-img03 {
    width: 15.7333333333vw;
    margin-top: 2.4vw;
    margin-bottom: 4.5333333333vw;
  }
}
@media screen and (min-width: 768px) {
  .l-top .p-scenes__list-img04 {
    width: min(86px, 6.71875vw);
    margin-bottom: min(15px, 1.171875vw);
  }
}
@media screen and (max-width: 767px) {
  .l-top .p-scenes__list-img04 {
    width: 14.1333333333vw;
    margin-bottom: 2.4vw;
  }
}
@media screen and (min-width: 768px) {
  .l-top .p-scenes__list-img05 {
    width: min(143px, 11.171875vw);
    margin-bottom: min(15px, 1.171875vw);
  }
}
@media screen and (max-width: 767px) {
  .l-top .p-scenes__list-img05 {
    width: 23.7333333333vw;
    margin-bottom: 1.3333333333vw;
  }
}
@media screen and (min-width: 768px) {
  .l-top .p-scenes__list-img06 {
    width: min(116px, 9.0625vw);
    margin-bottom: min(10px, 0.78125vw);
  }
}
@media screen and (max-width: 767px) {
  .l-top .p-scenes__list-img06 {
    width: 19.2vw;
    margin-bottom: 2.1333333333vw;
    margin-top: 0.8vw;
  }
}
.l-top .p-scenes__list-title {
  text-align: center;
}
@media screen and (min-width: 768px) {
  .l-top .p-scenes__list-title {
    font-size: clamp(13px, 2.03125vw, 26px);
    line-height: 1.5384615385;
    letter-spacing: 0em;
    font-weight: 900;
  }
}
@media screen and (max-width: 767px) {
  .l-top .p-scenes__list-title {
    font-size: calc(16 / 375 * 100vw);
    line-height: 1.5;
    letter-spacing: 0em;
    font-weight: 900;
  }
}
@media screen and (min-width: 768px) {
  .l-top .p-scenes__list-title {
    margin-bottom: min(10px, 0.78125vw);
  }
}
@media screen and (max-width: 767px) {
  .l-top .p-scenes__list-title {
    margin-bottom: 2.6666666667vw;
  }
}
.l-top .p-scenes__img {
  position: absolute;
  z-index: 2;
}
@media screen and (min-width: 768px) {
  .l-top .p-scenes__img.img01 {
    width: min(421px, 32.890625vw);
    left: min(68.8px, 3.5833333333vw);
    top: min(366px, 28.59375vw);
  }
}
@media (max-width: 1760px) and (min-width: 768px) {
  .l-top .p-scenes__img.img01 {
    left: max(-140px, -10.9375vw);
    top: min(354px, 27.65625vw);
  }
}
@media screen and (max-width: 767px) {
  .l-top .p-scenes__img.img01 {
    width: 42.1333333333vw;
    top: 17.3333333333vw;
    left: -9.3333333333vw;
  }
}
@media screen and (min-width: 768px) {
  .l-top .p-scenes__img.img02 {
    width: min(554px, 43.28125vw);
    bottom: max(-183px, -14.296875vw);
    left: max(-100px, -5.2083333333vw);
  }
}
@media (max-width: 1800px) and (min-width: 768px) {
  .l-top .p-scenes__img.img02 {
    left: max(-280px, -21.875vw);
    bottom: max(-95px, -7.421875vw);
  }
}
@media screen and (max-width: 767px) {
  .l-top .p-scenes__img.img02 {
    width: 55.2vw;
    bottom: -56.8vw;
    left: 8.2666666667vw;
  }
}
@media screen and (min-width: 768px) {
  .l-top .p-scenes__img.img03 {
    width: min(549px, 42.890625vw);
    bottom: max(-446px, -34.84375vw);
    right: min(45px, 2.34375vw);
  }
}
@media (max-width: 1700px) and (min-width: 768px) {
  .l-top .p-scenes__img.img03 {
    right: max(-180px, -14.0625vw);
  }
}
@media screen and (max-width: 767px) {
  .l-top .p-scenes__img.img03 {
    width: 54.6666666667vw;
    bottom: -93.6vw;
    right: -12.2666666667vw;
  }
}
.l-top .p-scenes__icon {
  position: absolute;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .l-top .p-scenes__icon.icon01 {
    width: min(200px, 10.4166666667vw);
    height: min(200px, 10.4166666667vw);
    bottom: min(323px, 25.234375vw);
    right: min(120px, 6.25vw);
  }
}
@media (max-width: 1600px) and (min-width: 768px) {
  .l-top .p-scenes__icon.icon01 {
    right: max(-20px, -1.5625vw);
  }
}
@media screen and (max-width: 767px) {
  .l-top .p-scenes__icon.icon01 {
    width: 26.6666666667vw;
    height: 26.6666666667vw;
    bottom: -56vw;
    left: -3.2vw;
  }
}
.l-top .p-why {
  position: relative;
}
@media screen and (min-width: 768px) {
  .l-top .p-why {
    margin-top: min(70px, 5.46875vw);
    padding-top: min(80px, 6.25vw);
    padding-bottom: min(316px, 24.6875vw);
  }
}
@media screen and (max-width: 767px) {
  .l-top .p-why {
    padding-top: 59.4666666667vw;
    padding-bottom: 78.9333333333vw;
  }
}
.l-top .p-why::before, .l-top .p-why::after {
  position: absolute;
  content: "";
  display: block;
}
.l-top .p-why::before {
  z-index: -1;
  background: center/contain no-repeat url(../img/top/im-why.png);
}
@media screen and (min-width: 768px) {
  .l-top .p-why::before {
    width: min(808px, 42.0833333333vw);
    height: min(795px, 41.40625vw);
    bottom: 0;
    left: max(-168px, -8.75vw);
  }
}
@media screen and (max-width: 767px) {
  .l-top .p-why::before {
    width: 106.6666666667vw;
    height: 105.0666666667vw;
    bottom: -39.4666666667vw;
    left: -9.0666666667vw;
  }
}
.l-top .p-why::after {
  width: 100vw;
  height: 100%;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  top: 0;
  left: 0;
  z-index: -3;
}
@media screen and (min-width: 768px) {
  .l-top .p-why::after {
    background-image: url(../img/top/bg-why.jpg);
  }
}
@media (max-width: 1920px) and (min-width: 768px) {
  .l-top .p-why::after {
    width: 1920px;
    left: 50%;
    transform: translateX(-50%);
  }
}
@media screen and (max-width: 767px) {
  .l-top .p-why::after {
    background-image: url(../img/top/bg-why-sp.jpg);
  }
}
@media screen and (min-width: 768px) {
  .l-top .p-why .c-title {
    flex-direction: row;
    align-items: flex-end;
    column-gap: min(80px, 6.25vw);
  }
}
@media screen and (max-width: 767px) {
  .l-top .p-why .c-title {
    text-align: center;
  }
}
@media screen and (min-width: 768px) {
  .l-top .p-why .c-title-logowrap {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #fff;
    border-radius: 50%;
    width: min(300px, 23.4375vw);
    height: min(300px, 23.4375vw);
  }
}
@media screen and (min-width: 768px) {
  .l-top .p-why .c-title-txt {
    position: absolute;
    -webkit-writing-mode: vertical-rl;
    writing-mode: vertical-rl;
    white-space: nowrap;
    left: min(120px, 9.375vw);
    top: min(380px, 29.6875vw);
  }
}
@media screen and (min-width: 768px) {
  .l-top .p-why__wrap {
    width: min(820px, 64.0625vw);
    margin-left: auto;
  }
}
.l-top .p-why__item {
  display: flex;
  position: relative;
}
@media screen and (min-width: 768px) {
  .l-top .p-why__item {
    align-items: flex-start;
  }
}
@media screen and (max-width: 767px) {
  .l-top .p-why__item {
    flex-direction: column;
    row-gap: 3.2vw;
    padding: 0 2.6666666667vw;
  }
}
@media screen and (min-width: 768px) {
  .l-top .p-why__item:not(:last-of-type) {
    padding-bottom: min(32px, 2.5vw);
    margin-bottom: min(32px, 2.5vw);
    border-bottom: 1px solid #D2D2D2;
  }
}
@media screen and (max-width: 767px) {
  .l-top .p-why__item:not(:last-of-type) {
    padding-bottom: 5.3333333333vw;
    margin-bottom: 5.3333333333vw;
  }
  .l-top .p-why__item:not(:last-of-type)::after {
    position: absolute;
    content: "";
    display: block;
    width: 100vw;
    height: 1px;
    background-color: #D2D2D2;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
  }
}
@media screen and (min-width: 768px) {
  .l-top .p-why__item-title {
    font-size: clamp(16px, 2.5vw, 32px);
    line-height: 1.5;
    letter-spacing: 0em;
    font-weight: 900;
  }
}
@media screen and (max-width: 767px) {
  .l-top .p-why__item-title {
    font-size: calc(20 / 375 * 100vw);
    line-height: 1.5;
    letter-spacing: 0em;
    font-weight: 900;
  }
}
@media screen and (min-width: 768px) {
  .l-top .p-why__item-title {
    flex-shrink: 0;
    width: min(400px, 31.25vw);
  }
}
.l-top .p-why__icon {
  position: absolute;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .l-top .p-why__icon.icon01 {
    width: min(90px, 4.6875vw);
    height: min(90px, 4.6875vw);
    right: 0;
    bottom: max(-178px, -13.90625vw);
  }
}
@media screen and (max-width: 767px) {
  .l-top .p-why__icon.icon01 {
    width: 12vw;
    height: 12vw;
    bottom: -32.2666666667vw;
    right: 7.2vw;
  }
}
.l-top .p-why__icon.icon02 {
  transform: rotate(20deg);
}
@media screen and (min-width: 768px) {
  .l-top .p-why__icon.icon02 {
    width: min(121px, 6.3020833333vw);
    height: min(103px, 5.3645833333vw);
    left: min(132px, 10.3125vw);
    bottom: max(-349px, -27.265625vw);
  }
}
@media screen and (max-width: 767px) {
  .l-top .p-why__icon.icon02 {
    width: 16vw;
    height: 13.6vw;
    left: 10.1333333333vw;
    bottom: -123.7333333333vw;
  }
}
@media screen and (min-width: 768px) {
  .l-top .p-spec__bg {
    padding-top: min(25px, 1.953125vw);
  }
}
@media screen and (max-width: 767px) {
  .l-top .p-spec__bg {
    padding-top: 44vw;
  }
}
.l-top .p-spec__list {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .l-top .p-spec__list {
    flex-wrap: wrap;
    row-gap: 5.3333333333vw;
  }
}
.l-top .p-spec__list-item.pink {
  border-color: #E85298;
}
.l-top .p-spec__list-item.green {
  border-color: #009A3E;
}
.l-top .p-spec__list-item.orange {
  border-color: #F18D02;
}
.l-top .p-spec__list-item.purple {
  border-color: #7E318E;
}
@media screen and (min-width: 768px) {
  .l-top .p-spec__list-item {
    border: min(8px, 0.625vw) solid;
    border-radius: min(40px, 3.125vw);
    width: min(280px, 21.875vw);
    padding: min(62px, 4.84375vw) min(22px, 1.71875vw) min(52px, 4.0625vw);
  }
}
@media screen and (max-width: 767px) {
  .l-top .p-spec__list-item {
    border-radius: 5.3333333333vw;
    border: 1.0666666667vw solid;
    width: 42.6666666667vw;
    padding: 6.9333333333vw 3.2vw 6.4vw;
  }
}
.l-top .p-spec__list-img {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (min-width: 768px) {
  .l-top .p-spec__list-img {
    height: min(106px, 8.28125vw);
    margin-bottom: min(20px, 1.5625vw);
  }
}
@media screen and (max-width: 767px) {
  .l-top .p-spec__list-img {
    height: 17.0666666667vw;
    margin-bottom: 2.6666666667vw;
  }
}
@media screen and (min-width: 768px) {
  .l-top .p-spec__list-img.img01 img {
    width: min(130px, 10.15625vw);
  }
}
@media screen and (max-width: 767px) {
  .l-top .p-spec__list-img.img01 img {
    width: 21.3333333333vw;
  }
}
@media screen and (min-width: 768px) {
  .l-top .p-spec__list-img.img02 img {
    width: min(133px, 10.390625vw);
  }
}
@media screen and (max-width: 767px) {
  .l-top .p-spec__list-img.img02 img {
    width: 21.8666666667vw;
  }
}
@media screen and (min-width: 768px) {
  .l-top .p-spec__list-img.img03 img {
    width: min(125px, 9.765625vw);
  }
}
@media screen and (max-width: 767px) {
  .l-top .p-spec__list-img.img03 img {
    width: 20.5333333333vw;
  }
}
@media screen and (min-width: 768px) {
  .l-top .p-spec__list-img.img04 img {
    width: min(122px, 9.53125vw);
  }
}
@media screen and (max-width: 767px) {
  .l-top .p-spec__list-img.img04 img {
    width: 20vw;
  }
}
.l-top .p-spec__list-title {
  text-align: center;
}
@media screen and (min-width: 768px) {
  .l-top .p-spec__list-title {
    font-size: clamp(13px, 2.03125vw, 26px);
    line-height: 1.5384615385;
    letter-spacing: 0em;
    font-weight: 900;
  }
}
@media screen and (max-width: 767px) {
  .l-top .p-spec__list-title {
    font-size: calc(16 / 375 * 100vw);
    line-height: 1.5;
    letter-spacing: 0em;
    font-weight: 900;
  }
}
@media screen and (min-width: 768px) {
  .l-top .p-spec__list-title {
    margin-bottom: min(20px, 1.5625vw);
  }
}
@media screen and (max-width: 767px) {
  .l-top .p-spec__list-title {
    margin-bottom: 2.1333333333vw;
  }
}
.l-top .p-spec__icon {
  position: absolute;
  z-index: -1;
}
.l-top .p-spec__icon.icon01 {
  transform: rotate(45deg);
}
@media screen and (min-width: 768px) {
  .l-top .p-spec__icon.icon01 {
    width: min(150px, 7.8125vw);
    height: min(75px, 3.90625vw);
    top: min(145px, 11.328125vw);
    right: min(129px, 6.71875vw);
  }
}
@media screen and (max-width: 767px) {
  .l-top .p-spec__icon.icon01 {
    width: 20vw;
    height: 10vw;
    right: 8.5333333333vw;
    top: 60.2666666667vw;
  }
}
.l-top .p-spec__icon.icon02 {
  transform: rotate(45deg);
}
@media screen and (min-width: 768px) {
  .l-top .p-spec__icon.icon02 {
    width: min(70px, 3.6458333333vw);
    height: min(70px, 3.6458333333vw);
    top: min(314px, 24.53125vw);
    left: max(-35px, -1.8229166667vw);
  }
}
@media screen and (max-width: 767px) {
  .l-top .p-spec__icon.icon02 {
    width: 9.3333333333vw;
    height: 9.3333333333vw;
    top: 71.2vw;
    left: -4.8vw;
  }
}
.l-top .p-plan::after {
  transform: rotate(-140deg);
}
@media screen and (min-width: 768px) {
  .l-top .p-plan::after {
    top: max(-114px, -8.90625vw);
    right: max(-130px, -10.15625vw);
  }
}
@media screen and (max-width: 767px) {
  .l-top .p-plan::after {
    top: -13.3333333333vw;
    right: -56vw;
  }
}
@media screen and (min-width: 768px) {
  .l-top .p-plan__bg {
    padding-top: min(140px, 10.9375vw);
  }
}
@media screen and (max-width: 767px) {
  .l-top .p-plan__bg {
    padding-top: 21.3333333333vw;
  }
}
@media screen and (min-width: 768px) {
  .l-top .p-plan__list {
    width: max-content;
    margin: 0 auto;
  }
}
.l-top .p-plan__list-item {
  display: flex;
  align-items: center;
}
@media screen and (min-width: 768px) {
  .l-top .p-plan__list-item {
    column-gap: min(20px, 1.5625vw);
  }
}
@media screen and (max-width: 767px) {
  .l-top .p-plan__list-item {
    column-gap: 5.3333333333vw;
  }
}
@media screen and (min-width: 768px) {
  .l-top .p-plan__list-item:not(:last-of-type) {
    margin-bottom: min(8px, 0.625vw);
  }
}
@media screen and (max-width: 767px) {
  .l-top .p-plan__list-item:not(:last-of-type) {
    margin-bottom: 2.1333333333vw;
  }
}
.l-top .p-plan__list-num {
  font-family: "cc-regeneration-variable", sans-serif;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  flex-shrink: 0;
}
@media screen and (min-width: 768px) {
  .l-top .p-plan__list-num {
    font-size: clamp(12px, 1.875vw, 24px);
    line-height: 1;
    letter-spacing: 0em;
    font-weight: 400;
  }
}
@media screen and (max-width: 767px) {
  .l-top .p-plan__list-num {
    font-size: calc(24 / 375 * 100vw);
    line-height: 1;
    letter-spacing: 0em;
    font-weight: 400;
  }
}
@media screen and (min-width: 768px) {
  .l-top .p-plan__list-num {
    width: min(40px, 3.125vw);
    height: min(40px, 3.125vw);
    padding-bottom: min(3px, 0.234375vw);
  }
}
@media screen and (max-width: 767px) {
  .l-top .p-plan__list-num {
    width: 10.6666666667vw;
    height: 10.6666666667vw;
    padding-bottom: 0.8vw;
  }
}
.l-top .p-plan__list-num.pink {
  background-color: #E85298;
}
.l-top .p-plan__list-num.green {
  background-color: #009A3E;
}
.l-top .p-plan__list-num.orange {
  background-color: #F18D02;
}
.l-top .p-plan__list-num.purple {
  background-color: #7E318E;
}
.l-top .p-plan__list-text {
  display: flex;
  align-items: center;
}
@media screen and (min-width: 768px) {
  .l-top .p-plan__list-text {
    column-gap: min(15px, 1.171875vw);
  }
}
@media screen and (max-width: 767px) {
  .l-top .p-plan__list-text {
    flex-wrap: wrap;
    column-gap: 1.3333333333vw;
  }
}
@media screen and (min-width: 768px) {
  .l-top .p-plan__list-title {
    font-size: clamp(13px, 2.03125vw, 26px);
    line-height: 1.5384615385;
    letter-spacing: 0em;
    font-weight: 900;
  }
}
@media screen and (max-width: 767px) {
  .l-top .p-plan__list-title {
    font-size: calc(20 / 375 * 100vw);
    line-height: 1.2;
    letter-spacing: 0em;
    font-weight: 900;
  }
}
.l-top .p-plan__box {
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 768px) {
  .l-top .p-plan__box {
    border: min(4px, 0.3125vw) solid #0E81CC;
    width: min(900px, 70.3125vw);
    border-radius: min(20px, 1.5625vw);
    padding: min(21px, 1.640625vw) min(26px, 2.03125vw);
    margin-top: min(50px, 3.90625vw);
  }
}
@media screen and (max-width: 767px) {
  .l-top .p-plan__box {
    border: 0.8vw solid #0E81CC;
    padding: 5.8666666667vw 4.2666666667vw;
    border-radius: 5.3333333333vw;
    margin-top: 8vw;
  }
}
@media screen and (max-width: 767px) {
  .l-top .p-plan__box .c-text-m {
    line-height: 1.7142857143;
  }
}
.l-top .p-plan__icon {
  position: absolute;
}
@media screen and (min-width: 768px) {
  .l-top .p-plan__icon.icon01 {
    width: min(200px, 10.4166666667vw);
    height: min(200px, 10.4166666667vw);
    top: max(-140px, -10.9375vw);
    left: max(-200px, -15.625vw);
  }
}
@media (max-width: 1480px) and (min-width: 768px) {
  .l-top .p-plan__icon.icon01 {
    left: max(-100px, -7.8125vw);
  }
}
@media screen and (max-width: 767px) {
  .l-top .p-plan__icon.icon01 {
    width: 26.6666666667vw;
    height: 26.6666666667vw;
    top: 0;
    left: -12vw;
  }
}
.l-top .p-plan__icon.icon02 {
  transform: rotate(-15deg);
}
@media screen and (min-width: 768px) {
  .l-top .p-plan__icon.icon02 {
    width: min(121px, 6.3020833333vw);
    height: min(103px, 5.3645833333vw);
    top: max(-23px, -1.796875vw);
    right: min(90px, 7.03125vw);
  }
}
@media screen and (max-width: 767px) {
  .l-top .p-plan__icon.icon02 {
    width: 16vw;
    height: 13.6vw;
    top: 0;
    right: 11.7333333333vw;
  }
}
@media screen and (min-width: 768px) {
  .l-top .p-plan__icon.icon03 {
    width: min(66px, 3.4375vw);
    height: min(63px, 3.28125vw);
    top: min(175px, 13.671875vw);
    left: min(18px, 0.9375vw);
  }
}
@media screen and (max-width: 767px) {
  .l-top .p-plan__icon.icon03 {
    width: 8vw;
    height: 7.7333333333vw;
    top: 52.8vw;
    right: -3.4666666667vw;
  }
}
@media screen and (min-width: 768px) {
  .l-top .p-demo__bg {
    padding-bottom: min(173px, 13.515625vw);
  }
}
@media screen and (max-width: 767px) {
  .l-top .p-demo__bg {
    padding-top: 4.2666666667vw;
    padding-bottom: 18.6666666667vw;
  }
}
.l-top .p-demo__bg::after {
  position: absolute;
  content: "";
  display: block;
  z-index: -1;
  background-size: contain;
  background-repeat: no-repeat;
}
@media screen and (min-width: 768px) {
  .l-top .p-demo__bg::after {
    background-image: url(../img/top/bg-demo.png);
    width: min(1268px, 99.0625vw);
    height: min(757px, 59.140625vw);
    top: min(113px, 8.828125vw);
    left: 50%;
    transform: translateX(-50%);
  }
}
@media screen and (max-width: 767px) {
  .l-top .p-demo__bg::after {
    background-image: url(../img/top/bg-demo-sp.png);
    width: 178.6666666667vw;
    height: 201.8666666667vw;
    top: 24.2666666667vw;
    left: -34.1333333333vw;
  }
}
@media screen and (max-width: 767px) {
  .l-top .p-demo__title {
    margin-bottom: 3.2vw;
  }
}
.l-top .p-demo__title-logo {
  background-color: #fff;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  border-radius: 50%;
}
@media screen and (min-width: 768px) {
  .l-top .p-demo__title-logo {
    width: min(300px, 23.4375vw);
    height: min(300px, 23.4375vw);
    padding-top: min(129px, 10.078125vw);
  }
}
@media screen and (max-width: 767px) {
  .l-top .p-demo__title-logo {
    margin: 0 auto 3.2vw;
    width: 40vw;
    height: 40vw;
    padding-top: 17.3333333333vw;
  }
}
@media screen and (min-width: 768px) {
  .l-top .p-demo__title-logo img {
    width: min(80px, 6.25vw);
  }
}
@media screen and (max-width: 767px) {
  .l-top .p-demo__title-logo img {
    width: 10.9333333333vw;
  }
}
.l-top .p-demo__title-sub {
  display: block;
}
@media screen and (min-width: 768px) {
  .l-top .p-demo__title-sub {
    margin-left: min(292px, 22.8125vw);
    margin-top: max(-60px, -4.6875vw);
  }
}
@media screen and (max-width: 767px) {
  .l-top .p-demo__title-sub {
    text-align: center;
  }
}
.l-top .p-demo__title-main {
  display: block;
  font-family: "buildings", sans-serif;
}
@media screen and (min-width: 768px) {
  .l-top .p-demo__title-main {
    font-size: clamp(60px, 9.375vw, 120px);
    line-height: 1;
    letter-spacing: -0.03em;
    font-weight: 400;
  }
}
@media screen and (max-width: 767px) {
  .l-top .p-demo__title-main {
    font-size: calc(70 / 375 * 100vw);
    line-height: 1;
    letter-spacing: -0.03em;
    font-weight: 400;
  }
}
@media screen and (min-width: 768px) {
  .l-top .p-demo__title-main {
    margin-left: min(198px, 15.46875vw);
    margin-top: max(-20px, -1.5625vw);
  }
}
@media screen and (max-width: 767px) {
  .l-top .p-demo__title-main {
    text-align: center;
    margin-top: -4vw;
  }
}
.l-top .p-demo__wrap {
  position: relative;
}
.l-top .p-demo__img {
  position: absolute;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .l-top .p-demo__img {
    width: min(551px, 43.046875vw);
    left: min(40px, 3.125vw);
    bottom: max(-110px, -8.59375vw);
  }
}
@media screen and (max-width: 767px) {
  .l-top .p-demo__img {
    width: 61.8666666667vw;
    left: 10.6666666667vw;
    top: 18.1333333333vw;
  }
}
@media screen and (min-width: 768px) {
  .l-top .p-demo__text {
    margin-left: min(650px, 50.78125vw);
    margin-top: max(-70px, -5.46875vw);
  }
}
@media screen and (max-width: 767px) {
  .l-top .p-demo__text .c-text-l {
    width: max-content;
    margin: 0 auto;
  }
}
@media screen and (min-width: 768px) {
  .l-top .p-demo__text-title {
    font-size: clamp(15px, 2.34375vw, 30px);
    line-height: 1.4666666667;
    letter-spacing: 0em;
    font-weight: 900;
  }
}
@media screen and (max-width: 767px) {
  .l-top .p-demo__text-title {
    font-size: calc(24 / 375 * 100vw);
    line-height: 1.4583333333;
    letter-spacing: 0em;
    font-weight: 900;
  }
}
@media screen and (min-width: 768px) {
  .l-top .p-demo__text-title {
    margin: min(30px, 2.34375vw) 0 min(16px, 1.25vw);
  }
}
@media screen and (max-width: 767px) {
  .l-top .p-demo__text-title {
    text-align: center;
    margin: 49.3333333333vw 0 3.2vw;
  }
}
@media screen and (min-width: 768px) {
  .l-top .p-demo__text-list {
    margin-bottom: min(30px, 2.34375vw);
  }
}
@media screen and (max-width: 767px) {
  .l-top .p-demo__text-list {
    margin-bottom: 8vw;
    padding-left: 4.8vw;
  }
}
.l-top .p-demo__text-list li {
  display: flex;
  align-items: center;
}
@media screen and (min-width: 768px) {
  .l-top .p-demo__text-list li {
    font-size: clamp(10px, 1.5625vw, 20px);
    line-height: 1.5;
    letter-spacing: 0em;
    font-weight: 700;
  }
}
@media screen and (max-width: 767px) {
  .l-top .p-demo__text-list li {
    font-size: calc(20 / 375 * 100vw);
    line-height: 1.5;
    letter-spacing: 0em;
    font-weight: 700;
  }
}
@media screen and (min-width: 768px) {
  .l-top .p-demo__text-list li {
    column-gap: min(20px, 1.5625vw);
  }
}
@media screen and (max-width: 767px) {
  .l-top .p-demo__text-list li {
    column-gap: 5.3333333333vw;
  }
}
.l-top .p-demo__text-list li::before {
  content: "";
  display: block;
  background: center/contain no-repeat url(../img/common/ic-check.png);
}
@media screen and (min-width: 768px) {
  .l-top .p-demo__text-list li::before {
    width: min(32px, 2.5vw);
    height: min(32px, 2.5vw);
  }
}
@media screen and (max-width: 767px) {
  .l-top .p-demo__text-list li::before {
    width: 8.5333333333vw;
    height: 8.5333333333vw;
  }
}
@media screen and (min-width: 768px) {
  .l-top .p-demo__text-list li:not(:last-of-type) {
    margin-bottom: min(6px, 0.46875vw);
  }
}
@media screen and (max-width: 767px) {
  .l-top .p-demo__text-list li:not(:last-of-type) {
    margin-bottom: 1.6vw;
  }
}
@media screen and (min-width: 768px) {
  .l-top .p-demo__text .c-btn {
    margin-left: max(-30px, -2.34375vw);
  }
}
@media screen and (max-width: 767px) {
  .l-top .p-demo__text .c-btn {
    margin: 0 auto;
  }
}
.l-top .p-demo__icon {
  position: absolute;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .l-top .p-demo__icon.icon01 {
    width: min(66px, 3.4375vw);
    height: min(63px, 3.28125vw);
    top: min(188px, 14.6875vw);
    left: min(94px, 4.8958333333vw);
  }
}
@media screen and (max-width: 1280px) and (min-width: 768px) {
  .l-top .p-demo__icon.icon01 {
    left: min(10px, 0.78125vw);
  }
}
@media screen and (max-width: 767px) {
  .l-top .p-demo__icon.icon01 {
    width: 8vw;
    height: 7.7333333333vw;
    top: 22.4vw;
    left: 17.0666666667vw;
  }
}
.l-top .p-demo__icon.icon02 {
  transform: rotate(45deg);
}
@media screen and (min-width: 768px) {
  .l-top .p-demo__icon.icon02 {
    width: min(70px, 3.6458333333vw);
    height: min(70px, 3.6458333333vw);
    top: min(228px, 17.8125vw);
    right: min(65px, 3.3854166667vw);
  }
}
@media screen and (max-width: 767px) {
  .l-top .p-demo__icon.icon02 {
    width: 9.3333333333vw;
    height: 9.3333333333vw;
    top: 35.2vw;
    right: 7.2vw;
  }
}
@media screen and (min-width: 768px) {
  .l-top .p-demo__icon.icon03 {
    width: min(90px, 4.6875vw);
    height: min(90px, 4.6875vw);
    left: max(-54px, -2.8125vw);
    top: min(350px, 27.34375vw);
  }
}
@media screen and (max-width: 767px) {
  .l-top .p-demo__icon.icon03 {
    width: 12vw;
    height: 12vw;
    left: -10.6666666667vw;
    top: 43.2vw;
  }
}
.l-top .p-demo__icon.icon04 {
  transform: rotate(20deg);
}
@media screen and (min-width: 768px) {
  .l-top .p-demo__icon.icon04 {
    width: min(121px, 6.3020833333vw);
    height: min(103px, 5.3645833333vw);
    right: max(-135px, -7.03125vw);
    top: min(438px, 34.21875vw);
  }
}
@media screen and (max-width: 767px) {
  .l-top .p-demo__icon.icon04 {
    width: 16vw;
    height: 13.6vw;
    right: 4vw;
    bottom: -22.1333333333vw;
  }
}
.l-top .p-demo__icon.icon05 {
  transform: rotate(-30deg);
}
@media screen and (min-width: 768px) {
  .l-top .p-demo__icon.icon05 {
    width: min(150px, 7.8125vw);
    height: min(75px, 3.90625vw);
    bottom: min(60px, 4.6875vw);
    left: min(145px, 7.5520833333vw);
  }
}
@media screen and (max-width: 767px) {
  .l-top .p-demo__icon.icon05 {
    width: 20vw;
    height: 10vw;
    left: 0;
    bottom: -1.6vw;
  }
}
@media screen and (min-width: 768px) {
  .l-top .p-demo__icon.icon06 {
    width: min(200px, 10.4166666667vw);
    height: min(200px, 10.4166666667vw);
    transform: translateX(100%);
    right: 0;
    bottom: max(-387px, -30.234375vw);
  }
}
@media screen and (max-width: 1280px) and (min-width: 768px) {
  .l-top .p-demo__icon.icon06 {
    transform: translateX(50%);
  }
}
.l-top .p-flow {
  position: relative;
  z-index: 3;
}
@media screen and (min-width: 768px) {
  .l-top .p-flow {
    margin-bottom: min(150px, 11.71875vw);
    padding-top: min(140px, 10.9375vw);
  }
}
@media screen and (max-width: 767px) {
  .l-top .p-flow {
    margin-bottom: 21.3333333333vw;
    padding-top: 21.3333333333vw;
  }
}
.l-top .p-flow .c-title {
  flex-direction: row;
  align-items: flex-start;
  margin-bottom: 0;
}
@media screen and (min-width: 768px) {
  .l-top .p-flow .c-title {
    column-gap: min(47px, 3.671875vw);
  }
}
@media screen and (max-width: 767px) {
  .l-top .p-flow .c-title {
    column-gap: 8vw;
  }
}
@media screen and (max-width: 767px) {
  .l-top .p-flow .c-title-txt {
    margin-top: 2.4vw;
  }
}
@media screen and (min-width: 768px) {
  .l-top .p-flow__lead {
    padding-left: min(127px, 9.921875vw);
    margin-top: max(-20px, -1.5625vw);
  }
}
@media screen and (max-width: 767px) {
  .l-top .p-flow__lead {
    padding-left: 21.3333333333vw;
    margin-top: -4.8vw;
  }
}
.l-top .p-flow__wrap {
  display: flex;
  overflow-x: scroll;
}
@media screen and (min-width: 768px) {
  .l-top .p-flow__wrap {
    cursor: grab;
    margin-top: min(50px, 3.90625vw);
    padding-left: calc((100vw - 1200px) / 2);
  }
}
@media screen and (max-width: 1280px) and (min-width: 768px) {
  .l-top .p-flow__wrap {
    padding-left: min(40px, 3.125vw);
  }
}
@media screen and (max-width: 767px) {
  .l-top .p-flow__wrap {
    margin-top: 8vw;
    padding-left: 5.3333333333vw;
  }
}
.l-top .p-flow__wrap::-webkit-scrollbar {
  display: none;
}
.l-top .p-flow__wrap {
  scrollbar-width: none;
}
.l-top .p-flow__list {
  display: flex;
  position: relative;
}
.l-top .p-flow__list::after {
  position: absolute;
  content: "";
  display: block;
  z-index: -1;
  width: 100%;
  background-color: #FDD100;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (min-width: 768px) {
  .l-top .p-flow__list::after {
    height: min(10px, 0.78125vw);
  }
}
@media screen and (max-width: 767px) {
  .l-top .p-flow__list::after {
    height: 2.6666666667vw;
  }
}
.l-top .p-flow__list-item {
  flex-shrink: 0;
  background-color: #fff;
  border-radius: 50%;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .l-top .p-flow__list-item {
    width: min(300px, 23.4375vw);
    height: min(300px, 23.4375vw);
    padding-top: min(30px, 2.34375vw);
    margin-right: min(50px, 3.90625vw);
  }
}
@media screen and (max-width: 767px) {
  .l-top .p-flow__list-item {
    width: 48vw;
    height: 48vw;
    padding-top: 4.2666666667vw;
    margin-right: 6.6666666667vw;
  }
}
.l-top .p-flow__list-item:last-of-type {
  margin-right: 0;
}
@media screen and (min-width: 768px) {
  .l-top .p-flow__list-item:has(.u-color--pink) {
    border: min(9px, 0.703125vw) solid #E85298;
  }
}
@media screen and (max-width: 767px) {
  .l-top .p-flow__list-item:has(.u-color--pink) {
    border: 1.8666666667vw solid #E85298;
  }
}
@media screen and (min-width: 768px) {
  .l-top .p-flow__list-item:has(.u-color--pink) img {
    width: min(74px, 5.78125vw);
  }
}
@media screen and (max-width: 767px) {
  .l-top .p-flow__list-item:has(.u-color--pink) img {
    width: 13.0666666667vw;
  }
}
@media screen and (min-width: 768px) {
  .l-top .p-flow__list-item:has(.u-color--green) {
    border: min(9px, 0.703125vw) solid #009A3E;
  }
}
@media screen and (max-width: 767px) {
  .l-top .p-flow__list-item:has(.u-color--green) {
    border: 1.8666666667vw solid #009A3E;
  }
}
@media screen and (min-width: 768px) {
  .l-top .p-flow__list-item:has(.u-color--green) img {
    width: min(58px, 4.53125vw);
  }
}
@media screen and (max-width: 767px) {
  .l-top .p-flow__list-item:has(.u-color--green) img {
    width: 10.4vw;
  }
}
@media screen and (min-width: 768px) {
  .l-top .p-flow__list-item:has(.u-color--orange) {
    border: min(9px, 0.703125vw) solid #F18D02;
  }
}
@media screen and (max-width: 767px) {
  .l-top .p-flow__list-item:has(.u-color--orange) {
    border: 1.8666666667vw solid #F18D02;
  }
}
@media screen and (min-width: 768px) {
  .l-top .p-flow__list-item:has(.u-color--orange) img {
    width: min(60px, 4.6875vw);
  }
}
@media screen and (max-width: 767px) {
  .l-top .p-flow__list-item:has(.u-color--orange) img {
    width: 10.6666666667vw;
  }
}
@media screen and (min-width: 768px) {
  .l-top .p-flow__list-item:has(.u-color--purple) {
    border: min(9px, 0.703125vw) solid #7E318E;
  }
}
@media screen and (max-width: 767px) {
  .l-top .p-flow__list-item:has(.u-color--purple) {
    border: 1.8666666667vw solid #7E318E;
  }
}
@media screen and (min-width: 768px) {
  .l-top .p-flow__list-item:has(.u-color--purple) img {
    width: min(71px, 5.546875vw);
  }
}
@media screen and (max-width: 767px) {
  .l-top .p-flow__list-item:has(.u-color--purple) img {
    width: 12.5333333333vw;
  }
}
@media screen and (min-width: 768px) {
  .l-top .p-flow__list-item:has(.u-color--blue) {
    border: min(9px, 0.703125vw) solid #0081CC;
  }
}
@media screen and (max-width: 767px) {
  .l-top .p-flow__list-item:has(.u-color--blue) {
    border: 1.8666666667vw solid #0081CC;
  }
}
@media screen and (min-width: 768px) {
  .l-top .p-flow__list-item:has(.u-color--blue) img {
    width: min(65px, 5.078125vw);
  }
}
@media screen and (max-width: 767px) {
  .l-top .p-flow__list-item:has(.u-color--blue) img {
    width: 11.4666666667vw;
  }
}
.l-top .p-flow__list-num {
  font-family: "cc-regeneration-variable", sans-serif;
}
@media screen and (min-width: 768px) {
  .l-top .p-flow__list-num {
    font-size: clamp(20px, 3.125vw, 40px);
    line-height: 1;
    letter-spacing: 0em;
    font-weight: 400;
  }
}
@media screen and (max-width: 767px) {
  .l-top .p-flow__list-num {
    font-size: calc(30 / 375 * 100vw);
    line-height: 1;
    letter-spacing: 0em;
    font-weight: 400;
  }
}
.l-top .p-flow__list-icon {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (min-width: 768px) {
  .l-top .p-flow__list-icon {
    height: min(110px, 8.59375vw);
    padding-top: min(4px, 0.3125vw);
  }
}
@media screen and (max-width: 767px) {
  .l-top .p-flow__list-icon {
    height: 16vw;
    padding-top: 0.8vw;
  }
}
@media screen and (min-width: 768px) {
  .l-top .p-flow__list-txt {
    font-size: clamp(10px, 1.5625vw, 20px);
    line-height: 1.5;
    letter-spacing: 0em;
    font-weight: 900;
  }
}
@media screen and (max-width: 767px) {
  .l-top .p-flow__list-txt {
    font-size: calc(16 / 375 * 100vw);
    line-height: 1.5;
    letter-spacing: 0em;
    font-weight: 900;
  }
}
@keyframes scroll-left {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}
.l-top .p-case::after {
  transform: rotate(-36deg);
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .l-top .p-case::after {
    top: max(-228px, -17.8125vw);
    left: max(-267px, -13.90625vw);
  }
}
@media screen and (max-width: 767px) {
  .l-top .p-case::after {
    display: none;
  }
}
.l-top .p-case__bg {
  background-color: #F8F9FA;
}
@media screen and (min-width: 768px) {
  .l-top .p-case__bg {
    border-radius: min(200px, 15.625vw);
    padding: min(120px, 9.375vw) 0 min(205px, 16.015625vw);
  }
}
@media screen and (max-width: 767px) {
  .l-top .p-case__bg {
    border-radius: 26.6666666667vw;
    padding: 10.6666666667vw 0 24.5333333333vw;
  }
}
.l-top .p-case__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media screen and (min-width: 768px) {
  .l-top .p-case__list {
    row-gap: min(40px, 3.125vw);
  }
}
@media screen and (max-width: 767px) {
  .l-top .p-case__list {
    row-gap: 8vw;
  }
}
.l-top .p-case__list-item {
  background-color: #fff;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .l-top .p-case__list-item {
    border-radius: min(40px, 3.125vw);
    width: min(560px, 43.75vw);
  }
}
@media screen and (max-width: 767px) {
  .l-top .p-case__list-item {
    width: 100%;
    border-radius: 5.3333333333vw;
  }
}
.l-top .p-case__list-img {
  display: flex;
  position: relative;
}
.l-top .p-case__list-img img {
  object-fit: cover;
}
@media screen and (min-width: 768px) {
  .l-top .p-case__list-img img {
    height: min(300px, 23.4375vw);
  }
}
@media screen and (max-width: 767px) {
  .l-top .p-case__list-img img {
    height: 48vw;
  }
}
.l-top .p-case__list-tips {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
  color: #fff;
}
@media screen and (min-width: 768px) {
  .l-top .p-case__list-tips {
    font-size: clamp(9px, 1.40625vw, 18px);
    line-height: 1.5;
    letter-spacing: 0em;
    font-weight: 900;
  }
}
@media screen and (max-width: 767px) {
  .l-top .p-case__list-tips {
    font-size: calc(16 / 375 * 100vw);
    line-height: 1.5;
    letter-spacing: 0em;
    font-weight: 900;
  }
}
@media screen and (min-width: 768px) {
  .l-top .p-case__list-tips {
    border-top-right-radius: min(40px, 3.125vw);
    padding: min(10px, 0.78125vw) min(40px, 3.125vw) min(10px, 0.78125vw) min(30px, 2.34375vw);
  }
}
@media screen and (max-width: 767px) {
  .l-top .p-case__list-tips {
    border-top-right-radius: 10.6666666667vw;
    padding: 1.3333333333vw 8vw 1.3333333333vw 6.6666666667vw;
  }
}
.l-top .p-case__list-tips.purple {
  background-color: #7E318E;
}
.l-top .p-case__list-tips.yellow {
  background-color: #FDD100;
}
@media screen and (min-width: 768px) {
  .l-top .p-case__list-text {
    padding: min(30px, 2.34375vw) min(70px, 5.46875vw) min(40px, 3.125vw);
  }
}
@media screen and (max-width: 767px) {
  .l-top .p-case__list-text {
    padding: 5.3333333333vw;
  }
}
.l-top .p-case__icon {
  position: absolute;
  z-index: 2;
}
@media screen and (min-width: 768px) {
  .l-top .p-case__icon.icon01 {
    width: min(200px, 10.4166666667vw);
    height: min(200px, 10.4166666667vw);
    left: min(36px, 1.875vw);
    top: max(-200px, -15.625vw);
  }
}
@media screen and (max-width: 767px) {
  .l-top .p-case__icon.icon01 {
    width: 26.6666666667vw;
    height: 26.6666666667vw;
    top: -29.3333333333vw;
    left: -13.3333333333vw;
  }
}
@media screen and (min-width: 768px) {
  .l-top .p-case__icon.icon02 {
    width: min(110px, 5.7291666667vw);
    height: min(105px, 5.46875vw);
    right: min(214px, 16.71875vw);
    top: max(-155px, -12.109375vw);
  }
}
@media screen and (max-width: 767px) {
  .l-top .p-case__icon.icon02 {
    width: 13.8666666667vw;
    height: 13.3333333333vw;
    right: 14.6666666667vw;
    top: -16vw;
  }
}
.l-top .p-case__icon.icon03 {
  transform: rotate(20deg);
}
@media screen and (min-width: 768px) {
  .l-top .p-case__icon.icon03 {
    width: min(121px, 6.3020833333vw);
    height: min(103px, 5.3645833333vw);
    left: max(-24px, -1.25vw);
    top: min(294px, 22.96875vw);
  }
}
@media screen and (max-width: 767px) {
  .l-top .p-case__icon.icon03 {
    width: 16vw;
    height: 13.6vw;
    top: 24vw;
    left: 8vw;
  }
}
.l-top .p-case__icon.icon04 {
  transform: rotate(45deg);
}
@media screen and (min-width: 768px) {
  .l-top .p-case__icon.icon04 {
    width: min(70px, 3.6458333333vw);
    height: min(70px, 3.6458333333vw);
    right: min(175px, 9.1145833333vw);
    top: min(350px, 27.34375vw);
  }
}
@media screen and (max-width: 767px) {
  .l-top .p-case__icon.icon04 {
    width: 9.3333333333vw;
    height: 9.3333333333vw;
    top: 29.0666666667vw;
    right: 0.8vw;
  }
}
@media screen and (min-width: 768px) {
  .l-top .p-case__icon.icon05 {
    width: min(90px, 4.6875vw);
    height: min(90px, 4.6875vw);
    right: max(-30px, -1.5625vw);
    bottom: min(309px, 24.140625vw);
  }
}
@media screen and (max-width: 767px) {
  .l-top .p-case__icon.icon05 {
    width: 12vw;
    height: 12vw;
    right: 24vw;
    bottom: 2.1333333333vw;
  }
}
.l-top .p-case__icon.icon06 {
  transform: rotate(45deg);
}
@media screen and (min-width: 768px) {
  .l-top .p-case__icon.icon06 {
    width: min(150px, 7.8125vw);
    height: min(75px, 3.90625vw);
    left: max(-50px, -3.90625vw);
    bottom: max(-242px, -18.90625vw);
  }
}
@media screen and (max-width: 767px) {
  .l-top .p-case__icon.icon06 {
    width: 20vw;
    height: 10vw;
    bottom: -28.5333333333vw;
    left: 11.4666666667vw;
  }
}
@media screen and (min-width: 768px) {
  .l-top .p-faq {
    padding-top: min(120px, 9.375vw);
  }
}
@media screen and (max-width: 767px) {
  .l-top .p-faq {
    padding-top: 21.3333333333vw;
  }
}
.l-top .p-faq::after {
  z-index: 1;
  transform: rotate(-73deg);
}
@media screen and (min-width: 768px) {
  .l-top .p-faq::after {
    top: max(-258px, -20.15625vw);
    right: max(-124px, -6.4583333333vw);
  }
}
@media screen and (max-width: 767px) {
  .l-top .p-faq::after {
    display: none;
  }
}
.l-top .p-faq__inner {
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .l-top .p-faq__inner {
    width: min(806px, 62.96875vw);
  }
}
@media screen and (max-width: 767px) {
  .l-top .p-faq__inner {
    width: 89.3333333333vw;
  }
}
.l-top .p-faq__item {
  background-color: #F8F9FA;
}
@media screen and (min-width: 768px) {
  .l-top .p-faq__item {
    border-radius: min(40px, 3.125vw);
  }
}
@media screen and (max-width: 767px) {
  .l-top .p-faq__item {
    border-radius: 5.3333333333vw;
  }
}
@media screen and (min-width: 768px) {
  .l-top .p-faq__item:not(:last-of-type) {
    margin-bottom: min(20px, 1.5625vw);
  }
}
@media screen and (max-width: 767px) {
  .l-top .p-faq__item:not(:last-of-type) {
    margin-bottom: 3.7333333333vw;
  }
}
.l-top .p-faq__item-head {
  display: flex;
  align-items: flex-start;
  position: relative;
}
@media screen and (min-width: 768px) {
  .l-top .p-faq__item-head {
    padding: min(30px, 2.34375vw) min(90px, 7.03125vw) min(30px, 2.34375vw) min(60px, 4.6875vw);
  }
}
@media screen and (max-width: 767px) {
  .l-top .p-faq__item-head {
    padding: 4vw 12vw 4vw 5.3333333333vw;
  }
}
.l-top .p-faq__item-head.is-open .icon::after {
  height: 0;
}
.l-top .p-faq__item-head::before {
  content: "Q.";
  font-family: "cc-regeneration-variable", sans-serif;
  color: #E85298;
}
@media screen and (min-width: 768px) {
  .l-top .p-faq__item-head::before {
    font-size: clamp(20px, 3.125vw, 40px);
    line-height: 0.85;
    letter-spacing: 0em;
    font-weight: 400;
  }
}
@media screen and (max-width: 767px) {
  .l-top .p-faq__item-head::before {
    font-size: calc(30 / 375 * 100vw);
    line-height: 0.8;
    letter-spacing: 0em;
    font-weight: 400;
  }
}
@media screen and (min-width: 768px) {
  .l-top .p-faq__item-head::before {
    margin-right: min(14px, 1.09375vw);
    margin-top: max(-6px, -0.46875vw);
  }
}
@media screen and (max-width: 767px) {
  .l-top .p-faq__item-head::before {
    margin-top: -0.8vw;
    margin-right: 1.6vw;
  }
}
@media screen and (min-width: 768px) {
  .l-top .p-faq__item-head .txt {
    font-size: clamp(11px, 1.71875vw, 22px);
    line-height: 1.3636363636;
    letter-spacing: 0em;
    font-weight: 900;
  }
}
@media screen and (max-width: 767px) {
  .l-top .p-faq__item-head .txt {
    font-size: calc(16 / 375 * 100vw);
    line-height: 1.5;
    letter-spacing: 0em;
    font-weight: 900;
  }
}
.l-top .p-faq__item-head .icon {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (min-width: 768px) {
  .l-top .p-faq__item-head .icon {
    width: min(26px, 2.03125vw);
    height: min(26px, 2.03125vw);
    right: min(60px, 4.6875vw);
  }
}
@media screen and (max-width: 767px) {
  .l-top .p-faq__item-head .icon {
    width: 5.3333333333vw;
    height: 5.3333333333vw;
    right: 4vw;
  }
}
.l-top .p-faq__item-head .icon::before, .l-top .p-faq__item-head .icon::after {
  position: absolute;
  content: "";
  display: block;
  background-color: #009A3E;
  transition: all 0.3s;
}
@media screen and (min-width: 768px) {
  .l-top .p-faq__item-head .icon::before, .l-top .p-faq__item-head .icon::after {
    border-radius: min(3px, 0.234375vw);
  }
}
@media screen and (max-width: 767px) {
  .l-top .p-faq__item-head .icon::before, .l-top .p-faq__item-head .icon::after {
    border-radius: 0.5333333333vw;
  }
}
.l-top .p-faq__item-head .icon::before {
  width: 100%;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
}
@media screen and (min-width: 768px) {
  .l-top .p-faq__item-head .icon::before {
    height: min(6px, 0.46875vw);
  }
}
@media screen and (max-width: 767px) {
  .l-top .p-faq__item-head .icon::before {
    height: 1.0666666667vw;
  }
}
.l-top .p-faq__item-head .icon::after {
  height: 100%;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (min-width: 768px) {
  .l-top .p-faq__item-head .icon::after {
    width: min(6px, 0.46875vw);
  }
}
@media screen and (max-width: 767px) {
  .l-top .p-faq__item-head .icon::after {
    width: 1.0666666667vw;
  }
}
.l-top .p-faq__item-body {
  display: flex;
  align-items: flex-start;
  position: relative;
}
@media screen and (min-width: 768px) {
  .l-top .p-faq__item-body {
    margin-top: min(20px, 1.5625vw);
    padding: 0 min(60px, 4.6875vw) min(30px, 2.34375vw);
  }
}
@media screen and (max-width: 767px) {
  .l-top .p-faq__item-body {
    margin-top: 3.2vw;
    padding: 0 5.3333333333vw 4vw;
  }
}
.l-top .p-faq__item-body::before {
  content: "A.";
  font-family: "cc-regeneration-variable", sans-serif;
  color: #F18D02;
}
@media screen and (min-width: 768px) {
  .l-top .p-faq__item-body::before {
    font-size: clamp(20px, 3.125vw, 40px);
    line-height: 0.85;
    letter-spacing: 0em;
    font-weight: 400;
  }
}
@media screen and (max-width: 767px) {
  .l-top .p-faq__item-body::before {
    font-size: calc(30 / 375 * 100vw);
    line-height: 0.8;
    letter-spacing: 0em;
    font-weight: 400;
  }
}
@media screen and (min-width: 768px) {
  .l-top .p-faq__item-body::before {
    margin-right: min(14px, 1.09375vw);
  }
}
@media screen and (max-width: 767px) {
  .l-top .p-faq__item-body::before {
    margin-right: 2.9333333333vw;
  }
}

@media screen and (min-width: 768px) {
  .l-page {
    padding-top: min(260px, 20.3125vw);
  }
}
@media screen and (max-width: 767px) {
  .l-page {
    padding-top: 37.3333333333vw;
  }
}
.l-page::after {
  transform: rotate(-36deg);
}
@media screen and (min-width: 768px) {
  .l-page::after {
    top: max(-278px, -21.71875vw);
    left: max(-267px, -13.90625vw);
  }
}
@media screen and (max-width: 767px) {
  .l-page::after {
    top: -39.4666666667vw;
    left: -44.8vw;
  }
}
@media screen and (min-width: 768px) {
  .l-page .p-contact {
    width: min(900px, 70.3125vw);
    margin: 0 auto;
  }
}
.l-page .p-contact__item {
  display: flex;
}
@media screen and (min-width: 768px) {
  .l-page .p-contact__item {
    align-items: flex-start;
    column-gap: min(50px, 3.90625vw);
    margin-bottom: min(40px, 3.125vw);
  }
}
@media screen and (max-width: 767px) {
  .l-page .p-contact__item {
    flex-direction: column;
    row-gap: 3.7333333333vw;
    margin-bottom: 5.3333333333vw;
  }
}
.l-page .p-contact__item-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media screen and (min-width: 768px) {
  .l-page .p-contact__item-head {
    flex-shrink: 0;
    padding-top: min(24px, 1.875vw);
    width: min(250px, 19.53125vw);
  }
}
@media screen and (min-width: 768px) {
  .l-page .p-contact__item-head.pc-pt10 {
    padding-top: min(10px, 0.78125vw);
  }
}
@media screen and (min-width: 768px) {
  .l-page .p-contact__item-label {
    font-size: clamp(9px, 1.40625vw, 18px);
    line-height: 1.7777777778;
    letter-spacing: 0em;
    font-weight: 900;
  }
}
@media screen and (max-width: 767px) {
  .l-page .p-contact__item-label {
    font-size: calc(18 / 375 * 100vw);
    line-height: 1.7777777778;
    letter-spacing: 0em;
    font-weight: 900;
  }
}
.l-page .p-contact__item-required {
  color: #E85298;
  border: 2px solid #E85298;
}
@media screen and (min-width: 768px) {
  .l-page .p-contact__item-required {
    font-size: clamp(7px, 1.09375vw, 14px);
    line-height: 1.5;
    letter-spacing: 0em;
    font-weight: 700;
  }
}
@media screen and (max-width: 767px) {
  .l-page .p-contact__item-required {
    font-size: calc(12 / 375 * 100vw);
    line-height: 1.5;
    letter-spacing: 0em;
    font-weight: 700;
  }
}
@media screen and (min-width: 768px) {
  .l-page .p-contact__item-required {
    border-radius: min(50px, 3.90625vw);
    padding: min(2px, 0.15625vw) min(15px, 1.171875vw);
  }
}
@media screen and (max-width: 767px) {
  .l-page .p-contact__item-required {
    border-radius: 13.3333333333vw;
    padding: 0.5333333333vw 4vw;
  }
}
.l-page .p-contact__item input[type=text],
.l-page .p-contact__item input[type=email],
.l-page .p-contact__item input[type=tel],
.l-page .p-contact__item textarea {
  border: none;
  box-shadow: none;
  background-color: #F8F9FA;
}
@media screen and (min-width: 768px) {
  .l-page .p-contact__item input[type=text],
  .l-page .p-contact__item input[type=email],
  .l-page .p-contact__item input[type=tel],
  .l-page .p-contact__item textarea {
    font-size: clamp(9px, 1.40625vw, 18px);
    line-height: 1.7777777778;
    letter-spacing: 0em;
    font-weight: 500;
  }
}
@media screen and (max-width: 767px) {
  .l-page .p-contact__item input[type=text],
  .l-page .p-contact__item input[type=email],
  .l-page .p-contact__item input[type=tel],
  .l-page .p-contact__item textarea {
    font-size: calc(14 / 375 * 100vw);
    line-height: 2;
    letter-spacing: 0em;
    font-weight: 700;
  }
}
@media screen and (min-width: 768px) {
  .l-page .p-contact__item input[type=text],
  .l-page .p-contact__item input[type=email],
  .l-page .p-contact__item input[type=tel],
  .l-page .p-contact__item textarea {
    border-radius: min(20px, 1.5625vw);
    padding: min(25px, 1.953125vw) min(30px, 2.34375vw);
    width: min(600px, 46.875vw);
  }
}
@media screen and (max-width: 767px) {
  .l-page .p-contact__item input[type=text],
  .l-page .p-contact__item input[type=email],
  .l-page .p-contact__item input[type=tel],
  .l-page .p-contact__item textarea {
    width: 100%;
    padding: 5.3333333333vw;
    border-radius: 5.3333333333vw;
  }
}
@media screen and (min-width: 768px) {
  .l-page .p-contact__item input[type=text],
  .l-page .p-contact__item input[type=email],
  .l-page .p-contact__item input[type=tel] {
    height: min(76px, 5.9375vw);
  }
}
.l-page .p-contact__item textarea {
  resize: vertical;
}
@media screen and (min-width: 768px) {
  .l-page .p-contact__item textarea {
    height: min(236px, 18.4375vw);
  }
}
@media screen and (max-width: 767px) {
  .l-page .p-contact__item textarea {
    height: 75.7333333333vw;
  }
}
.l-page .p-contact__item ::placeholder {
  color: #B4B4B4;
}
.l-page .p-contact__item-wrap {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .l-page .p-contact__item-wrap {
    margin-bottom: 3.7333333333vw;
  }
}
.l-page .p-contact__item-wrap.ai-fs {
  align-items: flex-start;
}
@media screen and (min-width: 768px) {
  .l-page .p-contact__item-wrap input[type=text] {
    width: min(260px, 20.3125vw);
    margin: 0 min(10px, 0.78125vw) 0 min(30px, 2.34375vw);
  }
}
@media screen and (max-width: 767px) {
  .l-page .p-contact__item-wrap input[type=text] {
    width: 34.6666666667vw;
    margin: 0 2.6666666667vw 0 5.3333333333vw;
  }
}
@media screen and (min-width: 768px) {
  .l-page .p-contact__item-wrap .p-contact__item-note {
    margin-left: min(35px, 2.734375vw);
  }
}
@media screen and (max-width: 767px) {
  .l-page .p-contact__item-wrap .p-contact__item-note {
    margin-left: 2.6666666667vw;
  }
}
@media screen and (min-width: 768px) {
  .l-page .p-contact__item-wrap.pc-mb20 {
    margin-bottom: min(20px, 1.5625vw);
  }
}
@media screen and (min-width: 768px) {
  .l-page .p-contact__item-wrap.pc-mb10 {
    margin-bottom: min(10px, 0.78125vw);
  }
}
.l-page .p-contact__item-wrap .wpcf7-form-control.wpcf7-radio {
  display: flex;
}
@media screen and (min-width: 768px) {
  .l-page .p-contact__item-wrap .wpcf7-form-control.wpcf7-radio {
    flex-wrap: wrap;
    column-gap: min(30px, 2.34375vw);
    row-gap: min(20px, 1.5625vw);
    margin-left: min(34px, 2.65625vw);
  }
}
@media screen and (max-width: 767px) {
  .l-page .p-contact__item-wrap .wpcf7-form-control.wpcf7-radio {
    flex-direction: column;
    row-gap: 5.3333333333vw;
    margin-left: 5.3333333333vw;
  }
}
.l-page .p-contact__item-wrap .wpcf7-form-control.wpcf7-radio .wpcf7-list-item {
  margin: 0;
}
.l-page .p-contact__item-wrap .wpcf7-form-control.wpcf7-radio .wpcf7-list-item label {
  display: flex;
  align-items: center;
}
@media screen and (min-width: 768px) {
  .l-page .p-contact__item-wrap .wpcf7-form-control.wpcf7-radio .wpcf7-list-item label {
    column-gap: min(5px, 0.390625vw);
  }
}
@media screen and (max-width: 767px) {
  .l-page .p-contact__item-wrap .wpcf7-form-control.wpcf7-radio .wpcf7-list-item label {
    column-gap: 1.3333333333vw;
  }
}
.l-page .p-contact__item-wrap .wpcf7-form-control.wpcf7-radio .wpcf7-list-item label input {
  margin: 0;
  accent-color: #0081CC;
}
.l-page .p-contact__item-wrap .wpcf7-form-control.wpcf7-radio .wpcf7-list-item.has-free-text {
  display: flex;
}
@media screen and (min-width: 768px) {
  .l-page .p-contact__item-wrap .wpcf7-form-control.wpcf7-radio .wpcf7-list-item.has-free-text {
    align-items: center;
  }
}
@media screen and (max-width: 767px) {
  .l-page .p-contact__item-wrap .wpcf7-form-control.wpcf7-radio .wpcf7-list-item.has-free-text {
    flex-direction: column;
    row-gap: 3.7333333333vw;
  }
}
@media screen and (max-width: 767px) {
  .l-page .p-contact__item-wrap .wpcf7-form-control.wpcf7-radio .wpcf7-list-item.has-free-text input[type=text] {
    margin: 0;
    width: 75.4666666667vw;
  }
}
@media screen and (min-width: 768px) {
  .l-page .p-contact__item-wrap .wpcf7-form-control.wpcf7-radio .wpcf7-list-item-label {
    font-size: clamp(9px, 1.40625vw, 18px);
    line-height: 1.7777777778;
    letter-spacing: 0em;
    font-weight: 500;
  }
}
@media screen and (max-width: 767px) {
  .l-page .p-contact__item-wrap .wpcf7-form-control.wpcf7-radio .wpcf7-list-item-label {
    font-size: calc(16 / 375 * 100vw);
    line-height: 1.625;
    letter-spacing: 0em;
    font-weight: 500;
  }
}
.l-page .p-contact__item-txt {
  flex-shrink: 0;
}
@media screen and (min-width: 768px) {
  .l-page .p-contact__item-txt {
    font-size: clamp(9px, 1.40625vw, 18px);
    line-height: 1.7777777778;
    letter-spacing: 0em;
    font-weight: 500;
  }
}
@media screen and (max-width: 767px) {
  .l-page .p-contact__item-txt {
    font-size: calc(16 / 375 * 100vw);
    line-height: 1.625;
    letter-spacing: 0em;
    font-weight: 500;
  }
}
.l-page .p-contact__item-note {
  color: #FF4A4A;
}
@media screen and (min-width: 768px) {
  .l-page .p-contact__item-note {
    font-size: clamp(7px, 1.09375vw, 14px);
    line-height: 1.7142857143;
    letter-spacing: 0em;
    font-weight: 500;
  }
}
@media screen and (max-width: 767px) {
  .l-page .p-contact__item-note {
    font-size: calc(14 / 375 * 100vw);
    line-height: 1.7142857143;
    letter-spacing: 0em;
    font-weight: 500;
  }
}
.l-page .p-contact__item .wpcf7-form-control-wrap[data-name=file] {
  display: block;
  flex: 1;
}
.l-page .p-contact__item input[type=file] {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .l-page .p-contact__item input[type=file] {
    font-size: clamp(9px, 1.40625vw, 18px);
    line-height: 1.7777777778;
    letter-spacing: 0em;
    font-weight: 500;
  }
}
@media screen and (max-width: 767px) {
  .l-page .p-contact__item input[type=file] {
    font-size: calc(16 / 375 * 100vw);
    line-height: 1.625;
    letter-spacing: 0em;
    font-weight: 500;
  }
}
.l-page .p-contact__item input[type=file]::file-selector-button {
  background-color: #F8F9FA;
  border: 1px solid #C3C3C3;
  margin: 0;
  font-family: inherit;
}
@media screen and (min-width: 768px) {
  .l-page .p-contact__item input[type=file]::file-selector-button {
    font-size: clamp(9px, 1.40625vw, 18px);
    line-height: 1.7777777778;
    letter-spacing: 0em;
    font-weight: 500;
  }
}
@media screen and (max-width: 767px) {
  .l-page .p-contact__item input[type=file]::file-selector-button {
    font-size: calc(18 / 375 * 100vw);
    line-height: 1.7777777778;
    letter-spacing: 0em;
    font-weight: 500;
  }
}
@media screen and (min-width: 768px) {
  .l-page .p-contact__item input[type=file]::file-selector-button {
    width: min(180px, 14.0625vw);
    height: min(46px, 3.59375vw);
    border-radius: min(10px, 0.78125vw);
    margin-right: min(20px, 1.5625vw);
  }
}
@media screen and (max-width: 767px) {
  .l-page .p-contact__item input[type=file]::file-selector-button {
    width: 48vw;
    height: 12.2666666667vw;
    border-radius: 2.6666666667vw;
    margin-right: 2.6666666667vw;
  }
}
@media screen and (min-width: 768px) {
  .l-page .p-contact__text {
    font-size: clamp(13px, 2.03125vw, 26px);
    line-height: 1.5384615385;
    letter-spacing: 0em;
    font-weight: 900;
  }
}
@media screen and (max-width: 767px) {
  .l-page .p-contact__text {
    font-size: calc(20 / 375 * 100vw);
    line-height: 1.5;
    letter-spacing: 0em;
    font-weight: 900;
  }
}
@media screen and (min-width: 768px) {
  .l-page .p-contact__text {
    margin: min(80px, 6.25vw) 0;
  }
}
@media screen and (max-width: 767px) {
  .l-page .p-contact__text {
    margin: 16vw 0 8vw;
  }
}
.l-page .p-contact__btn {
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 768px) {
  .l-page .p-contact__btn {
    margin-top: min(60px, 4.6875vw);
    width: min(300px, 23.4375vw);
  }
}
@media screen and (max-width: 767px) {
  .l-page .p-contact__btn {
    margin-top: 10.6666666667vw;
    width: 80vw;
  }
}
.l-page .p-contact__btn input {
  display: flex;
  align-items: center;
  font-family: inherit;
  box-shadow: none;
  padding: 0;
  border: 4px solid #F18D02;
  color: #F18D02;
  background-color: #fff;
  transition: all 0.3s;
  cursor: pointer;
}
@media screen and (min-width: 768px) {
  .l-page .p-contact__btn input {
    font-size: clamp(8px, 1.25vw, 16px);
    line-height: 1.5;
    letter-spacing: 0em;
    font-weight: 900;
  }
}
@media screen and (max-width: 767px) {
  .l-page .p-contact__btn input {
    font-size: calc(16 / 375 * 100vw);
    line-height: 1.5;
    letter-spacing: 0em;
    font-weight: 900;
  }
}
@media screen and (min-width: 768px) {
  .l-page .p-contact__btn input {
    border-radius: min(500px, 39.0625vw);
    width: min(300px, 23.4375vw);
    height: min(80px, 6.25vw);
  }
  .l-page .p-contact__btn input:hover {
    background-color: #F18D02;
    color: #fff;
  }
}
@media screen and (max-width: 767px) {
  .l-page .p-contact__btn input {
    border-radius: 133.3333333333vw;
    width: 80vw;
    height: 21.3333333333vw;
  }
}
.l-page .p-contact__btn .wpcf7-spinner {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translate(100%, -50%);
}
.l-page__icon {
  position: absolute;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .l-page__icon.icon01 {
    width: min(66px, 3.4375vw);
    height: min(63px, 3.28125vw);
    top: max(-13px, -1.015625vw);
    left: min(6px, 0.3125vw);
  }
}
@media screen and (max-width: 767px) {
  .l-page__icon.icon01 {
    width: 8vw;
    height: 7.7333333333vw;
    top: -18.4vw;
    right: 28.2666666667vw;
  }
}
.l-page__icon.icon02 {
  transform: rotate(45deg);
}
@media screen and (min-width: 768px) {
  .l-page__icon.icon02 {
    width: min(150px, 7.8125vw);
    height: min(75px, 3.90625vw);
    top: min(52px, 4.0625vw);
    right: max(-68px, -3.5416666667vw);
  }
}
@media screen and (max-width: 767px) {
  .l-page__icon.icon02 {
    width: 20vw;
    height: 10vw;
    right: -10vw;
    top: -10.1333333333vw;
  }
}
@media screen and (min-width: 768px) {
  .l-page__icon.icon03 {
    transform: rotate(45deg);
    width: min(70px, 3.6458333333vw);
    height: min(70px, 3.6458333333vw);
    top: min(293px, 22.890625vw);
    right: max(-15px, -0.78125vw);
  }
}
.l-page__icon.icon04 {
  transform: rotate(20deg);
}
@media screen and (min-width: 768px) {
  .l-page__icon.icon04 {
    width: min(121px, 6.3020833333vw);
    height: min(103px, 5.3645833333vw);
    top: min(435px, 33.984375vw);
    left: min(155px, 8.0729166667vw);
  }
}
@media screen and (max-width: 767px) {
  .l-page__icon.icon04 {
    width: 16vw;
    height: 13.6vw;
    top: 27.2vw;
    left: -1.3333333333vw;
  }
}
@media screen and (min-width: 768px) {
  .l-page__icon.icon05 {
    width: min(200px, 10.4166666667vw);
    height: min(200px, 10.4166666667vw);
    top: min(674px, 52.65625vw);
    right: max(-67px, -3.4895833333vw);
  }
}

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

@media screen and (min-width: 768px) {
  .is-sp {
    display: none;
  }
}

/* animation */
[data-module=fadein] {
  opacity: 0;
  transform: translate3d(0, 100px, 0);
  transition-timing-function: ease-out;
  transition-property: opacity, transform;
  transition-duration: 0.6s;
}

[data-module=fadein].is-fadein {
  opacity: 1;
  transform: translateZ(0);
}

[data-module=scrollImg] {
  transform: scale(0);
  transition: transform 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
}

[data-module=scrollImg].is-scrolled {
  transform: scale(1);
}