:root {
  --メインフォント: "Zen Old Mincho", sans-serif;
  --font-color: #222;
  --120: 120%;
  --メインカラー: #16475c;
  --white: white;
  --noto-sans-jp: "Noto Sans JP", sans-serif;
  --black: black;
  --acsent-color: #fadc3b;
  --cc0e64: #cc0e64;
  --f5f4f2: #f5f4f2;
  --160: 160%;
  --a40000: #a40000;
  --0-2: 0.2em;
  --rgba-0-0-0-0-2: #0003;
  --lp-main: #b0954b;
  --renew-lp-base: "Noto Serif JP", sans-serif;
  --707070: #707070;
  --a0b4bd: #a0b4bd;
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.w-layout-hflex {
  flex-direction: row;
  align-items: flex-start;
  display: flex;
}

.w-checkbox {
  margin-bottom: 5px;
  padding-left: 20px;
  display: block;
}

.w-checkbox:before {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox:after {
  content: " ";
  clear: both;
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox-input {
  float: left;
  margin: 4px 0 0 -20px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 2px;
  width: 12px;
  height: 12px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  background-image: url("https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg");
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-color: #3898ec;
}

.w-checkbox-input--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

.w-form-formradioinput--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 50%;
  width: 12px;
  height: 12px;
}

.w-form-formradioinput--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

.w-form-formradioinput--inputType-custom.w--redirected-checked {
  border-width: 4px;
  border-color: #3898ec;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

body {
  color: #333;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

h1 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 38px;
  font-weight: 700;
  line-height: 44px;
}

h2 {
  font-family: var(--メインフォント);
  color: var(--font-color);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 32px;
  font-weight: 700;
  line-height: 36px;
}

h3 {
  font-family: var(--メインフォント);
  color: var(--font-color);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 32px;
  font-weight: 700;
  line-height: 150%;
}

p {
  font-family: var(--メインフォント);
  color: var(--font-color);
  font-size: 24px;
  line-height: var(--120);
  margin-bottom: 0;
  font-weight: 400;
}

.sg-body {
  margin-top: 80px;
}

.sg-body.home {
  margin-top: 0;
}

.sg-body.tab {
  margin-top: 184px;
}

.sg-body.sub {
  margin-top: 116px;
}

.top-image-section {
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: relative;
}

.image {
  width: 100%;
}

.section {
  position: fixed;
}

.navbar {
  z-index: 900;
  background-color: #ddd0;
  width: 100%;
  min-width: 100%;
  max-width: 100%;
  position: fixed;
  top: 0;
}

.navbar._2 {
  background-color: var(--メインカラー);
}

.div-block {
  width: 100%;
  min-width: 100%;
  height: 80px;
}

.container {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  min-width: 100%;
  max-width: 100%;
  margin-left: 0;
  margin-right: 0;
  padding-left: 80px;
  padding-right: 80px;
  display: flex;
}

.brand {
  width: 60px;
  height: 60px;
  margin-top: 10px;
  margin-bottom: 10px;
}

.image-2 {
  width: 100%;
}

.nav-menu {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.nav-link {
  color: var(--メインカラー);
  padding: 0 15px;
  font-family: Zen Old Mincho, sans-serif;
  font-size: 15px;
  font-weight: 700;
  line-height: 200%;
}

.nav-link._2 {
  color: var(--white);
}

.div-block-2 {
  justify-content: space-between;
  align-items: center;
  padding-left: 3vw;
  padding-right: 3vw;
  display: flex;
}

.link-block {
  background-color: #b02b2b;
  justify-content: flex-start;
  align-items: center;
  margin-left: 10px;
  padding: 10px 25px;
  text-decoration: none;
  display: flex;
}

.text-block {
  font-family: var(--メインフォント);
  color: var(--white);
  margin-left: 0;
  font-size: 20px;
  font-weight: 700;
  line-height: 150%;
}

.image-3 {
  width: 30px;
}

.full-container {
  width: 100%;
  min-width: 100%;
  max-width: none;
}

.area-1 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  padding-top: 100px;
  display: flex;
}

.heading {
  font-family: var(--メインフォント);
  color: var(--font-color);
  text-align: center;
  font-size: 47px;
  line-height: 200%;
}

.heading.mobile {
  display: none;
}

.div-block-3,
.div-block-4 {
  padding-top: 60px;
  padding-bottom: 70px;
}

.text-block-2 {
  font-family: var(--メインフォント);
  color: var(--font-color);
  font-size: 20px;
  font-weight: 700;
  line-height: 150%;
}

.text-block-2.mobile {
  display: none;
}

.video {
  width: auto;
  min-width: 700px;
  max-width: 80%;
}

.div-block-5 {
  padding-top: 83px;
  padding-bottom: 100px;
}

.text-block-3 {
  font-family: var(--メインフォント);
  color: var(--font-color);
  text-align: center;
  font-size: 20px;
  font-weight: 700;
  line-height: 150%;
}

.about-us-section {
  z-index: 5;
  background-image: url("../images/");
  background-position: 50%;
  background-size: cover;
  position: relative;
}

.area-2 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  padding-top: 120px;
  padding-bottom: 150px;
  display: flex;
}

.heading-3 {
  color: var(--メインカラー);
  text-align: center;
  font-size: 48px;
  line-height: 150%;
}

.heading-3.mobile {
  display: none;
}

.headhin-3 {
  text-align: center;
}

.heading-2 {
  color: var(--メインカラー);
  text-align: center;
  font-family: Zen Old Mincho, sans-serif;
}

.div-block-6 {
  padding-bottom: 87px;
}

.div-block-7 {
  width: 90%;
  max-width: 1400px;
}

.card-text-and-image {
  z-index: 3;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 130px;
  padding-top: 78px;
  display: flex;
  position: relative;
}

.div-block-8 {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.left-line {
  background-color: var(--メインカラー);
  border-radius: 5px;
  width: 8px;
  height: 40px;
}

.heading-4 {
  margin-left: 20px;
  font-size: 36px;
  line-height: 100%;
}

.div-block-9 {
  background-color: var(--white);
  border-radius: 10px;
  width: 75%;
  margin-top: 82px;
  padding: 50px 30px;
  position: relative;
  box-shadow: 0 6px 8px 4px #00000040;
}

.image-4 {
  z-index: -1;
  aspect-ratio: 700 / 400;
  width: 55%;
  max-width: 55%;
  height: auto;
  position: absolute;
  inset: 0 0 auto auto;
}

.image-5 {
  width: 100%;
}

.image-5._2 {
  margin-top: -38%;
  position: static;
}

.div-block-10 {
  display: none;
  position: absolute;
  inset: 180px 0% auto;
}

.link-block-2 {
  background-color: #b02b2b;
  padding: 25px 60px;
  text-decoration: none;
}

.body {
  font-family: var(--メインフォント);
  color: var(--font-color);
}

.text-block-4 {
  font-family: var(--メインフォント);
  color: var(--white);
  font-size: 20px;
  font-weight: 700;
  line-height: 150%;
}

.div-block-11 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.area-3 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  padding-top: 120px;
  display: flex;
}

.div-block-12 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 63px;
  display: flex;
}

.div-block-13 {
  width: 70%;
}

.div-block-14 {
  border-bottom: 1px dashed var(--font-color);
  color: var(--font-color);
  width: 100%;
  margin-bottom: 33px;
  padding-bottom: 23px;
  padding-right: 10px;
  text-decoration: none;
}

.div-block-15 {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.text-block-5 {
  white-space: nowrap;
  font-size: 20px;
  font-weight: 700;
  line-height: 150%;
}

.text-block-6 {
  margin-left: 30px;
  font-size: 16px;
  font-weight: 500;
  line-height: 150%;
}

.area-4 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  padding-top: 120px;
  padding-bottom: 120px;
  display: flex;
}

.heading-5 {
  text-align: center;
  font-size: 36px;
}

.div-block-16 {
  width: 920px;
  margin-bottom: 50px;
}

.div-block-17 {
  padding-top: 50px;
  padding-left: 60px;
  padding-right: 60px;
}

.div-block-18 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.div-block-18._2 {
  margin-top: 20px;
}

.area-5 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  padding-top: 60px;
  padding-bottom: 60px;
  display: flex;
}

.div-block-19 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  margin-top: 40px;
  margin-bottom: 100px;
  display: flex;
}

.text-block-7 {
  font-size: 20px;
  font-weight: 500;
  line-height: 150%;
}

.text-block-7.tablet {
  display: none;
}

.heading-6 {
  margin-bottom: 60px;
  font-size: 36px;
  font-weight: 500;
  line-height: 100%;
}

.heading-6.mobile {
  display: none;
}

.div-block-20 {
  aspect-ratio: 790 / 400;
  width: 55%;
  margin-bottom: 100px;
}

.image-6 {
  width: 100%;
}

.introduction-detail-section {
  background-color: var(--メインカラー);
}

.heading-7 {
  color: var(--white);
  font-size: 36px;
  line-height: 200%;
}

.heading-7.mobile {
  display: none;
}

.div-block-21 {
  width: 70%;
  max-width: 1200px;
  padding-top: 22px;
  padding-bottom: 70px;
}

.paragraph-3 {
  color: var(--white);
  line-height: 150%;
}

.div-block-22 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.div-block-23 {
  margin-bottom: 100px;
}

.features-grid {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 90%;
  min-width: auto;
  max-width: 1400px;
  display: grid;
}

.features-card {
  border-bottom: 7px solid var(--メインカラー);
  padding-bottom: 20px;
}

.image-area {
  aspect-ratio: 393 / 221;
  object-fit: fill;
  background-image: url("../images/");
  background-position: 50%;
  background-size: cover;
  width: 100%;
}

.image-area._2 {
  background-image: url("../images/");
}

.image-area._3 {
  background-image: url("../images/");
}

.text-area {
  padding-top: 20px;
}

.text-block-8 {
  text-align: center;
  margin-bottom: 20px;
  font-size: 20px;
  font-weight: 700;
  line-height: 150%;
}

.text-block-8._2 {
  padding-left: 30px;
  padding-right: 30px;
}

.paragraph-4 {
  font-size: 16px;
  line-height: 180%;
}

.div-block-24 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 59% 39%;
  grid-auto-columns: 1fr;
  width: 90%;
  max-width: 1400px;
  display: grid;
}

.div-block-24._2 {
  grid-template-columns: 39% 59%;
}

.div-block-25 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.heading-8 {
  margin-bottom: 20px;
  font-size: 36px;
  font-weight: 500;
  line-height: 200%;
}

.paragraph-5 {
  font-size: 16px;
}

.div-block-26 {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.div-block-27 {
  justify-content: flex-start;
  align-items: center;
  width: 90%;
  max-width: 1400px;
  padding-top: 60px;
  padding-bottom: 90px;
  display: none;
}

.div-block-28 {
  padding-top: 60px;
}

.div-block-29 {
  background-image: linear-gradient(#0003, #0003), url("../images/");
  background-position: 0 0, 0 0;
  background-size: auto, cover;
  padding-top: 150px;
  padding-bottom: 150px;
}

.div-block-30 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.heading-9 {
  color: var(--white);
  margin-bottom: 32px;
  font-size: 36px;
  line-height: 200%;
}

.heading-9.mobile {
  display: none;
}

.div-block-31 {
  background-color: #516c9d;
  background-image: url("../images/");
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  padding-top: 150px;
  padding-bottom: 150px;
}

.div-block-32 {
  background-image: linear-gradient(#0006, #0006), url("../images/");
  background-position: 0 0, 100% 0;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 120px 147px 120px 79px;
  display: flex;
}

.heading-10 {
  color: var(--white);
  font-size: 48px;
  line-height: 200%;
}

.paragraph-6 {
  color: var(--white);
  max-width: 1100px;
  font-weight: 400;
  line-height: 300%;
}

.paragraph-6.mobile {
  display: none;
}

.div-block-33 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  padding-top: 120px;
  padding-bottom: 120px;
  display: flex;
}

.div-block-34 {
  margin-bottom: 60px;
}

.text-block-9 {
  text-align: center;
  font-size: 24px;
  font-weight: 700;
  line-height: 150%;
}

.image-7 {
  width: 200px;
}

.div-block-35 {
  display: flex;
}

.footer {
  background-color: var(--メインカラー);
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.div-block-36 {
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  display: flex;
}

.image-8 {
  width: 100px;
}

.div-block-37 {
  white-space: nowrap;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.text-block-10 {
  font-family: var(--メインフォント);
  color: var(--white);
  margin-bottom: 10px;
  font-size: 32px;
  font-weight: 400;
  line-height: 150%;
}

.text-block-11 {
  font-family: var(--メインフォント);
  color: var(--white);
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
}

.div-block-38 {
  flex-flow: row;
  justify-content: flex-start;
  align-items: flex-start;
  margin-left: 40px;
  margin-right: 60px;
  display: flex;
}

.link-block-3 {
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 25px;
  text-decoration: none;
  display: flex;
}

.link-block-3._2 {
  margin-bottom: 0;
}

.text-block-12 {
  font-family: var(--メインフォント);
  color: var(--white);
  font-size: 16px;
  font-weight: 500;
  line-height: 150%;
}

.div-block-39 {
  width: 100%;
  max-width: 1700px;
  padding: 60px 5vw;
  display: flex;
}

.div-block-40 {
  background-color: var(--font-color);
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 8px 80px;
  display: flex;
  position: relative;
}

.text-block-13 {
  color: var(--white);
  font-size: 10px;
  font-weight: 500;
  line-height: 150%;
}

.sub-image-top {
  background-image: url("https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg");
  background-position: 0 0;
  background-size: auto;
  justify-content: center;
  align-items: center;
  padding-top: 153px;
  padding-bottom: 148px;
}

.sub-image-top._1 {
  background-position: 50%;
  background-size: cover;
}

.sub-image-top.corporate-philosophy {
  background-image: url("../images/");
  background-position: 50% 100%;
  background-size: cover;
}

.sub-image-top.message {
  background-image: url("../images/");
  background-position: 50% 100%;
  background-size: cover;
}

.sub-image-top.company {
  background-image: url("../images/");
  background-position: 50%;
  background-size: cover;
}

.sub-image-top.instructor {
  background-image: url("../images/");
  background-position: 50%;
  background-size: cover;
}

.sub-image-top.business-activities {
  background-image: url("../images/");
  background-position: 50%;
  background-size: cover;
}

.sub-image-top.course-introduction {
  background-image: url("../images/");
  background-position: 50%;
  background-size: cover;
}

.sub-image-top.course-introduction._2 {
  background-image: url("../images/");
}

.sub-image-top.course-details {
  background-image: url("../images/");
  background-position: 50%;
  background-size: cover;
}

.sub-image-top.consultation-services {
  background-image: url("../images/");
  background-position: 50%;
  background-size: cover;
}

.sub-image-top.diet-and-skincare-consultation {
  background-image: url("../images/");
  background-position: 50%;
  background-size: cover;
}

.sub-image-top.student-testimonials {
  background-image: url("../images/");
  background-position: 50%;
  background-size: cover;
}

.sub-image-top.news {
  background-image: url("../images/");
  background-position: 50%;
  background-size: cover;
}

.heading-11 {
  font-family: var(--メインフォント);
  color: var(--white);
  font-size: 64px;
  line-height: 150%;
}

.text-block-14 {
  font-family: var(--メインフォント);
  color: var(--white);
  font-size: 32px;
  line-height: 150%;
}

.div-block-41 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.text-area-section {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  padding-bottom: 110px;
  display: flex;
}

.div-block-42 {
  max-width: 1400px;
  padding-top: 120px;
}

.sub-title {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.heading-12 {
  font-size: 48px;
  line-height: 150%;
}

.div-block-43 {
  background-color: var(--メインカラー);
  width: 200px;
  height: 10px;
  display: none;
}

.div-block-44 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-top: 60px;
  display: flex;
}

.text-block-15 {
  font-family: var(--メインフォント);
  color: var(--font-color);
  text-align: center;
  letter-spacing: 0.9px;
  width: 75%;
  font-size: 36px;
  font-weight: 700;
  line-height: 150%;
}

.paragraph-7 {
  font-family: var(--noto-sans-jp);
  letter-spacing: 0.4px;
  width: 55%;
  margin-top: 60px;
  font-size: 16px;
  font-weight: 500;
  line-height: 300%;
}

.button-div {
  padding-top: 120px;
}

.button-div._2 {
  justify-content: center;
  align-items: center;
  padding-top: 0;
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
}

.button-div.none {
  display: none;
}

.button {
  font-family: var(--メインフォント);
  color: var(--white);
  background-color: #b02b2b;
  padding: 25px 60px;
  font-size: 20px;
  font-weight: 400;
  line-height: 150%;
}

.button.none {
  display: none;
}

.tabs {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
  position: static;
}

.tabs-menu {
  z-index: 5;
  background-color: var(--white);
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 104px;
  padding-bottom: 23px;
  display: flex;
  position: fixed;
  top: 80px;
}

.tab-link-tab-3,
.tab-link-tab-4,
.tab-link-tab-2 {
  padding-left: 40px;
  padding-right: 40px;
}

.tab-link-tab-1 {
  background-color: var(--white);
  font-family: var(--メインフォント);
  color: var(--font-color);
  margin-left: 30px;
  margin-right: 30px;
  padding: 35px 10px 0;
  font-size: 20px;
  font-weight: 700;
  line-height: 150%;
}

.tab-link-tab-1.w--current {
  background-color: var(--white);
  border-bottom: 6px solid #d7604b;
}

.text-block-16 {
  font-family: var(--メインフォント);
  color: var(--font-color);
  font-size: 20px;
  font-weight: 700;
  line-height: 150%;
}

.tabs-content {
  width: 100%;
  min-width: 100%;
  max-width: 100%;
}

.daihyo-section {
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.div-block-45 {
  justify-content: center;
  align-items: flex-start;
  width: 88%;
  max-width: 1200px;
  margin-top: 50px;
  display: flex;
}

.testimonial-image-left {
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.container-2 {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.testimonial-wrapper-four {
  justify-content: space-between;
  display: flex;
}

.testimonial-left {
  aspect-ratio: 1;
  width: 30%;
  margin-right: 64px;
}

.testimonial-image-four {
  aspect-ratio: 1;
  object-fit: contain;
  width: 100%;
  height: 100%;
}

.testimonial-right {
  flex-direction: column;
  flex: 1;
  align-items: flex-start;
  margin-left: 78px;
  display: flex;
}

.heading-small {
  font-size: 32px;
  font-weight: 600;
  line-height: 40px;
}

.testimonial-text-four {
  font-family: var(--noto-sans-jp);
  letter-spacing: 0.4px;
  margin-bottom: 60px;
  font-size: 16px;
  line-height: 250%;
}

.testimonial-author-name-three {
  margin-bottom: 10px;
}

.paragraph-8 {
  font-family: var(--noto-sans-jp);
  letter-spacing: 0.4px;
  font-size: 16px;
  line-height: 300%;
}

.div-block-46 {
  aspect-ratio: 1;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-end;
  width: 40%;
  display: flex;
}

.image-9 {
  aspect-ratio: 2 / 3;
  object-fit: cover;
  object-position: 50% 50%;
  width: 100%;
}

.text-block-17 {
  font-family: var(--メインフォント);
  color: var(--font-color);
  letter-spacing: 0.4px;
  margin-right: 15px;
  font-size: 16px;
  font-weight: 500;
  line-height: 150%;
}

.text-block-17._2 {
  letter-spacing: 0.7px;
  font-size: 28px;
  font-weight: 600;
}

.text-block-17._3 {
  letter-spacing: 0.35px;
  font-size: 14px;
  font-weight: 400;
}

.div-block-47 {
  justify-content: space-between;
  align-items: flex-end;
  margin-top: 20px;
  display: flex;
}

.div-block-48 {
  flex-flow: row;
  justify-content: center;
  align-items: center;
  padding-top: 60px;
  padding-bottom: 60px;
  display: flex;
}

.background-video {
  width: 706px;
}

.about-company-section {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  padding-top: 60px;
  padding-bottom: 110px;
  display: flex;
}

.div-block-49 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 60%;
  min-width: 850px;
  max-width: 1000px;
  padding-bottom: 75px;
  display: flex;
}

.div-block-50 {
  flex-flow: column;
  width: 100%;
  padding-top: 50px;
  display: flex;
}

.div-block-51 {
  border-bottom: 1px solid var(--font-color);
  width: 100%;
  padding-top: 40px;
  padding-bottom: 20px;
  display: flex;
}

.heading-13 {
  white-space: nowrap;
  font-size: 20px;
}

.text-block-18 {
  font-family: var(--メインフォント);
  color: var(--font-color);
  font-size: 20px;
  font-weight: 500;
  line-height: 150%;
}

.div-block-52 {
  min-width: 140px;
}

.div-block-53 {
  justify-content: space-between;
  align-items: stretch;
  width: 60%;
  min-width: 850px;
  max-width: 1000px;
  display: flex;
}

.div-block-54 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.div-block-55 {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.div-block-56 {
  background-color: var(--メインカラー);
  width: 10px;
  height: 50px;
  margin-right: 20px;
}

.div-block-57 {
  padding-top: 40px;
  padding-left: 31px;
}

.paragraph-9 {
  line-height: 150%;
}

.text-block-19 {
  font-family: var(--メインフォント);
  color: var(--font-color);
  margin-top: 40px;
  font-size: 24px;
  font-weight: 700;
  line-height: 150%;
}

.div-block-58 {
  background-color: var(--black);
  width: 450px;
  height: 350px;
  margin-left: 20px;
  display: none;
}

.div-block-59 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  min-width: 100%;
  max-width: 100%;
  padding-top: 120px;
  padding-bottom: 120px;
  display: flex;
}

.div-block-59._2 {
  padding-bottom: 0;
}

.div-block-59._2._3 {
  padding-top: 100px;
  padding-bottom: 0;
}

.div-block-59._2._4 {
  padding-top: 100px;
  padding-bottom: 100px;
}

.div-block-59.none-under {
  padding-bottom: 0;
}

.div-block-60 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.heading-14 {
  font-family: var(--メインフォント);
  color: var(--メインカラー);
  font-size: 48px;
  line-height: 150%;
}

.text-block-20 {
  font-family: var(--メインフォント);
  color: var(--メインカラー);
  font-size: 32px;
  font-weight: 700;
  line-height: 150%;
}

.div-block-61 {
  margin-top: 60px;
  margin-bottom: 60px;
}

.paragraph-10 {
  text-align: center;
  font-weight: 700;
  line-height: 150%;
}

.heading-15 {
  font-family: var(--メインフォント);
  font-size: 36px;
}

.div-block-62 {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: stretch stretch;
  width: 85%;
  min-width: 1200px;
  display: grid;
}

.div-block-62.vw {
  grid-column-gap: 6vw;
  grid-row-gap: 6vw;
  width: 92.9987%;
  min-width: auto;
  max-width: 1450px;
}

.section-2 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.grid-card.vw {
  width: 27vw;
}

.image-div {
  background-image: url("https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg");
  background-position: 0 0;
  background-size: auto;
  padding-top: 75%;
}

.image-div.vw {
  padding-top: 20vw;
}

.image-div.vw._1 {
  background-image: url("../images/");
  background-size: cover;
}

.image-div.vw._2 {
  background-image: url("../images/");
  background-size: cover;
}

.image-div.vw._3 {
  background-image: url("../images/29239875_s.avif");
  background-size: cover;
}

.taxt-area-div {
  padding-top: 20px;
}

.wrapper-of-sub-title {
  width: 100%;
  min-width: 100%;
  max-width: 100%;
  padding-left: 20px;
  padding-right: 20px;
}

.div-block-63 {
  border: 1px solid var(--メインカラー);
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  padding: 30px 20px;
  display: flex;
}

.div-block-63.vw {
  padding-left: 1.5vw;
  padding-right: 1.5vw;
}

.text-block-21 {
  font-family: var(--メインフォント);
  color: var(--メインカラー);
  font-size: 20px;
  font-weight: 700;
  line-height: 150%;
}

.text-block-21.vw {
  text-align: center;
  font-size: 1.4vw;
}

.paragraph-div {
  height: 16vw;
  padding-top: 30px;
  padding-bottom: 25px;
}

.paragraph-div._2 {
  height: auto;
}

.paragraph-11 {
  font-size: 16px;
  line-height: 180%;
}

.paragraph-11.vw {
  font-size: 1.2vw;
}

.button-2 {
  background-color: var(--acsent-color);
  font-family: var(--メインフォント);
  color: var(--white);
  text-align: center;
  padding: 25px 60px;
  font-size: 20px;
  font-weight: 700;
  line-height: 150%;
}

.button-2.vw {
  background-color: #b02b2b;
  width: 100%;
  padding-left: 4.5vw;
  padding-right: 4.5vw;
  font-size: 1.3vw;
}

.button-2.vw.none {
  display: none;
}

.div-block-64 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  padding-top: 110px;
  display: flex;
}

.image-10 {
  width: 100%;
  min-width: 800px;
}

.div-block-65 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 70%;
  min-width: 800px;
  max-width: 950px;
  padding-top: 20px;
  display: flex;
}

.div-block-66 {
  width: 70%;
  min-width: 800px;
  max-width: 950px;
}

.div-block-67 {
  border: 1px solid var(--メインカラー);
  border-radius: 10px;
  padding: 30px 20px;
}

.text-block-22 {
  font-family: var(--メインフォント);
  color: var(--メインカラー);
  font-size: 20px;
  font-weight: 700;
  line-height: 150%;
}

.paragraph-12 {
  font-size: 16px;
  line-height: 180%;
}

.button-3 {
  font-family: var(--メインフォント);
  color: var(--white);
  background-color: #b02b2b;
  padding: 25px 60px;
  font-size: 20px;
  line-height: 150%;
}

.div-block-68 {
  padding-top: 30px;
  padding-bottom: 30px;
}

.div-block-69 {
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  padding-top: 110px;
  padding-bottom: 120px;
  display: flex;
}

.image-11 {
  width: 60%;
  max-width: 800px;
}

.div-block-70 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 120px;
  display: flex;
}

.div-block-71 {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.text-block-23 {
  background-color: var(--メインカラー);
  font-family: var(--メインフォント);
  color: var(--white);
  padding: 10px 20px;
  font-size: 20px;
  line-height: 150%;
}

.text-block-24 {
  font-family: var(--メインフォント);
  margin-left: 40px;
  font-size: 36px;
  font-weight: 700;
  line-height: 150%;
}

.text-block-25 {
  font-family: var(--メインフォント);
  color: var(--font-color);
  font-size: 36px;
  font-weight: 700;
  line-height: 150%;
}

.div-block-72 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 1550px;
  padding-top: 120px;
  display: flex;
}

.div-block-73 {
  justify-content: space-between;
  align-items: stretch;
  width: 90%;
  padding-bottom: 30px;
  display: flex;
}

.div-block-74 {
  width: 57%;
}

.div-block-75 {
  width: 40%;
}

.image-12 {
  aspect-ratio: 1;
  width: 100%;
}

.paragraph-13 {
  font-size: 1.4vw;
}

.div-block-76 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 90%;
  display: flex;
}

.div-block-77 {
  border: 1px solid var(--メインカラー);
  padding: 8px 31px;
}

.text-block-26 {
  font-family: var(--メインフォント);
  color: var(--font-color);
  font-size: 32px;
  font-weight: 700;
  line-height: 150%;
}

.div-block-78 {
  border-left: 1px solid var(--font-color);
  margin-top: 30px;
  padding-top: 14px;
  padding-bottom: 20px;
  padding-left: 30px;
}

.div-block-79 {
  grid-column-gap: 0px;
  grid-row-gap: 50px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr auto 1fr;
  grid-auto-columns: 1fr;
  width: 90%;
  padding-top: 120px;
  display: grid;
}

.div-block-80 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.text-block-27 {
  background-color: var(--メインカラー);
  font-family: var(--メインフォント);
  color: var(--white);
  padding: 10px 20px;
  font-size: 20px;
  font-weight: 700;
  line-height: 150%;
}

.div-block-81 {
  border-bottom: 1px solid var(--font-color);
  width: 100%;
  padding-top: 10px;
  padding-bottom: 10px;
}

.heading-16 {
  font-size: 32px;
}

.text-block-28 {
  font-family: var(--メインフォント);
  color: var(--font-color);
  flex-flow: row;
  justify-content: flex-start;
  align-items: flex-end;
  margin-top: 10px;
  font-size: 24px;
  font-weight: 700;
  line-height: 150%;
  display: flex;
}

.text-span {
  font-size: 16px;
}

.div-block-82 {
  width: 100%;
  padding-top: 30px;
}

.paragraph-14 {
  font-size: 16px;
}

.div-block-83 {
  width: 16vw;
  min-width: auto;
  max-width: 180px;
}

.div-block-84 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.div-block-85 {
  background-color: #d9d9d9;
  width: 5px;
  height: 30px;
}

.div-block-86 {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.text-block-29 {
  font-family: var(--メインフォント);
  color: var(--font-color);
  margin-left: 10px;
  font-size: 24px;
  font-weight: 700;
  line-height: 150%;
}

.div-block-87 {
  margin-top: 10px;
}

.paragraph-15 {
  font-size: 16px;
  line-height: 220%;
}

.div-block-88 {
  justify-content: space-between;
  width: 90%;
  padding-top: 120px;
  display: flex;
}

.div-block-89 {
  width: 63%;
}

.div-block-90 {
  width: 31%;
}

.image-13 {
  width: 100%;
}

.paragraph-16 {
  font-size: 16px;
}

.paragraph-16.vw {
  font-size: 1.2vw;
}

.heading-17 {
  font-family: var(--メインフォント);
  color: var(--font-color);
  margin-bottom: 5px;
}

.heading-17.vw {
  font-size: 2.4vw;
}

.div-block-91 {
  padding-top: 15px;
}

.heading-18 {
  font-size: 24px;
}

.heading-18.vw {
  font-size: 1.8vw;
}

.div-block-92 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  padding-top: 30px;
  display: flex;
}

.div-block-93 {
  width: 68%;
  padding-top: 120px;
}

.div-block-94 {
  justify-content: space-between;
  align-items: stretch;
  display: flex;
}

.div-block-95 {
  justify-content: flex-start;
  align-items: center;
  width: 40%;
  display: flex;
}

.div-block-96 {
  width: 40%;
}

.heading-19 {
  font-family: var(--メインフォント);
  color: var(--font-color);
  margin-bottom: 5px;
  font-size: 32px;
  line-height: 150%;
}

.heading-19.vw {
  font-size: 2.35vw;
}

.heading-20 {
  font-family: var(--メインフォント);
  color: var(--font-color);
  font-size: 24px;
  line-height: 150%;
}

.heading-20.vw {
  font-size: 1.8vw;
}

.paragraph-17 {
  padding-top: 25px;
  font-size: 16px;
}

.paragraph-17.vw {
  font-size: 1.1vw;
}

.image-14 {
  aspect-ratio: 1;
  width: 100%;
  min-width: 100%;
}

.div-block-97 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.section-3 {
  background-image: url("../images/");
  background-position: 50%;
  background-size: cover;
}

.section-4 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.div-block-98 {
  background-color: var(--white);
  border-radius: 10px;
  width: 55%;
  min-width: 780px;
  padding: 60px;
}

.paragraph-18 {
  line-height: 150%;
}

.div-block-99 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 84%;
  padding-top: 80px;
  display: flex;
}

.div-block-100 {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 80%;
  display: none;
}

.div-block-101._2 {
  display: none;
}

.image-15 {
  width: 100%;
}

.div-block-102 {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  margin-top: 50px;
  display: grid;
}

.div-block-103 {
  border: 5px solid var(--メインカラー);
  border-radius: 9px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  margin-top: 80px;
  padding: 45px 70px 45px 40px;
  display: flex;
}

.image-16 {
  width: 50px;
  margin-right: 40px;
}

.paragraph-19 {
  line-height: 150%;
}

.text-span-2 {
  color: #670000;
}

.section-5 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.div-block-104 {
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-top: 120px;
  padding-bottom: 120px;
  display: flex;
}

.div-block-105 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.heading-21 {
  text-align: center;
  margin-bottom: 30px;
  font-size: 36px;
}

.heading-21.mobile {
  display: none;
}

.text-block-30 {
  font-family: var(--メインフォント);
  color: var(--font-color);
  text-align: center;
  font-size: 20px;
  font-weight: 700;
  line-height: 150%;
}

.text-block-30.mobile {
  display: none;
}

.div-block-106 {
  margin-top: 60px;
}

.heading-22 {
  text-align: center;
}

.div-block-107 {
  justify-content: space-between;
  align-items: stretch;
  width: 83%;
  max-width: 1350px;
  padding-top: 30px;
  display: flex;
}

.div-block-108 {
  justify-content: center;
  align-items: center;
  width: 45%;
  display: flex;
}

.image-17 {
  aspect-ratio: 538 / 430;
  width: 100%;
}

.div-block-109 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 50%;
  display: flex;
}

.paragraph-20 {
  letter-spacing: 0.4px;
  font-size: 16px;
  line-height: 300%;
}

.paragraph-20.vw {
  font-family: var(--メインフォント);
  font-size: 1.1vw;
  font-weight: 600;
}

.paragraph-20.vw._1 {
  font-family: var(--メインフォント);
  margin-bottom: 30px;
  font-weight: 700;
}

.div-block-110 {
  width: 89%;
  max-width: 1350px;
  padding-top: 150px;
}

.div-block-111 {
  justify-content: flex-start;
  align-items: stretch;
  margin-bottom: 100px;
  display: flex;
}

.div-block-112 {
  background-color: #e5e5e533;
  width: 37.5%;
  padding: 60px 30px 40px;
}

.div-block-112._2 {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  max-height: 400px;
  padding-top: 130px;
  padding-bottom: 130px;
  display: flex;
}

.div-block-113 {
  background-image: url("../images/");
  background-position: 50%;
  background-size: cover;
  width: 62.5%;
}

.div-block-113._2 {
  background-image: url("../images/");
}

.div-block-113._3 {
  background-image: url("../images/");
}

.div-block-113._4 {
  background-image: url("../images/");
}

.div-block-113._5 {
  background-image: url("../images/");
}

.div-block-113._6 {
  background-image: url("../images/29411780_s-1.avif");
}

.div-block-113._7 {
  background-image: url("../images/");
}

.div-block-113._8 {
  background-image: url("../images/");
}

.heading-23 {
  font-family: var(--メインフォント);
  font-size: 24px;
  font-weight: 700;
}

.paragraph-21 {
  padding-top: 20px;
  padding-bottom: 20px;
  font-size: 16px;
  line-height: 180%;
}

.div-block-114 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.button-4 {
  font-family: var(--メインフォント);
  color: var(--white);
  text-align: center;
  background-color: #b02b2b;
  padding: 25px 60px;
  font-size: 20px;
  font-weight: 700;
  line-height: 150%;
}

.button-4.none {
  display: none;
}

.div-block-115 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.div-block-116 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 89%;
  margin-top: 60px;
  padding-top: 60px;
  display: flex;
}

.div-block-116.non-space {
  padding-top: 0;
}

.div-block-116.non-margin {
  margin-top: 0;
}

.div-block-117 {
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 30px;
  display: flex;
}

.div-block-118 {
  background-color: var(--メインカラー);
  border-radius: 4.5px;
  width: 8px;
  height: 40px;
}

.heading-24 {
  margin-left: 20px;
  font-size: 36px;
  font-weight: 500;
  line-height: 130%;
}

.div-block-119 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.div-block-120 {
  background-color: var(--メインカラー);
  padding: 20px 60px;
}

.text-block-31 {
  font-family: var(--メインフォント);
  color: var(--white);
  text-align: center;
  font-size: 20px;
  font-weight: 700;
  line-height: 150%;
}

.div-block-121 {
  background-color: var(--white);
  border-radius: 10px;
  width: 55%;
  padding: 60px 30px 20px;
  text-decoration: none;
  box-shadow: 6px 8px 4px #0003;
}

.div-block-121._2 {
  margin-top: 90px;
  padding-top: 40px;
  padding-bottom: 40px;
}

.div-block-121._2.top-space-small {
  margin-top: 40px;
}

.paragraph-22 {
  margin-bottom: 70px;
  line-height: 150%;
}

.paragraph-22._2 {
  margin-bottom: 20px;
}

.paragraph-22._2.none-buttom {
  margin-bottom: 0;
}

.div-block-122 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  margin-bottom: 60px;
  display: flex;
  position: relative;
}

.image-18 {
  z-index: -1;
  height: 85%;
  position: absolute;
  inset: 0% 0% auto auto;
}

.image-18._3 {
  aspect-ratio: auto;
  max-width: 800px;
  height: auto;
  min-height: auto;
}

.image-18.not-pc {
  display: none;
  position: static;
}

.div-block-123 {
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-bottom: 75px;
  display: flex;
}

.div-block-124 {
  flex-flow: column;
  flex: none;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.paragraph-23 {
  line-height: 150%;
}

.div-block-125 {
  width: 100%;
  display: flex;
}

.image-19 {
  min-width: 325px;
}

.div-block-126 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding-left: 44px;
  display: flex;
}

.heading-25 {
  font-family: var(--メインフォント);
  font-size: 36px;
  line-height: 200%;
}

.text-block-32 {
  font-family: var(--メインフォント);
  color: var(--font-color);
  margin-top: 10px;
  margin-bottom: 30px;
  font-size: 20px;
  font-weight: 700;
  line-height: 150%;
}

.paragraph-24 {
  line-height: 150%;
}

.div-block-127 {
  margin-top: 50px;
}

.div-block-128 {
  justify-content: flex-end;
  align-items: flex-end;
  display: flex;
}

.div-block-128.none {
  display: none;
}

.heading-26 {
  color: var(--メインカラー);
  flex-flow: row;
  justify-content: center;
  align-items: flex-end;
  font-size: 48px;
  line-height: 150%;
  display: flex;
}

.heading-26.enn {
  font-size: 20px;
  line-height: 250%;
}

.text-span-3 {
  font-size: 20px;
}

.div-block-129 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  padding-top: 100px;
  padding-bottom: 80px;
  display: flex;
}

.text-block-33 {
  font-family: var(--メインフォント);
  color: var(--font-color);
  font-size: 36px;
  font-weight: 700;
  line-height: 150%;
}

.div-block-130 {
  grid-column-gap: 100px;
  grid-row-gap: 100px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 78px;
  display: grid;
}

.text-block-34 {
  font-family: var(--メインフォント);
  color: var(--white);
  text-align: center;
  font-size: 24px;
  font-weight: 700;
  line-height: 150%;
}

.div-block-131 {
  background-color: var(--メインカラー);
  border-radius: 100%;
  padding: 89px 53px;
}

.div-block-132 {
  border-top: 80px solid var(--メインカラー);
  border-left: 150px solid #0000;
  border-right: 150px solid #0000;
  width: 300px;
  height: 80px;
  margin-top: 80px;
}

.div-block-133 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding-top: 100px;
  padding-bottom: 100px;
  display: flex;
}

.section-6 {
  background-color: var(--メインカラー);
}

.heading-27 {
  font-family: var(--メインフォント);
  color: var(--white);
  font-size: 48px;
  line-height: 150%;
}

.heading-27.color {
  color: var(--メインカラー);
}

.div-block-134 {
  flex-flow: column;
  display: flex;
}

.div-block-135 {
  background-color: var(--white);
  height: 10px;
}

.div-block-135.color {
  background-color: var(--メインカラー);
}

.div-block-136 {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 89%;
  margin-top: 100px;
  display: grid;
}

.div-block-136._2 {
  grid-template-rows: auto;
}

.div-block-137 {
  background-color: var(--white);
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  padding: 30px 30px 53px;
  display: flex;
}

.div-block-137.bg {
  background-color: var(--メインカラー);
}

.heading-28 {
  margin-bottom: 20px;
}

.heading-28.color {
  color: var(--white);
}

.paragraph-25 {
  font-weight: 700;
  line-height: 180%;
}

.paragraph-25.color {
  color: var(--white);
}

.div-block-138 {
  justify-content: flex-start;
  align-items: stretch;
  width: 85%;
  margin-top: 60px;
  display: flex;
}

.div-block-139 {
  width: 29%;
}

.image-20 {
  width: 100%;
}

.div-block-140 {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 71%;
  padding-left: 110px;
  display: flex;
}

.heading-29 {
  font-family: var(--メインフォント);
  color: var(--font-color);
  margin-bottom: 10px;
  font-size: 40px;
  line-height: 150%;
}

.text-block-35 {
  font-family: var(--メインフォント);
  color: var(--font-color);
  margin-bottom: 30px;
  font-size: 20px;
  font-weight: 500;
  line-height: 150%;
}

.paragraph-26 {
  font-size: 32px;
  line-height: 150%;
}

.section-7 {
  background-color: #516c9d99;
}

.div-block-141 {
  flex-flow: column;
  margin-top: 60px;
  display: flex;
}

.div-block-142 {
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 30px;
  display: flex;
}

.div-block-142.last {
  margin-bottom: 0;
}

.div-block-143 {
  background-color: var(--メインカラー);
  justify-content: center;
  align-items: center;
  min-width: 200px;
  max-width: 200px;
  padding: 16px 0;
  display: flex;
}

.div-block-144 {
  background-color: var(--white);
  justify-content: center;
  align-items: center;
  width: auto;
  min-width: 600px;
  padding: 16px 189px;
  display: flex;
}

.text-block-36 {
  font-family: var(--メインフォント);
  color: var(--white);
  font-size: 32px;
  font-weight: 700;
  line-height: 150%;
}

.text-block-37 {
  font-family: var(--メインフォント);
  color: var(--font-color);
  font-size: 32px;
  font-weight: 700;
  line-height: 150%;
}

.div-block-145 {
  flex-flow: column;
  width: 89%;
  max-width: 1550px;
  padding-top: 128px;
  display: flex;
}

.div-block-146 {
  margin-bottom: 135px;
  display: flex;
}

.div-block-146.last,
.div-block-146._2 {
  margin-bottom: 0;
}

.div-block-147 {
  flex-flow: column;
  width: 35%;
  display: flex;
}

.image-21 {
  width: 100%;
}

.div-block-148 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 65%;
  padding-left: 25px;
  display: flex;
}

.div-block-149 {
  background-color: var(--white);
  padding: 10px 40px;
  position: relative;
  left: -15%;
  box-shadow: 4px 4px 4px #0003;
}

.text-block-38 {
  font-family: var(--メインフォント);
  color: var(--font-color);
  font-size: 48px;
  line-height: 150%;
}

.text-block-39 {
  font-family: var(--メインフォント);
  color: var(--font-color);
  font-size: 24px;
  font-weight: 700;
  line-height: 200%;
}

.paragraph-27 {
  margin-top: 38px;
  font-size: 16px;
  font-weight: 500;
  line-height: 230%;
}

.div-block-150 {
  justify-content: flex-end;
  align-items: center;
  margin-top: 21px;
  display: flex;
}

.text-block-40 {
  font-family: var(--メインフォント);
  color: var(--font-color);
  font-size: 20px;
  font-weight: 700;
  line-height: 150%;
}

.section-8 {
  flex-flow: column;
  display: flex;
}

.div-block-151 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-top: 120px;
  padding-bottom: 60px;
  display: flex;
}

.div-block-152 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 76%;
  display: flex;
}

.text-block-41 {
  font-family: var(--メインフォント);
  color: var(--font-color);
  text-align: center;
  font-size: 20px;
  font-weight: 700;
  line-height: 200%;
}

.heading-30 {
  font-family: var(--メインフォント);
  color: var(--font-color);
  word-break: keep-all;
  margin-top: 80px;
  margin-bottom: 80px;
  font-size: 48px;
  font-weight: 700;
  line-height: 200%;
}

.paragraph-28 {
  text-align: center;
  font-weight: 700;
}

.section-9 {
  flex-flow: column;
  display: flex;
}

.div-block-153 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  padding-top: 60px;
  padding-bottom: 100px;
  display: flex;
}

.div-block-154 {
  justify-content: center;
  align-items: center;
  min-width: 825px;
  max-width: 55%;
  margin-bottom: 60px;
  display: flex;
}

.div-block-154.last {
  margin-bottom: 0;
}

.heading-31 {
  font-family: var(--メインフォント);
  color: var(--font-color);
  text-align: center;
  font-size: 48px;
  line-height: 180%;
}

.image-22 {
  min-width: 717px;
}

.paragraph-29 {
  text-align: center;
  font-weight: 700;
}

.div-block-155 {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 90%;
  max-width: 1500px;
  margin-top: 100px;
  display: grid;
}

.div-block-156 {
  width: 100%;
}

.div-block-157 {
  margin-top: 120px;
}

.div-block-158 {
  margin-top: 60px;
}

.form-section {
  flex-flow: column;
  display: flex;
}

.div-block-159 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding-top: 100px;
  padding-bottom: 143px;
  display: flex;
}

.text-block-42 {
  font-family: var(--メインフォント);
  color: var(--font-color);
  text-align: center;
  font-size: 20px;
  font-weight: 700;
  line-height: 150%;
}

.div-block-160 {
  margin-top: 70px;
  margin-bottom: 60px;
}

.div-block-161 {
  flex-flow: column;
  min-width: 800px;
  display: flex;
}

.flex-block {
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 40px;
}

.flex-block.last {
  margin-bottom: 0;
}

.div-block-162 {
  justify-content: flex-start;
  align-items: center;
  min-width: 214px;
  margin-right: 40px;
  padding-top: 15px;
  padding-bottom: 15px;
  display: flex;
}

.text-block-43 {
  font-family: var(--メインフォント);
  color: var(--font-color);
  width: 160px;
  font-size: 20px;
  font-weight: 700;
  line-height: 150%;
}

.text-block-44 {
  font-family: var(--メインフォント);
  color: var(--white);
  white-space: nowrap;
  background-color: #670000;
  padding: 5px 15px;
  font-size: 12px;
  font-weight: 500;
  line-height: 150%;
}

.text-field {
  border: 1px solid var(--メインカラー);
  font-family: var(--メインフォント);
  color: var(--font-color);
  border-radius: 10px;
  height: 60px;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 500;
  line-height: 150%;
}

.text-field::placeholder {
  font-size: 12px;
}

.checkbox {
  border: 1px solid #516c9d;
  border-radius: 9px;
  width: 30px;
  height: 30px;
  margin-top: 0;
  margin-left: -20px;
}

.checkbox.w--redirected-checked {
  border-radius: 9px;
}

.checkbox-field {
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.checkbox-field.last {
  margin-left: 40px;
}

.checkbox-label {
  font-family: var(--メインフォント);
  color: var(--font-color);
  margin-bottom: 0;
  margin-left: 20px;
  font-size: 16px;
  font-weight: 500;
  line-height: 150%;
}

.checkbox-label._2 {
  margin-bottom: 0;
  margin-left: 10px;
}

.select-field {
  border: 1px solid var(--メインカラー);
  background-color: var(--white);
  font-family: var(--メインフォント);
  color: var(--font-color);
  border-radius: 10px;
  min-width: 400px;
  max-width: 400px;
  min-height: 60px;
  margin-bottom: 0;
  font-size: 12px;
  font-weight: 500;
  line-height: 150%;
}

.textarea {
  border: 1px solid var(--メインカラー);
  font-family: var(--メインフォント);
  color: var(--font-color);
  border-radius: 10px;
  width: 100%;
  min-height: 300px;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 500;
  line-height: 150%;
}

.div-block-164 {
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.text-block-45 {
  margin-left: 20px;
}

.link {
  font-family: var(--メインフォント);
  color: var(--メインカラー);
  margin-left: 20px;
  font-size: 16px;
  font-weight: 500;
  line-height: 150%;
}

.link._2 {
  margin-left: 0;
}

.text-block-46 {
  font-family: var(--メインフォント);
  color: var(--font-color);
  margin-left: 10px;
  margin-right: 10px;
  font-size: 16px;
  font-weight: 500;
  line-height: 150%;
}

.submit-button {
  font-family: var(--メインフォント);
  color: var(--white);
  background-color: #b02b2b;
  margin-top: 20px;
  padding: 25px 60px;
  font-size: 20px;
  font-weight: 400;
  line-height: 150%;
}

.form-block {
  margin-bottom: 0;
}

.section-10 {
  display: flex;
}

.text-block-47 {
  font-family: var(--メインフォント);
  color: var(--font-color);
  font-size: 20px;
  font-weight: 500;
  line-height: 150%;
}

.success-message {
  background-color: #d4e9ff;
}

.text-block-48 {
  font-family: var(--メインフォント);
  color: var(--font-color);
  font-size: 20px;
  font-weight: 500;
  line-height: 150%;
}

.news-detail-section {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  padding-top: 60px;
  padding-bottom: 60px;
  display: flex;
}

.div-block-165 {
  flex-flow: column;
  width: 70%;
  min-width: 1000px;
  max-width: 1200px;
  display: flex;
}

.div-block-166 {
  border-bottom: 1px solid var(--font-color);
  padding-bottom: 20px;
  padding-left: 35px;
  padding-right: 35px;
}

.heading-32 {
  font-weight: 700;
  line-height: 200%;
}

.div-block-167 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding-top: 20px;
  display: flex;
}

.text-block-49 {
  font-family: var(--メインフォント);
  color: var(--font-color);
  font-size: 24px;
  font-weight: 700;
  line-height: 150%;
}

.div-block-168 {
  padding: 64px 100px 60px;
}

.div-block-169 {
  padding-top: 40px;
}

.image-23 {
  width: 100%;
}

.link-tab {
  z-index: 70;
  background-color: var(--white);
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 104px;
  display: flex;
  position: fixed;
  top: 80px;
  box-shadow: 0 2px 5px #0003;
}

.links {
  margin-left: 30px;
  margin-right: 30px;
  padding: 30px 10px 20px;
  text-decoration: none;
}

.text-block-50 {
  color: var(--font-color);
}

.div-block-170 {
  padding-left: 10px;
  padding-right: 10px;
}

.div-block-171 {
  background-color: var(--acsent-color);
  width: 100%;
  height: 7px;
}

.div-block-172 {
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  padding-top: 150px;
  padding-bottom: 120px;
  display: flex;
}

.collection-list-wrapper {
  width: 85%;
  min-width: 959px;
  margin-bottom: 70px;
}

.collection-item {
  flex-flow: column;
  margin-bottom: 50px;
  display: flex;
}

.link-block-4 {
  background-color: #516c9d1a;
  border-radius: 5px;
  justify-content: space-between;
  align-items: center;
  padding: 25px 40px 25px 60px;
  text-decoration: none;
  display: flex;
}

.div-block-173 {
  justify-content: flex-start;
  align-items: center;
  margin-right: 50px;
  display: flex;
}

.text-block-51 {
  color: var(--font-color);
  min-width: 130px;
  font-family: Lora, sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 150%;
}

.div-block-174 {
  background-color: var(--white);
  border: 2px solid #516c9d;
  padding: 5px 33px;
}

.text-block-52 {
  font-family: var(--メインフォント);
  color: #516c9d;
  word-break: keep-all;
  font-size: 16px;
  font-weight: 500;
  line-height: 150%;
}

.heading-33 {
  letter-spacing: 0.6px;
  font-size: 16px;
  font-weight: 700;
}

.div-block-175 {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.div-block-176 {
  width: 50px;
  min-width: 50px;
  max-width: 50px;
  height: 50px;
  min-height: 50px;
  max-height: 50px;
  margin-left: 50px;
}

.image-24 {
  width: 100%;
  min-width: 100%;
  height: 100%;
  min-height: 100%;
  max-height: 100%;
}

.div-block-177 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 31px;
  display: flex;
}

.div-block-178 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: stretch;
  min-width: 250px;
  margin-right: 7vw;
  display: flex;
}

.div-block-178._2 {
  margin-right: 40px;
}

.text-block-53 {
  color: var(--white);
  font-family: Lora, sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 150%;
}

.div-block-179 {
  border-bottom: 1px solid var(--white);
  margin-bottom: 8px;
}

.text-block-54 {
  font-family: var(--メインフォント);
  color: var(--white);
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 700;
  line-height: 150%;
}

.div-block-180 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.div-block-181 {
  background-color: var(--white);
  width: 5px;
  height: 1px;
  margin-right: 5px;
}

.div-block-182 {
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.div-block-182._2 {
  display: none;
}

.link-2 {
  color: var(--white);
  font-size: 10px;
  font-weight: 500;
  line-height: 150%;
  text-decoration: none;
}

.link-2.midle {
  padding-left: 40px;
  padding-right: 40px;
}

.div-block-183 {
  width: 73%;
  margin-top: 100px;
}

.image-25 {
  width: 100%;
}

.div-block-184 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.section-11 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  padding-top: 100px;
  padding-bottom: 140px;
  display: flex;
  position: relative;
}

.div-block-185 {
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 30px;
  display: flex;
}

.text-block-55 {
  color: var(--white);
  font-family: Lora, sans-serif;
  font-size: 32px;
  font-weight: 700;
  line-height: 100%;
}

.div-block-186 {
  background-color: #b02b2b;
  margin-right: 20px;
  padding: 16px 23px 22px;
}

.section-12 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  padding-top: 100px;
  padding-bottom: 100px;
  display: flex;
}

.div-block-187 {
  justify-content: center;
  align-items: center;
  width: 89%;
  display: flex;
}

.div-block-188 {
  border-top: 46px solid var(--acsent-color);
  border-left: 95px solid #0000;
  border-right: 95px solid #0000;
  width: 190px;
  height: 46px;
}

.div-block-189 {
  justify-content: flex-end;
  align-items: center;
  margin-top: 53px;
  display: none;
}

.text-block-56 {
  font-family: var(--メインフォント);
  color: var(--acsent-color);
  margin-right: 20px;
  font-size: 16px;
  font-weight: 500;
  line-height: 150%;
}

.image-26 {
  width: 30px;
  height: 30px;
}

.image-27 {
  z-index: -10;
  position: absolute;
  top: -350px;
}

.top-image-mobile {
  display: none;
}

.code-embed {
  width: 0;
  height: 0;
}

.mobile {
  display: none;
}

.div-block-191 {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.code-embed-2 {
  width: 500px;
  height: 500px;
}

.image-28 {
  min-width: 600px;
}

.link-block-5 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.page-loader_component {
  z-index: 999;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  display: none;
  position: fixed;
  inset: 0%;
  overflow: hidden;
}

.page-loader_trigger {
  z-index: 50;
  width: 0;
  height: 0;
  display: none;
  position: absolute;
  inset: 0% auto auto 0%;
}

.page-loader_text-wrapper {
  z-index: 10;
  align-self: center;
  align-items: flex-end;
  height: 30vmin;
  display: flex;
  position: relative;
}

.page-loader_text-fill {
  background-color: var(--black);
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  justify-content: center;
  align-items: flex-end;
  width: 100%;
  height: 0%;
  display: flex;
  position: relative;
}

.page-loader_text,
.page-loader_percent {
  color: #0000;
  letter-spacing: -2px;
  font-size: 30vmin;
  font-weight: 700;
  line-height: 1;
}

.page-loader_noise {
  z-index: 0;
  background-image: linear-gradient(#fff, #fff);
  display: block;
  position: absolute;
  inset: 0%;
}

.page-loader_text-style {
  display: none;
}

.div-block-192 {
  padding-left: 60px;
  position: absolute;
  top: 50%;
}

.heading-34 {
  letter-spacing: 6.4px;
  font-size: 80px;
  line-height: 200%;
}

.text-span-4 {
  color: var(--メインカラー);
}

.div-block-193 {
  display: none;
}

.load-page {
  z-index: 9999;
  background-color: var(--white);
  width: 100vw;
  min-width: 100vw;
  max-width: 100vw;
  height: 100vh;
  min-height: 100vh;
  max-height: 100vh;
  display: none;
  position: fixed;
  inset: 0%;
}

.div-block-194 {
  justify-content: center;
  align-items: center;
  width: 100%;
  min-width: 100%;
  max-width: 100%;
  height: 100%;
  min-height: 100%;
  max-height: 100%;
  display: flex;
}

.heading-35 {
  color: var(--font-color);
  font-size: 400%;
  font-weight: 900;
  line-height: 150%;
}

.heading-36 {
  display: none;
}

.membership-terms-section {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.membership-terms-wrapper {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 90%;
  padding-top: 60px;
  padding-bottom: 110px;
  display: flex;
}

.div-block-195 {
  width: 100%;
  max-width: 1200px;
  padding-top: 50px;
}

.div-block-196 {
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.paragraph-31 {
  font-size: 18px;
}

.text-span-5 {
  font-size: 20px;
  font-weight: 700;
}

.navbar-2 {
  background-color: #fff;
  padding: 5px 30px;
  position: fixed;
  inset: 0% 0% auto;
}

.brand-2 {
  width: 50px;
}

.container-3 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  min-width: 100%;
  max-width: 1280px;
  margin-left: 0;
  margin-right: 0;
  display: flex;
}

.nav-menu-2 {
  flex-flow: wrap;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: 12px;
  display: flex;
}

.nav-link-2 {
  margin-left: 0;
  margin-right: 0;
  padding: 0 10px;
  font-family: Merriweather, serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 28px;
}

.nav-link-2.w--current {
  color: #333;
}

.div-block-197 {
  flex-flow: wrap;
  justify-content: center;
  align-items: center;
  display: flex;
}

.div-block-198 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 1260px;
  display: flex;
}

.lp-top {
  background-image: url("../images/original-1.avif");
  background-position: 50%;
  background-size: cover;
  background-attachment: scroll;
  height: 88vh;
  padding: 60px 40px;
}

.div-block-199 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  padding-right: 0;
  display: flex;
  position: relative;
}

.heading-37 {
  font-family: var(--メインフォント);
  color: #c13a2c;
  text-shadow: -2px 2px 4px #fff, 2px -2px 4px #fff, -2px -2px 4px #fff,
    2px 2px 4px #fff;
  font-size: 36px;
  font-weight: 400;
  line-height: 47px;
}

.div-block-200 {
  background-color: #fff9;
  width: 50%;
  max-width: 700px;
  margin-top: 70px;
  padding: 30px 20px;
}

.div-block-200._2 {
  margin-top: 40px;
  padding-top: 60px;
  position: relative;
}

.paragraph-32 {
  font-size: 14px;
  font-weight: 400;
  line-height: 23px;
}

.paragraph-32._2 {
  font-size: 16px;
  font-weight: 400;
}

.text-span-6 {
  font-size: 28px;
  line-height: 45px;
}

.div-block-201 {
  color: #fff;
  background-color: #a40000;
  padding: 4px 20px 4px 15px;
  font-family: Merriweather, serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
  position: absolute;
  inset: -18px auto auto 0;
}

.div-block-202 {
  grid-column-gap: 4%;
  grid-row-gap: 4%;
  justify-content: center;
  align-items: center;
  width: 50%;
  max-width: 50%;
  height: 26%;
  display: flex;
  position: absolute;
  bottom: 0;
  right: 0;
}

.div-block-203 {
  grid-row-gap: 14px;
  aspect-ratio: 1;
  opacity: 0.8;
  background-image: linear-gradient(#fcdd92, #d49d16 50%, #d2a53a);
  border: 2px solid #ffe5a7cc;
  border-radius: 50%;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 25%;
  min-width: 140px;
  display: flex;
}

.text-block-57 {
  font-family: var(--メインフォント);
  color: var(--font-color);
  font-size: 30px;
  line-height: var(--120);
}

.div-block-204 {
  background-color: var(--cc0e64);
  border-bottom: 0.2em solid #0003;
  border-radius: 300px;
  margin-top: 20px;
  margin-bottom: 20px;
  padding: 24px 30px;
  text-decoration: none;
  position: relative;
  overflow: hidden;
}

.price-button-section {
  background-color: var(--f5f4f2);
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.text-block-58 {
  z-index: 3;
  font-family: var(--メインフォント);
  color: var(--white);
  font-size: 18px;
  line-height: var(--120);
  text-align: center;
  position: relative;
}

._1200px-wrapper {
  width: 100%;
  max-width: 1200px;
}

.div-block-205 {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  max-width: 1200px;
  margin-top: 40px;
  margin-bottom: 40px;
  display: flex;
}

.div-block-206 {
  background-color: var(--white);
  border: 2px solid #a40000;
  width: 90%;
  max-width: 1000px;
  padding: 40px;
}

.text-block-59 {
  font-family: var(--メインフォント);
  color: var(--font-color);
  font-size: 28px;
  line-height: var(--120);
  padding-bottom: 20px;
}

.div-block-207 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  color: var(--font-color);
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 56%;
  display: flex;
}

.text-block-60 {
  font-family: var(--メインフォント);
}

.div-block-208 {
  background-color: var(--a40000);
  padding: 12px 28px;
  text-decoration: none;
}

.text-block-62 {
  font-family: var(--メインフォント);
  color: var(--white);
  text-align: center;
  font-size: 16px;
}

.div-block-209 {
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.div-block-210 {
  width: 41%;
}

.image-29 {
  width: 100%;
}

.div-block-211 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  width: 95%;
  max-width: 1000px;
  display: flex;
}

.div-block-212 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.text-block-63 {
  font-family: var(--メインフォント);
  font-size: 20px;
  line-height: var(--120);
}

.text-block-64 {
  font-family: var(--メインフォント);
  font-size: 22px;
  line-height: var(--120);
}

.div-block-213 {
  grid-row-gap: 10px;
  color: var(--font-color);
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.div-block-214 {
  background-color: var(--black);
  width: 2px;
  height: 70px;
  margin-left: 20px;
  transform: rotate(30deg);
}

.div-block-214._2 {
  margin-left: 0;
  margin-right: 20px;
  transform: rotate(-30deg);
}

.link-block-6 {
  border-bottom: var(--0-2) solid var(--rgba-0-0-0-0-2);
  background-color: var(--a40000);
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 24px 30px;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

.text-block-65 {
  font-family: var(--メインフォント);
  color: var(--white);
  font-size: 20px;
  line-height: var(--120);
}

.denger-section {
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.div-block-215 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-top: 40px;
  padding-bottom: 40px;
  display: flex;
}

.div-block-216 {
  grid-column-gap: 1%;
  grid-row-gap: 1%;
  border-bottom: 1px solid var(--a40000);
  justify-content: flex-start;
  align-items: center;
  padding: 20px;
  display: flex;
}

.div-block-217 {
  border: 1px solid var(--rgba-0-0-0-0-2);
  width: 100%;
}

.div-block-218 {
  background-color: var(--a40000);
  padding: 6px 12px;
}

.text-block-66 {
  font-family: var(--メインフォント);
  color: var(--white);
  font-size: 24px;
  line-height: var(--120);
}

.text-block-67 {
  font-family: var(--メインフォント);
  color: var(--font-color);
  font-size: 20px;
  line-height: var(--120);
  font-weight: 600;
}

.div-block-219 {
  padding: 20px;
}

.text-block-68 {
  font-family: var(--メインフォント);
  color: var(--font-color);
  line-height: var(--160);
  font-weight: 600;
}

.div-block-220 {
  grid-row-gap: 40px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 90%;
  max-width: 1000px;
  display: flex;
}

.heading-38 {
  font-size: 28px;
}

.are-you-ok-section {
  background-color: var(--f5f4f2);
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.text-block-69 {
  font-family: var(--メインフォント);
  font-size: 16px;
  line-height: var(--160);
  font-weight: 700;
}

.div-block-221 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  display: flex;
}

.text-span-7 {
  font-size: 20px;
}

.red-back-section {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  background-color: var(--a40000);
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding-top: 28px;
  padding-bottom: 28px;
  display: flex;
  position: relative;
}

.text-block-70 {
  font-family: var(--メインフォント);
  color: var(--white);
  font-size: 28px;
  line-height: var(--120);
  text-align: center;
  font-weight: 600;
}

.scam-section {
  background-image: url("../images/");
  background-position: 50% 0;
  background-size: cover;
  height: 60vh;
  min-height: 500px;
  display: flex;
  position: relative;
}

.div-block-222 {
  z-index: 3;
  background-color: var(--a40000);
  -webkit-clip-path: polygon(50% 50%, 0 0, 100% 0);
  clip-path: polygon(50% 50%, 0 0, 100% 0);
  width: 50px;
  height: 50px;
  position: absolute;
  bottom: -49px;
}

.div-block-223 {
  z-index: 10;
  background-image: linear-gradient(
    #fafbfd00,
    #fdfefea8 70%,
    #fafbfdcc 88%,
    #fafbfd
  );
  width: 100%;
  height: 50%;
  position: absolute;
  bottom: 0;
}

.fit-section {
  background-color: var(--f5f4f2);
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding-top: 40px;
  padding-bottom: 40px;
  display: flex;
}

.div-block-224 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.div-block-225 {
  background-image: url("../images/");
  background-position: 0 0;
  background-size: auto;
  width: 90%;
  max-width: 1000px;
  padding: 10px;
}

.div-block-226 {
  background-image: linear-gradient(#fdf9f0, #fdf5e4);
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 20px;
  display: flex;
}

.div-block-227 {
  background-image: linear-gradient(
    135deg,
    #febf01,
    #914f00 16%,
    #febf01 35%,
    #fff34c 45%,
    #febf01 58%,
    #914f00 71%,
    #febf01 89%,
    #febf01
  );
  padding: 4px;
}

.heading-39 {
  font-family: var(--メインフォント);
  color: #940101;
  font-size: 28px;
  line-height: var(--160);
  font-weight: 600;
}

.div-block-228 {
  border-top: 60px solid #000;
  border-left: 30px solid #0000;
  border-right: 30px solid #0000;
  width: 60px;
  height: 60px;
}

.div-block-229 {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  flex-flow: column;
  width: 100%;
  margin-top: 40px;
  display: flex;
}

.text-block-71 {
  font-family: var(--メインフォント);
  color: var(--font-color);
  font-size: 16px;
  line-height: var(--160);
  font-weight: 500;
}

.text-block-72 {
  font-family: var(--メインフォント);
  color: var(--white);
  font-size: 22px;
  line-height: var(--160);
  font-weight: 600;
}

.secret-section {
  background-color: var(--f5f4f2);
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding-bottom: 20px;
  display: flex;
}

.div-block-230 {
  grid-column-gap: 100px;
  grid-row-gap: 100px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-top: 50px;
  padding-bottom: 40px;
  display: flex;
}

.div-block-231 {
  border: 2px solid var(--a40000);
  border-radius: 20px;
  justify-content: space-between;
  align-items: flex-start;
  width: 90%;
  max-width: 1000px;
  padding: 20px;
  display: flex;
  position: relative;
}

.div-block-232 {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  color: var(--font-color);
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 55%;
  margin-top: 30px;
  display: flex;
}

.text-block-73 {
  font-family: var(--メインフォント);
  color: var(--font-color);
  font-size: 22px;
  line-height: var(--120);
  font-weight: 700;
}

.text-block-74 {
  font-family: var(--メインフォント);
  font-size: 20px;
  line-height: var(--160);
  font-weight: 700;
}

.text-block-75 {
  font-family: var(--メインフォント);
  line-height: var(--160);
  font-weight: 700;
}

.div-block-233 {
  z-index: 2;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  top: -50px;
  left: -20px;
}

.div-block-234 {
  background-color: var(--a40000);
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 90px;
  height: 90px;
  display: flex;
  position: relative;
}

.div-block-235 {
  border: 2px dashed var(--white);
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 80px;
  height: 80px;
  display: flex;
  position: absolute;
}

.text-block-76 {
  font-family: var(--メインフォント);
  color: var(--white);
  font-size: 40px;
  line-height: var(--120);
}

.div-block-236 {
  z-index: -1;
  background-color: var(--a40000);
  padding-top: 4px;
  padding-bottom: 4px;
  padding-left: 10px;
  position: relative;
  left: -10px;
}

.text-block-77 {
  font-family: var(--メインフォント);
  color: var(--white);
  font-weight: 400;
  line-height: 200%;
}

.div-block-237 {
  border-top: 2px dashed var(--white);
  border-bottom: 2px dashed var(--white);
  padding-left: 10px;
  padding-right: 20px;
}

._1000px-wrapper {
  width: 90%;
  max-width: 1000px;
}

.div-block-238 {
  background-color: var(--a40000);
  width: 100%;
  margin-top: 40px;
  margin-bottom: 40px;
  padding-top: 4px;
  padding-bottom: 4px;
}

.div-block-239 {
  border-top: 1px solid var(--black);
  border-bottom: 1px solid var(--black);
  background-color: var(--a40000);
  width: 100%;
  padding-top: 4px;
  padding-bottom: 4px;
}

.text-block-78 {
  font-family: var(--メインフォント);
  color: var(--white);
  font-size: 28px;
  line-height: var(--160);
  font-weight: 600;
}

.div-block-240 {
  justify-content: center;
  align-items: center;
}

.div-block-241 {
  background-image: radial-gradient(
    circle,
    #0000001a,
    #00000040 70%,
    #00000080
  );
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.div-block-242 {
  grid-column-gap: 3%;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.div-block-243 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.text-block-79 {
  font-family: var(--メインフォント);
  color: var(--font-color);
  font-size: 22px;
  line-height: var(--160);
  text-align: center;
}

.paragraph-33 {
  text-align: center;
  font-size: 14px;
}

.div-block-244 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.div-block-245 {
  margin-top: 80px;
}

.voice-section {
  background-image: linear-gradient(#fff 10%, #fff9f1 10%, #fff9f1);
}

.div-block-246 {
  z-index: 4;
  background-image: linear-gradient(#fff 10%, #f7f7f7);
  border-top: 1px solid #bf953c;
  border-bottom: 1px solid #bf953c;
  justify-content: center;
  align-items: center;
  width: 90%;
  max-width: 1000px;
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
  position: relative;
  top: -46px;
}

.div-block-247 {
  background-image: linear-gradient(#fff, #f7f7f7);
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding-top: 100px;
  display: flex;
}

.heading-40 {
  font-family: var(--メインフォント);
  color: #bf953c;
  font-size: 22px;
  line-height: var(--160);
}

.div-block-248 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.voice-grid {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: start stretch;
  width: 90%;
  max-width: 1000px;
  display: grid;
}

.div-block-250 {
  background-color: #fffcf6;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-bottom: 60px;
  display: flex;
}

.div-block-251 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.div-block-252 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  background-color: var(--white);
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  padding: 10px;
  display: flex;
  position: relative;
  box-shadow: 0 0 3px #dbdbdb;
}

.div-block-253 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.text-block-80 {
  font-family: var(--メインフォント);
  color: #b99400;
  font-size: 18px;
  line-height: var(--160);
  text-align: left;
  font-weight: 700;
}

.paragraph-34 {
  font-size: 14px;
  font-weight: 700;
}

.div-block-254 {
  z-index: 10;
  opacity: 0.5;
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 70%);
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0 70%);
  background-color: #fff0e0;
  width: 180px;
  height: 30px;
  position: absolute;
  top: -15px;
}

.button-section {
  background-color: var(--f5f4f2);
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.personal-section {
  background-color: var(--f5f4f2);
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding-top: 40px;
  padding-bottom: 20px;
  display: flex;
}

.div-block-255 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  max-width: 1000px;
  display: flex;
  position: relative;
}

.div-block-256 {
  z-index: 8;
  background-color: var(--a40000);
  padding: 10px 30px;
  position: relative;
}

.text-block-81 {
  font-family: var(--メインフォント);
  color: var(--white);
  font-size: 28px;
  line-height: var(--120);
  text-align: center;
}

.div-block-257 {
  z-index: 0;
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%, 50% 50%);
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%, 50% 50%);
  background-color: #941010;
  width: 75px;
  height: 75px;
  position: absolute;
  top: 33px;
  left: -50px;
}

.div-block-257._2 {
  z-index: 2;
  transform-style: preserve-3d;
  left: auto;
  right: -50px;
  transform: rotateX(0) rotateY(-180deg) rotateZ(0);
}

.div-block-258 {
  -webkit-clip-path: polygon(100% 0, 4% 0, 100% 100%);
  clip-path: polygon(100% 0, 4% 0, 100% 100%);
  background-color: #d70000;
  width: 25px;
  height: 20px;
  position: absolute;
  bottom: 0;
  right: 0;
}

.div-block-259 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: 60px;
  display: flex;
}

.div-block-260 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.div-block-261 {
  justify-content: space-between;
  align-items: center;
  width: 90%;
  max-width: 1000px;
  display: flex;
}

.div-block-262 {
  width: 48%;
}

.image-30 {
  width: 100%;
}

.div-block-263 {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-flow: column;
  width: 48%;
  height: 100%;
  min-height: 100%;
  max-height: 100%;
  display: flex;
}

.text-block-82 {
  font-family: var(--メインフォント);
  color: var(--font-color);
  font-size: 20px;
  line-height: var(--120);
}

.text-block-83 {
  font-family: var(--メインフォント);
  color: #e83c78;
  font-size: 28px;
  line-height: var(--160);
}

.text-block-83.mobile-none {
  letter-spacing: -1px;
}

.div-block-264 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.text-span-8 {
  line-height: 80%;
}

.div-block-265 {
  z-index: -2;
  background-color: var(--acsent-color);
  width: 336px;
  height: 4px;
  position: absolute;
  top: 73px;
}

.div-block-266 {
  z-index: 4;
  position: relative;
}

.footer-section {
  background-color: var(--a40000);
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-top: 80px;
  padding-bottom: 80px;
  display: flex;
}

.text-block-84 {
  font-family: var(--メインフォント);
  color: var(--white);
}

.animation {
  z-index: 4;
  background-color: var(--white);
  width: 100%;
  height: 50%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
}

.lp-sg-body {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  min-width: 100%;
  max-width: 100%;
  display: flex;
  overflow: hidden;
}

.lp-fv-section {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
}

.lp-fv-wrapper {
  grid-template-rows: auto;
  grid-template-columns: 5fr 3fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding: 24vw 4% 24vw 8%;
  display: flex;
  position: relative;
}

.lp-fv-txt-wrapper {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.heading-41 {
  font-family: var(--メインフォント);
  color: var(--lp-main);
  text-shadow: 0 2px 4px #0003;
  font-size: clamp(40px, 3.6vw, 60px);
  font-weight: 600;
  line-height: 200%;
}

.lp-about-club-section {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
}

.lp-main-container {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 90%;
  max-width: 1200px;
  margin-left: 0;
  margin-right: 0;
  padding-top: 120px;
  padding-bottom: 120px;
  display: flex;
}

.lp-section-top-wrapper {
  grid-row-gap: 48px;
  text-align: center;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
}

.lp-section-title {
  grid-row-gap: 12px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.heading-42 {
  letter-spacing: 2px;
  font-size: 48px;
  font-weight: 400;
  line-height: 150%;
}

.heading-43 {
  color: var(--lp-main);
  font-weight: 400;
}

.paragraph-35 {
  font-size: 24px;
  line-height: 250%;
}

.lp-about-detail-grid {
  grid-row-gap: 160px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  margin-top: 160px;
  display: flex;
}

.lp-about-detail-grid._1 {
  margin-top: 120px;
}

.lp--card-1 {
  grid-column-gap: 5%;
  grid-template-rows: auto;
  grid-template-columns: 3fr 4fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.heading-44 {
  font-weight: 500;
  line-height: 150%;
}

.lp-about-detail-txt-area {
  grid-row-gap: 36px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.paragraph-36 {
  font-size: 18px;
  line-height: 200%;
}

.lp-about-detail-img-area {
  grid-row-gap: 36px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.lp-about-detail-img-area._1 {
  justify-content: flex-start;
  align-items: center;
}

.image-32 {
  object-fit: contain;
  width: 100%;
}

.lp-about-therapy-section {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
}

.lp--card-2 {
  grid-column-gap: 6%;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
  position: relative;
}

.lp-gallery-section {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-top: 120px;
  padding-bottom: 120px;
  display: flex;
}

.lp-gallery {
  grid-column-gap: 2%;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.image-33 {
  aspect-ratio: 9 / 5;
  object-fit: cover;
  width: 100%;
}

.lp-community-section {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
}

.lp-section-top-txt-wrapper {
  width: 100%;
}

.lp-benefits-section {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
}

.lp-terms-section {
  background-color: #f7fcff;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
}

.lp-terms-wrapper {
  background-color: var(--white);
  border: 1px solid #000;
  width: 100%;
  max-width: 1000px;
  height: 1200px;
  margin-top: 60px;
}

.faq-section {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
}

.text-span-9 {
  font-size: 32px;
}

.lp-faq-grid {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 1000px;
  margin-top: 60px;
  display: flex;
}

.lp-faq-card {
  flex-flow: column;
  justify-content: flex-start;
  align-items: stretch;
  width: 100%;
  display: flex;
  box-shadow: 0 4px 4px #0003;
}

.lp-q-wrapper {
  cursor: pointer;
  background-color: #cbbe9b;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.text-block-86 {
  font-family: var(--メインフォント);
  color: var(--white);
  font-size: 36px;
  line-height: 100%;
  display: flex;
}

.text-block-86._1 {
  color: var(--font-color);
}

.text-span-10 {
  font-size: 20px;
}

.lp-faq-txt-wrapper {
  width: 100%;
  padding: 16px 24px;
}

.lp-a-wrapper {
  overflow: hidden;
}

.lp-footer {
  background-color: #505059;
  width: 100%;
}

.lp-footer-wrapper {
  grid-row-gap: 60px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding: 80px 4%;
  display: flex;
}

.lp-footer-logo {
  text-decoration: none;
}

.heading-45 {
  color: var(--white);
  font-size: 40px;
  font-weight: 700;
}

.lp-footer-cta {
  grid-row-gap: 8px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.lp-button-2 {
  background-color: var(--lp-main);
  font-family: var(--メインフォント);
  color: var(--white);
  padding: 12px 80px;
  text-decoration: none;
}

.text-block-87 {
  font-size: 20px;
  line-height: 150%;
}

.text-block-88 {
  font-family: var(--メインフォント);
  color: var(--white);
  font-size: 16px;
  line-height: 150%;
}

.lp-footer-about {
  grid-template-rows: auto;
  grid-template-columns: 2fr 3fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.lp-footer-about-left,
.lp-footer-right {
  width: 100%;
}

.image-34 {
  z-index: -1;
  aspect-ratio: 878 / 806;
  width: 36vw;
  max-width: 900px;
  position: absolute;
  right: 0;
}

.image-35 {
  z-index: -1;
  aspect-ratio: 880 / 797;
  width: 12vw;
  max-width: 300px;
  position: absolute;
  bottom: 12vw;
  right: 32vw;
}

.image-36 {
  z-index: -1;
  aspect-ratio: 878 / 806;
  width: 12vw;
  max-width: 300px;
  position: absolute;
  top: 8vw;
  left: 5vw;
}

.image-37 {
  z-index: -1;
  aspect-ratio: 569 / 524;
  width: 6vw;
  max-width: 150px;
  position: absolute;
  top: 14vw;
  left: 18vw;
}

.lp-header {
  background-color: #0000;
  width: 100%;
  min-width: 100%;
  max-width: 100%;
  position: fixed;
}

.lp-header-container {
  width: 100%;
  min-width: 100%;
  padding-left: 4%;
  padding-right: 4%;
}

.lp-header-wrapper {
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  display: flex;
}

.lp-nav-link {
  font-family: var(--メインフォント);
  padding-top: 28px;
  padding-bottom: 28px;
  font-size: 16px;
}

.lp-nav-link.w--current {
  color: var(--font-color);
}

.lp-nav-menu {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.lp-button-1 {
  background-color: var(--lp-main);
  color: var(--white);
  margin-left: 20px;
  padding: 8px 24px;
}

.text-block-89 {
  font-family: var(--メインフォント);
  font-size: 16px;
}

.text-block-90 {
  font-family: var(--メインフォント);
  color: #f3f3f3;
  font-size: 9vw;
  line-height: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
}

.image-38 {
  aspect-ratio: 410 / 315;
  width: 80px;
  position: absolute;
  bottom: -65px;
  left: 75px;
}

.image-39 {
  aspect-ratio: 359 / 333;
  width: 100px;
  position: absolute;
  bottom: 80px;
  right: 47px;
}

.image-40 {
  z-index: -1;
  aspect-ratio: 689 / 517;
  width: 160px;
  position: absolute;
  top: 124px;
  left: 47px;
}

.image-41 {
  z-index: -1;
  width: 28%;
  position: absolute;
  top: 12%;
  left: 0%;
  transform: rotate(180deg);
}

.image-42 {
  aspect-ratio: 2998 / 1980;
  object-fit: cover;
  width: 100%;
}

.image-43 {
  aspect-ratio: 240 / 132;
  object-fit: cover;
  width: 100%;
}

.image-44 {
  z-index: -1;
  width: 24vw;
  min-width: 240px;
  max-width: 360px;
  position: absolute;
  top: -128px;
  right: 0;
}

.image-45 {
  z-index: -1;
  width: 24vw;
  min-width: 240px;
  max-width: 360px;
  position: absolute;
  bottom: -182px;
  right: 40px;
}

.image-46 {
  z-index: -1;
  width: 16vw;
  min-width: 160px;
  max-width: 280px;
  position: absolute;
  bottom: -47px;
  left: 0;
}

.image-47 {
  width: 70%;
  position: absolute;
  bottom: 0;
  left: 0;
}

.image-48 {
  width: 30%;
  position: absolute;
  top: 0;
  right: 0;
}

.nav-wrapper {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.image-49 {
  z-index: -1;
  opacity: 0.5;
  width: 150px;
  position: absolute;
  bottom: 100px;
  right: 0;
}

.image-50 {
  z-index: -1;
  opacity: 0.5;
  width: 120px;
  position: absolute;
  bottom: 75px;
  left: 0;
}

.image-51 {
  z-index: -1;
  opacity: 0.5;
  width: 160px;
  position: absolute;
  bottom: 0;
  right: 0;
}

.image-52 {
  z-index: -1;
  opacity: 0.5;
  width: 140px;
  position: absolute;
  bottom: 100px;
  left: 0;
}

.image-53 {
  z-index: -1;
  opacity: 0.5;
  width: 180px;
  position: absolute;
  bottom: -191px;
  right: -36px;
}

.paragraph-38 {
  font-size: 24px;
}

.sg-lp-body {
  width: 100%;
  max-height: 100svh;
  position: fixed;
  overflow: auto;
}

.renew-lp-fv-section {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: 100vh;
  padding-top: 200px;
  display: flex;
}

.renew-lp-fv-txts {
  grid-row-gap: 40px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-left: 7%;
  display: flex;
}

.renew-lp-fv-title {
  font-family: var(--renew-lp-base);
  color: #b3b3b3;
  font-size: 110px;
  line-height: var(--160);
  letter-spacing: 5.5px;
  text-shadow: 0 10px 30px #0003;
  font-weight: 600;
}

.renew-lp-fv-title:lang(en) {
  font-size: 90px;
}

.renew-lp-body {
  font-family: var(--renew-lp-base);
  color: var(--white);
  line-height: var(--120);
  background-image: url("../images/4931fcf92d1f6dcf3280f61585c10038252a5ba9.avif"),
    linear-gradient(#bfd8e38c, #bfd8e38c);
  background-position: 50% 0, 0 0;
  background-repeat: no-repeat, repeat;
  background-size: cover, auto;
  background-attachment: fixed, scroll;
  justify-content: center;
  align-items: center;
  display: flex;
}

._22px-base-txt {
  font-family: var(--renew-lp-base);
  color: var(--707070);
  font-size: 22px;
  line-height: var(--120);
  letter-spacing: 2.2px;
}

.renew-lp-nav {
  z-index: 99;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
  position: fixed;
  top: 20px;
  left: 40px;
}

.link-block-7 {
  font-family: var(--renew-lp-base);
  color: var(--707070);
  font-size: 20px;
  font-weight: 500;
  line-height: 200%;
  text-decoration: none;
}

.text-wrap-section {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  padding-top: 80px;
  padding-bottom: 280px;
  display: flex;
}

.text-wrap-section:lang(en) {
  padding-bottom: 140px;
}

.div-block-269 {
  grid-row-gap: 100px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 720px;
  display: flex;
}

.paragraph-39 {
  font-family: var(--renew-lp-base);
}

.lp-18px-base {
  font-family: var(--renew-lp-base);
  color: var(--707070);
  letter-spacing: 1.8px;
  text-shadow: 4px 4px 20px #0000;
  font-size: 24px;
  line-height: 240%;
}

.lp-18px-base:lang(en) {
  font-size: 17px;
}

.lp-18px-base.center-align {
  text-align: center;
}

.lp-18px-base.renew-text-animation {
  color: var(--707070);
  font-weight: 400;
}

._54px-lp-txt {
  color: #b3b3b3;
  font-size: 54px;
  line-height: var(--160);
  letter-spacing: 5.4px;
}

._54px-lp-txt.mobile-none.renew-text-animation:lang(en) {
  font-size: 45px;
}

.renew-lp-about-section {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  padding-top: 180px;
  padding-bottom: 248px;
  display: flex;
  position: relative;
}

.div-block-270 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 90%;
  max-width: 1200px;
  display: flex;
}

.div-block-271 {
  justify-content: space-between;
  align-items: flex-end;
  width: 100%;
  display: flex;
}

.text-block-92 {
  font-size: 50px;
}

._50px-base-txt {
  color: #b3b3b3;
  font-size: 50px;
  line-height: var(--120);
  text-shadow: 4px 4px 20px #00000040;
}

._20px-base-txt {
  color: var(--707070);
  font-size: 24px;
  line-height: var(--120);
  text-shadow: 4px 4px 20px #00000040;
}

._20px-base-txt._200 {
  white-space: nowrap;
  font-size: 24px;
  line-height: 160%;
}

.text-block-93 {
  font-weight: 500;
}

._90px-base-txt {
  color: #b3b3b3;
  line-height: var(--160);
  text-shadow: 4px 4px 20px #00000040;
  font-size: clamp(56px, 5.8vw, 90px);
  font-weight: 500;
}

.div-block-272 {
  grid-row-gap: 28px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  margin-top: 40px;
  display: flex;
}

._30px-base-txt {
  color: var(--707070);
  font-size: 30px;
  line-height: var(--120);
  letter-spacing: 3px;
  text-shadow: 4px 4px 20px #00000040;
  font-weight: 600;
}

._30px-base-txt.mobile-none {
  color: var(--707070);
}

.link-block-8 {
  z-index: 4;
  color: var(--white);
  justify-content: center;
  align-items: center;
  text-decoration: none;
  display: flex;
  position: relative;
}

.renew-lp-about-grid {
  grid-column-gap: 5%;
  grid-row-gap: 5%;
  grid-template-rows: auto;
  grid-template-columns: 0.96fr 0.64fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: flex;
  position: relative;
  top: -20px;
}

.renew-lp-image {
  object-fit: contain;
  width: 100%;
  height: 100%;
}

.renew-lp-image.left {
  padding-top: 125px;
}

.renew-lp-about-image-wrap {
  justify-content: center;
  align-items: flex-end;
  width: 100%;
  display: flex;
}

.renew-lp-about-image-wrap._2 {
  padding-top: 0;
  padding-bottom: 3vw;
}

.image-54 {
  width: 44%;
  position: absolute;
  bottom: -140px;
  right: 4%;
}

.benefits-section {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  padding-top: 140px;
  display: flex;
  position: relative;
}

.div-block-273 {
  grid-row-gap: 80px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 166px;
  display: flex;
}

.div-block-274 {
  grid-row-gap: 12px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.membership-section {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  padding-top: 260px;
  padding-bottom: 260px;
  display: flex;
}

.scrolled-cell-wrapper {
  width: 100%;
  max-height: 100vh;
  display: none;
  position: sticky;
  overflow: hidden;
}

.scrolled-cell-inside {
  width: 100%;
  height: 100vh;
}

.scrolled-cell {
  grid-column-gap: 6%;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  height: 100vh;
  display: grid;
}

.scrolled-cell-right {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  display: flex;
}

.div-block-275 {
  color: var(--707070);
  flex-flow: row;
  justify-content: center;
  align-items: center;
  display: flex;
}

._16px-base-txt {
  font-size: 16px;
  line-height: var(--120);
  font-weight: 500;
}

.scrolled-cell-num {
  background-color: var(--707070);
  width: 34px;
  height: 1px;
  margin-left: 6px;
  margin-right: 12px;
}

.scroll-num {
  font-size: 24px;
  line-height: var(--120);
  margin-bottom: 20px;
  font-weight: 500;
}

.text-block-94 {
  line-height: var(--120);
}

.text-block-95 {
  color: var(--707070);
  line-height: var(--120);
  letter-spacing: 3.4px;
  margin-top: 80px;
  margin-bottom: 50px;
  font-size: clamp(26px, 2.36vw, 34px);
}

.text-block-95:lang(en) {
  margin-top: 20px;
  margin-bottom: 30px;
}

.div-block-276 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding-right: 6%;
  display: flex;
}

.div-block-276:lang(en) {
  justify-content: flex-start;
  align-items: flex-start;
}

.scrolled-cell-scroll {
  overflow: scroll;
}

.member-ship {
  grid-column-gap: 6%;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  width: 90%;
  max-width: 1200px;
  display: grid;
}

.div-block-277 {
  grid-row-gap: 40px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.div-block-278 {
  width: 100%;
}

.div-block-279 {
  border-bottom: 1px solid var(--707070);
  width: 100%;
  padding: 68px 28px;
  text-decoration: none;
}

.div-block-280 {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.div-block-280:lang(en) {
  grid-column-gap: 17px;
  grid-row-gap: 17px;
  justify-content: space-between;
}

._24px-base-txt {
  color: var(--707070);
  font-size: 24px;
  line-height: var(--120);
  letter-spacing: 2.4px;
  text-shadow: 4px 4px 20px #00000040;
  font-weight: 500;
}

.text-block-96 {
  color: var(--707070);
  font-size: 24px;
  line-height: var(--120);
  letter-spacing: 2.4px;
  text-shadow: 4px 4px 20px #00000040;
  width: 28%;
  font-weight: 500;
}

.text-block-96:lang(en) {
  white-space: nowrap;
  width: 42%;
}

.div-block-281 {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.apply-section {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  padding-top: 160px;
  padding-bottom: 160px;
  display: flex;
}

.apply-wrapper {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 90%;
  max-width: 1200px;
  display: flex;
}

._140px-base {
  color: #b3b3b3;
  line-height: var(--160);
  text-align: center;
  text-shadow: 4px 4px 20px #00000040;
  font-size: clamp(110px, 9.72vw, 140px);
}

.div-block-282 {
  grid-row-gap: 60px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  margin-top: 20px;
  display: flex;
}

.link-block-9 {
  grid-column-gap: 12px;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.link-arrow {
  background-color: var(--707070);
  -webkit-clip-path: polygon(0 0, 0% 100%, 100% 50%);
  clip-path: polygon(0 0, 0% 100%, 100% 50%);
  width: 10px;
  height: 10px;
  box-shadow: 4px 4px 20px #00000040;
}

.link-arrow.bigger {
  width: 15px;
  height: 20px;
}

.lp-faq-section {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  padding-top: 200px;
  padding-bottom: 80px;
  display: flex;
}

.lp-faq-wrapper {
  grid-column-gap: 6%;
  grid-template-rows: auto;
  grid-template-columns: 0.3fr 1fr;
  grid-auto-columns: 1fr;
  width: 90%;
  max-width: 1200px;
  display: grid;
}

.div-block-284 {
  grid-row-gap: 20px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding-top: 60px;
  display: flex;
}

.text-block-97 {
  font-size: 108px;
  line-height: var(--120);
  font-weight: 500;
}

.div-block-285 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
}

.lp-faq-contain {
  border-bottom: 1px solid var(--707070);
  width: 100%;
  padding-bottom: 60px;
}

.lp-q-card {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding-top: 60px;
  padding-left: 30px;
  padding-right: 30px;
  display: flex;
}

.lp-faq-arrow {
  width: 12px;
  height: 16px;
  transform: rotate(90deg);
}

.faq-lp-arrow {
  filter: invert(55%);
  background-image: url("../images/icon_arrowRight-black.svg.svg");
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  justify-content: center;
  align-items: center;
  width: 16px;
  height: 16px;
  padding: 10px;
  display: flex;
  position: relative;
  transform: rotate(90deg);
}

.faq-lp-arrow.active {
  background-image: url("../images/Frame.svg");
  background-repeat: no-repeat;
  background-size: contain;
  transform: rotate(180deg);
}

.faq-lp-arrow.language {
  filter: invert(45%);
  width: 10px;
  height: 10px;
  padding: 8px;
  position: static;
}

.lp-a-card {
  width: 100%;
}

.div-block-287 {
  width: 100%;
  padding-top: 48px;
  padding-left: 30px;
  padding-right: 30px;
}

.renew-lp-footer-section {
  background-color: #a0b4bd;
}

.renew-lp-footer-wrap {
  grid-template-rows: auto;
  grid-template-columns: 1fr 0.28fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.renew-lp-footer-left {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.renew-lp-foot-link {
  grid-row-gap: 18px;
  color: var(--white);
  border-bottom: 1px solid #cecece;
  border-right: 1px solid #cecece;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-top: 48px;
  padding-bottom: 48px;
  text-decoration: none;
  display: flex;
}

._40px-base-txt {
  font-size: 40px;
  line-height: var(--120);
  letter-spacing: 4px;
  font-weight: 500;
}

.image-55 {
  aspect-ratio: 10 / 7;
  width: 20px;
}

.div-block-288 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 0.28fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.div-block-289 {
  border-bottom: 1px solid #cecece;
  border-right: 1px solid #cecece;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-top: 70px;
  padding-bottom: 70px;
  display: flex;
}

.div-block-289.mobile-none,
.div-block-289.tablet-none {
  display: flex;
}

.div-block-289.tablet {
  display: none;
}

.copyright-lp {
  font-size: 16px;
}

.div-block-290 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
}

.div-block-291 {
  grid-column-gap: 40px;
  border-bottom: 1px solid #cecece;
  border-right: 1px solid #ccc;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-top: 34px;
  padding-bottom: 34px;
  display: flex;
}

.div-block-292 {
  aspect-ratio: 1;
  background-color: var(--white);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 40px;
  display: flex;
}

.image-56 {
  aspect-ratio: 14 / 15;
  width: 14px;
}

.div-block-293 {
  border-bottom: 1px solid #ccc;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-top: 16px;
  padding-bottom: 16px;
  text-decoration: none;
  display: flex;
}

.text-block-98 {
  color: var(--white);
  font-size: 12px;
  line-height: var(--120);
  font-weight: 500;
}

.renew-lp-kasoufv-sectioin {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  display: flex;
  position: relative;
}

._60px-base-txt {
  line-height: var(--120);
  letter-spacing: 3px;
  font-size: clamp(52px, 4.6vw, 60px);
}

._60px-base-txt.tablet-none {
  color: var(--707070);
}

._60px-base-txt.tablet-none:lang(en) {
  font-size: clamp(40px, 4vw, 50px);
}

.text-block-99 {
  color: var(--a0b4bd);
  font-size: 30px;
  line-height: var(--120);
  text-shadow: 4px 4px 20px #00000040;
  font-weight: 500;
  position: absolute;
  top: 80px;
}

.renew-about-inner-section {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  padding-top: 80px;
  padding-bottom: 280px;
  display: flex;
  position: relative;
}

.renew-about-inner-section.form {
  padding-bottom: 80px;
}

.renew-about-inner-wrap {
  grid-row-gap: 160px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 90%;
  max-width: 1200px;
  display: flex;
}

.div-block-294 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.div-block-294.absolute {
  position: absolute;
  bottom: 0;
}

._20px-blue-txt {
  color: var(--a0b4bd);
  font-size: 24px;
  line-height: var(--120);
  font-weight: 500;
}

.text-block-100 {
  line-height: var(--160);
}

.text-block-101 {
  color: var(--a0b4bd);
  font-size: 50px;
  line-height: var(--160);
  letter-spacing: 4px;
  font-weight: 800;
}

.text-block-102 {
  color: var(--707070);
  text-align: center;
  letter-spacing: 1.8px;
  margin-top: 42px;
  font-size: 24px;
  line-height: 240%;
}

.div-block-295 {
  justify-content: space-between;
  align-items: flex-start;
  width: 80%;
  max-width: 1200px;
  display: flex;
}

.div-block-295:lang(en) {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  width: 100%;
}

.div-block-296 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.div-block-297 {
  grid-row-gap: 20px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 460px;
  font-size: 24px;
  display: flex;
}

.text-block-103 {
  color: var(--707070);
  font-size: 24px;
  line-height: var(--160);
  letter-spacing: 1.8px;
  max-width: 460px;
  font-weight: 500;
}

.links-contain-section {
  grid-column-gap: 14%;
  background-image: linear-gradient(#ebebebb3, #ebebebb3),
    url("../images/79b2308230b7b045340624dc97a00b0d4ff0e34a-1.avif");
  background-position: 0 0, 50% 0;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  justify-content: center;
  align-items: center;
  padding-top: 250px;
  padding-bottom: 250px;
  display: flex;
}

.guidelines-section {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  height: 300px;
  display: flex;
}

.div-block-298 {
  grid-row-gap: 16px;
  color: var(--707070);
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  margin-top: 42px;
  display: flex;
}

.link-3 {
  color: var(--707070);
  font-size: 18px;
  line-height: var(--160);
  text-decoration: none;
}

.div-block-299 {
  grid-row-gap: 40px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.link-4 {
  color: var(--707070);
}

.renew-lp-form-section {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  padding-bottom: 260px;
  display: flex;
}

.renew-lp-form-wrap {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 90%;
  max-width: 1200px;
  margin-top: 80px;
  display: flex;
}

.form-block-2 {
  width: 100%;
  max-width: 800px;
}

.div-block-300 {
  grid-row-gap: 12px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.div-block-300.none:lang(en) {
  display: none;
}

.div-block-301 {
  grid-column-gap: 10px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.field-label {
  color: var(--707070);
  font-size: 16px;
  line-height: var(--160);
  letter-spacing: 1.6px;
  white-space: nowrap;
  margin-bottom: 0;
  font-weight: 500;
}

.div-block-302 {
  background-color: var(--a0b4bd);
  padding-left: 8px;
  padding-right: 8px;
}

.text-block-104 {
  font-size: 12px;
  font-weight: 500;
  line-height: 200%;
}

.text-field-2 {
  background-color: var(--white);
  border: 1px solid #ccc;
  border-radius: 4px;
  width: 100%;
  min-height: 44px;
  margin-bottom: 0;
}

.text-field-2._2 {
  width: 72%;
}

.div-block-303 {
  grid-column-gap: 8px;
  justify-content: flex-start;
  align-items: flex-end;
  width: 100%;
  display: flex;
}

.select-field-2 {
  background-color: var(--white);
  margin-bottom: 0;
}

.div-block-304 {
  grid-column-gap: 32px;
  justify-content: flex-start;
  align-items: center;
  width: 60%;
  display: flex;
}

.div-block-305 {
  grid-column-gap: 8px;
  justify-content: flex-start;
  align-items: center;
  width: 50%;
  display: flex;
}

.textarea-2 {
  border: 1px solid #ccc;
  border-radius: 4px;
  width: 100%;
  height: 250px;
  min-height: 250px;
  margin-bottom: 0;
}

.form-2 {
  grid-row-gap: 160px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
}

.div-block-306 {
  grid-row-gap: 40px;
  flex-flow: column;
  width: 100%;
  display: flex;
}

.submit-button-2 {
  background-color: var(--a0b4bd);
  font-size: 24px;
  line-height: var(--120);
  letter-spacing: 2.4px;
  border-radius: 8px;
  width: 440px;
  padding-top: 22px;
  padding-bottom: 22px;
}

.text-block-105 {
  color: var(--707070);
  text-align: center;
  margin-top: 80px;
  font-size: 18px;
  line-height: 240%;
}

.radio-button-field {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 0;
  padding-left: 10px;
  display: flex;
}

.radio-button {
  margin-top: 0;
}

.div-block-307 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.mobile-none {
  display: block;
}

.div-block-308 {
  width: 100%;
  display: none;
}

.tablet {
  display: none;
}

.tablet-none {
  display: block;
}

.renew-lp-nav-mobile,
.label-menu-icon {
  display: none;
}

.div-block-309 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  justify-content: flex-start;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.footer-card {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding-top: 12px;
  padding-left: 24px;
  text-decoration: none;
  display: flex;
}

._14px {
  color: #333;
  font-family: Noto Sans JP, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 100%;
}

.link-block-10 {
  text-decoration: none;
}

.contact-botton {
  background-color: #fff;
  border: 1px solid #1c3176;
  margin-left: 22px;
  padding: 16px 24px;
  text-decoration: none;
}

.contact-botton.head {
  justify-content: center;
  align-items: center;
  margin-left: 26px;
  display: flex;
}

.div-block-310 {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

._16px {
  color: #333;
  margin-bottom: 0;
  font-family: Noto Sans JP, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 100%;
}

.slide-nav-menu {
  display: none;
}

.apply-button {
  background-image: url("../images/CTA_btn_1CTA_btn.webp");
  background-position: 0 0;
  background-size: cover;
  border-right: 2px solid #888989;
  justify-content: center;
  align-items: center;
  margin-left: 16px;
  padding: 17px 24px;
  text-decoration: none;
  display: flex;
  box-shadow: 0.5px 0.5px #959595;
}

.apply-button.head {
  margin-left: 18px;
}

.image-57 {
  aspect-ratio: 3 / 5;
  width: 12px;
}

._18px {
  color: #333;
  font-family: Noto Sans JP, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 100%;
}

._18px.keep-all {
  word-break: keep-all;
}

._18px.main-color-text {
  color: #1c3176;
}

._18px.main-color-text.keep-all {
  word-break: keep-all;
}

.div-block-311 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.success-message-2 {
  background-color: var(--a0b4bd);
  padding-top: 100px;
  padding-bottom: 100px;
}

.error-message {
  margin-top: 0;
}

.div-block-312 {
  z-index: 1;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  display: flex;
  position: sticky;
  top: 0;
}

.div-block-312._2 {
  z-index: 2;
}

.div-block-312._3 {
  z-index: 3;
}

.div-block-312._4 {
  z-index: 4;
}

.div-block-313 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  min-width: 100%;
  max-width: 100%;
  display: flex;
}

.div-block-314 {
  width: 100%;
  max-width: 100%;
}

.image-58 {
  object-fit: cover;
  width: 100%;
  height: 100svh;
  min-height: 100svh;
  max-height: 100svh;
  position: sticky;
  top: 0;
}

.image-58:lang(en) {
  max-height: 130svh;
}

.div-block-315 {
  grid-column-gap: 6%;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: flex-start;
  display: grid;
  position: relative;
}

.div-block-316 {
  display: flex;
  position: relative;
}

.div-block-317 {
  justify-content: flex-start;
  align-items: center;
  height: 100svh;
  min-height: 100svh;
  max-height: 100svh;
  display: flex;
  position: relative;
}

.div-block-317:lang(en) {
  justify-content: flex-start;
  align-items: center;
}

.div-block-319 {
  z-index: -1;
  height: 70svh;
  position: sticky;
  top: 0;
  left: 0;
  right: 0;
}

.div-block-320 {
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
}

.div-block-321 {
  flex-flow: column;
  display: flex;
}

.image-59 {
  width: 100%;
}

.link-block-13 {
  color: #707070;
  font-family: Noto Serif JP, sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 200%;
  text-decoration: none;
}

.image-60 {
  filter: invert(55%);
}

.locales-wrapper {
  padding-left: 0;
  padding-right: 10px;
  position: absolute;
  top: 36px;
  left: 0;
  right: 0;
  overflow: hidden;
}

.dropdown {
  position: fixed;
  inset: 10px 10px auto auto;
}

.language {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  color: var(--font-color);
  justify-content: center;
  align-items: flex-start;
  transition: all 0.4s;
  display: flex;
  position: fixed;
  inset: 10px 30px auto auto;
  overflow: visible;
  z-index: 10;
}

.locale {
  color: var(--font-color);
  border-bottom: 2px solid #8888881f;
}

.locale._2 {
  border-bottom-width: 0;
}

.text-block-107 {
  font-size: 17px;
}

.dropdown-list {
  background-color: #ddd;
}

.dropdown-list.w--open {
  -webkit-backdrop-filter: blur(1px);
  backdrop-filter: blur(1px);
  background-color: #0000;
}

.link-5 {
  color: #757575;
  padding: 10px 0 10px 5px;
  text-decoration: none;
  display: flex;
}

.link-5.w--current {
  color: #b0b0b0;
  text-decoration: none;
}

.div-block-322 {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  cursor: pointer;
  justify-content: center;
  align-items: center;
  padding: 10px 5px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.text-block-108 {
  color: #757575;
  font-size: 18px;
}

.link-6,
.link-6:lang(en) {
  color: var(--707070);
}

.picture-section {
  padding-top: 80px;
  padding-bottom: 160px;
}

.picture-wrapper {
  width: 90%;
  max-width: 1200px;
}

.div-block-324 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.text-block-109 {
  font-family: var(--メインフォント);
  color: var(--font-color);
  margin-top: 40px;
  font-size: 24px;
  line-height: 150%;
}

.text-block-109.no-margin {
  margin-top: 0;
}
element.style {
  display: block;
  border: 0px !important;
}
.renew-lp-foot-link {
  border: none !important;
}

@media screen and (min-width: 1280px) {
  .background-video {
    display: none;
  }

  .lp-fv-wrapper {
    max-height: 950px;
  }
}

@media screen and (min-width: 1440px) {
  .button {
    background-color: #b02b2b;
  }

  .div-block-62.vw {
    grid-column-gap: 70px;
    grid-row-gap: 70px;
  }

  .grid-card.vw {
    width: 100%;
  }

  .image-div.vw {
    padding-top: 75%;
  }

  .text-block-21.vw {
    font-size: 20px;
  }

  .paragraph-div {
    height: 200px;
  }

  .paragraph-11.vw {
    font-size: 16px;
  }

  .button-2.vw {
    padding-left: 60px;
    padding-right: 60px;
    font-size: 20px;
  }

  .paragraph-13 {
    font-size: 20px;
  }

  .paragraph-16.vw {
    font-size: 16px;
  }

  .heading-17.vw {
    font-size: 32px;
  }

  .heading-18.vw {
    font-size: 24px;
  }

  .heading-19.vw {
    font-size: 32px;
  }

  .heading-20.vw {
    font-size: 24px;
  }

  .paragraph-17.vw,
  .paragraph-20.vw,
  .paragraph-20.vw._1 {
    font-size: 16px;
  }

  .div-block-116 {
    max-width: 1280px;
  }

  .lp-fv-section {
    max-height: 100vh;
  }

  .lp-header {
    background-color: #0000;
    width: 100%;
    min-width: 100%;
    max-width: 100%;
  }

  .lp-header-container {
    width: 100%;
    min-width: 100%;
    max-width: 100%;
  }

  .lp-header-wrapper {
    width: 100%;
  }

  .text-block-89 {
    line-height: 150%;
  }

  .text-block-90 {
    line-height: 100%;
  }

  .scrolled-cell {
    grid-column-gap: 8%;
  }

  .div-block-298 {
    grid-row-gap: 10px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    margin-top: 42px;
    display: flex;
  }

  .link-3 {
    color: var(--white);
    font-size: 18px;
    line-height: var(--160);
  }
}

@media screen and (min-width: 1920px) {
  .page-loader_component {
    display: none;
  }

  .animation {
    transform: translate(-101%) rotate(-10deg);
  }

  .image-54 {
    bottom: -176px;
  }
}

@media screen and (max-width: 991px) {
  p {
    font-size: 20px;
  }

  .sg-body.sub {
    margin-top: 70px;
  }

  .image {
    display: none;
  }

  .navbar {
    z-index: 99;
  }

  .brand.w--current {
    z-index: 99;
    position: relative;
  }

  .nav-menu {
    background-color: var(--メインカラー);
    height: 100vh;
    margin-top: -79px;
  }

  .nav-link {
    color: var(--white);
    font-size: 20px;
  }

  .heading {
    font-size: 32px;
  }

  .text-block-2 {
    font-size: 17px;
  }

  .text-block-2.mobile {
    text-align: center;
    display: none;
  }

  .area-2 {
    padding-top: 40px;
    padding-bottom: 100px;
  }

  .heading-3 {
    font-size: 36px;
  }

  .heading-2 {
    font-size: 28px;
  }

  .div-block-6 {
    padding-bottom: 20px;
  }

  .card-text-and-image {
    margin-bottom: 20px;
  }

  .div-block-8 {
    margin-bottom: 30px;
  }

  .div-block-9 {
    box-shadow: none;
    background-color: #fff0;
    width: 100%;
    margin-top: 30px;
  }

  .image-4 {
    width: 100%;
    max-width: 100%;
    height: auto;
    min-height: auto;
    max-height: none;
    position: static;
  }

  .text-block-4 {
    font-size: 19px;
  }

  .area-3 {
    padding-top: 40px;
  }

  .div-block-13 {
    min-width: 700px;
  }

  .area-4 {
    padding-top: 100px;
    padding-bottom: 60px;
  }

  .div-block-16 {
    max-width: 100%;
  }

  .div-block-19 {
    padding-left: 60px;
    padding-right: 60px;
  }

  .text-block-7 {
    text-align: center;
    display: none;
  }

  .text-block-7.tablet {
    display: block;
  }

  .div-block-21 {
    width: 90%;
  }

  .features-grid {
    grid-column-gap: 2vw;
    grid-row-gap: 2vw;
    width: 94%;
  }

  .features-card {
    padding-left: 1vw;
    padding-right: 1vw;
  }

  .div-block-24 {
    flex-flow: column-reverse;
    display: flex;
  }

  .div-block-24._2 {
    flex-flow: column;
  }

  .div-block-25 {
    justify-content: flex-start;
    align-items: center;
  }

  .div-block-26,
  .div-block-27 {
    justify-content: center;
    align-items: center;
  }

  .heading-9 {
    font-size: 32px;
  }

  .heading-10 {
    margin-bottom: 30px;
    font-size: 40px;
  }

  .paragraph-6 {
    font-size: 18px;
  }

  .text-block-9 {
    font-size: 21px;
  }

  .div-block-36 {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
  }

  .div-block-38 {
    flex-flow: row;
    margin-top: 60px;
    margin-right: 40px;
  }

  .div-block-40 {
    padding-left: 60px;
    padding-right: 60px;
  }

  .sub-image-top.corporate-philosophy {
    padding-top: 140px;
    padding-bottom: 140px;
  }

  .heading-11 {
    font-size: 48px;
  }

  .text-block-14 {
    font-size: 24px;
  }

  .div-block-42 {
    padding-top: 100px;
  }

  .heading-12 {
    font-size: 38px;
  }

  .div-block-43 {
    width: 172px;
  }

  .text-block-15 {
    font-size: 26px;
  }

  .paragraph-7 {
    width: 80%;
    font-weight: 500;
    line-height: 200%;
  }

  .button,
  .text-block-16 {
    font-size: 18px;
  }

  .div-block-45 {
    flex-flow: column-reverse;
    justify-content: center;
    align-items: center;
    padding-bottom: 85px;
  }

  .container-2 {
    max-width: 728px;
  }

  .testimonial-left {
    width: 40%;
    margin-right: 40px;
  }

  .testimonial-right {
    margin-left: 0;
  }

  .div-block-48 {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .background-video {
    width: 92%;
    min-height: auto;
  }

  .about-company-section {
    padding-top: 120px;
  }

  .div-block-49 {
    width: 90%;
    min-width: auto;
  }

  .div-block-50 {
    min-width: auto;
  }

  .div-block-53 {
    width: 90%;
    min-width: 60%;
  }

  .text-block-19 {
    font-size: 20px;
  }

  .div-block-58 {
    width: 60%;
  }

  .div-block-59 {
    padding-top: 60px;
    padding-bottom: 80px;
  }

  .heading-14 {
    font-size: 40px;
  }

  .text-block-20 {
    font-size: 22px;
  }

  .paragraph-10 {
    font-size: 19px;
  }

  .heading-15 {
    font-size: 28px;
  }

  .div-block-62.vw {
    grid-column-gap: 6vw;
    grid-row-gap: 6vw;
    grid-template-columns: 1fr;
  }

  .grid-card.vw {
    width: 60%;
  }

  .image-div.vw._1,
  .image-div.vw._2,
  .image-div.vw._3 {
    padding-top: 65%;
  }

  .text-block-21.vw {
    font-size: 21px;
  }

  .paragraph-div {
    height: auto;
  }

  .paragraph-11.vw {
    font-size: 17px;
  }

  .button-2.vw {
    font-size: 20px;
  }

  .div-block-64 {
    width: 100%;
    max-width: 100%;
  }

  .image-10 {
    min-width: auto;
  }

  .div-block-65 {
    min-width: 90%;
  }

  .div-block-66 {
    min-width: auto;
    max-width: none;
  }

  .text-block-23 {
    font-size: 17px;
  }

  .text-block-24,
  .text-block-25 {
    font-size: 30px;
  }

  .div-block-72 {
    padding-top: 60px;
  }

  .div-block-73 {
    flex-flow: column-reverse;
    justify-content: flex-end;
    align-items: center;
  }

  .div-block-74 {
    width: 100%;
  }

  .div-block-75 {
    width: 60%;
    margin-bottom: 40px;
  }

  .paragraph-13 {
    font-size: 17px;
  }

  .text-block-26 {
    font-size: 25px;
  }

  .text-block-27 {
    font-size: 17px;
  }

  .heading-16 {
    font-size: 27px;
  }

  .text-block-28 {
    font-size: 20px;
  }

  .text-span {
    font-size: 15px;
  }

  .div-block-83 {
    width: 7vw;
  }

  .text-block-29 {
    font-size: 22px;
  }

  .paragraph-15 {
    font-size: 16px;
  }

  .div-block-88 {
    flex-flow: column-reverse;
    justify-content: flex-end;
    align-items: center;
    padding-top: 60px;
  }

  .div-block-88._2 {
    flex-flow: column;
  }

  .div-block-89 {
    width: 100%;
  }

  .div-block-90 {
    width: 60%;
  }

  .paragraph-16.vw {
    font-size: 17px;
  }

  .heading-17.vw {
    font-size: 22px;
  }

  .div-block-91 {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 10px;
    display: flex;
  }

  .heading-18.vw {
    font-size: 18px;
  }

  .div-block-93 {
    width: 90%;
  }

  .div-block-95 {
    width: 50%;
  }

  .heading-19.vw {
    font-size: 4vw;
  }

  .heading-20.vw {
    font-size: 3vw;
  }

  .paragraph-17.vw {
    font-size: 1.9vw;
  }

  .div-block-98 {
    min-width: 700px;
    padding: 40px;
  }

  .paragraph-18 {
    font-size: 18px;
  }

  .div-block-100 {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .div-block-102 {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    margin-top: 30px;
  }

  .div-block-103 {
    padding: 30px 50px 30px 40px;
  }

  .paragraph-19 {
    font-size: 18px;
  }

  .heading-21 {
    font-size: 30px;
  }

  .text-block-30 {
    font-size: 18px;
  }

  .div-block-107 {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
  }

  .div-block-108 {
    width: 70%;
  }

  .div-block-109 {
    width: 100%;
  }

  .paragraph-20.vw,
  .paragraph-20.vw._1 {
    font-size: 16px;
    font-weight: 500;
  }

  .div-block-110._2 {
    padding-top: 100px;
  }

  .div-block-111 {
    flex-flow: column;
  }

  .div-block-111.swich {
    flex-flow: column-reverse;
  }

  .div-block-112 {
    width: 100%;
    padding: 20px 20px 30px;
  }

  .div-block-112._2 {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .div-block-113 {
    width: 100%;
    padding-top: 65%;
  }

  .button-4 {
    padding: 20px 40px;
    font-size: 16px;
  }

  .div-block-116 {
    margin-top: 20px;
  }

  .div-block-117 {
    justify-content: flex-start;
    align-items: center;
  }

  .heading-24 {
    font-size: 25px;
  }

  .div-block-120 {
    padding: 15px 40px;
  }

  .div-block-120.under-space {
    margin-bottom: 20px;
  }

  .text-block-31 {
    font-size: 18px;
  }

  .div-block-121 {
    width: 100%;
    padding-top: 20px;
  }

  .div-block-121._2 {
    margin-top: 20px;
  }

  .paragraph-22 {
    margin-bottom: 20px;
    font-size: 17px;
  }

  .image-18 {
    display: none;
  }

  .image-18.not-pc {
    width: 100%;
    display: block;
  }

  .image-18.not-pc._22 {
    margin-top: 20px;
  }

  .paragraph-23 {
    font-size: 17px;
  }

  .heading-25 {
    font-size: 30px;
  }

  .text-block-32 {
    font-size: 18px;
  }

  .paragraph-24 {
    font-size: 16px;
  }

  .heading-26 {
    font-size: 40px;
  }

  .div-block-146._2 {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    position: relative;
  }

  .div-block-147 {
    width: 65%;
  }

  .div-block-148 {
    width: 100%;
  }

  .div-block-149 {
    left: 0%;
  }

  .text-block-38 {
    position: absolute;
    top: 0;
  }

  .text-block-41 {
    font-size: 18px;
  }

  .heading-30 {
    font-size: 34px;
  }

  .paragraph-28 {
    font-size: 18px;
  }

  .div-block-154 {
    min-width: 90%;
  }

  .div-block-154.last {
    min-width: auto;
  }

  .heading-31 {
    font-size: 38px;
  }

  .paragraph-29 {
    font-size: 18px;
  }

  .div-block-161 {
    min-width: 600px;
  }

  .text-block-43 {
    font-size: 18px;
  }

  .div-block-165 {
    width: 90%;
    min-width: auto;
  }

  .heading-32 {
    font-size: 24px;
  }

  .text-block-49 {
    font-size: 20px;
  }

  .tabs-wrapper {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: flex;
  }

  .links {
    margin-left: 20px;
    margin-right: 20px;
  }

  .links.w--current {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }

  .collection-list-wrapper {
    min-width: auto;
  }

  .link-block-4 {
    padding: 15px 20px;
  }

  .text-block-51 {
    font-size: 18px;
  }

  .div-block-174 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .text-block-52 {
    font-size: 15px;
  }

  .heading-33 {
    margin-top: 20px;
  }

  .div-block-175 {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .div-block-176 {
    width: 40px;
    min-width: 40px;
    max-width: 40px;
    height: 40px;
    min-height: 40px;
    max-height: 40px;
    margin-left: 20px;
  }

  .div-block-185 {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .text-block-55 {
    font-size: 25px;
  }

  .div-block-186 {
    margin-bottom: 20px;
    padding: 10px 20px 12px;
  }

  .top-image-mobile {
    width: 100%;
    min-width: 100%;
    display: block;
  }

  .menu-button {
    color: var(--white);
    font-size: 30px;
  }

  .menu-button.w--open {
    color: var(--black);
    background-color: #0000;
  }

  .paragraph-30 {
    font-size: 17px;
  }

  .menu-button-2 {
    color: var(--white);
    font-size: 30px;
  }

  .menu-button-2.w--open {
    color: var(--black);
    background-color: #0000;
  }

  .div-block-191 {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    display: flex;
  }

  .membership-terms-wrapper {
    padding-top: 120px;
  }

  .paragraph-31 {
    font-size: 17px;
    line-height: 180%;
  }

  .text-span-5 {
    font-size: 19px;
    line-height: 180%;
  }

  .container-3 {
    flex-flow: row;
    justify-content: space-between;
    align-items: flex-start;
  }

  .nav-menu-2 {
    background-color: var(--white);
  }

  .div-block-198 {
    width: 100%;
  }

  .lp-top {
    height: auto;
  }

  .div-block-199 {
    justify-content: center;
    align-items: center;
  }

  .div-block-200 {
    width: 80%;
  }

  .div-block-202 {
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-top: 40px;
    position: relative;
  }

  .div-block-204 {
    padding: 20px 28px;
  }

  .text-block-58 {
    font-size: 16px;
  }

  ._1200px-wrapper.center {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .div-block-206 {
    width: 95%;
  }

  .div-block-210 {
    width: 41%;
  }

  .div-block-211 {
    max-width: 700px;
  }

  .div-block-216 {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    padding-left: 10px;
    padding-right: 10px;
  }

  .text-block-67 {
    font-size: 18px;
  }

  .div-block-220 {
    width: 95%;
  }

  .heading-38 {
    font-size: 28px;
    font-weight: 500;
  }

  .red-back-section {
    padding-bottom: 40px;
  }

  .text-block-70 {
    font-size: 26px;
    font-weight: 500;
  }

  .scam-section {
    background-position: 74% 0;
  }

  .div-block-222 {
    width: 40px;
    height: 40px;
    bottom: -39px;
  }

  .div-block-225 {
    width: 95%;
  }

  .text-block-72 {
    font-size: 20px;
  }

  .div-block-231 {
    width: 95%;
  }

  .div-block-232 {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    margin-top: 20px;
  }

  .text-block-73 {
    letter-spacing: -1px;
    font-size: 20px;
  }

  .text-block-74 {
    letter-spacing: -2px;
    font-size: 18px;
  }

  .div-block-233 {
    top: -42px;
  }

  .div-block-234 {
    width: 80px;
    height: 80px;
  }

  .div-block-235 {
    width: 70px;
    height: 70px;
  }

  .text-block-76 {
    font-size: 36px;
  }

  ._1000px-wrapper {
    width: 95%;
  }

  .text-block-78 {
    font-size: 26px;
  }

  .div-block-242 {
    grid-row-gap: 50px;
    flex-flow: row;
    grid-template-columns: 1fr 1fr;
    justify-content: center;
    align-items: flex-start;
    width: 95%;
    display: flex;
  }

  .div-block-243 {
    width: 40%;
  }

  .text-block-79 {
    font-size: 20px;
  }

  .div-block-246 {
    width: 95%;
  }

  .heading-40 {
    font-size: 20px;
  }

  .voice-grid {
    width: 95%;
  }

  .text-block-80 {
    letter-spacing: -1px;
    font-size: 16px;
  }

  .div-block-256 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .text-block-81 {
    font-size: 24px;
  }

  .div-block-257 {
    width: 65px;
    height: 65px;
    top: 30px;
    left: -40px;
  }

  .div-block-257._2 {
    right: -40px;
  }

  .div-block-261 {
    width: 95%;
  }

  .text-block-82 {
    font-size: 18px;
  }

  .text-block-83 {
    font-size: 26px;
  }

  .text-block-83.mobile {
    display: block;
  }

  .text-block-83.mobile-none {
    display: none;
  }

  .div-block-264 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .div-block-265 {
    width: 312px;
  }

  .footer-section {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .div-block-267 {
    width: 100%;
  }

  .menu-button-3 {
    border: 1px solid #ccc;
    padding: 10px;
  }

  .menu-button-3.w--open {
    background-color: var(--white);
  }

  .icon-2 {
    background-image: url("https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg");
    background-position: 0 0;
    background-size: auto;
  }

  .image-31 {
    display: none;
  }

  .lp-fv-wrapper {
    padding-left: 6%;
  }

  .heading-41 {
    font-size: clamp(32px, 3.6vw, 60px);
  }

  .lp-main-container {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .lp-section-top-wrapper {
    grid-row-gap: 36px;
  }

  .lp-section-title {
    grid-row-gap: 8px;
  }

  .heading-42 {
    font-size: 40px;
  }

  .heading-43 {
    font-size: 28px;
  }

  .paragraph-35 {
    font-size: 20px;
  }

  .lp-about-detail-grid {
    grid-row-gap: 100px;
    margin-top: 100px;
  }

  .heading-44 {
    word-break: keep-all;
    font-size: 28px;
  }

  .lp-about-detail-txt-area {
    grid-row-gap: 16px;
  }

  .paragraph-36 {
    font-size: 17px;
  }

  .lp-about-detail-img-area {
    justify-content: flex-start;
    align-items: center;
  }

  .lp--card-2 {
    grid-column-gap: 4%;
  }

  .lp-terms-wrapper,
  .lp-faq-grid {
    margin-top: 50px;
  }

  .text-span-10 {
    font-size: 18px;
  }

  .lp-faq-txt-wrapper {
    cursor: pointer;
    overflow: hidden;
  }

  .lp-footer-wrapper {
    grid-row-gap: 50px;
    padding-top: 70px;
    padding-bottom: 70px;
  }

  .heading-45 {
    font-size: 36px;
  }

  .lp-nav-link {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .lp-nav-menu {
    background-color: var(--white);
  }

  .lp-menu-button {
    color: var(--lp-main);
    font-size: 32px;
  }

  .lp-menu-button.w--open {
    color: #b0954b80;
    background-color: #0000;
  }

  .lp-button-1 {
    margin-top: 20px;
    margin-left: 0;
    padding-left: 40px;
    padding-right: 40px;
  }

  .image-40 {
    z-index: -1;
    left: 0;
  }

  .image-44 {
    top: -186px;
  }

  .image-45 {
    right: 12px;
  }

  .image-46 {
    bottom: -131px;
  }

  .nav-wrapper {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    height: calc(100vh - 68px);
    display: flex;
  }

  .image-49 {
    bottom: 20px;
  }

  .image-50 {
    width: 100px;
    bottom: 0;
  }

  .image-52 {
    bottom: 40px;
  }

  .image-53 {
    width: 150px;
  }

  .paragraph-37 {
    font-size: 16px;
  }

  .renew-lp-fv-section {
    justify-content: center;
    align-items: center;
    padding-top: 0;
  }

  .renew-lp-fv-txts {
    justify-content: flex-start;
    align-items: center;
    margin-left: 0%;
  }

  .renew-lp-fv-title {
    text-align: center;
    font-size: 90px;
  }

  ._22px-base-txt {
    font-size: 18px;
  }

  .text-wrap-section {
    padding-top: 60px;
    padding-bottom: 220px;
  }

  .div-block-269 {
    grid-row-gap: 90px;
  }

  .lp-18px-base {
    font-size: 16px;
  }

  ._54px-lp-txt {
    font-size: 48px;
  }

  .renew-lp-about-section {
    padding-top: 140px;
  }

  ._50px-base-txt {
    font-size: 40px;
  }

  ._20px-base-txt {
    font-size: 18px;
  }

  ._90px-base-txt {
    font-size: clamp(48px, 5.8vw, 70px);
  }

  ._90px-base-txt.mobile-none {
    word-break: break-all;
  }

  ._30px-base-txt {
    font-size: 24px;
  }

  .renew-lp-about-grid {
    grid-template-columns: 0.96fr 0.25fr 1fr;
  }

  .renew-lp-image {
    aspect-ratio: auto;
    height: 100%;
  }

  .renew-lp-image.left {
    padding-top: 0;
  }

  .renew-lp-about-image-wrap {
    padding-top: 80px;
  }

  .renew-lp-about-image-wrap._2 {
    padding-bottom: 60px;
  }

  .image-54 {
    bottom: 3px;
  }

  .benefits-section {
    padding-top: 120px;
  }

  .div-block-273 {
    margin-bottom: 120px;
  }

  .membership-section {
    padding-top: 200px;
    padding-bottom: 200px;
  }

  .scrolled-cell-wrapper {
    width: 90%;
    max-height: none;
    display: flex;
  }

  .scrolled-cell-inside {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    height: auto;
    display: flex;
  }

  .scrolled-cell {
    grid-row-gap: 20px;
    flex-flow: column;
    grid-template-columns: 1fr;
    justify-content: flex-start;
    align-items: center;
    height: auto;
  }

  .scrolled-cell-right {
    justify-content: center;
    align-items: center;
  }

  .text-block-95 {
    text-align: center;
    margin-top: 72px;
    margin-bottom: 48px;
  }

  .div-block-276 {
    justify-content: flex-start;
    align-items: center;
    padding-right: 0%;
  }

  .member-ship {
    grid-template-columns: 1fr;
  }

  .div-block-277 {
    grid-row-gap: 32px;
  }

  .div-block-279 {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  ._24px-base-txt,
  .text-block-96 {
    font-size: 20px;
  }

  .apply-section {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  ._140px-base {
    font-size: clamp(78px, 9.72vw, 110px);
  }

  .div-block-282 {
    grid-row-gap: 52px;
    margin-top: 18px;
  }

  .lp-faq-section {
    padding-top: 140px;
  }

  .lp-faq-wrapper {
    grid-row-gap: 60px;
    grid-template-columns: 1fr;
  }

  .div-block-284 {
    grid-row-gap: 16px;
    justify-content: flex-start;
    align-items: flex-start;
    padding-top: 0;
  }

  .lp-faq-contain {
    padding: 40px 24px;
  }

  .lp-q-card {
    padding-top: 40px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .div-block-287 {
    padding-top: 36px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .renew-lp-footer-wrap {
    grid-template-columns: 1fr;
  }

  .renew-lp-foot-link {
    padding-top: 46px;
    padding-bottom: 46px;
  }

  ._40px-base-txt {
    font-size: 32px;
  }

  .div-block-289.mobile-none,
  .div-block-289.tablet-none {
    display: none;
  }

  .div-block-289.tablet {
    padding-top: 60px;
    padding-bottom: 60px;
    display: flex;
  }

  .div-block-290 {
    flex-flow: row;
  }

  .div-block-293 {
    height: 100%;
  }

  ._60px-base-txt {
    text-align: center;
    font-size: clamp(44px, 4.6vw, 56px);
  }

  ._60px-base-txt.tablet {
    font-size: clamp(44px, 4.6vw, 56px);
  }

  .text-block-99 {
    font-size: 24px;
    top: 60px;
  }

  .renew-about-inner-section {
    padding-top: 40px;
    padding-bottom: 220px;
  }

  .renew-about-inner-wrap {
    grid-row-gap: 120px;
    width: 92%;
  }

  ._20px-blue-txt {
    font-size: 18px;
  }

  .text-block-101 {
    font-size: 36px;
  }

  .text-block-102 {
    margin-top: 30px;
    font-size: clamp(14px, 2vw, 16px);
  }

  .div-block-295 {
    width: 100%;
  }

  .div-block-297 {
    width: 50%;
  }

  .div-block-297.below {
    width: 80%;
  }

  .text-block-103 {
    width: 100%;
  }

  .links-contain-section {
    padding-top: 200px;
    padding-bottom: 200px;
  }

  .guidelines-section {
    height: 250px;
  }

  .link-3 {
    font-size: 16px;
  }

  .renew-lp-form-section {
    padding-bottom: 220px;
  }

  .renew-lp-form-wrap {
    margin-top: 60px;
  }

  .form-2 {
    grid-row-gap: 120px;
  }

  .div-block-306 {
    grid-row-gap: 36px;
  }

  .submit-button-2 {
    width: 320px;
    padding-top: 18px;
    padding-bottom: 18px;
    font-size: 20px;
  }

  .text-block-105 {
    margin-top: 60px;
  }

  .tablet {
    display: block;
  }

  .tablet-none {
    display: none;
  }

  .label-menu-icon {
    z-index: 99;
    justify-content: center;
    align-items: center;
    display: flex;
    position: relative;
  }

  .menu-button-4 {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .footer-card {
    padding-left: 15px;
  }

  .footer-card.header {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    border-bottom: 1px solid #fff;
    width: 100%;
    padding-top: 0;
    padding-bottom: 24px;
  }

  .contact-botton.head {
    width: 300px;
    margin-left: 0;
  }

  .div-block-310 {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    background-color: #1c3176;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100vh;
    padding-top: 16px;
    padding-left: 16px;
    padding-right: 16px;
  }

  .link-block-11 {
    text-decoration: none;
  }

  ._16px {
    font-size: 14px;
  }

  .slide-nav-menu {
    z-index: 98;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    background-color: #1c3176;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 0;
    transition: all 0.3s;
    display: flex;
    position: fixed;
    top: 0;
    left: 0;
    overflow: hidden;
  }

  .apply-button.head {
    width: 300px;
    margin-left: 0;
  }

  ._18px {
    font-size: 16px;
  }

  .success-message-2 {
    padding: 60px 0;
  }

  .div-block-315 {
    display: none;
  }

  .text-block-109 {
    font-size: 20px;
  }
}

@media screen and (max-width: 767px) {
  p {
    font-size: 16px;
  }

  .sg-body.tab {
    margin-top: 240px;
  }

  .sg-body.tab._2 {
    margin-top: 160px;
  }

  .sg-body.sub {
    margin-top: 56px;
  }

  .heading {
    font-size: 24px;
    display: none;
  }

  .heading.mobile {
    display: block;
  }

  .text-block-2 {
    font-size: 16px;
    display: none;
  }

  .text-block-2.mobile {
    display: block;
  }

  .video-div {
    width: 80%;
  }

  .video {
    width: 100%;
    min-width: auto;
    max-width: 100%;
  }

  .div-block-5 {
    padding-bottom: 40px;
  }

  .text-block-3 {
    font-size: 16px;
  }

  .heading-3 {
    font-size: 24px;
  }

  .heading-2 {
    font-size: 14px;
  }

  .div-block-6 {
    padding-bottom: 0;
  }

  .card-text-and-image {
    padding-top: 54px;
  }

  .left-line {
    height: 30px;
  }

  .heading-4 {
    font-size: 22px;
  }

  .div-block-9 {
    padding-top: 0;
  }

  .paragraph {
    font-size: 16px;
  }

  .image-4 {
    min-height: auto;
  }

  .link-block-2 {
    padding: 15px 40px;
  }

  .text-block-4 {
    font-size: 16px;
  }

  .area-3 {
    padding-bottom: 60px;
  }

  .div-block-12 {
    margin-bottom: 40px;
  }

  .div-block-13 {
    width: 90%;
    min-width: auto;
  }

  .div-block-14 {
    padding-bottom: 20px;
  }

  .div-block-15 {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .text-block-5 {
    font-size: 16px;
  }

  .text-block-6 {
    margin-top: 10px;
    margin-left: 0;
  }

  .area-4 {
    padding-top: 30px;
  }

  .heading-5 {
    font-size: 20px;
  }

  .div-block-17 {
    padding-top: 40px;
  }

  .paragraph-2 {
    font-size: 16px;
  }

  .area-5 {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .div-block-19 {
    margin-bottom: 30px;
  }

  .text-block-7.tablet {
    font-size: 16px;
  }

  .heading-6 {
    display: none;
  }

  .heading-6.mobile {
    text-align: center;
    margin-bottom: 20px;
    font-size: 24px;
    line-height: 150%;
    display: block;
  }

  .div-block-20 {
    width: 85%;
    margin-bottom: 60px;
  }

  .heading-7 {
    font-size: 24px;
  }

  .div-block-21 {
    padding-bottom: 40px;
  }

  .paragraph-3 {
    font-size: 16px;
  }

  .div-block-23 {
    margin-bottom: 30px;
  }

  .features-grid {
    grid-template-columns: 1fr;
  }

  .features-card {
    margin-bottom: 80px;
    padding-left: 0;
    padding-right: 0;
  }

  .heading-8 {
    font-size: 24px;
  }

  .div-block-29 {
    background-image: linear-gradient(#fff3, #fff3), url("../images/");
    background-position: 0 0, 50%;
    background-size: auto, cover;
  }

  .heading-9 {
    font-size: 24px;
  }

  .div-block-31 {
    background-image: url("../images/");
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: 80%;
    background-attachment: scroll;
  }

  .div-block-32 {
    background-image: linear-gradient(to bottom, null, null), url("../images/");
    background-position: 0 0, 50% 0;
    padding: 70px 20px 60px;
  }

  .heading-10 {
    font-size: 24px;
  }

  .paragraph-6 {
    font-size: 16px;
  }

  .div-block-38 {
    flex-flow: column;
    margin-right: 100px;
  }

  .div-block-40 {
    justify-content: center;
    align-items: center;
  }

  .sub-image-top.message {
    background-image: url("../images/");
  }

  .heading-11 {
    font-size: 40px;
  }

  .heading-12 {
    font-size: 30px;
  }

  .div-block-43 {
    height: 6px;
    display: block;
  }

  .paragraph-7 {
    width: 90%;
  }

  .text-block-16 {
    text-align: center;
  }

  .testimonial-image-left {
    padding: 60px 15px;
  }

  .testimonial-wrapper-four {
    flex-direction: column;
  }

  .testimonial-left {
    width: 100%;
    margin-bottom: 40px;
    margin-right: 0;
  }

  .testimonial-image-four {
    height: auto;
  }

  .heading-small {
    font-size: 28px;
    line-height: 36px;
  }

  .div-block-46 {
    width: 70%;
  }

  .div-block-51 {
    flex-flow: column;
    padding-top: 20px;
  }

  .heading-13 {
    margin-bottom: 20px;
    font-size: 16px;
  }

  .text-block-18 {
    font-size: 16px;
  }

  .div-block-53 {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
  }

  .div-block-54 {
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 30px;
  }

  .div-block-55 {
    flex-flow: column;
  }

  .div-block-56.none {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    display: none;
  }

  .div-block-59._2._3 {
    padding-top: 60px;
  }

  .heading-14 {
    font-size: 30px;
  }

  .text-block-20 {
    font-size: 20px;
  }

  .paragraph-10 {
    font-size: 18px;
  }

  .heading-15 {
    font-size: 19px;
  }

  .section-2 {
    padding-bottom: 60px;
  }

  .grid-card.vw {
    width: 80%;
  }

  .image-div.vw._2,
  .image-div.vw._3 {
    padding-top: 65%;
  }

  .div-block-66 {
    width: 85%;
  }

  .div-block-67 {
    padding: 20px 15px;
  }

  .text-block-22 {
    font-size: 20px;
  }

  .button-3 {
    font-size: 17px;
  }

  .div-block-69 {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .text-block-24 {
    margin-left: 20px;
    font-size: 25px;
  }

  .text-block-25 {
    font-size: 22px;
  }

  .div-block-75 {
    width: 80%;
    max-width: 440px;
  }

  .div-block-77 {
    padding-left: 25px;
    padding-right: 25px;
  }

  .text-block-26 {
    font-size: 20px;
  }

  .div-block-78 {
    padding-left: 20px;
  }

  .div-block-79 {
    display: none;
  }

  .div-block-79.mobile {
    grid-column-gap: 0px;
    grid-row-gap: 50px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .div-block-93 {
    padding-top: 60px;
  }

  .div-block-94 {
    flex-flow: column-reverse;
    justify-content: flex-end;
    align-items: center;
  }

  .div-block-95 {
    width: auto;
  }

  .div-block-96 {
    width: 60%;
  }

  .heading-19.vw {
    font-size: 22px;
  }

  .heading-20.vw {
    font-size: 18px;
  }

  .paragraph-17.vw {
    font-size: 17px;
  }

  .div-block-98 {
    width: 90%;
    min-width: auto;
    padding-left: 30px;
    padding-right: 30px;
  }

  .div-block-100,
  .div-block-101._2 {
    display: none;
  }

  .div-block-102 {
    grid-column-gap: 2px;
    grid-row-gap: 2px;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .div-block-103 {
    flex-flow: column;
    padding: 20px 30px;
  }

  .image-16 {
    margin-right: 0;
  }

  .heading-21 {
    display: none;
  }

  .heading-21.mobile {
    display: block;
  }

  .text-block-30 {
    display: none;
  }

  .text-block-30.mobile {
    display: block;
  }

  .heading-22 {
    font-size: 26px;
  }

  .div-block-108 {
    width: 85%;
  }

  .paragraph-20.vw,
  .paragraph-20.vw._1 {
    line-height: 150%;
  }

  .heading-23 {
    font-size: 22px;
  }

  .button-4 {
    padding: 20px 50px;
    font-size: 17px;
  }

  .div-block-118 {
    height: 30px;
  }

  .heading-24 {
    margin-left: 10px;
    font-size: 20px;
  }

  .paragraph-22 {
    font-size: 16px;
  }

  .div-block-123 {
    padding-bottom: 0;
  }

  .paragraph-23 {
    font-size: 16px;
  }

  .div-block-125 {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
  }

  .div-block-126 {
    padding-left: 0;
  }

  .heading-25 {
    font-size: 22px;
  }

  .div-block-152 {
    width: 95%;
  }

  .text-block-41 {
    display: none;
  }

  .text-block-41.mobile {
    display: block;
  }

  .heading-30 {
    display: none;
  }

  .heading-30.mobile {
    text-align: center;
    display: block;
  }

  .heading-31 {
    display: none;
  }

  .heading-31.mobile {
    display: block;
  }

  .image-22 {
    min-width: 100%;
  }

  .paragraph-29 {
    display: none;
  }

  .paragraph-29.mobile {
    text-align: left;
    display: block;
  }

  .div-block-155 {
    grid-template-columns: 1fr 1fr;
  }

  .text-block-42 {
    font-size: 18px;
  }

  .div-block-161 {
    width: 80%;
    min-width: auto;
  }

  .flex-block {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .flex-block.last {
    justify-content: flex-start;
    align-items: center;
  }

  .text-block-43 {
    width: 123px;
  }

  .text-block-44 {
    margin-left: 15px;
  }

  .text-field {
    height: 45px;
  }

  .checkbox-field.last {
    margin-top: 10px;
    margin-left: 0;
  }

  .div-block-164 {
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
  }

  .heading-32 {
    word-break: keep-all;
    font-size: 20px;
  }

  .link-tab {
    height: 161px;
  }

  .link-tab._2 {
    height: auto;
  }

  .tabs-wrapper {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .links {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .links.w--current {
    justify-content: flex-start;
    align-items: center;
  }

  .div-block-172 {
    padding-top: 100px;
    padding-bottom: 60px;
  }

  .collection-list-wrapper {
    width: 90%;
  }

  .collection-item {
    margin-bottom: 40px;
  }

  .text-block-51 {
    min-width: 110px;
    font-size: 16px;
  }

  .div-block-174 {
    padding: 3px 10px;
  }

  .text-block-52 {
    font-size: 13px;
  }

  .div-block-178 {
    margin-right: 0;
  }

  .div-block-178._2 {
    margin-right: 0;
  }

  .div-block-182 {
    display: none;
  }

  .div-block-182._2 {
    justify-content: space-around;
    align-items: center;
    width: 100%;
    margin-bottom: 20px;
    display: flex;
  }

  .div-block-183 {
    margin-top: 60px;
  }

  .image-27 {
    top: -200px;
  }

  .mobile {
    display: block;
  }

  .image-28 {
    width: 80%;
    min-width: 400px;
  }

  .heading-35 {
    font-size: 300%;
  }

  .paragraph-31 {
    font-size: 16px;
    line-height: 150%;
  }

  .text-span-5 {
    font-size: 17px;
  }

  .nav-link-2 {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .nav-link-2._1 {
    display: none;
  }

  .div-block-198 {
    flex-flow: row;
    justify-content: space-between;
    align-items: center;
  }

  .lp-top {
    padding: 40px 30px;
  }

  .heading-37 {
    font-size: 30px;
  }

  .div-block-200 {
    width: 90%;
    margin-top: 40px;
  }

  .div-block-202 {
    max-width: 100%;
    height: auto;
  }

  .div-block-203 {
    width: 120px;
    min-width: auto;
  }

  .text-block-57 {
    font-size: 24px;
  }

  .div-block-204 {
    max-width: 450px;
    margin-bottom: 10px;
    padding: 10px 20px;
  }

  .text-block-58 {
    font-size: 15px;
  }

  ._1200px-wrapper.center {
    max-width: 540px;
  }

  .div-block-206 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
    display: flex;
  }

  .text-block-59 {
    letter-spacing: -1px;
    padding-bottom: 10px;
    font-size: 20px;
    display: none;
  }

  .text-block-59.mobile {
    letter-spacing: 0;
    display: block;
  }

  .div-block-207 {
    justify-content: space-between;
    align-items: flex-start;
    width: 100%;
  }

  .div-block-209 {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    flex-flow: column-reverse;
  }

  .div-block-210 {
    width: 100%;
  }

  .div-block-211 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    max-width: 540px;
  }

  .div-block-212 {
    justify-content: center;
    align-items: flex-end;
  }

  .text-block-63 {
    font-size: 18px;
  }

  .text-block-64 {
    display: none;
  }

  .text-block-64.mobile {
    text-align: center;
    display: block;
  }

  .div-block-213 {
    grid-row-gap: 4px;
  }

  .link-block-6 {
    padding: 20px;
  }

  .text-block-65 {
    font-size: 18px;
  }

  .div-block-216 {
    grid-row-gap: 8px;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .text-block-67 {
    letter-spacing: -1px;
    font-size: 17px;
  }

  .div-block-219 {
    padding: 12px;
  }

  .heading-38 {
    font-size: 24px;
  }

  .text-span-7 {
    font-size: 16px;
  }

  .red-back-section {
    padding-top: 20px;
    padding-bottom: 30px;
  }

  .text-block-70 {
    font-size: 19px;
  }

  .scam-section {
    background-position: 60% 0;
    background-size: cover;
    height: 30vh;
    min-height: auto;
  }

  .heading-39 {
    font-size: 24px;
  }

  .div-block-229 {
    margin-top: 20px;
  }

  .text-block-71 {
    font-size: 14px;
  }

  .text-block-72 {
    letter-spacing: -1px;
    font-size: 18px;
  }

  .div-block-230 {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
    padding-top: 40px;
    padding-bottom: 20px;
  }

  .div-block-231 {
    flex-flow: column-reverse;
    padding-top: 24px;
  }

  .div-block-232 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    width: 100%;
  }

  .text-block-73 {
    font-size: 18px;
  }

  .text-block-74 {
    font-size: 16px;
  }

  .div-block-233 {
    top: -34px;
    left: -28px;
  }

  .div-block-234 {
    width: 60px;
    height: 60px;
  }

  .div-block-235 {
    width: 50px;
    height: 50px;
  }

  .text-block-76 {
    font-size: 28px;
  }

  .text-block-78 {
    font-size: 22px;
  }

  .div-block-242 {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
  }

  .div-block-243 {
    width: 90%;
  }

  .text-block-79 {
    font-size: 18px;
  }

  .paragraph-33 {
    letter-spacing: -2px;
  }

  .div-block-246 {
    padding-top: 9px;
    padding-bottom: 9px;
  }

  .div-block-247 {
    padding-top: 60px;
  }

  .heading-40 {
    font-size: 18px;
  }

  .voice-grid {
    flex-flow: column;
    display: flex;
  }

  .text-block-80 {
    font-size: 18px;
  }

  .div-block-256 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .text-block-81 {
    font-size: 18px;
    display: none;
  }

  .text-block-81.mobile {
    display: block;
  }

  .div-block-257 {
    width: 45px;
    height: 45px;
    top: 50px;
    left: -30px;
  }

  .div-block-257._2 {
    right: -30px;
  }

  .div-block-258 {
    width: 15px;
    height: 10px;
  }

  .div-block-261 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
  }

  .div-block-262,
  .div-block-263 {
    width: 90%;
  }

  .footer-section {
    padding: 40px;
  }

  .text-block-84 {
    font-size: 13px;
  }

  .div-block-268 {
    width: 100%;
  }

  .menu-button-3 {
    padding: 8px;
  }

  .heading-41 {
    font-size: clamp(28px, 3.6vw, 60px);
  }

  .lp-main-container {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .lp-section-top-wrapper {
    grid-row-gap: 24px;
  }

  .heading-42 {
    font-size: 32px;
  }

  .heading-43 {
    font-size: 24px;
  }

  .paragraph-35 {
    font-size: 18px;
    line-height: 200%;
  }

  .lp-about-detail-grid {
    grid-row-gap: 80px;
    margin-top: 80px;
  }

  .lp--card-1 {
    grid-row-gap: 16px;
    flex-flow: column-reverse;
    display: flex;
  }

  .lp--card-1._1 {
    flex-flow: column;
  }

  .paragraph-36 {
    line-height: 150%;
  }

  .lp-about-detail-img-area._1 {
    aspect-ratio: 3 / 2;
    width: 100%;
  }

  .image-32 {
    aspect-ratio: 3 / 2;
  }

  .image-32._1 {
    object-fit: cover;
    object-position: 50% 0%;
  }

  .image-32._1._2 {
    object-position: 50% 58%;
  }

  .image-32._1._3 {
    object-position: 50% 32%;
  }

  .image-32._1._4 {
    object-position: 50% 66%;
  }

  .lp--card-2 {
    grid-row-gap: 24px;
    flex-flow: column;
    display: flex;
  }

  .lp--card-2._1 {
    flex-flow: column-reverse;
  }

  .lp-gallery-section {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .lp-gallery {
    grid-row-gap: 12px;
    grid-template-columns: 1fr 1fr;
  }

  .lp-terms-wrapper {
    height: 800px;
    margin-top: 40px;
  }

  .lp-faq-grid {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    margin-top: 40px;
  }

  .text-block-86 {
    font-size: 28px;
  }

  .text-span-10 {
    font-size: 16px;
  }

  .lp-faq-txt-wrapper {
    padding: 12px;
  }

  .lp-footer-wrapper {
    grid-row-gap: 40px;
    padding-top: 55px;
    padding-bottom: 55px;
  }

  .heading-45 {
    font-size: 32px;
  }

  .lp-button-2 {
    padding: 8px 60px;
  }

  .text-block-87 {
    font-size: 16px;
  }

  .text-block-88 {
    font-size: 14px;
  }

  .image-34,
  .image-35,
  .image-36,
  .image-37 {
    opacity: 0.6;
  }

  .image-38,
  .image-39,
  .image-40 {
    opacity: 0.4;
  }

  .image-43.mobile-none {
    display: none;
  }

  .image-44 {
    opacity: 0.4;
    min-width: 160px;
    top: -73px;
  }

  .image-45 {
    z-index: -1;
    opacity: 0.4;
    min-width: 160px;
    bottom: -123px;
  }

  .image-46 {
    z-index: -1;
    opacity: 0.4;
    min-width: 120px;
  }

  .image-49,
  .image-50,
  .image-51,
  .image-52,
  .image-53 {
    display: none;
  }

  .renew-lp-fv-section {
    height: 800px;
  }

  .renew-lp-fv-title {
    font-size: 60px;
  }

  ._22px-base-txt {
    text-align: center;
  }

  .renew-lp-nav {
    display: none;
  }

  .text-wrap-section {
    padding-top: 0;
    padding-bottom: 220px;
  }

  .div-block-269 {
    grid-row-gap: 86px;
    width: 90%;
  }

  ._54px-lp-txt {
    font-size: 40px;
  }

  .renew-lp-about-section {
    padding-top: 60px;
    padding-bottom: 270px;
  }

  ._50px-base-txt {
    font-size: 32px;
  }

  ._20px-base-txt {
    font-size: 16px;
  }

  ._90px-base-txt {
    text-align: center;
    font-size: clamp(40px, 5.8vw, 60px);
  }

  ._30px-base-txt {
    font-size: 20px;
    line-height: 200%;
  }

  .renew-lp-about-grid {
    flex-flow: column-reverse;
    margin-top: 60px;
    display: flex;
    top: 0;
  }

  .renew-lp-about-image-wrap {
    padding-top: 0;
    padding-right: 28%;
  }

  .renew-lp-about-image-wrap._2 {
    padding-bottom: 0;
    padding-left: 28%;
    padding-right: 0%;
  }

  .image-54 {
    width: 60%;
    max-width: 370px;
    bottom: 0;
    right: 0%;
  }

  .membership-section {
    padding-top: 160px;
    padding-bottom: 160px;
  }

  .scrolled-cell-wrapper {
    width: 100vw;
    max-height: none;
  }

  .scrolled-cell-inside {
    grid-row-gap: 100px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    height: auto;
    display: flex;
  }

  .scrolled-cell {
    grid-row-gap: 60px;
    grid-template-columns: 1fr;
    display: flex;
  }

  .text-block-95 {
    margin-top: 56px;
    margin-bottom: 44px;
  }

  .div-block-276 {
    justify-content: flex-start;
    align-items: center;
    padding-left: 4%;
    padding-right: 4%;
  }

  .member-ship {
    grid-row-gap: 60px;
  }

  .div-block-277 {
    grid-row-gap: 28px;
  }

  .div-block-279 {
    padding: 36px 24px;
  }

  .apply-section {
    padding-top: 90px;
    padding-bottom: 90px;
  }

  ._140px-base {
    font-size: clamp(48px, 9.72vw, 90px);
  }

  .div-block-282 {
    grid-row-gap: 48px;
  }

  .link-arrow.bigger {
    width: 12px;
    height: 14px;
  }

  .lp-faq-section {
    padding-top: 90px;
  }

  .lp-faq-wrapper {
    grid-row-gap: 52px;
  }

  .div-block-284 {
    grid-row-gap: 14px;
  }

  .lp-faq-contain {
    padding: 30px 12px;
  }

  .lp-q-card {
    padding-top: 10px;
  }

  .div-block-287 {
    padding-top: 20px;
  }

  .renew-lp-foot-link {
    padding-top: 42px;
    padding-bottom: 42px;
  }

  ._40px-base-txt {
    font-size: 24px;
  }

  .div-block-289.mobile-none {
    display: none;
  }

  .renew-lp-kasoufv-sectioin {
    height: 800px;
  }

  .text-block-99 {
    top: 30px;
  }

  .renew-about-inner-section {
    padding-top: 0;
    padding-bottom: 140px;
  }

  .renew-about-inner-wrap {
    justify-content: flex-start;
    align-items: flex-start;
  }

  .div-block-294 {
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
  }

  ._20px-blue-txt {
    font-size: 16px;
  }

  .text-block-101 {
    font-size: 32px;
  }

  .text-block-102 {
    text-align: left;
    margin-top: 20px;
    font-size: clamp(14px, 2vw, 16px);
  }

  .div-block-295 {
    grid-row-gap: 20px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .div-block-297,
  .div-block-297.below {
    width: 100%;
  }

  .text-block-103 {
    font-size: 16px;
  }

  .links-contain-section {
    grid-row-gap: 40px;
    flex-flow: column;
    padding-top: 160px;
    padding-bottom: 160px;
  }

  .div-block-298 {
    justify-content: flex-start;
    align-items: flex-start;
  }

  .div-block-300 {
    grid-row-gap: 10px;
  }

  .div-block-306 {
    grid-row-gap: 32px;
  }

  .text-block-105 {
    text-align: left;
    margin-top: 40px;
    font-size: 16px;
  }

  .mobile-none {
    display: none;
  }

  .div-block-308 {
    height: 100px;
  }

  .container-4 {
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }

  .renew-lp-nav-mobile {
    z-index: 99;
    justify-content: flex-start;
    align-items: center;
    padding-top: 20px;
    padding-left: 20px;
    display: flex;
    position: fixed;
  }

  .label-menu-icon {
    cursor: pointer;
  }

  .footer-card {
    width: 50%;
    padding-left: 6px;
  }

  .div-block-310 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    background-color: var(--a0b4bd);
    padding-left: 0;
    padding-right: 0;
  }

  ._16px.white-text.footer {
    font-size: 16px;
  }

  .slide-nav-menu.active {
    height: 100vh;
  }

  ._18px {
    font-size: 14px;
  }

  .link-block-12 {
    border-bottom: 1px solid var(--white);
    color: var(--white);
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
    width: 100%;
    padding-top: 48px;
    padding-bottom: 48px;
    padding-left: 40px;
    text-decoration: none;
    display: flex;
  }

  .link-block-12.last {
    border-bottom-width: 0;
    display: none;
  }

  .text-block-106 {
    font-size: 20px;
    line-height: var(--160);
  }

  ._36px-base-txt {
    font-size: 32px;
    line-height: var(--160);
  }

  .success-message-2 {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .picture-section {
    padding-top: 20px;
    padding-bottom: 100px;
  }
}

@media screen and (max-width: 479px) {
  p {
    font-size: 14px;
  }

  .sg-body.tab {
    margin-top: 235px;
  }

  .area-1 {
    padding-top: 90px;
  }

  .heading-3.pc {
    display: none;
  }

  .div-block-9 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .image-4 {
    min-height: auto;
  }

  .div-block-17 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .heading-7 {
    display: none;
  }

  .heading-7.mobile {
    text-align: center;
    display: block;
  }

  .heading-9 {
    display: none;
  }

  .heading-9.mobile {
    text-align: center;
    display: block;
  }

  .paragraph-6 {
    font-weight: 500;
    line-height: 150%;
    display: none;
  }

  .paragraph-6.mobile {
    display: inline-block;
  }

  .div-block-36 {
    justify-content: flex-start;
    align-items: flex-start;
  }

  .div-block-37 {
    width: 100%;
  }

  .text-block-10 {
    font-size: 20px;
  }

  .text-block-11 {
    font-size: 15px;
  }

  .div-block-38 {
    margin-left: 5vw;
    margin-right: 0;
  }

  .div-block-40 {
    padding-left: 0;
    padding-right: 0;
  }

  .sub-image-top.corporate-philosophy {
    background-image: url("../images/");
    background-position: 50%;
    background-size: cover;
  }

  .sub-image-top.message {
    background-position: 100% 100%;
  }

  .heading-11 {
    font-size: 32px;
  }

  .text-block-14 {
    font-size: 16px;
  }

  .div-block-42 {
    padding-top: 40px;
  }

  .heading-12 {
    font-size: 24px;
  }

  .heading-12._1 {
    font-size: 22px;
  }

  .div-block-43 {
    width: 96px;
    height: 4px;
  }

  .div-block-44 {
    margin-top: 40px;
  }

  .text-block-15 {
    width: 93%;
    font-size: 24px;
  }

  .paragraph-7 {
    margin-top: 30px;
  }

  .button-div {
    padding-top: 100px;
  }

  .button {
    padding-left: 20px;
    padding-right: 20px;
    font-size: 15px;
  }

  .text-block-16 {
    text-align: center;
    font-size: 16px;
  }

  .container-2 {
    max-width: none;
  }

  .heading-small {
    font-size: 24px;
    line-height: 32px;
  }

  .div-block-46 {
    width: 100%;
  }

  .div-block-48 {
    aspect-ratio: auto;
  }

  .about-company-section {
    padding-top: 80px;
    padding-bottom: 50px;
  }

  .div-block-57 {
    padding-left: 0;
  }

  .paragraph-9,
  .text-block-19 {
    font-size: 15px;
  }

  .div-block-58 {
    width: 90%;
    margin-left: 0;
  }

  .div-block-59 {
    padding-top: 20px;
  }

  .heading-14 {
    font-size: 24px;
  }

  .text-block-20 {
    font-size: 15px;
  }

  .paragraph-10 {
    font-size: 17px;
    display: none;
  }

  .paragraph-10.mobile {
    display: block;
  }

  .heading-15 {
    display: none;
  }

  .heading-15.mobile {
    text-align: center;
    display: block;
  }

  .grid-card.vw {
    width: 100%;
    margin-bottom: 100px;
  }

  .text-block-21.vw {
    font-size: 17px;
  }

  .paragraph-11.vw {
    font-size: 16px;
  }

  .button-2.vw {
    padding: 15px 20px;
    font-size: 18px;
  }

  .div-block-64 {
    padding-top: 0;
  }

  .image-10 {
    object-fit: cover;
    min-height: 200px;
  }

  .text-block-22 {
    text-align: center;
    display: none;
  }

  .text-block-22.mobile {
    font-size: 17px;
    display: block;
  }

  .button-3 {
    padding: 15px 40px;
  }

  .image-11 {
    width: 85%;
  }

  .div-block-70 {
    width: 90%;
    margin-top: 40px;
  }

  .div-block-71 {
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
  }

  .text-block-23 {
    font-size: 16px;
  }

  .text-block-24 {
    margin-top: 20px;
    margin-left: 0;
    font-size: 20px;
  }

  .text-block-25 {
    font-size: 20px;
  }

  .div-block-72 {
    padding-top: 20px;
  }

  .div-block-75 {
    width: 100%;
  }

  .paragraph-13 {
    font-size: 16px;
  }

  .heading-16 {
    font-size: 19px;
  }

  .text-block-28 {
    font-size: 24px;
  }

  .text-span {
    font-size: 16px;
  }

  .div-block-90 {
    width: 100%;
  }

  .paragraph-16.vw {
    font-size: 16px;
  }

  .heading-17.vw {
    font-size: 19px;
    display: none;
  }

  .heading-17.vw.mobile {
    text-align: left;
    display: block;
  }

  .div-block-91 {
    justify-content: flex-start;
    align-items: flex-start;
  }

  .heading-18.vw {
    font-size: 24px;
  }

  .paragraph-17.vw,
  .paragraph-18 {
    font-size: 16px;
  }

  .div-block-99 {
    width: 90%;
  }

  .div-block-103 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .image-16 {
    width: 30px;
    margin-bottom: 20px;
  }

  .paragraph-19 {
    font-size: 16px;
  }

  .div-block-104 {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .heading-21.mobile {
    font-size: 24px;
  }

  .text-block-30.mobile {
    font-size: 16px;
  }

  .div-block-106 {
    margin-top: 40px;
  }

  .heading-22 {
    font-size: 20px;
  }

  .div-block-107 {
    width: 90%;
  }

  .div-block-110._2._60 {
    padding-top: 60px;
  }

  .heading-23 {
    font-size: 19px;
  }

  .paragraph-21 {
    font-size: 15px;
  }

  .button-4 {
    padding: 10px 30px;
    font-size: 15px;
  }

  .div-block-116.non-margin {
    padding-top: 40px;
  }

  .div-block-117 {
    max-width: 100%;
  }

  .heading-24 {
    max-width: 94%;
    font-size: 16px;
    display: none;
  }

  .text-block-31 {
    font-size: 15px;
  }

  .div-block-121 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .div-block-121._2 {
    padding: 20px 10px;
  }

  .div-block-122 {
    margin-bottom: 40px;
  }

  .image-19 {
    min-width: auto;
  }

  .text-block-32 {
    font-size: 16px;
  }

  .heading-26 {
    font-size: 24px;
  }

  .heading-26.enn {
    font-size: 16px;
    line-height: 200%;
  }

  .div-block-147 {
    width: 90%;
  }

  .div-block-148 {
    padding-left: 0;
  }

  .div-block-149 {
    margin-top: 33px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .text-block-38 {
    font-size: 32px;
  }

  .text-block-39 {
    font-size: 20px;
  }

  .div-block-150 {
    margin-top: 6px;
  }

  .text-block-40 {
    font-size: 14px;
  }

  .text-block-41.mobile {
    font-size: 16px;
  }

  .heading-30.mobile {
    font-size: 24px;
  }

  .paragraph-28 {
    font-size: 16px;
  }

  .heading-31.mobile {
    font-size: 24px;
  }

  .paragraph-29.mobile {
    font-size: 16px;
  }

  .text-block-42 {
    display: none;
  }

  .text-block-42.mobile {
    font-size: 17px;
    display: inline-block;
  }

  .div-block-161 {
    width: 90%;
  }

  .flex-block {
    margin-bottom: 30px;
  }

  .text-block-43 {
    font-size: 16px;
  }

  .text-block-44 {
    font-size: 10px;
  }

  .checkbox {
    width: 20px;
    min-width: 20px;
    height: 20px;
    min-height: 20px;
  }

  .checkbox-label._2 {
    margin-left: 5px;
    font-size: 14px;
  }

  .select-field {
    min-width: auto;
  }

  .link {
    margin-left: 10px;
    font-size: 14px;
  }

  .div-block-166 {
    padding-left: 0;
    padding-right: 0;
  }

  .heading-32 {
    font-size: 18px;
  }

  .link-tab {
    height: auto;
  }

  .tabs-wrapper {
    width: 100%;
  }

  .links {
    margin-left: 0;
    margin-right: 0;
  }

  .div-block-172 {
    padding-top: 60px;
  }

  .collection-item {
    margin-bottom: 30px;
  }

  .link-block-4 {
    padding: 10px;
  }

  .heading-33 {
    margin-top: 20px;
    line-height: 140%;
  }

  .div-block-176 {
    display: none;
  }

  .div-block-177 {
    justify-content: flex-start;
    align-items: center;
  }

  .div-block-182._2 {
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
    padding-left: 5vw;
  }

  .link-2 {
    margin-bottom: 10px;
  }

  .link-2.midle {
    padding-left: 0;
    padding-right: 0;
  }

  .div-block-183 {
    width: 90%;
  }

  .text-block-55 {
    font-size: 16px;
  }

  .section-12 {
    padding-bottom: 0;
  }

  .div-block-189 {
    margin-top: 20px;
  }

  .image-27 {
    top: -60px;
  }

  .paragraph-30 {
    font-size: 16px;
  }

  .div-block-190 {
    width: 100%;
  }

  .image-28 {
    min-width: auto;
  }

  .heading-35 {
    font-size: 200%;
  }

  .heading-36 {
    font-family: var(--メインフォント);
    color: var(--font-color);
    white-space: nowrap;
    word-break: keep-all;
    max-width: 94%;
    margin-left: 10px;
    font-size: 15px;
    font-weight: 500;
    line-height: 130%;
    display: block;
  }

  .paragraph-31 {
    font-size: 15px;
  }

  .text-span-5 {
    font-size: 16px;
  }

  .lp-top {
    padding-left: 10px;
    padding-right: 10px;
  }

  .heading-37 {
    font-size: 20px;
  }

  .div-block-200 {
    width: 100%;
    margin-top: 20px;
    padding: 20px 10px;
  }

  .paragraph-32 {
    font-size: 14px;
  }

  .text-span-6 {
    font-size: 22px;
  }

  .div-block-202 {
    height: auto;
  }

  .div-block-203 {
    grid-row-gap: 4px;
  }

  .text-block-57 {
    font-size: 20px;
  }

  .div-block-204 {
    width: 95%;
    padding-left: 16px;
    padding-right: 16px;
  }

  .text-block-58 {
    font-size: 13px;
    line-height: var(--160);
    letter-spacing: -1px;
  }

  .div-block-205 {
    margin-top: 20px;
  }

  .div-block-206 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: column;
    padding: 20px 10px 40px;
    display: flex;
  }

  .div-block-207 {
    grid-column-gap: 14px;
    grid-row-gap: 14px;
  }

  .div-block-209 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .div-block-211 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    justify-content: center;
    align-items: center;
  }

  .div-block-212 {
    width: 90%;
  }

  .text-block-63 {
    font-size: 14px;
  }

  .text-block-64 {
    text-align: center;
    font-size: 18px;
    display: block;
  }

  .text-block-64.mobile {
    display: none;
  }

  .div-block-214 {
    height: 60px;
    margin-left: 10px;
    transform: rotate(18deg);
  }

  .div-block-214._2 {
    margin-right: 0;
    transform: rotate(-18deg);
  }

  .link-block-6 {
    width: 95%;
  }

  .text-block-65 {
    text-align: center;
  }

  .div-block-215 {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .text-block-66 {
    font-size: 18px;
  }

  .text-block-67 {
    font-size: 16px;
  }

  .div-block-220 {
    grid-row-gap: 30px;
    width: 95%;
  }

  .heading-38 {
    font-size: 16px;
  }

  .text-block-69 {
    font-size: 14px;
  }

  .red-back-section {
    padding-bottom: 20px;
  }

  .text-block-70 {
    font-size: 14px;
  }

  .scam-section {
    background-position: 66% 0;
    background-repeat: no-repeat;
    background-size: cover;
  }

  .div-block-222 {
    width: 30px;
    height: 30px;
    bottom: -29px;
  }

  .div-block-226 {
    padding: 10px;
  }

  .heading-39 {
    letter-spacing: -2px;
    font-size: 20px;
  }

  .div-block-229 {
    grid-column-gap: 2px;
    grid-row-gap: 2px;
  }

  .text-block-71 {
    font-size: 13px;
  }

  .text-block-72 {
    text-align: center;
    font-size: 14px;
  }

  .div-block-231 {
    padding-top: 30px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .text-block-73 {
    font-size: 15px;
  }

  .text-block-74 {
    font-size: 14px;
  }

  .text-block-75 {
    font-size: 12px;
  }

  .div-block-233 {
    left: -18px;
    right: -18px;
  }

  .text-block-77 {
    letter-spacing: -1px;
    font-size: 13px;
  }

  .text-block-78 {
    text-align: center;
    font-size: 18px;
    display: none;
  }

  .text-block-78.mobile {
    display: block;
  }

  .text-block-79 {
    font-size: 16px;
  }

  .paragraph-33 {
    font-size: 12px;
  }

  .div-block-245 {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .div-block-246 {
    padding-top: 6px;
    padding-bottom: 6px;
  }

  .heading-40 {
    font-size: 16px;
  }

  .div-block-256 {
    padding-left: 6px;
    padding-right: 6px;
  }

  .text-block-81.mobile {
    letter-spacing: -1px;
    font-size: 16px;
  }

  .div-block-257 {
    top: 41px;
    left: -24px;
  }

  .div-block-257._2 {
    right: -24px;
  }

  .div-block-258 {
    width: 22px;
  }

  .div-block-263 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .text-block-83 {
    font-size: 20px;
  }

  .div-block-265 {
    width: 240px;
    top: 55px;
  }

  .footer-section {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .text-block-84 {
    font-size: 11px;
  }

  .text-block-85 {
    font-size: 16px;
  }

  .heading-41 {
    font-size: clamp(20px, 6vw, 60px);
  }

  .lp-main-container {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .heading-42 {
    font-size: 28px;
  }

  .heading-43 {
    font-size: 20px;
  }

  .paragraph-35 {
    font-size: 14px;
  }

  .lp-about-detail-grid {
    grid-row-gap: 60px;
  }

  .heading-44 {
    word-break: normal;
    font-size: 22px;
  }

  .paragraph-36 {
    font-size: 15px;
  }

  .lp-terms-wrapper,
  .lp-faq-grid {
    margin-top: 30px;
  }

  .text-block-86 {
    font-size: 24px;
  }

  .text-span-10 {
    font-size: 15px;
  }

  .lp-footer-wrapper {
    grid-row-gap: 30px;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .heading-45 {
    font-size: 28px;
  }

  .text-block-88 {
    font-size: 12px;
  }

  .image-44 {
    min-width: 120px;
    top: -95px;
  }

  .image-45 {
    right: 0;
  }

  .image-46 {
    left: -15px;
  }

  .rich-text-block {
    font-family: var(--メインフォント);
  }

  .renew-lp-fv-section {
    height: 640px;
  }

  .renew-lp-fv-title {
    font-size: 40px;
  }

  .renew-lp-fv-title:lang(en) {
    font-size: 49px;
    line-height: 130%;
  }

  ._22px-base-txt {
    font-size: 16px;
  }

  ._22px-base-txt.mobile:lang(en) {
    padding-left: 10px;
    padding-right: 10px;
  }

  .text-wrap-section {
    padding-bottom: 140px;
  }

  .lp-18px-base {
    letter-spacing: 1px;
    font-size: 14px;
  }

  ._54px-lp-txt {
    font-size: clamp(24px, 6vw, 32px);
  }

  ._54px-lp-txt.mobile.renew-text-animation {
    color: var(--707070);
  }

  .renew-lp-about-section {
    padding-top: 120px;
    padding-bottom: 211px;
  }

  ._50px-base-txt {
    font-size: 20px;
  }

  ._20px-base-txt {
    font-size: 14px;
  }

  ._20px-base-txt:lang(en) {
    text-align: center;
    display: block;
  }

  ._90px-base-txt {
    font-size: clamp(32px, 5.8vw, 44px);
  }

  ._30px-base-txt {
    font-size: clamp(18px, 5.33vw, 20px);
  }

  ._30px-base-txt:lang(en) {
    font-size: clamp(16px, 4.8vw, 18px);
  }

  .renew-lp-image {
    height: 100%;
  }

  .benefits-section {
    padding-top: 120px;
  }

  .div-block-273 {
    grid-row-gap: 72px;
    margin-bottom: 100px;
  }

  .membership-section {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .scrolled-cell-inside {
    grid-row-gap: 60px;
  }

  .scrolled-cell {
    grid-row-gap: 20px;
  }

  .text-block-95 {
    letter-spacing: 1.2px;
    margin-top: 40px;
    margin-bottom: 40px;
    font-size: clamp(16px, 2.36vw, 34px);
  }

  .member-ship {
    grid-row-gap: 40px;
  }

  .div-block-279 {
    padding: 30px 12px;
  }

  ._24px-base-txt,
  .text-block-96 {
    font-size: 16px;
  }

  ._140px-base {
    font-size: clamp(34px, 9.72vw, 44px);
  }

  .lp-faq-wrapper {
    grid-row-gap: 40px;
  }

  .div-block-284 {
    grid-row-gap: 10px;
  }

  .lp-faq-contain {
    padding: 20px 10px;
  }

  .lp-q-card {
    grid-column-gap: 6px;
    grid-row-gap: 6px;
  }

  .div-block-287 {
    padding-top: 20px;
  }

  .renew-lp-footer-left {
    grid-template-columns: 1fr;
  }

  .renew-lp-foot-link {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  ._40px-base-txt {
    font-size: 20px;
  }

  .div-block-289.mobile-none {
    display: none;
  }

  .div-block-289.mobile-none:lang(en) {
    padding-left: 20px;
    padding-right: 20px;
    display: none;
  }

  .div-block-289.tablet:lang(en) {
    padding-left: 20px;
    padding-right: 20px;
  }

  .copyright-lp {
    font-size: 10px;
  }

  .renew-lp-kasoufv-sectioin {
    height: 640px;
  }

  ._60px-base-txt {
    font-size: clamp(30px, 4.6vw, 48px);
  }

  ._20px-blue-txt {
    font-size: 14px;
  }

  .text-block-101 {
    font-size: 24px;
  }

  .text-block-103 {
    font-size: 14px;
  }

  .links-contain-section {
    padding-top: 120px;
    padding-bottom: 120px;
  }

  .links-contain-section:lang(en) {
    padding-left: 20px;
    padding-right: 20px;
  }

  .renew-lp-form-wrap {
    margin-top: 40px;
  }

  .div-block-301:lang(en) {
    flex-flow: wrap;
    max-width: 100%;
  }

  .field-label {
    font-size: 14px;
  }

  .select-field-2:lang(en) {
    min-width: 85px;
    max-width: 100px;
    font-size: 12px;
  }

  .div-block-304:lang(en) {
    grid-column-gap: 15px;
    width: 100%;
  }

  .div-block-305:lang(en) {
    max-width: 150px;
  }

  .div-block-306 {
    grid-row-gap: 28px;
  }

  .submit-button-2 {
    width: 280px;
    font-size: 16px;
  }

  ._14px {
    font-size: 12px;
  }

  .contact-botton.head {
    width: 60%;
    padding-left: 0;
    padding-right: 0;
  }

  .div-block-310 {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    justify-content: center;
    align-items: center;
  }

  ._16px {
    font-size: 12px;
  }

  .apply-button.head {
    width: 60%;
    padding-left: 0;
    padding-right: 0;
  }

  .link-block-12 {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  ._36px-base-txt {
    font-size: 20px;
  }

  .success-message-2 {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .language {
    top: 25px;
    right: 10px;
  }

  .link-7 {
    color: var(--707070);
  }

  .picture-wrapper {
    margin-left: 30px;
    margin-right: 30px;
  }

  .div-block-324 {
    grid-template-columns: 1fr;
  }

  .text-block-109 {
    font-size: 15px;
  }
}

@media screen and (max-width: 991px) {
  #w-node-ab412801-3ad2-b780-81bc-c88959d0e7a4-496a3d6a,
  #w-node-_5b96a998-3ae0-a5e3-c5b1-173a41856b3e-496a3d6a,
  #w-node-_2c84343c-3344-b92c-66c0-d887c2e1fb82-496a3d6a {
    justify-self: center;
  }
}
