@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=M+PLUS+1p:wght@400;500;700;800&display=swap");
/* CSS Document */
body.page-id-6412 {
  max-width: 100%;
  padding: 0 0;
  font-family: "M PLUS 1p", sans-serif;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.025em;
}
body.page-id-6412 .header {
  display: none;
}
body.page-id-6412 .footer {
  display: none;
}
body.page-id-6412 .bg-under {
  padding: 0 0;
}

/* utility */
@media (min-width: 481px) {
  .is-sp {
    display: none;
  }
}

@media (max-width: 480px) {
  .is-tab {
    display: none;
  }
}

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

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

.fade-in-heading.is-visible {
  animation: fade-in-heading 0.5s ease-out;
}

@keyframes fade-in-heading {
  0% {
    transform: translateY(20%);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}
.fade-in-content.is-visible {
  animation: fade-in-content 1s ease-out;
}

@keyframes fade-in-content {
  0% {
    opacity: 0;
  }
  30% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.fade-in-img.is-visible {
  animation: fade-in-img 1s ease-out;
}

@keyframes fade-in-img {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.lp-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  width: 100%;
  height: 54px;
  padding: 14px 0 10px 21px;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  background: #FFF;
  color: #7F2500;
  line-height: 1;
}
@media (min-width: 768px) {
  .lp-header {
    height: 121px;
    padding: 32px;
  }
}
@media (min-width: 1280px) {
  .lp-header {
    padding-inline: 100px;
  }
}
.lp-header a {
  color: #7F2500;
}
.lp-header .logo {
  flex-shrink: 0;
  width: fit-content;
  animation: navi-fade-in 1s ease-out;
}
.lp-header .logo__catch {
  display: block;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: -0.04em;
}
@media (max-width: 767px) {
  .lp-header .logo__catch {
    transform: scale(0.65);
    transform-origin: left top;
  }
}
@media (min-width: 768px) {
  .lp-header .logo__catch {
    margin-bottom: 3px;
    font-size: 12px;
  }
}
.lp-header .logo__img {
  width: 75px;
  height: auto;
}
@media (min-width: 768px) {
  .lp-header .logo__img {
    width: 136px;
  }
}
.lp-header .header-contact {
  display: flex;
  align-items: center;
  width: 182px;
  height: 54px;
  padding: 13px 16px;
  position: absolute;
  top: 0;
  right: 0;
  border: 1px solid #7F2500;
  font-size: 12px;
  line-height: 1.1;
}
@media (min-width: 768px) {
  .lp-header .header-contact {
    display: none;
  }
}
.lp-header .lp-hamburger {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 4px;
  width: 60px;
  height: 60px;
  padding: 18px;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 200;
  border-radius: 0 0 0 20px;
  background: #7F2500;
}
@media (min-width: 768px) {
  .lp-header .lp-hamburger {
    display: none;
  }
}
.lp-header .lp-hamburger span {
  display: block;
  height: 4px;
  border-radius: 2px;
  background: #FFF;
  transition: all 0.3s;
}
.lp-header .lp-hamburger span:first-child {
  width: 50%;
}
.lp-header .lp-hamburger span:nth-child(2) {
  width: 100%;
  margin: auto;
}
.lp-header .lp-hamburger span:last-child {
  align-self: flex-end;
  width: 50%;
}
.lp-header .lp-hamburger.active {
  position: relative;
}
.lp-header .lp-hamburger.active span {
  background: #FFF;
}
.lp-header .lp-hamburger.active span:first-child {
  width: 60%;
  margin: auto;
  position: absolute;
  inset: 0;
  transform: rotate(37deg);
}
.lp-header .lp-hamburger.active span:nth-child(2) {
  width: 0;
}
.lp-header .lp-hamburger.active span:last-child {
  width: 60%;
  margin: auto;
  position: absolute;
  inset: 0;
  transform: rotate(-37deg);
}
.lp-header .navi {
  display: flex;
  flex-direction: column;
  gap: 23px;
  width: 100%;
  height: 100%;
  height: 100dvh;
  position: fixed;
  top: 54px;
  right: 0;
  z-index: -100;
  background: #7F2500;
  color: #FFF;
  opacity: 0;
  visibility: hidden;
  animation: navi-fade-in 1s ease-out;
  transition: opacity 0.3s, visibility 0.3s;
}
@media (max-width: 767px) {
  .lp-header .navi {
    padding: 96px 56px;
  }
}
@media (min-width: 481px) {
  .lp-header .navi {
    width: 50%;
    min-width: 350px;
    right: -100%;
  }
}
@media (min-width: 768px) {
  .lp-header .navi {
    width: auto;
    height: auto;
    position: static;
    background: #FFF;
    opacity: 1;
    visibility: visible;
  }
}
.lp-header .navi a {
  color: #FFF;
}
@media (min-width: 768px) {
  .lp-header .navi a {
    color: #7F2500;
  }
}
@media (max-width: 767px) {
  .lp-header .navi__item.contact {
    display: flex;
    align-items: center;
    gap: 20px;
  }
  .lp-header .navi__item.contact::after {
    flex-shrink: 0;
    content: "";
    display: block;
    width: 31px;
    height: 31px;
    background: url(../images/lp-new/btn_arrow.svg) center/cover no-repeat;
  }
}
@media (min-width: 768px) {
  .lp-header .navi__item.contact {
    padding: 20px 24px;
    border-radius: 9999px;
    background: #7F2500;
  }
}
.lp-header .navi__item.contact a {
  color: #FFF;
}
.lp-header .navi__item.navi-logo {
  margin-top: 41px;
}
.lp-header .navi__item.navi-logo .catch {
  margin-bottom: 8px;
  font-size: 12px;
  letter-spacing: 0.04em;
}
.lp-header .navi__item.navi-logo .img {
  width: 151px;
}
@media (min-width: 768px) {
  .lp-header .navi {
    flex-direction: row;
    align-items: center;
    gap: 20px;
  }
}
@media (min-width: 1280px) {
  .lp-header .navi {
    gap: 40px;
  }
}
.lp-header .navi.is-open {
  top: 0;
  right: 0;
  z-index: 100;
  opacity: 1;
  visibility: visible;
}

.lp-ah .wide {
  width: 100%;
  max-width: 1320px;
  margin-inline: auto;
  padding: 0 20px;
}
.lp-ah .lp-fv {
  width: 100%;
  aspect-ratio: 375/550;
  margin-top: 54px;
  margin-bottom: 40px;
  position: relative;
  background: url(../images/lp-new/bg_fv_sp.jpg) center/cover no-repeat;
  animation: fv-fade-in 2s ease-out;
}
@media (min-width: 768px) {
  .lp-ah .lp-fv {
    aspect-ratio: 1920/857;
    margin-top: 121px;
    margin-bottom: 160px;
    background-image: url(../images/lp-new/bg_fv_pc.jpg);
  }
}
.lp-ah .lp-fv .text-wrap {
  position: absolute;
  top: 50%;
  left: 20px;
  color: #FFF;
}
@media (min-width: 768px) {
  .lp-ah .lp-fv .text-wrap {
    top: 50%;
    left: 8.85%;
    transform: translateY(-50%);
  }
}
.lp-ah .lp-fv .catch {
  width: fit-content;
  margin-bottom: 24px;
  font-size: 3.6rem;
  text-shadow: 3px 3px 20px rgba(0, 0, 0, 0.8);
  line-height: 1.2;
  animation: fv-text-fade-in 2s ease-out;
}
@media (min-width: 768px) {
  .lp-ah .lp-fv .catch {
    margin-bottom: 32px;
    font-size: 6.4rem;
  }
}
.lp-ah .lp-fv .desc {
  font-size: 1.4rem;
  text-shadow: 3px 3px 16px rgba(0, 0, 0, 0.8);
  line-height: 1.4;
  animation: fv-text-fade-in 2s ease-out;
}
@media (min-width: 768px) {
  .lp-ah .lp-fv .desc {
    font-size: 1.8rem;
  }
}
.lp-ah .sec-title {
  text-align: center;
}
.lp-ah .sec-title__en {
  display: block;
  margin-bottom: 8px;
  color: #7F2500;
  font-size: 1.2rem;
}
@media (min-width: 768px) {
  .lp-ah .sec-title__en {
    font-size: 1.6rem;
  }
}
.lp-ah .sec-title__ja {
  display: block;
  font-size: 2.4rem;
}
@media (min-width: 768px) {
  .lp-ah .sec-title__ja {
    font-size: 3.2rem;
  }
}
.lp-ah .lp-btn {
  display: block;
  width: 100%;
  margin-inline: auto;
  padding: 20px 24px;
  border-radius: 9999px;
  background: #7F2500;
  color: #FFF;
  text-align: center;
}
@media (min-width: 481px) {
  .lp-ah .lp-btn {
    width: fit-content;
    min-width: 288px;
  }
}
.lp-ah .ah-news {
  margin-bottom: 72px;
}
@media (min-width: 768px) {
  .lp-ah .ah-news {
    margin-bottom: 160px;
  }
}
.lp-ah .ah-news .sec-title {
  margin-bottom: 32px;
}
@media (min-width: 768px) {
  .lp-ah .ah-news .sec-title {
    margin-bottom: 96px;
  }
}
.lp-ah .ah-news .box-sec__item {
  width: 100%;
  margin-bottom: 35px;
}
@media (min-width: 481px) {
  .lp-ah .ah-news .box-sec__item {
    width: 48%;
  }
}
@media (min-width: 768px) {
  .lp-ah .ah-news .box-sec__item {
    width: 30%;
    margin-bottom: 64px;
  }
}
.lp-ah .ah-news .box-sec__item .img-wrap .img {
  height: 150px;
}
@media (min-width: 768px) {
  .lp-ah .ah-news .box-sec__item .img-wrap .img {
    height: 237px;
  }
}
.lp-ah .ah-news .cat2-title {
  background-color: #F1CCCD;
  color: #82230E;
}
.lp-ah .yt-wrap {
  width: 100%;
  max-width: 778px;
  aspect-ratio: 16/9;
  margin: 0 auto 72px;
  position: relative;
}
@media (min-width: 768px) {
  .lp-ah .yt-wrap {
    margin-bottom: 220px;
  }
}
.lp-ah .yt-wrap iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0;
}
.lp-ah .lp-about {
  margin-bottom: 80px;
}
@media (max-width: 767px) {
  .lp-ah .lp-about {
    padding-inline: 20px;
  }
}
@media (min-width: 768px) {
  .lp-ah .lp-about {
    width: 100%;
    min-height: 2018px;
    margin-bottom: 110px;
    position: relative;
    background: url(../images/lp-new/bg_about_us_pc.jpg) center/cover no-repeat;
  }
}
@media (min-width: 1280px) {
  .lp-ah .lp-about {
    aspect-ratio: 1920/2018;
  }
}
@media (max-width: 767px) {
  .lp-ah .lp-about__bg {
    display: block;
    width: 100vw;
    aspect-ratio: 750/1637;
    margin-inline: -20px;
    background: url(../images/lp-new/bg_about_us_sp.jpg) center/cover no-repeat;
  }
}
@media (min-width: 768px) {
  .lp-ah .lp-about .text-wrap {
    width: fit-content;
    position: absolute;
    top: 103px;
    right: 56px;
  }
}
@media (min-width: 1320px) {
  .lp-ah .lp-about .text-wrap {
    top: 5.36%;
    right: calc(56px + 50vw - 660px);
  }
}
.lp-ah .lp-about .sec-title {
  margin-bottom: 40px;
}
@media (min-width: 768px) {
  .lp-ah .lp-about .sec-title {
    margin-bottom: 56px;
  }
}
.lp-ah .lp-about .catch {
  margin-bottom: 32px;
  color: #7F2500;
  font-size: min(6.93vw, 2.6rem);
}
@media (max-width: 767px) {
  .lp-ah .lp-about .catch {
    text-align: center;
  }
}
@media (min-width: 768px) {
  .lp-ah .lp-about .catch {
    width: fit-content;
    margin-bottom: 64px;
    font-size: min(2.08vw, 4rem);
  }
}
.lp-ah .lp-about .detail {
  line-height: 2;
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  .lp-ah .lp-about .detail {
    text-align: center;
  }
}
@media (min-width: 768px) {
  .lp-ah .lp-about .detail {
    margin-bottom: 54px;
  }
}
@media (max-width: 767px) {
  .lp-ah .lp-about .lp-btn {
    margin-bottom: 47px;
  }
}
@media (min-width: 768px) {
  .lp-ah .lp-about .lp-btn {
    margin-left: 0;
  }
}
.lp-ah .lp-feature {
  width: 100%;
  max-width: 1154px;
  margin: 0 auto;
  margin-top: 0 !important;
  padding-inline: 20px;
}
.lp-ah .lp-feature .sec-title {
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  .lp-ah .lp-feature .sec-title {
    text-align: left;
  }
}
@media (min-width: 768px) {
  .lp-ah .lp-feature .sec-title {
    margin-bottom: 96px;
    padding-top: 110px;
  }
}
.lp-ah .lp-feature .feature-title {
  margin-bottom: 32px;
  color: #7F2500;
  font-size: 2.6rem;
  line-height: 1.5;
}
@media (min-width: 768px) {
  .lp-ah .lp-feature .feature-title {
    margin-bottom: 56px;
    font-size: 4rem;
  }
}
.lp-ah .lp-feature .feature-detail {
  margin-bottom: 32px;
}
@media (min-width: 768px) {
  .lp-ah .lp-feature .feature-detail {
    margin-bottom: 56px;
  }
}
.lp-ah .lp-feature .features {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 32px;
}
@media (min-width: 768px) {
  .lp-ah .lp-feature .features {
    gap: 6%;
  }
}
.lp-ah .lp-feature .features:not(:last-of-type) {
  margin-bottom: 110px;
}
@media (min-width: 768px) {
  .lp-ah .lp-feature .features:not(:last-of-type) {
    margin-bottom: 220px;
  }
}
.lp-ah .lp-feature .features:nth-of-type(2) {
  margin-bottom: 110px;
}
@media (min-width: 768px) {
  .lp-ah .lp-feature .features:nth-of-type(2) {
    margin-bottom: 160px;
  }
}
.lp-ah .lp-feature .features:nth-of-type(3) {
  margin-bottom: 80px;
  position: relative;
}
@media (min-width: 768px) {
  .lp-ah .lp-feature .features:nth-of-type(3) {
    margin-bottom: 310px;
    padding-bottom: 33.91vw;
  }
}
@media (min-width: 1350px) {
  .lp-ah .lp-feature .features:nth-of-type(3) {
    padding-bottom: 651px;
  }
}
.lp-ah .lp-feature .features__l {
  width: 100%;
}
@media (min-width: 768px) {
  .lp-ah .lp-feature .features__l {
    order: 0;
    width: min(495px, 47%);
  }
}
.lp-ah .lp-feature .features__r {
  width: 100%;
  line-height: 2;
}
@media (min-width: 768px) {
  .lp-ah .lp-feature .features__r {
    order: 1;
    width: min(485px, 47%);
  }
}
.lp-ah .lp-feature .feature3__deco {
  display: block;
  width: 99.2vw;
  aspect-ratio: 747/964;
  position: relative;
  z-index: 1;
  background: url(../images/lp-new/bg_feature3_sp.png) left/cover no-repeat;
}
@media (max-width: 767px) {
  .lp-ah .lp-feature .feature3__deco {
    margin: calc(-5.87vw - 32px) -20px 0;
  }
}
@media (min-width: 768px) {
  .lp-ah .lp-feature .feature3__deco {
    width: 100%;
    max-width: 1350px;
    aspect-ratio: 1350/879;
    position: absolute;
    bottom: 0;
    left: 0;
    background: url(../images/lp-new/bg_feature3_pc.png) center/cover no-repeat;
  }
}
@media (min-width: 1350px) {
  .lp-ah .lp-feature .feature3__deco {
    width: 1350px;
    left: max(-145px, -20%);
  }
}
.lp-ah .lp-feature figure:not(:last-child) {
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .lp-ah .lp-feature figure:not(:last-child) {
    margin-bottom: 88px;
  }
}
.lp-ah .lp-feature figure img {
  display: block;
  max-width: 100%;
}
.lp-ah .lp-feature figure figcaption {
  margin-top: 16px;
  text-align: center;
  font-size: 1.5rem;
}
@media (min-width: 768px) {
  .lp-ah .lp-feature figure figcaption {
    font-size: 2.4rem;
  }
}
.lp-ah .lp-feature .profile-ogawa .lp-item-list {
  margin-bottom: 32px;
}
.lp-ah .lp-feature .feature-item-title {
  margin-bottom: 16px;
  font-size: 1.8rem;
}
.lp-ah .lp-feature .feature-item-title .note {
  font-weight: 500;
}
.lp-ah .lp-feature .scroll-imgs {
  overflow: hidden;
  width: 100vw;
  height: 175px;
  margin: 0 -20px 110px;
}
@media (min-width: 768px) {
  .lp-ah .lp-feature .scroll-imgs {
    height: 290px;
    margin-bottom: 220px;
  }
}
@media (min-width: 1280px) {
  .lp-ah .lp-feature .scroll-imgs {
    width: calc(100% + 50vw - 577px + 20px);
    margin-inline: 0;
  }
}
.lp-ah .lp-feature .scroll-imgs__track {
  display: flex;
  gap: 10.67vw;
  width: max-content;
  animation: scroll-left 40s linear infinite;
}
@media (min-width: 768px) {
  .lp-ah .lp-feature .scroll-imgs__track {
    gap: 56px;
  }
}
.lp-ah .lp-feature .scroll-imgs__track img {
  display: block;
  height: 175px;
  max-height: 100%;
}
@media (min-width: 768px) {
  .lp-ah .lp-feature .scroll-imgs__track img {
    height: 290px;
  }
}
.lp-ah .lp-item-list__item {
  padding-left: 1em;
  position: relative;
  text-indent: -1em;
}
.lp-ah .lp-item-list__item::before {
  content: "";
  display: inline-block;
  width: 6px;
  height: 6px;
  margin-right: calc(1em - 6px);
  background: #7F2500;
  vertical-align: middle;
}
.lp-ah .ah-interview {
  margin-bottom: 80px;
  padding: 72px 20px;
  background: #EDEBEB;
  line-height: 2;
}
@media (min-width: 768px) {
  .lp-ah .ah-interview {
    margin-bottom: 100px;
    padding: 104px 20px 158px;
  }
}
.lp-ah .ah-interview .sec-title {
  margin-bottom: 16px;
}
@media (min-width: 768px) {
  .lp-ah .ah-interview .sec-title {
    margin-bottom: 24px;
  }
}
.lp-ah .ah-interview .interview-intro {
  margin-bottom: 20px;
  text-align: center;
}
@media (min-width: 768px) {
  .lp-ah .ah-interview .interview-intro {
    margin-bottom: 96px;
  }
}
.lp-ah .ah-interview .interview-list {
  display: flex;
  justify-content: center;
  gap: 40px;
}
@media (max-width: 767px) {
  .lp-ah .ah-interview .interview-list {
    flex-wrap: wrap;
  }
}
@media (min-width: 1366px) {
  .lp-ah .ah-interview .interview-list {
    gap: 72px;
  }
}
.lp-ah .ah-interview .interview-list__item {
  width: 100%;
}
@media (min-width: 768px) {
  .lp-ah .ah-interview .interview-list__item {
    width: 428px;
  }
}
.lp-ah .ah-interview .interview-list .thumb {
  margin-bottom: 8px;
}
@media (min-width: 768px) {
  .lp-ah .ah-interview .interview-list .thumb {
    margin-bottom: 16px;
  }
}
.lp-ah .ah-interview .interview-list .name {
  font-size: 1.8rem;
}
@media (min-width: 768px) {
  .lp-ah .ah-interview .interview-list .name {
    font-size: 2.4rem;
  }
}
.lp-ah .ah-interview .interview-list .company {
  font-size: 1.5rem;
}
@media (min-width: 768px) {
  .lp-ah .ah-interview .interview-list .company {
    font-size: 2rem;
  }
}
.lp-ah .lp-faq {
  max-width: 1102px;
  margin: 0 auto 80px;
  margin-top: 0 !important;
  padding-inline: 20px;
}
@media (min-width: 768px) {
  .lp-ah .lp-faq {
    padding-top: 100px;
    margin-bottom: 110px;
  }
}
.lp-ah .lp-faq .sec-title {
  margin-bottom: 32px;
}
@media (min-width: 768px) {
  .lp-ah .lp-faq .sec-title {
    margin-bottom: 96px;
  }
}
.lp-ah .lp-faq .faq-list {
  margin-bottom: 80px;
}
@media (min-width: 768px) {
  .lp-ah .lp-faq .faq-list {
    margin-bottom: 220px;
  }
}
.lp-ah .lp-faq .faq-item {
  line-height: 2;
}
.lp-ah .lp-faq .faq-item.desc {
  padding-left: 2em;
}
.lp-ah .lp-faq .faq-item.desc:not(:last-child) {
  margin-bottom: 32px;
}
.lp-ah .lp-faq .faq-item__text {
  padding-left: 2em;
  font-size: 1.5rem;
  text-indent: -2em;
}
@media (min-width: 768px) {
  .lp-ah .lp-faq .faq-item__text {
    font-size: 1.8rem;
  }
}
.lp-ah .lp-faq .faq-item__text::before {
  content: "Q. ";
  display: inline;
  color: #7F2500;
  font-size: 2rem;
}
.lp-ah .lp-faq .faq-item__text-a {
  padding-left: 1em;
  font-size: 1.5rem;
  font-weight: 500;
  text-indent: -1em;
}
.lp-ah .lp-faq .faq-item__text-a::before {
  content: "A.";
  display: inline;
}
.lp-ah .lp-faq .faq-item__note {
  padding-left: 2em;
  font-size: 1.5rem;
  font-weight: 400;
  text-indent: -1em;
}
.lp-ah .lp-faq .faq-item__note::before {
  content: "※";
  display: inline;
}
.lp-ah .lp-faq__btm {
  display: block;
  width: 100vw;
  aspect-ratio: 375/428;
  margin-inline: -20px;
  background: url(../images/lp-new/bg_faq_sp.jpg) center/cover no-repeat;
}
@media (min-width: 768px) {
  .lp-ah .lp-faq__btm {
    aspect-ratio: 1920/719;
    margin-inline: min(-20px, -50vw + 551px - 20px);
    background-image: url(../images/lp-new/bg_faq_pc.jpg);
  }
}
.lp-ah .lp-company {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 32px;
  max-width: 1114px;
  margin: 0 auto 44.53vw;
}
@media (min-width: 768px) {
  .lp-ah .lp-company {
    gap: 144px;
    margin-bottom: 220px;
    padding-top: 110px;
  }
}
.lp-ah .lp-company__l {
  width: 100%;
  max-width: 520px;
}
@media (min-width: 768px) {
  .lp-ah .lp-company__l {
    order: 0;
  }
}
@media (min-width: 768px) {
  .lp-ah .lp-company__r {
    order: 1;
  }
}
.lp-ah .lp-company .sec-title {
  margin-bottom: 32px;
}
@media (min-width: 768px) {
  .lp-ah .lp-company .sec-title {
    margin-bottom: 56px;
    text-align: left;
  }
}
.lp-ah .lp-company .company-info {
  line-height: 2;
}
.lp-ah .lp-company .company-info__item {
  display: flex;
  align-items: center;
}
.lp-ah .lp-company .company-info .term {
  font-size: 1.6rem;
}
@media (min-width: 768px) {
  .lp-ah .lp-company .company-info .term {
    font-size: 1.8rem;
  }
}
.lp-ah .lp-company .company-info .details {
  font-size: 1.5rem;
  font-weight: 500;
}
@media (min-width: 768px) {
  .lp-ah .lp-company .company-info .details {
    font-size: 1.8rem;
  }
}
.lp-ah .lp-access {
  margin-bottom: 49.33vw;
  padding: 20.53vw 20px 37.33vw;
  position: relative;
  background: #EDEBEB;
}
@media (min-width: 768px) {
  .lp-ah .lp-access {
    margin-bottom: 352px;
    padding: 104px 20px 160px;
  }
}
.lp-ah .lp-access .sec-title {
  margin-bottom: 32px;
}
@media (min-width: 768px) {
  .lp-ah .lp-access .sec-title {
    margin-bottom: 96px;
  }
}
.lp-ah .lp-access .access-detail {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 32px;
  line-height: 2;
}
@media (min-width: 768px) {
  .lp-ah .lp-access .access-detail {
    gap: 93px;
  }
}
.lp-ah .lp-access .access-detail__l {
  max-width: 537px;
}
.lp-ah .lp-access .access-detail__r {
  width: 100%;
}
@media (min-width: 768px) {
  .lp-ah .lp-access .access-detail__r {
    max-width: 468px;
  }
}
.lp-ah .lp-access .map-wrap {
  width: 100%;
  aspect-ratio: 335/300;
  position: relative;
}
@media (min-width: 768px) {
  .lp-ah .lp-access .map-wrap {
    max-width: 537px;
    aspect-ratio: 537/480;
  }
}
.lp-ah .lp-access .map-wrap iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0;
}
.lp-ah .lp-access .access-address {
  margin-bottom: 16px;
  font-size: 1.8rem;
}
@media (min-width: 768px) {
  .lp-ah .lp-access .access-address {
    margin-bottom: 40px;
    font-size: 2.2rem;
  }
}
.lp-ah .lp-access .access-title {
  margin-bottom: 16px;
  font-size: 1.8rem;
}
.lp-ah .lp-access .lp-item-list {
  font-size: 1.5rem;
}
@media (min-width: 768px) {
  .lp-ah .lp-access .lp-item-list {
    font-size: 1.6rem;
  }
}
.lp-ah .lp-access .lp-item-list:not(:last-child) {
  margin-bottom: 32px;
}
@media (min-width: 768px) {
  .lp-ah .lp-access .lp-item-list:not(:last-child) {
    margin-bottom: 40px;
  }
}
.lp-ah .lp-access__deco1 {
  display: block;
  width: 56vw;
  max-width: 417px;
  aspect-ratio: 417/278;
  position: absolute;
  top: -25.33vw;
  left: 0;
  background: url(../images/lp-new/img_access1.jpg) center/cover no-repeat;
}
@media (min-width: 768px) {
  .lp-ah .lp-access__deco1 {
    width: 21.72vw;
    top: -7.24vw;
  }
}
.lp-ah .lp-access__deco2 {
  display: block;
  width: 69.33vw;
  max-width: 438px;
  aspect-ratio: 438/305;
  position: absolute;
  right: 0;
  bottom: -30.13vw;
  background: url(../images/lp-new/img_access2.jpg) center/cover no-repeat;
}
@media (min-width: 768px) {
  .lp-ah .lp-access__deco2 {
    width: 22.81vw;
    bottom: -7.92vw;
  }
}
.lp-ah .lp-bottom {
  width: 100%;
  aspect-ratio: 375/326;
  position: relative;
  background: url(../images/lp-new/bg_bottom_sp.jpg) center/cover no-repeat;
}
@media (min-width: 768px) {
  .lp-ah .lp-bottom {
    aspect-ratio: 1920/956;
    background-image: url(../images/lp-new/bg_bottom_pc.jpg);
  }
}
.lp-ah .lp-bottom__welcome {
  padding-inline: 20px;
  position: absolute;
  bottom: -0.25em;
  color: #7F2500;
  font-size: 10.67vw;
  font-weight: 800;
  line-height: 1.2;
  letter-spacing: -0.04em;
}
@media (min-width: 768px) {
  .lp-ah .lp-bottom__welcome {
    padding-inline: 100px;
    font-size: 5.21vw;
    letter-spacing: -0.02em;
  }
}
.lp-ah .lp-footer {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 40px;
  padding: 24px 20px 71px;
  background: #7F2500;
  color: #FFF;
  line-height: 2;
}
@media (max-width: 767px) {
  .lp-ah .lp-footer {
    text-align: center;
  }
}
@media (min-width: 768px) {
  .lp-ah .lp-footer {
    padding: 76px 100px 269px;
  }
}
.lp-ah .lp-footer__l {
  display: flex;
  flex-direction: column;
}
@media (max-width: 767px) {
  .lp-ah .lp-footer__l {
    width: 100%;
    gap: 40px;
  }
}
@media (min-width: 768px) {
  .lp-ah .lp-footer__l {
    order: 0;
    gap: 48px;
  }
}
.lp-ah .lp-footer__l .footer-logo {
  width: 150px;
}
@media (max-width: 767px) {
  .lp-ah .lp-footer__l .footer-logo {
    margin-inline: auto;
  }
}
@media (min-width: 768px) {
  .lp-ah .lp-footer__l .footer-logo {
    order: 0;
    width: 235px;
  }
}
.lp-ah .lp-footer__l .footer-logo__catch {
  display: block;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: -0.04em;
}
@media (min-width: 768px) {
  .lp-ah .lp-footer__l .footer-logo__catch {
    margin-bottom: 8px;
    font-size: 2rem;
  }
}
.lp-ah .lp-footer__l .footer-logo__img {
  width: 100%;
}
@media (min-width: 768px) {
  .lp-ah .lp-footer__l .footer-address {
    order: 1;
  }
}
@media (max-width: 767px) {
  .lp-ah .lp-footer__r {
    width: 100%;
  }
}
@media (min-width: 768px) {
  .lp-ah .lp-footer__r {
    order: 1;
  }
}
.lp-ah .lp-footer__contact {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 14px;
  color: #FFF;
  font-size: 1.8rem;
}
@media (min-width: 768px) {
  .lp-ah .lp-footer__contact {
    gap: 42px;
    font-size: 3.2rem;
  }
}
.lp-ah .lp-footer__contact::after {
  flex-shrink: 0;
  content: "";
  display: block;
  width: 74px;
  height: 74px;
  background: url(../images/lp-new/btn_arrow.svg) center/cover no-repeat;
}
@media (min-width: 768px) {
  .lp-ah .lp-footer__contact::after {
    width: 131px;
    height: 131px;
  }
}

@keyframes navi-fade-in {
  0% {
    transform: translateY(-100%);
    opacity: 0;
  }
  50% {
    transform: translateY(-70%);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}
@keyframes fv-fade-in {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fv-text-fade-in {
  0% {
    transform: translateY(10%);
    opacity: 0;
  }
  70% {
    transform: translateY(10%);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}
@keyframes scroll-left {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}
