@charset "UTF-8";
* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html,
body {
  height: 100%;
}

html {
  font-size: 62.5%;
  scroll-behavior: smooth;
}

body {
  position: relative;
  background: #f6fff5;
  color: #08351F;
  font-family: "Noto Sans JP", system-ui, -apple-system, "Helvetica Neue", "游ゴシック Medium", "Yu Gothic", "Hiragino Kaku Gothic ProN", "メイリオ", sans-serif;
  font-size: 1.6em;
  font-weight: 400;
  line-height: 1.6;
  letter-spacing: 0.08rem;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

a,
a:hover,
a:active,
a:visited {
  text-decoration: none;
}

button:hover,
a:hover {
  text-decoration: none;
  opacity: 0.7;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

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

.btn {
  background-color: #FF5500;
  color: #ffffff;
  font-size: clamp(18px, 2.344vw, 18px);
  font-weight: 700;
  line-height: 1;
  text-decoration: none;
}
.btn--inquiry {
  background-color: #257F87;
}
.btn--inquiry span::after {
  background-image: url(https://lpg-saigaibulk.com/wp/wp-content/themes/lpg/img/hojokin-lp/icon-mail.png);
}

ol,
ul {
  list-style: none;
}

.u-hidden--mobile {
  display: none;
}
@media (min-width: 768px) {
  .u-hidden--mobile {
    display: inline-block;
  }
}

.link {
  display: inline-block;
  width: auto;
  margin-top: 15px;
  padding: 3px 26px 3px 0;
  background: url(https://lpg-saigaibulk.com/wp/wp-content/themes/lpg/img/hojokin-lp/icon-external.png) no-repeat right center/20.16px auto;
  border-bottom: 1.26px #101828 solid;
  color: #08351F;
  font-size: clamp(16px, 2.083vw, 16px);
  text-decoration: none;
}

details {
  display: block;
  padding: 0;
  margin: 0;
}

summary {
  list-style: none;
  cursor: pointer;
  padding: 0;
  margin: 0;
}

summary::-webkit-details-marker {
  display: none;
}

summary::marker {
  content: "";
}

summary {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

summary:focus {
  outline: none;
}

main h2 {
  color: #FFBE93;
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-size: clamp(69.3px, 9.023vw, 69.3px);
  font-weight: 600;
  font-style: normal;
}
main h2 .subtitle {
  color: #08351F;
  font-size: clamp(20px, 2.604vw, 20px);
}

main h3 {
  font-size: clamp(18px, 2.344vw, 18px);
}

.underline {
  position: relative;
  z-index: 1;
}
.underline::after {
  content: "";
  position: absolute;
  background-color: #f7ccb0;
  bottom: 0;
  left: 0;
  width: 502.5px;
  height: 11px;
  z-index: -1;
}

.header {
  position: fixed;
  top: 0;
  background: #ffffff;
  width: 100%;
  z-index: 50;
}
.header__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 120px;
  max-width: 1360px;
  margin: 0 auto;
  padding: 15px 20px 18px;
}
.header__logo {
  width: 283px;
}
.header__logo img {
  margin-top: 4px;
  width: 100%;
}
.header__download .btn {
  display: block;
  width: 100%;
  max-width: 456px;
  margin-top: 2px;
  padding: 16px 58px 16px 38px;
  border-radius: 50px;
  font-size: clamp(15px, 1.953vw, 15px);
  color: #ffffff;
  letter-spacing: 0;
}
.header__download .btn span {
  position: relative;
  display: inline-block;
  min-width: 108px;
  text-align: left;
}
.header__download .btn span::after {
  content: "";
  position: absolute;
  top: calc(50% - 10px);
  right: -30px;
  width: 21px;
  height: 21px;
  background: url(https://lpg-saigaibulk.com/wp/wp-content/themes/lpg/img/hojokin-lp/icon-dl.png) no-repeat right center/21px auto;
}
.header__download .btn--inquiry {
  display: none;
}
.header__nav-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: calc(100% - 403px);
}
.header .nav__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 37px;
}
.header .nav__list__item a {
  display: block;
  color: #000;
  font-size: clamp(14px, 1.823vw, 14px);
  letter-spacing: 0.01rem;
  text-decoration: none;
}

.kv {
  padding: 136px 0 48px;
  background: url(https://lpg-saigaibulk.com/wp/wp-content/themes/lpg/img/hojokin-lp/bg-kv.png) no-repeat center 90px/1463px auto, url(https://lpg-saigaibulk.com/wp/wp-content/themes/lpg/img/hojokin-lp/bg-wave1.svg) no-repeat center -94px/cover;
  background-color: #cbe88b;
  text-align: center;
}
.kv__inner {
  position: relative;
  padding-bottom: 140px;
}
.kv__inner::before, .kv__inner::after {
  content: "";
  position: absolute;
  top: 324px;
  left: calc(50% - 611px);
  width: 247px;
  height: 254px;
  background: url(https://lpg-saigaibulk.com/wp/wp-content/themes/lpg/img/hojokin-lp/ill-woman.png) no-repeat 0 0/247px auto;
}
.kv__inner::after {
  top: 232px;
  left: auto;
  right: calc(50% - 666px);
  width: 412.81px;
  height: 389px;
  background-image: url(https://lpg-saigaibulk.com/wp/wp-content/themes/lpg/img/hojokin-lp/ill-family.png);
  background-size: 412.81px auto;
}
.kv__title img {
  display: inline;
  width: 591px;
}
.kv__lead {
  position: relative;
  margin-top: 26px;
  font-size: clamp(28px, 3.646vw, 28px);
  font-weight: 600;
  line-height: 168%;
}
.kv__lead::after {
  content: "";
  position: absolute;
  bottom: -224px;
  left: calc(50% - 252px);
  width: 453px;
  height: 220px;
  background: url(https://lpg-saigaibulk.com/wp/wp-content/themes/lpg/img/hojokin-lp/ill-equipment2.png) no-repeat 0 0/453px auto;
}
.kv__buttons, .inquiry-box .inquiry-btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 24px;
  margin-top: 22px;
}
.kv__buttons .btn, .inquiry-box .inquiry-btns .btn {
  display: block;
  min-width: 303px;
  padding: 22px 54px;
  border-radius: 60px;
}
.kv__buttons .btn span, .inquiry-box .inquiry-btns .btn span {
  position: relative;
  display: inline-block;
  min-width: 184px;
  text-align: left;
}
.kv__buttons .btn span::after, .inquiry-box .inquiry-btns .btn span::after {
  content: "";
  position: absolute;
  top: calc(50% - 11px);
  right: -2px;
  width: 25.2px;
  height: 25.2px;
  background: url(https://lpg-saigaibulk.com/wp/wp-content/themes/lpg/img/hojokin-lp/icon-dl.png) no-repeat right center/25.2px auto;
}
.kv__buttons .btn--inquiry span, .inquiry-box .inquiry-btns .btn--inquiry span {
  min-width: 148px;
}

.about {
  padding: 110px 0 62px;
  background: url(https://lpg-saigaibulk.com/wp/wp-content/themes/lpg/img/hojokin-lp/ill-bill2.png) no-repeat calc(50% - 616px) 39px/200px auto, url(https://lpg-saigaibulk.com/wp/wp-content/themes/lpg/img/hojokin-lp/ill-bill3.png) no-repeat calc(50% - 608px) 700px/172px auto;
  background-color: #CBE88B;
}
.about__inner {
  position: relative;
  width: 1080px;
  margin: 0 auto;
  padding: 36px 58px 60px 48px;
  background-color: #ffffff;
  border: #257F87 solid 4px;
  border-radius: 42px;
}
.about__inner::after {
  content: "";
  position: absolute;
  top: -66px;
  right: -94px;
  width: 393px;
  height: 273px;
  background: url(https://lpg-saigaibulk.com/wp/wp-content/themes/lpg/img/hojokin-lp/ill-equipment1.png) no-repeat 0 0/392px auto;
}
.about__lead {
  padding-left: calc(100% - 484px);
  padding-bottom: 24px;
  background: url(https://lpg-saigaibulk.com/wp/wp-content/themes/lpg/img/hojokin-lp/ill-team.png) no-repeat 0 40px/374px auto;
}
.about__text {
  position: relative;
  margin-top: 16px;
  font-size: clamp(28px, 3.646vw, 28px);
  font-weight: 600;
  z-index: 1;
}
.about__text span.dispB {
  position: relative;
}
.about__text::before, .about__text::after,
.about__text span.dispB::after {
  content: "";
  position: absolute;
  background-color: #ffcfb6;
  top: 32px;
  left: 0;
  width: 304px;
  height: 11px;
  z-index: -1;
}
.about__text::after {
  width: 318px;
  top: auto;
  bottom: 1px;
}
.about__text span.dispB::after {
  width: 410px;
  top: auto;
  bottom: 1px;
}
.about .notes {
  margin-top: 32px;
  line-height: 180%;
  letter-spacing: 0.03rem;
}
.about .notes p + p {
  padding-top: 24px;
}
.about__subject {
  margin-top: 32px;
  text-align: center;
}
.about__subject__title {
  position: relative;
  display: inline-block;
  padding: 10px 30px;
  background-color: #E25100;
  border-radius: 60px;
  color: #ffffff;
  font-size: clamp(20px, 2.604vw, 20px);
  font-weight: 600;
  z-index: 2;
}
.about__subject__title::after {
  content: "";
  position: absolute;
  bottom: -12px;
  left: calc(50% - 8px);
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 10px solid transparent;
  border-left: 10px solid transparent;
  border-top: 16px solid #E25100;
  border-bottom: 0;
}
.about__subject-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 960px;
  margin: 52px auto 0;
  font-size: clamp(20px, 2.604vw, 20px);
}
.about__subject__item {
  width: 125px;
  padding-top: 92px;
  background: url(https://lpg-saigaibulk.com/wp/wp-content/themes/lpg/img/hojokin-lp/icon-hart.png) no-repeat center 0/62.99px;
}
.about__subject__item:nth-child(2) {
  background-image: url(https://lpg-saigaibulk.com/wp/wp-content/themes/lpg/img/hojokin-lp/icon-bill.png);
}
.about__subject__item:nth-child(3) {
  background-image: url(https://lpg-saigaibulk.com/wp/wp-content/themes/lpg/img/hojokin-lp/icon-school.png);
}
.about__subject__item:nth-child(4) {
  background-image: url(https://lpg-saigaibulk.com/wp/wp-content/themes/lpg/img/hojokin-lp/icon-shop.png);
}
.about__subject__item:nth-child(5) {
  background-image: url(https://lpg-saigaibulk.com/wp/wp-content/themes/lpg/img/hojokin-lp/icon-company.png);
}
.about__subject__item:nth-child(6) {
  background-image: url(https://lpg-saigaibulk.com/wp/wp-content/themes/lpg/img/hojokin-lp/icon-government.png);
}
.about__movie {
  margin-top: 32px;
  text-align: center;
}
.about__movie__title {
  margin-bottom: 6px;
  font-size: clamp(28px, 3.646vw, 28px);
  letter-spacing: 0;
}

.feature {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding: 362px 0 154px;
  background: url(https://lpg-saigaibulk.com/wp/wp-content/themes/lpg/img/hojokin-lp/bg-city.png) no-repeat calc(50% + 390px) 186px/796px auto, url(https://lpg-saigaibulk.com/wp/wp-content/themes/lpg/img/hojokin-lp/bg-wave2.svg) no-repeat center -60px/contain;
  background-color: #F0FFEC;
}
.feature__inner {
  position: relative;
  width: 1077px;
  margin: 0 auto;
}
.feature__inner::before {
  content: "";
  position: absolute;
  top: -272px;
  left: 0;
  width: 164.13px;
  height: 169.55px;
  background: url(https://lpg-saigaibulk.com/wp/wp-content/themes/lpg/img/hojokin-lp/ill-cars.png) no-repeat 0 0/164.13px auto;
}
.feature__title {
  font-size: clamp(35px, 4.557vw, 35px);
}
.feature__lead {
  margin-top: 56px;
  width: 490px;
  line-height: 178%;
}
.feature__cards {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 94px;
}
.feature__cards::after {
  content: "";
  position: absolute;
  width: 34px;
  height: 60px;
  background: url(https://lpg-saigaibulk.com/wp/wp-content/themes/lpg/img/hojokin-lp/icon-allowR.png) no-repeat 0 0/cover;
  top: calc(50% - 30px);
  left: calc(50% - 17px);
}
.feature .card {
  position: relative;
  width: 508px;
  text-align: center;
}
.feature .card__title {
  position: relative;
  display: inline-block;
  padding: 8px 24px;
  background-color: #E25100;
  border-radius: 60px;
  color: #ffffff;
  font-size: clamp(28px, 3.646vw, 28px);
  font-weight: 600;
  z-index: 2;
}
.feature .card__title::after {
  content: "";
  position: absolute;
  bottom: -32px;
  left: calc(50% - 20px);
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 20px solid transparent;
  border-left: 20px solid transparent;
  border-top: 32px solid #E25100;
  border-bottom: 0;
}
.feature .card__img {
  margin-top: -26px;
  width: 100%;
  height: 337px;
  z-index: 0;
}
.feature .card__desc {
  padding: 18px 0;
  background-color: #FAF3F0;
  border-radius: 0 0 10px 10px;
  font-size: clamp(18px, 2.344vw, 18px);
  font-weight: 600;
  letter-spacing: 0.03rem;
}

.voice {
  padding: 122px 40px 126px;
  background-color: #ffffff;
}
.voice__inner {
  position: relative;
  width: 1085px;
  margin: 0 auto;
  text-align: center;
}
.voice__text {
  margin-top: 20px;
  font-size: clamp(28px, 3.646vw, 28px);
  font-weight: 600;
}
.voice__list {
  margin-top: 28px;
  z-index: 1;
  overflow: hidden;
}
.voice__list__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 35px;
  grid-template-columns: 1fr;
  padding-top: 26px;
  will-change: transform;
  -webkit-transition: -webkit-transform 0.5s ease;
  transition: -webkit-transform 0.5s ease;
  transition: transform 0.5s ease;
  transition: transform 0.5s ease, -webkit-transform 0.5s ease;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.voice__list__inner.dragging {
  -webkit-transition: none !important;
  transition: none !important;
  cursor: -webkit-grabbing;
  cursor: grabbing;
}
.voice__list__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 338px;
  position: relative;
}
.voice__list__item::before {
  content: "";
  position: absolute;
  top: -26px;
  left: 20px;
  width: 52px;
  height: 52px;
  background: url(https://lpg-saigaibulk.com/wp/wp-content/themes/lpg/img/hojokin-lp/Icon-quote.png) no-repeat 0 0/52px auto;
  z-index: 2;
}
.voice__list__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.voice__list__photo {
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  width: 338px;
  height: 226px;
  border-radius: 10px 10px 0 0;
  overflow: hidden;
}
.voice__list__photo img {
  max-width: none;
  height: 226px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  display: block;
}
.voice__list__text {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  width: 100%;
  height: calc(100% - 226px);
  padding: 30px 38px 34px;
  background-color: #FAF3F0;
  border-radius: 0 0 10px 10px;
  color: #08351F;
  font-size: clamp(14px, 1.823vw, 14px);
  letter-spacing: 0.04rem;
  line-height: 170%;
  text-align: left;
}
.voice__list__tag {
  margin-bottom: 8px;
  font-size: clamp(12px, 1.563vw, 12px);
  color: #618a80;
}
.voice .slider__nav__prev, .voice .slider__nav__next {
  position: absolute;
  top: calc(50% + 103px);
  left: -16px;
  cursor: pointer;
  z-index: 2;
}
.voice .slider__nav__prev img, .voice .slider__nav__next img {
  width: 48.13px;
}
.voice .slider__nav__next {
  left: auto;
  right: -16px;
}
.voice .slider__dots {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 10.8px;
  margin-top: 48px;
  color: #CECECE;
  font-size: clamp(24px, 3.125vw, 24px);
  cursor: pointer;
}
.voice .slider__dots__item.avtive {
  color: #FF5500;
}

.download__inner {
  max-width: 1358px;
  margin: 0 auto;
  padding: 76px 106px;
  background-color: #ffffff;
}
.download__sample {
  position: relative;
  width: auto;
  padding-top: 80px;
  text-align: center;
}
.download__sample::before {
  content: "全国の導入事例を詳しく紹介";
  position: absolute;
  width: 245px;
  padding: 5px 24px 6px;
  top: 38px;
  left: calc(50% - 110px);
  background-color: #E25100;
  border-radius: 70px;
  color: #ffffff;
  font-size: 15px;
  letter-spacing: 0;
}
.download__sample::after {
  content: "";
  position: absolute;
  top: 68px;
  left: calc(50% - 4px);
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 20px solid transparent;
  border-left: 20px solid transparent;
  border-top: 32px solid #E25100;
  border-bottom: 0;
}
.download__sample .download__img-text {
  position: absolute;
  bottom: -14px;
  left: calc(50% - 46px);
  display: inline-block;
  padding-left: 34px;
  background: url(https://lpg-saigaibulk.com/wp/wp-content/themes/lpg/img/hojokin-lp/icon-note.png) no-repeat 0 center/25.2px auto;
  font-size: clamp(18px, 2.344vw, 18px);
  color: #08351F;
}
.download__sample .download__img {
  width: 100%;
}
.download__books {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  background-color: #FAEEE4;
  padding: 35.27px 42px 4px;
  border-radius: 21.4px;
  max-width: 556px;
}
.download__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-column-gap: 9px;
     -moz-column-gap: 9px;
          column-gap: 9px;
}
.download__title span {
  display: inlne-block;
}
.download__text {
  margin-top: 60px;
  font-size: clamp(28px, 3.646vw, 28px);
  font-weight: 600;
  text-align: center;
  line-height: 160%;
}
.download__text--end {
  margin-top: 24px;
  text-align: center;
}
.download__point {
  margin-top: 10px;
}
.download__point__item {
  margin-top: 10px;
  padding-left: 40.32px;
  background: url(https://lpg-saigaibulk.com/wp/wp-content/themes/lpg/img/hojokin-lp/icon-bill.png) no-repeat 0 center/25.2px auto;
}
.download__point__item.item02 {
  background-image: url(https://lpg-saigaibulk.com/wp/wp-content/themes/lpg/img/hojokin-lp/icon-check.png);
}
.download__point__item.item03 {
  background-image: url(https://lpg-saigaibulk.com/wp/wp-content/themes/lpg/img/hojokin-lp/icon-human.png);
  background-position: 1px center;
}
.download__img {
  margin: 30px auto 0;
  width: 254.96px;
}
.download__form {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  max-width: 522.33px;
}
.download__form .form__label {
  display: block;
  margin: 30px 0 10px;
  color: #333;
}
.download__form .form__label:first-child {
  margin-top: 0;
}
.download__form .form__label em {
  display: inline-block;
  margin-left: 8px;
  color: #EC0000;
  font-style: normal;
}
.download__form .form__label input {
  margin-top: 8px;
}
.download__form .form__label.agreement-statement {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: clamp(14px, 1.823vw, 14px);
  text-align: center;
  margin-bottom: 0;
}
.download__form .form__label.agreement-statement input {
  margin-top: 0;
  margin-right: 8px;
}
.download__form .form__input {
  width: 100%;
  padding: 10px;
  border: 1px solid #e6e6e6;
  border-radius: 6px;
}
.download__form .form__notes {
  text-align: center;
  font-size: clamp(14px, 1.823vw, 14px);
  padding-top: 4px;
  margin-top: 0;
}
.download__form .notes {
  margin-top: 31.68px;
  padding-top: 21px;
  border-top: #D1D5DC solid 1.26px;
  font-size: clamp(15.12px, 1.969vw, 15.12px);
  line-height: 140%;
  text-align: center;
}
.download .btn {
  display: block;
  width: 100%;
  max-width: 456px;
  margin: 30px auto 0;
  padding: 22px 54px;
  background-color: #FF5500;
  border-radius: 50px;
  color: #ffffff;
  letter-spacing: 0;
}
.download .btn span {
  position: relative;
  display: inline-block;
  min-width: 108px;
  text-align: left;
}
.download .btn span::after {
  content: "";
  position: absolute;
  top: calc(50% - 10.6px);
  right: 0;
  width: 25.2px;
  height: 25.2px;
  background: url(https://lpg-saigaibulk.com/wp/wp-content/themes/lpg/img/hojokin-lp/icon-mail.png) no-repeat right center/25.2px auto;
}
.download--first {
  padding: 86px 42px;
  background-image: linear-gradient(-40deg, #FF8D44, #FFC199);
}
.download--first .download__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 132px;
  padding: 14px 60px 62px 106px;
  max-width: 1200px;
  border-radius: 16px;
  background: #ffffff url(https://lpg-saigaibulk.com/wp/wp-content/themes/lpg/img/hojokin-lp/bg-note.png) no-repeat right 0/334px auto;
}
.download--first .download__card {
  min-width: 540px;
}
.download--first .download__title {
  display: block;
}
.download--first .download__title .subtitle {
  display: block;
}
.download--first .download__text {
  position: relative;
  margin-top: 12px;
  margin-bottom: 40px;
  text-align: left;
  line-height: 160%;
  z-index: 1;
}
.download--first .download__text::before, .download--first .download__text::after {
  content: "";
  position: absolute;
  background-color: #ffcfb6;
  top: 32px;
  left: 0;
  width: 262px;
  height: 11px;
  z-index: -1;
}
.download--first .download__text::after {
  width: 374px;
  top: auto;
  bottom: 0;
}
.download--first .download__note {
  letter-spacing: 0;
  line-height: 180%;
  max-width: 440px;
}
.download--first .download__point {
  margin-top: 24px;
}
.download--first .download__point li {
  margin-top: 10px;
  padding-left: 33.6px;
  background: url(https://lpg-saigaibulk.com/wp/wp-content/themes/lpg/img/hojokin-lp/icon-check_orange.png) no-repeat 0 center/25.6px auto;
  font-size: clamp(14px, 1.823vw, 14px);
}
.download--first .btn.btn--dl {
  width: 100%;
  max-width: none;
  margin-top: 40px;
  padding: 22px 50px 22px 22px;
  text-align: center;
}
.download--first .btn.btn--dl span::after {
  top: calc(50% - 12px);
  right: -36px;
  background-image: url(https://lpg-saigaibulk.com/wp/wp-content/themes/lpg/img/hojokin-lp/icon-dl.png);
}
.download--second {
  padding: 41px;
  background-color: #FF8D5E;
}
.download--second .container {
  margin-top: 65px;
  -webkit-column-gap: 68px;
     -moz-column-gap: 68px;
          column-gap: 68px;
}

.detail {
  padding: 96px 0;
  background-image: -webkit-gradient(linear, left top, right top, from(#f0d1bd), to(#ffffff));
  background-image: linear-gradient(90deg, #f0d1bd, #ffffff);
  text-align: center;
}
.detail__inner {
  width: 1080px;
  margin: 0 auto;
}
.detail__title {
  color: #FF9F5F;
}
.detail__title .subtitle {
  margin-top: 16px;
}
.detail__text {
  margin-top: 20px;
  font-size: clamp(28px, 3.646vw, 28px);
  font-weight: 600;
}
.detail__tab-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  margin: 60px 0 50px;
  padding: 7px;
  background-color: #ffffff;
  border-radius: 100px;
  text-align: center;
}
.detail__tab-menu__item {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -webkit-transition: background 0.3s;
  transition: background 0.3s;
  display: block;
  padding: 6px;
  width: 100%;
  border-radius: 100px;
  color: #08351F;
  font-size: clamp(24px, 3.125vw, 24px);
  font-weight: 600;
  text-decoration: none;
  cursor: pointer;
}
.detail__tab-menu__item.active {
  background-color: #FF5500;
  color: #ffffff;
  -webkit-box-shadow: 0px 1px 3px 1px rgba(0, 0, 0, 0.3);
          box-shadow: 0px 1px 3px 1px rgba(0, 0, 0, 0.3);
}
.detail__eligible, .detail__subsidy-rate {
  -webkit-transition: padding 0.5s ease;
  transition: padding 0.5s ease;
}
.detail__eligible {
  background-color: #ffffff;
  padding: 46px 48px 60px;
  text-align: left;
}
.detail__eligible__item {
  margin-bottom: 30px;
}
.detail__eligible__item:last-child {
  margin-bottom: 0;
}
.detail__eligible__title {
  font-size: clamp(22px, 2.865vw, 22px);
  font-weight: 400;
}
.detail__eligible__list {
  margin: 8px 0 0 27px;
  list-style: disc;
}
.detail__eligible__list li {
  margin-top: 3px;
}
.detail__subsidy-rate {
  margin-top: -5px;
}
.detail__subsidy-rate .table {
  table-layout: fixed;
  width: 100%;
  border-spacing: 0 6px;
}
.detail__subsidy-rate .table tr {
  -webkit-box-shadow: 0px 3px 3px 1px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 3px 3px 1px rgba(0, 0, 0, 0.1);
}
.detail__subsidy-rate .table th,
.detail__subsidy-rate .table td {
  padding: 20px;
  text-align: center;
}
.detail__subsidy-rate .table th {
  padding: 18px 20px;
  background: #257F87;
  font-size: clamp(22px, 2.865vw, 22px);
  font-weight: 400;
  color: #ffffff;
}
.detail__subsidy-rate .table th:last-child {
  border-right: none;
}
.detail__subsidy-rate .table tbody tr {
  background: #ffffff;
}
.detail__subsidy-rate .table .notes {
  display: block;
  margin-top: 10px;
  font-size: clamp(14px, 1.823vw, 14px);
  letter-spacing: 0;
}
.detail__notes-box {
  margin-top: 36px;
  padding: 24px 25px;
  background-color: #ffffff;
  border-left: 5px solid #E5682A;
  letter-spacing: 0;
  text-align: left;
  -webkit-box-shadow: 0px 3px 3px 1px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 3px 3px 1px rgba(0, 0, 0, 0.2);
}
.detail__notes-box .link {
  display: inline-block;
  width: auto;
  margin: 0 4px;
  padding-right: 23px;
  padding-bottom: 0;
}
.detail__specification {
  margin-top: 42px;
  padding: 36px 35px 36px 88px;
  background: #F9FAFB;
  border-radius: 10px;
  text-align: left;
  letter-spacing: 0;
  -webkit-box-shadow: 0px 3px 3px 1px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 3px 3px 1px rgba(0, 0, 0, 0.2);
}

.fade {
  opacity: 0;
  visibility: hidden;
  max-height: 0;
  overflow: hidden;
  -webkit-transition: opacity 0.5s ease, visibility 0.5s ease, max-height 0.5s ease;
  transition: opacity 0.5s ease, visibility 0.5s ease, max-height 0.5s ease;
}

.fade.show {
  opacity: 1;
  visibility: visible;
  max-height: 1000px;
}

.fade:not(.show) {
  padding-top: 0;
  padding-bottom: 0;
}

.howtoapply {
  padding: 96px 0;
  background-color: #F0FFEC;
}
.howtoapply__inner {
  width: 1080px;
  margin: 0 auto;
}
.howtoapply__step {
  padding: 56px 54px 58px;
  background-color: #ffffff;
  border: solid #CBE88B 8px;
  border-radius: 16px;
}
.howtoapply__step__title {
  width: 640px;
  height: 190px;
  padding-left: 224px;
  margin: 0 auto;
  padding-top: 22px;
  color: #08351F;
  font-size: clamp(32px, 4.167vw, 32px);
  background: url(https://lpg-saigaibulk.com/wp/wp-content/themes/lpg/img/hojokin-lp/ill-man.png) no-repeat 0 center/150px auto;
}
.howtoapply__step__title .subtitle {
  display: block;
  margin-top: 8px;
  font-size: clamp(28px, 3.646vw, 28px);
}
.howtoapply__step__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 74px;
  margin-top: 56px;
}
.howtoapply__step__list .step-item {
  position: relative;
  width: 272px;
  padding-top: 156px;
  background: url(https://lpg-saigaibulk.com/wp/wp-content/themes/lpg/img/hojokin-lp/img-step01.png) no-repeat center 0/125px auto;
}
.howtoapply__step__list .step-item.item02 {
  background-image: url(https://lpg-saigaibulk.com/wp/wp-content/themes/lpg/img/hojokin-lp/img-step02.png);
}
.howtoapply__step__list .step-item.item03 {
  background-image: url(https://lpg-saigaibulk.com/wp/wp-content/themes/lpg/img/hojokin-lp/img-step03.png);
}
.howtoapply__step__list .step-item::after {
  content: "";
  position: absolute;
  top: 36px;
  right: -50px;
  width: 24.85px;
  height: 42.96px;
  background: url(https://lpg-saigaibulk.com/wp/wp-content/themes/lpg/img/hojokin-lp/icon-allowR.png) no-repeat 0 0/24.85px auto;
}
.howtoapply__step__list .step-item:last-child::after {
  content: none;
}
.howtoapply__step__list .step-item__title {
  padding-top: 21px;
  border-top: #D1D5DC solid 2.52px;
  font-size: clamp(28px, 3.646vw, 28px);
  text-align: center;
}
.howtoapply__step__list .step-item p {
  margin-top: 11px;
  font-size: clamp(20px, 2.604vw, 20px);
  letter-spacing: 0;
  line-height: 150%;
}
.howtoapply__future-info {
  position: relative;
  margin-top: 56px;
  padding: 40px 84px 40px 122px;
  background-color: #f3f4f6;
  font-size: clamp(20px, 2.604vw, 20px);
}
.howtoapply__future-info__title {
  font-size: clamp(24px, 3.125vw, 24px);
  line-height: 100%;
}
.howtoapply__future-info p {
  margin-top: 11px;
  letter-spacing: 0;
  line-height: 150%;
}
.howtoapply__future-info__link::before {
  content: "";
  position: absolute;
  top: 40px;
  left: 40px;
  width: 60.47px;
  height: 60.47px;
  background: #ffffff url(https://lpg-saigaibulk.com/wp/wp-content/themes/lpg/img/hojokin-lp/icon-note.png) no-repeat calc(50% + 1px) calc(50% + 1px)/30.24px auto;
  border: 3px solid #FF5500;
  border-radius: 62px;
}
.howtoapply__preparation {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 16px;
  margin-top: 56px;
  padding: 48px;
  background-color: #FAF3F0;
  border-radius: 10px;
}
.howtoapply__preparation__image {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.howtoapply__preparation__image img {
  width: 293px;
  height: 180px;
  margin: 0 auto;
}
.howtoapply__preparation__content {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  letter-spacing: 0;
}
.howtoapply__preparation__content__title {
  display: inline-block;
  border-bottom: #e6ddcf solid 2.52px;
  font-size: clamp(24px, 3.125vw, 24px);
  line-height: 100%;
}
.howtoapply__preparation__content__list {
  font-size: clamp(20px, 2.604vw, 20px);
}
.howtoapply__preparation__content__list li {
  margin-top: 20px;
  padding-left: 40px;
  background: url(https://lpg-saigaibulk.com/wp/wp-content/themes/lpg/img/hojokin-lp/icon-check.png) no-repeat 0 center/25.2px auto;
}

.faq {
  padding: 107px 0 166px;
  background-color: #E6F5EC;
}
.faq__inner {
  position: relative;
  width: 1080px;
  margin: 0 auto;
}
.faq__inner::before {
  content: "";
  position: absolute;
  top: -50px;
  right: -124px;
  width: 159px;
  height: 183px;
  background: url(https://lpg-saigaibulk.com/wp/wp-content/themes/lpg/img/hojokin-lp/ill-bill.png) no-repeat 0 0/159px auto;
}
.faq__inner::after {
  content: "";
  position: absolute;
  bottom: -138px;
  left: -102px;
  width: 176px;
  height: 158px;
  background: url(https://lpg-saigaibulk.com/wp/wp-content/themes/lpg/img/hojokin-lp/ill-trac.png) no-repeat 0 0/176px auto;
}
.faq__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 35px;
     -moz-column-gap: 35px;
          column-gap: 35px;
}
.faq__title span {
  display: inlne-block;
}
.faq__title span.fontN {
  letter-spacing: 0;
}
.faq__item {
  letter-spacing: 0;
  margin-top: 20px;
}
.faq__item__q {
  position: relative;
  padding: 24px 33px 24px 94px;
  background: #ffffff;
  border-radius: 10px;
  color: #257F87;
  font-size: clamp(24px, 3.125vw, 24px);
  font-weight: 700;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  cursor: pointer;
}
.faq__item__q::before {
  content: "Q";
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  top: calc(50% - 21px);
  left: 33px;
  width: 42px;
  height: 42px;
  padding: 0 0 0 1px;
  background-color: #257F87;
  border-radius: 50px;
  color: #ffffff;
  font-size: clamp(22px, 2.865vw, 22px);
  text-align: center;
}
.faq__item__q::after {
  content: "＋";
  position: absolute;
  top: calc(50% - 16px);
  right: 29px;
  width: 28px;
  height: 28px;
  color: #257F87;
  font-size: clamp(28px, 3.646vw, 28px);
  font-weight: 600;
  line-height: 100%;
}
.faq__item__q::marker {
  content: none;
}
.faq__item__a {
  position: relative;
  padding: 24px 33px 24px 94px;
  background: #ffffff;
  border-radius: 0 0 10px 10px;
  font-size: clamp(20px, 2.604vw, 20px);
  max-height: 0;
  opacity: 0;
  overflow: hidden;
  -webkit-transition: max-height 0.4s ease, opacity 0.4s ease;
  transition: max-height 0.4s ease, opacity 0.4s ease;
}
.faq__item__a::before {
  content: "A";
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  top: calc(50% - 21px);
  left: 33px;
  width: 42px;
  height: 42px;
  padding: 0 0 0 2px;
  background-color: #ffffff;
  border: #08351F solid 1px;
  border-radius: 50px;
  color: #08351F;
  font-size: clamp(22px, 2.865vw, 22px);
  font-weight: 600;
  text-align: center;
}
.faq__item[open] .faq__item__q {
  background-color: #257F87;
  border-radius: 10px 10px 0 0;
  color: #ffffff;
}
.faq__item[open] .faq__item__q::before {
  background-color: #ffffff;
  color: #08351F;
}
.faq__item[open] .faq__item__q::after {
  content: "";
  position: absolute;
  top: calc(50% - 2px);
  right: 33px;
  width: 19px;
  height: 3px;
  background-color: #ffffff;
}
.faq__item[open] .faq__item__a {
  max-height: 1000px;
  opacity: 1;
}
.faq__text {
  margin-top: 20px;
  font-size: clamp(22px, 2.865vw, 22px);
  letter-spacing: 0;
  text-align: center;
}
.faq .notes {
  margin-top: 15px;
}

.footer {
  background: #257F87;
  color: #ffffff;
  padding: 86px 0 187px;
}
.footer a {
  color: #ffffff;
  text-decoration: underline;
}
.footer__inner {
  max-width: 1080px;
  margin: 0 auto;
}
.footer__name {
  font-size: clamp(24px, 3.125vw, 24px);
  font-weight: 600;
  line-height: 106%;
}
.footer__name span {
  display: block;
  font-size: clamp(16px, 2.083vw, 16px);
}
.footer__link-title {
  padding-top: 6px;
  font-size: clamp(18px, 2.344vw, 18px);
  font-weight: 600;
  letter-spacing: 0.1rem;
}
.footer__link-list {
  margin-top: 46px;
}
.footer__link-list li {
  margin-bottom: 10px;
  font-size: clamp(16px, 2.083vw, 16px);
}
.footer__link-list li:last-child {
  margin-bottom: 0;
}
.footer__link-list--align {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 24px;
     -moz-column-gap: 24px;
          column-gap: 24px;
  margin-top: 112px;
}
.footer__link-list--align li {
  margin-bottom: 0;
  font-size: clamp(14px, 1.823vw, 14px);
}
.footer__address {
  margin-top: 55px;
  font-size: clamp(14px, 1.823vw, 14px);
  font-style: normal;
  letter-spacing: 0.06rem;
}
.footer__address p {
  margin-bottom: 10px;
  line-height: 180%;
}
.footer__address p:last-child {
  margin-bottom: 0;
}
.footer__copy {
  margin-top: 18px;
}
.footer__copy small {
  font-size: clamp(14px, 1.823vw, 14px);
  letter-spacing: 0.1rem;
}

.page-top {
  position: fixed;
  display: none;
  bottom: 99px;
  right: 28px;
  z-index: 100;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.page-top.avtive {
  display: block;
  -webkit-animation: slideInUp 0.5s ease-out forwards;
          animation: slideInUp 0.5s ease-out forwards;
}
.page-top.non-avtive {
  display: block;
  -webkit-animation: slideOutDown 0.5s ease-out forwards;
          animation: slideOutDown 0.5s ease-out forwards;
}
.page-top a {
  width: 89px;
  height: 89px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #ffffff;
  border-radius: 45px;
  border: #257F87 4px solid;
  text-align: center;
  line-height: 1;
}
.page-top img {
  width: 31.51px;
}

.inquiry-box {
  position: fixed;
  display: none;
  bottom: 0;
  left: 0;
  width: 100%;
  background: url(https://lpg-saigaibulk.com/wp/wp-content/themes/lpg/img/hojokin-lp/ill-equipment3.png) no-repeat calc(50% - 337px) 7px/47px auto, url(https://lpg-saigaibulk.com/wp/wp-content/themes/lpg/img/hojokin-lp/ill-equipment4.png) no-repeat calc(50% + 361px) 2px/83px auto;
  background-color: #ffffff;
  text-align: center;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  z-index: 50;
}
.inquiry-box.avtive {
  display: block;
  -webkit-animation: slideInUp 0.5s ease-out forwards;
          animation: slideInUp 0.5s ease-out forwards;
}
.inquiry-box.non-avtive {
  display: block;
  -webkit-animation: slideOutDown 0.5s ease-out forwards;
          animation: slideOutDown 0.5s ease-out forwards;
}
.inquiry-box .inquiry-btns {
  margin-top: 0;
  padding: 12px;
}
.inquiry-box .inquiry-btns .btn {
  padding: 16px 24px 16px 34px;
  min-width: 261.16px;
  font-size: clamp(15px, 1.953vw, 15px);
}
.inquiry-box .inquiry-btns .btn span {
  min-width: 156px;
}
.inquiry-box .inquiry-btns .btn span::after {
  width: 23.16px;
  height: 23.16px;
  background-size: 23.16px auto;
}
.inquiry-box .inquiry-btns .btn--inquiry {
  padding-right: 28px;
}
.inquiry-box .inquiry-btns .btn--inquiry span {
  min-width: 128px;
}
.inquiry-box .inquiry-btns .btn--inquiry span::after {
  top: calc(50% - 10px);
  width: 20.8px;
  height: 21px;
  background-size: 20.8px auto;
}

@-webkit-keyframes slideInUp {
  from {
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
    opacity: 0;
  }
  to {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
}

@keyframes slideInUp {
  from {
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
    opacity: 0;
  }
  to {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
}
@-webkit-keyframes slideOutDown {
  from {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
  to {
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
    opacity: 0;
  }
}
@keyframes slideOutDown {
  from {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
  to {
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
    opacity: 0;
  }
}
.fontB {
  font-weight: 600 !important;
}

.fontN {
  font-weight: 400 !important;
}

.mt10 {
  margin-top: 10px !important;
}

.mt20 {
  margin-top: 20px !important;
}

.mt30 {
  margin-top: 30px !important;
}

.mt40 {
  margin-top: 40px !important;
}

.mt50 {
  margin-top: 50px !important;
}

.dispB {
  display: block !important;
}

.dispIb {
  display: inline-block !important;
}

.dispSp {
  display: none;
}

.dispPc {
  display: block;
}

@media screen and (max-width: 767px) {
  body {
    font-size: 4.2666666667vw;
    min-width: 320px;
  }
  .u-hidden--mobile {
    display: none !important;
  }
  .container {
    display: block;
  }
  .dispSp {
    display: block;
  }
  .dispPc {
    display: none;
  }
  .header__inner,
  .kv__inner,
  .about__inner,
  .feature__inner,
  .voice__inner,
  .download__inner,
  .detail__inner,
  .howtoapply__inner,
  .faq__inner,
  .footer__inner {
    width: 100%;
    max-width: 100%;
    padding-left: 5.3333333333vw;
    padding-right: 5.3333333333vw;
  }
  main h2 {
    font-size: 10.6666666667vw;
  }
  main h2 .subtitle {
    font-size: 5.3333333333vw;
    display: block;
    margin-top: 2.6666666667vw;
  }
  main h3 {
    font-size: 4.8vw;
  }
  .underline::after {
    width: 100%;
    height: 3.2vw;
  }
  .btn {
    font-size: 4.2666666667vw;
  }
}
@media screen and (max-width: 767px) {
  .header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding-right: 6.4vw;
  }
  .header__inner {
    padding: 4.2666666667vw 5.3333333333vw 3.7333333333vw;
  }
  .header__logo img {
    width: 53.3333333333vw;
    margin-top: 0;
  }
  .header__download {
    padding: 6.4vw;
  }
  .header__download .btn {
    padding: 5.3333333333vw 5.3333333333vw 5.3333333333vw 1.0666666667vw;
    text-align: center;
  }
  .header__download .btn--inquiry {
    display: block;
    margin-top: 3.7333333333vw;
  }
  .header__download .btn--inquiry span {
    min-width: 16vw;
  }
  .header__download .btn--inquiry span::after {
    background-image: url(https://lpg-saigaibulk.com/wp/wp-content/themes/lpg/img/hojokin-lp/icon-mail.png);
  }
  .header__nav-box {
    position: fixed;
    display: block;
    top: 16vw;
    right: -100%;
    width: 100%;
    height: calc(100% - 16.8vw);
    background: rgba(255, 255, 255, 0.98);
    z-index: 900;
    -webkit-transition: right 0.4s ease;
    transition: right 0.4s ease;
  }
  .header__nav-box.is-active {
    right: 0;
  }
  .header__nav-box .nav {
    width: 100%;
  }
  .header__nav-box .nav__list {
    display: block;
  }
  .header__nav-box .nav__list__item {
    padding: 2.1333333333vw 2.6666666667vw;
    border-bottom: 0.2666666667vw solid #E0E0E0;
  }
  .header__nav-box .nav__list__item a {
    font-size: 4vw;
    padding: 2.6666666667vw;
  }
}

.hamburger-btn {
  display: none;
}
@media screen and (max-width: 767px) {
  .hamburger-btn {
    display: block;
    position: relative;
    top: 0;
    right: 0;
    width: 5.3333333333vw;
    height: 4vw;
    background: transparent;
    border: none;
    cursor: pointer;
    z-index: 1000;
  }
  .hamburger-btn span {
    position: absolute;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #08351F;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  .hamburger-btn span:nth-child(1) {
    top: 0;
  }
  .hamburger-btn span:nth-child(2) {
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .hamburger-btn span:nth-child(3) {
    bottom: 0;
  }
  .hamburger-btn.is-active span:nth-child(1) {
    top: 50%;
    -webkit-transform: translateY(-50%) rotate(45deg);
            transform: translateY(-50%) rotate(45deg);
  }
  .hamburger-btn.is-active span:nth-child(2) {
    opacity: 0;
  }
  .hamburger-btn.is-active span:nth-child(3) {
    bottom: 50%;
    -webkit-transform: translateY(50%) rotate(-45deg);
            transform: translateY(50%) rotate(-45deg);
  }
}

@media screen and (max-width: 767px) {
  .kv {
    position: relative;
    padding: 0 0 150.4vw;
    background-size: 0, contain;
    background-position: 0 0, center 96vw;
  }
  .kv::after {
    content: "";
    position: absolute;
    top: 158.4vw;
    left: 0;
    width: 100vw;
    height: 40.6693333333vw;
    background: url(https://lpg-saigaibulk.com/wp/wp-content/themes/lpg/img/hojokin-lp/bg-kv_sp.png) no-repeat 0 0;
    background-size: 100vw auto;
  }
  .kv__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    padding-top: 28.5333333333vw;
    padding-bottom: 0;
    background-color: #F0FFEC;
  }
  .kv__inner::before {
    top: 123.7333333333vw;
    left: 5.3333333333vw;
    width: 40.8vw;
    height: 41.9573333333vw;
    background-size: 40.8vw auto;
  }
  .kv__inner::after {
    top: 187.7333333333vw;
    left: 9.0666666667vw;
    width: 78.9333333333vw;
    height: 82.1333333333vw;
    background-size: 78.9333333333vw auto;
  }
  .kv__title img {
    width: 85.3333333333vw;
    height: auto;
  }
  .kv__lead {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    font-size: 4.2666666667vw;
    margin-top: 4.2666666667vw;
    line-height: 130%;
  }
  .kv__lead::after {
    top: 57.0666666667vw;
    left: 40vw;
    width: 45.3333333333vw;
    height: 57.0666666667vw;
    background-image: url(https://lpg-saigaibulk.com/wp/wp-content/themes/lpg/img/hojokin-lp/ill-equipment2_sp.png);
    background-size: 45.3333333333vw auto;
  }
  .kv__buttons, .inquiry-box .inquiry-btns {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 5.3333333333vw;
    margin-top: 8vw;
    border-radius: 16vw;
  }
  .kv__buttons .btn, .inquiry-box .inquiry-btns .btn {
    min-width: 69.6426666667vw;
    width: auto;
    padding: 4vw 13.8666666667vw 4vw 7.4666666667vw;
    border-radius: 13.3333333333vw;
  }
  .kv__buttons .btn span, .inquiry-box .inquiry-btns .btn span {
    min-width: auto;
    font-size: 4vw;
  }
  .kv__buttons .btn span::after, .inquiry-box .inquiry-btns .btn span::after {
    top: calc(50% - 2.5333333333vw);
    right: -7.7333333333vw;
    width: 5.3333333333vw;
    height: 5.3333333333vw;
    background-size: contain;
  }
  .kv__buttons .btn--inquiry, .inquiry-box .inquiry-btns .btn--inquiry {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .about {
    padding: 16vw 5.3333333333vw 21.3333333333vw;
    background-image: none;
  }
  .about__inner {
    padding: 6.9333333333vw 4.2666666667vw 7.4666666667vw;
    border-width: 1.0666666667vw;
    border-radius: 5.3333333333vw;
  }
  .about__inner::after {
    display: none;
  }
  .about__lead {
    padding-left: 0;
    padding-bottom: 60.2666666667vw;
    background-position: 0 bottom;
    background-size: 70.4vw;
    text-align: left;
  }
  .about__lead .subtitle {
    margin-top: 2.1333333333vw;
    font-size: 5.3333333333vw;
  }
  .about__text {
    margin-top: 4.2666666667vw;
    font-size: 5.3333333333vw;
    letter-spacing: 0;
  }
  .about__text::before, .about__text::after,
  .about__text span.dispB::after {
    height: 2.4vw;
    width: 100%;
    left: 0;
  }
  .about__text::before {
    top: 5.3333333333vw;
    width: 58.4vw;
  }
  .about__text::after {
    top: auto;
    bottom: 0.5333333333vw;
    width: 60vw;
  }
  .about .notes {
    line-height: 170%;
  }
  .about .notes p + p {
    margin-top: 0.8vw;
  }
  .about__subject {
    margin-top: 11.2vw;
  }
  .about__subject__title {
    font-size: 5.3333333333vw;
    padding: 3.2vw 8.5333333333vw;
    border-radius: 16vw;
  }
  .about__subject__title::after {
    bottom: -4.8vw;
    border-width: 4.8vw 3.2vw 0 3.2vw;
  }
  .about__subject-list {
    width: 100%;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 5.3333333333vw;
    margin-top: 19.7333333333vw;
  }
  .about__subject__item {
    width: 33.0666666667vw;
    font-size: 4.8vw;
    margin-bottom: 8vw;
    padding-top: 24vw;
    background-size: 17.0666666667vw auto;
  }
  .about__subject__item:nth-last-child(-n+2) {
    margin-bottom: 0;
  }
  .about__movie iframe {
    width: 100%;
    height: 53.3333333333vw;
  }
  .about__movie__title {
    font-size: 4.8vw;
    margin-bottom: 6.4vw;
  }
}

@media screen and (max-width: 767px) {
  .feature {
    padding: 46.4vw 0 8vw;
    display: block;
    background-size: 0 auto, contain;
    background-position: center bottom, center -1.0666666667vw;
  }
  .feature__inner::before {
    top: -56vw;
    left: calc(50% - 21.8666666667vw);
    width: 43.7333333333vw;
    height: 44.8vw;
    background-size: 43.7333333333vw auto;
  }
  .feature__title {
    font-size: 5.3333333333vw;
    line-height: 150%;
  }
  .feature__lead {
    width: 100%;
    margin-top: 6.4vw;
    font-size: 4.2666666667vw;
    line-height: 170%;
  }
  .feature__cards {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 21.3333333333vw;
    margin-top: 10.6666666667vw;
  }
  .feature__cards::after {
    width: 9.0666666667vw;
    height: 16vw;
    background: url(https://lpg-saigaibulk.com/wp/wp-content/themes/lpg/img/hojokin-lp/icon-allowR.png) no-repeat 0 0/cover;
    top: calc(50% - 8vw);
    left: calc(50% - 4.5333333333vw);
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
  }
  .feature .card {
    width: 85.3333333333vw;
    margin: 0 auto;
  }
  .feature .card__title {
    padding: 1.3333333333vw 4vw;
    border-radius: 16vw;
    font-size: 5.3333333333vw;
  }
  .feature .card__title::after {
    left: calc(50% - 2.4vw);
    bottom: -4.6vw;
    border-width: 4.8vw 3.2vw 0 3.2vw;
  }
  .feature .card__img {
    height: auto;
    margin-top: -4vw;
  }
  .feature .card__desc {
    padding: 2.1333333333vw;
    border-radius: 0;
    font-size: 3.7333333333vw;
    font-weight: 400;
    line-height: 130%;
  }
}

@media screen and (max-width: 767px) {
  .voice {
    padding: 8.5333333333vw 6.4vw;
  }
  .voice .voice__list,
  .voice .voice__list__inner,
  .voice .voice__list__item,
  .voice .voice__list__link {
    -ms-touch-action: none;
        touch-action: none;
  }
  .voice__inner {
    padding: 0;
  }
  .voice .subtitle {
    font-size: 5.3333333333vw;
  }
  .voice__text {
    font-size: 4.2666666667vw;
    text-align: left;
  }
  .voice__list {
    margin-top: 5.8666666667vw;
  }
  .voice__list__inner {
    padding-top: 0;
    padding-left: 2.6666666667vw;
  }
  .voice__list__item {
    width: 87.2vw;
  }
  .voice__list__item::before {
    width: 10.6666666667vw;
    height: 10.6666666667vw;
    top: -5.3333333333vw;
    left: 2.6666666667vw;
    background-size: contain;
  }
  .voice__list__item a {
    width: 87.2vw;
  }
  .voice__list__photo {
    width: 87.2vw;
    height: 60.2666666667vw;
    border-radius: 2.6666666667vw 2.6666666667vw 0 0;
  }
  .voice__list__text {
    padding: 6.9333333333vw 4.2666666667vw;
    font-size: 3.7333333333vw;
    height: calc(100% - 60.2666666667vw);
    border-radius: 0 0 2.6666666667vw 2.6666666667vw;
  }
  .voice .slider__dots {
    margin-top: 2.6666666667vw;
  }
  .voice .slider__nav {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .download__inner {
    padding: 10.6666666667vw 5.3333333333vw;
  }
  .download__title {
    display: block;
  }
  .download--first {
    padding: 8.5333333333vw 6.4vw;
  }
  .download--first .download__inner {
    position: relative;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 10.6666666667vw;
    padding: 6.4vw;
    background-image: none;
    border-radius: 0;
  }
  .download--first .download__sample {
    position: absolute;
    top: 62.4vw;
    left: 3.2vw;
    width: 74.6666666667vw;
    padding-top: 21.3333333333vw;
  }
  .download--first .download__sample::before {
    width: 65.3333333333vw;
    padding: 1.3333333333vw 6.4vw 1.6vw;
    top: 10.1333333333vw;
    left: calc(50% - 29.8666666667vw);
    border-radius: 18.6666666667vw;
    font-size: 4vw;
  }
  .download--first .download__sample::after {
    top: 18.1333333333vw;
    left: calc(50% - 1.0666666667vw);
    border-right: 4.2666666667vw solid transparent;
    border-left: 4.2666666667vw solid transparent;
    border-top: 6.9333333333vw solid #E25100;
  }
  .download--first .download__sample .download__img-text {
    bottom: -3.7333333333vw;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    padding-left: 9.0666666667vw;
    background-size: 6.72vw auto;
    font-size: 4.8vw;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
  }
  .download--first .download__card {
    min-width: 100%;
  }
  .download--first .download__text {
    font-size: 5.3333333333vw;
    margin-bottom: 152vw;
    line-height: 150%;
  }
  .download--first .download__text::before, .download--first .download__text::after {
    height: 2.4vw;
    width: 100%;
  }
  .download--first .download__text::before {
    top: 5.0666666667vw;
    width: 52.2666666667vw;
  }
  .download--first .download__point li {
    font-size: 3.7333333333vw;
    letter-spacing: 0;
  }
  .download--first .btn.btn--dl {
    padding: 5.3333333333vw 10.6666666667vw 5.3333333333vw 5.3333333333vw;
    font-size: 3.7333333333vw;
    line-height: 150%;
  }
  .download--first .btn.btn--dl span::after {
    right: -9.6vw;
    background-size: contain;
    width: 6.6666666667vw;
    height: 6.6666666667vw;
  }
  .download__books {
    max-width: 100%;
    padding: 6.4vw 4.2666666667vw;
    border-radius: 5.6vw;
  }
  .download__form {
    max-width: 100%;
  }
  .download__form .form__input {
    padding: 2.6666666667vw;
    font-size: 4.2666666667vw;
    border-width: 0.2666666667vw;
    border-radius: 1.6vw;
  }
  .download__form .form__notes {
    padding-top: 1.0666666667vw;
  }
  .download__form .notes {
    border-top-width: 0.336vw;
    font-size: 3.7333333333vw;
  }
  .download__sample::after {
    border-right-width: 5.3333333333vw;
    border-left-width: 5.3333333333vw;
    border-top-width: 8.5333333333vw;
  }
  .download--second {
    padding: 8.5333333333vw 6.4vw;
  }
  .download--second .container {
    display: block;
    margin-top: 8.5333333333vw;
  }
  .download--second .download__title {
    text-align: center;
  }
  .download--second .download__text {
    margin-top: 4.2666666667vw;
    font-size: 4.2666666667vw;
  }
  .download--second .download__text--end {
    font-size: 3.7333333333vw;
  }
  .download--second .download__books,
  .download--second .download__form {
    width: 100%;
  }
  .download--second .download__books .form__label.agreement-statement,
  .download--second .download__form .form__label.agreement-statement {
    text-align: left;
  }
  .download--second .download__point__item {
    font-size: 4.2666666667vw;
    letter-spacing: 0;
  }
  .download--second .download__books {
    margin-bottom: 10.6666666667vw;
  }
  .download--second .download__books h3 {
    font-size: 5.8666666667vw;
    text-align: center;
  }
}

@media screen and (max-width: 767px) {
  .detail {
    padding: 8.5333333333vw 0;
  }
  .detail__inner {
    padding-left: 6.4vw;
    padding-right: 6.4vw;
  }
  .detail__text {
    font-size: 4.2666666667vw;
    text-align: left;
  }
  .detail__tab-menu {
    margin: 8.5333333333vw 0;
    padding: 2.1333333333vw;
    border-radius: 26.6666666667vw;
  }
  .detail__tab-menu__item {
    font-size: 3.7333333333vw;
    padding: 3.2vw;
    border-radius: 26.6666666667vw;
  }
  .detail__tab-menu__item.active {
    -webkit-box-shadow: 0 0.2666666667vw 0.8vw 0.2666666667vw rgba(0, 0, 0, 0.3);
            box-shadow: 0 0.2666666667vw 0.8vw 0.2666666667vw rgba(0, 0, 0, 0.3);
  }
  .detail__eligible {
    padding: 6.4vw 4.2666666667vw;
  }
  .detail__eligible__title {
    font-size: 5.3333333333vw;
  }
  .detail__eligible__list {
    margin: 2.1333333333vw 0 0 7.2vw;
  }
  .detail__eligible__list li {
    font-size: 4.2666666667vw;
    line-height: 180%;
  }
  .detail__subsidy-rate .table {
    width: 160vw;
  }
  .detail__subsidy-rate .table tr {
    -webkit-box-shadow: 0 0.8vw 0.8vw 0.2666666667vw rgba(0, 0, 0, 0.1);
            box-shadow: 0 0.8vw 0.8vw 0.2666666667vw rgba(0, 0, 0, 0.1);
  }
  .detail__subsidy-rate .table th,
  .detail__subsidy-rate .table td {
    padding: 2.6666666667vw;
    font-size: 4.2666666667vw;
  }
  .detail__subsidy-rate .table th {
    font-size: 5.3333333333vw;
  }
  .detail__subsidy-rate .table .notes {
    font-size: 3.7333333333vw;
  }
  .detail__notes-box {
    margin-top: 4.2666666667vw;
    padding: 6.4vw;
    font-size: 4.2666666667vw;
    line-height: 180%;
    border-left-width: 1.3333333333vw;
    -webkit-box-shadow: 0 0.8vw 0.8vw 0.2666666667vw rgba(0, 0, 0, 0.2);
            box-shadow: 0 0.8vw 0.8vw 0.2666666667vw rgba(0, 0, 0, 0.2);
  }
  .detail__notes-box .link {
    display: inline;
    margin: 0;
    padding: 0;
    background: none;
    border: none;
    text-decoration: underline;
  }
  .detail__specification {
    margin-top: 4.2666666667vw;
    padding: 8.5333333333vw;
    font-size: 4.2666666667vw;
    line-height: 180%;
    border-radius: 2.6666666667vw;
    -webkit-box-shadow: 0 0.8vw 0.8vw 0.2666666667vw rgba(0, 0, 0, 0.2);
            box-shadow: 0 0.8vw 0.8vw 0.2666666667vw rgba(0, 0, 0, 0.2);
  }
}

@media screen and (max-width: 767px) {
  .howtoapply {
    padding: 10.6666666667vw 6.4vw;
  }
  .howtoapply__step {
    padding: 10.6666666667vw 5.3333333333vw 0;
    border-width: 2.1333333333vw;
  }
  .howtoapply__step__title {
    width: 100%;
    height: auto;
    padding: 0 0 64vw 0;
    background-size: 42.6666666667vw auto;
    background-position: center bottom;
    font-size: 7.4666666667vw;
    line-height: 150%;
  }
  .howtoapply__step__title .subtitle {
    margin-top: 5.3333333333vw;
    font-size: 4.8vw;
    line-height: 160%;
  }
  .howtoapply__step__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 10.6666666667vw;
    margin-top: 14.9333333333vw;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .howtoapply__step__list .step-item {
    width: 100%;
    margin-bottom: 9.6vw;
    padding-top: 26.1333333333vw;
    background-size: 23.4666666667vw auto;
  }
  .howtoapply__step__list .step-item::after {
    top: auto;
    bottom: -16.5333333333vw;
    right: 50%;
    -webkit-transform: translateX(50%) rotate(90deg);
            transform: translateX(50%) rotate(90deg);
  }
  .howtoapply__step__list .step-item:last-child::after {
    display: none;
  }
  .howtoapply__step__list .step-item__title {
    padding-top: 6.4vw;
    border-top: #D1D5DC solid 0.672vw;
  }
  .howtoapply__future-info {
    margin-top: 14.9333333333vw;
    padding: 27.7333333333vw 6.4vw 6.4vw 6.4vw;
    font-size: 4.2666666667vw;
  }
  .howtoapply__future-info__title {
    font-size: 5.3333333333vw;
    line-height: 150%;
    text-align: center;
  }
  .howtoapply__future-info p {
    margin-top: 2.9333333333vw;
    line-height: 170%;
  }
  .howtoapply__future-info__link::before {
    top: 6.4vw;
    left: calc(50% - 8.068vw);
    width: 16.1253333333vw;
    height: 16.1253333333vw;
    background-size: 8.5333333333vw auto;
    border-width: 0.8vw;
    border-radius: 16.5333333333vw;
  }
  .howtoapply__preparation {
    display: block;
    padding: 8.5333333333vw;
    border-radius: 2.6666666667vw;
    gap: 4.2666666667vw;
  }
  .howtoapply__preparation__image img {
    width: 100%;
    height: auto;
    margin-bottom: 5.3333333333vw;
  }
  .howtoapply__preparation__content__title {
    border-bottom-width: 0.8vw;
    border-color: #08351F;
    padding-bottom: 1.0666666667vw;
    font-size: 6.4vw;
  }
  .howtoapply__preparation__content__list li {
    margin-top: 5.3333333333vw;
    padding-left: 10.6666666667vw;
    background-position: 0 1.6vw;
    background-size: 6.72vw auto;
    font-size: 5.3333333333vw;
    line-height: 120%;
  }
}

@media screen and (max-width: 767px) {
  .faq {
    padding: 8.5333333333vw 0;
  }
  .faq__inner {
    padding-left: 6.4vw;
    padding-right: 6.4vw;
  }
  .faq__inner::before, .faq__inner::after {
    display: none;
  }
  .faq__text {
    margin-top: 5.3333333333vw;
    font-size: 5.8666666667vw;
  }
  .faq__title {
    display: block;
    text-align: center;
  }
  .faq__title .subtitle {
    margin-top: 2.1333333333vw;
    font-size: 4.8vw;
    font-weight: 600 !important;
  }
  .faq__title .subtitle.fontN {
    font-size: 4.2666666667vw;
  }
  .faq .notes {
    margin-top: 4vw;
  }
  .faq__item__q {
    padding: 3.7333333333vw 10.6666666667vw 3.7333333333vw 20.3333333333vw;
    border-radius: 2.6666666667vw;
    font-size: 4.8vw;
    line-height: 150%;
  }
  .faq__item__q::before {
    left: 4.2666666667vw;
    width: 11.7333333333vw;
    height: 11.7333333333vw;
    border-radius: 13.3333333333vw;
    font-size: 5.8666666667vw;
    padding: 0 0 0.5333333333vw 0;
  }
  .faq__item__q::after {
    top: calc(50% - 2.9333333333vw);
    right: 4.2666666667vw;
    width: 6.4vw;
    height: 6.4vw;
    font-size: 6.4vw;
  }
  .faq__item[open] .faq__item__q {
    border-radius: 2.6666666667vw 2.6666666667vw 0 0;
  }
  .faq__item[open] .faq__item__q::after {
    top: calc(50% + 0.4vw);
    right: 5.0666666667vw;
    width: 4.5333333333vw;
    height: 0.8vw;
  }
  .faq__item__a {
    padding: 3.7333333333vw 4.2666666667vw 3.7333333333vw 21.3333333333vw;
    border-radius: 0 0 2.6666666667vw 2.6666666667vw;
    font-size: 4.2666666667vw;
    line-height: 150%;
  }
  .faq__item__a::before {
    top: 4.8vw;
    left: 4.2666666667vw;
    width: 11.7333333333vw;
    height: 11.7333333333vw;
    border-radius: 13.3333333333vw;
    border-width: 0.2666666667vw;
    font-size: 5.8666666667vw;
    padding: 0 0 0.5333333333vw 0;
  }
}

@media screen and (max-width: 767px) {
  .footer {
    padding: 8.5333333333vw 8.5333333333vw 37.3333333333vw;
  }
  .footer__name {
    font-size: 6.4vw;
  }
  .footer__name span {
    font-size: 4.2666666667vw;
  }
  .footer__address {
    margin-top: 6.4vw;
    font-size: 3.7333333333vw;
  }
  .footer__address p {
    margin-bottom: 3.2vw;
  }
  .footer__inner {
    padding: 0;
  }
  .footer__link-title {
    padding-top: 8.5333333333vw;
    font-size: 4.8vw;
  }
  .footer__link-list {
    margin-top: 4.2666666667vw;
  }
  .footer__link-list li {
    font-size: 3.7333333333vw;
  }
  .footer__link-list--align {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 10.1333333333vw;
    gap: 2.6666666667vw;
  }
  .footer__copy {
    margin-top: 5.3333333333vw;
  }
}

@media screen and (max-width: 767px) {
  .inquiry-box .inquiry-btns {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    margin-top: 0;
    padding: 4.2666666667vw 3.2vw;
    gap: 4.2666666667vw;
  }
  .inquiry-box .inquiry-btns li {
    width: 100%;
  }
  .inquiry-box .inquiry-btns .btn {
    width: 100%;
    min-width: 100%;
    padding: 4.8vw 6.9333333333vw 4.8vw 1.0666666667vw;
    font-size: 4vw;
    letter-spacing: 0;
  }
  .inquiry-box .inquiry-btns .btn span::after {
    right: -6.1333333333vw;
  }
  .inquiry-box .inquiry-btns .btn--inquiry {
    display: block;
  }
  .inquiry-box .inquiry-btns .btn--inquiry span::after {
    right: -8vw;
  }
}

@media screen and (max-width: 767px) {
  .page-top {
    bottom: 32vw;
    right: 5.3333333333vw;
  }
  .page-top a {
    width: 13.3333333333vw;
    height: 13.3333333333vw;
    border-width: 1.0666666667vw;
    border-radius: 12vw;
  }
  .page-top a img {
    width: 5.3333333333vw;
  }
}

@media screen and (max-width: 767px) {
  .mt10 {
    margin-top: 2.6666666667vw !important;
  }
  .mt20 {
    margin-top: 5.3333333333vw !important;
  }
  .mt30 {
    margin-top: 8vw !important;
  }
  .mt40 {
    margin-top: 10.6666666667vw !important;
  }
  .mt50 {
    margin-top: 13.3333333333vw !important;
  }
  .link {
    border-bottom-width: 0.336vw;
    background-size: 5.376vw auto;
    padding: 0.8vw 6.9333333333vw 0.8vw 0;
  }
  .btn {
    border-radius: 13.3333333333vw;
  }
  .btn--secondary {
    border-radius: 13.3333333333vw;
  }
}
@media (min-width: 768px) and (max-width: 1399px) {
  .page-wrapper {
    width: 1400px;
    -webkit-transform-origin: top left;
            transform-origin: top left;
    -webkit-transform: scale(0.0714285714vw);
            transform: scale(0.0714285714vw);
    overflow-x: hidden;
  }
}/*# sourceMappingURL=styles.css.map */