@charset "UTF-8";
/* ------------------------------------------------------------------
フェーズ2ページ CSS
------------------------------------------------------------------- */
/* スクリーンリーダーオンリー */
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}

a[href*="tel:"] {
  pointer-events: none;
  cursor: default;
}
@media screen and (max-width: 991px) {
  a[href*="tel:"] {
    pointer-events: auto;
    cursor: pointer;
  }
}

.l-contents-section {
  display: block;
  width: 100%;
  margin: 0;
  padding: 8% 5% 4% 5%;
  background-color: #FFF;
  overflow: hidden;
}
.l-contents-section.--gray {
  background-color: #F6F5F3;
}
.l-contents-section.--green {
  background-color: #EAEFED;
}
.l-contents-section .row {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.second-header-section.case, .second-header-section.koubo, .second-header-section.topics, .second-header-section.study, .second-header-section.faq, .second-header-section.contact, .second-header-section.n404 {
  background-size: cover;
  background-position: center;
  overflow: hidden;
  background-image: url(../img/second-hero-s1-bg.png);
}

.c-sec-title-32,
.c-greeting-lead {
  display: block;
  font-weight: 600;
  line-height: 1.4;
  text-align: left;
  margin: 0;
  padding: 0 0 3%;
  font-size: 2.22vw;
}
@media screen and (max-width: 1200px) {
  .c-sec-title-32,
  .c-greeting-lead {
    font-size: 3vw;
  }
}
@media screen and (max-width: 991px) {
  .c-sec-title-32,
  .c-greeting-lead {
    font-size: 32px;
  }
}
@media screen and (max-width: 499px) {
  .c-sec-title-32,
  .c-greeting-lead {
    font-size: 28px;
  }
}

.c-sec-title-24 {
  margin: 0;
  font-weight: 700;
  font-size: 1.67vw;
}
@media screen and (max-width: 1200px) {
  .c-sec-title-24 {
    font-size: 2.25vw;
  }
}
@media screen and (max-width: 991px) {
  .c-sec-title-24 {
    font-size: 24px;
  }
}
@media screen and (max-width: 499px) {
  .c-sec-title-24 {
    font-size: 20px;
  }
}

.c-sec-text {
  display: block;
  font-weight: 400;
  line-height: 1.6;
  text-align: left;
  margin: 0;
  padding: 0;
  font-size: 1.11vw;
}
@media screen and (max-width: 1200px) {
  .c-sec-text {
    font-size: 1.5vw;
  }
}
@media screen and (max-width: 991px) {
  .c-sec-text {
    font-size: 16px;
  }
}
@media screen and (max-width: 499px) {
  .c-sec-text {
    font-size: 15px;
  }
}

.--green {
  color: #32634B;
}

.--title-bar {
  -webkit-padding-start: 2.0016vw;
          padding-inline-start: 2.0016vw;
  position: relative;
}
@media screen and (max-width: 991px) {
  .--title-bar {
    -webkit-padding-start: 20px;
            padding-inline-start: 20px;
  }
}
.--title-bar::before {
  content: "";
  display: block;
  width: 0.41vw;
  height: 2.22vw;
  background-color: #32634B;
  position: absolute;
  top: 50%;
  left: 0;
  translate: 0 -50%;
}
@media screen and (max-width: 991px) {
  .--title-bar::before {
    width: 6px;
    height: 32px;
  }
}

.--title-dot {
  -webkit-padding-start: 2.0016vw;
          padding-inline-start: 2.0016vw;
  position: relative;
}
@media screen and (max-width: 991px) {
  .--title-dot {
    -webkit-padding-start: 20px;
            padding-inline-start: 20px;
  }
}
.--title-dot::before {
  content: "";
  display: block;
  width: 0.83vw;
  height: 0.83vw;
  border-radius: 50%;
  background-color: #32634B;
  position: absolute;
  top: 0.6em;
  left: 0;
  translate: 0 -50%;
}
@media screen and (max-width: 1200px) {
  .--title-dot::before {
    width: 12px;
    height: 12px;
  }
}

.--title-square {
  -webkit-padding-start: 2.0016vw;
          padding-inline-start: 2.0016vw;
  position: relative;
}
@media screen and (max-width: 1200px) {
  .--title-square {
    -webkit-padding-start: 30px;
            padding-inline-start: 30px;
  }
}
.--title-square::before {
  content: "";
  display: block;
  width: 1.66vw;
  height: 1.66vw;
  background-color: #32634B;
  position: absolute;
  top: 0.7em;
  left: 0;
  translate: 0 -50%;
}
@media screen and (max-width: 1200px) {
  .--title-square::before {
    width: 24px;
    height: 24px;
  }
}

.c-card-case {
  background-color: #fff;
}

.c-card-case-head {
  position: relative;
}

.c-card-case-category {
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  padding: 6px 11px;
  background-color: #32634B;
  color: #fff;
  font-weight: 500;
  line-height: normal;
  font-size: 1.11vw;
}
@media screen and (max-width: 1200px) {
  .c-card-case-category {
    font-size: 1.5vw;
  }
}
@media screen and (max-width: 991px) {
  .c-card-case-category {
    font-size: 16px;
  }
}
@media screen and (max-width: 499px) {
  .c-card-case-category {
    font-size: 15px;
  }
}

.c-card-case-img {
  aspect-ratio: 320/264;
  overflow: hidden;
}
.c-card-case-img img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.c-card-case-title {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  display: block;
  background-color: rgba(50, 99, 75, 0.8);
  padding: 10px;
  color: #fff;
  font-weight: 700;
  line-height: normal;
  font-size: 1.11vw;
}
@media screen and (max-width: 1200px) {
  .c-card-case-title {
    font-size: 1.5vw;
  }
}
@media screen and (max-width: 991px) {
  .c-card-case-title {
    font-size: 16px;
  }
}
@media screen and (max-width: 499px) {
  .c-card-case-title {
    font-size: 15px;
  }
}

.c-card-case-body {
  padding-inline: 14px;
}

.c-card-case-dl {
  display: grid;
  grid-template-columns: 7.77vw 1fr;
  padding-block: 16px;
  border-bottom: 1px solid #ccc;
  margin: 0;
}
@media screen and (max-width: 991px) {
  .c-card-case-dl {
    grid-template-columns: 120px 1fr;
  }
}

.c-card-case-dt {
  font-weight: 700;
  line-height: normal;
  font-size: 1.04vw;
}
@media screen and (max-width: 1200px) {
  .c-card-case-dt {
    font-size: 1.40625vw;
  }
}
@media screen and (max-width: 991px) {
  .c-card-case-dt {
    font-size: 15px;
  }
}
@media screen and (max-width: 499px) {
  .c-card-case-dt {
    font-size: 14px;
  }
}

.c-card-case-dd {
  -webkit-padding-start: 16px;
          padding-inline-start: 16px;
  margin: 0;
  font-weight: 500;
  font-size: 1.11vw;
}
@media screen and (max-width: 1200px) {
  .c-card-case-dd {
    font-size: 1.5vw;
  }
}
@media screen and (max-width: 991px) {
  .c-card-case-dd {
    font-size: 16px;
  }
}
@media screen and (max-width: 499px) {
  .c-card-case-dd {
    font-size: 15px;
  }
}

.c-card-case-link {
  display: block;
  width: 100%;
  background: #FFF;
  padding-inline: 5.43%;
  text-align: center;
  position: relative;
}
.c-card-case-link::before {
  content: "";
  pointer-events: none;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 0;
  background-color: #32634B;
  -webkit-transform-origin: right top;
  transform-origin: right top;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}
.c-card-case-link:hover::before {
  -webkit-transform-origin: left top;
  transform-origin: left top;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
}
.c-card-case-link span {
  display: inline-block;
  padding-block: 7%;
  color: #000;
  font-weight: 500;
  line-height: 1.2;
  text-align: center;
  font-size: 1.11vw;
}
@media screen and (max-width: 1200px) {
  .c-card-case-link span {
    font-size: 1.5vw;
  }
}
@media screen and (max-width: 991px) {
  .c-card-case-link span {
    font-size: 16px;
  }
}
@media screen and (max-width: 499px) {
  .c-card-case-link span {
    font-size: 15px;
  }
}
.c-card-case-link span.--arrow {
  display: inline-block;
  -webkit-padding-end: 3.47vw;
          padding-inline-end: 3.47vw;
  position: relative;
}
@media screen and (max-width: 1200px) {
  .c-card-case-link span.--arrow {
    -webkit-padding-end: 4.5vw;
            padding-inline-end: 4.5vw;
  }
}
@media screen and (max-width: 991px) {
  .c-card-case-link span.--arrow {
    -webkit-padding-end: 8.5vw;
            padding-inline-end: 8.5vw;
  }
}
@media screen and (max-width: 499px) {
  .c-card-case-link span.--arrow {
    -webkit-padding-end: 8.5vw;
            padding-inline-end: 8.5vw;
  }
}
.c-card-case-link span.--arrow:after {
  content: "";
  position: absolute;
  top: 50%;
  translate: 0 -50%;
  right: 0;
  width: 1.67vw;
  height: 1.67vw;
  background: url(../img/about/about-service-arrow.svg) no-repeat center center/contain;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media screen and (max-width: 1200px) {
  .c-card-case-link span.--arrow:after {
    width: 2.5vw;
    height: 2.5vw;
  }
}
@media screen and (max-width: 991px) {
  .c-card-case-link span.--arrow:after {
    width: 3.5vw;
    height: 3.5vw;
  }
}
@media (max-width: 749px) {
  .c-card-case-link span.--arrow:after {
    width: 4.5vw;
    height: 4.5vw;
  }
}
@media screen and (max-width: 499px) {
  .c-card-case-link span.--arrow:after {
    width: 5.5vw;
    height: 5.5vw;
  }
}
.c-card-case-link:hover span {
  color: #fff;
}
.c-card-case-link:hover span:after {
  background: url(../img/about/about-service-arrow-white.svg) no-repeat center center/contain;
  translate: -25% -50%;
}

.c-pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-column-gap: 8px;
     -moz-column-gap: 8px;
          column-gap: 8px;
}
.c-pagination li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 32px;
  height: 48px;
  border: 1px solid #ccc;
  background-color: #fff;
  color: #ccc;
  text-decoration: none;
  font-size: 18px;
  font-weight: 400;
  line-height: 1;
}
.c-pagination li a:hover {
  color: #fff;
  background-color: #32634B;
}
.c-pagination li.active a {
  color: #fff;
  background-color: #32634B;
  pointer-events: none;
}
.c-pagination li.arrow a {
  font-size: 10px;
}

.c-flow-text {
  display: inline-block;
  white-space: nowrap;
  font-weight: bold;
  margin-right: 1.5rem; /* 2つのテキスト間の間隔 */
  -webkit-animation: flowTextContinuous 30s linear infinite;
          animation: flowTextContinuous 30s linear infinite;
}

@-webkit-keyframes flowTextContinuous {
  0% {
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
  }
  100% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%); /* テキストの長さ2つ分 */
  }
}

@keyframes flowTextContinuous {
  0% {
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
  }
  100% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%); /* テキストの長さ2つ分 */
  }
}
.c-button {
  display: block;
  position: relative;
  width: 100%;
  height: 5.55vw;
  text-align: center;
  margin: 0 auto;
  padding: 0 2em;
  background: #FFF;
  border: solid 1px #32634B;
}
@media screen and (max-width: 1200px) {
  .c-button {
    height: 80px;
  }
}

.c-button::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 0;
  background-color: #32634B;
  -webkit-transform-origin: right top;
  transform-origin: right top;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}

.c-button:hover::before {
  -webkit-transform-origin: left top;
  transform-origin: left top;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
}

.c-button .text {
  display: grid;
  place-items: center;
  height: 100%;
  position: relative;
  font-size: 1.39vw;
  font-weight: bold;
  letter-spacing: 0;
  color: #32634B;
  text-align: center;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  z-index: 2;
}
@media screen and (max-width: 1200px) {
  .c-button .text {
    font-size: 1.875vw;
  }
}
@media screen and (max-width: 991px) {
  .c-button .text {
    font-size: 20px;
  }
}
@media screen and (max-width: 499px) {
  .c-button .text {
    font-size: 20px;
  }
}

.c-button:hover {
  border: solid 2px #32634B;
}

.c-button:hover .text {
  color: #FFF;
}

.c-button .arrow {
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0.5em 0 0.5em 0.75em;
  border-color: transparent transparent transparent #32634B;
  position: absolute;
  right: 2em;
  top: 50%;
  translate: 0 -50%;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  z-index: 2;
  font-size: 1.11vw;
}
@media screen and (max-width: 1200px) {
  .c-button .arrow {
    font-size: 1.5vw;
  }
}
@media screen and (max-width: 991px) {
  .c-button .arrow {
    font-size: 16px;
  }
}
@media screen and (max-width: 499px) {
  .c-button .arrow {
    font-size: 15px;
  }
}

.c-button:hover .arrow {
  border-color: transparent transparent transparent #FFF;
  right: 20px;
}

.c-button .arrow-down {
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0.75em 0.5em 0em 0.5em;
  border-color: #32634B transparent transparent transparent;
  position: absolute;
  right: 1.5em;
  top: 50%;
  translate: 0 -50%;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  z-index: 2;
  font-size: 1.11vw;
}
@media screen and (max-width: 1200px) {
  .c-button .arrow-down {
    font-size: 1.5vw;
  }
}
@media screen and (max-width: 991px) {
  .c-button .arrow-down {
    font-size: 16px;
  }
}
@media screen and (max-width: 499px) {
  .c-button .arrow-down {
    font-size: 15px;
  }
}

.c-button:hover .arrow-down {
  border-color: #fff transparent transparent transparent;
}

.c-button .arrow-prev {
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0.5em 0.75em 0.5em 0;
  border-color: transparent #32634B transparent transparent;
  position: absolute;
  left: 2em;
  top: 50%;
  translate: 0 -50%;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  z-index: 2;
  font-size: 1.11vw;
}
@media screen and (max-width: 1200px) {
  .c-button .arrow-prev {
    font-size: 1.5vw;
  }
}
@media screen and (max-width: 991px) {
  .c-button .arrow-prev {
    font-size: 16px;
  }
}
@media screen and (max-width: 499px) {
  .c-button .arrow-prev {
    font-size: 15px;
  }
}

.study-sec02 .second-subtitle-title {
  font-size: 2.22vw;
}
@media screen and (max-width: 1200px) {
  .study-sec02 .second-subtitle-title {
    font-size: 3vw;
  }
}
@media screen and (max-width: 991px) {
  .study-sec02 .second-subtitle-title {
    font-size: 32px;
  }
}
@media screen and (max-width: 499px) {
  .study-sec02 .second-subtitle-title {
    font-size: 28px;
  }
}

.c-cat-select {
  padding: 1.66vw 2.5vw;
  background-color: #fff;
  display: grid;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  grid-template-columns: -webkit-max-content 1fr;
  grid-template-columns: max-content 1fr;
  gap: 6.38vw;
}
@media screen and (max-width: 1200px) {
  .c-cat-select {
    padding: 24px 36px;
    gap: 64px;
  }
}
@media screen and (max-width: 991px) {
  .c-cat-select {
    padding: 20px;
    grid-template-columns: 1fr;
    gap: 20px;
  }
}

.c-cat-select-title {
  font-weight: 500;
  font-size: 1.11vw;
}
@media screen and (max-width: 1200px) {
  .c-cat-select-title {
    font-size: 1.5vw;
  }
}
@media screen and (max-width: 991px) {
  .c-cat-select-title {
    font-size: 16px;
  }
}
@media screen and (max-width: 499px) {
  .c-cat-select-title {
    font-size: 15px;
  }
}

.c-cat-select-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 2.22vw;
     -moz-column-gap: 2.22vw;
          column-gap: 2.22vw;
  row-gap: 1.66vw;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (max-width: 1200px) {
  .c-cat-select-list {
    -webkit-column-gap: 32px;
       -moz-column-gap: 32px;
            column-gap: 32px;
    row-gap: 24px;
  }
}
@media screen and (max-width: 991px) {
  .c-cat-select-list {
    -webkit-column-gap: 16px;
       -moz-column-gap: 16px;
            column-gap: 16px;
    row-gap: 12px;
  }
}

.c-cat-select-item {
  display: grid;
  place-items: center;
}
.c-cat-select-item .c-cat-select-link {
  background-color: #F1F9EC;
  color: #CCC;
}
.c-cat-select-item.is-active .c-cat-select-link {
  background-color: #32634B;
  color: #fff;
  pointer-events: none;
}

.c-cat-select-link {
  background-color: #F1F9EC;
  color: #CCC;
  padding: 0.2em 0.5em;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.c-cat-select-link:hover {
  background-color: #32634B;
  color: #fff;
}

.c-cat-select.--pattern2 {
  background-color: #F1F9EC;
}
.c-cat-select.--pattern2 .c-cat-select-item.is-active .c-cat-select-link {
  background-color: #32634B;
  color: #fff;
}
.c-cat-select.--pattern2 .c-cat-select-link {
  background-color: #fff;
  color: #CCC;
}
.c-cat-select.--pattern2 .c-cat-select-link:hover {
  background-color: #32634B;
  color: #fff;
}

.c-corner-box {
  width: 60.56vw;
  max-width: 100%;
  margin-inline: auto;
  padding: 2.22vw 5.56vw 2.22vw 6.25vw;
  border: 1px solid #CCC;
  position: relative;
}
@media screen and (max-width: 991px) {
  .c-corner-box {
    width: 100%;
    padding: 5.6vw 1.56vw 5.6vw 1.25vw;
  }
}
.c-corner-box .--corner {
  position: absolute;
}
.c-corner-box .--corner:nth-of-type(1) {
  top: -1px;
  left: 0;
}
.c-corner-box .--corner:nth-of-type(2) {
  top: -1px;
  right: -1px;
  scale: -1 1;
}
.c-corner-box .--corner:nth-of-type(3) {
  bottom: -1px;
  right: -1px;
  rotate: 180deg;
}
.c-corner-box .--corner:nth-of-type(4) {
  bottom: -1px;
  left: 0;
  scale: 1 -1;
}
.c-corner-box .--corner::before, .c-corner-box .--corner::after {
  content: "";
  display: block;
  width: 0.76vw;
  height: 1px;
  background-color: #32634B;
}
.c-corner-box .--corner::after {
  rotate: 90deg;
  -webkit-transform-origin: left top;
          transform-origin: left top;
}

.case-cat {
  -webkit-margin-before: 2.77vw;
          margin-block-start: 2.77vw;
}
@media screen and (max-width: 1200px) {
  .case-cat {
    -webkit-margin-before: 40px;
            margin-block-start: 40px;
  }
}
@media screen and (max-width: 499px) {
  .case-cat {
    -webkit-margin-before: 20px;
            margin-block-start: 20px;
  }
}

.case-list {
  margin-block: 4.44vw 0;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 4rem 2rem;
  list-style: none;
  padding: 0;
}
@media screen and (max-width: 1200px) {
  .case-list {
    margin-block: 64px 0;
  }
}
@media screen and (max-width: 991px) {
  .case-list {
    grid-template-columns: repeat(2, 1fr);
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media (max-width: 749px) {
  .case-list {
    grid-template-columns: 1fr;
  }
}

.case-item {
  width: 100%;
  margin-inline: auto;
  display: grid;
  grid-template-rows: subgrid;
  grid-row: span 3;
  gap: 0;
}
@media screen and (max-width: 499px) {
  .case-item {
    max-width: 400px;
  }
}

.case-pagination {
  -webkit-margin-before: 8%;
          margin-block-start: 8%;
}

.case-category {
  display: inline-block;
  padding: 6px 11px;
  background-color: #32634B;
  color: #fff;
  font-weight: 500;
  line-height: normal;
  font-size: 1.11vw;
}
@media screen and (max-width: 1200px) {
  .case-category {
    font-size: 1.5vw;
  }
}
@media screen and (max-width: 991px) {
  .case-category {
    font-size: 16px;
  }
}
@media screen and (max-width: 499px) {
  .case-category {
    font-size: 15px;
  }
}

.case-detail-title {
  -webkit-margin-before: 1.66vw;
          margin-block-start: 1.66vw;
}
@media screen and (max-width: 1200px) {
  .case-detail-title {
    -webkit-margin-before: 24px;
            margin-block-start: 24px;
  }
}

.case-detail-swiper {
  --swiper-pagination-color: #32634B;
  --swiper-pagination-bullet-horizontal-gap: 8px;
  --swiper-pagination-bullet-width: 0.55vw;
  --swiper-pagination-bullet-size: 0.55vw;
  -webkit-padding-after: 2.36vw;
          padding-block-end: 2.36vw;
}
@media screen and (max-width: 1200px) {
  .case-detail-swiper {
    --swiper-pagination-bullet-horizontal-gap: 8px;
    --swiper-pagination-bullet-width: 8px;
    --swiper-pagination-bullet-size: 8px;
    -webkit-padding-after: 34px;
            padding-block-end: 34px;
  }
}
@media screen and (max-width: 991px) {
  .case-detail-swiper {
    -webkit-margin-before: 30px;
            margin-block-start: 30px;
  }
}

.case-detail-swiper-img {
  width: 100%;
  aspect-ratio: 600/420;
}
.case-detail-swiper-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.case-detail-info-title {
  text-align: center;
  font-weight: 700;
  font-size: 1.67vw;
}
@media screen and (max-width: 1200px) {
  .case-detail-info-title {
    font-size: 2.25vw;
  }
}
@media screen and (max-width: 991px) {
  .case-detail-info-title {
    font-size: 24px;
  }
}
@media screen and (max-width: 499px) {
  .case-detail-info-title {
    font-size: 20px;
  }
}

.case-detail-info-list {
  -webkit-margin-before: 2.77vw;
          margin-block-start: 2.77vw;
}
@media screen and (max-width: 1200px) {
  .case-detail-info-list {
    -webkit-margin-before: 40px;
            margin-block-start: 40px;
  }
}

.case-detail-info-dl {
  display: grid;
  grid-template-columns: 16.66vw 1fr;
  padding-block: 1.94vw;
  border-bottom: 1px solid #ccc;
  margin: 0;
}
@media screen and (max-width: 1200px) {
  .case-detail-info-dl {
    grid-template-columns: 240px 1fr;
    padding-block: 28px;
  }
}
@media screen and (max-width: 991px) {
  .case-detail-info-dl {
    grid-template-columns: 150px 1fr;
    padding-block: 20px;
  }
}
.case-detail-info-dl:first-child {
  border-top: 1px solid #ccc;
}

.case-detail-info-dt {
  color: #32634B;
  font-weight: 700;
  text-align: right;
  line-height: normal;
  -webkit-padding-end: 2.77vw;
          padding-inline-end: 2.77vw;
  font-size: 1.11vw;
}
@media screen and (max-width: 1200px) {
  .case-detail-info-dt {
    font-size: 1.5vw;
  }
}
@media screen and (max-width: 991px) {
  .case-detail-info-dt {
    font-size: 16px;
  }
}
@media screen and (max-width: 499px) {
  .case-detail-info-dt {
    font-size: 15px;
  }
}

.case-detail-info-dd {
  -webkit-padding-start: 2.77vw;
          padding-inline-start: 2.77vw;
  margin: 0;
  font-weight: 500;
  font-size: 1.11vw;
}
@media screen and (max-width: 1200px) {
  .case-detail-info-dd {
    font-size: 1.5vw;
  }
}
@media screen and (max-width: 991px) {
  .case-detail-info-dd {
    font-size: 16px;
  }
}
@media screen and (max-width: 499px) {
  .case-detail-info-dd {
    font-size: 15px;
  }
}

.case-detail-desc-list {
  -webkit-margin-before: 3.33vw;
          margin-block-start: 3.33vw;
  background-color: #F6F5F3;
  padding: 4.16vw;
}
@media screen and (max-width: 1200px) {
  .case-detail-desc-list {
    -webkit-margin-before: 48px;
            margin-block-start: 48px;
    padding: 60px;
  }
}
@media screen and (max-width: 991px) {
  .case-detail-desc-list {
    padding: 40px;
  }
}
@media screen and (max-width: 499px) {
  .case-detail-desc-list {
    padding: 20px;
  }
}

.case-detail-desc-dl {
  display: grid;
  grid-template-columns: 13.62vw 1fr;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  -webkit-column-gap: 2.63vw;
     -moz-column-gap: 2.63vw;
          column-gap: 2.63vw;
  margin: 0;
}
@media screen and (max-width: 1200px) {
  .case-detail-desc-dl {
    grid-template-columns: 196px 1fr;
    -webkit-column-gap: 38px;
       -moz-column-gap: 38px;
            column-gap: 38px;
  }
}
@media screen and (max-width: 991px) {
  .case-detail-desc-dl {
    grid-template-columns: 1fr;
    row-gap: 8px;
  }
}
.case-detail-desc-dl:not(:first-child) {
  -webkit-margin-before: 2.36vw;
          margin-block-start: 2.36vw;
}
@media screen and (max-width: 1200px) {
  .case-detail-desc-dl:not(:first-child) {
    -webkit-margin-before: 34px;
            margin-block-start: 34px;
  }
}

.case-detail-desc-dt {
  background-color: #fff;
  text-align: center;
  color: #32634B;
  font-weight: 700;
  line-height: 2.2;
  letter-spacing: 0.128em;
  font-size: 1.11vw;
}
@media screen and (max-width: 1200px) {
  .case-detail-desc-dt {
    font-size: 1.5vw;
  }
}
@media screen and (max-width: 991px) {
  .case-detail-desc-dt {
    font-size: 16px;
  }
}
@media screen and (max-width: 499px) {
  .case-detail-desc-dt {
    font-size: 15px;
  }
}
@media screen and (max-width: 991px) {
  .case-detail-desc-dt {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    padding-inline: 1em;
  }
}

.case-detail-desc-dd {
  font-weight: 500;
  line-height: 2.2;
  letter-spacing: 0.128em;
  white-space: pre-wrap;
  font-size: 1.11vw;
}
@media screen and (max-width: 1200px) {
  .case-detail-desc-dd {
    font-size: 1.5vw;
  }
}
@media screen and (max-width: 991px) {
  .case-detail-desc-dd {
    font-size: 16px;
  }
}
@media screen and (max-width: 499px) {
  .case-detail-desc-dd {
    font-size: 15px;
  }
}

.case-detail-post-nav {
  display: grid;
  grid-template-columns: repeat(3, 19.44vw);
  -webkit-column-gap: 4.16vw;
     -moz-column-gap: 4.16vw;
          column-gap: 4.16vw;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 1200px) {
  .case-detail-post-nav {
    grid-template-columns: repeat(3, 240px);
    gap: 60px;
  }
}
@media screen and (max-width: 991px) {
  .case-detail-post-nav {
    grid-template-columns: 1fr;
    row-gap: 20px;
  }
}

@media screen and (max-width: 991px) {
  .case-detail-post-nav-btn {
    width: 100%;
    max-width: 400px;
    margin-inline: auto;
  }
}
.case-detail-post-nav-btn:nth-child(1) {
  grid-row: 1/2;
  grid-column: 1/2;
}
@media screen and (max-width: 991px) {
  .case-detail-post-nav-btn:nth-child(1) {
    grid-row: 1/2;
    grid-column: 1/2;
  }
}
.case-detail-post-nav-btn:nth-child(2) {
  grid-row: 1/2;
  grid-column: 2/3;
}
@media screen and (max-width: 991px) {
  .case-detail-post-nav-btn:nth-child(2) {
    grid-row: 3/4;
    grid-column: 1/2;
  }
}
.case-detail-post-nav-btn:nth-child(3) {
  grid-row: 1/2;
  grid-column: 3/4;
}
@media screen and (max-width: 991px) {
  .case-detail-post-nav-btn:nth-child(3) {
    grid-row: 2/3;
    grid-column: 1/2;
  }
}
.case-detail-post-nav-btn .c-button {
  border-color: #000;
}
.case-detail-post-nav-btn .c-button .text {
  color: #000;
  font-size: 1.11vw;
}
@media screen and (max-width: 1200px) {
  .case-detail-post-nav-btn .c-button .text {
    font-size: 1.5vw;
  }
}
@media screen and (max-width: 991px) {
  .case-detail-post-nav-btn .c-button .text {
    font-size: 16px;
  }
}
@media screen and (max-width: 499px) {
  .case-detail-post-nav-btn .c-button .text {
    font-size: 15px;
  }
}
.case-detail-post-nav-btn .c-button .arrow {
  border-color: transparent transparent transparent #000;
  font-size: 0.97vw;
}
@media screen and (max-width: 1200px) {
  .case-detail-post-nav-btn .c-button .arrow {
    font-size: 1.25vw;
  }
}
@media screen and (max-width: 991px) {
  .case-detail-post-nav-btn .c-button .arrow {
    font-size: 14px;
  }
}
@media screen and (max-width: 499px) {
  .case-detail-post-nav-btn .c-button .arrow {
    font-size: 14px;
  }
}
.case-detail-post-nav-btn .c-button .arrow-prev {
  border-color: transparent #000 transparent transparent;
  font-size: 0.97vw;
}
@media screen and (max-width: 1200px) {
  .case-detail-post-nav-btn .c-button .arrow-prev {
    font-size: 1.25vw;
  }
}
@media screen and (max-width: 991px) {
  .case-detail-post-nav-btn .c-button .arrow-prev {
    font-size: 14px;
  }
}
@media screen and (max-width: 499px) {
  .case-detail-post-nav-btn .c-button .arrow-prev {
    font-size: 14px;
  }
}
.case-detail-post-nav-btn:hover .c-button {
  border-color: #32634B;
}
.case-detail-post-nav-btn:hover .c-button .text {
  color: #fff;
}
.case-detail-post-nav-btn:hover .c-button .arrow {
  border-color: transparent transparent transparent #fff;
}
.case-detail-post-nav-btn:hover .c-button .arrow-prev {
  border-color: transparent #fff transparent transparent;
}

.koubo-table-wrap {
  overflow-x: auto;
}

.koubo-table {
  -webkit-margin-before: 2.22vw;
          margin-block-start: 2.22vw;
  border-collapse: collapse;
  table-layout: fixed;
  width: 100%;
}
@media screen and (max-width: 749px) {
  .koubo-table {
    width: auto;
  }
}
.koubo-table tr {
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}
.koubo-table th, .koubo-table td {
  padding: 1em 2.5em;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}
@media screen and (max-width: 1200px) {
  .koubo-table th, .koubo-table td {
    padding: 1em 1.5em;
  }
}
@media screen and (max-width: 991px) {
  .koubo-table th, .koubo-table td {
    padding: 1em 1em;
  }
}
@media screen and (max-width: 499px) {
  .koubo-table th, .koubo-table td {
    padding: 1em 0.5em;
  }
}
.koubo-table th:nth-child(1), .koubo-table td:nth-child(1) {
  width: auto;
  min-width: 250px;
}
.koubo-table th:nth-child(2), .koubo-table td:nth-child(2) {
  width: 23%;
  min-width: 140px;
  white-space: nowrap;
}
.koubo-table th:nth-child(3), .koubo-table td:nth-child(3) {
  width: 10%;
  min-width: 50px;
  white-space: nowrap;
}
.koubo-table th {
  background-color: #F1F9EC;
  height: 6vw;
  font-weight: 700;
  font-size: 1.11vw;
}
@media screen and (max-width: 1200px) {
  .koubo-table th {
    font-size: 1.5vw;
  }
}
@media screen and (max-width: 991px) {
  .koubo-table th {
    font-size: 16px;
  }
}
@media screen and (max-width: 499px) {
  .koubo-table th {
    font-size: 15px;
  }
}
.koubo-table td {
  height: 5.55vw;
  font-weight: 500;
  font-size: 1.25vw;
}
@media screen and (max-width: 1200px) {
  .koubo-table td {
    font-size: 1.3vw;
  }
}
@media screen and (max-width: 991px) {
  .koubo-table td {
    font-size: 18px;
  }
}
@media screen and (max-width: 499px) {
  .koubo-table td {
    font-size: 18px;
  }
}
@media screen and (max-width: 499px) {
  .koubo-table td {
    font-size: 15px;
  }
}
.koubo-table.--end th {
  background-color: #F6F5F3;
}

.koubo-pdf {
  display: block;
  width: 2.36vw;
  height: 2.36vw;
  min-width: 34px;
  min-height: 34px;
  background-image: url(../img/s3/s3-button-pdf.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.koubo-pdf:hover {
  opacity: 0.7;
}
@media screen and (max-width: 1200px) {
  .koubo-pdf {
    width: 3.1875vw;
    height: 3.1875vw;
  }
}
@media screen and (max-width: 991px) {
  .koubo-pdf {
    width: 34px;
    height: 34px;
  }
}
@media screen and (max-width: 499px) {
  .koubo-pdf {
    width: 6.8vw;
    height: 6.8vw;
  }
}

.koubo-empty {
  -webkit-margin-before: 2.22vw;
          margin-block-start: 2.22vw;
  -webkit-margin-start: 1em;
          margin-inline-start: 1em;
  font-weight: 500;
}
@media screen and (max-width: 1200px) {
  .koubo-empty {
    -webkit-margin-before: 32px;
            margin-block-start: 32px;
  }
}
@media screen and (max-width: 991px) {
  .koubo-empty {
    -webkit-margin-before: 24px;
            margin-block-start: 24px;
  }
}

.topics-cat-select {
  -webkit-margin-before: 3.33vw;
          margin-block-start: 3.33vw;
}
@media screen and (max-width: 1200px) {
  .topics-cat-select {
    -webkit-margin-before: 48px;
            margin-block-start: 48px;
  }
}
@media screen and (max-width: 499px) {
  .topics-cat-select {
    -webkit-margin-before: 32px;
            margin-block-start: 32px;
  }
}

.topics-list {
  -webkit-margin-before: 3.05vw;
          margin-block-start: 3.05vw;
}
@media screen and (max-width: 1200px) {
  .topics-list {
    -webkit-margin-before: 44px;
            margin-block-start: 44px;
  }
}
@media screen and (max-width: 499px) {
  .topics-list {
    -webkit-margin-before: 22px;
            margin-block-start: 22px;
  }
}

.topics-article {
  border-top: 1px solid #ccc;
}

.topics-link {
  padding-block: 3.33vw;
  -webkit-padding-end: 6.66vw;
          padding-inline-end: 6.66vw;
  display: grid;
  grid-template-columns: 22.22vw 1fr;
  gap: 5.7vw;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 749px) {
  .topics-link {
    padding-block: 32px;
    -webkit-padding-end: 0;
            padding-inline-end: 0;
    grid-template-columns: 1fr;
  }
}
.topics-link:hover {
  color: #000;
  opacity: 0.7;
}

.topics-img {
  aspect-ratio: 320/240;
  width: 100%;
  max-width: 500px;
  margin-inline: auto;
}
.topics-img img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}

@media screen and (max-width: 749px) {
  .topics-info {
    max-width: 500px;
    margin-inline: auto;
  }
}

.topics-info-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 16px;
     -moz-column-gap: 16px;
          column-gap: 16px;
}

.topics-date {
  font-weight: 500;
  font-size: 0.97vw;
}
@media screen and (max-width: 1200px) {
  .topics-date {
    font-size: 1.25vw;
  }
}
@media screen and (max-width: 991px) {
  .topics-date {
    font-size: 14px;
  }
}
@media screen and (max-width: 499px) {
  .topics-date {
    font-size: 14px;
  }
}

.topics-cat {
  color: #fff;
  background-color: #32634B;
  padding: 0.1em 0.5em;
  font-weight: 500;
  font-size: 0.97vw;
}
@media screen and (max-width: 1200px) {
  .topics-cat {
    font-size: 1.25vw;
  }
}
@media screen and (max-width: 991px) {
  .topics-cat {
    font-size: 14px;
  }
}
@media screen and (max-width: 499px) {
  .topics-cat {
    font-size: 14px;
  }
}

.topics-title {
  margin-top: 16px;
  font-weight: 500;
  font-size: 1.25vw;
}
@media screen and (max-width: 1200px) {
  .topics-title {
    font-size: 1.3vw;
  }
}
@media screen and (max-width: 991px) {
  .topics-title {
    font-size: 18px;
  }
}
@media screen and (max-width: 499px) {
  .topics-title {
    font-size: 18px;
  }
}

.topics-text {
  white-space: pre-wrap;
  margin-block: 1.5em 0;
  font-size: 1.11vw;
}
@media screen and (max-width: 1200px) {
  .topics-text {
    font-size: 1.5vw;
  }
}
@media screen and (max-width: 991px) {
  .topics-text {
    font-size: 16px;
  }
}
@media screen and (max-width: 499px) {
  .topics-text {
    font-size: 15px;
  }
}

.topics-pagination {
  -webkit-margin-before: 8%;
          margin-block-start: 8%;
}

.topics-detail-date {
  display: block;
  font-weight: 500;
  font-size: 0.97vw;
}
@media screen and (max-width: 1200px) {
  .topics-detail-date {
    font-size: 1.25vw;
  }
}
@media screen and (max-width: 991px) {
  .topics-detail-date {
    font-size: 14px;
  }
}
@media screen and (max-width: 499px) {
  .topics-detail-date {
    font-size: 14px;
  }
}

.topics-detail-category {
  -webkit-margin-before: 1.66vw;
          margin-block-start: 1.66vw;
  display: inline-block;
  padding: 6px 11px;
  background-color: #32634B;
  color: #fff;
  font-weight: 500;
  line-height: normal;
  font-size: 1.11vw;
}
@media screen and (max-width: 1200px) {
  .topics-detail-category {
    font-size: 1.5vw;
  }
}
@media screen and (max-width: 991px) {
  .topics-detail-category {
    font-size: 16px;
  }
}
@media screen and (max-width: 499px) {
  .topics-detail-category {
    font-size: 15px;
  }
}
@media screen and (max-width: 1200px) {
  .topics-detail-category {
    -webkit-margin-before: 24px;
            margin-block-start: 24px;
  }
}

.topics-detail-title {
  -webkit-margin-before: 1.66vw;
          margin-block-start: 1.66vw;
  -webkit-padding-after: 1.66vw;
          padding-block-end: 1.66vw;
  border-bottom: 1px solid #ccc;
  font-weight: 700;
}
@media screen and (max-width: 1200px) {
  .topics-detail-title {
    -webkit-margin-before: 24px;
            margin-block-start: 24px;
    -webkit-padding-after: 24px;
            padding-block-end: 24px;
  }
}

.featured-image-wrapper {
  width: 45.83vw;
  -webkit-margin-before: 1.66vw;
          margin-block-start: 1.66vw;
}
@media screen and (max-width: 1200px) {
  .featured-image-wrapper {
    width: 660px;
    max-width: 100%;
    -webkit-margin-before: 24px;
            margin-block-start: 24px;
  }
}

.topics-detail-content {
  -webkit-margin-before: 3.33vw;
          margin-block-start: 3.33vw;
}
@media screen and (max-width: 1200px) {
  .topics-detail-content {
    -webkit-margin-before: 48px;
            margin-block-start: 48px;
  }
}
@media screen and (max-width: 991px) {
  .topics-detail-content {
    -webkit-margin-before: 24px;
            margin-block-start: 24px;
  }
}

.topics-detail-content.single__WYSIWYG h1, .topics-detail-content.single__WYSIWYG h2, .topics-detail-content.single__WYSIWYG h3, .topics-detail-content.single__WYSIWYG h4, .topics-detail-content.single__WYSIWYG h5, .topics-detail-content.single__WYSIWYG h6, .topics-detail-content.single__WYSIWYG p, .topics-detail-content.single__WYSIWYG ul, .topics-detail-content.single__WYSIWYG ol {
  -webkit-margin-after: 3.33vw;
          margin-block-end: 3.33vw;
  line-height: 1.2;
}
@media screen and (max-width: 1200px) {
  .topics-detail-content.single__WYSIWYG h1, .topics-detail-content.single__WYSIWYG h2, .topics-detail-content.single__WYSIWYG h3, .topics-detail-content.single__WYSIWYG h4, .topics-detail-content.single__WYSIWYG h5, .topics-detail-content.single__WYSIWYG h6, .topics-detail-content.single__WYSIWYG p, .topics-detail-content.single__WYSIWYG ul, .topics-detail-content.single__WYSIWYG ol {
    -webkit-margin-after: 48px;
            margin-block-end: 48px;
  }
}
@media screen and (max-width: 991px) {
  .topics-detail-content.single__WYSIWYG h1, .topics-detail-content.single__WYSIWYG h2, .topics-detail-content.single__WYSIWYG h3, .topics-detail-content.single__WYSIWYG h4, .topics-detail-content.single__WYSIWYG h5, .topics-detail-content.single__WYSIWYG h6, .topics-detail-content.single__WYSIWYG p, .topics-detail-content.single__WYSIWYG ul, .topics-detail-content.single__WYSIWYG ol {
    -webkit-margin-after: 24px;
            margin-block-end: 24px;
  }
}
.topics-detail-content.single__WYSIWYG h1 {
  color: #32634B;
  font-weight: 700;
  -webkit-padding-after: 8px;
          padding-block-end: 8px;
  border-bottom: 2px solid #32634B;
  font-size: 1.67vw;
}
@media screen and (max-width: 1200px) {
  .topics-detail-content.single__WYSIWYG h1 {
    font-size: 2.25vw;
  }
}
@media screen and (max-width: 991px) {
  .topics-detail-content.single__WYSIWYG h1 {
    font-size: 24px;
  }
}
@media screen and (max-width: 499px) {
  .topics-detail-content.single__WYSIWYG h1 {
    font-size: 20px;
  }
}
.topics-detail-content.single__WYSIWYG h2 {
  -webkit-padding-start: 1.53vw;
          padding-inline-start: 1.53vw;
  position: relative;
  color: #000;
  font-weight: 700;
  font-size: 1.67vw;
}
@media screen and (max-width: 1200px) {
  .topics-detail-content.single__WYSIWYG h2 {
    font-size: 2.25vw;
  }
}
@media screen and (max-width: 991px) {
  .topics-detail-content.single__WYSIWYG h2 {
    font-size: 24px;
  }
}
@media screen and (max-width: 499px) {
  .topics-detail-content.single__WYSIWYG h2 {
    font-size: 20px;
  }
}
@media screen and (max-width: 1200px) {
  .topics-detail-content.single__WYSIWYG h2 {
    -webkit-padding-start: 22px;
            padding-inline-start: 22px;
  }
}
.topics-detail-content.single__WYSIWYG h2::before {
  content: "";
  display: block;
  width: 6px;
  height: 1.25em;
  background-color: #32634B;
  position: absolute;
  top: 0;
  left: 0;
}
.topics-detail-content.single__WYSIWYG h3 {
  padding: 0.35em 1em;
  background-color: #32634B;
  color: #fff;
  font-weight: 700;
  font-size: 1.39vw;
}
@media screen and (max-width: 1200px) {
  .topics-detail-content.single__WYSIWYG h3 {
    font-size: 1.875vw;
  }
}
@media screen and (max-width: 991px) {
  .topics-detail-content.single__WYSIWYG h3 {
    font-size: 20px;
  }
}
@media screen and (max-width: 499px) {
  .topics-detail-content.single__WYSIWYG h3 {
    font-size: 20px;
  }
}
.topics-detail-content.single__WYSIWYG h4 {
  position: relative;
  -webkit-padding-after: 8px;
          padding-block-end: 8px;
  border-bottom: 1px solid #ccc;
  font-weight: 700;
  font-size: 1.39vw;
}
@media screen and (max-width: 1200px) {
  .topics-detail-content.single__WYSIWYG h4 {
    font-size: 1.875vw;
  }
}
@media screen and (max-width: 991px) {
  .topics-detail-content.single__WYSIWYG h4 {
    font-size: 20px;
  }
}
@media screen and (max-width: 499px) {
  .topics-detail-content.single__WYSIWYG h4 {
    font-size: 20px;
  }
}
.topics-detail-content.single__WYSIWYG h4::before {
  content: "";
  display: block;
  width: 11.11vw;
  height: 2px;
  background-color: #32634B;
  position: absolute;
  bottom: -1px;
  left: 0;
}
@media screen and (max-width: 1200px) {
  .topics-detail-content.single__WYSIWYG h4::before {
    width: 160px;
  }
}
@media screen and (max-width: 499px) {
  .topics-detail-content.single__WYSIWYG h4::before {
    width: 120px;
  }
}
.topics-detail-content.single__WYSIWYG h5 {
  color: #32634B;
  font-weight: 700;
  font-size: 1.25vw;
}
@media screen and (max-width: 1200px) {
  .topics-detail-content.single__WYSIWYG h5 {
    font-size: 1.3vw;
  }
}
@media screen and (max-width: 991px) {
  .topics-detail-content.single__WYSIWYG h5 {
    font-size: 18px;
  }
}
@media screen and (max-width: 499px) {
  .topics-detail-content.single__WYSIWYG h5 {
    font-size: 18px;
  }
}
.topics-detail-content.single__WYSIWYG h6 {
  color: #000;
  font-weight: 700;
  font-size: 1.11vw;
}
@media screen and (max-width: 1200px) {
  .topics-detail-content.single__WYSIWYG h6 {
    font-size: 1.5vw;
  }
}
@media screen and (max-width: 991px) {
  .topics-detail-content.single__WYSIWYG h6 {
    font-size: 16px;
  }
}
@media screen and (max-width: 499px) {
  .topics-detail-content.single__WYSIWYG h6 {
    font-size: 15px;
  }
}
.topics-detail-content.single__WYSIWYG p {
  font-weight: 500;
  font-size: 1.11vw;
}
@media screen and (max-width: 1200px) {
  .topics-detail-content.single__WYSIWYG p {
    font-size: 1.5vw;
  }
}
@media screen and (max-width: 991px) {
  .topics-detail-content.single__WYSIWYG p {
    font-size: 16px;
  }
}
@media screen and (max-width: 499px) {
  .topics-detail-content.single__WYSIWYG p {
    font-size: 15px;
  }
}
.topics-detail-content.single__WYSIWYG p:has(+ p) {
  -webkit-margin-after: 1.66vw;
          margin-block-end: 1.66vw;
}
@media screen and (max-width: 1200px) {
  .topics-detail-content.single__WYSIWYG p:has(+ p) {
    -webkit-margin-after: 24px;
            margin-block-end: 24px;
  }
}
.topics-detail-content.single__WYSIWYG p.text-center,
.topics-detail-content.single__WYSIWYG p.has-text-align-center {
  text-align: center;
}
.topics-detail-content.single__WYSIWYG p.text-right,
.topics-detail-content.single__WYSIWYG p.has-text-align-right {
  text-align: right;
}
.topics-detail-content.single__WYSIWYG img.featured-image {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
.topics-detail-content.single__WYSIWYG figure {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  overflow: hidden;
  margin-top: 2rem !important;
  margin-bottom: 2rem !important;
}
.topics-detail-content.single__WYSIWYG figure.alignleft {
  float: left;
}
.topics-detail-content.single__WYSIWYG figure.alignright {
  float: right;
}
.topics-detail-content.single__WYSIWYG figure.aligncenter {
  margin-inline: auto;
}
.topics-detail-content.single__WYSIWYG figure figcaption {
  text-align: center;
  margin-top: 2rem;
}
.topics-detail-content.single__WYSIWYG p img {
  display: block;
  overflow: hidden;
}
.topics-detail-content.single__WYSIWYG p img.size-small {
  width: 35%;
}
.topics-detail-content.single__WYSIWYG p img.size-medium {
  width: 55%;
}
.topics-detail-content.single__WYSIWYG p img.size-large {
  width: 100%;
}
.topics-detail-content.single__WYSIWYG p img.alignleft {
  float: left;
}
.topics-detail-content.single__WYSIWYG p img.aligncenter {
  margin-inline: auto;
}
.topics-detail-content.single__WYSIWYG p img.alignright {
  float: right;
}
.topics-detail-content.single__WYSIWYG a {
  color: #32634B;
  text-decoration: underline;
  text-underline-offset: 0.2em;
}
.topics-detail-content.single__WYSIWYG a:hover {
  opacity: 0.8;
}
.topics-detail-content.single__WYSIWYG ul li {
  position: relative;
  padding-left: 0.8em;
}
.topics-detail-content.single__WYSIWYG ul li:after {
  position: absolute;
  content: "";
  left: 0;
  top: 50%;
  translate: 0 -50%;
  background: #32634B;
  width: 0.3rem;
  height: 0.3rem;
  border-radius: 50%;
}
.topics-detail-content.single__WYSIWYG ol {
  -webkit-padding-start: 0;
          padding-inline-start: 0;
  list-style-type: decimal-leading-zero;
  counter-reset: section;
}
.topics-detail-content.single__WYSIWYG ol li {
  position: relative;
  display: inline-block;
  width: 100%;
  margin-bottom: 0.5rem;
}
.topics-detail-content.single__WYSIWYG ol > li {
  position: relative;
  counter-increment: section;
  margin-bottom: 1em;
  font-size: 1.11vw;
}
@media screen and (max-width: 1200px) {
  .topics-detail-content.single__WYSIWYG ol > li {
    font-size: 1.5vw;
  }
}
@media screen and (max-width: 991px) {
  .topics-detail-content.single__WYSIWYG ol > li {
    font-size: 16px;
  }
}
@media screen and (max-width: 499px) {
  .topics-detail-content.single__WYSIWYG ol > li {
    font-size: 15px;
  }
}
.topics-detail-content.single__WYSIWYG ol > li:before {
  content: counter(section) ". ";
}
.topics-detail-content.single__WYSIWYG ol > li > ol {
  counter-reset: subsection;
  list-style-type: none;
  margin-top: 0.5rem;
  margin-left: 2rem;
  -webkit-margin-after: 0;
          margin-block-end: 0;
}
.topics-detail-content.single__WYSIWYG ol > li > ol > li {
  position: relative;
  counter-increment: subsection;
  font-weight: normal;
  font-size: 1.11vw;
}
@media screen and (max-width: 1200px) {
  .topics-detail-content.single__WYSIWYG ol > li > ol > li {
    font-size: 1.5vw;
  }
}
@media screen and (max-width: 991px) {
  .topics-detail-content.single__WYSIWYG ol > li > ol > li {
    font-size: 16px;
  }
}
@media screen and (max-width: 499px) {
  .topics-detail-content.single__WYSIWYG ol > li > ol > li {
    font-size: 15px;
  }
}
.topics-detail-content.single__WYSIWYG ol > li > ol > li:before {
  content: counter(section) "." counter(subsection) " ";
}

.topics-detail-post-nav {
  display: grid;
  grid-template-columns: repeat(3, 19.44vw);
  -webkit-column-gap: 4.16vw;
     -moz-column-gap: 4.16vw;
          column-gap: 4.16vw;
}
@media screen and (max-width: 1200px) {
  .topics-detail-post-nav {
    grid-template-columns: repeat(3, 240px);
    gap: 60px;
  }
}
@media screen and (max-width: 991px) {
  .topics-detail-post-nav {
    grid-template-columns: 1fr;
    row-gap: 20px;
  }
}

@media screen and (max-width: 991px) {
  .topics-detail-post-nav-btn {
    width: 100%;
    max-width: 400px;
    margin-inline: auto;
  }
}
.topics-detail-post-nav-btn:nth-child(1) {
  grid-row: 1/2;
  grid-column: 1/2;
}
@media screen and (max-width: 991px) {
  .topics-detail-post-nav-btn:nth-child(1) {
    grid-row: 1/2;
    grid-column: 1/2;
  }
}
.topics-detail-post-nav-btn:nth-child(2) {
  grid-row: 1/2;
  grid-column: 2/3;
}
@media screen and (max-width: 991px) {
  .topics-detail-post-nav-btn:nth-child(2) {
    grid-row: 3/4;
    grid-column: 1/2;
  }
}
.topics-detail-post-nav-btn:nth-child(3) {
  grid-row: 1/2;
  grid-column: 3/4;
}
@media screen and (max-width: 991px) {
  .topics-detail-post-nav-btn:nth-child(3) {
    grid-row: 2/3;
    grid-column: 1/2;
  }
}
.topics-detail-post-nav-btn .c-button {
  border-color: #000;
}
.topics-detail-post-nav-btn .c-button .text {
  color: #000;
  font-size: 1.11vw;
}
@media screen and (max-width: 1200px) {
  .topics-detail-post-nav-btn .c-button .text {
    font-size: 1.5vw;
  }
}
@media screen and (max-width: 991px) {
  .topics-detail-post-nav-btn .c-button .text {
    font-size: 16px;
  }
}
@media screen and (max-width: 499px) {
  .topics-detail-post-nav-btn .c-button .text {
    font-size: 15px;
  }
}
.topics-detail-post-nav-btn .c-button .arrow {
  border-color: transparent transparent transparent #000;
  font-size: 0.97vw;
}
@media screen and (max-width: 1200px) {
  .topics-detail-post-nav-btn .c-button .arrow {
    font-size: 1.25vw;
  }
}
@media screen and (max-width: 991px) {
  .topics-detail-post-nav-btn .c-button .arrow {
    font-size: 14px;
  }
}
@media screen and (max-width: 499px) {
  .topics-detail-post-nav-btn .c-button .arrow {
    font-size: 14px;
  }
}
.topics-detail-post-nav-btn .c-button .arrow-prev {
  border-color: transparent #000 transparent transparent;
  font-size: 0.97vw;
}
@media screen and (max-width: 1200px) {
  .topics-detail-post-nav-btn .c-button .arrow-prev {
    font-size: 1.25vw;
  }
}
@media screen and (max-width: 991px) {
  .topics-detail-post-nav-btn .c-button .arrow-prev {
    font-size: 14px;
  }
}
@media screen and (max-width: 499px) {
  .topics-detail-post-nav-btn .c-button .arrow-prev {
    font-size: 14px;
  }
}
.topics-detail-post-nav-btn:hover .c-button {
  border-color: #32634B;
}
.topics-detail-post-nav-btn:hover .c-button .text {
  color: #fff;
}
.topics-detail-post-nav-btn:hover .c-button .arrow {
  border-color: transparent transparent transparent #fff;
}
.topics-detail-post-nav-btn:hover .c-button .arrow-prev {
  border-color: transparent #fff transparent transparent;
}

.entry .second-subtitle-title {
  font-size: 2.22vw;
}
@media screen and (max-width: 1200px) {
  .entry .second-subtitle-title {
    font-size: 3vw;
  }
}
@media screen and (max-width: 991px) {
  .entry .second-subtitle-title {
    font-size: 32px;
  }
}
@media screen and (max-width: 499px) {
  .entry .second-subtitle-title {
    font-size: 28px;
  }
}

.entry-hero-section {
  position: relative;
  width: 100%;
  height: 100vh;
  padding: 0;
  background-color: #F6F5F3;
  overflow: hidden;
}
@media screen and (max-width: 499px) {
  .entry-hero-section {
    height: 60vh;
  }
}

.p-entyr-sec01 {
  position: relative;
  -webkit-padding-after: 7.5vw;
          padding-block-end: 7.5vw;
}
@media screen and (max-width: 1200px) {
  .p-entyr-sec01 {
    -webkit-padding-after: 9.5vw;
            padding-block-end: 9.5vw;
  }
}
@media screen and (max-width: 991px) {
  .p-entyr-sec01 {
    -webkit-padding-before: 45px;
            padding-block-start: 45px;
    -webkit-padding-after: 11vw;
            padding-block-end: 11vw;
  }
}
@media screen and (max-width: 499px) {
  .p-entyr-sec01 {
    -webkit-padding-after: 12vw;
            padding-block-end: 12vw;
  }
}

.entry-sec01-contents {
  display: grid;
  grid-template-columns: 1fr 1fr;
  -webkit-column-gap: 3.4vw;
     -moz-column-gap: 3.4vw;
          column-gap: 3.4vw;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
  position: relative;
  z-index: 20;
  -webkit-padding-after: 0;
          padding-block-end: 0;
  background-color: transparent;
}
@media screen and (max-width: 991px) {
  .entry-sec01-contents {
    grid-template-columns: 1fr;
  }
}

.entry-sec01-left {
  -webkit-padding-start: 2.22vw;
          padding-inline-start: 2.22vw;
  position: relative;
}

.entry-sec01-right {
  -webkit-padding-start: 24px;
          padding-inline-start: 24px;
}

.entry-sec01-title {
  position: absolute;
  top: -1em;
  left: 0;
  color: #fff;
  font-size: 2.22vw;
  line-height: 1;
}
@media screen and (max-width: 1200px) {
  .entry-sec01-title {
    font-size: 3vw;
  }
}
@media screen and (max-width: 991px) {
  .entry-sec01-title {
    font-size: 32px;
  }
}
@media screen and (max-width: 499px) {
  .entry-sec01-title {
    font-size: 28px;
  }
}
.entry-sec01-title span {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-weight: 500;
  background-color: #32634B;
  padding: 0.2em 1em;
}
.entry-sec01-title span:not(:first-child) {
  -webkit-margin-before: 0.5em;
          margin-block-start: 0.5em;
}

@media screen and (max-width: 991px) {
  .entry-sec01-img {
    max-width: 450px;
  }
}
.entry-sec01-img img {
  width: 100%;
  height: auto;
  display: block;
}

.entry-sec01-right-text {
  -webkit-margin-after: 1.25em;
          margin-block-end: 1.25em;
  font-weight: 500;
  line-height: 1.6;
  font-size: 1.11vw;
}
@media screen and (max-width: 1200px) {
  .entry-sec01-right-text {
    font-size: 1.5vw;
  }
}
@media screen and (max-width: 991px) {
  .entry-sec01-right-text {
    font-size: 16px;
  }
}
@media screen and (max-width: 499px) {
  .entry-sec01-right-text {
    font-size: 15px;
  }
}
@media screen and (max-width: 991px) {
  .entry-sec01-right-text {
    -webkit-margin-before: 2em;
            margin-block-start: 2em;
  }
}
.entry-sec01-right-text span {
  font-size: 1.56vw;
  line-height: 1;
}
@media screen and (max-width: 1200px) {
  .entry-sec01-right-text span {
    font-size: 2.0625vw;
  }
}
@media screen and (max-width: 991px) {
  .entry-sec01-right-text span {
    font-size: 22px;
  }
}
@media screen and (max-width: 499px) {
  .entry-sec01-right-text span {
    font-size: 22px;
  }
}

.entry-sec01-flow-text {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 10;
  width: 100%;
  overflow: hidden;
  padding: 20px 0;
  white-space: nowrap;
  color: #F6F5F3;
  font-weight: 400;
  font-size: 6.67vw;
}
@media screen and (max-width: 1200px) {
  .entry-sec01-flow-text {
    font-size: 8.75vw;
  }
}
@media screen and (max-width: 991px) {
  .entry-sec01-flow-text {
    font-size: 96px;
  }
}
@media screen and (max-width: 499px) {
  .entry-sec01-flow-text {
    font-size: 80px;
  }
}
.entry-sec01-flow-text .c-flow-text {
  -webkit-animation-duration: 60s;
          animation-duration: 60s;
}

.entry-anchor-list {
  -webkit-margin-before: 8.33vw;
          margin-block-start: 8.33vw;
  width: 100%;
  padding: 4.2% 5% 4.2% 5%;
  background-color: #FFF;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  -webkit-column-gap: 1.6vw;
     -moz-column-gap: 1.6vw;
          column-gap: 1.6vw;
  row-gap: 0.97vw;
  list-style: none;
  background: url(../img/entry/entry-anchor-bg.jpg) no-repeat center center/cover;
}
@media screen and (max-width: 1200px) {
  .entry-anchor-list {
    -webkit-margin-before: 100px;
            margin-block-start: 100px;
  }
}
@media screen and (max-width: 991px) {
  .entry-anchor-list {
    -webkit-margin-before: 60px;
            margin-block-start: 60px;
    grid-template-columns: repeat(2, 1fr);
    -webkit-column-gap: 2.5vw;
       -moz-column-gap: 2.5vw;
            column-gap: 2.5vw;
    row-gap: 2.5vw;
  }
}
@media screen and (max-width: 499px) {
  .entry-anchor-list {
    -webkit-margin-before: 30px;
            margin-block-start: 30px;
    grid-template-columns: 1fr;
  }
}

.entry-anchor-item {
  background-color: #fff;
  border: 1px solid #CCCCCC;
}

.entry-anchor-link {
  display: grid;
  grid-template-columns: 4.44vw 1fr;
  -webkit-column-gap: 0.69vw;
     -moz-column-gap: 0.69vw;
          column-gap: 0.69vw;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 100%;
  text-decoration: none;
  color: #000;
  font-size: 1.11vw;
  font-weight: 600;
  position: relative;
  padding: 1.18vw 1.81vw 2.99vw;
  position: relative;
}
@media screen and (max-width: 1200px) {
  .entry-anchor-link {
    grid-template-columns: 6vw 1fr;
    font-size: 1.5vw;
    padding-bottom: 3.5vw;
  }
}
@media screen and (max-width: 991px) {
  .entry-anchor-link {
    grid-template-columns: 1fr;
    font-size: clamp(1rem, 0.745rem + 0.81vw, 1.25rem);
    padding-bottom: 48px;
  }
}
@media screen and (max-width: 499px) {
  .entry-anchor-link {
    grid-template-columns: 12vw 1fr;
    font-size: 15px;
    padding-bottom: 1.18vw;
  }
}
.entry-anchor-link::after {
  content: "";
  display: block;
  position: absolute;
  width: 1.39vw;
  height: 1.39vw;
  background: url(../img/entry/entry-anchor-arrow.svg) no-repeat center center/100%;
  bottom: 1.25vw;
  left: 50%;
  translate: -50% 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media screen and (max-width: 1200px) {
  .entry-anchor-link::after {
    width: 1.875vw;
    height: 1.875vw;
  }
}
@media screen and (max-width: 991px) {
  .entry-anchor-link::after {
    width: 20px;
    height: 20px;
  }
}
@media screen and (max-width: 499px) {
  .entry-anchor-link::after {
    width: 20px;
    height: 20px;
    top: 50%;
    left: auto;
    right: 32px;
    translate: 0 -50%;
  }
}
.entry-anchor-link:hover {
  color: #000;
}
.entry-anchor-link:hover::after {
  translate: -50% 25%;
}
@media screen and (max-width: 499px) {
  .entry-anchor-link:hover::after {
    translate: 0 -50%;
  }
}

@media screen and (max-width: 991px) {
  .entry-anchor-img {
    width: 11vw;
    max-width: 100%;
    margin-inline: auto;
  }
}
@media screen and (max-width: 499px) {
  .entry-anchor-img {
    width: 12vw;
  }
}
.entry-anchor-img img {
  width: 100%;
  height: auto;
  display: block;
}

@media screen and (max-width: 991px) {
  .entry-anchor-text {
    text-align: center;
  }
}
@media screen and (max-width: 499px) {
  .entry-anchor-text {
    text-align: left;
    font-size: 15px;
    -webkit-margin-start: 1em;
            margin-inline-start: 1em;
  }
}

.entry-sec02-contents {
  padding-block: 6.94vw;
  background-color: #fff;
}
@media screen and (max-width: 1200px) {
  .entry-sec02-contents {
    padding-block: 80px;
  }
}
@media screen and (max-width: 991px) {
  .entry-sec02-contents {
    padding-block: 48px;
  }
}
@media screen and (max-width: 499px) {
  .entry-sec02-contents {
    padding-block: 30px;
  }
}

.entry-sec02-contents-inner {
  padding-inline: 5.55vw;
}
@media screen and (max-width: 1200px) {
  .entry-sec02-contents-inner {
    padding-inline: 70px;
  }
}
@media screen and (max-width: 991px) {
  .entry-sec02-contents-inner {
    padding-inline: 48px;
  }
}
@media screen and (max-width: 499px) {
  .entry-sec02-contents-inner {
    padding-inline: 20px;
  }
}

.entry-sec02-item-title {
  -webkit-padding-after: 1em;
          padding-block-end: 1em;
  border-bottom: 1px solid #ccc;
}

.entry-sec02-item01 {
  display: grid;
  grid-template-columns: 33.3vw 1fr;
  -webkit-column-gap: 2.25em;
     -moz-column-gap: 2.25em;
          column-gap: 2.25em;
  row-gap: 2em;
}
@media screen and (max-width: 991px) {
  .entry-sec02-item01 {
    grid-template-columns: 1fr;
  }
}

.entry-sec02-item01-title {
  grid-column: 1/2;
  grid-row: 1/2;
}
@media screen and (max-width: 991px) {
  .entry-sec02-item01-title {
    grid-column: 1/2;
    grid-row: 1/2;
  }
}

.entry-sec02-item01-text {
  grid-column: 1/2;
  grid-row: 2/3;
}
@media screen and (max-width: 991px) {
  .entry-sec02-item01-text {
    grid-column: 1/2;
    grid-row: 3/4;
  }
}

.entry-sec02-item01-img {
  grid-column: 2/3;
  grid-row: 1/3;
  -webkit-margin-before: 2.375em;
          margin-block-start: 2.375em;
}
@media screen and (max-width: 991px) {
  .entry-sec02-item01-img {
    grid-column: 1/2;
    grid-row: 2/3;
    -webkit-margin-before: 0;
            margin-block-start: 0;
    max-width: 450px;
    margin-inline: auto;
  }
}
.entry-sec02-item01-img img {
  width: 100%;
  height: auto;
  display: block;
}

.entry-sec02-item02,
.entry-sec02-item03 {
  -webkit-margin-before: 6.94vw;
          margin-block-start: 6.94vw;
}
@media screen and (max-width: 1200px) {
  .entry-sec02-item02,
  .entry-sec02-item03 {
    -webkit-margin-before: 80px;
            margin-block-start: 80px;
  }
}
@media screen and (max-width: 991px) {
  .entry-sec02-item02,
  .entry-sec02-item03 {
    -webkit-margin-before: 48px;
            margin-block-start: 48px;
  }
}
@media screen and (max-width: 499px) {
  .entry-sec02-item02,
  .entry-sec02-item03 {
    -webkit-margin-before: 30px;
            margin-block-start: 30px;
  }
}

.entry-sec02-flow-list-wrap {
  overflow: hidden;
  width: 100%;
}
.entry-sec02-flow-list-wrap .scroll-hint-icon {
  z-index: 999;
}

.entry-sec02-flow-list {
  width: 100%;
  min-width: 880px;
  -webkit-margin-before: 2.29vw;
          margin-block-start: 2.29vw;
  display: grid;
  grid-template-columns: 15.9% 16% 16% 16% 16% 19.1%;
  list-style: none;
  -webkit-padding-start: 0;
          padding-inline-start: 0;
}

.entry-sec02-flow-item {
  position: relative;
}
.entry-sec02-flow-item .entry-sec02-flow-task span {
  display: inline-block;
}
.entry-sec02-flow-item:nth-child(1) {
  z-index: 100;
}
.entry-sec02-flow-item:nth-child(2) {
  z-index: 90;
}
.entry-sec02-flow-item:nth-child(3) {
  z-index: 80;
}
.entry-sec02-flow-item:nth-child(4) {
  z-index: 70;
}
.entry-sec02-flow-item:nth-child(5) {
  z-index: 60;
}
.entry-sec02-flow-item:nth-child(6) {
  z-index: 50;
  -webkit-padding-end: 24px;
          padding-inline-end: 24px;
}
.entry-sec02-flow-item:nth-child(2) .entry-sec02-flow-task span, .entry-sec02-flow-item:nth-child(3) .entry-sec02-flow-task span, .entry-sec02-flow-item:nth-child(5) .entry-sec02-flow-task span, .entry-sec02-flow-item:nth-child(6) .entry-sec02-flow-task span {
  -webkit-padding-start: 1em;
          padding-inline-start: 1em;
}
.entry-sec02-flow-item:nth-child(4) .entry-sec02-flow-task span, .entry-sec02-flow-item:nth-child(6) .entry-sec02-flow-task span {
  -webkit-padding-start: 2em;
          padding-inline-start: 2em;
  white-space: nowrap;
  position: relative;
  z-index: 1;
}

.entry-sec02-flow-step {
  margin-inline: auto;
  width: 3.48vw;
  height: 3.48vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.2em;
  background-color: #558C71;
  border-radius: 50%;
  color: #fff;
  line-height: 1;
  font-size: 0.83vw;
}
@media screen and (max-width: 1200px) {
  .entry-sec02-flow-step {
    font-size: 1.125vw;
  }
}
@media screen and (max-width: 991px) {
  .entry-sec02-flow-step {
    font-size: 12px;
  }
}
@media screen and (max-width: 499px) {
  .entry-sec02-flow-step {
    font-size: 12px;
  }
}
@media screen and (max-width: 1200px) {
  .entry-sec02-flow-step {
    width: 50px;
    height: 50px;
  }
}
.entry-sec02-flow-step span {
  font-size: 1.25vw;
  font-weight: 700;
}
@media screen and (max-width: 1200px) {
  .entry-sec02-flow-step span {
    font-size: 1.3vw;
  }
}
@media screen and (max-width: 991px) {
  .entry-sec02-flow-step span {
    font-size: 18px;
  }
}
@media screen and (max-width: 499px) {
  .entry-sec02-flow-step span {
    font-size: 18px;
  }
}

.entry-sec02-flow-task {
  -webkit-margin-before: 1em;
          margin-block-start: 1em;
  width: 100%;
  --flow-task-height: 4.72vw;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #32634B;
  height: var(--flow-task-height);
  position: relative;
  z-index: 10;
  font-family: "Noto Sans JP", serif;
  color: #fff;
  font-weight: 700;
  line-height: 1.2;
  font-size: 1.11vw;
}
@media screen and (max-width: 1200px) {
  .entry-sec02-flow-task {
    --flow-task-height: 68px;
  }
}
@media screen and (max-width: 1200px) {
  .entry-sec02-flow-task {
    font-size: 1.5vw;
  }
}
@media screen and (max-width: 991px) {
  .entry-sec02-flow-task {
    font-size: 16px;
  }
}
@media screen and (max-width: 499px) {
  .entry-sec02-flow-task {
    font-size: 15px;
  }
}
@media screen and (max-width: 1200px) {
  .entry-sec02-flow-task {
    height: 68px;
  }
}
.entry-sec02-flow-task:before, .entry-sec02-flow-task:after {
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  position: absolute;
  top: 50%;
  left: calc(100% - 1px);
  translate: 0 -50%;
}
.entry-sec02-flow-task:after {
  border-width: calc(var(--flow-task-height) / 2) 0px calc(var(--flow-task-height) / 2) 20px;
  border-color: transparent transparent transparent #32634B;
}
.entry-sec02-flow-task:before {
  border-width: calc(var(--flow-task-height) / 2 + 5px) 0px calc(var(--flow-task-height) / 2 + 5px) 24px;
  border-color: transparent transparent transparent #FFF;
}
.entry-sec02-flow-task .flow-triangle {
  display: none;
  width: 0;
  height: 0;
  border-style: solid;
  position: absolute;
  top: 50%;
  left: -1px;
  translate: 0 -50%;
  border-width: calc(var(--flow-task-height) / 2 + 5px) 0px calc(var(--flow-task-height) / 2 + 5px) 24px;
  border-color: transparent transparent transparent #FFF;
}
@media screen and (max-width: 991px) {
  .entry-sec02-flow-task .flow-triangle {
    display: inline-block;
  }
}

.entry-sec02-swiper-inner {
  padding-inline: 1.38vw;
}
@media screen and (max-width: 1200px) {
  .entry-sec02-swiper-inner {
    padding-inline: 20px;
  }
}

.entry-sec02-item03-swiper {
  --swiper-pagination-color: #32634B;
  --swiper-pagination-bullet-horizontal-gap: 8px;
  --swiper-pagination-bullet-width: 0.55vw;
  --swiper-pagination-bullet-size: 0.55vw;
  -webkit-padding-after: 4.2vw;
          padding-block-end: 4.2vw;
  -webkit-margin-before: 3.48vw;
          margin-block-start: 3.48vw;
}
@media screen and (max-width: 1200px) {
  .entry-sec02-item03-swiper {
    --swiper-pagination-bullet-horizontal-gap: 8px;
    --swiper-pagination-bullet-width: 8px;
    --swiper-pagination-bullet-size: 8px;
  }
}
@media screen and (max-width: 991px) {
  .entry-sec02-item03-swiper {
    -webkit-padding-after: 50px;
            padding-block-end: 50px;
    -webkit-margin-before: 30px;
            margin-block-start: 30px;
  }
}

.entry-sec03 {
  background-color: #fff;
}

.entry-sec03-list {
  -webkit-margin-before: 3.47vw;
          margin-block-start: 3.47vw;
}
@media screen and (max-width: 1200px) {
  .entry-sec03-list {
    -webkit-margin-before: 50px;
            margin-block-start: 50px;
  }
}

.entry-sec03-item {
  position: relative;
}
.entry-sec03-item:not(:first-child) {
  -webkit-margin-before: 7.63vw;
          margin-block-start: 7.63vw;
}
@media screen and (max-width: 1200px) {
  .entry-sec03-item:not(:first-child) {
    -webkit-margin-before: 110px;
            margin-block-start: 110px;
  }
}
@media screen and (max-width: 991px) {
  .entry-sec03-item:not(:first-child) {
    -webkit-margin-before: 80px;
            margin-block-start: 80px;
  }
}
@media screen and (max-width: 499px) {
  .entry-sec03-item:not(:first-child) {
    -webkit-margin-before: 60px;
            margin-block-start: 60px;
  }
}

.entry-sec03-item-title {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  background-color: rgba(113, 195, 63, 0.1);
  padding: 0.5em 1.5em;
  position: absolute;
  top: 0;
  left: 0;
  font-family: "Noto Sans JP", serif;
  font-weight: 700;
  white-space: nowrap;
  font-size: 1.11vw;
}
@media screen and (max-width: 1200px) {
  .entry-sec03-item-title {
    font-size: 1.5vw;
  }
}
@media screen and (max-width: 991px) {
  .entry-sec03-item-title {
    font-size: 16px;
  }
}
@media screen and (max-width: 499px) {
  .entry-sec03-item-title {
    font-size: 15px;
  }
}
@media screen and (max-width: 991px) {
  .entry-sec03-item-title {
    position: static;
    -webkit-margin-after: 24px;
            margin-block-end: 24px;
  }
}

.entry-sec03-img {
  display: block;
  width: 100%;
  -webkit-margin-end: auto;
          margin-inline-end: auto;
}
@media (min-width: 1600px) {
  .entry-sec03-img {
    -webkit-margin-start: 6.66vw;
            margin-inline-start: 6.66vw;
  }
}
.entry-sec03-img img {
  width: 100%;
  height: auto;
  display: block;
  -webkit-margin-start: auto;
          margin-inline-start: auto;
}

.entry-sec03-img-01 {
  max-width: 922px;
}
@media screen and (max-width: 991px) {
  .entry-sec03-img-01 {
    max-width: 447px;
    margin-inline: auto;
  }
}
.entry-sec03-img-01 img {
  width: 100%;
  height: auto;
  display: block;
}

.entry-sec03-img-02 {
  max-width: 1016px;
}
@media screen and (max-width: 991px) {
  .entry-sec03-img-02 {
    max-width: 447px;
    margin-inline: auto;
  }
}
.entry-sec03-img-02 img {
  width: 100%;
  height: auto;
  display: block;
}

.entry-sec04 {
  background-color: #FFF;
}

.entry-sec04-contents {
  display: grid;
  grid-template-columns: 1fr minmax(33.33vw, 480px);
  -webkit-column-gap: 8.33vw;
     -moz-column-gap: 8.33vw;
          column-gap: 8.33vw;
  width: 100%;
  margin: 0;
  padding: 0 5% 4% 0;
  overflow: hidden;
}
@media screen and (max-width: 991px) {
  .entry-sec04-contents {
    grid-template-columns: 100%;
    padding: 0 5% 4% 5%;
  }
}

.entry-sec04-image-area {
  position: relative;
  height: 51.66vw;
  -webkit-margin-before: 4.2vw;
          margin-block-start: 4.2vw;
}
@media screen and (max-width: 991px) {
  .entry-sec04-image-area {
    display: none;
  }
}
.entry-sec04-image-area *:nth-child(1) {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 10;
  width: 25.5vw;
}
.entry-sec04-image-area *:nth-child(2) {
  position: absolute;
  top: 30vw;
  left: 0;
  z-index: 10;
  width: 21.38vw;
}
.entry-sec04-image-area *:nth-child(3) {
  position: absolute;
  top: 5vw;
  left: 0;
  z-index: 5;
  display: block;
  width: 26.52vw;
  height: auto;
  aspect-ratio: 382/529;
  background: rgb(234, 239, 237);
}
.entry-sec04-image-area *:nth-child(4) {
  position: absolute;
  top: 25vw;
  left: 0;
  z-index: 4;
  display: block;
  width: 31.11vw;
  aspect-ratio: 448/390;
  background: rgba(234, 239, 237, 0.3);
}

.entry-sec04-img img {
  width: 100%;
  height: auto;
  display: block;
}

.entry-sec04-content-area {
  width: 100%;
}

.entry-sec04-item-title-prefix {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  gap: 0.5em;
  color: #32634B;
  font-weight: 500;
  line-height: 1.3;
  font-size: 1.11vw;
}
@media screen and (max-width: 1200px) {
  .entry-sec04-item-title-prefix {
    font-size: 1.5vw;
  }
}
@media screen and (max-width: 991px) {
  .entry-sec04-item-title-prefix {
    font-size: 16px;
  }
}
@media screen and (max-width: 499px) {
  .entry-sec04-item-title-prefix {
    font-size: 15px;
  }
}
.entry-sec04-item-title-prefix span {
  line-height: 1;
  font-size: 2.78vw;
}
@media screen and (max-width: 1200px) {
  .entry-sec04-item-title-prefix span {
    font-size: 4vw;
  }
}
@media screen and (max-width: 991px) {
  .entry-sec04-item-title-prefix span {
    font-size: 40px;
  }
}
@media screen and (max-width: 499px) {
  .entry-sec04-item-title-prefix span {
    font-size: 36px;
  }
}

.entry-sec04-item-title-text {
  margin-block: 2.22vw 0;
  padding: 0.5em 1em;
  background-color: #32634B;
  color: #fff;
  font-weight: 700;
  line-height: 1;
  font-size: 1.39vw;
}
@media screen and (max-width: 1200px) {
  .entry-sec04-item-title-text {
    font-size: 1.875vw;
  }
}
@media screen and (max-width: 991px) {
  .entry-sec04-item-title-text {
    font-size: 20px;
  }
}
@media screen and (max-width: 499px) {
  .entry-sec04-item-title-text {
    font-size: 20px;
  }
}
@media screen and (max-width: 1200px) {
  .entry-sec04-item-title-text {
    -webkit-margin-before: 32px;
            margin-block-start: 32px;
  }
}

.entry-sec04-item-info {
  -webkit-margin-before: 0.83vw;
          margin-block-start: 0.83vw;
}
@media screen and (max-width: 1200px) {
  .entry-sec04-item-info {
    -webkit-margin-before: 12px;
            margin-block-start: 12px;
  }
}

.entry-sec04-item-name {
  display: block;
  font-weight: 700;
  line-height: 1.3;
  font-size: 1.39vw;
}
@media screen and (max-width: 1200px) {
  .entry-sec04-item-name {
    font-size: 1.875vw;
  }
}
@media screen and (max-width: 991px) {
  .entry-sec04-item-name {
    font-size: 20px;
  }
}
@media screen and (max-width: 499px) {
  .entry-sec04-item-name {
    font-size: 20px;
  }
}

.entry-sec04-item-position,
.entry-sec04-item-date {
  display: block;
  font-weight: 500;
  line-height: 1.6;
  font-size: 1.11vw;
}
@media screen and (max-width: 1200px) {
  .entry-sec04-item-position,
  .entry-sec04-item-date {
    font-size: 1.5vw;
  }
}
@media screen and (max-width: 991px) {
  .entry-sec04-item-position,
  .entry-sec04-item-date {
    font-size: 16px;
  }
}
@media screen and (max-width: 499px) {
  .entry-sec04-item-position,
  .entry-sec04-item-date {
    font-size: 15px;
  }
}

.entry-sec04-item_faq_list {
  margin-top: 2.22vw;
  text-align: left;
}
@media screen and (max-width: 1200px) {
  .entry-sec04-item_faq_list {
    margin-top: 32px;
  }
}

.entry-sec04-faq-item {
  background-color: #fff;
  position: relative;
}
.entry-sec04-faq-item:not(:first-child) {
  margin-top: 2.22vw;
}
@media screen and (max-width: 1200px) {
  .entry-sec04-faq-item:not(:first-child) {
    margin-top: 32px;
  }
}

.entry-sec04-faq-item__q,
.entry-sec04-faq-voice-title {
  padding: 1em 4em 1em 1.5em;
  background-color: #F7F7F7;
  border-radius: 0.69vw;
  cursor: pointer;
  position: relative;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
@media screen and (max-width: 1200px) {
  .entry-sec04-faq-item__q,
  .entry-sec04-faq-voice-title {
    border-radius: 10px;
  }
}
@media (hover: hover) {
  .entry-sec04-faq-item__q:hover,
  .entry-sec04-faq-voice-title:hover {
    opacity: 0.8;
  }
}
.entry-sec04-faq-item__q::before, .entry-sec04-faq-item__q::after,
.entry-sec04-faq-voice-title::before,
.entry-sec04-faq-voice-title::after {
  content: "";
  display: inline-block;
  width: 21px;
  height: 3px;
  background-color: #32634B;
  position: absolute;
  top: 50%;
  right: 35px;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.entry-sec04-faq-item__q::after,
.entry-sec04-faq-voice-title::after {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
.is-open .entry-sec04-faq-item__q::after,
.is-open .entry-sec04-faq-voice-title::after {
  -webkit-transform: rotate(0);
          transform: rotate(0);
}

.entry-sec04-faq-item__a {
  display: none;
  -webkit-margin-before: 2em;
          margin-block-start: 2em;
  padding: 0 1.5em;
}

.entry-sec04-faq-item__text {
  position: relative;
  -webkit-padding-start: 3.75em;
          padding-inline-start: 3.75em;
  margin: 0;
  color: #32634B;
  font-weight: 500;
  line-height: 1.6;
  font-size: 1.11vw;
}
@media screen and (max-width: 1200px) {
  .entry-sec04-faq-item__text {
    font-size: 1.5vw;
  }
}
@media screen and (max-width: 991px) {
  .entry-sec04-faq-item__text {
    font-size: 16px;
  }
}
@media screen and (max-width: 499px) {
  .entry-sec04-faq-item__text {
    font-size: 15px;
  }
}
.entry-sec04-faq-item__q .entry-sec04-faq-item__text {
  font-weight: 700;
}
.entry-sec04-faq-item__q .entry-sec04-faq-item__text {
  letter-spacing: 0.04em;
}
.entry-sec04-faq-item__text::before {
  display: grid;
  place-items: center;
  width: 2em;
  height: 2em;
  border-radius: 50%;
  font-size: 1.25vw;
  position: absolute;
  left: 0;
  color: #fff;
  font-weight: 700;
}
@media screen and (max-width: 1200px) {
  .entry-sec04-faq-item__text::before {
    font-size: 1.3vw;
  }
}
@media screen and (max-width: 991px) {
  .entry-sec04-faq-item__text::before {
    font-size: 18px;
  }
}
@media screen and (max-width: 499px) {
  .entry-sec04-faq-item__text::before {
    font-size: 18px;
  }
}
.entry-sec04-faq-item__q .entry-sec04-faq-item__text::before {
  background-color: #32634B;
  content: "Q";
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.entry-sec04-faq-item__a .entry-sec04-faq-item__text::before {
  background-color: #FF0909;
  content: "A";
  top: 0;
}

.entry-sec04-faq-voice-title {
  background-color: #32634B;
  color: #fff;
  font-weight: 700;
}
.entry-sec04-faq-voice-title::before, .entry-sec04-faq-voice-title::after {
  background-color: #fff;
}

.entry-sec04-faq-voice-desc {
  display: none;
  -webkit-margin-before: 2em;
          margin-block-start: 2em;
  padding: 0 1.5em;
  color: #32634B;
  font-weight: 500;
}

.entry-sec04-faq-voice__text {
  margin: 0;
  line-height: 1.6;
  font-size: 1.11vw;
}
@media screen and (max-width: 1200px) {
  .entry-sec04-faq-voice__text {
    font-size: 1.5vw;
  }
}
@media screen and (max-width: 991px) {
  .entry-sec04-faq-voice__text {
    font-size: 16px;
  }
}
@media screen and (max-width: 499px) {
  .entry-sec04-faq-voice__text {
    font-size: 15px;
  }
}

.entry-sec04-swiper {
  -webkit-padding-after: 4.16vw;
          padding-block-end: 4.16vw;
}
@media screen and (max-width: 1200px) {
  .entry-sec04-swiper {
    -webkit-padding-after: 60px;
            padding-block-end: 60px;
  }
}
.entry-sec04-swiper .swiper-pagination {
  top: auto;
  bottom: 0.2em;
  font-size: 1.11vw;
}
@media screen and (max-width: 1200px) {
  .entry-sec04-swiper .swiper-pagination {
    font-size: 1.5vw;
  }
}
@media screen and (max-width: 991px) {
  .entry-sec04-swiper .swiper-pagination {
    font-size: 16px;
  }
}
@media screen and (max-width: 499px) {
  .entry-sec04-swiper .swiper-pagination {
    font-size: 15px;
  }
}
@media screen and (max-width: 499px) {
  .entry-sec04-swiper .swiper-pagination {
    font-size: 13px;
  }
}
.entry-sec04-swiper .swiper-button-prev,
.entry-sec04-swiper .swiper-button-next {
  top: auto;
  bottom: 0.2em;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: auto;
  -webkit-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
  color: #32634B;
  text-decoration: underline;
  text-underline-offset: 0.2em;
  white-space: nowrap;
  font-weight: 500;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  font-size: 1.11vw;
}
@media screen and (max-width: 1200px) {
  .entry-sec04-swiper .swiper-button-prev,
  .entry-sec04-swiper .swiper-button-next {
    font-size: 1.5vw;
  }
}
@media screen and (max-width: 991px) {
  .entry-sec04-swiper .swiper-button-prev,
  .entry-sec04-swiper .swiper-button-next {
    font-size: 16px;
  }
}
@media screen and (max-width: 499px) {
  .entry-sec04-swiper .swiper-button-prev,
  .entry-sec04-swiper .swiper-button-next {
    font-size: 15px;
  }
}
@media (max-width: 413px) {
  .entry-sec04-swiper .swiper-button-prev,
  .entry-sec04-swiper .swiper-button-next {
    font-size: 13px;
  }
}
.entry-sec04-swiper .swiper-button-prev:hover,
.entry-sec04-swiper .swiper-button-next:hover {
  opacity: 0.8;
}
.entry-sec04-swiper .swiper-button-prev:after,
.entry-sec04-swiper .swiper-button-next:after {
  content: none;
}
.entry-sec04-swiper .swiper-button-prev.swiper-button-disabled,
.entry-sec04-swiper .swiper-button-next.swiper-button-disabled {
  opacity: 0;
  visibility: hidden;
}
.entry-sec05-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  -webkit-column-gap: 3.625vw;
     -moz-column-gap: 3.625vw;
          column-gap: 3.625vw;
  row-gap: 6.94vw;
}
@media screen and (max-width: 1200px) {
  .entry-sec05-list {
    -webkit-column-gap: 58px;
       -moz-column-gap: 58px;
            column-gap: 58px;
    row-gap: 80px;
  }
}
@media screen and (max-width: 991px) {
  .entry-sec05-list {
    grid-template-columns: min(100%, 760px);
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.entry-sec05-item {
  -webkit-margin-before: 1.38vw;
          margin-block-start: 1.38vw;
}
@media screen and (max-width: 1200px) {
  .entry-sec05-item {
    -webkit-margin-before: 20px;
            margin-block-start: 20px;
  }
}

.entry-sec05-item-img {
  width: 6.94vw;
  margin-inline: auto;
}
@media screen and (max-width: 1200px) {
  .entry-sec05-item-img {
    width: 100px;
  }
}
.entry-sec05-item-img img {
  width: 100%;
  height: auto;
  display: block;
}

.entry-sec05-item-head {
  -webkit-margin-before: 1.38vw;
          margin-block-start: 1.38vw;
  display: grid;
  grid-template-columns: 2.77vw -webkit-max-content;
  grid-template-columns: 2.77vw max-content;
  place-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 1em;
     -moz-column-gap: 1em;
          column-gap: 1em;
  -webkit-padding-after: 0.75em;
          padding-block-end: 0.75em;
  border-bottom: 1px solid #ccc;
}
@media screen and (max-width: 1200px) {
  .entry-sec05-item-head {
    -webkit-margin-before: 20px;
            margin-block-start: 20px;
    grid-template-columns: 40px 1fr;
  }
}

.entry-sec05-item-no {
  display: grid;
  place-items: center;
  width: 2.77vw;
  height: 2.77vw;
  background-color: #32634B;
  border-radius: 50%;
  color: #fff;
  font-weight: 500;
  font-size: 1.11vw;
}
@media screen and (max-width: 1200px) {
  .entry-sec05-item-no {
    font-size: 1.5vw;
  }
}
@media screen and (max-width: 991px) {
  .entry-sec05-item-no {
    font-size: 16px;
  }
}
@media screen and (max-width: 499px) {
  .entry-sec05-item-no {
    font-size: 15px;
  }
}
@media screen and (max-width: 1200px) {
  .entry-sec05-item-no {
    width: 40px;
    height: 40px;
  }
}

.entry-sec05-item-title {
  margin: 0;
  color: #32634B;
  font-weight: 600;
  line-height: 1.4;
  font-size: 1.67vw;
}
@media screen and (max-width: 1200px) {
  .entry-sec05-item-title {
    font-size: 2.25vw;
  }
}
@media screen and (max-width: 991px) {
  .entry-sec05-item-title {
    font-size: 24px;
  }
}
@media screen and (max-width: 499px) {
  .entry-sec05-item-title {
    font-size: 20px;
  }
}

.entry-sec05-item-body {
  -webkit-margin-before: 2em;
          margin-block-start: 2em;
}

.entry-sec05-item-text {
  margin: 0;
  font-weight: 500;
  line-height: 1.6;
  font-size: 1.11vw;
}
@media screen and (max-width: 1200px) {
  .entry-sec05-item-text {
    font-size: 1.5vw;
  }
}
@media screen and (max-width: 991px) {
  .entry-sec05-item-text {
    font-size: 16px;
  }
}
@media screen and (max-width: 499px) {
  .entry-sec05-item-text {
    font-size: 15px;
  }
}

.entry-sec05-item-list {
  -webkit-margin-before: 1em;
          margin-block-start: 1em;
  -webkit-padding-start: 0;
          padding-inline-start: 0;
  list-style: none;
  display: grid;
  grid-template-columns: repeat(2, -webkit-max-content);
  grid-template-columns: repeat(2, max-content);
  grid-template-rows: repeat(3, 1fr);
  grid-auto-flow: column;
  -webkit-column-gap: 2em;
     -moz-column-gap: 2em;
          column-gap: 2em;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
}
@media screen and (max-width: 991px) {
  .entry-sec05-item-list {
    -webkit-column-gap: 1.5em;
       -moz-column-gap: 1.5em;
            column-gap: 1.5em;
  }
}
@media screen and (max-width: 499px) {
  .entry-sec05-item-list {
    grid-template-columns: -webkit-max-content;
    grid-template-columns: max-content;
    grid-template-rows: repeat(6, 1fr);
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.entry-sec05-item-list-item {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  -webkit-margin-before: 0.25em;
          margin-block-start: 0.25em;
  -webkit-padding-start: 0.8em;
          padding-inline-start: 0.8em;
  position: relative;
  font-weight: 500;
  line-height: 1.6;
  font-size: 1.11vw;
}
@media screen and (max-width: 1200px) {
  .entry-sec05-item-list-item {
    font-size: 1.5vw;
  }
}
@media screen and (max-width: 991px) {
  .entry-sec05-item-list-item {
    font-size: 16px;
  }
}
@media screen and (max-width: 499px) {
  .entry-sec05-item-list-item {
    font-size: 15px;
  }
}
.entry-sec05-item-list-item::before {
  content: "";
  display: block;
  width: 0.5em;
  height: 0.5em;
  background-color: #ccc;
  border-radius: 50%;
  position: absolute;
  top: 0;
  left: 0;
  translate: 0 0.5em;
}

.entry-slider-section {
  -webkit-margin-before: 80px;
          margin-block-start: 80px;
}
.entry-slider-section .scroll-left li img, .entry-slider-section .scroll-right li img {
  border-radius: 0;
}

.entry-sec06 {
  position: relative;
  -webkit-padding-after: 10.7vw;
          padding-block-end: 10.7vw;
}
@media screen and (max-width: 1200px) {
  .entry-sec06 {
    -webkit-padding-after: 154px;
            padding-block-end: 154px;
  }
}
@media screen and (max-width: 499px) {
  .entry-sec06 {
    -webkit-padding-after: 120px;
            padding-block-end: 120px;
  }
}
.entry-sec06 .l-contents-section {
  -webkit-margin-before: 2.77vw;
          margin-block-start: 2.77vw;
}
@media screen and (max-width: 1200px) {
  .entry-sec06 .l-contents-section {
    -webkit-margin-before: 40px;
            margin-block-start: 40px;
  }
}

.entry-sec06-conents {
  -webkit-margin-before: 4.44vw;
          margin-block-start: 4.44vw;
}
@media screen and (max-width: 1200px) {
  .entry-sec06-conents {
    -webkit-margin-before: 64px;
            margin-block-start: 64px;
  }
}
@media screen and (max-width: 499px) {
  .entry-sec06-conents {
    -webkit-margin-before: 32px;
            margin-block-start: 32px;
  }
}

.entry-sec06-img {
  display: block;
  max-width: 840px;
  margin-inline: auto;
}
@media screen and (max-width: 991px) {
  .entry-sec06-img {
    max-width: 288px;
  }
}
.entry-sec06-img img {
  width: 100%;
  height: auto;
  display: block;
}

.entry-sec06-flow-text {
  position: absolute;
  bottom: 0;
  left: 0;
  translate: 0 40%;
  z-index: 10;
  width: 100%;
  overflow: hidden;
  padding: 20px 0;
  white-space: nowrap;
  color: rgba(113, 195, 63, 0.1);
  font-weight: 400;
  font-size: 6.67vw;
}
@media screen and (max-width: 1200px) {
  .entry-sec06-flow-text {
    font-size: 8.75vw;
  }
}
@media screen and (max-width: 991px) {
  .entry-sec06-flow-text {
    font-size: 96px;
  }
}
@media screen and (max-width: 499px) {
  .entry-sec06-flow-text {
    font-size: 80px;
  }
}
.entry-sec06-flow-text .c-flow-text {
  -webkit-animation-duration: 60s;
          animation-duration: 60s;
}

.entry-sec07 .l-contents-section {
  background: -webkit-gradient(linear, left top, left bottom, from(#EAEFED), color-stop(93%, #EAEFED), color-stop(93%, #32634B), to(#32634B));
  background: linear-gradient(to bottom, #EAEFED 0%, #EAEFED 93%, #32634B 93%, #32634B 100%);
}

.entry-sec07-contents {
  -webkit-margin-before: 4.44vw;
          margin-block-start: 4.44vw;
}
@media screen and (max-width: 1200px) {
  .entry-sec07-contents {
    -webkit-margin-before: 64px;
            margin-block-start: 64px;
  }
}
@media screen and (max-width: 499px) {
  .entry-sec07-contents {
    -webkit-margin-before: 32px;
            margin-block-start: 32px;
  }
}

.entry-sec07-tab-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  -webkit-column-gap: 0.5em;
     -moz-column-gap: 0.5em;
          column-gap: 0.5em;
}
@media screen and (max-width: 991px) {
  .entry-sec07-tab-list {
    grid-template-columns: 3fr 3fr 1fr;
  }
}

.entry-sec07-tab-button {
  width: 100%;
  height: 4.93vw;
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  border-radius: 1.38vw 1.38vw 0 0;
  background-color: #32634B;
  color: #fff;
  font-weight: 700;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  font-size: 1.25vw;
}
@media screen and (max-width: 1200px) {
  .entry-sec07-tab-button {
    font-size: 1.3vw;
  }
}
@media screen and (max-width: 991px) {
  .entry-sec07-tab-button {
    font-size: 18px;
  }
}
@media screen and (max-width: 499px) {
  .entry-sec07-tab-button {
    font-size: 18px;
  }
}
@media screen and (max-width: 1200px) {
  .entry-sec07-tab-button {
    border-radius: 20px 20px 0 0;
  }
}
@media screen and (max-width: 1200px) {
  .entry-sec07-tab-button {
    height: 68px;
  }
}
.entry-sec07-tab-button:hover {
  background-color: #fff;
  color: #32634B;
}
.entry-sec07-tab-button.is-active {
  background-color: #fff;
  color: #32634B;
  pointer-events: none;
}

.entry-sec07-tab-panel-area {
  -webkit-margin-before: -1px;
          margin-block-start: -1px;
  position: relative;
  z-index: 10;
  padding: 7.5vw 8.33vw 8.33vw;
  background-color: #fff;
}
@media screen and (max-width: 1200px) {
  .entry-sec07-tab-panel-area {
    padding: 108px 120px 120px;
  }
}
@media screen and (max-width: 991px) {
  .entry-sec07-tab-panel-area {
    padding: 60px 40px 60px;
  }
}
@media screen and (max-width: 499px) {
  .entry-sec07-tab-panel-area {
    padding: 30px 20px 30px;
  }
}

.entry-sec07-require-list {
  margin: 0;
  border-top: 1px solid #ccc;
  padding: 1.6em 1em;
  display: grid;
  grid-template-columns: 16.66vw 1fr;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 991px) {
  .entry-sec07-require-list {
    grid-template-columns: 140px 1fr;
  }
}
@media (max-width: 749px) {
  .entry-sec07-require-list {
    grid-template-columns: 1fr;
    padding: 1em;
  }
}
.entry-sec07-require-list:last-child {
  border-bottom: 1px solid #ccc;
}

.entry-sec07-require-item-title {
  margin: 0;
  color: #000;
  font-weight: 700;
  letter-spacing: 0.04em;
  font-size: 1.11vw;
}
@media screen and (max-width: 1200px) {
  .entry-sec07-require-item-title {
    font-size: 1.5vw;
  }
}
@media screen and (max-width: 991px) {
  .entry-sec07-require-item-title {
    font-size: 16px;
  }
}
@media screen and (max-width: 499px) {
  .entry-sec07-require-item-title {
    font-size: 15px;
  }
}

.entry-sec07-require-item-text {
  margin: 0;
  color: #000;
  font-weight: 500;
  letter-spacing: 0.04em;
  font-size: 1.11vw;
}
@media screen and (max-width: 1200px) {
  .entry-sec07-require-item-text {
    font-size: 1.5vw;
  }
}
@media screen and (max-width: 991px) {
  .entry-sec07-require-item-text {
    font-size: 16px;
  }
}
@media screen and (max-width: 499px) {
  .entry-sec07-require-item-text {
    font-size: 15px;
  }
}
@media (max-width: 749px) {
  .entry-sec07-require-item-text {
    -webkit-margin-before: 1em;
            margin-block-start: 1em;
  }
}

.entry-sec07-require-item-list {
  list-style: none;
  list-style-position: inside;
}

.entry-sec07-require-item-list-item {
  -webkit-padding-start: 1em;
          padding-inline-start: 1em;
  position: relative;
}
.entry-sec07-require-item-list-item::before {
  content: "・";
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  font-size: 1.11vw;
}
@media screen and (max-width: 1200px) {
  .entry-sec07-require-item-list-item::before {
    font-size: 1.5vw;
  }
}
@media screen and (max-width: 991px) {
  .entry-sec07-require-item-list-item::before {
    font-size: 16px;
  }
}
@media screen and (max-width: 499px) {
  .entry-sec07-require-item-list-item::before {
    font-size: 15px;
  }
}

.entry-sec07-cta {
  padding: 0 0 2.22vw;
  background-color: #32634B;
  text-align: center;
}
@media screen and (max-width: 1200px) {
  .entry-sec07-cta {
    padding: 32px 0;
  }
}
.entry-sec07-cta .l-contents-section {
  -webkit-padding-before: 0;
          padding-block-start: 0;
  background: #32634B;
}

.entry-sec07-cta-title {
  color: #98B1A5;
  line-height: 1;
  font-size: 6.67vw;
}
@media screen and (max-width: 1200px) {
  .entry-sec07-cta-title {
    font-size: 8.75vw;
  }
}
@media screen and (max-width: 991px) {
  .entry-sec07-cta-title {
    font-size: 96px;
  }
}
@media screen and (max-width: 499px) {
  .entry-sec07-cta-title {
    font-size: 80px;
  }
}

.entry-sec07-cta-btn {
  -webkit-margin-before: 3.33vw;
          margin-block-start: 3.33vw;
  max-width: 82.21%;
  margin-inline: auto;
}
@media screen and (max-width: 1200px) {
  .entry-sec07-cta-btn {
    -webkit-margin-before: 46px;
            margin-block-start: 46px;
  }
}
@media screen and (max-width: 499px) {
  .entry-sec07-cta-btn {
    max-width: 90%;
  }
}
.entry-sec07-cta-btn .c-button:before {
  background-color: #be272f;
}

.n404-title {
  font-weight: 700;
  line-height: 1.2;
  font-size: 2.22vw;
}
@media screen and (max-width: 1200px) {
  .n404-title {
    font-size: 3vw;
  }
}
@media screen and (max-width: 991px) {
  .n404-title {
    font-size: 32px;
  }
}
@media screen and (max-width: 499px) {
  .n404-title {
    font-size: 28px;
  }
}
@media screen and (max-width: 499px) {
  .n404-title {
    font-size: 1.67vw;
  }
}
@media screen and (max-width: 499px) and (max-width: 1200px) {
  .n404-title {
    font-size: 2.25vw;
  }
}
@media screen and (max-width: 499px) and (max-width: 991px) {
  .n404-title {
    font-size: 24px;
  }
}
@media screen and (max-width: 499px) and (max-width: 499px) {
  .n404-title {
    font-size: 20px;
  }
}

.n404-text {
  -webkit-margin-before: 3em;
          margin-block-start: 3em;
  font-size: 1.25vw;
  line-height: 1.6;
}
@media screen and (max-width: 1200px) {
  .n404-text {
    font-size: 1.3vw;
  }
}
@media screen and (max-width: 991px) {
  .n404-text {
    font-size: 18px;
  }
}
@media screen and (max-width: 499px) {
  .n404-text {
    font-size: 18px;
  }
}
@media screen and (max-width: 499px) {
  .n404-text {
    -webkit-margin-before: 2em;
            margin-block-start: 2em;
    font-size: 1.11vw;
  }
}
@media screen and (max-width: 499px) and (max-width: 1200px) {
  .n404-text {
    font-size: 1.5vw;
  }
}
@media screen and (max-width: 499px) and (max-width: 991px) {
  .n404-text {
    font-size: 16px;
  }
}
@media screen and (max-width: 499px) and (max-width: 499px) {
  .n404-text {
    font-size: 15px;
  }
}

.n404-btn {
  -webkit-margin-before: 3em;
          margin-block-start: 3em;
  width: 100%;
  max-width: 500px;
  margin-inline: auto;
}
@media screen and (max-width: 499px) {
  .n404-btn {
    -webkit-margin-before: 2em;
            margin-block-start: 2em;
  }
  .n404-btn .c-button {
    height: 60px;
  }
}

.faq-sec02 {
  -webkit-padding-before: 3.33vw;
          padding-block-start: 3.33vw;
  border-top: 1px solid #ccc;
}
@media screen and (max-width: 1200px) {
  .faq-sec02 {
    -webkit-padding-before: 40px;
            padding-block-start: 40px;
  }
}
@media screen and (max-width: 499px) {
  .faq-sec02 {
    -webkit-padding-before: 30px;
            padding-block-start: 30px;
  }
}

.faq-list {
  -webkit-margin-before: 2.22vw;
          margin-block-start: 2.22vw;
}
@media screen and (max-width: 1200px) {
  .faq-list {
    -webkit-margin-before: 32px;
            margin-block-start: 32px;
  }
}
@media screen and (max-width: 499px) {
  .faq-list {
    -webkit-margin-before: 24px;
            margin-block-start: 24px;
  }
}

.faq-item {
  background-color: #fff;
  position: relative;
}
.faq-item:not(:first-child) {
  margin-top: 2.22vw;
}
@media screen and (max-width: 1200px) {
  .faq-item:not(:first-child) {
    margin-top: 32px;
  }
}

.faq-item__q {
  padding: 2.25em 2em 2.25em 1.5em;
  background-color: #F6F5F3;
  cursor: pointer;
  position: relative;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
@media screen and (max-width: 991px) {
  .faq-item__q {
    padding: 1.5em 1.5em 1.5em 1.25em;
  }
}
@media (hover: hover) {
  .faq-item__q:hover {
    opacity: 0.8;
  }
}
.faq-item__q::before, .faq-item__q::after {
  content: "";
  display: inline-block;
  width: 25px;
  height: 1px;
  background-color: #000;
  position: absolute;
  top: 50%;
  left: 35px;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
@media screen and (max-width: 991px) {
  .faq-item__q::before, .faq-item__q::after {
    left: 20px;
  }
}
.faq-item__q::after {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
.is-open .faq-item__q::after {
  -webkit-transform: rotate(0);
          transform: rotate(0);
}

.faq-item__a {
  display: none;
  -webkit-padding-after: 2em;
          padding-block-end: 2em;
  padding-inline: 1.5em;
  background-color: #F6F5F3;
}

.faq-item__text {
  position: relative;
  -webkit-padding-start: 3.75em;
          padding-inline-start: 3.75em;
  margin: 0;
  font-weight: 500;
  line-height: 1.6;
  font-size: 1.25vw;
}
@media screen and (max-width: 1200px) {
  .faq-item__text {
    font-size: 1.3vw;
  }
}
@media screen and (max-width: 991px) {
  .faq-item__text {
    font-size: 18px;
  }
}
@media screen and (max-width: 499px) {
  .faq-item__text {
    font-size: 18px;
  }
}
@media screen and (max-width: 991px) {
  .faq-item__text {
    -webkit-padding-start: 2.5em;
            padding-inline-start: 2.5em;
  }
}
.faq-item__q .faq-item__text {
  font-weight: 700;
}
.faq-item__q .faq-item__text {
  letter-spacing: 0.04em;
}

.study-sec01 {
  -webkit-margin-before: 6.94vw;
          margin-block-start: 6.94vw;
}
@media screen and (max-width: 1200px) {
  .study-sec01 {
    -webkit-margin-before: 80px;
            margin-block-start: 80px;
  }
}
@media screen and (max-width: 499px) {
  .study-sec01 {
    -webkit-margin-before: 60px;
            margin-block-start: 60px;
  }
}
.study-sec01 .c-sec-title-32 {
  -webkit-padding-after: 0;
          padding-block-end: 0;
}

.study-sec01-content {
  display: grid;
  grid-template-columns: 1fr -webkit-max-content;
  grid-template-columns: 1fr max-content;
  -webkit-column-gap: 2.77em;
     -moz-column-gap: 2.77em;
          column-gap: 2.77em;
}
@media screen and (max-width: 1200px) {
  .study-sec01-content {
    -webkit-column-gap: 40px;
       -moz-column-gap: 40px;
            column-gap: 40px;
  }
}
@media screen and (max-width: 991px) {
  .study-sec01-content {
    grid-template-columns: 1fr;
  }
}

.study-sec01-text {
  grid-column: 1/2;
  grid-row: 1/2;
  -webkit-margin-before: 4.44vw;
          margin-block-start: 4.44vw;
}
@media screen and (max-width: 1200px) {
  .study-sec01-text {
    -webkit-margin-before: 64px;
            margin-block-start: 64px;
  }
}
@media screen and (max-width: 991px) {
  .study-sec01-text {
    grid-column: 1/2;
    grid-row: 2/3;
    -webkit-margin-before: 32px;
            margin-block-start: 32px;
  }
}

.study-btn {
  grid-column: 1/2;
  grid-row: 2/3;
  -webkit-margin-before: 2.85vw;
          margin-block-start: 2.85vw;
  width: 100%;
  max-width: 25vw;
}
@media screen and (max-width: 1200px) {
  .study-btn {
    -webkit-margin-before: 40px;
            margin-block-start: 40px;
    max-width: 360px;
  }
}
@media screen and (max-width: 991px) {
  .study-btn {
    grid-column: 1/2;
    grid-row: 3/4;
    -webkit-margin-before: 32px;
            margin-block-start: 32px;
  }
}
.study-btn .c-button .text {
  font-size: 1.11vw;
}
@media screen and (max-width: 1200px) {
  .study-btn .c-button .text {
    font-size: 1.5vw;
  }
}
@media screen and (max-width: 991px) {
  .study-btn .c-button .text {
    font-size: 16px;
  }
}
@media screen and (max-width: 499px) {
  .study-btn .c-button .text {
    font-size: 15px;
  }
}

.study-sec01-img {
  grid-column: 2/3;
  grid-row: 1/3;
  max-width: 25.27vw;
}
@media screen and (max-width: 1200px) {
  .study-sec01-img {
    max-width: 364px;
  }
}
@media screen and (max-width: 991px) {
  .study-sec01-img {
    grid-column: 1/2;
    grid-row: 1/2;
    margin-inline: auto;
    -webkit-margin-before: 30px;
            margin-block-start: 30px;
  }
}

.study-sec02-contents {
  display: grid;
  grid-template-columns: 1fr 1fr;
  -webkit-column-gap: 2.77em;
     -moz-column-gap: 2.77em;
          column-gap: 2.77em;
  row-gap: 3.95vw;
  padding-block: 2.77vw;
}
@media screen and (max-width: 1200px) {
  .study-sec02-contents {
    -webkit-column-gap: 40px;
       -moz-column-gap: 40px;
            column-gap: 40px;
    row-gap: 57px;
    padding-block: 40px;
  }
}
@media screen and (max-width: 991px) {
  .study-sec02-contents {
    padding-block: 30px;
    grid-template-columns: 1fr;
  }
}

.study-sec02-item01 {
  grid-column: 1/3;
  grid-row: 1/2;
}
@media screen and (max-width: 991px) {
  .study-sec02-item01 {
    grid-column: 1/2;
    grid-row: 1/2;
  }
}

.study-sec02-item02 {
  grid-column: 1/2;
  grid-row: 2/3;
}
@media screen and (max-width: 991px) {
  .study-sec02-item02 {
    grid-column: 1/2;
    grid-row: 2/3;
  }
}

.study-sec02-item03 {
  grid-column: 2/3;
  grid-row: 2/3;
}
@media screen and (max-width: 991px) {
  .study-sec02-item03 {
    grid-column: 1/2;
    grid-row: 3/4;
  }
}

.study-sec02-item-title {
  -webkit-padding-after: 1em;
          padding-block-end: 1em;
  border-bottom: 1px solid #ccc;
}

.study-sec02-item01 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  -webkit-column-gap: 2.77em;
     -moz-column-gap: 2.77em;
          column-gap: 2.77em;
  row-gap: 2em;
}
@media screen and (max-width: 1200px) {
  .study-sec02-item01 {
    -webkit-column-gap: 40px;
       -moz-column-gap: 40px;
            column-gap: 40px;
  }
}
@media screen and (max-width: 991px) {
  .study-sec02-item01 {
    grid-template-columns: 1fr;
  }
}

.study-sec02-item01-title {
  grid-column: 1/3;
  grid-row: 1/2;
}
@media screen and (max-width: 991px) {
  .study-sec02-item01-title {
    grid-column: 1/2;
    grid-row: 1/2;
  }
}

.study-sec02-item-text-area {
  grid-column: 1/2;
  grid-row: 2/3;
}
@media screen and (max-width: 991px) {
  .study-sec02-item-text-area {
    grid-column: 1/2;
    grid-row: 3/4;
  }
}

.study-sec02-list {
  -webkit-margin-start: 5.83vw;
          margin-inline-start: 5.83vw;
  list-style: disc;
}
@media screen and (max-width: 1200px) {
  .study-sec02-list {
    -webkit-margin-start: 70px;
            margin-inline-start: 70px;
  }
}
@media screen and (max-width: 991px) {
  .study-sec02-list {
    -webkit-margin-start: 48px;
            margin-inline-start: 48px;
  }
}
@media screen and (max-width: 499px) {
  .study-sec02-list {
    -webkit-margin-start: 20px;
            margin-inline-start: 20px;
  }
}

.study-sec02-list-item {
  position: relative;
  font-size: 1.11vw;
}
@media screen and (max-width: 1200px) {
  .study-sec02-list-item {
    font-size: 1.5vw;
  }
}
@media screen and (max-width: 991px) {
  .study-sec02-list-item {
    font-size: 16px;
  }
}
@media screen and (max-width: 499px) {
  .study-sec02-list-item {
    font-size: 15px;
  }
}
.study-sec02-list-item::marker {
  color: #ccc;
}

.study-sec02-item-text {
  -webkit-margin-before: 1.66vw;
          margin-block-start: 1.66vw;
  font-weight: 500;
  line-height: 1.6;
  font-size: 1.11vw;
}
@media screen and (max-width: 1200px) {
  .study-sec02-item-text {
    font-size: 1.5vw;
  }
}
@media screen and (max-width: 991px) {
  .study-sec02-item-text {
    font-size: 16px;
  }
}
@media screen and (max-width: 499px) {
  .study-sec02-item-text {
    font-size: 15px;
  }
}
.study-sec02-item-text.--double-circle {
  -webkit-padding-start: 1.5em;
          padding-inline-start: 1.5em;
  position: relative;
}
.study-sec02-item-text.--double-circle::before {
  content: "◎";
  display: inline-block;
  font-size: inherit;
  position: absolute;
  left: 0;
  top: 0.3em;
}
.study-sec02-item-text span.--bold {
  font-weight: 700;
}

.study-sec02-item01-img {
  grid-column: 2/3;
  grid-row: 2/3;
  max-width: 25.27vw;
  -webkit-margin-start: auto;
          margin-inline-start: auto;
}
@media screen and (max-width: 1200px) {
  .study-sec02-item01-img {
    max-width: 364px;
  }
}
@media screen and (max-width: 991px) {
  .study-sec02-item01-img {
    grid-column: 1/2;
    grid-row: 2/3;
    margin-inline: auto;
  }
}
.study-sec02-item01-img img {
  width: 100%;
  height: auto;
  display: block;
}

.study-sec02-flow-list {
  -webkit-margin-before: 2.29vw;
          margin-block-start: 2.29vw;
  display: grid;
  grid-template-columns: 15.9% 17% 17% 17% 17% 18.1%;
  list-style: none;
  -webkit-padding-start: 0;
          padding-inline-start: 0;
}
@media screen and (max-width: 991px) {
  .study-sec02-flow-list {
    -webkit-margin-before: 30px;
            margin-block-start: 30px;
    grid-template-columns: 30% 30% 30%;
    row-gap: 2em;
  }
}

.study-sec03-form-wrap {
  -webkit-margin-before: 4.44vw;
          margin-block-start: 4.44vw;
}
@media screen and (max-width: 1200px) {
  .study-sec03-form-wrap {
    -webkit-margin-before: 64px;
            margin-block-start: 64px;
  }
}
@media screen and (max-width: 991px) {
  .study-sec03-form-wrap {
    -webkit-margin-before: 32px;
            margin-block-start: 32px;
  }
}

.study-thanks-title {
  font-weight: 700;
  line-height: 1.2;
  font-size: 2.22vw;
}
@media screen and (max-width: 1200px) {
  .study-thanks-title {
    font-size: 3vw;
  }
}
@media screen and (max-width: 991px) {
  .study-thanks-title {
    font-size: 32px;
  }
}
@media screen and (max-width: 499px) {
  .study-thanks-title {
    font-size: 28px;
  }
}
@media screen and (max-width: 499px) {
  .study-thanks-title {
    font-size: 1.67vw;
  }
}
@media screen and (max-width: 499px) and (max-width: 1200px) {
  .study-thanks-title {
    font-size: 2.25vw;
  }
}
@media screen and (max-width: 499px) and (max-width: 991px) {
  .study-thanks-title {
    font-size: 24px;
  }
}
@media screen and (max-width: 499px) and (max-width: 499px) {
  .study-thanks-title {
    font-size: 20px;
  }
}

.study-thanks-text {
  -webkit-margin-before: 3em;
          margin-block-start: 3em;
  font-size: 1.25vw;
  line-height: 1.6;
}
@media screen and (max-width: 1200px) {
  .study-thanks-text {
    font-size: 1.3vw;
  }
}
@media screen and (max-width: 991px) {
  .study-thanks-text {
    font-size: 18px;
  }
}
@media screen and (max-width: 499px) {
  .study-thanks-text {
    font-size: 18px;
  }
}
@media screen and (max-width: 499px) {
  .study-thanks-text {
    -webkit-margin-before: 2em;
            margin-block-start: 2em;
    font-size: 1.11vw;
  }
}
@media screen and (max-width: 499px) and (max-width: 1200px) {
  .study-thanks-text {
    font-size: 1.5vw;
  }
}
@media screen and (max-width: 499px) and (max-width: 991px) {
  .study-thanks-text {
    font-size: 16px;
  }
}
@media screen and (max-width: 499px) and (max-width: 499px) {
  .study-thanks-text {
    font-size: 15px;
  }
}

.study-thanks-btn-area {
  -webkit-margin-before: 3em;
          margin-block-start: 3em;
  display: grid;
  grid-template-columns: 1fr 1fr;
  -webkit-column-gap: 24px;
     -moz-column-gap: 24px;
          column-gap: 24px;
}
@media screen and (max-width: 991px) {
  .study-thanks-btn-area {
    grid-template-columns: 1fr;
    row-gap: 24px;
  }
}

.study-thanks-btn {
  width: 100%;
  max-width: 500px;
  margin-inline: auto;
}
@media screen and (max-width: 991px) {
  .study-thanks-btn {
    -webkit-margin-before: 1em;
            margin-block-start: 1em;
  }
  .study-thanks-btn .c-button {
    height: 60px;
  }
}

.contact-sec01-content {
  display: grid;
  grid-template-columns: 1fr 20.83vw;
  -webkit-column-gap: 3.33vw;
     -moz-column-gap: 3.33vw;
          column-gap: 3.33vw;
}
@media screen and (max-width: 1200px) {
  .contact-sec01-content {
    grid-template-columns: 1fr 300px;
    -webkit-column-gap: 48px;
       -moz-column-gap: 48px;
            column-gap: 48px;
  }
}
@media screen and (max-width: 991px) {
  .contact-sec01-content {
    grid-template-columns: 1fr;
  }
}

@media screen and (max-width: 991px) {
  .contact-sec01-btn {
    -webkit-margin-before: 32px;
            margin-block-start: 32px;
    max-width: 300px;
    margin-inline: auto;
  }
}
.contact-sec01-btn .c-button {
  border-color: #000;
  height: 4.45vw;
}
@media screen and (max-width: 1200px) {
  .contact-sec01-btn .c-button {
    height: 64px;
  }
}
.contact-sec01-btn .c-button .text {
  -webkit-padding-end: 1.5em;
          padding-inline-end: 1.5em;
  color: #000;
  font-size: 0.97vw;
}
@media screen and (max-width: 1200px) {
  .contact-sec01-btn .c-button .text {
    font-size: 1.25vw;
  }
}
@media screen and (max-width: 991px) {
  .contact-sec01-btn .c-button .text {
    font-size: 14px;
  }
}
@media screen and (max-width: 499px) {
  .contact-sec01-btn .c-button .text {
    font-size: 14px;
  }
}
.contact-sec01-btn .c-button .arrow {
  border-color: transparent transparent transparent #000;
  font-size: 0.97vw;
}
@media screen and (max-width: 1200px) {
  .contact-sec01-btn .c-button .arrow {
    font-size: 1.25vw;
  }
}
@media screen and (max-width: 991px) {
  .contact-sec01-btn .c-button .arrow {
    font-size: 14px;
  }
}
@media screen and (max-width: 499px) {
  .contact-sec01-btn .c-button .arrow {
    font-size: 14px;
  }
}
.contact-sec01-btn .c-button:hover {
  border-color: #32634B;
}
.contact-sec01-btn .c-button:hover .text {
  color: #fff;
}
.contact-sec01-btn .c-button:hover .arrow {
  border-color: transparent transparent transparent #fff;
  right: 1em;
}

.contact-sec02-box {
  -webkit-margin-before: 2.22vw;
          margin-block-start: 2.22vw;
}
@media screen and (max-width: 1200px) {
  .contact-sec02-box {
    -webkit-margin-before: 32px;
            margin-block-start: 32px;
  }
}
@media screen and (max-width: 991px) {
  .contact-sec02-box {
    max-width: 500px;
    margin-inline: auto;
  }
}
.contact-sec02-box .c-corner-box {
  width: 64.3vw;
  padding: 2.63vw 5.48vw;
}
@media screen and (max-width: 1200px) {
  .contact-sec02-box .c-corner-box {
    width: 100%;
    padding: 38px 60px;
  }
}
@media screen and (max-width: 991px) {
  .contact-sec02-box .c-corner-box {
    padding: 38px 0;
  }
}

.contact-sec02-box-content {
  display: grid;
  grid-template-columns: 1fr 1fr;
}
@media screen and (max-width: 991px) {
  .contact-sec02-box-content {
    grid-template-columns: 1fr;
    row-gap: 24px;
  }
}

.contact-sec02-tel-wrap {
  display: grid;
  grid-template-columns: -webkit-max-content 1fr;
  grid-template-columns: max-content 1fr;
  -webkit-column-gap: 1.66vw;
     -moz-column-gap: 1.66vw;
          column-gap: 1.66vw;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 1200px) {
  .contact-sec02-tel-wrap {
    -webkit-column-gap: 24px;
       -moz-column-gap: 24px;
            column-gap: 24px;
  }
}
@media screen and (max-width: 991px) {
  .contact-sec02-tel-wrap {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin-inline: auto;
  }
}

.contact-sec02-tel-title {
  font-weight: 600;
  font-size: 1.25vw;
}
@media screen and (max-width: 1200px) {
  .contact-sec02-tel-title {
    font-size: 1.3vw;
  }
}
@media screen and (max-width: 991px) {
  .contact-sec02-tel-title {
    font-size: 18px;
  }
}
@media screen and (max-width: 499px) {
  .contact-sec02-tel-title {
    font-size: 18px;
  }
}

.contact-sec02-tel-number {
  -webkit-padding-start: 1.16em;
          padding-inline-start: 1.16em;
  position: relative;
  font-size: 2.22vw;
}
@media screen and (max-width: 1200px) {
  .contact-sec02-tel-number {
    font-size: 3vw;
  }
}
@media screen and (max-width: 991px) {
  .contact-sec02-tel-number {
    font-size: 32px;
  }
}
@media screen and (max-width: 499px) {
  .contact-sec02-tel-number {
    font-size: 28px;
  }
}
.contact-sec02-tel-number::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  translate: 0 -40%;
  width: 0.9375em;
  height: 0.9375em;
  background-image: url(../img/contact/contact-tel.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.contact-sec02-tel-link {
  font-family: "DM Serif Display", serif;
  color: #32634B;
}
.contact-sec02-tel-link:hover {
  color: #32634B;
}

.contact-sec02-box-text {
  margin-block: 0.5em 0;
  text-align: center;
  font-weight: 500;
  font-size: 1.11vw;
}
@media screen and (max-width: 1200px) {
  .contact-sec02-box-text {
    font-size: 1.5vw;
  }
}
@media screen and (max-width: 991px) {
  .contact-sec02-box-text {
    font-size: 16px;
  }
}
@media screen and (max-width: 499px) {
  .contact-sec02-box-text {
    font-size: 15px;
  }
}

.contact-sec03-text {
  -webkit-margin-before: 2em;
          margin-block-start: 2em;
  font-weight: 500;
  font-size: 1.11vw;
}
@media screen and (max-width: 1200px) {
  .contact-sec03-text {
    font-size: 1.5vw;
  }
}
@media screen and (max-width: 991px) {
  .contact-sec03-text {
    font-size: 16px;
  }
}
@media screen and (max-width: 499px) {
  .contact-sec03-text {
    font-size: 15px;
  }
}

.contact-sec03-form-wrap {
  -webkit-margin-before: 4.44vw;
          margin-block-start: 4.44vw;
}
@media screen and (max-width: 1200px) {
  .contact-sec03-form-wrap {
    -webkit-margin-before: 64px;
            margin-block-start: 64px;
  }
}
@media screen and (max-width: 991px) {
  .contact-sec03-form-wrap {
    -webkit-margin-before: 32px;
            margin-block-start: 32px;
  }
}

.contact-thanks-title {
  font-weight: 700;
  line-height: 1.2;
  font-size: 2.22vw;
}
@media screen and (max-width: 1200px) {
  .contact-thanks-title {
    font-size: 3vw;
  }
}
@media screen and (max-width: 991px) {
  .contact-thanks-title {
    font-size: 32px;
  }
}
@media screen and (max-width: 499px) {
  .contact-thanks-title {
    font-size: 28px;
  }
}
@media screen and (max-width: 499px) {
  .contact-thanks-title {
    font-size: 1.67vw;
  }
}
@media screen and (max-width: 499px) and (max-width: 1200px) {
  .contact-thanks-title {
    font-size: 2.25vw;
  }
}
@media screen and (max-width: 499px) and (max-width: 991px) {
  .contact-thanks-title {
    font-size: 24px;
  }
}
@media screen and (max-width: 499px) and (max-width: 499px) {
  .contact-thanks-title {
    font-size: 20px;
  }
}

.contact-thanks-text {
  -webkit-margin-before: 3em;
          margin-block-start: 3em;
  font-size: 1.25vw;
  line-height: 1.6;
}
@media screen and (max-width: 1200px) {
  .contact-thanks-text {
    font-size: 1.3vw;
  }
}
@media screen and (max-width: 991px) {
  .contact-thanks-text {
    font-size: 18px;
  }
}
@media screen and (max-width: 499px) {
  .contact-thanks-text {
    font-size: 18px;
  }
}
@media screen and (max-width: 499px) {
  .contact-thanks-text {
    -webkit-margin-before: 2em;
            margin-block-start: 2em;
    font-size: 1.11vw;
  }
}
@media screen and (max-width: 499px) and (max-width: 1200px) {
  .contact-thanks-text {
    font-size: 1.5vw;
  }
}
@media screen and (max-width: 499px) and (max-width: 991px) {
  .contact-thanks-text {
    font-size: 16px;
  }
}
@media screen and (max-width: 499px) and (max-width: 499px) {
  .contact-thanks-text {
    font-size: 15px;
  }
}

.contact-thanks-btn-area {
  -webkit-margin-before: 3em;
          margin-block-start: 3em;
  display: grid;
  grid-template-columns: 1fr 1fr;
  -webkit-column-gap: 24px;
     -moz-column-gap: 24px;
          column-gap: 24px;
}
@media screen and (max-width: 991px) {
  .contact-thanks-btn-area {
    grid-template-columns: 1fr;
    row-gap: 24px;
  }
}

.contact-thanks-btn {
  width: 100%;
  max-width: 500px;
  margin-inline: auto;
}
@media screen and (max-width: 991px) {
  .contact-thanks-btn {
    -webkit-margin-before: 1em;
            margin-block-start: 1em;
  }
  .contact-thanks-btn .c-button {
    height: 60px;
  }
}

form {
  display: inline;
}
form p:has(input),
form p:has(textarea),
form p:has(select) {
  margin: 0;
}

label {
  vertical-align: middle;
}

input,
select, optgroup, option,
textarea {
  margin: 0;
  white-space: pre-wrap;
  font-size: 1.11vw;
}
@media screen and (max-width: 1200px) {
  input,
  select, optgroup, option,
  textarea {
    font-size: 1.5vw;
  }
}
@media screen and (max-width: 991px) {
  input,
  select, optgroup, option,
  textarea {
    font-size: 16px;
  }
}
@media screen and (max-width: 499px) {
  input,
  select, optgroup, option,
  textarea {
    font-size: 15px;
  }
}

select {
  width: 100%;
  background: #fff;
  border: 1px solid #D5D3D0;
  height: 4rem;
  padding: 0.3rem 2rem;
}

input {
  border: none;
  padding: 0.3rem 2rem;
  background: #fff;
  border: 1px solid #888888;
}

input[type=text],
input[type=email],
input[type=tel] {
  width: 100%;
  background: #fff;
  border: 1px solid #888888;
  height: 3rem;
  padding: 0.3rem 2rem;
}

input[type=radio] {
  margin-right: 0.3em;
  padding: 0;
}

input[type=checkbox] {
  margin-right: 0.3em;
  padding: 0;
}

input[type=submit] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  margin: 0;
  padding: 0;
  border: none;
  background-color: transparent;
}

input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
  color: #4d4d4d;
}

input::-moz-placeholder, textarea::-moz-placeholder {
  color: #4d4d4d;
}

input:-ms-input-placeholder, textarea:-ms-input-placeholder {
  color: #4d4d4d;
}

input::-ms-input-placeholder, textarea::-ms-input-placeholder {
  color: #4d4d4d;
}

input::placeholder, textarea::placeholder {
  color: #4d4d4d;
}

textarea {
  width: 100%;
  padding: 0.3rem 2rem;
  resize: vertical;
  overflow: auto;
  border: 1px solid #888888;
  background: #fff;
}

.form {
  display: block;
}

.form .form-content {
  border-bottom: 1px solid #cacaca;
}

.form .form-content__dl {
  margin: 0;
  width: 100%;
  display: grid;
  grid-template-columns: 21.67vw 1fr;
  -webkit-column-gap: 1.66vw;
     -moz-column-gap: 1.66vw;
          column-gap: 1.66vw;
  border-top: 1px solid #cacaca;
}
@media screen and (max-width: 1200px) {
  .form .form-content__dl {
    grid-template-columns: 312px 1fr;
    -webkit-column-gap: 24px;
       -moz-column-gap: 24px;
            column-gap: 24px;
  }
}
@media screen and (max-width: 991px) {
  .form .form-content__dl {
    grid-template-columns: 1fr;
  }
}

.form .form-content__dt {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 991px) {
  .form .form-content__dt {
    -webkit-padding-before: 32px;
            padding-block-start: 32px;
  }
}

.form .form-content__dd {
  margin: 0;
  padding-block: 2.22vw;
  position: relative;
}
@media screen and (max-width: 1200px) {
  .form .form-content__dd {
    padding-block: 32px;
  }
}
.form .form-content__dd.--zip {
  display: grid;
  grid-template-columns: 11.11vw 1fr;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 1.11vw;
     -moz-column-gap: 1.11vw;
          column-gap: 1.11vw;
}
@media screen and (max-width: 1200px) {
  .form .form-content__dd.--zip {
    grid-template-columns: 160px 1fr;
    -webkit-column-gap: 16px;
       -moz-column-gap: 16px;
            column-gap: 16px;
  }
}
.form .form-content__dd.--zip .from-content__text {
  margin-block: 0;
}

.form .form-content__title {
  position: relative;
  width: 100%;
  font-weight: 500;
  font-size: 1.11vw;
}
@media screen and (max-width: 1200px) {
  .form .form-content__title {
    font-size: 1.5vw;
  }
}
@media screen and (max-width: 991px) {
  .form .form-content__title {
    font-size: 16px;
  }
}
@media screen and (max-width: 499px) {
  .form .form-content__title {
    font-size: 15px;
  }
}
@media screen and (max-width: 991px) {
  .form .form-content__title {
    font-weight: 600;
    display: inline-block;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    font-size: 1.25vw;
  }
}
@media screen and (max-width: 991px) and (max-width: 1200px) {
  .form .form-content__title {
    font-size: 1.3vw;
  }
}
@media screen and (max-width: 991px) and (max-width: 991px) {
  .form .form-content__title {
    font-size: 18px;
  }
}
@media screen and (max-width: 991px) and (max-width: 499px) {
  .form .form-content__title {
    font-size: 18px;
  }
}
.form .form-content__title.hissu, .form .form-content__title.ninni {
  -webkit-padding-end: 4.16vw;
          padding-inline-end: 4.16vw;
}
@media screen and (max-width: 1200px) {
  .form .form-content__title.hissu, .form .form-content__title.ninni {
    -webkit-padding-end: 58px;
            padding-inline-end: 58px;
  }
}
@media screen and (max-width: 991px) {
  .form .form-content__title.hissu, .form .form-content__title.ninni {
    -webkit-padding-end: 80px;
            padding-inline-end: 80px;
  }
}

.form .form-content__title:after {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  top: 50%;
  translate: 0 -50%;
  right: 0;
  text-align: center;
  color: #fff;
  line-height: 1;
  padding: 0.375em 0.75em;
  font-weight: 500;
  font-size: 1.11vw;
}
@media screen and (max-width: 1200px) {
  .form .form-content__title:after {
    font-size: 1.5vw;
  }
}
@media screen and (max-width: 991px) {
  .form .form-content__title:after {
    font-size: 16px;
  }
}
@media screen and (max-width: 499px) {
  .form .form-content__title:after {
    font-size: 15px;
  }
}

.form .form-content__title.hissu:after {
  background: #32634B;
  content: "必須";
}

.form .form-content__title.ninni:after {
  display: none;
}

.form .from-content__text {
  margin-inline: 0;
  margin-block: 0 1.2em;
  color: #333;
  font-size: 0.97vw;
}
@media screen and (max-width: 1200px) {
  .form .from-content__text {
    font-size: 1.25vw;
  }
}
@media screen and (max-width: 991px) {
  .form .from-content__text {
    font-size: 14px;
  }
}
@media screen and (max-width: 499px) {
  .form .from-content__text {
    font-size: 14px;
  }
}

.form .form-content .list-cont {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 2rem 3rem;
}

.form .form-content .list-cont li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 3px;
}

.form .form-content .list-cont li input {
  margin-right: 0 !important;
}

.form .form-content .list-radio input[type=radio] {
  clip: rect(0 0 0 0);
  -webkit-clip-path: inset(50%);
          clip-path: inset(50%);
  height: 1px;
  overflow: hidden;
  position: absolute;
  white-space: nowrap;
  width: 1px;
}
.form .form-content .list-radio input[type=radio] + span {
  cursor: pointer;
  display: inline-block;
  padding-left: 28px;
  position: relative;
  font-size: 1.11vw;
}
@media screen and (max-width: 1200px) {
  .form .form-content .list-radio input[type=radio] + span {
    font-size: 1.5vw;
  }
}
@media screen and (max-width: 991px) {
  .form .form-content .list-radio input[type=radio] + span {
    font-size: 16px;
  }
}
@media screen and (max-width: 499px) {
  .form .form-content .list-radio input[type=radio] + span {
    font-size: 15px;
  }
}
.form .form-content .list-radio input[type=radio] + span::before {
  background: #fff;
  border: 1px solid #000;
  border-radius: 50%;
  content: "";
  display: block;
  width: 1.25em;
  height: 1.25em;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.form .form-content .list-radio input[type=radio] + span::after {
  background: #32634B;
  border: 1px solid transparent;
  border-radius: 50%;
  content: "";
  display: block;
  width: 0.625em;
  height: 0.625em;
  position: absolute;
  left: 0.3125em;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  opacity: 0;
  -webkit-transition: all 0.2s ease 0s;
  transition: all 0.2s ease 0s;
}
.form .form-content .list-radio input[type=radio]:checked + span::before {
  border-color: #32634B;
}
.form .form-content .list-radio input[type=radio]:checked + span::after {
  opacity: 1;
}
.form .form-content .list-radio input[type=radio]:disabled + span {
  opacity: 0.5;
}
.form .form-content .list-radio input[type=radio]:disabled + span::before {
  background-color: #eee;
}
.form .form-content .list-radio input[type=radio]:disabled + span::after {
  content: none;
}

.form .form-content .list-checkbox input[type=checkbox],
.form .form-content__end .form-content__pp input[type=checkbox] {
  clip: rect(0 0 0 0);
  -webkit-clip-path: inset(50%);
          clip-path: inset(50%);
  height: 1px;
  overflow: hidden;
  position: absolute;
  white-space: nowrap;
  width: 1px;
}
.form .form-content .list-checkbox input[type=checkbox] + span,
.form .form-content__end .form-content__pp input[type=checkbox] + span {
  cursor: pointer;
  display: inline-block;
  margin: 0 0.2em 0;
  padding: 0 0 0 1.2em;
  position: relative;
  font-size: 1.11vw;
}
@media screen and (max-width: 1200px) {
  .form .form-content .list-checkbox input[type=checkbox] + span,
  .form .form-content__end .form-content__pp input[type=checkbox] + span {
    font-size: 1.5vw;
  }
}
@media screen and (max-width: 991px) {
  .form .form-content .list-checkbox input[type=checkbox] + span,
  .form .form-content__end .form-content__pp input[type=checkbox] + span {
    font-size: 16px;
  }
}
@media screen and (max-width: 499px) {
  .form .form-content .list-checkbox input[type=checkbox] + span,
  .form .form-content__end .form-content__pp input[type=checkbox] + span {
    font-size: 15px;
  }
}
.form .form-content .list-checkbox input[type=checkbox] + span::before,
.form .form-content__end .form-content__pp input[type=checkbox] + span::before {
  background: #fff;
  border: 1px solid #000;
  border-radius: 2px;
  content: "";
  display: block;
  width: 1em;
  height: 1em;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.form .form-content .list-checkbox input[type=checkbox] + span::after,
.form .form-content__end .form-content__pp input[type=checkbox] + span::after {
  border-bottom: 3px solid #32634B;
  border-left: 3px solid #32634B;
  content: "";
  display: block;
  width: 1em;
  height: 0.6em;
  margin-top: -0.2em;
  opacity: 0;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(-45deg);
          transform: translateY(-50%) rotate(-45deg);
  -webkit-transition: all 0.2s ease 0s;
  transition: all 0.2s ease 0s;
}
.form .form-content .list-checkbox input[type=checkbox]:checked + span::after,
.form .form-content__end .form-content__pp input[type=checkbox]:checked + span::after {
  opacity: 1;
}
.form .form-content .list-checkbox input[type=checkbox]:disabled + span,
.form .form-content__end .form-content__pp input[type=checkbox]:disabled + span {
  opacity: 0.5;
}
.form .form-content .list-checkbox input[type=checkbox]:disabled + span::before,
.form .form-content__end .form-content__pp input[type=checkbox]:disabled + span::before {
  background-color: #eee;
}
.form .form-content .list-checkbox input[type=checkbox]:disabled + span::after,
.form .form-content__end .form-content__pp input[type=checkbox]:disabled + span::after {
  content: none;
}

.form .form-content .selectable {
  width: 50%;
  -webkit-appearance: auto;
  -moz-appearance: auto;
  appearance: auto;
}

.form .form-content .error {
  color: #ff0000;
  font-size: 1.2rem;
  font-weight: normal;
}

.form .form-content .ipt-error {
  background: #f9e6db;
}

.form-content__end {
  margin-top: 2.08vw;
}
@media screen and (max-width: 1200px) {
  .form-content__end {
    margin-top: 30px;
  }
}

.form-content__pp {
  text-align: center;
  font-weight: 500;
}

.form-content__pp-text {
  margin-block: 0;
  margin-bottom: 1.5em;
  font-size: 1.11vw;
}
@media screen and (max-width: 1200px) {
  .form-content__pp-text {
    font-size: 1.5vw;
  }
}
@media screen and (max-width: 991px) {
  .form-content__pp-text {
    font-size: 16px;
  }
}
@media screen and (max-width: 499px) {
  .form-content__pp-text {
    font-size: 15px;
  }
}
.form-content__pp-text a {
  text-decoration: underline;
  text-underline-offset: 3px;
}
.form-content__pp-text a:hover {
  text-decoration: none;
  color: #32634B;
}

.contact-group-btn {
  margin: 3.33vw auto 0;
}

.form-content-btn-submit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  max-width: 33.3vw;
  height: 4.44vw;
  text-align: center;
  margin: 0 auto;
  background: #32634B;
  border: solid 1px #32634B;
  max-width: 33.33vw;
}
@media screen and (max-width: 1200px) {
  .form-content-btn-submit {
    margin: 48px auto 0;
    max-width: 480px;
    height: 64px;
  }
}
.form-content-btn-submit input[type=submit] {
  position: relative;
  z-index: 100;
  width: 100%;
  height: 5.55vw;
  color: #fff;
  font-weight: 600;
  font-size: 1.39vw;
}
@media screen and (max-width: 1200px) {
  .form-content-btn-submit input[type=submit] {
    font-size: 1.875vw;
  }
}
@media screen and (max-width: 991px) {
  .form-content-btn-submit input[type=submit] {
    font-size: 20px;
  }
}
@media screen and (max-width: 499px) {
  .form-content-btn-submit input[type=submit] {
    font-size: 20px;
  }
}
@media screen and (max-width: 1200px) {
  .form-content-btn-submit input[type=submit] {
    height: 64px;
  }
}
.form-content-btn-submit input[type=submit]:hover {
  color: #32634B;
}
.form-content-btn-submit input[type=submit]:disabled {
  pointer-events: none;
}
.form-content-btn-submit:has(input[type=submit]:disabled) {
  background: rgba(50, 99, 75, 0.4);
  border: solid 1px rgba(50, 99, 75, 0.1);
  pointer-events: none;
}
.form-content-btn-submit:has(input[type=submit]:disabled) input[type=submit] {
  color: #fff;
}

.form-content-btn-submit::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 0;
  background-color: #fff;
  -webkit-transform-origin: right top;
  transform-origin: right top;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}

.form-content-btn-submit:hover::before {
  -webkit-transform-origin: left top;
  transform-origin: left top;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
}

.form-content-btn-submit::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0.5em 0 0.5em 0.75em;
  border-color: transparent transparent transparent #FFF;
  position: absolute;
  right: 2em;
  top: 50%;
  translate: 0 -50%;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  z-index: 10;
  font-size: 1.11vw;
}
@media screen and (max-width: 1200px) {
  .form-content-btn-submit::after {
    font-size: 1.5vw;
  }
}
@media screen and (max-width: 991px) {
  .form-content-btn-submit::after {
    font-size: 16px;
  }
}
@media screen and (max-width: 499px) {
  .form-content-btn-submit::after {
    font-size: 15px;
  }
}

.form-content-btn-submit:hover::after {
  border-color: transparent transparent transparent #32634B;
}

.wpcf7-not-valid-tip {
  font-size: 0.97vw;
}
@media screen and (max-width: 1200px) {
  .wpcf7-not-valid-tip {
    font-size: 1.25vw;
  }
}
@media screen and (max-width: 991px) {
  .wpcf7-not-valid-tip {
    font-size: 14px;
  }
}
@media screen and (max-width: 499px) {
  .wpcf7-not-valid-tip {
    font-size: 14px;
  }
}

.grecaptcha-badge {
  visibility: hidden;
}

.grecaptcha-text-wrap {
  -webkit-margin-before: 32px;
          margin-block-start: 32px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
}

.grecaptcha-text {
  font-weight: 500;
  line-height: 1.2;
  font-size: 0.97vw;
}
@media screen and (max-width: 1200px) {
  .grecaptcha-text {
    font-size: 1.25vw;
  }
}
@media screen and (max-width: 991px) {
  .grecaptcha-text {
    font-size: 14px;
  }
}
@media screen and (max-width: 499px) {
  .grecaptcha-text {
    font-size: 14px;
  }
}
.grecaptcha-text a {
  text-decoration: underline;
  text-underline-offset: 2px;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.grecaptcha-text a:hover {
  text-decoration: none;
  color: #32634B;
}