@charset "UTF-8";

@import url("https://fonts.googleapis.com/css2?family=Zen+Kaku+Gothic+New:wght@300 !important;400;500;700;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;200;300;400;500;600;700;800;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@200;300;400;500;600;700;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@100;300;400;500;700;900&display=swap");

:root {
  --base-font: "Noto Sans JP", sans-serif;
  --sub-font: "Noto Serif JP", serif;
  --en-font: "Roboto", sans-serif;
  --base-color: #222;
  --main: #85C586;
  --main-light: #e3f0ec;
  --main-dark: #507950;
  --sub: #98ECC9;
  --sub-light: #F3FFF6;
  --sub-dark: #61BEAD;
  --gray: #D7D7D7;
  --gray-light: #F8F7F6;
  --gray-dark: #717171;
  --gray-black: #262626;
  --white: #FFFFFF;
  --black: #000000;
  --link: #2DABF1;
  --error: #F25F5F;
  --variation1: #EF8BB6;
  --variation2: #F1CB91;
  --variation3: #D6F19B;
  --num: #679CCD;
}

.editor-styles-wrapper,
html {
  font-size: 62.5% !important;
  scroll-behavior: smooth !important;
}

@media screen and (max-width: 768px) {

  .editor-styles-wrapper,
  html {
    font-size: 2.66vw !important;
  }
}

.editor-styles-wrapper,
html :where(.wp-block) {
  max-width: 980px !important;
}

.editor-styles-wrapper,
body {
  font-family: var(--base-font) !important;
  font-feature-settings: "palt" !important;
  -webkit-font-smoothing: antialiased !important;
  -moz-osx-font-smoothing: grayscale !important;
  color: var(--base-color) !important;
  font-size: 1.5rem !important;
  font-style: normal !important;
  font-weight: 400 !important;
  line-height: 1.8 !important;
  letter-spacing: 0.1em !important;
}

@media screen and (max-width: 768px) {

  .editor-styles-wrapper,
  body {
    -webkit-text-size-adjust: 100% !important;
    margin-bottom: 6.4rem !important;
    overflow-x: hidden !important;
  }
}

/*
@include pc {
    a[href*="tel:"] {
        pointer-events: none;
        cursor: default;
        text-decoration: none;
    }
}
*/

.pc {
  display: block !important;
}

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

.sp {
  display: none !important;
}

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

a {
  transition: all 0.5s !important;
}

.lightbox {
  top: 50% !important;
  transform: translateY(-50%) !important;
  position: fixed !important;
}

.lightboxOverlay {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50) !important;
  opacity: 0.5 !important;
}

.lb-data .lb-number {
  color: var(--white) !important;
}

@media screen and (min-width: 769px) {
  .lightbox__link {
    pointer-events: none !important;
  }
}

.caseSwiper {
  padding-bottom: 6rem !important;
}

.caseSwiper .swiper {
  padding: 1rem 0 !important;
  max-width: 86rem !important;
  width: 100% !important;
  margin: 0 auto !important;
}

.caseSwiper .swiper-buttons {
  width: 96rem !important;
  margin: 0 auto !important;
  position: relative !important;
}

.caseSwiper .swiper-wrapper {
  height: auto !important;
}

@media screen and (max-width: 768px) {
  .caseSwiper .swiper-buttons {
    width: 100% !important;
  }
}

.caseSwiper .swiper-button-next,
.caseSwiper .swiper-button-prev {
  color: var(--gray-dark) !important;
  background: var(--main-light) !important;
  width: 3.2rem !important;
  height: 3.2rem !important;
  border-radius: 50% !important;
  transition: all 0.5s !important;
}

@media screen and (max-width: 768px) {

  .caseSwiper .swiper-button-next,
  .caseSwiper .swiper-button-prev {
    width: 2.4rem !important;
    height: 2.4rem !important;
  }
}

.caseSwiper .swiper-button-next:hover,
.caseSwiper .swiper-button-prev:hover {
  color: var(--main-light) !important;
  background: var(--gray-dark) !important;
}

.caseSwiper .swiper-button-next:after,
.caseSwiper .swiper-button-prev:after {
  font-size: 1.4rem !important;
  font-weight: 600 !important;
}

@media screen and (max-width: 768px) {

  .caseSwiper .swiper-button-next:after,
  .caseSwiper .swiper-button-prev:after {
    font-size: 1rem !important;
  }
}

@media screen and (max-width: 768px) {

  .caseSwiper .swiper-button-next {
    right: 0;
  }

  .caseSwiper .swiper-button-prev {
    left: 0;
  }
}

.blogSwiper .swiper {
  padding: 1rem 1rem !important;
  max-width: 86rem !important;
  width: 100% !important;
  margin: 0 auto !important;
}

.blogSwiper .swiper-buttons {
  width: 100rem !important;
  margin: 0 auto !important;
  position: relative !important;
}

@media screen and (max-width: 768px) {
  .blogSwiper .swiper-buttons {
    width: 100% !important;
  }
}

.blogSwiper .swiper-button-next,
.blogSwiper .swiper-button-prev {
  color: var(--gray-dark) !important;
  background: var(--main-light) !important;
  width: 3.2rem !important;
  height: 3.2rem !important;
  border-radius: 50% !important;
  transition: all 0.5s !important;
}

.blogSwiper .swiper-button-next:hover,
.blogSwiper .swiper-button-prev:hover {
  color: var(--main-light) !important;
  background: var(--gray-dark) !important;
}

.blogSwiper .swiper-button-next:after,
.blogSwiper .swiper-button-prev:after {
  font-size: 1.4rem !important;
  font-weight: 600 !important;
}

.noSwiper--case {
  display: flex !important;
  justify-content: center !important;
  gap: 0 2.4rem !important;
  flex-wrap: wrap !important;
  max-width: 84rem !important;
  width: 100% !important;
  margin: 0 auto !important;
}

.noSwiper--case .c-card {
  width: calc((100% - 1.8rem) / 2) !important;
}

@media screen and (max-width: 768px) {
  .noSwiper--case .c-card {
    width: 90% !important;
    margin: 0 auto !important;
  }
}

@media screen and (max-width: 768px) {
  .noSwiper--case .c-card+.c-card {
    margin-top: 2.4rem !important;
  }
}

.noSwiper--blog {
  display: flex !important;
  justify-content: center !important;
  gap: 0 2.4rem !important;
  flex-wrap: wrap !important;
  max-width: 84rem !important;
  width: 100% !important;
  margin: 0 auto !important;
}

.noSwiper--blog .c-card {
  width: calc((100% - 1.8rem) / 3) !important;
}

@media screen and (max-width: 768px) {
  .noSwiper--blog .c-card {
    width: 90% !important;
    margin: 0 auto !important;
  }
}

@media screen and (max-width: 768px) {
  .noSwiper--blog .c-card+.c-card {
    margin-top: 2.4rem !important;
  }
}

.l-bread {
  width: 100% !important;
  max-width: 124rem !important;
  margin: 0 auto !important;
  padding: 2rem !important;
}

.l-bread a {
  color: var(--main) !important;
  transition: 0.7s !important;
}

.l-bread a:hover {
  opacity: 0.5 !important;
}

.l-pageheader {
  width: 100% !important;
}

.l-pageheader img {
  width: 100% !important;
  height: 20rem !important;
  object-fit: cover !important;
}

@media screen and (max-width: 768px) {
  .l-pageheader img {
    height: 100% !important;
  }
}

.l-pagetitle {
  width: 100% !important;
  margin: 0 auto !important;
  padding: 8rem 2rem 0 2rem !important;
  text-align: center !important;
  background: inherit !important;
}

@media screen and (max-width: 768px) {
  .l-pagetitle {
    margin: 4rem auto 0 auto !important;
    padding: 0 !important;
  }
}

.l-pagetitle h1 {
  text-align: center !important;
  font-size: 3.6rem !important;
  font-weight: 400 !important;
  position: relative !important;
  padding-bottom: 2rem !important;
}

.l-pagetitle h1::after {
  content: "" !important;
  position: absolute !important;
  bottom: 0 !important;
  display: inline-block !important;
  width: 7rem !important;
  height: 0.1rem !important;
  left: 50% !important;
  -webkit-transform: translateX(-50%) !important;
  transform: translateX(-50%) !important;
  background-color: var(--main-dark) !important;
}

.l-pagetitle img {
  width: 100% !important;
  max-width: 124rem !important;
  aspect-ratio: 2/1 !important;
  object-fit: cover !important;
  margin-top: 8rem !important;
}

@media screen and (max-width: 768px) {
  .l-pagetitle img {
    margin-top: 4rem !important;
  }
}

.l-pagetitle.default {
  color: var(--main) !important;
}

.l-pagetitle.gray-light {
  color: var(--main) !important;
}

.l-pagetitle.main-light {
  color: var(--main) !important;
}

.l-pagetitle.main {
  color: var(--white) !important;
}

.l-page {
  letter-spacing: 0.06em !important;
  line-height: 1.8 !important;
}

.l-page section .inner>*+* {
  margin-top: 4rem !important;
}

.l-page strong {
  font-weight: 600 !important;
}

.l-page .left {
  display: flex !important;
  justify-content: flex-start !important;
  flex-wrap: wrap !important;
  gap: 0 1.6rem !important;
  text-align: left !important;
}

.l-page .center {
  display: flex !important;
  justify-content: center !important;
  flex-wrap: wrap !important;
  gap: 0 1.6rem !important;
  text-align: center !important;
}

.l-page .right {
  display: flex !important;
  justify-content: flex-end !important;
  flex-wrap: wrap !important;
  gap: 0 1.6rem !important;
  text-align: right !important;
}

.l-page small {
  font-size: 1.3rem !important;
  line-height: 1.7 !important;
  display: inline-block !important;
}

.l-page img {
  max-width: 90rem !important;
  width: 100% !important;
  height: auto !important;
  aspect-ratio: 3/2 !important;
  object-fit: cover !important;
}

.l-page img.no-trim {
  aspect-ratio: auto !important;
}

.l-page .flex {
  display: flex !important;
  justify-content: flex-start !important;
  flex-wrap: wrap !important;
  gap: 4rem 5rem !important;
}

@media screen and (max-width: 768px) {
  .l-page .flex {
    gap: 1.6rem !important;
  }
}

.l-page .flex .col-1 {
  width: 100% !important;
}

.l-page .flex .col-1>*+* {
  margin-top: 2rem !important;
}

@media screen and (max-width: 768px) {
  .l-page .flex .col-1>*+* {
    margin-top: 1.6rem !important;
  }
}

.l-page .flex .col-1 img {
  aspect-ratio: 2/1 !important;
}

@media screen and (max-width: 768px) {
  .l-page .flex .col-1 img {
    aspect-ratio: 3/2 !important;
  }
}

.l-page .flex .col-2 {
  width: calc((100% - 5rem) / 2) !important;
}

.l-page .flex .col-2>*+* {
  margin-top: 2rem !important;
}

@media screen and (max-width: 768px) {
  .l-page .flex .col-2>*+* {
    margin-top: 1.6rem !important;
  }
}

@media screen and (max-width: 768px) {
  .l-page .flex .col-2 {
    width: 100% !important;
  }
}

.l-page .flex .col-3 {
  width: calc((100% - 10rem) / 3) !important;
}

.l-page .flex .col-3>*+* {
  margin-top: 2rem !important;
}

@media screen and (max-width: 768px) {
  .l-page .flex .col-3>*+* {
    margin-top: 1.6rem !important;
  }
}

@media screen and (max-width: 768px) {
  .l-page .flex .col-3 {
    width: 100% !important;
  }
}

.l-page .flex.rev {
  flex-direction: row-reverse !important;
}

@media screen and (max-width: 768px) {
  .l-page .table-wrap {
    overflow-x: scroll !important;
  }
}

.l-page section.default+section.default {
  margin-top: -8rem !important;
}

.l-page section.default .inner {
  width: 100% !important;
  max-width: 96rem !important;
  margin: 0 auto !important;
  font-size: 1.6rem !important;
  padding: 6rem 0 !important;
}

@media screen and (max-width: 768px) {
  .l-page section.default .inner {
    padding: 6rem 0 !important;
  }
}

.l-page section.default h1 {
  color: var(--main) !important;
  text-align: center !important;
  font-size: 3rem !important;
  font-weight: 400 !important;
  margin-bottom: 4.8rem !important;
}

.l-page section.default h1 span {
  color: var(--main-dark) !important;
  display: block !important;
  font-size: 2rem !important;
  font-weight: 600 !important;
  line-height: 6rem !important;
  position: relative !important;
}

.l-page section.default h1 span::after {
  content: "" !important;
  position: absolute !important;
  bottom: 0 !important;
  display: inline-block !important;
  width: 7rem !important;
  height: 0.1rem !important;
  left: 50% !important;
  -webkit-transform: translateX(-50%) !important;
  transform: translateX(-50%) !important;
  background-color: var(--main-dark) !important;
}

.l-page section.default h2 {
  background: var(--main-dark) !important;
  color: var(--white) !important;
  text-align: center !important;
  font-family: var(--sub-font) !important;
  font-size: 2.4rem !important;
  font-weight: 400 !important;
  line-height: 1.6 !important;
  padding: 1rem 2rem !important;
  margin-bottom: 4.8rem !important;
}

@media screen and (max-width: 768px) {
  .l-page section.default h2 {
    font-size: 2.4rem !important;
  }
}

.l-page section.default h2+p,
.l-page section.default h2+h3,
.l-page section.default h2+h4,
.l-page section.default h2+h5,
.l-page section.default h2+h6,
.l-page section.default h2+ol,
.l-page section.default h2+ul,
.l-page section.default h2+table,
.l-page section.default h2+.profile {
  margin-top: 4rem !important;
}

.l-page section.default h3 {
  color: var(--main-dark) !important;
  font-size: 2.4rem !important;
  font-weight: 600 !important;
  border-bottom: 0.1rem solid var(--main) !important;
  line-height: 1.6 !important;
  padding: 0 0 1rem 0 !important;
  margin-top: 4rem !important;
}

@media screen and (max-width: 768px) {
  .l-page section.default h3 {
    font-size: 2rem !important;
  }
}

.l-page section.default h4 {
  background: var(--main-light) !important;
  color: var(--main) !important;
  font-size: 1.8rem !important;
  font-weight: 600 !important;
  padding: 0.8rem 1.6rem !important;
}

@media screen and (max-width: 768px) {
  .l-page section.default h4 {
    font-size: 1.6rem !important;
  }
}

.l-page section.default h5 {
  color: var(--main) !important;
  font-size: 1.6rem !important;
  font-weight: 600 !important;
  margin-bottom: -0.8rem !important;
}

@media screen and (max-width: 768px) {
  .l-page section.default h5 {
    font-size: 1.4rem !important;
  }
}

.l-page section.default h5::before {
  content: "●" !important;
  padding: 0 0.5em 0 0 !important;
}

.l-page section.default h6 {
  color: var(--main) !important;
  font-size: 1.3rem !important;
  font-weight: 600 !important;
  margin-bottom: -1.6rem !important;
}

@media screen and (max-width: 768px) {
  .l-page section.default h6 {
    font-size: 1.2rem !important;
  }
}

.l-page section.default .flowTtl {
  font-size: 2rem !important;
  font-weight: 600 !important;
  position: relative !important;
  padding-left: 4rem !important;
}

.l-page section.default .flowTtl span {
  position: absolute !important;
  top: 50% !important;
  left: 0 !important;
  transform: translateY(-50%) !important;
  width: 3rem !important;
  height: 3rem !important;
  line-height: 3rem !important;
  border-radius: 50% !important;
  background: var(--main) !important;
  color: var(--white) !important;
  display: inline-block !important;
  text-align: center !important;
  font-size: 1.3rem !important;
}

.l-page section.default ol.number {
  counter-reset: list !important;
  list-style-type: none !important;
  margin-bottom: 2.4rem !important;
}

.l-page section.default ol.number li {
  position: relative !important;
  margin: 0 !important;
  padding: 0.9rem 0 0.9rem 6.6rem !important;
}

.l-page section.default ol.number li::before {
  counter-increment: list !important;
  content: counter(list) !important;
  color: var(--main-dark) !important;
  background: var(--main-light) !important;
  font-size: 2rem !important;
  font-weight: 600 !important;
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  width: 5rem !important;
  height: 5rem !important;
  line-height: 5rem !important;
  text-align: center !important;
}

.l-page section.default ol.number li span {
  display: block !important;
  font-weight: 600 !important;
}

.l-page section.default ol.number li+li {
  margin-top: 2.4rem !important;
}

.l-page section.default ol.flow {
  counter-reset: list !important;
}

.l-page section.default ol.flow li {
  display: flex !important;
  flex-wrap: wrap !important;
  gap: 4rem !important;
}

@media screen and (max-width: 768px) {
  .l-page section.default ol.flow li {
    flex-direction: column-reverse !important;
    gap: 2rem !important;
  }
}

.l-page section.default ol.flow li div {
  width: calc((100% - 4rem) / 2) !important;
}

@media screen and (max-width: 768px) {
  .l-page section.default ol.flow li div {
    width: 100% !important;
  }
}

.l-page section.default ol.flow li div span {
  font-size: 2rem !important;
  font-weight: 600 !important;
  position: relative !important;
  padding-left: 4rem !important;
  display: block !important;
  margin-bottom: 2rem !important;
}

.l-page section.default ol.flow li div span::before {
  counter-increment: list !important;
  content: counter(list) !important;
  position: absolute !important;
  top: 50% !important;
  left: 0 !important;
  transform: translateY(-50%) !important;
  width: 3rem !important;
  height: 3rem !important;
  line-height: 3rem !important;
  border-radius: 50% !important;
  background: var(--main) !important;
  color: var(--white) !important;
  display: inline-block !important;
  text-align: center !important;
  font-size: 1.3rem !important;
}

.l-page section.default ol.flow li div p+p {
  margin-top: 2rem !important;
}

.l-page section.default ol.flow li div.full {
  width: 100% !important;
}

.l-page section.default ol.flow li div.full>*+* {
  margin-top: 2rem !important;
}

.l-page section.default ol.flow li:not(:nth-child(1)),
.l-page section.default ol.flow li:not(:nth-child(2)) {
  margin-top: 4rem !important;
}

.l-page section.default ul.flow li {
  display: flex !important;
  flex-wrap: wrap !important;
  gap: 4rem !important;
}

@media screen and (max-width: 768px) {
  .l-page section.default ul.flow li {
    flex-direction: column-reverse !important;
    gap: 2rem !important;
  }
}

.l-page section.default ul.flow li div {
  width: calc((100% - 4rem) / 2) !important;
}

@media screen and (max-width: 768px) {
  .l-page section.default ul.flow li div {
    width: 100% !important;
  }
}

.l-page section.default ul.flow li div span {
  font-size: 2rem !important;
  font-weight: 600 !important;
  position: relative !important;
  display: block !important;
  margin-bottom: 2rem !important;
}

.l-page section.default ul.flow li div p+p {
  margin-top: 2rem !important;
}

.l-page section.default ul.flow li:not(:nth-child(1)),
.l-page section.default ul.flow li:not(:nth-child(2)) {
  margin-top: 4rem !important;
}

.l-page section.default ul.circle {
  list-style-type: none !important;
  margin-bottom: 2.4rem !important;
}

.l-page section.default ul.circle li {
  position: relative !important;
  margin: 0 !important;
  padding: 0 0 0 5rem !important;
}

.l-page section.default ul.circle li::before {
  content: "●" !important;
  font-weight: 600 !important;
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  width: 5rem !important;
  text-align: center !important;
  color: var(--main-dark) !important;
}

.l-page section.default ul.circle li span {
  display: block !important;
  font-weight: 600 !important;
}

.l-page section.default ul.circle li+li {
  margin-top: 2.4rem !important;
}

.l-page section.default ul.check {
  list-style-type: none !important;
}

.l-page section.default ul.check li {
  position: relative !important;
  padding: 0 0 0 5rem !important;
}

.l-page section.default ul.check li::after {
  content: "" !important;
  display: block !important;
  position: absolute !important;
  top: 0.5em !important;
  left: 1.5rem !important;
  width: 2rem !important;
  text-align: center !important;
  height: 1rem !important;
  border-left: 0.3rem solid var(--main-dark) !important;
  border-bottom: 0.3rem solid var(--main-dark) !important;
  transform: rotate(-45deg) !important;
}

.l-page section.default ul.check li+li {
  margin-top: 2.4rem !important;
}

.l-page section.default dl {
  display: flex !important;
  justify-content: flex-start !important;
  flex-wrap: wrap !important;
  padding: 0 !important;
  width: 100% !important;
  gap: 1.6rem !important;
}

.l-page section.default dl dt {
  width: 10rem !important;
  font-weight: 600 !important;
}

.l-page section.default dl dd {
  width: calc(100% - 11.6rem) !important;
}

.l-page section.default table.border--none {
  border-collapse: collapse !important;
  border-spacing: 0 !important;
  width: 100% !important;
  border-top: 0.1rem solid var(--gray) !important;
}

.l-page section.default table.border--none th,
.l-page section.default table.border--none td {
  vertical-align: middle !important;
  border-bottom: 0.1rem solid var(--gray) !important;
  padding: 2.4rem !important;
}

@media screen and (max-width: 768px) {

  .l-page section.default table.border--none th,
  .l-page section.default table.border--none td {
    padding: 2rem !important;
  }
}

.l-page section.default table.border--none th {
  text-align: left !important;
  color: var(--main-dark) !important;
  font-weight: 600 !important;
}

@media screen and (max-width: 768px) {
  .l-page section.default table.border--none th {
    width: 100% !important;
    display: block !important;
    border-bottom: 0.1rem dashed var(--gray) !important;
  }
}

@media screen and (max-width: 768px) {
  .l-page section.default table.border--none td {
    width: 100% !important;
    display: block !important;
  }
}

.l-page section.default table.border--none th.w10,
.l-page section.default table.border--none td.w10 {
  width: 10% !important;
}

.l-page section.default table.border--none th.w20,
.l-page section.default table.border--none td.w20 {
  width: 20% !important;
}

.l-page section.default table.border--none th.w30,
.l-page section.default table.border--none td.w30 {
  width: 30% !important;
}

.l-page section.default table.border--none th.w40,
.l-page section.default table.border--none td.w40 {
  width: 40% !important;
}

.l-page section.default table.border--none th.w50,
.l-page section.default table.border--none td.w50 {
  width: 50% !important;
}

.l-page section.default table.border--none th.w60,
.l-page section.default table.border--none td.w60 {
  width: 60% !important;
}

.l-page section.default table.border--none th.w70,
.l-page section.default table.border--none td.w70 {
  width: 70% !important;
}

.l-page section.default table.border--none th.w80,
.l-page section.default table.border--none td.w80 {
  width: 80% !important;
}

.l-page section.default table.border--none th.w90,
.l-page section.default table.border--none td.w90 {
  width: 90% !important;
}

.l-page section.default table.border--none th.main,
.l-page section.default table.border--none td.main {
  background: var(--main) !important;
  color: var(--white) !important;
}

.l-page section.default table.border--none th.main-light,
.l-page section.default table.border--none td.main-light {
  background: var(--main-light) !important;
}

.l-page section.default table.border--none th.gray-light,
.l-page section.default table.border--none td.gray-light {
  background: var(--gray-light) !important;
}

.l-page section.default table.border {
  border-collapse: collapse !important;
  border-spacing: 0 !important;
  width: 100% !important;
  border: 0.1rem solid var(--gray) !important;
}

.l-page section.default table.border th,
.l-page section.default table.border td {
  vertical-align: middle !important;
  border-bottom: 0.1rem solid var(--gray) !important;
  padding: 2.4rem !important;
}

@media screen and (max-width: 768px) {

  .l-page section.default table.border th,
  .l-page section.default table.border td {
    padding: 2rem !important;
  }
}

.l-page section.default table.border th {
  text-align: left !important;
  color: var(--main-dark) !important;
  font-weight: 600 !important;
  border-right: 0.1rem solid var(--gray) !important;
}

@media screen and (max-width: 768px) {
  .l-page section.default table.border th {
    width: 100% !important;
    display: block !important;
    border-right: none !important;
    border-bottom: 0.1rem dashed var(--gray) !important;
  }
}

@media screen and (max-width: 768px) {
  .l-page section.default table.border td {
    width: 100% !important;
    display: block !important;
  }
}

.l-page section.default table.border th.w10,
.l-page section.default table.border td.w10 {
  width: 10% !important;
}

.l-page section.default table.border th.w20,
.l-page section.default table.border td.w20 {
  width: 20% !important;
}

.l-page section.default table.border th.w30,
.l-page section.default table.border td.w30 {
  width: 30% !important;
}

.l-page section.default table.border th.w40,
.l-page section.default table.border td.w40 {
  width: 40% !important;
}

.l-page section.default table.border th.w50,
.l-page section.default table.border td.w50 {
  width: 50% !important;
}

.l-page section.default table.border th.w60,
.l-page section.default table.border td.w60 {
  width: 60% !important;
}

.l-page section.default table.border th.w70,
.l-page section.default table.border td.w70 {
  width: 70% !important;
}

.l-page section.default table.border th.w80,
.l-page section.default table.border td.w80 {
  width: 80% !important;
}

.l-page section.default table.border th.w90,
.l-page section.default table.border td.w90 {
  width: 90% !important;
}

.l-page section.default table.border th.main,
.l-page section.default table.border td.main {
  background: var(--main) !important;
  color: var(--white) !important;
}

.l-page section.default table.border th.main-light,
.l-page section.default table.border td.main-light {
  background: var(--main-light) !important;
}

.l-page section.default table.border th.gray-light,
.l-page section.default table.border td.gray-light {
  background: var(--gray-light) !important;
}

.l-page section.default table.border--plane {
  border-collapse: collapse !important;
  border-spacing: 0 !important;
  width: 100% !important;
  border-top: 0.1rem solid var(--gray) !important;
  border-left: 0.1rem solid var(--gray) !important;
}

.l-page section.default table.border--plane th,
.l-page section.default table.border--plane td {
  vertical-align: middle !important;
  border-right: 0.1rem solid var(--gray) !important;
  border-bottom: 0.1rem solid var(--gray) !important;
  padding: 2.4rem !important;
}

.l-page section.default table.border--plane th {
  text-align: left !important;
  color: var(--main-dark) !important;
  font-weight: 600 !important;
  border-right: 0.1rem solid var(--gray) !important;
}

@media screen and (max-width: 768px) {
  .l-page section.default table.border--plane th {
    padding: 0.6rem !important;
    font-size: 1.3rem !important;
  }
}

@media screen and (max-width: 768px) {
  .l-page section.default table.border--plane td {
    padding: 0.6rem !important;
    font-size: 1.3rem !important;
  }
}

.l-page section.default table.border--plane th.w10,
.l-page section.default table.border--plane td.w10 {
  width: 10% !important;
}

.l-page section.default table.border--plane th.w20,
.l-page section.default table.border--plane td.w20 {
  width: 20% !important;
}

.l-page section.default table.border--plane th.w30,
.l-page section.default table.border--plane td.w30 {
  width: 30% !important;
}

.l-page section.default table.border--plane th.w40,
.l-page section.default table.border--plane td.w40 {
  width: 40% !important;
}

.l-page section.default table.border--plane th.w50,
.l-page section.default table.border--plane td.w50 {
  width: 50% !important;
}

.l-page section.default table.border--plane th.w60,
.l-page section.default table.border--plane td.w60 {
  width: 60% !important;
}

.l-page section.default table.border--plane th.w70,
.l-page section.default table.border--plane td.w70 {
  width: 70% !important;
}

.l-page section.default table.border--plane th.w80,
.l-page section.default table.border--plane td.w80 {
  width: 80% !important;
}

.l-page section.default table.border--plane th.w90,
.l-page section.default table.border--plane td.w90 {
  width: 90% !important;
}

.l-page section.default table.border--plane th.main,
.l-page section.default table.border--plane td.main {
  background: var(--main) !important;
  color: var(--white) !important;
}

.l-page section.default table.border--plane th.main-light,
.l-page section.default table.border--plane td.main-light {
  background: var(--main-light) !important;
}

.l-page section.default table.border--plane th.gray-light,
.l-page section.default table.border--plane td.gray-light {
  background: var(--gray-light) !important;
}

@media screen and (max-width: 768px) {
  .l-page section.default table.scroll {
    min-width: 90rem !important;
  }
}

@media screen and (max-width: 768px) {
  .l-page section.default table.scroll th {
    width: auto !important;
    display: table-cell !important;
  }
}

@media screen and (max-width: 768px) {
  .l-page section.default table.scroll td {
    width: auto !important;
    display: table-cell !important;
  }
}

.l-page section.default .profile {
  display: flex !important;
  justify-content: space-between !important;
  flex-wrap: wrap !important;
  flex-direction: row-reverse !important;
}

.l-page section.default .profile .profileTxt {
  width: calc((100% - 0.2rem) / 2) !important;
  height: auto !important;
  background: url(../img/profile.png) no-repeat center center/cover !important;
  display: flex !important;
  justify-content: center !important;
  flex-wrap: wrap !important;
  flex-direction: column !important;
  padding: 3.2rem !important;
  line-height: 1.6 !important;
}

@media screen and (max-width: 768px) {
  .l-page section.default .profile .profileTxt {
    width: 100% !important;
    margin-top: 0.2rem !important;
  }
}

.l-page section.default .profile .profileTxt p:nth-child(1) {
  color: var(--main-dark) !important;
  font-size: 2rem !important;
  font-weight: 600 !important;
}

.l-page section.default .profile .profileTxt p:nth-child(2) {
  font-size: 3.4rem !important;
  font-weight: 600 !important;
}

.l-page section.default .profile .profileTxt p:nth-child(3) {
  color: var(--main-dark) !important;
  margin-top: 2.4rem !important;
}

.l-page section.default .profile .profileImg {
  width: calc((100% - 0.2rem) / 2) !important;
}

@media screen and (max-width: 768px) {
  .l-page section.default .profile .profileImg {
    width: 100% !important;
  }
}

.l-page section.default .price {
  display: flex !important;
  flex-wrap: wrap !important;
  gap: 0 3rem !important;
  border-top: 0.1rem solid var(--gray) !important;
  border-bottom: 0.1rem solid var(--gray) !important;
}

.l-page section.default .price__left {
  width: 24% !important;
  padding: 3rem 0 !important;
}

@media screen and (max-width: 768px) {
  .l-page section.default .price__left {
    width: 100% !important;
    padding: 2rem 0 !important;
    text-align: center !important;
  }
}

.l-page section.default .price__left img {
  aspect-ratio: 3/2 !important;
  object-fit: cover !important;
}

@media screen and (max-width: 768px) {
  .l-page section.default .price__left img {
    width: 60% !important;
  }
}

.l-page section.default .price__center {
  width: calc(52% - 6rem) !important;
  padding: 3rem 0 !important;
}

@media screen and (max-width: 768px) {
  .l-page section.default .price__center {
    width: 100% !important;
    padding: 0 0 2rem 0 !important;
  }
}

.l-page section.default .price__right {
  width: 24% !important;
  background: var(--gray-light) !important;
  display: flex !important;
  align-items: center !important;
  flex-direction: column !important;
}

@media screen and (max-width: 768px) {
  .l-page section.default .price__right {
    width: 100% !important;
  }
}

.l-page section.default .price__product {
  color: var(--main-dark) !important;
  font-size: 2rem !important;
  font-weight: 600 !important;
  margin-bottom: 1rem !important;
}

.l-page section.default .price__row1 {
  width: 100% !important;
  height: 100% !important;
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
  flex-direction: column !important;
  padding: 2rem !important;
}

.l-page section.default .price__row2 {
  width: 100% !important;
  height: 50% !important;
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
  flex-direction: column !important;
  padding: 2rem !important;
}

.l-page section.default .price__row2:nth-child(2) {
  border-top: 0.2rem solid var(--white) !important;
}

.l-page section.default .price__row3 {
  width: 100% !important;
  height: 33.3333333333% !important;
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
  flex-direction: column !important;
  padding: 2rem !important;
}

.l-page section.default .price__row3:nth-child(2),
.l-page section.default .price__row3:nth-child(3) {
  border-top: 0.2rem solid var(--white) !important;
}

.l-page section.default .price__num {
  color: var(--main-dark) !important;
  font-size: 2rem !important;
  font-weight: 600 !important;
}

.l-page section.default .price+.price {
  margin-top: -0.1rem !important;
}

.l-page section.gray-light+section.gray-light {
  margin-top: -8rem !important;
}

.l-page section.gray-light {
  background: var(--gray-light) !important;
}

.l-page section.gray-light .inner {
  width: 100% !important;
  max-width: 98rem !important;
  margin: 0 auto !important;
  font-size: 1.6rem !important;
  padding: 8rem 4rem !important;
}

@media screen and (max-width: 768px) {
  .l-page section.gray-light .inner {
    padding: 6rem 2rem !important;
  }
}

.l-page section.gray-light h1 {
  color: var(--main) !important;
  text-align: center !important;
  font-size: 3rem !important;
  font-weight: 400 !important;
  margin-bottom: 4.8rem !important;
}

.l-page section.gray-light h1 span {
  color: var(--main-dark) !important;
  display: block !important;
  font-size: 2rem !important;
  font-weight: 600 !important;
  line-height: 6rem !important;
  position: relative !important;
}

.l-page section.gray-light h1 span::after {
  content: "" !important;
  position: absolute !important;
  bottom: 0 !important;
  display: inline-block !important;
  width: 7rem !important;
  height: 0.1rem !important;
  left: 50% !important;
  -webkit-transform: translateX(-50%) !important;
  transform: translateX(-50%) !important;
  background-color: var(--main-dark) !important;
}

.l-page section.gray-light h2 {
  background: var(--main-dark) !important;
  color: var(--white) !important;
  text-align: center !important;
  font-size: 3rem !important;
  font-weight: 400 !important;
  line-height: 1.6 !important;
  padding: 1rem 2rem !important;
}

@media screen and (max-width: 768px) {
  .l-page section.gray-light h2 {
    font-size: 2.4rem !important;
  }
}

.l-page section.gray-light h2+p,
.l-page section.gray-light h2+h3,
.l-page section.gray-light h2+h4,
.l-page section.gray-light h2+h5,
.l-page section.gray-light h2+h6,
.l-page section.gray-light h2+ol,
.l-page section.gray-light h2+ul,
.l-page section.gray-light h2+table,
.l-page section.gray-light h2+.profile {
  margin-top: 4rem !important;
}

.l-page section.gray-light h3 {
  color: var(--main-dark) !important;
  font-size: 2.4rem !important;
  font-weight: 600 !important;
  border-bottom: 0.1rem solid var(--main) !important;
  line-height: 1.6 !important;
  padding: 0 0 1rem 0 !important;
  margin-top: 4rem !important;
}

@media screen and (max-width: 768px) {
  .l-page section.gray-light h3 {
    font-size: 2rem !important;
  }
}

.l-page section.gray-light h4 {
  background: var(--main-light) !important;
  color: var(--main) !important;
  font-size: 1.8rem !important;
  font-weight: 600 !important;
  padding: 0.8rem 1.6rem !important;
}

@media screen and (max-width: 768px) {
  .l-page section.gray-light h4 {
    font-size: 1.6rem !important;
  }
}

.l-page section.gray-light h5 {
  color: var(--main) !important;
  font-size: 1.6rem !important;
  font-weight: 600 !important;
  margin-bottom: -0.8rem !important;
}

@media screen and (max-width: 768px) {
  .l-page section.gray-light h5 {
    font-size: 1.4rem !important;
  }
}

.l-page section.gray-light h5::before {
  content: "●" !important;
  padding: 0 0.5em 0 0 !important;
}

.l-page section.gray-light h6 {
  color: var(--main) !important;
  font-size: 1.3rem !important;
  font-weight: 600 !important;
  margin-bottom: -1.6rem !important;
}

@media screen and (max-width: 768px) {
  .l-page section.gray-light h6 {
    font-size: 1.2rem !important;
  }
}

.l-page section.gray-light .flowTtl {
  font-size: 2rem !important;
  font-weight: 600 !important;
  position: relative !important;
  padding-left: 4rem !important;
}

.l-page section.gray-light .flowTtl span {
  position: absolute !important;
  top: 50% !important;
  left: 0 !important;
  transform: translateY(-50%) !important;
  width: 3rem !important;
  height: 3rem !important;
  line-height: 3rem !important;
  border-radius: 50% !important;
  background: var(--main) !important;
  color: var(--white) !important;
  display: inline-block !important;
  text-align: center !important;
  font-size: 1.3rem !important;
}

.l-page section.gray-light ol.number {
  counter-reset: list !important;
  list-style-type: none !important;
  margin-bottom: 2.4rem !important;
}

.l-page section.gray-light ol.number li {
  position: relative !important;
  margin: 0 !important;
  padding: 0.9rem 0 0.9rem 6.6rem !important;
}

.l-page section.gray-light ol.number li::before {
  counter-increment: list !important;
  content: counter(list) !important;
  color: var(--white) !important;
  background: var(--main) !important;
  font-size: 2rem !important;
  font-weight: 600 !important;
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  width: 5rem !important;
  height: 5rem !important;
  line-height: 5rem !important;
  text-align: center !important;
}

.l-page section.gray-light ol.number li span {
  display: block !important;
  font-weight: 600 !important;
}

.l-page section.gray-light ol.number li+li {
  margin-top: 2.4rem !important;
}

.l-page section.gray-light ol.flow {
  counter-reset: list !important;
}

.l-page section.gray-light ol.flow li {
  display: flex !important;
  flex-wrap: wrap !important;
  gap: 4rem !important;
}

@media screen and (max-width: 768px) {
  .l-page section.gray-light ol.flow li {
    flex-direction: column-reverse !important;
    gap: 2rem !important;
  }
}

.l-page section.gray-light ol.flow li div {
  width: calc((100% - 4rem) / 2) !important;
}

@media screen and (max-width: 768px) {
  .l-page section.gray-light ol.flow li div {
    width: 100% !important;
  }
}

.l-page section.gray-light ol.flow li div span {
  font-size: 2rem !important;
  font-weight: 600 !important;
  position: relative !important;
  padding-left: 4rem !important;
  display: block !important;
  margin-bottom: 2rem !important;
}

.l-page section.gray-light ol.flow li div span::before {
  counter-increment: list !important;
  content: counter(list) !important;
  position: absolute !important;
  top: 50% !important;
  left: 0 !important;
  transform: translateY(-50%) !important;
  width: 3rem !important;
  height: 3rem !important;
  line-height: 3rem !important;
  border-radius: 50% !important;
  background: var(--main) !important;
  color: var(--white) !important;
  display: inline-block !important;
  text-align: center !important;
  font-size: 1.3rem !important;
}

.l-page section.gray-light ol.flow li div p+p {
  margin-top: 2rem !important;
}

.l-page section.gray-light ol.flow li div.full {
  width: 100% !important;
}

.l-page section.gray-light ol.flow li div.full>*+* {
  margin-top: 2rem !important;
}

.l-page section.gray-light ol.flow li:not(:nth-child(1)),
.l-page section.gray-light ol.flow li:not(:nth-child(2)) {
  margin-top: 4rem !important;
}

.l-page section.gray-light ul.flow li {
  display: flex !important;
  flex-wrap: wrap !important;
  gap: 4rem !important;
}

@media screen and (max-width: 768px) {
  .l-page section.gray-light ul.flow li {
    flex-direction: column-reverse !important;
    gap: 2rem !important;
  }
}

.l-page section.gray-light ul.flow li div {
  width: calc((100% - 4rem) / 2) !important;
}

@media screen and (max-width: 768px) {
  .l-page section.gray-light ul.flow li div {
    width: 100% !important;
  }
}

.l-page section.gray-light ul.flow li div span {
  font-size: 2rem !important;
  font-weight: 600 !important;
  position: relative !important;
  display: block !important;
  margin-bottom: 2rem !important;
}

.l-page section.gray-light ul.flow li div p+p {
  margin-top: 2rem !important;
}

.l-page section.gray-light ul.flow li:not(:nth-child(1)),
.l-page section.gray-light ul.flow li:not(:nth-child(2)) {
  margin-top: 4rem !important;
}

.l-page section.gray-light ul.circle {
  list-style-type: none !important;
  margin-bottom: 2.4rem !important;
}

.l-page section.gray-light ul.circle li {
  position: relative !important;
  margin: 0 !important;
  padding: 0 0 0 5rem !important;
}

.l-page section.gray-light ul.circle li::before {
  content: "●" !important;
  font-weight: 600 !important;
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  width: 5rem !important;
  text-align: center !important;
  color: var(--main-dark) !important;
}

.l-page section.gray-light ul.circle li span {
  display: block !important;
  font-weight: 600 !important;
}

.l-page section.gray-light ul.circle li+li {
  margin-top: 2.4rem !important;
}

.l-page section.gray-light ul.check {
  list-style-type: none !important;
}

.l-page section.gray-light ul.check li {
  position: relative !important;
  padding: 0 0 0 5rem !important;
}

.l-page section.gray-light ul.check li::after {
  content: "" !important;
  display: block !important;
  position: absolute !important;
  top: 0.5em !important;
  left: 1.5rem !important;
  width: 2rem !important;
  text-align: center !important;
  height: 1rem !important;
  border-left: 0.3rem solid var(--main-dark) !important;
  border-bottom: 0.3rem solid var(--main-dark) !important;
  transform: rotate(-45deg) !important;
}

.l-page section.gray-light ul.check li+li {
  margin-top: 2.4rem !important;
}

.l-page section.gray-light dl {
  display: flex !important;
  justify-content: flex-start !important;
  flex-wrap: wrap !important;
  padding: 0 !important;
  width: 100% !important;
  gap: 1.6rem !important;
}

.l-page section.gray-light dl dt {
  width: 10rem !important;
  font-weight: 600 !important;
}

.l-page section.gray-light dl dd {
  width: calc(100% - 11.6rem) !important;
}

.l-page section.gray-light table.border--none {
  border-collapse: collapse !important;
  border-spacing: 0 !important;
  width: 100% !important;
  border-top: 0.1rem solid var(--gray) !important;
}

.l-page section.gray-light table.border--none th,
.l-page section.gray-light table.border--none td {
  vertical-align: middle !important;
  border-bottom: 0.1rem solid var(--gray) !important;
  padding: 2.4rem !important;
}

@media screen and (max-width: 768px) {

  .l-page section.gray-light table.border--none th,
  .l-page section.gray-light table.border--none td {
    padding: 2rem !important;
  }
}

.l-page section.gray-light table.border--none th {
  text-align: left !important;
  color: var(--main-dark) !important;
  font-weight: 600 !important;
}

@media screen and (max-width: 768px) {
  .l-page section.gray-light table.border--none th {
    width: 100% !important;
    display: block !important;
    border-bottom: 0.1rem dashed var(--gray) !important;
  }
}

@media screen and (max-width: 768px) {
  .l-page section.gray-light table.border--none td {
    width: 100% !important;
    display: block !important;
  }
}

.l-page section.gray-light table.border--none th.w10,
.l-page section.gray-light table.border--none td.w10 {
  width: 10% !important;
}

.l-page section.gray-light table.border--none th.w20,
.l-page section.gray-light table.border--none td.w20 {
  width: 20% !important;
}

.l-page section.gray-light table.border--none th.w30,
.l-page section.gray-light table.border--none td.w30 {
  width: 30% !important;
}

.l-page section.gray-light table.border--none th.w40,
.l-page section.gray-light table.border--none td.w40 {
  width: 40% !important;
}

.l-page section.gray-light table.border--none th.w50,
.l-page section.gray-light table.border--none td.w50 {
  width: 50% !important;
}

.l-page section.gray-light table.border--none th.w60,
.l-page section.gray-light table.border--none td.w60 {
  width: 60% !important;
}

.l-page section.gray-light table.border--none th.w70,
.l-page section.gray-light table.border--none td.w70 {
  width: 70% !important;
}

.l-page section.gray-light table.border--none th.w80,
.l-page section.gray-light table.border--none td.w80 {
  width: 80% !important;
}

.l-page section.gray-light table.border--none th.w90,
.l-page section.gray-light table.border--none td.w90 {
  width: 90% !important;
}

.l-page section.gray-light table.border--none th.main,
.l-page section.gray-light table.border--none td.main {
  background: var(--main) !important;
  color: var(--white) !important;
}

.l-page section.gray-light table.border--none th.main-light,
.l-page section.gray-light table.border--none td.main-light {
  background: var(--main-light) !important;
}

.l-page section.gray-light table.border--none th.gray-light,
.l-page section.gray-light table.border--none td.gray-light {
  background: var(--gray-light) !important;
}

.l-page section.gray-light table.border {
  border-collapse: collapse !important;
  border-spacing: 0 !important;
  width: 100% !important;
  border: 0.1rem solid var(--gray) !important;
}

.l-page section.gray-light table.border th,
.l-page section.gray-light table.border td {
  vertical-align: middle !important;
  border-bottom: 0.1rem solid var(--gray) !important;
  padding: 2.4rem !important;
}

@media screen and (max-width: 768px) {

  .l-page section.gray-light table.border th,
  .l-page section.gray-light table.border td {
    padding: 2rem !important;
  }
}

.l-page section.gray-light table.border th {
  text-align: left !important;
  color: var(--main-dark) !important;
  font-weight: 600 !important;
  border-right: 0.1rem solid var(--gray) !important;
}

@media screen and (max-width: 768px) {
  .l-page section.gray-light table.border th {
    width: 100% !important;
    display: block !important;
    border-right: none !important;
    border-bottom: 0.1rem dashed var(--gray) !important;
  }
}

@media screen and (max-width: 768px) {
  .l-page section.gray-light table.border td {
    width: 100% !important;
    display: block !important;
  }
}

.l-page section.gray-light table.border th.w10,
.l-page section.gray-light table.border td.w10 {
  width: 10% !important;
}

.l-page section.gray-light table.border th.w20,
.l-page section.gray-light table.border td.w20 {
  width: 20% !important;
}

.l-page section.gray-light table.border th.w30,
.l-page section.gray-light table.border td.w30 {
  width: 30% !important;
}

.l-page section.gray-light table.border th.w40,
.l-page section.gray-light table.border td.w40 {
  width: 40% !important;
}

.l-page section.gray-light table.border th.w50,
.l-page section.gray-light table.border td.w50 {
  width: 50% !important;
}

.l-page section.gray-light table.border th.w60,
.l-page section.gray-light table.border td.w60 {
  width: 60% !important;
}

.l-page section.gray-light table.border th.w70,
.l-page section.gray-light table.border td.w70 {
  width: 70% !important;
}

.l-page section.gray-light table.border th.w80,
.l-page section.gray-light table.border td.w80 {
  width: 80% !important;
}

.l-page section.gray-light table.border th.w90,
.l-page section.gray-light table.border td.w90 {
  width: 90% !important;
}

.l-page section.gray-light table.border th.main,
.l-page section.gray-light table.border td.main {
  background: var(--main) !important;
  color: var(--white) !important;
}

.l-page section.gray-light table.border th.main-light,
.l-page section.gray-light table.border td.main-light {
  background: var(--main-light) !important;
}

.l-page section.gray-light table.border th.gray-light,
.l-page section.gray-light table.border td.gray-light {
  background: var(--gray-light) !important;
}

.l-page section.gray-light table.border--plane {
  border-collapse: collapse !important;
  border-spacing: 0 !important;
  width: 100% !important;
  border: 0.1rem solid var(--gray) !important;
}

.l-page section.gray-light table.border--plane th,
.l-page section.gray-light table.border--plane td {
  vertical-align: middle !important;
  border-bottom: 0.1rem solid var(--gray) !important;
  padding: 2.4rem !important;
}

.l-page section.gray-light table.border--plane th {
  text-align: left !important;
  color: var(--main-dark) !important;
  font-weight: 600 !important;
  border-right: 0.1rem solid var(--gray) !important;
}

@media screen and (max-width: 768px) {
  .l-page section.gray-light table.border--plane th {
    padding: 0.6rem !important;
    font-size: 1.3rem !important;
  }
}

@media screen and (max-width: 768px) {
  .l-page section.gray-light table.border--plane td {
    padding: 0.6rem !important;
    font-size: 1.3rem !important;
  }
}

.l-page section.gray-light table.border--plane th.w10,
.l-page section.gray-light table.border--plane td.w10 {
  width: 10% !important;
}

.l-page section.gray-light table.border--plane th.w20,
.l-page section.gray-light table.border--plane td.w20 {
  width: 20% !important;
}

.l-page section.gray-light table.border--plane th.w30,
.l-page section.gray-light table.border--plane td.w30 {
  width: 30% !important;
}

.l-page section.gray-light table.border--plane th.w40,
.l-page section.gray-light table.border--plane td.w40 {
  width: 40% !important;
}

.l-page section.gray-light table.border--plane th.w50,
.l-page section.gray-light table.border--plane td.w50 {
  width: 50% !important;
}

.l-page section.gray-light table.border--plane th.w60,
.l-page section.gray-light table.border--plane td.w60 {
  width: 60% !important;
}

.l-page section.gray-light table.border--plane th.w70,
.l-page section.gray-light table.border--plane td.w70 {
  width: 70% !important;
}

.l-page section.gray-light table.border--plane th.w80,
.l-page section.gray-light table.border--plane td.w80 {
  width: 80% !important;
}

.l-page section.gray-light table.border--plane th.w90,
.l-page section.gray-light table.border--plane td.w90 {
  width: 90% !important;
}

.l-page section.gray-light table.border--plane th.main,
.l-page section.gray-light table.border--plane td.main {
  background: var(--main) !important;
  color: var(--white) !important;
}

.l-page section.gray-light table.border--plane th.main-light,
.l-page section.gray-light table.border--plane td.main-light {
  background: var(--main-light) !important;
}

.l-page section.gray-light table.border--plane th.gray-light,
.l-page section.gray-light table.border--plane td.gray-light {
  background: var(--gray-light) !important;
}

@media screen and (max-width: 768px) {
  .l-page section.gray-light table.scroll {
    min-width: 90rem !important;
  }
}

@media screen and (max-width: 768px) {
  .l-page section.gray-light table.scroll th {
    width: auto !important;
    display: table-cell !important;
  }
}

@media screen and (max-width: 768px) {
  .l-page section.gray-light table.scroll td {
    width: auto !important;
    display: table-cell !important;
  }
}

.l-page section.gray-light .profile {
  display: flex !important;
  justify-content: space-between !important;
  flex-wrap: wrap !important;
  flex-direction: row-reverse !important;
}

.l-page section.gray-light .profile .profileTxt {
  width: calc((100% - 0.2rem) / 2) !important;
  height: auto !important;
  background: url(../img/profile.png) no-repeat center center/cover !important;
  display: flex !important;
  justify-content: center !important;
  flex-wrap: wrap !important;
  flex-direction: column !important;
  padding: 3.2rem !important;
  line-height: 1.6 !important;
}

@media screen and (max-width: 768px) {
  .l-page section.gray-light .profile .profileTxt {
    width: 100% !important;
    margin-top: 0.2rem !important;
  }
}

.l-page section.gray-light .profile .profileTxt p:nth-child(1) {
  color: var(--main-dark) !important;
  font-size: 2rem !important;
  font-weight: 600 !important;
}

.l-page section.gray-light .profile .profileTxt p:nth-child(2) {
  font-size: 3.4rem !important;
  font-weight: 600 !important;
}

.l-page section.gray-light .profile .profileTxt p:nth-child(3) {
  color: var(--main-dark) !important;
  margin-top: 2.4rem !important;
}

.l-page section.gray-light .profile .profileImg {
  width: calc((100% - 0.2rem) / 2) !important;
}

@media screen and (max-width: 768px) {
  .l-page section.gray-light .profile .profileImg {
    width: 100% !important;
  }
}

.l-page section.gray-light .price {
  display: flex !important;
  flex-wrap: wrap !important;
  gap: 0 3rem !important;
  border-top: 0.1rem solid var(--gray) !important;
  border-bottom: 0.1rem solid var(--gray) !important;
}

.l-page section.gray-light .price__left {
  width: 24% !important;
  padding: 3rem 0 !important;
}

@media screen and (max-width: 768px) {
  .l-page section.gray-light .price__left {
    width: 100% !important;
    padding: 2rem 0 !important;
    text-align: center !important;
  }
}

.l-page section.gray-light .price__left img {
  aspect-ratio: 3/2 !important;
  object-fit: cover !important;
}

@media screen and (max-width: 768px) {
  .l-page section.gray-light .price__left img {
    width: 60% !important;
  }
}

.l-page section.gray-light .price__center {
  width: calc(52% - 6rem) !important;
  padding: 3rem 0 !important;
}

@media screen and (max-width: 768px) {
  .l-page section.gray-light .price__center {
    width: 100% !important;
    padding: 0 0 2rem 0 !important;
  }
}

.l-page section.gray-light .price__right {
  width: 24% !important;
  background: var(--white) !important;
  display: flex !important;
  align-items: center !important;
  flex-direction: column !important;
}

@media screen and (max-width: 768px) {
  .l-page section.gray-light .price__right {
    width: 100% !important;
  }
}

.l-page section.gray-light .price__product {
  color: var(--main-dark) !important;
  font-size: 2rem !important;
  font-weight: 600 !important;
  margin-bottom: 1rem !important;
}

.l-page section.gray-light .price__row1 {
  width: 100% !important;
  height: 100% !important;
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
  flex-direction: column !important;
  padding: 2rem !important;
}

.l-page section.gray-light .price__row2 {
  width: 100% !important;
  height: 50% !important;
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
  flex-direction: column !important;
  padding: 2rem !important;
}

.l-page section.gray-light .price__row2:nth-child(2) {
  border-top: 0.2rem solid var(--gray-light) !important;
}

.l-page section.gray-light .price__row3 {
  width: 100% !important;
  height: 33.3333333333% !important;
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
  flex-direction: column !important;
  padding: 2rem !important;
}

.l-page section.gray-light .price__row3:nth-child(2),
.l-page section.gray-light .price__row3:nth-child(3) {
  border-top: 0.2rem solid var(--gray-light) !important;
}

.l-page section.gray-light .price__num {
  color: var(--main-dark) !important;
  font-size: 2rem !important;
  font-weight: 600 !important;
}

.l-page section.gray-light .price+.price {
  margin-top: -0.1rem !important;
}

.l-page section.main-light+section.main-light {
  margin-top: -8rem !important;
}

.l-page section.main-light {
  background: var(--main-light) !important;
}

.l-page section.main-light .inner {
  width: 100% !important;
  max-width: 98rem !important;
  margin: 0 auto !important;
  font-size: 1.6rem !important;
  padding: 8rem 4rem !important;
}

@media screen and (max-width: 768px) {
  .l-page section.main-light .inner {
    padding: 6rem 2rem !important;
  }
}

.l-page section.main-light h1 {
  color: var(--main) !important;
  text-align: center !important;
  font-size: 3rem !important;
  font-weight: 400 !important;
  margin-bottom: 4.8rem !important;
}

.l-page section.main-light h1 span {
  color: var(--main-dark) !important;
  display: block !important;
  font-size: 2rem !important;
  font-weight: 600 !important;
  line-height: 6rem !important;
  position: relative !important;
}

.l-page section.main-light h1 span::after {
  content: "" !important;
  position: absolute !important;
  bottom: 0 !important;
  display: inline-block !important;
  width: 7rem !important;
  height: 0.1rem !important;
  left: 50% !important;
  -webkit-transform: translateX(-50%) !important;
  transform: translateX(-50%) !important;
  background-color: var(--main-dark) !important;
}

.l-page section.main-light h2 {
  background: var(--main-dark) !important;
  color: var(--white) !important;
  text-align: center !important;
  font-size: 3rem !important;
  font-weight: 400 !important;
  line-height: 1.6 !important;
  padding: 1rem 2rem !important;
}

@media screen and (max-width: 768px) {
  .l-page section.main-light h2 {
    font-size: 2.4rem !important;
  }
}

.l-page section.main-light h2+p,
.l-page section.main-light h2+h3,
.l-page section.main-light h2+h4,
.l-page section.main-light h2+h5,
.l-page section.main-light h2+h6,
.l-page section.main-light h2+ol,
.l-page section.main-light h2+ul,
.l-page section.main-light h2+table,
.l-page section.main-light h2+.profile {
  margin-top: 4rem !important;
}

.l-page section.main-light h3 {
  color: var(--main-dark) !important;
  font-size: 2.4rem !important;
  font-weight: 600 !important;
  border-bottom: 0.1rem solid var(--main) !important;
  line-height: 1.6 !important;
  padding: 0 0 1rem 0 !important;
  margin-top: 4rem !important;
}

@media screen and (max-width: 768px) {
  .l-page section.main-light h3 {
    font-size: 2rem !important;
  }
}

.l-page section.main-light h4 {
  background: var(--white) !important;
  color: var(--main) !important;
  font-size: 1.8rem !important;
  font-weight: 600 !important;
  padding: 0.8rem 1.6rem !important;
}

@media screen and (max-width: 768px) {
  .l-page section.main-light h4 {
    font-size: 1.6rem !important;
  }
}

.l-page section.main-light h5 {
  color: var(--main) !important;
  font-size: 1.6rem !important;
  font-weight: 600 !important;
  margin-bottom: -0.8rem !important;
}

@media screen and (max-width: 768px) {
  .l-page section.main-light h5 {
    font-size: 1.4rem !important;
  }
}

.l-page section.main-light h5::before {
  content: "●" !important;
  padding: 0 0.5em 0 0 !important;
}

.l-page section.main-light h6 {
  color: var(--main) !important;
  font-size: 1.3rem !important;
  font-weight: 600 !important;
  margin-bottom: -1.6rem !important;
}

@media screen and (max-width: 768px) {
  .l-page section.main-light h6 {
    font-size: 1.2rem !important;
  }
}

.l-page section.main-light .flowTtl {
  font-size: 2rem !important;
  font-weight: 600 !important;
  position: relative !important;
  padding-left: 4rem !important;
}

.l-page section.main-light .flowTtl span {
  position: absolute !important;
  top: 50% !important;
  left: 0 !important;
  transform: translateY(-50%) !important;
  width: 3rem !important;
  height: 3rem !important;
  line-height: 3rem !important;
  border-radius: 50% !important;
  background: var(--main) !important;
  color: var(--white) !important;
  display: inline-block !important;
  text-align: center !important;
  font-size: 1.3rem !important;
}

.l-page section.main-light ol.number {
  counter-reset: list !important;
  list-style-type: none !important;
  margin-bottom: 2.4rem !important;
}

.l-page section.main-light ol.number li {
  position: relative !important;
  margin: 0 !important;
  padding: 0.9rem 0 0.9rem 6.6rem !important;
}

.l-page section.main-light ol.number li::before {
  counter-increment: list !important;
  content: counter(list) !important;
  color: var(--white) !important;
  background: var(--main) !important;
  font-size: 2rem !important;
  font-weight: 600 !important;
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  width: 5rem !important;
  height: 5rem !important;
  line-height: 5rem !important;
  text-align: center !important;
}

.l-page section.main-light ol.number li span {
  display: block !important;
  font-weight: 600 !important;
}

.l-page section.main-light ol.number li+li {
  margin-top: 2.4rem !important;
}

.l-page section.main-light ol.flow {
  counter-reset: list !important;
}

.l-page section.main-light ol.flow li {
  display: flex !important;
  flex-wrap: wrap !important;
  gap: 4rem !important;
}

@media screen and (max-width: 768px) {
  .l-page section.main-light ol.flow li {
    flex-direction: column-reverse !important;
    gap: 2rem !important;
  }
}

.l-page section.main-light ol.flow li div {
  width: calc((100% - 4rem) / 2) !important;
}

@media screen and (max-width: 768px) {
  .l-page section.main-light ol.flow li div {
    width: 100% !important;
  }
}

.l-page section.main-light ol.flow li div span {
  font-size: 2rem !important;
  font-weight: 600 !important;
  position: relative !important;
  padding-left: 4rem !important;
  display: block !important;
  margin-bottom: 2rem !important;
}

.l-page section.main-light ol.flow li div span::before {
  counter-increment: list !important;
  content: counter(list) !important;
  position: absolute !important;
  top: 50% !important;
  left: 0 !important;
  transform: translateY(-50%) !important;
  width: 3rem !important;
  height: 3rem !important;
  line-height: 3rem !important;
  border-radius: 50% !important;
  background: var(--main) !important;
  color: var(--white) !important;
  display: inline-block !important;
  text-align: center !important;
  font-size: 1.3rem !important;
}

.l-page section.main-light ol.flow li div p+p {
  margin-top: 2rem !important;
}

.l-page section.main-light ol.flow li div.full {
  width: 100% !important;
}

.l-page section.main-light ol.flow li div.full>*+* {
  margin-top: 2rem !important;
}

.l-page section.main-light ol.flow li:not(:nth-child(1)),
.l-page section.main-light ol.flow li:not(:nth-child(2)) {
  margin-top: 4rem !important;
}

.l-page section.main-light ul.flow li {
  display: flex !important;
  flex-wrap: wrap !important;
  gap: 4rem !important;
}

@media screen and (max-width: 768px) {
  .l-page section.main-light ul.flow li {
    flex-direction: column-reverse !important;
    gap: 2rem !important;
  }
}

.l-page section.main-light ul.flow li div {
  width: calc((100% - 4rem) / 2) !important;
}

@media screen and (max-width: 768px) {
  .l-page section.main-light ul.flow li div {
    width: 100% !important;
  }
}

.l-page section.main-light ul.flow li div span {
  font-size: 2rem !important;
  font-weight: 600 !important;
  position: relative !important;
  display: block !important;
  margin-bottom: 2rem !important;
}

.l-page section.main-light ul.flow li div p+p {
  margin-top: 2rem !important;
}

.l-page section.main-light ul.flow li:not(:nth-child(1)),
.l-page section.main-light ul.flow li:not(:nth-child(2)) {
  margin-top: 4rem !important;
}

.l-page section.main-light ul.circle {
  list-style-type: none !important;
  margin-bottom: 2.4rem !important;
}

.l-page section.main-light ul.circle li {
  position: relative !important;
  margin: 0 !important;
  padding: 0 0 0 5rem !important;
}

.l-page section.main-light ul.circle li::before {
  content: "●" !important;
  font-weight: 600 !important;
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  width: 5rem !important;
  text-align: center !important;
  color: var(--main-dark) !important;
}

.l-page section.main-light ul.circle li span {
  display: block !important;
  font-weight: 600 !important;
}

.l-page section.main-light ul.circle li+li {
  margin-top: 2.4rem !important;
}

.l-page section.main-light ul.check {
  list-style-type: none !important;
}

.l-page section.main-light ul.check li {
  position: relative !important;
  padding: 0 0 0 5rem !important;
}

.l-page section.main-light ul.check li::after {
  content: "" !important;
  display: block !important;
  position: absolute !important;
  top: 0.5em !important;
  left: 1.5rem !important;
  width: 2rem !important;
  text-align: center !important;
  height: 1rem !important;
  border-left: 0.3rem solid var(--main-dark) !important;
  border-bottom: 0.3rem solid var(--main-dark) !important;
  transform: rotate(-45deg) !important;
}

.l-page section.main-light ul.check li+li {
  margin-top: 2.4rem !important;
}

.l-page section.main-light dl {
  display: flex !important;
  justify-content: flex-start !important;
  flex-wrap: wrap !important;
  padding: 0 !important;
  width: 100% !important;
  gap: 1.6rem !important;
}

.l-page section.main-light dl dt {
  width: 10rem !important;
  font-weight: 600 !important;
}

.l-page section.main-light dl dd {
  width: calc(100% - 11.6rem) !important;
}

.l-page section.main-light table.border--none {
  border-collapse: collapse !important;
  border-spacing: 0 !important;
  width: 100% !important;
  border-top: 0.1rem solid var(--gray) !important;
}

.l-page section.main-light table.border--none th,
.l-page section.main-light table.border--none td {
  vertical-align: middle !important;
  border-bottom: 0.1rem solid var(--gray) !important;
  padding: 2.4rem !important;
}

@media screen and (max-width: 768px) {

  .l-page section.main-light table.border--none th,
  .l-page section.main-light table.border--none td {
    padding: 2rem !important;
  }
}

.l-page section.main-light table.border--none th {
  text-align: left !important;
  color: var(--main-dark) !important;
  font-weight: 600 !important;
}

@media screen and (max-width: 768px) {
  .l-page section.main-light table.border--none th {
    width: 100% !important;
    display: block !important;
    border-bottom: 0.1rem dashed var(--gray) !important;
  }
}

@media screen and (max-width: 768px) {
  .l-page section.main-light table.border--none td {
    width: 100% !important;
    display: block !important;
  }
}

.l-page section.main-light table.border--none th.w10,
.l-page section.main-light table.border--none td.w10 {
  width: 10% !important;
}

.l-page section.main-light table.border--none th.w20,
.l-page section.main-light table.border--none td.w20 {
  width: 20% !important;
}

.l-page section.main-light table.border--none th.w30,
.l-page section.main-light table.border--none td.w30 {
  width: 30% !important;
}

.l-page section.main-light table.border--none th.w40,
.l-page section.main-light table.border--none td.w40 {
  width: 40% !important;
}

.l-page section.main-light table.border--none th.w50,
.l-page section.main-light table.border--none td.w50 {
  width: 50% !important;
}

.l-page section.main-light table.border--none th.w60,
.l-page section.main-light table.border--none td.w60 {
  width: 60% !important;
}

.l-page section.main-light table.border--none th.w70,
.l-page section.main-light table.border--none td.w70 {
  width: 70% !important;
}

.l-page section.main-light table.border--none th.w80,
.l-page section.main-light table.border--none td.w80 {
  width: 80% !important;
}

.l-page section.main-light table.border--none th.w90,
.l-page section.main-light table.border--none td.w90 {
  width: 90% !important;
}

.l-page section.main-light table.border--none th.main,
.l-page section.main-light table.border--none td.main {
  background: var(--main) !important;
  color: var(--white) !important;
}

.l-page section.main-light table.border--none th.main-light,
.l-page section.main-light table.border--none td.main-light {
  background: var(--main-light) !important;
}

.l-page section.main-light table.border--none th.gray-light,
.l-page section.main-light table.border--none td.gray-light {
  background: var(--gray-light) !important;
}

.l-page section.main-light table.border {
  border-collapse: collapse !important;
  border-spacing: 0 !important;
  width: 100% !important;
  border: 0.1rem solid var(--gray) !important;
}

.l-page section.main-light table.border th,
.l-page section.main-light table.border td {
  vertical-align: middle !important;
  border-bottom: 0.1rem solid var(--gray) !important;
  padding: 2.4rem !important;
}

@media screen and (max-width: 768px) {

  .l-page section.main-light table.border th,
  .l-page section.main-light table.border td {
    padding: 2rem !important;
  }
}

.l-page section.main-light table.border th {
  text-align: left !important;
  color: var(--main-dark) !important;
  font-weight: 600 !important;
  border-right: 0.1rem solid var(--gray) !important;
}

@media screen and (max-width: 768px) {
  .l-page section.main-light table.border th {
    width: 100% !important;
    display: block !important;
    border-right: none !important;
    border-bottom: 0.1rem dashed var(--gray) !important;
  }
}

@media screen and (max-width: 768px) {
  .l-page section.main-light table.border td {
    width: 100% !important;
    display: block !important;
  }
}

.l-page section.main-light table.border th.w10,
.l-page section.main-light table.border td.w10 {
  width: 10% !important;
}

.l-page section.main-light table.border th.w20,
.l-page section.main-light table.border td.w20 {
  width: 20% !important;
}

.l-page section.main-light table.border th.w30,
.l-page section.main-light table.border td.w30 {
  width: 30% !important;
}

.l-page section.main-light table.border th.w40,
.l-page section.main-light table.border td.w40 {
  width: 40% !important;
}

.l-page section.main-light table.border th.w50,
.l-page section.main-light table.border td.w50 {
  width: 50% !important;
}

.l-page section.main-light table.border th.w60,
.l-page section.main-light table.border td.w60 {
  width: 60% !important;
}

.l-page section.main-light table.border th.w70,
.l-page section.main-light table.border td.w70 {
  width: 70% !important;
}

.l-page section.main-light table.border th.w80,
.l-page section.main-light table.border td.w80 {
  width: 80% !important;
}

.l-page section.main-light table.border th.w90,
.l-page section.main-light table.border td.w90 {
  width: 90% !important;
}

.l-page section.main-light table.border th.main,
.l-page section.main-light table.border td.main {
  background: var(--main) !important;
  color: var(--white) !important;
}

.l-page section.main-light table.border th.main-light,
.l-page section.main-light table.border td.main-light {
  background: var(--main-light) !important;
}

.l-page section.main-light table.border th.gray-light,
.l-page section.main-light table.border td.gray-light {
  background: var(--gray-light) !important;
}

.l-page section.main-light table.border--plane {
  border-collapse: collapse !important;
  border-spacing: 0 !important;
  width: 100% !important;
  border: 0.1rem solid var(--gray) !important;
}

.l-page section.main-light table.border--plane th,
.l-page section.main-light table.border--plane td {
  vertical-align: middle !important;
  border-bottom: 0.1rem solid var(--gray) !important;
  padding: 2.4rem !important;
}

.l-page section.main-light table.border--plane th {
  text-align: left !important;
  color: var(--main-dark) !important;
  font-weight: 600 !important;
  border-right: 0.1rem solid var(--gray) !important;
}

@media screen and (max-width: 768px) {
  .l-page section.main-light table.border--plane th {
    padding: 0.6rem !important;
    font-size: 1.3rem !important;
  }
}

@media screen and (max-width: 768px) {
  .l-page section.main-light table.border--plane td {
    padding: 0.6rem !important;
    font-size: 1.3rem !important;
  }
}

.l-page section.main-light table.border--plane th.w10,
.l-page section.main-light table.border--plane td.w10 {
  width: 10% !important;
}

.l-page section.main-light table.border--plane th.w20,
.l-page section.main-light table.border--plane td.w20 {
  width: 20% !important;
}

.l-page section.main-light table.border--plane th.w30,
.l-page section.main-light table.border--plane td.w30 {
  width: 30% !important;
}

.l-page section.main-light table.border--plane th.w40,
.l-page section.main-light table.border--plane td.w40 {
  width: 40% !important;
}

.l-page section.main-light table.border--plane th.w50,
.l-page section.main-light table.border--plane td.w50 {
  width: 50% !important;
}

.l-page section.main-light table.border--plane th.w60,
.l-page section.main-light table.border--plane td.w60 {
  width: 60% !important;
}

.l-page section.main-light table.border--plane th.w70,
.l-page section.main-light table.border--plane td.w70 {
  width: 70% !important;
}

.l-page section.main-light table.border--plane th.w80,
.l-page section.main-light table.border--plane td.w80 {
  width: 80% !important;
}

.l-page section.main-light table.border--plane th.w90,
.l-page section.main-light table.border--plane td.w90 {
  width: 90% !important;
}

.l-page section.main-light table.border--plane th.main,
.l-page section.main-light table.border--plane td.main {
  background: var(--main) !important;
  color: var(--white) !important;
}

.l-page section.main-light table.border--plane th.main-light,
.l-page section.main-light table.border--plane td.main-light {
  background: var(--main-light) !important;
}

.l-page section.main-light table.border--plane th.gray-light,
.l-page section.main-light table.border--plane td.gray-light {
  background: var(--gray-light) !important;
}

@media screen and (max-width: 768px) {
  .l-page section.main-light table.scroll {
    min-width: 90rem !important;
  }
}

@media screen and (max-width: 768px) {
  .l-page section.main-light table.scroll th {
    width: auto !important;
    display: table-cell !important;
  }
}

@media screen and (max-width: 768px) {
  .l-page section.main-light table.scroll td {
    width: auto !important;
    display: table-cell !important;
  }
}

.l-page section.main-light .profile {
  display: flex !important;
  justify-content: space-between !important;
  flex-wrap: wrap !important;
  flex-direction: row-reverse !important;
}

.l-page section.main-light .profile .profileTxt {
  width: calc((100% - 0.2rem) / 2) !important;
  height: auto !important;
  background: url(../img/profile.png) no-repeat center center/cover !important;
  display: flex !important;
  justify-content: center !important;
  flex-wrap: wrap !important;
  flex-direction: column !important;
  padding: 3.2rem !important;
  line-height: 1.6 !important;
}

@media screen and (max-width: 768px) {
  .l-page section.main-light .profile .profileTxt {
    width: 100% !important;
    margin-top: 0.2rem !important;
  }
}

.l-page section.main-light .profile .profileTxt p:nth-child(1) {
  color: var(--main-dark) !important;
  font-size: 2rem !important;
  font-weight: 600 !important;
}

.l-page section.main-light .profile .profileTxt p:nth-child(2) {
  font-size: 3.4rem !important;
  font-weight: 600 !important;
}

.l-page section.main-light .profile .profileTxt p:nth-child(3) {
  color: var(--main-dark) !important;
  margin-top: 2.4rem !important;
}

.l-page section.main-light .profile .profileImg {
  width: calc((100% - 0.2rem) / 2) !important;
}

@media screen and (max-width: 768px) {
  .l-page section.main-light .profile .profileImg {
    width: 100% !important;
  }
}

.l-page section.main-light .price {
  display: flex !important;
  flex-wrap: wrap !important;
  gap: 0 3rem !important;
  border-top: 0.1rem solid var(--gray) !important;
  border-bottom: 0.1rem solid var(--gray) !important;
}

.l-page section.main-light .price__left {
  width: 24% !important;
  padding: 3rem 0 !important;
}

@media screen and (max-width: 768px) {
  .l-page section.main-light .price__left {
    width: 100% !important;
    padding: 2rem 0 !important;
    text-align: center !important;
  }
}

.l-page section.main-light .price__left img {
  aspect-ratio: 3/2 !important;
  object-fit: cover !important;
}

@media screen and (max-width: 768px) {
  .l-page section.main-light .price__left img {
    width: 60% !important;
  }
}

.l-page section.main-light .price__center {
  width: calc(52% - 6rem) !important;
  padding: 3rem 0 !important;
}

@media screen and (max-width: 768px) {
  .l-page section.main-light .price__center {
    width: 100% !important;
    padding: 0 0 2rem 0 !important;
  }
}

.l-page section.main-light .price__right {
  width: 24% !important;
  background: var(--white) !important;
  display: flex !important;
  align-items: center !important;
  flex-direction: column !important;
}

@media screen and (max-width: 768px) {
  .l-page section.main-light .price__right {
    width: 100% !important;
  }
}

.l-page section.main-light .price__product {
  color: var(--main-dark) !important;
  font-size: 2rem !important;
  font-weight: 600 !important;
  margin-bottom: 1rem !important;
}

.l-page section.main-light .price__row1 {
  width: 100% !important;
  height: 100% !important;
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
  flex-direction: column !important;
  padding: 2rem !important;
}

.l-page section.main-light .price__row2 {
  width: 100% !important;
  height: 50% !important;
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
  flex-direction: column !important;
  padding: 2rem !important;
}

.l-page section.main-light .price__row2:nth-child(2) {
  border-top: 0.2rem solid var(--main-light) !important;
}

.l-page section.main-light .price__row3 {
  width: 100% !important;
  height: 33.3333333333% !important;
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
  flex-direction: column !important;
  padding: 2rem !important;
}

.l-page section.main-light .price__row3:nth-child(2),
.l-page section.main-light .price__row3:nth-child(3) {
  border-top: 0.2rem solid var(--main-light) !important;
}

.l-page section.main-light .price__num {
  color: var(--main-dark) !important;
  font-size: 2rem !important;
  font-weight: 600 !important;
}

.l-page section.main-light .price+.price {
  margin-top: -0.1rem !important;
}

.l-page section.main+section.main {
  margin-top: -8rem !important;
}

.l-page section.main {
  background: var(--main) !important;
}

.l-page section.main .inner {
  width: 100% !important;
  max-width: 98rem !important;
  margin: 0 auto !important;
  font-size: 1.6rem !important;
  padding: 8rem 4rem !important;
  color: var(--white) !important;
}

@media screen and (max-width: 768px) {
  .l-page section.main .inner {
    padding: 6rem 2rem !important;
  }
}

.l-page section.main h1 {
  color: var(--white) !important;
  text-align: center !important;
  font-size: 3rem !important;
  font-weight: 400 !important;
  margin-bottom: 4.8rem !important;
}

.l-page section.main h1 span {
  color: var(--white) !important;
  display: block !important;
  font-size: 2rem !important;
  font-weight: 600 !important;
  line-height: 6rem !important;
  position: relative !important;
}

.l-page section.main h1 span::after {
  content: "" !important;
  position: absolute !important;
  bottom: 0 !important;
  display: inline-block !important;
  width: 7rem !important;
  height: 0.1rem !important;
  left: 50% !important;
  -webkit-transform: translateX(-50%) !important;
  transform: translateX(-50%) !important;
  background-color: var(--white) !important;
}

.l-page section.main h2 {
  background: var(--main-dark) !important;
  color: var(--white) !important;
  text-align: center !important;
  font-size: 3rem !important;
  font-weight: 400 !important;
  line-height: 1.6 !important;
  padding: 1rem 2rem !important;
}

@media screen and (max-width: 768px) {
  .l-page section.main h2 {
    font-size: 2.4rem !important;
  }
}

.l-page section.main h2+p,
.l-page section.main h2+h3,
.l-page section.main h2+h4,
.l-page section.main h2+h5,
.l-page section.main h2+h6,
.l-page section.main h2+ol,
.l-page section.main h2+ul,
.l-page section.main h2+table,
.l-page section.main h2+.profile {
  margin-top: 4rem !important;
}

.l-page section.main h3 {
  color: var(--white) !important;
  font-size: 2.4rem !important;
  font-weight: 600 !important;
  border-bottom: 0.1rem solid var(--white) !important;
  line-height: 1.6 !important;
  padding: 0 0 1rem 0 !important;
  margin-top: 4rem !important;
}

@media screen and (max-width: 768px) {
  .l-page section.main h3 {
    font-size: 2rem !important;
  }
}

.l-page section.main h4 {
  background: var(--main-light) !important;
  color: var(--main) !important;
  font-size: 1.8rem !important;
  font-weight: 600 !important;
  padding: 0.8rem 1.6rem !important;
}

@media screen and (max-width: 768px) {
  .l-page section.main h4 {
    font-size: 1.6rem !important;
  }
}

.l-page section.main h5 {
  color: var(--white) !important;
  font-size: 1.6rem !important;
  font-weight: 600 !important;
  margin-bottom: -0.8rem !important;
}

@media screen and (max-width: 768px) {
  .l-page section.main h5 {
    font-size: 1.4rem !important;
  }
}

.l-page section.main h5::before {
  content: "●" !important;
  padding: 0 0.5em 0 0 !important;
}

.l-page section.main h6 {
  color: var(--white) !important;
  font-size: 1.3rem !important;
  font-weight: 600 !important;
  margin-bottom: -1.6rem !important;
}

@media screen and (max-width: 768px) {
  .l-page section.main h6 {
    font-size: 1.2rem !important;
  }
}

.l-page section.main .flowTtl {
  font-size: 2rem !important;
  font-weight: 600 !important;
  position: relative !important;
  padding-left: 4rem !important;
}

.l-page section.main .flowTtl span {
  position: absolute !important;
  top: 50% !important;
  left: 0 !important;
  transform: translateY(-50%) !important;
  width: 3rem !important;
  height: 3rem !important;
  line-height: 3rem !important;
  border-radius: 50% !important;
  background: var(--white) !important;
  color: var(--main) !important;
  display: inline-block !important;
  text-align: center !important;
  font-size: 1.3rem !important;
}

.l-page section.main ol.number {
  counter-reset: list !important;
  list-style-type: none !important;
  margin-bottom: 2.4rem !important;
}

.l-page section.main ol.number li {
  position: relative !important;
  margin: 0 !important;
  padding: 0.9rem 0 0.9rem 6.6rem !important;
}

.l-page section.main ol.number li::before {
  counter-increment: list !important;
  content: counter(list) !important;
  color: var(--main-dark) !important;
  background: var(--main-light) !important;
  font-size: 2rem !important;
  font-weight: 600 !important;
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  width: 5rem !important;
  height: 5rem !important;
  line-height: 5rem !important;
  text-align: center !important;
}

.l-page section.main ol.number li span {
  display: block !important;
  font-weight: 600 !important;
}

.l-page section.main ol.number li+li {
  margin-top: 2.4rem !important;
}

.l-page section.main ol.flow {
  counter-reset: list !important;
}

.l-page section.main ol.flow li {
  display: flex !important;
  flex-wrap: wrap !important;
  gap: 4rem !important;
}

@media screen and (max-width: 768px) {
  .l-page section.main ol.flow li {
    flex-direction: column-reverse !important;
    gap: 2rem !important;
  }
}

.l-page section.main ol.flow li div {
  width: calc((100% - 4rem) / 2) !important;
}

@media screen and (max-width: 768px) {
  .l-page section.main ol.flow li div {
    width: 100% !important;
  }
}

.l-page section.main ol.flow li div span {
  font-size: 2rem !important;
  font-weight: 600 !important;
  position: relative !important;
  padding-left: 4rem !important;
  display: block !important;
  margin-bottom: 2rem !important;
}

.l-page section.main ol.flow li div span::before {
  counter-increment: list !important;
  content: counter(list) !important;
  position: absolute !important;
  top: 50% !important;
  left: 0 !important;
  transform: translateY(-50%) !important;
  width: 3rem !important;
  height: 3rem !important;
  line-height: 3rem !important;
  border-radius: 50% !important;
  background: var(--white) !important;
  color: var(--main-dark) !important;
  display: inline-block !important;
  text-align: center !important;
  font-size: 1.3rem !important;
}

.l-page section.main ol.flow li div p+p {
  margin-top: 2rem !important;
}

.l-page section.main ol.flow li div.full {
  width: 100% !important;
}

.l-page section.main ol.flow li div.full>*+* {
  margin-top: 2rem !important;
}

.l-page section.main ol.flow li:not(:nth-child(1)),
.l-page section.main ol.flow li:not(:nth-child(2)) {
  margin-top: 4rem !important;
}

.l-page section.main ul.flow li {
  display: flex !important;
  flex-wrap: wrap !important;
  gap: 4rem !important;
}

@media screen and (max-width: 768px) {
  .l-page section.main ul.flow li {
    flex-direction: column-reverse !important;
    gap: 2rem !important;
  }
}

.l-page section.main ul.flow li div {
  width: calc((100% - 4rem) / 2) !important;
}

@media screen and (max-width: 768px) {
  .l-page section.main ul.flow li div {
    width: 100% !important;
  }
}

.l-page section.main ul.flow li div span {
  font-size: 2rem !important;
  font-weight: 600 !important;
  position: relative !important;
  display: block !important;
  margin-bottom: 2rem !important;
}

.l-page section.main ul.flow li div p+p {
  margin-top: 2rem !important;
}

.l-page section.main ul.flow li:not(:nth-child(1)),
.l-page section.main ul.flow li:not(:nth-child(2)) {
  margin-top: 4rem !important;
}

.l-page section.main ul.circle {
  list-style-type: none !important;
  margin-bottom: 2.4rem !important;
}

.l-page section.main ul.circle li {
  position: relative !important;
  margin: 0 !important;
  padding: 0 0 0 5rem !important;
}

.l-page section.main ul.circle li::before {
  content: "●" !important;
  font-weight: 600 !important;
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  width: 5rem !important;
  text-align: center !important;
  color: var(--white) !important;
}

.l-page section.main ul.circle li span {
  display: block !important;
  font-weight: 600 !important;
}

.l-page section.main ul.circle li+li {
  margin-top: 2.4rem !important;
}

.l-page section.main ul.check {
  list-style-type: none !important;
}

.l-page section.main ul.check li {
  position: relative !important;
  padding: 0 0 0 5rem !important;
}

.l-page section.main ul.check li::after {
  content: "" !important;
  display: block !important;
  position: absolute !important;
  top: 0.5em !important;
  left: 1.5rem !important;
  width: 2rem !important;
  text-align: center !important;
  height: 1rem !important;
  border-left: 0.3rem solid var(--white) !important;
  border-bottom: 0.3rem solid var(--white) !important;
  transform: rotate(-45deg) !important;
}

.l-page section.main ul.check li+li {
  margin-top: 2.4rem !important;
}

.l-page section.main dl {
  display: flex !important;
  justify-content: flex-start !important;
  flex-wrap: wrap !important;
  padding: 0 !important;
  width: 100% !important;
  gap: 1.6rem !important;
}

.l-page section.main dl dt {
  width: 10rem !important;
  font-weight: 600 !important;
}

.l-page section.main dl dd {
  width: calc(100% - 11.6rem) !important;
}

.l-page section.main table.border--none {
  border-collapse: collapse !important;
  border-spacing: 0 !important;
  width: 100% !important;
  border-top: 0.1rem solid var(--white) !important;
}

.l-page section.main table.border--none th,
.l-page section.main table.border--none td {
  vertical-align: middle !important;
  border-bottom: 0.1rem solid var(--white) !important;
  padding: 2.4rem !important;
}

@media screen and (max-width: 768px) {

  .l-page section.main table.border--none th,
  .l-page section.main table.border--none td {
    padding: 2rem !important;
  }
}

.l-page section.main table.border--none th {
  text-align: left !important;
  color: var(--white) !important;
  font-weight: 600 !important;
}

@media screen and (max-width: 768px) {
  .l-page section.main table.border--none th {
    width: 100% !important;
    display: block !important;
    border-bottom: 0.1rem dashed var(--white) !important;
  }
}

@media screen and (max-width: 768px) {
  .l-page section.main table.border--none td {
    width: 100% !important;
    display: block !important;
  }
}

.l-page section.main table.border--none th.w10,
.l-page section.main table.border--none td.w10 {
  width: 10% !important;
}

.l-page section.main table.border--none th.w20,
.l-page section.main table.border--none td.w20 {
  width: 20% !important;
}

.l-page section.main table.border--none th.w30,
.l-page section.main table.border--none td.w30 {
  width: 30% !important;
}

.l-page section.main table.border--none th.w40,
.l-page section.main table.border--none td.w40 {
  width: 40% !important;
}

.l-page section.main table.border--none th.w50,
.l-page section.main table.border--none td.w50 {
  width: 50% !important;
}

.l-page section.main table.border--none th.w60,
.l-page section.main table.border--none td.w60 {
  width: 60% !important;
}

.l-page section.main table.border--none th.w70,
.l-page section.main table.border--none td.w70 {
  width: 70% !important;
}

.l-page section.main table.border--none th.w80,
.l-page section.main table.border--none td.w80 {
  width: 80% !important;
}

.l-page section.main table.border--none th.w90,
.l-page section.main table.border--none td.w90 {
  width: 90% !important;
}

.l-page section.main table.border--none th.main,
.l-page section.main table.border--none td.main {
  background: var(--main) !important;
  color: var(--white) !important;
}

.l-page section.main table.border--none th.main-light,
.l-page section.main table.border--none td.main-light {
  background: var(--main-light) !important;
  color: var(--main-dark) !important;
}

.l-page section.main table.border--none th.gray-light,
.l-page section.main table.border--none td.gray-light {
  background: var(--gray-light) !important;
  color: var(--main-dark) !important;
}

.l-page section.main table.border {
  border-collapse: collapse !important;
  border-spacing: 0 !important;
  width: 100% !important;
  border: 0.1rem solid var(--white) !important;
}

.l-page section.main table.border th,
.l-page section.main table.border td {
  vertical-align: middle !important;
  border-bottom: 0.1rem solid var(--white) !important;
  padding: 2.4rem !important;
}

@media screen and (max-width: 768px) {

  .l-page section.main table.border th,
  .l-page section.main table.border td {
    padding: 2rem !important;
  }
}

.l-page section.main table.border th {
  text-align: left !important;
  color: var(--white) !important;
  font-weight: 600 !important;
  border-right: 0.1rem solid var(--white) !important;
}

@media screen and (max-width: 768px) {
  .l-page section.main table.border th {
    width: 100% !important;
    display: block !important;
    border-right: none !important;
    border-bottom: 0.1rem dashed var(--white) !important;
  }
}

@media screen and (max-width: 768px) {
  .l-page section.main table.border td {
    width: 100% !important;
    display: block !important;
  }
}

.l-page section.main table.border th.w10,
.l-page section.main table.border td.w10 {
  width: 10% !important;
}

.l-page section.main table.border th.w20,
.l-page section.main table.border td.w20 {
  width: 20% !important;
}

.l-page section.main table.border th.w30,
.l-page section.main table.border td.w30 {
  width: 30% !important;
}

.l-page section.main table.border th.w40,
.l-page section.main table.border td.w40 {
  width: 40% !important;
}

.l-page section.main table.border th.w50,
.l-page section.main table.border td.w50 {
  width: 50% !important;
}

.l-page section.main table.border th.w60,
.l-page section.main table.border td.w60 {
  width: 60% !important;
}

.l-page section.main table.border th.w70,
.l-page section.main table.border td.w70 {
  width: 70% !important;
}

.l-page section.main table.border th.w80,
.l-page section.main table.border td.w80 {
  width: 80% !important;
}

.l-page section.main table.border th.w90,
.l-page section.main table.border td.w90 {
  width: 90% !important;
}

.l-page section.main table.border th.main,
.l-page section.main table.border td.main {
  background: var(--main) !important;
  color: var(--white) !important;
}

.l-page section.main table.border th.main-light,
.l-page section.main table.border td.main-light {
  background: var(--main-light) !important;
}

.l-page section.main table.border th.gray-light,
.l-page section.main table.border td.gray-light {
  background: var(--gray-light) !important;
}

.l-page section.main table.border--plane {
  border-collapse: collapse !important;
  border-spacing: 0 !important;
  width: 100% !important;
  border: 0.1rem solid var(--white) !important;
}

.l-page section.main table.border--plane th,
.l-page section.main table.border--plane td {
  vertical-align: middle !important;
  border-bottom: 0.1rem solid var(--white) !important;
  padding: 2.4rem !important;
}

.l-page section.main table.border--plane th {
  text-align: left !important;
  color: var(--white) !important;
  font-weight: 600 !important;
  border-right: 0.1rem solid var(--white) !important;
}

@media screen and (max-width: 768px) {
  .l-page section.main table.border--plane th {
    padding: 0.6rem !important;
    font-size: 1.3rem !important;
  }
}

@media screen and (max-width: 768px) {
  .l-page section.main table.border--plane td {
    padding: 0.6rem !important;
    font-size: 1.3rem !important;
  }
}

.l-page section.main table.border--plane th.w10,
.l-page section.main table.border--plane td.w10 {
  width: 10% !important;
}

.l-page section.main table.border--plane th.w20,
.l-page section.main table.border--plane td.w20 {
  width: 20% !important;
}

.l-page section.main table.border--plane th.w30,
.l-page section.main table.border--plane td.w30 {
  width: 30% !important;
}

.l-page section.main table.border--plane th.w40,
.l-page section.main table.border--plane td.w40 {
  width: 40% !important;
}

.l-page section.main table.border--plane th.w50,
.l-page section.main table.border--plane td.w50 {
  width: 50% !important;
}

.l-page section.main table.border--plane th.w60,
.l-page section.main table.border--plane td.w60 {
  width: 60% !important;
}

.l-page section.main table.border--plane th.w70,
.l-page section.main table.border--plane td.w70 {
  width: 70% !important;
}

.l-page section.main table.border--plane th.w80,
.l-page section.main table.border--plane td.w80 {
  width: 80% !important;
}

.l-page section.main table.border--plane th.w90,
.l-page section.main table.border--plane td.w90 {
  width: 90% !important;
}

.l-page section.main table.border--plane th.main,
.l-page section.main table.border--plane td.main {
  background: var(--main) !important;
  color: var(--white) !important;
}

.l-page section.main table.border--plane th.main-light,
.l-page section.main table.border--plane td.main-light {
  background: var(--main-light) !important;
}

.l-page section.main table.border--plane th.gray-light,
.l-page section.main table.border--plane td.gray-light {
  background: var(--gray-light) !important;
}

@media screen and (max-width: 768px) {
  .l-page section.main table.scroll {
    min-width: 90rem !important;
  }
}

@media screen and (max-width: 768px) {
  .l-page section.main table.scroll th {
    width: auto !important;
    display: table-cell !important;
  }
}

@media screen and (max-width: 768px) {
  .l-page section.main table.scroll td {
    width: auto !important;
    display: table-cell !important;
  }
}

.l-page section.main .profile {
  display: flex !important;
  justify-content: space-between !important;
  flex-wrap: wrap !important;
  flex-direction: row-reverse !important;
}

.l-page section.main .profile .profileTxt {
  width: calc((100% - 0.2rem) / 2) !important;
  height: auto !important;
  background: url(../img/profile.png) no-repeat center center/cover !important;
  display: flex !important;
  justify-content: center !important;
  flex-wrap: wrap !important;
  flex-direction: column !important;
  padding: 3.2rem !important;
  line-height: 1.6 !important;
}

@media screen and (max-width: 768px) {
  .l-page section.main .profile .profileTxt {
    width: 100% !important;
    margin-top: 0.2rem !important;
  }
}

.l-page section.main .profile .profileTxt p:nth-child(1) {
  color: var(--main-dark) !important;
  font-size: 2rem !important;
  font-weight: 600 !important;
}

.l-page section.main .profile .profileTxt p:nth-child(2) {
  font-size: 3.4rem !important;
  font-weight: 600 !important;
  color: var(--main-dark) !important;
}

.l-page section.main .profile .profileTxt p:nth-child(3) {
  color: var(--main-dark) !important;
  margin-top: 2.4rem !important;
}

.l-page section.main .profile .profileImg {
  width: calc((100% - 0.2rem) / 2) !important;
}

@media screen and (max-width: 768px) {
  .l-page section.main .profile .profileImg {
    width: 100% !important;
  }
}

.l-page section.main .price {
  display: flex !important;
  flex-wrap: wrap !important;
  gap: 0 3rem !important;
  border-top: 0.1rem solid var(--white) !important;
  border-bottom: 0.1rem solid var(--white) !important;
}

.l-page section.main .price__left {
  width: 24% !important;
  padding: 3rem 0 !important;
}

@media screen and (max-width: 768px) {
  .l-page section.main .price__left {
    width: 100% !important;
    padding: 2rem 0 !important;
    text-align: center !important;
  }
}

.l-page section.main .price__left img {
  aspect-ratio: 3/2 !important;
  object-fit: cover !important;
}

@media screen and (max-width: 768px) {
  .l-page section.main .price__left img {
    width: 60% !important;
  }
}

.l-page section.main .price__center {
  width: calc(52% - 6rem) !important;
  padding: 3rem 0 !important;
}

@media screen and (max-width: 768px) {
  .l-page section.main .price__center {
    width: 100% !important;
    padding: 0 0 2rem 0 !important;
  }
}

.l-page section.main .price__right {
  width: 24% !important;
  background: var(--main-light) !important;
  display: flex !important;
  align-items: center !important;
  flex-direction: column !important;
  color: var(--main-dark) !important;
}

@media screen and (max-width: 768px) {
  .l-page section.main .price__right {
    width: 100% !important;
  }
}

.l-page section.main .price__product {
  color: var(--white) !important;
  font-size: 2rem !important;
  font-weight: 600 !important;
  margin-bottom: 1rem !important;
}

.l-page section.main .price__row1 {
  width: 100% !important;
  height: 100% !important;
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
  flex-direction: column !important;
  padding: 2rem !important;
}

.l-page section.main .price__row2 {
  width: 100% !important;
  height: 50% !important;
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
  flex-direction: column !important;
  padding: 2rem !important;
}

.l-page section.main .price__row2:nth-child(2) {
  border-top: 0.2rem solid var(--main) !important;
}

.l-page section.main .price__row3 {
  width: 100% !important;
  height: 33.3333333333% !important;
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
  flex-direction: column !important;
  padding: 2rem !important;
}

.l-page section.main .price__row3:nth-child(2),
.l-page section.main .price__row3:nth-child(3) {
  border-top: 0.2rem solid var(--main) !important;
}

.l-page section.main .price__num {
  color: var(--main-dark) !important;
  font-size: 2rem !important;
  font-weight: 600 !important;
}

.l-page section.main .price+.price {
  margin-top: -0.1rem !important;
}

.l-page.round h2 {
  border-radius: 1rem !important;
}

.l-page.round h4 {
  border-radius: 1rem !important;
}

.l-page.round img {
  border-radius: 1rem !important;
}

.l-page.round ol li::before {
  border-radius: 1rem !important;
}

.l-page.round .profile .profileTxt {
  border-radius: 1rem 0 0 1rem !important;
}

@media screen and (max-width: 768px) {
  .l-page.round .profile .profileTxt {
    border-radius: 0 0 1rem 1rem !important;
  }
}

.l-page.round .profile .profileImg img {
  border-radius: 0 1rem 1rem 0 !important;
}

@media screen and (max-width: 768px) {
  .l-page.round .profile .profileImg img {
    border-radius: 1rem 1rem 0 0 !important;
  }
}

.editor-styles-wrapper :where(.is-layout-flex) {
  gap: 2rem !important;
}

#tabs-1-media {
  display: none !important;
}

.editor-styles-wrapper,
.l-gutenberg {
  width: 100% !important;
  max-width: 98rem !important;
  margin: 0 auto !important;
  padding: 8rem 4rem !important;
}

@media screen and (max-width: 768px) {

  .editor-styles-wrapper,
  .l-gutenberg {
    padding: 2rem !important;
  }
}

.editor-styles-wrapper .point,
.l-gutenberg .point {
  border: 0.4rem solid var(--main-dark) !important;
  border-radius: 2.4rem !important;
  padding: 4.8rem !important;
}

.editor-styles-wrapper .point2,
.l-gutenberg .point2 {
  border: 0.4rem solid var(--main-dark) !important;
  border-radius: 2.4rem !important;
  padding: 2.4rem !important;
}

.editor-styles-wrapper .btnS a,
.l-gutenberg .btnS a {
  color: var(--white) !important;
  background: var(--main-dark) url(../img/c-btn-arrow.svg) no-repeat center right 2rem/0.6rem auto !important;
  display: inline-flex !important;
  justify-content: center !important;
  align-items: center !important;
  font-size: 1.4rem !important;
  line-height: 1 !important;
  padding: 1rem 4.6rem 1rem 2rem !important;
  border-radius: 0.6rem !important;
  transition: all 0.5s !important;
}

.editor-styles-wrapper .btnS a:hover,
.l-gutenberg .btnS a:hover {
  opacity: 0.7 !important;
  cursor: pointer !important;
}

.editor-styles-wrapper .btnM a,
.l-gutenberg .btnM a {
  color: var(--white) !important;
  background: var(--main-dark) url(../img/c-btn-arrow.svg) no-repeat center right 2rem/0.6rem auto !important;
  display: inline-flex !important;
  justify-content: center !important;
  align-items: center !important;
  font-size: 1.6rem !important;
  line-height: 1 !important;
  padding: 1.4rem 4.8rem 1.4rem 2.8rem !important;
  border-radius: 0.6rem !important;
  transition: all 0.5s !important;
}

.editor-styles-wrapper .btnM a:hover,
.l-gutenberg .btnM a:hover {
  opacity: 0.7 !important;
  cursor: pointer !important;
}

.editor-styles-wrapper .btnL a,
.l-gutenberg .btnL a {
  color: var(--white) !important;
  background: var(--main-dark) url(../img/c-btn-arrow.svg) no-repeat center right 2rem/0.6rem auto !important;
  display: inline-flex !important;
  justify-content: center !important;
  align-items: center !important;
  font-size: 1.8rem !important;
  line-height: 1 !important;
  padding: 1.8rem 6.2rem 1.8rem 3.6rem !important;
  border-radius: 0.6rem !important;
  transition: all 0.5s !important;
}

.editor-styles-wrapper .btnL a:hover,
.l-gutenberg .btnL a:hover {
  opacity: 0.7 !important;
  cursor: pointer !important;
}

.editor-styles-wrapper .btnCTA__phone,
.l-gutenberg .btnCTA__phone {
  display: flex !important;
  justify-content: flex-end !important;
}

@media screen and (max-width: 768px) {

  .editor-styles-wrapper .btnCTA__phone,
  .l-gutenberg .btnCTA__phone {
    justify-content: center !important;
  }
}

.editor-styles-wrapper .btnCTA__phone a,
.l-gutenberg .btnCTA__phone a {
  display: inline-flex !important;
  justify-content: center !important;
  align-items: center !important;
  padding: 1.6rem 3.2rem 1.6rem 6.8rem !important;
  background: var(--sub-dark) url(../img/btnCTA-phone.svg) no-repeat center left 3.2rem/2.4rem auto !important;
  color: var(--white) !important;
  border-radius: 10rem !important;
  font-size: 2rem !important;
}

.editor-styles-wrapper .btnCTA__phone a:hover,
.l-gutenberg .btnCTA__phone a:hover {
  opacity: 0.7 !important;
}

.editor-styles-wrapper .btnCTA__reserve,
.l-gutenberg .btnCTA__reserve {
  display: flex !important;
  justify-content: flex-start !important;
}

@media screen and (max-width: 768px) {

  .editor-styles-wrapper .btnCTA__reserve,
  .l-gutenberg .btnCTA__reserve {
    justify-content: center !important;
  }
}

.editor-styles-wrapper .btnCTA__reserve a,
.l-gutenberg .btnCTA__reserve a {
  display: inline-flex !important;
  justify-content: center !important;
  align-items: center !important;
  padding: 1.6rem 3.2rem 1.6rem 6.8rem !important;
  background: var(--main-dark) url(../img/btnCTA-reserve.svg) no-repeat center left 3.2rem/2.4rem auto !important;
  color: var(--white) !important;
  border-radius: 10rem !important;
  font-size: 2rem !important;
}

.editor-styles-wrapper .btnCTA__reserve a:hover,
.l-gutenberg .btnCTA__reserve a:hover {
  opacity: 0.7 !important;
}

.editor-styles-wrapper .wp-block-group+.wp-block-group,
.l-gutenberg .wp-block-group+.wp-block-group {
  margin-top: 8rem !important;
}

.editor-styles-wrapper .wp-block-group__inner-container>*+*,
.l-gutenberg .wp-block-group__inner-container>*+* {
  margin-top: 2.4rem !important;
}

@media screen and (max-width: 768px) {

  .editor-styles-wrapper .wp-block-columns.rev,
  .l-gutenberg .wp-block-columns.rev {
    flex-direction: column-reverse !important;
  }
}

.editor-styles-wrapper .nogap,
.l-gutenberg .nogap {
  gap: 0 !important;
}

.editor-styles-wrapper h1,
.l-gutenberg h1 {
  text-align: center !important;
  font-family: var(--sub-font) !important;
  font-size: 3.6rem !important;
  font-weight: 400 !important;
  position: relative !important;
  padding-bottom: 2rem !important;
  color: var(--main) !important;
  margin-bottom: 4.8rem !important;
}

@media screen and (max-width: 768px) {

  .editor-styles-wrapper h1,
  .l-gutenberg h1 {
    font-size: 3rem !important;
  }
}

.editor-styles-wrapper h1::after,
.l-gutenberg h1::after {
  content: "" !important;
  position: absolute !important;
  bottom: 0 !important;
  display: inline-block !important;
  width: 7rem !important;
  height: 0.1rem !important;
  left: 50% !important;
  -webkit-transform: translateX(-50%) !important;
  transform: translateX(-50%) !important;
  background-color: var(--main-dark) !important;
}

.editor-styles-wrapper h2,
.l-gutenberg h2 {
  background: var(--main-dark) !important;
  color: var(--white) !important;
  text-align: center !important;
  font-family: var(--sub-font) !important;
  font-size: 3rem !important;
  font-weight: 400 !important;
  line-height: 1.6 !important;
  padding: 1rem 2rem !important;
  margin-bottom: 4.8rem !important;
}

@media screen and (max-width: 768px) {

  .editor-styles-wrapper h2,
  .l-gutenberg h2 {
    font-size: 2.4rem !important;
  }
}

.editor-styles-wrapper h3,
.l-gutenberg h3 {
  color: var(--main-dark) !important;
  font-family: var(--sub-font) !important;
  font-size: 2.4rem !important;
  font-weight: 600 !important;
  border-bottom: 0.1rem solid var(--main) !important;
  line-height: 1.6 !important;
  padding: 0 0 1rem 0 !important;
  margin-bottom: 2.4rem !important;
}

@media screen and (max-width: 768px) {

  .editor-styles-wrapper h3,
  .l-gutenberg h3 {
    font-size: 2rem !important;
  }
}

.editor-styles-wrapper h4,
.l-gutenberg h4 {
  background: var(--main-light) !important;
  color: var(--main) !important;
  font-family: var(--sub-font) !important;
  font-size: 1.8rem !important;
  font-weight: 600 !important;
  padding: 0.8rem 1.6rem !important;
  margin-bottom: 2.4rem !important;
}

@media screen and (max-width: 768px) {

  .editor-styles-wrapper h4,
  .l-gutenberg h4 {
    font-size: 1.6rem !important;
  }
}

.editor-styles-wrapper h5,
.l-gutenberg h5 {
  color: var(--main) !important;
  font-family: var(--sub-font) !important;
  font-size: 1.6rem !important;
  font-weight: 600 !important;
  margin-bottom: 2.4rem !important;
}

@media screen and (max-width: 768px) {

  .editor-styles-wrapper h5,
  .l-gutenberg h5 {
    font-size: 1.4rem !important;
  }
}

.editor-styles-wrapper h5::before,
.l-gutenberg h5::before {
  content: "●" !important;
  padding: 0 0.5em 0 0 !important;
}

.editor-styles-wrapper h6,
.l-gutenberg h6 {
  color: var(--main) !important;
  font-family: var(--sub-font) !important;
  font-size: 1.3rem !important;
  font-weight: 600 !important;
  margin-bottom: 2.4rem !important;
}

@media screen and (max-width: 768px) {

  .editor-styles-wrapper h6,
  .l-gutenberg h6 {
    font-size: 1.2rem !important;
  }
}

.editor-styles-wrapper strong,
.l-gutenberg strong {
  font-weight: 700 !important;
  background: linear-gradient(transparent 60%, var(--variation3) 40%) !important;
}

.editor-styles-wrapper .faq-head,
.l-gutenberg .faq-head {
  position: relative !important;
  padding: 0 0 0 6.4rem !important;
  min-height: 4.8rem !important;
  display: flex !important;
  align-items: center !important;
}

.editor-styles-wrapper .faq-head::before,
.l-gutenberg .faq-head::before {
  content: "Q" !important;
  background: var(--main-dark) !important;
  width: 4.8rem !important;
  height: auto !important;
  aspect-ratio: 1/1 !important;
  border-radius: 50% !important;
  text-align: center !important;
  line-height: 4.8rem !important;
  color: var(--white) !important;
  font-size: 2.4rem !important;
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
}

.editor-styles-wrapper .faq-body,
.l-gutenberg .faq-body {
  background: var(--main-light) !important;
  border-radius: 1.6rem !important;
  padding: 2.4rem !important;
}

.editor-styles-wrapper .cards,
.l-gutenberg .cards {
  display: flex !important;
  justify-content: space-between !important;
  flex-wrap: wrap !important;
}

.editor-styles-wrapper .cards .card,
.l-gutenberg .cards .card {
  background: var(--main-light) !important;
  border-radius: 1.6rem !important;
  border: none !important;
  padding: 2.4rem !important;
}

.editor-styles-wrapper .list-circle,
.l-gutenberg .list-circle {
  list-style-type: none !important;
  margin-bottom: 2.4rem !important;
}

.editor-styles-wrapper .list-circle li,
.l-gutenberg .list-circle li {
  position: relative !important;
  margin: 0 !important;
  padding: 0 0 0 5rem !important;
}

.editor-styles-wrapper .list-circle li::before,
.l-gutenberg .list-circle li::before {
  content: "●" !important;
  font-weight: 600 !important;
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  width: 5rem !important;
  text-align: center !important;
  color: var(--main-dark) !important;
}

.editor-styles-wrapper .list-circle li+li,
.l-gutenberg .list-circle li+li {
  margin-top: 2.4rem !important;
}

.editor-styles-wrapper .list-check,
.l-gutenberg .list-check {
  list-style-type: none !important;
}

.editor-styles-wrapper .list-check li,
.l-gutenberg .list-check li {
  position: relative !important;
  padding: 0 0 0 5rem !important;
}

.editor-styles-wrapper .list-check li::after,
.l-gutenberg .list-check li::after {
  content: "" !important;
  display: block !important;
  position: absolute !important;
  top: 0.5em !important;
  left: 1.5rem !important;
  width: 2rem !important;
  text-align: center !important;
  height: 1rem !important;
  border-left: 0.3rem solid var(--main-dark) !important;
  border-bottom: 0.3rem solid var(--main-dark) !important;
  transform: rotate(-45deg) !important;
}

.editor-styles-wrapper .list-check li+li,
.l-gutenberg .list-check li+li {
  margin-top: 2.4rem !important;
}

.editor-styles-wrapper .num01,
.editor-styles-wrapper .num02,
.editor-styles-wrapper .num03,
.editor-styles-wrapper .num04,
.editor-styles-wrapper .num05,
.editor-styles-wrapper .num06,
.editor-styles-wrapper .num07,
.editor-styles-wrapper .num08,
.editor-styles-wrapper .num09,
.editor-styles-wrapper .num10,
.l-gutenberg .num01,
.l-gutenberg .num02,
.l-gutenberg .num03,
.l-gutenberg .num04,
.l-gutenberg .num05,
.l-gutenberg .num06,
.l-gutenberg .num07,
.l-gutenberg .num08,
.l-gutenberg .num09,
.l-gutenberg .num10 {
  position: relative !important;
  font-size: 1.6rem !important;
  font-weight: 600 !important;
  padding-left: 4rem !important;
  display: block !important;
  margin-bottom: 2.4rem !important;
}

.editor-styles-wrapper .num01::before,
.l-gutenberg .num01::before {
  content: "1" !important;
  width: 3rem !important;
  height: 3rem !important;
  color: var(--white) !important;
  background: var(--num) !important;
  border-radius: 50% !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  position: absolute !important;
  top: 50% !important;
  left: 0 !important;
  transform: translate(0, -50%) !important;
  font-size: 1.3rem !important;
}

.editor-styles-wrapper .num02::before,
.l-gutenberg .num02::before {
  content: "2" !important;
  width: 3rem !important;
  height: 3rem !important;
  color: var(--white) !important;
  background: var(--num) !important;
  border-radius: 50% !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  position: absolute !important;
  top: 50% !important;
  left: 0 !important;
  transform: translate(0, -50%) !important;
  font-size: 1.3rem !important;
}

.editor-styles-wrapper .num03::before,
.l-gutenberg .num03::before {
  content: "3" !important;
  width: 3rem !important;
  height: 3rem !important;
  color: var(--white) !important;
  background: var(--num) !important;
  border-radius: 50% !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  position: absolute !important;
  top: 50% !important;
  left: 0 !important;
  transform: translate(0, -50%) !important;
  font-size: 1.3rem !important;
}

.editor-styles-wrapper .num04::before,
.l-gutenberg .num04::before {
  content: "4" !important;
  width: 3rem !important;
  height: 3rem !important;
  color: var(--white) !important;
  background: var(--num) !important;
  border-radius: 50% !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  position: absolute !important;
  top: 50% !important;
  left: 0 !important;
  transform: translate(0, -50%) !important;
  font-size: 1.3rem !important;
}

.editor-styles-wrapper .num05::before,
.l-gutenberg .num05::before {
  content: "5" !important;
  width: 3rem !important;
  height: 3rem !important;
  color: var(--white) !important;
  background: var(--num) !important;
  border-radius: 50% !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  position: absolute !important;
  top: 50% !important;
  left: 0 !important;
  transform: translate(0, -50%) !important;
  font-size: 1.3rem !important;
}

.editor-styles-wrapper .num06::before,
.l-gutenberg .num06::before {
  content: "6" !important;
  width: 3rem !important;
  height: 3rem !important;
  color: var(--white) !important;
  background: var(--num) !important;
  border-radius: 50% !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  position: absolute !important;
  top: 50% !important;
  left: 0 !important;
  transform: translate(0, -50%) !important;
  font-size: 1.3rem !important;
}

.editor-styles-wrapper .num07::before,
.l-gutenberg .num07::before {
  content: "7" !important;
  width: 3rem !important;
  height: 3rem !important;
  color: var(--white) !important;
  background: var(--num) !important;
  border-radius: 50% !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  position: absolute !important;
  top: 50% !important;
  left: 0 !important;
  transform: translate(0, -50%) !important;
  font-size: 1.3rem !important;
}

.editor-styles-wrapper .num08::before,
.l-gutenberg .num08::before {
  content: "8" !important;
  width: 3rem !important;
  height: 3rem !important;
  color: var(--white) !important;
  background: var(--num) !important;
  border-radius: 50% !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  position: absolute !important;
  top: 50% !important;
  left: 0 !important;
  transform: translate(0, -50%) !important;
  font-size: 1.3rem !important;
}

.editor-styles-wrapper .num09::before,
.l-gutenberg .num09::before {
  content: "9" !important;
  width: 3rem !important;
  height: 3rem !important;
  color: var(--white) !important;
  background: var(--num) !important;
  border-radius: 50% !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  position: absolute !important;
  top: 50% !important;
  left: 0 !important;
  transform: translate(0, -50%) !important;
  font-size: 1.3rem !important;
}

.editor-styles-wrapper .num10::before,
.l-gutenberg .num10::before {
  content: "10" !important;
  width: 3rem !important;
  height: 3rem !important;
  color: var(--white) !important;
  background: var(--num) !important;
  border-radius: 50% !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  position: absolute !important;
  top: 50% !important;
  left: 0 !important;
  transform: translate(0, -50%) !important;
  font-size: 1.3rem !important;
}

.editor-styles-wrapper .num01-square,
.editor-styles-wrapper .num02-square,
.editor-styles-wrapper .num03-square,
.editor-styles-wrapper .num04-square,
.editor-styles-wrapper .num05-square,
.editor-styles-wrapper .num06-square,
.editor-styles-wrapper .num07-square,
.editor-styles-wrapper .num08-square,
.editor-styles-wrapper .num09-square,
.editor-styles-wrapper .num10-square,
.l-gutenberg .num01-square,
.l-gutenberg .num02-square,
.l-gutenberg .num03-square,
.l-gutenberg .num04-square,
.l-gutenberg .num05-square,
.l-gutenberg .num06-square,
.l-gutenberg .num07-square,
.l-gutenberg .num08-square,
.l-gutenberg .num09-square,
.l-gutenberg .num10-square {
  position: relative !important;
  font-size: 1.6rem !important;
  font-weight: 600 !important;
  padding: 1.5rem 0 1.5rem 7rem !important;
  display: block !important;
  margin-bottom: 2.4rem !important;
  min-height: 6rem !important;
  line-height: 1.5 !important;
}

.editor-styles-wrapper .num01-square::before,
.l-gutenberg .num01-square::before {
  content: "1" !important;
  width: 6rem !important;
  height: 6rem !important;
  color: var(--main) !important;
  background: var(--main-light) !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  position: absolute !important;
  top: 50% !important;
  left: 0 !important;
  transform: translate(0, -50%) !important;
  font-size: 2rem !important;
}

.editor-styles-wrapper .num02-square::before,
.l-gutenberg .num02-square::before {
  content: "2" !important;
  width: 6rem !important;
  height: 6rem !important;
  color: var(--main) !important;
  background: var(--main-light) !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  position: absolute !important;
  top: 50% !important;
  left: 0 !important;
  transform: translate(0, -50%) !important;
  font-size: 2rem !important;
}

.editor-styles-wrapper .num03-square::before,
.l-gutenberg .num03-square::before {
  content: "3" !important;
  width: 6rem !important;
  height: 6rem !important;
  color: var(--main) !important;
  background: var(--main-light) !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  position: absolute !important;
  top: 50% !important;
  left: 0 !important;
  transform: translate(0, -50%) !important;
  font-size: 2rem !important;
}

.editor-styles-wrapper .num04-square::before,
.l-gutenberg .num04-square::before {
  content: "4" !important;
  width: 6rem !important;
  height: 6rem !important;
  color: var(--main) !important;
  background: var(--main-light) !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  position: absolute !important;
  top: 50% !important;
  left: 0 !important;
  transform: translate(0, -50%) !important;
  font-size: 2rem !important;
}

.editor-styles-wrapper .num05-square::before,
.l-gutenberg .num05-square::before {
  content: "5" !important;
  width: 6rem !important;
  height: 6rem !important;
  color: var(--main) !important;
  background: var(--main-light) !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  position: absolute !important;
  top: 50% !important;
  left: 0 !important;
  transform: translate(0, -50%) !important;
  font-size: 2rem !important;
}

.editor-styles-wrapper .num06-square::before,
.l-gutenberg .num06-square::before {
  content: "6" !important;
  width: 6rem !important;
  height: 6rem !important;
  color: var(--main) !important;
  background: var(--main-light) !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  position: absolute !important;
  top: 50% !important;
  left: 0 !important;
  transform: translate(0, -50%) !important;
  font-size: 2rem !important;
}

.editor-styles-wrapper .num07-square::before,
.l-gutenberg .num07-square::before {
  content: "7" !important;
  width: 6rem !important;
  height: 6rem !important;
  color: var(--main) !important;
  background: var(--main-light) !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  position: absolute !important;
  top: 50% !important;
  left: 0 !important;
  transform: translate(0, -50%) !important;
  font-size: 2rem !important;
}

.editor-styles-wrapper .num08-square::before,
.l-gutenberg .num08-square::before {
  content: "8" !important;
  width: 6rem !important;
  height: 6rem !important;
  color: var(--main) !important;
  background: var(--main-light) !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  position: absolute !important;
  top: 50% !important;
  left: 0 !important;
  transform: translate(0, -50%) !important;
  font-size: 2rem !important;
}

.editor-styles-wrapper .num09-square::before,
.l-gutenberg .num09-square::before {
  content: "9" !important;
  width: 6rem !important;
  height: 6rem !important;
  color: var(--main) !important;
  background: var(--main-light) !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  position: absolute !important;
  top: 50% !important;
  left: 0 !important;
  transform: translate(0, -50%) !important;
  font-size: 2rem !important;
}

.editor-styles-wrapper .num10-square::before,
.l-gutenberg .num10-square::before {
  content: "10" !important;
  width: 6rem !important;
  height: 6rem !important;
  color: var(--main) !important;
  background: var(--main-light) !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  position: absolute !important;
  top: 50% !important;
  left: 0 !important;
  transform: translate(0, -50%) !important;
  font-size: 2rem !important;
}

.editor-styles-wrapper table,
.l-gutenberg table {
  border-collapse: collapse !important;
  border-spacing: 0 !important;
  width: 100% !important;
}

.editor-styles-wrapper table td,
.l-gutenberg table td {
  padding: 1.5rem !important;
}

.editor-styles-wrapper .table-border td,
.l-gutenberg .table-border td {
  border: 0.1rem solid var(--gray) !important;
}

.editor-styles-wrapper .table-border2 td,
.l-gutenberg .table-border2 td {
  border-top: 0.1rem solid var(--gray) !important;
  border-bottom: 0.1rem solid var(--gray) !important;
  border-right: none !important;
  border-left: none !important;
}

.editor-styles-wrapper .table-noborder td,
.l-gutenberg .table-noborder td {
  border: none !important;
}

@media screen and (max-width: 768px) {

  .editor-styles-wrapper .table-noborder td,
  .l-gutenberg .table-noborder td {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
}

@media screen and (max-width: 768px) {

  .editor-styles-wrapper .table-scroll table,
  .l-gutenberg .table-scroll table {
    min-width: 90rem !important;
  }
}

.editor-styles-wrapper .th-top tr:first-child td,
.l-gutenberg .th-top tr:first-child td {
  background: var(--gray-light) !important;
}

.editor-styles-wrapper .th-left td:first-child,
.l-gutenberg .th-left td:first-child {
  background: var(--gray-light) !important;
}

@media screen and (max-width: 768px) {

  .editor-styles-wrapper .sp-col1,
  .l-gutenberg .sp-col1 {
    border-bottom: 0.1rem solid var(--gray) !important;
  }

  .editor-styles-wrapper .sp-col1 td,
  .l-gutenberg .sp-col1 td {
    display: block !important;
    width: 100% !important;
    border-bottom: none !important;
  }
}

.editor-styles-wrapper .col01-w10 td:nth-child(1),
.l-gutenberg .col01-w10 td:nth-child(1) {
  width: 10% !important;
}

.editor-styles-wrapper .col01-w20 td:nth-child(1),
.l-gutenberg .col01-w20 td:nth-child(1) {
  width: 20% !important;
}

.editor-styles-wrapper .col01-w30 td:nth-child(1),
.l-gutenberg .col01-w30 td:nth-child(1) {
  width: 30% !important;
}

.editor-styles-wrapper .col01-w40 td:nth-child(1),
.l-gutenberg .col01-w40 td:nth-child(1) {
  width: 40% !important;
}

.editor-styles-wrapper .col01-w50 td:nth-child(1),
.l-gutenberg .col01-w50 td:nth-child(1) {
  width: 50% !important;
}

.editor-styles-wrapper .col01-w60 td:nth-child(1),
.l-gutenberg .col01-w60 td:nth-child(1) {
  width: 60% !important;
}

.editor-styles-wrapper .col01-w70 td:nth-child(1),
.l-gutenberg .col01-w70 td:nth-child(1) {
  width: 70% !important;
}

.editor-styles-wrapper .col01-w80 td:nth-child(1),
.l-gutenberg .col01-w80 td:nth-child(1) {
  width: 80% !important;
}

.editor-styles-wrapper .col01-w90 td:nth-child(1),
.l-gutenberg .col01-w90 td:nth-child(1) {
  width: 90% !important;
}

.editor-styles-wrapper .col02-w10 td:nth-child(2),
.l-gutenberg .col02-w10 td:nth-child(2) {
  width: 10% !important;
}

.editor-styles-wrapper .col02-w20 td:nth-child(2),
.l-gutenberg .col02-w20 td:nth-child(2) {
  width: 20% !important;
}

.editor-styles-wrapper .col02-w30 td:nth-child(2),
.l-gutenberg .col02-w30 td:nth-child(2) {
  width: 30% !important;
}

.editor-styles-wrapper .col02-w40 td:nth-child(2),
.l-gutenberg .col02-w40 td:nth-child(2) {
  width: 40% !important;
}

.editor-styles-wrapper .col02-w50 td:nth-child(2),
.l-gutenberg .col02-w50 td:nth-child(2) {
  width: 50% !important;
}

.editor-styles-wrapper .col02-w60 td:nth-child(2),
.l-gutenberg .col02-w60 td:nth-child(2) {
  width: 60% !important;
}

.editor-styles-wrapper .col02-w70 td:nth-child(2),
.l-gutenberg .col02-w70 td:nth-child(2) {
  width: 70% !important;
}

.editor-styles-wrapper .col02-w80 td:nth-child(2),
.l-gutenberg .col02-w80 td:nth-child(2) {
  width: 80% !important;
}

.editor-styles-wrapper .col02-w90 td:nth-child(2),
.l-gutenberg .col02-w90 td:nth-child(2) {
  width: 90% !important;
}

.editor-styles-wrapper .col03-w10 td:nth-child(3),
.l-gutenberg .col03-w10 td:nth-child(3) {
  width: 10% !important;
}

.editor-styles-wrapper .col03-w20 td:nth-child(3),
.l-gutenberg .col03-w20 td:nth-child(3) {
  width: 20% !important;
}

.editor-styles-wrapper .col03-w30 td:nth-child(3),
.l-gutenberg .col03-w30 td:nth-child(3) {
  width: 30% !important;
}

.editor-styles-wrapper .col03-w40 td:nth-child(3),
.l-gutenberg .col03-w40 td:nth-child(3) {
  width: 40% !important;
}

.editor-styles-wrapper .col03-w50 td:nth-child(3),
.l-gutenberg .col03-w50 td:nth-child(3) {
  width: 50% !important;
}

.editor-styles-wrapper .col03-w60 td:nth-child(3),
.l-gutenberg .col03-w60 td:nth-child(3) {
  width: 60% !important;
}

.editor-styles-wrapper .col03-w70 td:nth-child(3),
.l-gutenberg .col03-w70 td:nth-child(3) {
  width: 70% !important;
}

.editor-styles-wrapper .col03-w80 td:nth-child(3),
.l-gutenberg .col03-w80 td:nth-child(3) {
  width: 80% !important;
}

.editor-styles-wrapper .col03-w90 td:nth-child(3),
.l-gutenberg .col03-w90 td:nth-child(3) {
  width: 90% !important;
}

.editor-styles-wrapper .col04-w10 td:nth-child(4),
.l-gutenberg .col04-w10 td:nth-child(4) {
  width: 10% !important;
}

.editor-styles-wrapper .col04-w20 td:nth-child(4),
.l-gutenberg .col04-w20 td:nth-child(4) {
  width: 20% !important;
}

.editor-styles-wrapper .col04-w30 td:nth-child(4),
.l-gutenberg .col04-w30 td:nth-child(4) {
  width: 30% !important;
}

.editor-styles-wrapper .col04-w40 td:nth-child(4),
.l-gutenberg .col04-w40 td:nth-child(4) {
  width: 40% !important;
}

.editor-styles-wrapper .col04-w50 td:nth-child(4),
.l-gutenberg .col04-w50 td:nth-child(4) {
  width: 50% !important;
}

.editor-styles-wrapper .col04-w60 td:nth-child(4),
.l-gutenberg .col04-w60 td:nth-child(4) {
  width: 60% !important;
}

.editor-styles-wrapper .col04-w70 td:nth-child(4),
.l-gutenberg .col04-w70 td:nth-child(4) {
  width: 70% !important;
}

.editor-styles-wrapper .col04-w80 td:nth-child(4),
.l-gutenberg .col04-w80 td:nth-child(4) {
  width: 80% !important;
}

.editor-styles-wrapper .col04-w90 td:nth-child(4),
.l-gutenberg .col04-w90 td:nth-child(4) {
  width: 90% !important;
}

.editor-styles-wrapper .col05-w10 td:nth-child(5),
.l-gutenberg .col05-w10 td:nth-child(5) {
  width: 10% !important;
}

.editor-styles-wrapper .col05-w20 td:nth-child(5),
.l-gutenberg .col05-w20 td:nth-child(5) {
  width: 20% !important;
}

.editor-styles-wrapper .col05-w30 td:nth-child(5),
.l-gutenberg .col05-w30 td:nth-child(5) {
  width: 30% !important;
}

.editor-styles-wrapper .col05-w40 td:nth-child(5),
.l-gutenberg .col05-w40 td:nth-child(5) {
  width: 40% !important;
}

.editor-styles-wrapper .col05-w50 td:nth-child(5),
.l-gutenberg .col05-w50 td:nth-child(5) {
  width: 50% !important;
}

.editor-styles-wrapper .col05-w60 td:nth-child(5),
.l-gutenberg .col05-w60 td:nth-child(5) {
  width: 60% !important;
}

.editor-styles-wrapper .col05-w70 td:nth-child(5),
.l-gutenberg .col05-w70 td:nth-child(5) {
  width: 70% !important;
}

.editor-styles-wrapper .col05-w80 td:nth-child(5),
.l-gutenberg .col05-w80 td:nth-child(5) {
  width: 80% !important;
}

.editor-styles-wrapper .col05-w90 td:nth-child(5),
.l-gutenberg .col05-w90 td:nth-child(5) {
  width: 90% !important;
}

.editor-styles-wrapper .profile,
.l-gutenberg .profile {
  gap: 0 !important;
  background: var(--main) !important;
  color: var(--white) !important;
}

@media screen and (max-width: 768px) {

  .editor-styles-wrapper .profile,
  .l-gutenberg .profile {
    flex-direction: column-reverse !important;
  }
}

.editor-styles-wrapper .profile .job-title,
.l-gutenberg .profile .job-title {
  font-size: 2rem !important;
  font-weight: 600 !important;
  padding: 0 2.4rem !important;
}

@media screen and (max-width: 768px) {

  .editor-styles-wrapper .profile .job-title,
  .l-gutenberg .profile .job-title {
    padding-top: 2.4rem !important;
  }
}

.editor-styles-wrapper .profile .name-ja,
.l-gutenberg .profile .name-ja {
  font-size: 3.4rem !important;
  font-weight: 600 !important;
  padding: 0 2.4rem !important;
}

.editor-styles-wrapper .profile .name-en,
.l-gutenberg .profile .name-en {
  margin-top: 2.4rem !important;
  padding: 0 2.4rem !important;
}

@media screen and (max-width: 768px) {

  .editor-styles-wrapper .profile .name-en,
  .l-gutenberg .profile .name-en {
    padding: 0 2.4rem 2.4rem 2.4rem !important;
  }
}

.editor-styles-wrapper h2,
.l-gutenberg.round h2 {
  border-radius: 1.2rem !important;
}

.editor-styles-wrapper h4,
.l-gutenberg.round h4 {
  border-radius: 1.2rem !important;
}

.editor-styles-wrapper .num01-square::before,
.l-gutenberg.round .num01-square::before {
  border-radius: 1.2rem !important;
}

.editor-styles-wrapper .num02-square::before,
.l-gutenberg.round .num02-square::before {
  border-radius: 1.2rem !important;
}

.editor-styles-wrapper .num03-square::before,
.l-gutenberg.round .num03-square::before {
  border-radius: 1.2rem !important;
}

.editor-styles-wrapper .num04-square::before,
.l-gutenberg.round .num04-square::before {
  border-radius: 1.2rem !important;
}

.editor-styles-wrapper .num05-square::before,
.l-gutenberg.round .num05-square::before {
  border-radius: 1.2rem !important;
}

.editor-styles-wrapper .num06-square::before,
.l-gutenberg.round .num06-square::before {
  border-radius: 1.2rem !important;
}

.editor-styles-wrapper .num07-square::before,
.l-gutenberg.round .num07-square::before {
  border-radius: 1.2rem !important;
}

.editor-styles-wrapper .num08-square::before,
.l-gutenberg.round .num08-square::before {
  border-radius: 1.2rem !important;
}

.editor-styles-wrapper .num09-square::before,
.l-gutenberg.round .num09-square::before {
  border-radius: 1.2rem !important;
}

.editor-styles-wrapper .num10-square::before,
.l-gutenberg.round .num10-square::before {
  border-radius: 1.2rem !important;
}

.editor-styles-wrapper img,
.l-gutenberg.round img {
  border-radius: 1.2rem !important;
}

.editor-styles-wrapper .profile,
.l-gutenberg.round .profile {
  border-radius: 1.2rem !important;
  overflow: hidden !important;
}

.editor-styles-wrapper .profile img,
.l-gutenberg.round .profile img {
  border-radius: 0 !important;
}

.l-caseSin {
  /* ----- before / after ----- */
}

.l-caseSin__intro {
  margin: 0 0 6rem 0 !important;
}

.l-caseSin__full {
  margin: 4rem 0 6rem 0 !important;
}

.l-caseSin__grid {
  display: grid !important;
  grid-template-columns: 33.3333333333% 33.3333333333% 33.3333333333% !important;
  grid-template-rows: auto auto auto !important;
  gap: 0px 0px !important;
  grid-auto-flow: row !important;
  grid-template-areas: "grid01 grid02 grid03""grid04 grid05 grid06""grid07 grid08 grid09" !important;
  margin: 4rem 0 6rem 0 !important;
}

.l-caseSin__grid .grid01 {
  grid-area: grid01 !important;
}

.l-caseSin__grid .grid02 {
  grid-area: grid02 !important;
}

.l-caseSin__grid .grid03 {
  grid-area: grid03 !important;
}

.l-caseSin__grid .grid04 {
  grid-area: grid04 !important;
}

.l-caseSin__grid .grid05 {
  grid-area: grid05 !important;
}

.l-caseSin__grid .grid06 {
  grid-area: grid06 !important;
}

.l-caseSin__grid .grid07 {
  grid-area: grid07 !important;
}

.l-caseSin__grid .grid08 {
  grid-area: grid08 !important;
}

.l-caseSin__grid .grid09 {
  grid-area: grid09 !important;
}

.l-caseSin__grid img {
  width: 100% !important;
  height: auto !important;
}

.l-caseSin * {
  box-sizing: border-box !important;
}

.l-caseSin__table {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
  border-top: 0.1rem solid var(--gray);
  border-left: 0.1rem solid var(--gray);
  margin-top: 6rem;
}

.l-caseSin__table th {
  border-bottom: 0.1rem solid var(--gray);
  border-right: 0.1rem solid var(--gray);
  width: 30%;
  padding: 1rem 2rem;
  background: var(--main-light);
}

@media screen and (max-width: 768px) {
  .l-caseSin__table th {
    width: 100%;
    display: block;
    border-bottom: none;
    white-space: normal;
  }
}

.l-caseSin__table td {
  border-bottom: 0.1rem solid var(--gray);
  border-right: 0.1rem solid var(--gray);
  width: 70%;
  padding: 1rem 2rem;
}

@media screen and (max-width: 768px) {
  .l-caseSin__table td {
    width: 100%;
    display: block;
    white-space: normal;
  }
}

.l-caseSin__none {
  text-align: center !important;
}

.l-caseSin-flexbox {
  display: flex !important;
  justify-content: space-between !important;
  flex-wrap: wrap !important;
  gap: 0 4.8rem !important;
  position: relative !important;
}

@media screen and (max-width: 768px) {
  .l-caseSin-flexbox {
    gap: 2.4rem 0 !important;
  }
}

.l-caseSin-flexbox::after {
  content: "" !important;
  position: absolute !important;
  top: 50% !important;
  left: 50% !important;
  transform: translate(-50%, -50%) !important;
  background: var(--main-dark) !important;
  height: 2.4rem !important;
  width: 1.2rem !important;
  clip-path: polygon(0 0, 100% 50%, 0 100%) !important;
}

@media screen and (max-width: 768px) {
  .l-caseSin-flexbox::after {
    clip-path: polygon(0 0, 100% 0, 50% 100%) !important;
    height: 1.2rem !important;
    width: 2.4rem !important;
  }
}

.l-caseSin-flexbox__item {
  width: calc((100% - 4.8rem) / 2) !important;
}

@media screen and (max-width: 768px) {
  .l-caseSin-flexbox__item {
    width: 100% !important;
  }
}

.l-caseSin-flexbox h2 {
  margin-bottom: 0 !important;
}

.l-caseSin-comment {
  margin-top: 2.4rem !important;
}

.l-container {
  width: 100% !important;
  max-width: 94rem !important;
  margin: 0 auto !important;
  padding: 10rem 2rem !important;
}

@media screen and (max-width: 768px) {
  .l-container {
    padding: 5rem 2rem !important;
  }
}

.l-404 {
  width: 100% !important;
  max-width: 124rem !important;
  margin: 0 auto !important;
  padding: 10rem 2rem !important;
  text-align: center !important;
}

.l-404__title {
  font-size: 3.6rem !important;
  font-weight: 600 !important;
}

.l-archive {
  width: 100% !important;
  max-width: 96rem !important;
  margin: 0 auto !important;
  padding: 8rem 0 8rem 0 !important;
  display: flex !important;
  flex-wrap: wrap !important;
  gap: 6rem 2rem !important;
}

@media screen and (max-width: 768px) {
  .l-archive {
    padding: 6rem 0 !important;
  }
}

.l-archiveTitle {
  width: 100% !important;
  text-align: center !important;
  color: var(--main) !important;
  font-size: 3.6rem !important;
  font-weight: 400 !important;
}

.l-archiveAside {
  width: 25% !important;
}

@media screen and (max-width: 768px) {
  .l-archiveAside {
    width: 100% !important;
  }
}

.l-archiveAside__heading {
  background: var(--main) !important;
  color: var(--white) !important;
  padding: 1rem 2rem !important;
}

.l-archiveAside__cta {
  background: var(--main-light) !important;
  position: sticky !important;
  top: 6rem !important;
  padding: 2rem !important;
  height: 40rem !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  text-align: center !important;
}

.l-archiveAside__list {
  margin-top: 1rem !important;
}

.l-archiveAside__list li {
  border-bottom: 0.1rem solid var(--gray) !important;
  padding: 1rem 0 !important;
}

.l-archiveAside__list a {
  transition: all 0.7s !important;
}

.l-archiveAside__list a:hover {
  color: var(--main) !important;
}

.l-archiveAside__tagcloud {
  display: flex !important;
  flex-wrap: wrap !important;
  gap: 0.5rem 0.5rem !important;
  margin-top: 2rem !important;
}

.l-archiveAside__tagcloud li {
  display: flex !important;
}

.l-archiveAside__block+.l-archiveAside__block {
  margin-top: 6rem !important;
}

.l-archiveMain {
  width: calc(75% - 2rem) !important;
}

@media screen and (max-width: 768px) {
  .l-archiveMain {
    width: 100% !important;
  }
}

.l-archiveList:first-child {
  border-top: 0.1rem solid var(--gray) !important;
}

.l-archiveList {
  border-bottom: 0.1rem solid var(--gray) !important;
  padding: 3.2rem 0 !important;
}

.l-archiveList__meta {
  display: flex !important;
  justify-content: space-between !important;
  align-items: flex-end !important;
  flex-wrap: wrap !important;
  gap: 0 1.6rem !important;
  margin-bottom: 0.8rem !important;
}

@media screen and (max-width: 768px) {
  .l-archiveList__taxonomy {
    width: 100% !important;
  }
}

.l-archiveList__taxonomy a {
  color: var(--main) !important;
  font-weight: 600 !important;
  margin-right: 1em !important;
  transition: all 0.5s !important;
}

.l-archiveList__taxonomy a:hover {
  text-decoration: underline !important;
}

.l-archiveList__taxonomy i {
  margin-right: 0.5em !important;
}

.l-archiveList__date {
  font-size: 1.1rem !important;
  color: var(--gray-dark) !important;
}

@media screen and (max-width: 768px) {
  .l-archiveList__date {
    width: 100% !important;
  }
}

.l-archiveList__date i {
  margin-right: 0.5em !important;
}

.l-archiveList__thumb01 {
  display: flex !important;
}

.l-archiveList__thumb01 li {
  width: 100% !important;
}

.l-archiveList__thumb01 img {
  width: 100% !important;
  height: 24rem !important;
  object-fit: cover !important;
}

@media screen and (max-width: 768px) {
  .l-archiveList__thumb01 img {
    height: 16rem !important;
  }
}

.l-archiveList__thumb02 {
  display: flex !important;
}

.l-archiveList__thumb02 li {
  width: 50% !important;
}

.l-archiveList__thumb02 img {
  width: 100% !important;
  height: 20rem !important;
  object-fit: cover !important;
}

@media screen and (max-width: 768px) {
  .l-archiveList__thumb02 img {
    height: 14rem !important;
  }
}

.l-archiveList__head {
  font-size: 2rem !important;
  font-weight: 600 !important;
  margin: 2.4rem 0 1.6rem 0 !important;
  color: var(--black) !important;
}

.l-archiveList__body {
  display: flex !important;
  justify-content: space-between !important;
  flex-wrap: wrap !important;
}

.l-archiveList__bodyLeft {
  width: calc(100% - 23rem) !important;
}

@media screen and (max-width: 768px) {
  .l-archiveList__bodyLeft {
    width: 100% !important;
  }
}

.l-archiveList__bodyRight {
  width: 18rem !important;
  display: flex !important;
  flex-direction: column !important;
  justify-content: space-between !important;
  gap: 2.4rem 0 !important;
}

@media screen and (max-width: 768px) {
  .l-archiveList__bodyRight {
    width: 100% !important;
    margin-top: 2.4rem !important;
  }
}

.l-archiveList__btn a {
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
  border: 0.1rem solid var(--main) !important;
  border-radius: 0.7rem !important;
  color: var(--main) !important;
  text-align: center !important;
  height: 4.7rem !important;
  transition: all 0.5s !important;
  text-decoration: none !important;
}

.l-archiveList__btn a:hover {
  background: var(--main) !important;
  color: var(--white) !important;
}

.l-archiveList__dl {
  display: flex !important;
  flex-wrap: wrap !important;
  font-size: 1.3rem !important;
}

.l-archiveList__dl dt {
  width: 5rem !important;
  font-weight: 700 !important;
}

.l-archiveList__dl dd {
  width: calc(100% - 6rem) !important;
}

.l-archiveList__dl.wide dt {
  width: 100% !important;
}

.l-archiveList__dl.wide dd {
  width: 100% !important;
}

.l-archiveList__dl+.l-archiveList__dl {
  margin-top: 1.6rem !important;
}

.c-card {
  border: 1px solid var(--gray) !important;
  background: var(--white) !important;
}

.c-card__link {
  position: relative !important;
  display: block !important;
  text-decoration: none !important;
}

.c-card__label {
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  background: var(--main) !important;
  color: var(--white) !important;
  font-size: 1.1rem !important;
  padding: 0.2rem 1rem !important;
  display: inline-flex !important;
  justify-content: center !important;
  align-items: center !important;
}

.c-card__label a {
  color: var(--white) !important;
  text-decoration: none !important;
}

.c-card__thumb01 {
  display: flex !important;
  height: 15rem !important;
  align-items: center !important;
  overflow: hidden !important;
}

@media screen and (max-width: 768px) {
  .c-card__thumb01 {
    height: 13rem !important;
  }
}

.c-card__thumb01 img {
  width: 100% !important;
  height: auto !important;
  object-fit: cover !important;
}

.c-card__thumb02 {
  display: flex !important;
}

.c-card__thumb02 img {
  width: 100% !important;
  height: 15rem !important;
  object-fit: cover !important;
}

.c-card__thumb02 img.large {
  width: 100% !important;
  height: 24rem !important;
  object-fit: cover !important;
}

.c-card__body {
  padding: 1.6rem !important;
}

.c-card__title {
  font-weight: 600 !important;
  margin-bottom: 1.6rem !important;
  color: var(--black) !important;
}

.c-card__dl {
  display: flex !important;
  flex-wrap: wrap !important;
  font-size: 1.1rem !important;
}

.c-card__dl dt {
  width: 30% !important;
}

.c-card__dl dd {
  width: 70% !important;
  white-space: nowrap !important;
  overflow: hidden !important;
  text-overflow: ellipsis !important;
}

.c-card__info {
  border-top: 0.1rem solid var(--gray-light) !important;
  margin-top: 1.6rem !important;
  padding-top: 1.6rem !important;
  font-size: 1.1rem !important;
  display: flex !important;
  flex-wrap: wrap !important;
  gap: 0.8rem 0.8rem !important;
  color: var(--gray-dark) !important;
}

.c-calendar {
  width: 100% !important;
  border-spacing: 0.2rem !important;
  border-collapse: separate !important;
  font-weight: 600 !important;
  color: var(--main-dark) !important;
}

@media screen and (max-width: 768px) {
  .c-calendar {
    font-size: 1.2rem !important;
  }
}

.c-calendar th {
  background: var(--main) !important;
  color: var(--white) !important;
  text-align: center !important;
  width: 9% !important;
  padding: 0.5rem !important;
}

.c-calendar th.head {
  width: 36% !important;
  text-align: left !important;
  padding: 0.5rem 1rem !important;
}

.c-calendar td {
  background: var(--gray-light) !important;
  text-align: center !important;
  width: 9% !important;
  padding: 0.5rem !important;
}

.c-calendar td.head {
  background: var(--gray-dark) !important;
  color: var(--white) !important;
  width: 37% !important;
  text-align: left !important;
  padding: 0.5rem 1rem !important;
}

.c-btnM--primary {
  background: var(--main) url(../img/c-btn-arrow.svg) no-repeat center right 1.6rem/1.2rem auto !important;
  color: #fff !important;
  text-decoration: none !important;
  text-align: center !important;
  padding: 0.8rem 4.4rem 0.8rem 1.4rem !important;
  border-radius: 0.9rem !important;
  transition: 0.5s !important;
  outline: 0.1rem solid #fff !important;
  display: inline-flex !important;
}

.c-btnM--primary:hover {
  opacity: 0.7 !important;
}

.c-btnL--primary {
  background: var(--main) url(../img/c-btn-arrow.svg) no-repeat center right 1.6rem/1.2rem auto !important;
  color: #fff !important;
  text-decoration: none !important;
  text-align: center !important;
  padding: 1.2rem 2.8rem 1.2rem 2.8rem !important;
  border-radius: 1.2rem !important;
  transition: 0.5s !important;
  outline: 0.1rem solid #fff !important;
  display: inline-flex !important;
}

.c-btnL--primary:hover {
  opacity: 0.7 !important;
}

.c-btnM--secondary {
  background: var(--sub) url(../img/c-btn-arrow.svg) no-repeat center right 1.6rem/1.2rem auto !important;
  color: #fff !important;
  text-decoration: none !important;
  text-align: center !important;
  padding: 0.8rem 4.4rem 0.8rem 1.4rem !important;
  border-radius: 0.9rem !important;
  transition: 0.5s !important;
  display: inline-flex !important;
}

.c-btnM--secondary:hover {
  opacity: 0.7 !important;
}

.c-btnL--secondary {
  background: var(--sub) url(../img/c-btn-arrow.svg) no-repeat center right 1.6rem/1.2rem auto !important;
  color: #fff !important;
  text-decoration: none !important;
  text-align: center !important;
  padding: 1.2rem 2.8rem 1.2rem 2.8rem !important;
  border-radius: 1.2rem !important;
  transition: 0.5s !important;
  display: inline-flex !important;
}

.c-btnL--secondary:hover {
  opacity: 0.7 !important;
}

.c-catlist {
  border-top: 0.1rem solid var(--gray) !important;
}

.c-catlist__item {
  border-bottom: 0.1rem solid var(--gray) !important;
}

.c-catlist__link {
  display: flex !important;
  gap: 0 2rem !important;
  padding: 2rem 0 !important;
  transition: 0.7s !important;
}

@media screen and (max-width: 768px) {
  .c-catlist__link {
    flex-wrap: wrap !important;
    gap: 1rem 2rem !important;
  }
}

.c-catlist__link:hover {
  opacity: 0.5 !important;
}

@media screen and (max-width: 768px) {
  .c-catlist__date {
    display: block !important;
  }
}

.c-catlist__tax {
  background: var(--main) !important;
  color: var(--white) !important;
  text-align: center !important;
  width: 10rem !important;
  display: inline-block !important;
}

@media screen and (max-width: 768px) {
  .c-catlist__title {
    display: block !important;
    width: 100% !important;
  }
}

.c-pagenavi {
  text-align: center !important;
  margin-top: 10rem !important;
}

@media screen and (max-width: 768px) {
  .c-pagenavi {
    margin-top: 5rem !important;
  }
}

.c-pagenavi .nav-links a {
  border: 0.1rem solid var(--gray) !important;
  color: var(--main) !important;
  display: inline-block !important;
  padding: 0 0.6rem !important;
  transition: all 0.5s !important;
}

.c-pagenavi .nav-links a:hover {
  border: 0.1rem solid var(--main) !important;
  background: var(--main) !important;
  color: var(--white) !important;
}

.c-pagenavi .nav-links span {
  border: 0.1rem solid var(--main-light) !important;
  display: inline-block !important;
  padding: 0 0.6rem !important;
  background: var(--main-light) !important;
}

.wp-pagenavi {
  font-size: 1.6rem !important;
  font-weight: 500 !important;
}

.wp-pagenavi .pages {
  border: 0.1rem solid var(--gray) !important;
  background: var(--white) !important;
  color: var(--main) !important;
  padding: 0 1rem !important;
  line-height: 4rem !important;
  margin: 0 0.5rem !important;
  display: inline-block !important;
}

.wp-pagenavi a {
  border: 0.1rem solid var(--gray) !important;
  line-height: 4rem !important;
  padding: 0 1rem !important;
  display: inline-block !important;
  color: var(--main) !important;
  background: var(--white) !important;
  text-decoration: none !important;
  position: relative !important;
  margin: 0 0.5rem !important;
  transition: 0.3s !important;
  min-width: 4rem !important;
}

.wp-pagenavi a:hover {
  border: 0.1rem solid var(--main) !important;
  text-decoration: none !important;
  position: relative !important;
  background: var(--main) !important;
  color: var(--white) !important;
}

.wp-pagenavi a.nextpostslink {
  border: 0.1rem solid var(--gray) !important;
  line-height: 4rem !important;
  padding: 0 1rem !important;
  display: inline-block !important;
  color: var(--main) !important;
  text-decoration: none !important;
  position: relative !important;
  margin: 0 0.5rem !important;
  transition: 0.3s !important;
}

.wp-pagenavi a.nextpostslink:hover {
  background: var(--main) !important;
  color: var(--white) !important;
}

.wp-pagenavi a.previouspostslink {
  border: 0.1rem solid var(--gray) !important;
  line-height: 4rem !important;
  padding: 0 1rem !important;
  display: inline-block !important;
  color: var(--main) !important;
  text-decoration: none !important;
  position: relative !important;
  margin: 0 0.5rem !important;
  transition: 0.3s !important;
  background: var(--white) !important;
}

.wp-pagenavi a.previouspostslink:hover {
  background: var(--main) !important;
  color: var(--white) !important;
}

.wp-pagenavi .current {
  border: 0.1rem solid var(--main) !important;
  line-height: 4rem !important;
  padding: 0 1rem !important;
  display: inline-block !important;
  color: var(--white) !important;
  text-decoration: none !important;
  position: relative !important;
  margin: 0 0.5rem !important;
  background: var(--main) !important;
  min-width: 4rem !important;
}

@media screen and (max-width: 768px) {
  .c-pagenavi {
    text-align: center !important;
  }

  .c-pagenavi__inner {
    display: block !important;
    padding: 1rem 0.5rem !important;
  }

  .c-pagenavi__scroll {
    overflow-x: auto !important;
    white-space: nowrap !important;
    overflow-scrolling: touch !important;
    -webkit-overflow-scrolling: touch !important;
  }
}

.c-tagcloud {
  display: flex !important;
  flex-wrap: wrap !important;
  gap: 0.4rem 0.4rem !important;
}

.c-tagcloud a {
  border: 0.1rem solid var(--gray) !important;
  border-radius: 0.8rem !important;
  display: inline-block !important;
  padding: 0 1rem !important;
  font-size: 1.3rem !important;
  transition: all 0.5s !important;
  text-decoration: none !important;
}

.c-tagcloud a:hover {
  background: var(--gray) !important;
}

.c-recommend {
  display: flex !important;
  flex-wrap: wrap !important;
  gap: 2.4rem 4.8rem !important;
}

@media screen and (max-width: 768px) {
  .c-recommend {
    gap: 1.6rem 0 !important;
  }
}

.c-recommend li {
  width: calc((100% - 9.6rem) / 3) !important;
}

@media screen and (max-width: 768px) {
  .c-recommend li {
    width: 100% !important;
  }
}

.c-recommend a {
  border: 0.1rem solid var(--gray) !important;
  border-radius: 0.6rem !important;
  padding: 0.8rem !important;
  text-align: center !important;
  width: 100% !important;
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
  height: 4.9rem !important;
  font-size: 1.3rem !important;
  transition: all 0.5s !important;
}

.c-recommend a:hover {
  border: 0.1rem solid var(--black) !important;
}

.c-cta {
  width: 80rem !important;
  margin: 0 auto !important;
  background: var(--main-light) !important;
  padding: 2.4rem !important;
  display: flex !important;
  flex-wrap: wrap !important;
  justify-content: space-between !important;
  border-radius: 2.4rem !important;
  /* ----- icon ----- */
}

@media screen and (max-width: 768px) {
  .c-cta {
    width: 100% !important;
  }
}

.c-cta__col {
  width: calc((100% - 2.4rem) / 2) !important;
  display: flex !important;
  flex-wrap: wrap !important;
  flex-direction: column !important;
  gap: 1.6rem 0 !important;
}

@media screen and (max-width: 768px) {
  .c-cta__col {
    width: 100% !important;
  }
}

.c-cta__col>* {
  width: 100% !important;
}

.c-cta__thumb img {
  width: 100% !important;
  height: auto !important;
  max-height: 22rem !important;
  object-fit: cover !important;
  object-position: center !important;
}

.c-cta__intro {
  text-align: center !important;
  font-weight: 600 !important;
}

.c-cta__time {
  display: flex !important;
  justify-content: center !important;
  position: relative !important;
  bottom: -2.8rem !important;
  margin-top: -2.8rem !important;
  z-index: 2 !important;
}

.c-cta__time p {
  display: inline-flex !important;
  justify-content: center !important;
  align-items: center !important;
  text-align: center !important;
  border-radius: 10rem !important;
  background: var(--main) !important;
  border: 1px solid var(--white) !important;
  color: var(--white) !important;
  font-size: 1.3rem !important;
  padding: 0 2.4rem !important;
  height: 2.4rem !important;
}

.c-cta__phone {
  position: relative !important;
  z-index: 1 !important;
}

.c-cta__phone a {
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
  gap: 0.8rem !important;
  background: var(--main-dark) !important;
  color: var(--white) !important;
  border: 1px solid var(--main-dark) !important;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px !important;
  font-size: 2.4rem !important;
  font-weight: 600 !important;
  line-height: 1.2 !important;
  width: 100% !important;
  height: 6rem !important;
}

.c-cta__phone a:hover {
  opacity: 0.7 !important;
}

.c-cta__reserve a {
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
  gap: 0.8rem !important;
  background: var(--white) !important;
  color: var(--main-dark) !important;
  border: 1px solid var(--main-dark) !important;
  border-radius: 10rem !important;
  font-size: 2.4rem !important;
  font-weight: 600 !important;
  line-height: 1.2 !important;
  width: 100% !important;
  height: 6rem !important;
}

.c-cta__reserve a:hover {
  opacity: 0.7 !important;
}

.c-cta-icon__phone {
  fill: var(--white) !important;
  width: 2.4rem !important;
  height: auto !important;
  aspect-ratio: 1/1 !important;
}

.c-cta-icon__reserve {
  fill: var(--main-dark) !important;
  width: 2.4rem !important;
  height: auto !important;
  aspect-ratio: 1/1 !important;
}

.p-blogSin {
  padding-bottom: 4rem !important;
}

.p-blogSin__meta {
  display: flex !important;
  justify-content: space-between !important;
  flex-wrap: wrap !important;
  align-items: center !important;
}

.p-blogSin__metaLeft {
  display: flex !important;
  flex-wrap: wrap !important;
  gap: 0.8rem 0.8rem !important;
}

@media screen and (max-width: 768px) {
  .p-blogSin__metaLeft {
    width: 100% !important;
  }
}

@media screen and (max-width: 768px) {
  .p-blogSin__metaRight {
    width: 100% !important;
    margin-top: 0.8rem !important;
  }
}

.p-blogSin__date {
  font-size: 1.3rem !important;
  color: var(--gray-dark) !important;
}

.p-blogSin__date i {
  margin-right: 0.5em !important;
}

.p-blogSin__tax {
  border-right: 0.1rem solid var(--gray) !important;
  padding-right: 1.6rem !important;
  margin-right: 0.8rem !important;
  display: flex !important;
  flex-wrap: wrap !important;
}

@media screen and (max-width: 768px) {
  .p-blogSin__tax {
    border-right: none !important;
    padding-right: 0 !important;
    margin-right: 0 !important;
  }
}

.p-blogSin__tax a {
  color: var(--main) !important;
  font-weight: 600 !important;
  margin-right: 1em !important;
  transition: all 0.5s !important;
}

.p-blogSin__tax a:hover {
  text-decoration: underline !important;
}

.p-blogSin__tax i {
  margin-right: 0.5em !important;
}

.p-bread {
  font-size: 1.4rem !important;
  font-weight: 500 !important;
}

.p-bread ul {
  display: flex !important;
  align-items: center !important;
  flex-wrap: wrap !important;
}

.p-bread ul li::after {
  content: ">" !important;
  display: inline-block !important;
  width: 3rem !important;
  text-align: center !important;
}

.p-bread ul li:last-child::after {
  content: none !important;
}

.u-mt0 {
  margin-top: 0 !important;
}

.u-mt10 {
  margin-top: 1rem !important;
}

.u-mt20 {
  margin-top: 2rem !important;
}

.u-mt30 {
  margin-top: 3rem !important;
}

.u-mt40 {
  margin-top: 4rem !important;
}

.u-mt50 {
  margin-top: 5rem !important;
}

.u-mt60 {
  margin-top: 6rem !important;
}

.u-mt70 {
  margin-top: 7rem !important;
}

.u-mt80 {
  margin-top: 8rem !important;
}

.u-mt90 {
  margin-top: 9rem !important;
}

.u-mt100 {
  margin-top: 10rem !important;
}

.u-mr0 {
  margin-right: 0 !important;
}

.u-mr10 {
  margin-right: 1rem !important;
}

.u-mr20 {
  margin-right: 2rem !important;
}

.u-mr30 {
  margin-right: 3rem !important;
}

.u-mr40 {
  margin-right: 4rem !important;
}

.u-mr50 {
  margin-right: 5rem !important;
}

.u-mr60 {
  margin-right: 6rem !important;
}

.u-mr70 {
  margin-right: 7rem !important;
}

.u-mr80 {
  margin-right: 8rem !important;
}

.u-mr90 {
  margin-right: 9rem !important;
}

.u-mr100 {
  margin-right: 10rem !important;
}

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

.u-mb10 {
  margin-bottom: 1rem !important;
}

.u-mb20 {
  margin-bottom: 2rem !important;
}

.u-mb30 {
  margin-bottom: 3rem !important;
}

.u-mb40 {
  margin-bottom: 4rem !important;
}

.u-mb50 {
  margin-bottom: 5rem !important;
}

.u-mb60 {
  margin-bottom: 6rem !important;
}

.u-mb70 {
  margin-bottom: 7rem !important;
}

.u-mb80 {
  margin-bottom: 8rem !important;
}

.u-mb90 {
  margin-bottom: 9rem !important;
}

.u-mb100 {
  margin-bottom: 10rem !important;
}

.u-ml0 {
  margin-left: 0 !important;
}

.u-ml10 {
  margin-left: 1rem !important;
}

.u-ml20 {
  margin-left: 2rem !important;
}

.u-ml30 {
  margin-left: 3rem !important;
}

.u-ml40 {
  margin-left: 4rem !important;
}

.u-ml50 {
  margin-left: 5rem !important;
}

.u-ml60 {
  margin-left: 6rem !important;
}

.u-ml70 {
  margin-left: 7rem !important;
}

.u-ml80 {
  margin-left: 8rem !important;
}

.u-ml90 {
  margin-left: 9rem !important;
}

.u-ml100 {
  margin-left: 10rem !important;
}

/*# sourceMappingURL=style.css.map */

section.contents h2:first-letter {
  font-size: inherit !important;
  color: inherit !important;
  background-color: transparent !important;
  padding: 0 !important;
  border-radius: 0 !important;
  margin: 0 !important;
}

section.contents h3:first-letter {
  font-size: inherit !important;
  color: inherit !important;
  padding: 0 !important;
  margin: 0 !important;
}

section.contents h2 {
  font-size: inherit !important;
  letter-spacing: 0 !important;
  text-align: left !important;
  margin: 0 !important;
  color: inherit !important;
  font-weight: normal !important;
}