@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=Rubik:ital,wght@0,300..900;1,300..900&display=swap");
:root {
  --orange:#eb5e00;
  --black:#333;
  --noto:"Noto Sans JP", sans-serif;
  --rubik:"Rubik", sans-serif;
  font-family: var(--noto);
  color: var(--black);
  font-size: 10px;
  line-height: 1.875;
}

html {
  scroll-behavior: smooth;
}

body {
  background-color: #fff;
}

ul, ol {
  list-style: none;
}

a {
  color: inherit;
  text-decoration: none;
  transition: all 0.3s ease;
}
a:hover {
  opacity: 0.8;
}

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

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

.u-mb10 {
  margin-bottom: 10px !important;
}

.u-mb20 {
  margin-bottom: 20px !important;
}

.u-mb30 {
  margin-bottom: 30px !important;
}

.u-mb40 {
  margin-bottom: 40px !important;
}

.u-mb50 {
  margin-bottom: 50px !important;
}

.u-mb60 {
  margin-bottom: 60px !important;
}

.u-mb70 {
  margin-bottom: 70px !important;
}

.u-mb80 {
  margin-bottom: 80px !important;
}

.u-mb90 {
  margin-bottom: 90px !important;
}

.u-mb100 {
  margin-bottom: 100px !important;
}

.u-f18 {
  font-size: 1.8rem !important;
}
@media screen and (max-width: 1300px) {
  .u-f18 {
    font-size: 1.8vw !important;
  }
}

.u-f24 {
  font-size: 2.4rem !important;
}
@media screen and (max-width: 1300px) {
  .u-f24 {
    font-size: 2.4vw !important;
  }
}

.u-f25 {
  font-size: 2.5rem !important;
}
@media screen and (max-width: 1300px) {
  .u-f25 {
    font-size: 2.5vw !important;
  }
}

.u-f30 {
  font-size: 3rem !important;
}
@media screen and (max-width: 1300px) {
  .u-f30 {
    font-size: 3vw !important;
  }
}

.u-f35 {
  font-size: 3.5rem !important;
}
@media screen and (max-width: 1300px) {
  .u-f35 {
    font-size: 3.5vw !important;
  }
}

.u-f40 {
  font-size: 4rem !important;
}
@media screen and (max-width: 1300px) {
  .u-f40 {
    font-size: 4vw !important;
  }
}

.u-f46 {
  font-size: 4.6rem !important;
}
@media screen and (max-width: 1300px) {
  .u-f46 {
    font-size: 4.6vw !important;
  }
}

.u-f60 {
  font-size: 6rem !important;
}
@media screen and (max-width: 1300px) {
  .u-f60 {
    font-size: 6vw !important;
  }
}

.u-txt--center {
  text-align: center !important;
}

.u-block {
  display: block !important;
}

.u-txt-color--white {
  color: #fff !important;
}

.u-orange__txt {
  color: var(--orange) !important;
}

.u-txt--center {
  text-align: center !important;
}

.u-bold {
  font-weight: bold !important;
}

.u-bg--white {
  background-color: #fff !important;
}

.u-bg--gray {
  background-color: #f1f1f1;
}

.u-bg--lorange {
  background-color: #faf5ed !important;
}

.u-br20 {
  border-radius: 20px !important;
}

.u-p60px-5pa {
  padding: 60px 5% !important;
}

.u-under-line--gray {
  border-bottom: 1px solid #ccc !important;
}

.u-flex {
  display: flex !important;
  flex-wrap: wrap;
}

.u-align--center {
  align-items: center !important;
}

.u-w38pa {
  width: 38% !important;
}
@media screen and (max-width: 1300px) {
  .u-w38pa {
    width: 100% !important;
  }
}

.u-w59pa {
  width: 59% !important;
}
@media screen and (max-width: 1300px) {
  .u-w59pa {
    width: 100% !important;
  }
}

.u-w48pa {
  width: 48% !important;
}

.u-gap3pa {
  gap: 3% !important;
}

.u-line-height14 {
  line-height: 1.4 !important;
}

.u-pl20 {
  padding-left: 20px !important;
}

.u-pl30 {
  padding-left: 30px !important;
}

.u-pa25 {
  padding: 25px !important;
}

.u-link__deco--under {
  text-decoration: underline !important;
}

.u-f90pa {
  font-size: 90% !important;
}

.u-pt0 {
  padding-top: 0 !important;
}

.u-overflow--hidden {
  overflow: hidden !important;
}

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

@media screen and (max-width: 767px) {
  .u-smb6vw {
    margin-bottom: 6vw !important;
  }
  .u-smb10vw {
    margin-bottom: 10vw !important;
  }
  .c-column1--sp {
    grid-template-columns: 1fr !important;
  }
  .u-gap2vw--sp {
    gap: 2vw !important;
  }
  .u-f18 {
    font-size: 4.4vw !important;
  }
  .u-f24 {
    font-size: 5.4vw !important;
  }
  .u-f25 {
    font-size: 5.5vw !important;
  }
  .u-f30 {
    font-size: 6.8vw !important;
  }
  .u-f35 {
    font-size: 7.8vw !important;
  }
  .u-f40 {
    font-size: 8.8vw !important;
  }
  .u-f46 {
    font-size: 10.1vw !important;
  }
  .u-f60 {
    font-size: 13.2vw !important;
  }
  .u-pc {
    display: none !important;
  }
  .u-sp-txt--left {
    text-align: left !important;
  }
}
.l-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100px;
  background: #fff;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  z-index: 1000;
  padding: 0 180px 0 30px;
  display: flex;
  align-items: center;
}

.c-header__logos {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}

.c-header__logo--left {
  width: 264px;
  display: block;
}

.c-header__logo--right {
  width: 220px;
  display: block;
}

.c-hamberger {
  display: block;
  width: 150px;
  height: 100px;
  background-color: var(--orange);
  position: fixed;
  top: 0;
  right: 0;
}

.c-hamberger__line {
  width: 40px;
  height: 3px;
  background-color: #fff;
  display: block;
  position: absolute;
  top: 40px;
  transition: all 0.3s ease;
}
.c-hamberger__line.c-hamberger__line--top {
  top: 35px;
  left: 50%;
}
.c-hamberger__line.c-hamberger__line--middle {
  top: 50%;
  transform: translateY(-50%);
  left: 40%;
}
.c-hamberger__line.c-hamberger__line--bottom {
  top: 65px;
  left: 30%;
}

.c-hamberger.is-active .c-hamberger__line--top {
  transform: translateX(-50%) rotate(45deg);
  top: 50%;
  left: 50%;
}
.c-hamberger.is-active .c-hamberger__line--middle {
  opacity: 0;
}
.c-hamberger.is-active .c-hamberger__line--bottom {
  transform: translateX(25%) rotate(-45deg);
  top: 50%;
}

.l-nav {
  width: 644px;
  background-color: rgba(255, 255, 255, 0.95);
  max-height: calc(100vh - 100px);
  height: auto;
  overflow-y: auto;
  position: fixed;
  top: 100px;
  right: -645px;
  z-index: 1000;
  max-width: 100%;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  transition: all 0.5s ease;
}
.l-nav::-webkit-scrollbar {
  display: none;
}
.l-nav.is-open {
  right: 0;
}

.l-nav__wrapper {
  padding: 40px;
}

.l-nav__list li {
  border-bottom: 2px dashed #e6e6e6;
  padding: 15px 0 15px 23px;
  position: relative;
  font-size: 2rem;
}
.l-nav__list li::before {
  content: "";
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-image: url(../img/webp/menu_dot_icon.webp);
  background-size: contain;
  background-position: center;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  display: block;
}

.l-nav__contact-bl {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}

.l-nav__contact--link {
  height: 140px;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 15px;
}

.l-nav__contact--icon {
  width: 55px;
  height: 55px;
  display: block;
  margin-bottom: 5px;
}
.l-nav__contact--icon img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}

.l-nav__contact--txt {
  font-size: 2.2rem;
  color: #fff;
  text-align: center;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  padding-right: 27px;
  position: relative;
}
.l-nav__contact--txt::after {
  content: "";
  width: 20px;
  height: 20px;
  background-image: url(../img/arrow_icon.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  display: block;
  top: 51%;
  transform: translateY(-50%);
  right: 0;
}

.c-gradient-bg--blue {
  background: linear-gradient(135deg, #74cfe2 0%, #3177cb 100%);
}

.c-gradient-bg--pink {
  background: linear-gradient(135deg, #ffa8c8 0%, #dd4561 100%);
}

.l-nav__fixed--bl {
  position: fixed;
  top: 50%;
  transform: translateY(-50%);
  right: -150px;
  z-index: 50;
  transition: all 0.5s ease;
}
.l-nav__fixed--bl.is-visible {
  right: 0;
}

.l-nav__fixed--link {
  width: 130px;
  height: 170px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-bottom: 10px;
}
.l-nav__fixed--link:last-child {
  margin-bottom: 0;
}

.l-nav__fixed--icon {
  display: block;
  width: 60px;
  height: 60px;
  margin-bottom: 10px;
}
.l-nav__fixed--icon img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}

.l-nav__fixed--txt {
  font-size: 1.8rem;
  color: #fff;
  text-align: center;
  font-weight: bold;
  line-height: 1.3;
}

.l-nav__contact-caution {
  font-size: 1.4rem;
  line-height: 1.4;
}

@media screen and (max-width: 1300px) {
  .l-nav__fixed--icon {
    width: 40px;
    height: 40px;
    margin-bottom: 5px;
  }
  .l-nav__fixed--txt {
    font-size: 1.3rem;
  }
  .l-nav__fixed--link {
    width: 85px;
    height: 110px;
  }
}
@media screen and (max-width: 767px) {
  .l-nav__fixed--bl {
    display: none;
  }
  .c-hamberger__line.c-hamberger__line--top {
    top: 16px;
    left: 46%;
  }
  .c-hamberger__line.c-hamberger__line--middle {
    top: 50%;
    left: 32%;
  }
  .c-hamberger__line.c-hamberger__line--bottom {
    top: 31px;
    left: 22%;
  }
  .c-hamberger {
    width: 50px;
    height: 50px;
  }
  .c-hamberger__line {
    width: 20px;
    height: 2px;
  }
  .c-header__logo--right {
    width: 130px;
  }
  .c-header__logo--left {
    width: 145px;
  }
  .l-header {
    height: 50px;
    padding: 0 60px 0 10px;
  }
  .l-nav__list li::before {
    width: 3vw;
    height: 3vw;
    top: 5vw;
    transform: translateY(0);
  }
  .l-nav__wrapper {
    padding: 2vw 5vw 10vw;
  }
  .l-nav__list li {
    padding: 2vw 0 2vw 5vw;
    font-size: 4.8vw;
  }
  .l-nav {
    top: 50px;
  }
  .l-nav__contact--link {
    height: 14vw;
    flex-direction: row;
    padding: 2vw;
  }
  .l-nav__contact-bl {
    gap: 2vw;
  }
  .l-nav__contact--icon {
    width: 6vw;
    height: 6vw;
    margin-bottom: 0;
  }
  .l-nav__contact--txt::after {
    width: 4vw;
    height: 4vw;
    top: 51%;
    transform: translateY(-50%);
  }
  .l-nav__contact--txt {
    font-size: 4vw;
    padding-right: 5vw;
  }
  .l-nav {
    max-height: calc(100vh - 50px);
  }
  .l-nav__contact-caution {
    font-size: 2.7vw;
  }
}
.l-main {
  margin-top: 100px;
  position: relative;
}

.c-cta__caution {
  display: flex;
  padding: 0 20px;
  position: absolute;
  width: 100%;
  justify-content: flex-end;
}
.c-cta__caution p {
  font-size: 1vw;
}

.p-topview .c-cta__caution {
  top: 40.5vw;
}

.c-cta__caution-link {
  text-decoration: underline;
}

.p-topview__btn--bl {
  display: flex;
}

.c-btn__base {
  width: 50%;
  display: flex;
  height: 195px;
}

.c-btn__arrow-bl {
  width: 140px;
  background-color: #0c63cc;
  display: flex;
  align-items: center;
  justify-content: center;
}
.c-btn__arrow-bl img {
  width: 80px;
  display: block;
}

.c-btn__cont-bl {
  width: calc(100% - 140px);
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 15px;
  line-height: 1.4;
}

.c-btn__cont--icon {
  display: block;
  width: 117px;
  aspect-ratio: 1/1;
}
.c-btn__cont--icon img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}

.c-btn__cont--txt {
  display: block;
  width: -moz-fit-content;
  width: fit-content;
}

.c-btn__contact .c-btn__arrow-bl {
  background-color: #cc3e59;
}

.p-intr__bl {
  padding: 120px 0;
  background-color: #faf5ed;
}

.p-intr__ttl--obi {
  background: linear-gradient(to right, #d86100 0%, #ff9f2f 50%, #d86100 100%);
  color: #fff;
  padding: 10px;
  text-align: center;
  font-weight: bold;
  width: 100%;
  display: block;
  font-size: 3rem;
  margin-top: 10px;
}

.c-inner {
  width: 1200px;
  margin: 0 auto;
  max-width: 90%;
}

.p-intr__check-block {
  padding: 40px 7%;
  background-color: #fff;
}

.c-check__list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
}
.c-check__list li {
  padding-left: 35px;
  position: relative;
  font-size: 2rem;
}
.c-check__list li::before {
  content: "";
  width: 25px;
  height: 25px;
  background-image: url(../img/check_icon.svg);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}

.p-scroll {
  display: block;
  width: 11px;
  height: 88px;
  background-image: url(../img/webp/scroll.webp);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  margin: 30px auto;
}

.p-intr__txt-big {
  font-size: 3.4rem;
  font-weight: bold;
}

@media screen and (max-width: 1500px) {
  .c-btn__base .u-f18 {
    font-size: 1.1vw !important;
  }
  .c-btn__base .u-f60 {
    font-size: 3vw !important;
  }
  .c-btn__cont--icon {
    width: 7vw;
  }
}
@media screen and (max-width: 1300px) {
  .c-cta__caution p {
    font-size: 1.3vw;
  }
  .c-btn__cont-bl {
    width: calc(100% - 10vw);
  }
  .c-btn__arrow-bl {
    width: 10vw;
  }
  .c-btn__arrow-bl img {
    width: 7vw;
  }
  .c-btn__base {
    height: 16vw;
  }
}
@media screen and (max-width: 767px) {
  .l-main {
    margin-top: 50px;
  }
  .c-btn__cont-bl {
    width: calc(100% - 13vw);
    gap: 1vw;
  }
  .c-btn__cont--icon {
    width: 13vw;
  }
  .c-btn__arrow-bl {
    width: 13vw;
  }
  .c-btn__arrow-bl img {
    width: 7vw;
  }
  .c-btn__base .u-f18 {
    font-size: 2.3vw !important;
  }
  .c-btn__base .u-f60 {
    font-size: 6vw !important;
  }
  .p-topview__btn--bl {
    flex-direction: column;
    gap: 2vw;
    margin: -10vw auto 38vw;
    width: 90%;
  }
  .c-btn__base {
    height: 20vw;
    width: 100%;
  }
  .c-cta__caution p {
    font-size: 3vw;
    display: block;
  }
  .c-cta__caution p {
    font-size: 3vw;
    display: block;
  }
  .p-topview .c-cta__caution {
    top: 189.5vw;
    flex-wrap: wrap;
    justify-content: flex-start;
  }
}
.p-about__bl {
  width: calc(50% + 600px);
  max-width: 95%;
  margin: 0 auto;
  display: flex;
}

.p-about__bl--cont {
  width: 600px;
  max-width: 50%;
}

.c-ttl--left {
  position: relative;
  margin-bottom: 30px;
}

.c-ttl--en {
  font-size: 12rem;
  color: #d37100;
  opacity: 0.1;
  font-weight: 900;
  position: absolute;
  top: -50px;
  left: 0;
  line-height: 0.9;
  font-family: var(--rubik);
  font-weight: 700;
}

.c-ttl--jp {
  font-size: 3.6rem;
  line-height: 1.4;
  color: var(--orange);
  font-weight: bold;
}

.c-ttl--jp--small {
  font-weight: 600;
}

p {
  font-size: 1.8rem;
}

.p-about__bl--video {
  width: 987px;
  background-image: url(../img/webp/video_bg.webp);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  max-width: 50%;
  display: block;
}
.p-about__bl--video iframe {
  width: calc(100% - 120px);
  height: calc(100% - 90px);
  aspect-ratio: 16/9;
  margin: 45px 61px;
}

.p-intr__txt-big-inner {
  display: block;
}

.p-about__cont .u-flex {
  align-items: center;
}

@media screen and (max-width: 1500px) {
  .p-about__bl--video iframe {
    width: 97%;
    height: calc(100% - 90px);
    aspect-ratio: 16/9;
    margin: 45px 2%;
  }
}
@media screen and (max-width: 1300px) {
  p {
    font-size: 1.6rem;
  }
  .p-intr__ttl--obi {
    font-size: 3vw;
  }
  .c-check__list {
    grid-template-columns: 1fr;
    width: -moz-fit-content;
    width: fit-content;
    margin-left: auto;
    margin-right: auto;
  }
  .c-check__list li {
    font-size: 1.7rem;
  }
  .c-check__list li.p1 {
    order: 1;
  }
  .c-check__list li.p2 {
    order: 3;
  }
  .c-check__list li.p3 {
    order: 2;
  }
  .c-check__list li.p4 {
    order: 4;
  }
  .p-intr__txt-big {
    font-size: 2.8vw;
  }
  .p-intr__txt-big .u-f46 {
    font-size: 3.8vw !important;
  }
  .p-intr__bl {
    padding: 80px 0;
  }
  .p-about__bl--video {
    max-width: 100%;
    aspect-ratio: 3/2;
  }
  .c-sec__padding {
    padding: 100px 0 80px;
  }
  .p-about__bl {
    width: 90%;
    flex-direction: column;
  }
  .p-about__bl--cont {
    width: 100%;
    max-width: 100%;
    margin-bottom: 30px;
  }
  .c-ttl--en {
    font-size: 12vw;
    top: -6vw;
  }
  .c-ttl--jp {
    font-size: 3.6vw;
  }
  .p-about__bl--video iframe {
    width: 95%;
    height: calc(100% - 90px);
    aspect-ratio: 16/9;
    margin: 45px 3%;
  }
}
@media screen and (max-width: 767px) {
  .p-intr__ttl .u-f24 {
    font-size: 5.4vw !important;
    margin-bottom: 7vw;
  }
  .p-intr__ttl--obi {
    font-size: 8.5vw;
    line-height: 1.4;
  }
  .c-check__list li {
    font-size: 4.4vw;
    padding-left: 9vw;
  }
  .c-check__list li::before {
    width: 7vw;
    height: 5vw;
    top: 5vw;
  }
  .p-intr__check-block {
    padding: 7vw 7%;
  }
  .p-scroll {
    width: 3vw;
    height: 20vw;
    margin: 7vw auto;
  }
  .p-intr__bl {
    padding: 16vw 0;
  }
  .c-ttl--jp {
    font-size: 8.6vw;
  }
  .c-ttl--en {
    font-size: 24vw;
  }
  p {
    font-size: 4.4vw;
  }
  .c-ttl--left {
    margin-bottom: 5vw;
  }
  .p-about__bl--cont {
    margin-bottom: 10vw;
  }
  .p-about__bl--video iframe {
    width: 95%;
    height: calc(100% - 10vw);
    aspect-ratio: 16/9;
    margin: 5vw 3%;
  }
}
.c-sec__padding {
  padding: 120px 0;
}

.c-ttl--center {
  position: relative;
}
.c-ttl--center .c-ttl--en {
  text-align: center;
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
  margin-top: 0;
}
.c-ttl--center .c-ttl--jp {
  text-align: center;
}
.c-ttl--center .c-ttl--jp--small {
  text-align: center;
}

.p-about__cont {
  position: relative;
}

.p-about__cont--tag {
  width: 329px;
  aspect-ratio: 329/40;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  position: absolute;
  top: 0;
  left: -80px;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url(../img/webp/tag_bg.webp);
}

.p-feature {
  padding: 60px 80px;
}

.p-about__cont--ttl {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 3rem;
  color: var(--orange);
  gap: 10px;
  transform: translateY(-10px);
}

.p-about__cont--ttl--logo {
  width: 260px;
  display: block;
}

.p-about__swiper {
  position: relative;
  padding-top: 70px;
}
.p-about__swiper .swiper-button-next {
  width: 60px;
  height: 60px;
  background-image: url(../img/webp/next_btn.webp);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  right: -30px !important;
}
.p-about__swiper .swiper-button-next::after {
  content: "" !important;
  display: block;
  width: 100%;
  height: 100%;
}
.p-about__swiper .swiper-button-prev {
  width: 60px;
  height: 60px;
  background-image: url(../img/webp/prev_btn.webp);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  left: -30px !important;
}
.p-about__swiper .swiper-button-prev::after {
  content: "" !important;
  display: block;
  width: 100%;
  height: 100%;
}

.p-about__swiper--ttl {
  position: absolute;
  left: 50%;
  top: -70px;
  transform: translateX(-50%);
  width: 254px;
}

.c-btn__request--small {
  width: 565px;
  margin: 30px auto 50px;
  display: block;
  max-width: 100%;
}
.c-btn__request--small img {
  width: 100%;
  height: auto;
}

.c-column2 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
}

.c-gap3pa {
  gap: 3% !important;
}

.p-orange__card {
  aspect-ratio: 524/130;
  background-image: url(../img/webp/orange_bg.webp);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-size: 3rem;
  color: #fff;
  line-height: 1.4;
}

.p-problem__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 25px;
}
.p-problem__list li {
  opacity: 0;
  transform: translateY(40px);
  transition: opacity 0.6s ease, transform 0.6s ease;
}
.p-problem__list li.is-visible {
  opacity: 1;
  transform: translateY(0);
}
.p-problem__list li div {
  height: 280px;
}

.p-problem__list--ttl {
  width: 100%;
  aspect-ratio: 380/127;
  display: flex;
  align-items: center;
  justify-content: center;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url(../img/webp/fukidashi.webp);
  font-size: 2.4rem;
  color: #fff;
  text-align: center;
  font-weight: bold;
  padding-bottom: 20px;
  line-height: 1.4;
  margin-bottom: 15px;
}

.p-orange__card--inner {
  font-weight: bold;
}

@media screen and (max-width: 1300px) {
  .p-about__cont--ttl {
    padding-top: 60px;
  }
  .p-feature {
    padding: 60px 40px 10px;
  }
  .p-about__cont--tag {
    left: -40px;
  }
  .c-sec__padding {
    padding: 100px 0 80px;
  }
  .p-orange__card {
    font-size: 2.6vw;
  }
  .p-problem__list--ttl {
    font-size: 2vw;
    padding-bottom: 1.2vw;
  }
}
@media screen and (max-width: 767px) {
  .p-about__cont--ttl--logo {
    width: 45vw;
  }
  .p-about__cont--ttl {
    font-size: 7.7vw;
    flex-direction: column;
    gap: 5px;
    line-height: 1.2;
    margin-bottom: 5vw !important;
  }
  .p-feature__main-txt {
    font-size: 4.2vw !important;
    text-align: left !important;
  }
  .p-feature {
    padding: 40px 5vw 10px;
  }
  .p-about__cont--tag {
    left: -5vw;
    font-size: 1.8rem;
  }
  .p-about__swiper .swiper-button-next {
    width: 40px;
    height: 40px;
    right: -20px !important;
    top: calc(50px + 26vw) !important;
  }
  .p-about__swiper .swiper-button-prev {
    width: 40px;
    height: 40px;
    left: -20px !important;
    top: calc(50px + 26vw) !important;
  }
  .c-btn__request--small {
    width: 565px;
    margin: 1vw 0 8vw;
    max-width: 100%;
  }
  .p-about__cont:first-of-type {
    margin-bottom: 8vw;
  }
  .p-orange__card {
    aspect-ratio: 590/260;
    background-image: url(../img/webp/orange_card_sp.webp);
    font-size: 6vw;
  }
  .c-btn__request--small {
    width: 110%;
    max-width: 110%;
    margin-left: -5%;
  }
  .p-problem__list {
    grid-template-columns: 1fr;
    gap: 6vw;
  }
  .p-problem__list--ttl {
    font-size: 5vw;
    padding-bottom: 4.2vw;
  }
  .p-problem__list li div {
    height: auto;
  }
  .p-feature__option {
    font-size: 4vw !important;
  }
  .p-feature__option .u-f40 {
    font-size: 6.8vw !important;
  }
  .p-feature__option .u-f35 {
    font-size: 4.8vw !important;
  }
  .c-sec__padding {
    padding: 20vw 0 17vw;
  }
}
#voice {
  width: 100%;
  overflow: hidden;
}

.p-voice__card {
  background-color: #f1f1f1;
  padding: 40px 30px;
}
.p-voice__card p:not(.p-voice__name) {
  margin-bottom: 1em;
  font-size: 1.4rem;
}

.p-voice__name {
  display: flex;
  gap: 15px;
  align-items: center;
  flex-wrap: wrap;
}

.p-voice__icon {
  width: 120px;
  display: block;
}

.p-voice__tag {
  width: -moz-fit-content;
  width: fit-content;
  padding: 5px 30px;
  background-color: var(--orange);
  color: #fff;
  font-weight: bold;
  font-size: 1.8rem;
  border-radius: 30px;
}

.p-voice__name--txt {
  font-size: 2.4rem;
  font-weight: bold;
}

.p-voice__ttl {
  font-size: 2.4rem;
  padding-left: 25px;
  position: relative;
  margin-bottom: 30px;
  line-height: 1.4;
  margin-top: 15px;
  font-weight: 300;
  font-weight: bold;
}
.p-voice__ttl::before {
  content: "";
  width: 7px;
  height: 100%;
  background-color: var(--orange);
  position: absolute;
  left: 0;
  top: 0;
  border-radius: 20px;
  display: block;
}

.p-voice__swiper {
  width: 100%;
  overflow: visible;
  position: relative;
}
.p-voice__swiper .swiper-pagination {
  text-align: center !important;
  left: 0 !important;
  right: 0 !important;
  width: 100% !important;
}
.p-voice__swiper .swiper-button-next {
  width: 90px;
  height: 90px;
  background-image: url(../img/webp/orange_next_btn.webp);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  right: 24% !important;
}
.p-voice__swiper .swiper-button-next::after {
  content: "" !important;
  display: block;
  width: 100%;
  height: 100%;
}
.p-voice__swiper .swiper-button-prev {
  width: 90px;
  height: 90px;
  background-image: url(../img/webp/orange_prev_btn.webp);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  left: 24% !important;
}
.p-voice__swiper .swiper-button-prev::after {
  content: "" !important;
  display: block;
  width: 100%;
  height: 100%;
}
.p-voice__swiper .swiper-pagination-bullet {
  width: 17px !important;
  height: 17px !important;
}
.p-voice__swiper .swiper-pagination-bullet-active {
  background: var(--orange) !important;
}
.p-voice__swiper .swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet, .p-voice__swiper .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 10px !important;
}
.p-voice__swiper .swiper-horizontal > .swiper-pagination-bullets, .p-voice__swiper .swiper-pagination-bullets.swiper-pagination-horizontal, .p-voice__swiper .swiper-pagination-custom, .p-voice__swiper .swiper-pagination-fraction {
  bottom: -50px !important;
}

.p-voice__hidden-button--sp {
  display: none;
}

@media screen and (max-width: 1300px) {
  .p-voice__ttl {
    font-size: 2rem;
  }
  .p-voice__swiper .swiper-button-next {
    width: 60px;
    height: 60px;
    right: 10% !important;
  }
  .p-voice__swiper .swiper-button-prev {
    width: 60px;
    height: 60px;
    left: 10% !important;
  }
  .p-voice__tag {
    font-size: 1.6vw;
  }
  .p-voice__name--txt {
    font-size: 2vw;
  }
  .p-voice__icon {
    width: 12vw;
  }
}
@media screen and (max-width: 767px) {
  .p-voice__swiper .swiper-button-next, .swiper-button-prev {
    top: calc(100% + 35px) !important;
    z-index: 20 !important;
  }
  .p-voice__swiper .p-voice__swiper .swiper-button-prev {
    width: 50px;
    height: 50px;
  }
  .p-voice__swiper .p-voice__swiper .swiper-button-next {
    width: 50px;
    height: 50px;
  }
  .p-voice__card {
    padding: 30px 5%;
  }
  .p-voice__name--txt {
    font-size: 5vw;
    position: absolute;
    top: calc(30px + 9vw);
    left: 30vw;
  }
  .p-voice__tag {
    font-size: 3vw;
    margin-bottom: 8vw;
    padding: 1vw 4vw;
  }
  .p-voice__icon {
    width: 19vw;
  }
  .p-voice__ttl {
    font-size: 4vw;
  }
  .p-voice-section {
    padding: 20vw 0 calc(70px + 7vw);
  }
  .p-voice__hidden-block--sp {
    height: 33em;
    overflow: hidden;
  }
  .p-voice__hidden-block--sp.is-open {
    height: auto;
  }
  .p-voice__hidden-button--sp {
    display: flex;
    justify-content: center;
    width: 100%;
    height: 10vw;
    margin-top: 5vw;
    background-color: #666666;
    justify-content: center;
    align-items: center;
    color: #fff;
    font-size: 4.4vw;
    font-weight: bold;
  }
  .p-voice__hidden-button--sp .txt {
    position: relative;
  }
  .p-voice__hidden-button--sp .txt::after {
    content: "＋";
    position: absolute;
    right: -25px;
    top: 50%;
    transform: translateY(-50%);
  }
  .p-voice__hidden-button--sp.is-open .txt::after {
    content: "－";
    position: absolute;
    right: -25px;
    top: 50%;
    transform: translateY(-50%);
  }
}
.p-recommend__list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}
.p-recommend__list li {
  font-size: 2.4rem;
  text-align: center;
  font-weight: bold;
  padding: 20px;
}
.p-recommend__list li:nth-child(1) {
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  position: relative;
}
.p-recommend__list li:nth-child(1)::after {
  content: "";
  width: 10px;
  height: 10px;
  background-color: #faf5ed;
  position: absolute;
  bottom: -5px;
  right: -5px;
  display: block;
}
.p-recommend__list li:nth-child(4) {
  border-top: 1px solid #ccc;
  border-left: 1px solid #ccc;
}

.p-sec__recommend {
  position: relative;
}
.p-sec__recommend::after {
  content: "";
  width: 0;
  height: 0;
  border-left: 50px solid transparent;
  border-right: 50px solid transparent;
  border-top: 50px solid #faf5ed;
  position: absolute;
  bottom: -50px;
  left: 50%;
  transform: translateX(-50%);
}

@media screen and (max-width: 1300px) {
  .p-recommend__list li {
    font-size: 2vw;
  }
}
@media screen and (max-width: 767px) {
  .p-recommend__list {
    grid-template-columns: 1fr;
  }
  .p-recommend__list li {
    font-size: 6.5vw;
    padding: 5vw 2vw;
    line-height: 1.5;
  }
  .p-recommend__list li:nth-child(1)::after {
    display: none;
  }
  .p-recommend__list li {
    border-right: none !important;
    border-left: none !important;
    border-bottom: 1px solid #ccc !important;
  }
  .p-sec__recommend::after {
    border-left: 30px solid transparent;
    border-right: 30px solid transparent;
    border-top: 30px solid #faf5ed;
    bottom: -30px;
  }
  #recommend .c-ttl--center .c-ttl--en {
    line-height: 0.7;
  }
}
.c-cta__ttl {
  position: relative;
  margin-bottom: 45px;
}
.c-cta__ttl::before {
  content: "";
  display: block;
  width: 30px;
  height: 30px;
  border-left: 1px solid var(--black);
  border-top: 1px solid var(--black);
  position: absolute;
  top: 0;
  left: 0;
}
.c-cta__ttl::after {
  content: "";
  display: block;
  width: 30px;
  height: 30px;
  border-right: 1px solid var(--black);
  border-bottom: 1px solid var(--black);
  position: absolute;
  bottom: 0;
  right: 0;
}
.c-cta__ttl .u-orange__txt {
  font-size: 4.6rem;
}

.c-cta__ttl-inner {
  position: relative;
  display: block;
  text-align: center;
  font-size: 3.4rem;
  font-weight: 300;
  position: relative;
  padding: 25px;
  font-weight: bold;
}
.c-cta__ttl-inner::before {
  content: "";
  display: block;
  width: 30px;
  height: 30px;
  border-right: 1px solid var(--black);
  border-top: 1px solid var(--black);
  position: absolute;
  top: 0;
  right: 0;
}
.c-cta__ttl-inner::after {
  content: "";
  display: block;
  width: 30px;
  height: 30px;
  border-left: 1px solid var(--black);
  border-bottom: 1px solid var(--black);
  position: absolute;
  bottom: 0;
  left: 0;
}

.c-cta__btns--caution {
  font-size: 1.6rem;
  padding-left: 1%;
}

.c-cta__btns {
  display: flex;
}

.c-cta-btn__item {
  display: block;
  width: 50%;
}

.p-intr__bl .c-cta__ttl {
  margin-bottom: 0;
}

@media screen and (max-width: 1300px) {
  .c-cta__ttl-inner {
    font-size: 2.8vw;
  }
  .c-cta__ttl .u-orange__txt {
    font-size: 3.4vw;
  }
  .c-cta__btns--caution {
    font-size: 1.23vw;
  }
}
@media screen and (max-width: 767px) {
  .c-cta__ttl {
    margin-bottom: 10vw;
  }
  .c-cta__ttl-inner {
    font-size: 6.8vw;
    line-height: 1.5;
  }
  .c-cta__ttl-inner .u-orange__txt {
    font-size: 7.8vw !important;
  }
  .c-cta-btn__item {
    width: 100%;
  }
  .c-cta__btns {
    flex-direction: column;
    gap: 2vw;
    margin-bottom: 2vw;
  }
  .c-cta__btns--caution {
    font-size: 3vw;
  }
  .c-cta__btns--caution .u-link__deco--under {
    display: block;
  }
}
.p-faq {
  display: flex;
}

.p-faq__ttl {
  width: 300px;
  margin-top: 40px;
}

.p-faq__content--wrapper {
  width: calc(100% - 300px);
}

.p-faq__item {
  overflow: hidden;
}

.p-faq__question {
  width: 100%;
  display: flex;
  align-items: center;
  gap: 15px;
  padding: 20px;
  background: #fff;
  border: none;
  cursor: pointer;
  text-align: left;
  transition: background 0.3s;
  border-bottom: 1px solid #e0e0e0;
  font-weight: bold;
}

.p-faq__q-icon {
  flex-shrink: 0;
  width: 50px;
  height: 50px;
  background: #ff6b35;
  color: #fff;
  font-weight: bold;
  font-size: 3rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 4px;
}

.p-faq__q-text {
  flex: 1;
  font-size: 2.4rem;
  font-weight: 600;
  line-height: 1.6;
  color: var(--black);
}

.p-faq__arrow {
  flex-shrink: 0;
  width: 24px;
  height: 24px;
  transition: transform 0.3s;
}

.p-faq__item.is-open .p-faq__arrow {
  transform: rotate(180deg);
}

.p-faq__answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease;
}

.p-faq__item.is-open .p-faq__answer {
  max-height: 500px;
}

.p-faq__answer p {
  padding: 20px;
  margin: 0;
  line-height: 1.8;
  font-size: 1.8rem;
}

.c-cta__ttl--logo {
  width: 450px;
  margin: 0 auto 40px;
  max-width: 100%;
}

@media screen and (max-width: 1300px) {
  .p-faq__q-text {
    font-size: 1.8rem;
  }
  .p-faq__q-icon {
    width: 40px;
    height: 40px;
    font-size: 2rem;
  }
  .p-faq__arrow {
    width: 16px;
    height: 16px;
  }
  .p-faq__answer p {
    font-size: 1.6rem;
  }
  .c-cta__ttl--logo {
    width: 40vw;
    margin: 0 auto 30px;
  }
}
@media (max-width: 768px) {
  .p-faq {
    flex-direction: column;
  }
  .p-faq__content--wrapper {
    width: 100%;
  }
  .p-faq__question {
    padding: 3vw 0;
  }
  .p-faq__answer p {
    padding: 3vw 0;
  }
  .c-cta__ttl--logo {
    width: 60vw;
    margin: 0 auto 5vw;
  }
}
.p-flow__list {
  display: flex;
  gap: 20px;
  padding: 60px 0;
  overflow: hidden;
}

.p-flow__list li {
  flex: 1;
  opacity: 0;
  transform: translateX(-30px);
  transition: all 0.6s ease;
  position: relative;
  aspect-ratio: 285/426;
}
.p-flow__list li:nth-of-type(1) img {
  position: absolute;
  left: 0;
  width: 107%;
  max-width: 107%;
}
.p-flow__list li:nth-of-type(2) img {
  position: absolute;
  left: -5%;
  width: 116%;
  max-width: 116%;
}
.p-flow__list li:nth-of-type(3) img {
  position: absolute;
  left: -3%;
  width: 116%;
  max-width: 116%;
}

/* アニメーション発火 */
.p-flow__list li.is-visible {
  opacity: 1;
  transform: translateX(0);
}

@media screen and (max-width: 1300px) {
  .p-flow__list {
    padding: 0;
  }
}
/* レスポンシブ */
@media (max-width: 768px) {
  .p-flow__list li:nth-of-type(1) img {
    position: relative;
    left: 0;
    width: 100%;
    max-width: 100%;
  }
  .p-flow__list li:nth-of-type(2) img {
    left: 0;
    width: 100%;
    max-width: 100%;
    position: relative;
  }
  .p-flow__list li:nth-of-type(3) img {
    position: absolute;
    left: 0;
    width: 100%;
    max-width: 100%;
    position: relative;
  }
  .p-flow__list li:nth-of-type(4) img {
    position: absolute;
    left: 0;
    width: 100%;
    max-width: 100%;
    position: relative;
  }
  .p-flow__list li {
    aspect-ratio: initial;
    transform: translate(0, -20px) !important;
  }
  .p-flow__list li.is-visible {
    transform: translate(0, 0) !important;
  }
  .p-flow__list {
    flex-direction: column;
    overflow: visible;
  }
}
.p-bg__reform {
  background-image: url(../img/webp/reform_bg.webp);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.p-reform__ttl {
  width: 520px;
  margin: 0 auto 30px;
}

.p-reform__ttl--obi {
  background: linear-gradient(to right, #d86100 0%, #ff9f2f 50%, #d86100 100%);
  color: #fff;
  padding: 5px 10px;
  text-align: center;
  font-weight: bold;
  width: 100%;
  display: block;
  font-size: 3rem;
  margin-top: 10px;
}

.p-reform__list {
  display: flex;
  gap: 40px;
  justify-content: center;
  flex-wrap: wrap;
}
.p-reform__list li {
  width: calc(50% - 20px);
}

.p-reform__caution {
  font-size: 1.4rem;
  text-align: right;
  margin-top: 10px;
}

.p-reform__service-ttl {
  font-size: 3rem;
  font-weight: bold;
  text-align: center;
  position: relative;
}
.p-reform__service-ttl::after {
  content: "";
  width: 200px;
  height: 1px;
  background-color: #ccc;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  display: block;
}
.p-reform__service-ttl::before {
  content: "";
  width: 200px;
  height: 1px;
  background-color: #ccc;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  display: block;
}

.p-reform__service {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  margin-bottom: 120px;
}

.p-reform__service-num {
  padding-top: 5px;
  background: linear-gradient(to right, #d86100 0%, #fffb00 50%, #d86100 100%);
  background-clip: border-box;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 1.6rem;
  font-weight: bold;
  margin-bottom: 3px;
  font-family: var(--rubik);
}

.p-reform__service-img {
  position: absolute;
  top: 0;
  right: 0;
  width: 120px;
  height: 120px;
}
.p-reform__service-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}

.p-reform__service-item {
  position: relative;
}

.p-reform__service-ttl--small {
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: 1px solid #e0e0e0;
  line-height: 1.5;
}

.p-reform__service-txt {
  display: block;
  font-size: 1.8rem;
  text-align: left;
}

.p-reform__service-catch {
  font-size: 3rem;
  font-weight: bold;
  display: block;
  text-align: left;
}

.p-reform__tag-list {
  display: flex;
  gap: 5px 10px;
  flex-wrap: wrap;
}
.p-reform__tag-list li {
  width: calc(50% - 5px);
  font-size: 1.8rem;
  padding-left: 23px;
  position: relative;
  font-weight: bold;
}
.p-reform__tag-list li::before {
  content: "";
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: var(--orange);
  position: absolute;
  top: 12px;
  left: 0;
}

.p-section__price {
  padding: 120px 5% 100px;
}

.p-price__listtag {
  display: flex;
  width: 120px;
  aspect-ratio: 1/1;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-size: 2rem;
  text-align: center;
  line-height: 1.4;
  background-image: url(../img/webp/circle_bg.webp);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
.p-price__listtag small {
  font-size: 1.2rem;
}

.p-price__list {
  display: grid;
  gap: 3%;
  grid-template-columns: repeat(2, 1fr);
}
.p-price__list li {
  display: flex;
  align-items: center;
  gap: 10px;
}

.p-price__num {
  display: block;
  padding-left: 10px;
  font-size: 8rem;
  font-family: var(--rubik);
  font-weight: 500;
  color: var(--orange);
  letter-spacing: -2px;
}

.p-price__unit {
  display: flex;
  gap: 10px;
  align-items: center;
}

.p-price__option {
  display: flex;
  flex-direction: column;
  align-items: center;
  line-height: 1.1;
}

.p-price__tax {
  font-size: 1.6rem;
  display: block;
  font-weight: bold;
  text-align: center;
}

.p-price__yen {
  font-size: 5rem;
  display: block;
  font-weight: bold;
  text-align: center;
}

@media screen and (max-width: 1500px) {
  .p-reform__tag-list li {
    font-size: 1.7rem;
  }
}
@media screen and (max-width: 1300px) {
  .p-reform__ttl {
    width: 50vw;
  }
  .p-reform__ttl--obi {
    font-size: 3vw;
  }
  .p-reform__service-img {
    width: 10.5vw;
    height: 10.5vw;
  }
  .p-reform__service-num {
    font-size: 1.4vw;
  }
  .p-reform__service-catch {
    font-size: 2.6vw;
  }
  .p-reform__tag-list {
    gap: 3px 10px;
  }
  .p-reform__tag-list li::before {
    width: 8px;
    height: 8px;
    top: 9px;
  }
  .p-reform__tag-list li {
    font-size: 1.4rem;
    width: 100%;
    padding-left: 17px;
  }
  .p-reform__service-ttl {
    font-size: 2.8vw;
  }
  .p-reform__service-ttl::after {
    width: 9vw;
  }
  .p-reform__service-ttl::before {
    width: 9vw;
  }
  .p-reform__service-txt {
    font-size: 1.6vw;
  }
  .p-reform__service-item:last-child .p-reform__service-img {
    width: 9vw;
    height: 9vw;
  }
  .p-section__price {
    padding: 100px 5% 70px;
  }
  .p-price__listtag {
    width: 13vw;
    font-size: 1.8vw;
  }
  .p-price__unit {
    gap: 1vw;
  }
  .p-price__num {
    padding-left: 1vw;
    font-size: 7.5vw;
  }
  .p-price__tax {
    font-size: 1.4vw;
  }
  .p-price__yen {
    font-size: 4.5vw;
  }
  .p-price__list {
    grid-template-columns: 1fr;
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 auto;
  }
  .c-totop__btn {
    width: 10vw;
  }
}
@media screen and (max-width: 767px) {
  .p-reform__ttl--obi {
    font-size: 6vw;
    padding: 1vw 2vw;
    margin-bottom: 6vw !important;
  }
  .p-reform__list {
    gap: 4vw;
  }
  .p-reform__list li {
    width: 100%;
  }
  .p-reform__service-ttl {
    font-size: 5.2vw;
    line-height: 1, 0.4;
  }
  .p-reform__service {
    grid-template-columns: 1fr;
    gap: 18vw;
    margin-bottom: 18vw;
  }
  .p-reform__service-img {
    width: 34.5vw;
    height: 34.5vw;
  }
  .p-reform__service-item:last-child .p-reform__service-img {
    width: 32vw;
    height: 32vw;
  }
  .p-reform__service-catch {
    font-size: 9vw;
  }
  .p-reform__service-txt {
    font-size: 5vw;
  }
  .p-reform__service-num {
    font-size: 4.4vw;
  }
  .p-reform__tag-list li {
    font-size: 1.4rem;
    width: calc(50% - 5px);
    padding-left: 2.5vw;
  }
  .p-reform__tag-list li::before {
    width: 1.5vw;
    height: 1.5vw;
    top: 3vw;
  }
  .p-reform__tag-list li {
    font-size: 4vw;
    width: calc(50% - 5px);
  }
  .p-reform__tag-list li.w100-sp {
    width: 100%;
  }
  .p-section__price {
    padding: 16vw 0 9vw;
  }
  .p-section__price .c-ttl--jp {
    white-space: nowrap;
  }
  .c-ttl--jp {
    font-size: 7.6vw;
  }
  .p-price__listtag {
    width: 22vw;
    font-size: 4.8vw;
  }
  .p-price__num {
    padding-left: 1vw;
    font-size: 13.5vw;
  }
  .p-price__tax {
    font-size: 2.4vw;
  }
  .p-price__yen {
    font-size: 6.5vw;
  }
  #reform p.u-txt--center {
    font-size: 4.2vw !important;
  }
}
footer {
  background-color: #603813;
  padding: 10px;
  color: #fff;
  text-align: center;
  font-size: 1.4rem;
  position: relative;
}

.c-totop__btn {
  width: 100px;
  position: absolute;
  top: 0;
  right: 50px;
  transform: translateY(-100%);
  display: block;
}

@media screen and (max-width: 1300px) {
  .c-footer__copy {
    font-size: 1.2vw;
  }
}
@media screen and (max-width: 767px) {
  .c-totop__btn {
    width: 18vw;
    right: 3vw;
  }
  .c-footer__copy {
    font-size: 3.7vw;
  }
}
.js-fadeUp {
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 0.8s ease, transform 0.8s ease;
}

.js-fadeUp.is-visible {
  opacity: 1;
  transform: translateY(0);
}/*# sourceMappingURL=style.css.map */