@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap");
@import url(https://db.onlinewebfonts.com/c/1dd1c7d8df011c2266f33ebd5927c0ab?family=DIN+2014+Demi);
@font-face {
  font-family: "DIN 2014 Demi";
  src: url("https://db.onlinewebfonts.com/t/1dd1c7d8df011c2266f33ebd5927c0ab.eot");
  src: url("https://db.onlinewebfonts.com/t/1dd1c7d8df011c2266f33ebd5927c0ab.eot?#iefix") format("embedded-opentype"), url("https://db.onlinewebfonts.com/t/1dd1c7d8df011c2266f33ebd5927c0ab.woff2") format("woff2"), url("https://db.onlinewebfonts.com/t/1dd1c7d8df011c2266f33ebd5927c0ab.woff") format("woff"), url("https://db.onlinewebfonts.com/t/1dd1c7d8df011c2266f33ebd5927c0ab.ttf") format("truetype"), url("https://db.onlinewebfonts.com/t/1dd1c7d8df011c2266f33ebd5927c0ab.svg#DIN 2014 Demi") format("svg");
}
body {
  padding: 0;
  margin: 0;
  text-align: left;
  font-family: "Noto Sans JP", "ヒラギノ角ゴシック Pro", Hiragino Kaku Gothic Pro, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, sans-serif;
  color: #000000;
  line-height: 1.75;
  width: 100%;
  background-color: #fff;
  font-weight: 400;
  font-feature-settings: "palt" 1;
  overflow-x: hidden;
}

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

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

p {
  margin: 0;
  padding: 0;
}

.btn {
  display: block;
  animation: anime 0.5s ease 0s infinite alternate;
  transform-origin: center;
}

@keyframes anime {
  from {
    transform: scale(0.95, 0.95);
  }
  to {
    transform: scale(1, 1);
  }
}
.container {
  position: relative;
  max-width: 750px;
  margin-left: auto;
  margin-right: auto;
}

.pc-only {
  display: block;
}
@media screen and (max-width: 768px) {
  .pc-only {
    display: none;
  }
}

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

section {
  position: relative;
  z-index: 1;
}
section .offerbox {
  position: relative;
}
section .offerbox_toptxt {
  position: absolute;
  top: 30px;
  width: 100%;
  text-align: center;
  left: 0;
  font-size: 55px;
  font-weight: 700;
  color: #fff;
  line-height: 1;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
  section .offerbox_toptxt {
    font-size: 7.3333333333vw;
    top: 4vw;
  }
}
section .offerbox_img {
  opacity: 0.5;
}
section .offerbox_content {
  position: absolute;
  top: 520px;
  left: 50%;
  transform: translateX(-50%);
  width: 84.5%;
}
@media screen and (max-width: 768px) {
  section .offerbox_content {
    top: 69.3333333333vw;
  }
}
section .offerbox_content .discounttxt {
  position: absolute;
  top: -60px;
  right: -10px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #FFFF00;
  border-radius: 50%;
  color: #D72F3D;
  font-size: 90px;
  line-height: 1;
  font-weight: 500;
  font-family: "DIN 2014 Demi";
  height: 200px;
  width: 200px;
  transform: rotate(-352deg);
}
@media screen and (max-width: 768px) {
  section .offerbox_content .discounttxt {
    top: -8vw;
    right: -1.3333333333vw;
    font-size: 12vw;
    width: 26.6666666667vw;
    height: 26.6666666667vw;
  }
}
section .offerbox_content .discounttxt .per {
  font-size: 65px;
}
@media screen and (max-width: 768px) {
  section .offerbox_content .discounttxt .per {
    font-size: 8.6666666667vw;
  }
}
section .offerbox_content .discounttxt .off {
  font-size: 75px;
  line-height: 0.7;
  margin-left: 10px;
  display: block;
}
@media screen and (max-width: 768px) {
  section .offerbox_content .discounttxt .off {
    font-size: 10vw;
    margin-left: 1.3333333333vw;
  }
}
section .offerbox_content .toptxt01 {
  font-size: 38px;
  font-weight: 500;
  color: #000000;
  text-align: left;
  line-height: 1.3;
}
@media screen and (max-width: 768px) {
  section .offerbox_content .toptxt01 {
    font-size: 5.0666666667vw;
  }
}
section .offerbox_content .pricebox {
  margin-top: 10px;
  position: relative;
  display: flex;
  align-items: center;
  gap: 20px;
}
@media screen and (max-width: 768px) {
  section .offerbox_content .pricebox {
    margin-top: 1.3333333333vw;
    gap: 2.6666666667vw;
  }
}
section .offerbox_content .pricebox_head {
  font-size: 30px;
  font-weight: 500;
  color: #000000;
  line-height: 1.2;
}
@media screen and (max-width: 768px) {
  section .offerbox_content .pricebox_head {
    font-size: 4vw;
  }
}
section .offerbox_content .pricebox_main {
  position: relative;
  display: flex;
  align-items: center;
  gap: 10px;
}
@media screen and (max-width: 768px) {
  section .offerbox_content .pricebox_main {
    gap: 1.3333333333vw;
  }
}
section .offerbox_content .pricebox_val {
  position: relative;
  font-family: "DIN 2014 Demi";
  font-size: 85px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: -0.05em;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  section .offerbox_content .pricebox_val {
    font-size: 11.3333333333vw;
  }
}
section .offerbox_content .pricebox_val::after {
  position: absolute;
  content: "";
  width: 250px;
  height: 2px;
  background-color: #000000;
  top: 45px;
  left: -10px;
  transform: rotate(15deg);
}
@media screen and (max-width: 768px) {
  section .offerbox_content .pricebox_val::after {
    width: 33.3333333333vw;
    height: 0.2666666667vw;
    top: 6vw;
    left: -1.3333333333vw;
  }
}
section .offerbox_content .pricebox_val .tax {
  position: absolute;
  top: 20px;
  right: 5px;
  font-size: 16px;
  color: #000000;
  letter-spacing: normal;
}
@media screen and (max-width: 768px) {
  section .offerbox_content .pricebox_val .tax {
    top: 2.6666666667vw;
    right: 0.6666666667vw;
    font-size: 2.1333333333vw;
  }
}
section .offerbox_content .pricebox_val .yen {
  font-size: 45px;
  line-height: 1;
  color: #000000;
  letter-spacing: normal;
}
@media screen and (max-width: 768px) {
  section .offerbox_content .pricebox_val .yen {
    font-size: 6vw;
  }
}
section .offerbox_content .pricebox .downimg {
  position: absolute;
  top: 40px;
  right: -65px;
  width: 55px;
}
@media screen and (max-width: 768px) {
  section .offerbox_content .pricebox .downimg {
    width: 7.3333333333vw;
    top: 5.3333333333vw;
    right: -8.6666666667vw;
  }
}
section .offerbox_content .discountbox {
  margin-top: 20px;
  display: flex;
  align-items: center;
  gap: 20px;
}
@media screen and (max-width: 768px) {
  section .offerbox_content .discountbox {
    margin-top: 2.6666666667vw;
    gap: 2.6666666667vw;
  }
}
section .offerbox_content .discountbox_head {
  position: relative;
  background-color: #D72F3D;
  color: #fff;
  font-size: 43px;
  line-height: 1.1;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px;
  text-align: center;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  section .offerbox_content .discountbox_head {
    font-size: 5.7333333333vw;
    padding: 1.3333333333vw;
  }
}
section .offerbox_content .discountbox_head::after {
  content: "";
  position: absolute;
  top: 0;
  right: -21.5px;
  width: 0;
  height: 0;
  border-top: 58px solid transparent;
  border-bottom: 58px solid transparent;
  border-left: 22px solid #d92f3b;
}
@media screen and (max-width: 768px) {
  section .offerbox_content .discountbox_head::after {
    right: -2.8666666667vw;
    border-top: 7.6vw solid transparent;
    border-bottom: 7.7333333333vw solid transparent;
    border-left: 2.9333333333vw solid #d92f3b;
  }
}
section .offerbox_content .discountbox_val {
  position: relative;
  font-family: "DIN 2014 Demi";
  font-size: 160px;
  font-weight: 600;
  line-height: 0.7;
  letter-spacing: -0.05em;
  color: #d92f3b;
}
@media screen and (max-width: 768px) {
  section .offerbox_content .discountbox_val {
    font-size: 21.3333333333vw;
  }
}
section .offerbox_content .discountbox_val .tax {
  position: absolute;
  top: 15px;
  right: 5px;
  font-size: 30px;
  color: #d92f3b;
  letter-spacing: normal;
}
@media screen and (max-width: 768px) {
  section .offerbox_content .discountbox_val .tax {
    font-size: 4vw;
    right: 0.6666666667vw;
    top: 2vw;
  }
}
section .offerbox_content .discountbox_val .dot {
  font-size: 120px;
  letter-spacing: -0.1em;
}
@media screen and (max-width: 768px) {
  section .offerbox_content .discountbox_val .dot {
    font-size: 16vw;
  }
}
section .offerbox_content .discountbox_val .yen {
  font-size: 90px;
  line-height: 1;
  color: #d92f3b;
  letter-spacing: normal;
}
@media screen and (max-width: 768px) {
  section .offerbox_content .discountbox_val .yen {
    font-size: 12vw;
  }
}
section .offerbox_content .midtxt {
  margin-top: 10px;
  font-size: 20px;
  line-height: 1.5;
  color: #000000;
  text-align: left;
  font-weight: 400;
  letter-spacing: 0.07em;
}
@media screen and (max-width: 768px) {
  section .offerbox_content .midtxt {
    font-size: 2.6666666667vw;
    margin-top: 1.3333333333vw;
  }
}
section .offerbox_content .gridbox {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 12px;
  margin-top: 15px;
}
@media screen and (max-width: 768px) {
  section .offerbox_content .gridbox {
    grid-gap: 1.6vw;
    margin-top: 2vw;
  }
}
section .offerbox_content .gridbox_item {
  background-image: url(../image/bg02.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  text-align: center;
  padding: 5px;
  font-size: 30px;
  font-weight: 500;
  color: #fff;
  line-height: 1.2;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 768px) {
  section .offerbox_content .gridbox_item {
    font-size: 4vw;
    padding: 0.6666666667vw;
  }
}
section .offerbox_content .introbox {
  margin-top: 15px;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.3;
  color: #000000;
  letter-spacing: 0.02em;
}
@media screen and (max-width: 768px) {
  section .offerbox_content .introbox {
    margin-top: 2vw;
    font-size: 2.1333333333vw;
  }
}
section .offerbox_content .introbox span {
  color: #D72F3D;
}
section .offerbox .formlink {
  display: block;
  position: absolute;
  bottom: 40px;
  left: 0;
  width: 100%;
}
@media screen and (max-width: 768px) {
  section .offerbox .formlink {
    bottom: 5.3333333333vw;
  }
}

.l-sec01 .box02 {
  position: relative;
}
.l-sec01 .box02 .content .toptxt {
  font-family: "Yu Mincho", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
  position: absolute;
  top: 790px;
  left: 30px;
  width: 465px;
  font-size: 72px;
  font-weight: 500;
  color: #fff;
  line-height: 1;
  text-align: center;
  letter-spacing: -0.05em;
}
@media screen and (max-width: 768px) {
  .l-sec01 .box02 .content .toptxt {
    font-size: 9.6vw;
    width: 62vw;
    left: 4vw;
    top: 105.3333333333vw;
  }
}
.l-sec01 .box02 .content .toptxt span {
  font-size: 45px;
}
@media screen and (max-width: 768px) {
  .l-sec01 .box02 .content .toptxt span {
    font-size: 6vw;
  }
}
.l-sec01 .box02 .content .midbox {
  position: absolute;
  top: 1040px;
  left: 90px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 25px;
}
@media screen and (max-width: 768px) {
  .l-sec01 .box02 .content .midbox {
    top: 138.6666666667vw;
    left: 12vw;
    gap: 3.3333333333vw;
  }
}
.l-sec01 .box02 .content .midbox_head {
  font-size: 23px;
  text-align: center;
  color: #000;
  line-height: 1.2;
  font-weight: 400;
}
@media screen and (max-width: 768px) {
  .l-sec01 .box02 .content .midbox_head {
    font-size: 3.0666666667vw;
  }
}
.l-sec01 .box02 .content .midbox_name {
  font-size: 31px;
  text-align: center;
  color: #000;
  line-height: 1;
  font-weight: 400;
}
@media screen and (max-width: 768px) {
  .l-sec01 .box02 .content .midbox_name {
    font-size: 4.1333333333vw;
  }
}
.l-sec01 .box02 .content .midbox_name span {
  font-size: 42px;
}
@media screen and (max-width: 768px) {
  .l-sec01 .box02 .content .midbox_name span {
    font-size: 5.6vw;
  }
}
.l-sec01 .box02 .content .bttxt {
  top: 1140px;
  position: absolute;
  left: 50px;
  width: 80%;
  font-size: 31px;
  line-height: 1.6;
  color: #fff;
  text-align: left;
  font-weight: 400;
  letter-spacing: 0.02em;
}
@media screen and (max-width: 768px) {
  .l-sec01 .box02 .content .bttxt {
    font-size: 4.1333333333vw;
    top: 152vw;
    left: 6.6666666667vw;
  }
}

.l-sec02 .fiximg {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0.5;
}
.l-sec02 .memberbox {
  padding: 0 15px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .l-sec02 .memberbox {
    padding: 0 2vw;
  }
}
.l-sec02 .memberbox_item:nth-child(2) .memberbox_item__title {
  margin-top: 80px;
}
@media screen and (max-width: 768px) {
  .l-sec02 .memberbox_item:nth-child(2) .memberbox_item__title {
    margin-top: 10.6666666667vw;
  }
}
.l-sec02 .memberbox_item:nth-child(2) .memberbox_item__img .introtxt {
  left: unset;
  right: 0;
}
.l-sec02 .memberbox_item:nth-child(2) .memberbox_item__txt {
  font-size: 31px;
}
@media screen and (max-width: 768px) {
  .l-sec02 .memberbox_item:nth-child(2) .memberbox_item__txt {
    font-size: 4.1333333333vw;
  }
}
.l-sec02 .memberbox_item__top {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.l-sec02 .memberbox_item__top.reverse {
  flex-direction: row-reverse;
}
.l-sec02 .memberbox_item__img {
  position: relative;
  max-width: 450px;
  width: 100%;
  background-color: #fff;
}
@media screen and (max-width: 768px) {
  .l-sec02 .memberbox_item__img {
    max-width: 60vw;
  }
}
.l-sec02 .memberbox_item__img .introtxt {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 15px 30px;
  font-size: 21px;
  color: #fff;
  font-weight: 400;
  line-height: 1.2;
  left: 0.05em;
  background-image: url(../image/memebr-bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
@media screen and (max-width: 768px) {
  .l-sec02 .memberbox_item__img .introtxt {
    padding: 2vw 4vw;
    font-size: 2.8vw;
  }
}
.l-sec02 .memberbox_item__img .introtxt span {
  font-size: 30px;
}
@media screen and (max-width: 768px) {
  .l-sec02 .memberbox_item__img .introtxt span {
    font-size: 4vw;
  }
}
.l-sec02 .memberbox_item__title {
  margin-top: 20px;
  font-family: "Yu Mincho", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
  display: flex;
  align-items: stretch;
  gap: 10px;
}
@media screen and (max-width: 768px) {
  .l-sec02 .memberbox_item__title {
    margin-top: 2.6666666667vw;
    gap: 1.3333333333vw;
  }
}
.l-sec02 .memberbox_item__title.reverse {
  flex-direction: row-reverse;
}
.l-sec02 .memberbox_item__title .txt01 {
  text-align: left;
  writing-mode: vertical-rl;
  text-orientation: upright;
  font-size: 65px;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1.3;
}
@media screen and (max-width: 768px) {
  .l-sec02 .memberbox_item__title .txt01 {
    font-size: 8.6666666667vw;
  }
}
.l-sec02 .memberbox_item__title .txt01 span {
  padding: 0 5px;
  padding-top: 10px;
  background: #e83b55;
  color: #fff;
  line-height: 1;
  display: inline-block;
}
@media screen and (max-width: 768px) {
  .l-sec02 .memberbox_item__title .txt01 span {
    padding: 0 0.6666666667vw;
    padding-top: 1.3333333333vw;
  }
}
.l-sec02 .memberbox_item__title .txt02 {
  text-align: left;
  writing-mode: vertical-rl;
  text-orientation: upright;
  font-size: 44px;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .l-sec02 .memberbox_item__title .txt02 {
    font-size: 5.8666666667vw;
  }
}
.l-sec02 .memberbox_item__txt {
  padding: 0 10px;
  margin-top: 30px;
  font-size: 30px;
  font-weight: 400;
  color: #000000;
  line-height: 1.6;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
  .l-sec02 .memberbox_item__txt {
    font-size: 4vw;
    margin-top: 4vw;
    padding: 0 1.3333333333vw;
  }
}

.l-sec04 .mark {
  background: linear-gradient(transparent 50%, #FFFF00 50%);
}
.l-sec04 .txt01 {
  padding: 0;
  margin: 0;
  font-size: 30px;
  line-height: 1.5;
  color: #000000;
  text-align: left;
  letter-spacing: 0.05em;
  font-weight: 400;
}
@media screen and (max-width: 768px) {
  .l-sec04 .txt01 {
    font-size: 4vw;
  }
}
.l-sec04 .txt02 {
  padding: 0;
  margin: 0;
  margin-top: 10px;
  font-size: 16px;
  line-height: 1.3;
  color: #000000;
  text-align: left;
  letter-spacing: 0.05em;
  font-weight: 400;
}
@media screen and (max-width: 768px) {
  .l-sec04 .txt02 {
    font-size: 2.1333333333vw;
  }
}
.l-sec04 .box02 {
  position: relative;
}
.l-sec04 .box02 .content01 {
  position: absolute;
  top: 600px;
  left: 50%;
  transform: translateX(-50%);
  width: 86%;
}
@media screen and (max-width: 768px) {
  .l-sec04 .box02 .content01 {
    top: 80vw;
  }
}
.l-sec04 .box02 .content01 .txt01 {
  letter-spacing: 0.1em;
}
.l-sec04 .box02 .content02 {
  position: absolute;
  bottom: 40px;
  left: 50%;
  transform: translateX(-50%);
  width: 86%;
}
@media screen and (max-width: 768px) {
  .l-sec04 .box02 .content02 {
    bottom: 5.3333333333vw;
  }
}
.l-sec04 .box03 {
  position: relative;
}
.l-sec04 .box03 .content03 {
  position: absolute;
  bottom: 40px;
  left: 50%;
  transform: translateX(-50%);
  width: 90%;
}
@media screen and (max-width: 768px) {
  .l-sec04 .box03 .content03 {
    bottom: 5.3333333333vw;
  }
}

.l-sec05 .box02 {
  position: relative;
}
.l-sec05 .box02 .content {
  position: absolute;
  z-index: 3;
  top: 430px;
  left: 50%;
  transform: translateX(-50%);
  width: 85%;
}
@media screen and (max-width: 768px) {
  .l-sec05 .box02 .content {
    top: 57.3333333333vw;
  }
}
.l-sec05 .box02 .content .itembox {
  margin-bottom: 38px;
}
@media screen and (max-width: 768px) {
  .l-sec05 .box02 .content .itembox {
    margin-bottom: 5.0666666667vw;
  }
}
.l-sec05 .box02 .content .itembox .letter {
  letter-spacing: 0.02em;
}
.l-sec05 .box02 .content .itembox:last-child {
  margin-bottom: 0;
}
.l-sec05 .box02 .content .boxtitle {
  font-family: "Yu Mincho", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
  font-size: 48px;
  line-height: 1.2;
  font-weight: 500;
  text-align: center;
  letter-spacing: 0.02em;
  color: #000;
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .l-sec05 .box02 .content .boxtitle {
    margin-bottom: 5.3333333333vw;
    font-size: 6.4vw;
  }
}
.l-sec05 .box02 .content .title {
  font-family: "Yu Mincho", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
  display: flex;
  align-items: center;
  gap: 10px;
  color: #1f6b4c;
  font-size: 36px;
  font-weight: 600;
  line-height: 1.4;
  margin: 0;
  margin-bottom: 15px;
  text-align: left;
}
@media screen and (max-width: 768px) {
  .l-sec05 .box02 .content .title {
    gap: 1.3333333333vw;
    font-size: 4.8vw;
    margin-bottom: 2vw;
  }
}
.l-sec05 .box02 .content .title .line {
  width: 50px;
  height: 1px;
  background: #1f6b4c;
  flex-shrink: 0;
}
@media screen and (max-width: 768px) {
  .l-sec05 .box02 .content .title .line {
    width: 6.6666666667vw;
  }
}
.l-sec05 .box02 .content .txt {
  text-align: left;
  font-size: 29px;
  font-weight: 400;
  line-height: 1.72;
  text-align: justify;
}
@media screen and (max-width: 768px) {
  .l-sec05 .box02 .content .txt {
    font-size: 3.8666666667vw;
  }
}
.l-sec05 .box02 .content .txt p {
  padding: 0 0.5em 0.2em;
}

.l-sec06 .box01 {
  position: relative;
}
.l-sec06 .box01 .txt01 {
  position: absolute;
  top: 50px;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  font-family: "Yu Mincho", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
  font-size: 70px;
  font-weight: 500;
  text-align: center;
  color: #fff;
  line-height: 1;
  letter-spacing: -0.05em;
}
@media screen and (max-width: 768px) {
  .l-sec06 .box01 .txt01 {
    top: 6.6666666667vw;
    font-size: 9.3333333333vw;
  }
}
.l-sec06 .box01 .txt01 span {
  font-size: 60px;
}
@media screen and (max-width: 768px) {
  .l-sec06 .box01 .txt01 span {
    font-size: 8vw;
  }
}
.l-sec06 .box01 .txt02 {
  position: absolute;
  top: 195px;
  right: 20px;
  writing-mode: vertical-rl;
  font-family: "Yu Mincho", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
  font-size: 60px;
  font-weight: 500;
  text-align: left;
  color: #fff;
  line-height: 1.1;
}
@media screen and (max-width: 768px) {
  .l-sec06 .box01 .txt02 {
    top: 26vw;
    right: 2.6666666667vw;
    font-size: 8vw;
  }
}
.l-sec06 .box01 .txt02 span {
  font-size: 50px;
}
@media screen and (max-width: 768px) {
  .l-sec06 .box01 .txt02 span {
    font-size: 6.6666666667vw;
  }
}
.l-sec06 .box01 .txt02 .dot {
  letter-spacing: -0.4em;
}
.l-sec06 .box01 .txt03 {
  position: absolute;
  z-index: 2;
  bottom: 25px;
  left: 50%;
  transform: translateX(-50%);
  width: 84%;
  text-align: left;
  font-size: 32px;
  line-height: 1.4;
  letter-spacing: 0.02em;
  color: #000000;
  font-weight: 400;
}
@media screen and (max-width: 768px) {
  .l-sec06 .box01 .txt03 {
    bottom: 3.3333333333vw;
    font-size: 4.2666666667vw;
  }
}
.l-sec06 .box02 {
  position: relative;
}
.l-sec06 .box02 .txt01 {
  position: absolute;
  top: 170px;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  font-size: 43px;
  font-weight: 500;
  text-align: center;
  color: #42210B;
  line-height: 1.3;
  letter-spacing: 0.06em;
}
@media screen and (max-width: 768px) {
  .l-sec06 .box02 .txt01 {
    top: 22.6666666667vw;
    font-size: 5.7333333333vw;
  }
}
.l-sec06 .box02 .txt02 {
  position: absolute;
  bottom: 20px;
  left: 0px;
  width: 100%;
  font-size: 30px;
  font-weight: 500;
  text-align: center;
  color: #000;
  line-height: 1;
  letter-spacing: 0.07em;
}
@media screen and (max-width: 768px) {
  .l-sec06 .box02 .txt02 {
    bottom: 2.6666666667vw;
    font-size: 4vw;
  }
}

.l-sec07 .box02 {
  position: relative;
}
.l-sec07 .box02 .txt01 {
  position: absolute;
  top: 530px;
  right: 20px;
  width: 400px;
  font-size: 29px;
  font-weight: 400;
  text-align: justify;
  color: #000;
  line-height: 1.3;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
  .l-sec07 .box02 .txt01 {
    top: 70.6666666667vw;
    right: 2.6666666667vw;
    width: 53.3333333333vw;
    font-size: 3.8666666667vw;
  }
}
.l-sec07 .box02 .txt02 {
  position: absolute;
  top: 772px;
  left: 0px;
  width: 100%;
  font-size: 17px;
  font-weight: 500;
  text-align: center;
  color: #000;
  line-height: 1;
  letter-spacing: 0.03em;
}
@media screen and (max-width: 768px) {
  .l-sec07 .box02 .txt02 {
    top: 102.9333333333vw;
    font-size: 2.2666666667vw;
  }
}
.l-sec07 .box02 .txt03 {
  position: absolute;
  bottom: 95px;
  left: 40px;
  width: 400px;
  font-size: 29px;
  font-weight: 400;
  text-align: justify;
  color: #000;
  line-height: 1.45;
}
@media screen and (max-width: 768px) {
  .l-sec07 .box02 .txt03 {
    width: 53.3333333333vw;
    font-size: 3.8666666667vw;
    left: 5.3333333333vw;
    bottom: 12.6666666667vw;
  }
}
.l-sec07 .box02 .txt04 {
  position: absolute;
  bottom: 40px;
  left: 0px;
  width: 100%;
  font-size: 17px;
  font-weight: 500;
  text-align: center;
  color: #000;
  line-height: 1;
  letter-spacing: 0.03em;
}
@media screen and (max-width: 768px) {
  .l-sec07 .box02 .txt04 {
    bottom: 5.3333333333vw;
    font-size: 2.2666666667vw;
  }
}

.l-sec08 .box01 {
  position: relative;
  max-width: 92%;
  margin: 0 auto;
}
.l-sec08 .box01 .boxtitle {
  margin-top: 30px;
  margin-bottom: 15px;
  font-size: 42px;
  font-weight: 600;
  color: #000;
  text-align: center;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
  .l-sec08 .box01 .boxtitle {
    font-size: 5.6vw;
    margin-top: 4vw;
    margin-bottom: 2vw;
  }
}
.l-sec08 .box01 .content {
  position: absolute;
  top: 105px;
  left: 50%;
  transform: translateX(-50%);
  width: 90%;
}
@media screen and (max-width: 768px) {
  .l-sec08 .box01 .content {
    top: 14vw;
  }
}
.l-sec08 .box01 .content .title {
  font-family: "Yu Mincho", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
  text-align: center;
  font-size: 58px;
  font-weight: bold;
  color: #000;
}
@media screen and (max-width: 768px) {
  .l-sec08 .box01 .content .title {
    font-size: 7.7333333333vw;
  }
}
.l-sec08 .box01 .content .txt {
  margin-top: 10px;
  font-size: 21px;
  font-weight: 400;
  color: #000;
  text-align: justify;
  line-height: 1.6;
  letter-spacing: 0.02em;
}
@media screen and (max-width: 768px) {
  .l-sec08 .box01 .content .txt {
    font-size: 2.8vw;
    margin-top: 1.3333333333vw;
  }
}

.l-formsec_title {
  font-family: "Yu Mincho", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
  font-size: 36px;
  text-align: center;
  font-weight: 500;
  color: #000;
  margin-bottom: 50px;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
  .l-formsec_title {
    font-size: 4.8vw;
    margin-bottom: 6.6666666667vw;
  }
}

.footer {
  padding: 30px 10px;
  max-width: 750px;
  width: 100%;
  margin: 0 auto;
  margin-top: 100px;
  background-color: #d92f3b;
}
@media screen and (max-width: 768px) {
  .footer {
    margin-top: 13.3333333333vw;
    padding: 4vw 1.3333333333vw;
  }
}
.footer_nav {
  padding: 0;
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 30px;
}
@media screen and (max-width: 768px) {
  .footer_nav {
    gap: 2.6666666667vw;
  }
}
.footer_nav li {
  list-style: none;
}
.footer_nav li a {
  font-size: 16px;
  color: #fff;
  font-weight: 400;
  line-height: 1.5;
  text-decoration: none;
}
@media screen and (max-width: 768px) {
  .footer_nav li a {
    font-size: 2.6666666667vw;
  }
}
@media screen and (min-width: 768px) {
  .footer_nav li a:hover {
    text-decoration: underline;
  }
}/*# sourceMappingURL=style.css.map */