@charset "UTF-8";
html {
  scroll-behavior: smooth;
}

body, a {
  font-family: "Noto Sans JP";
  color: #3D2801;
  font-size: 18px;
  font-style: normal;
  line-height: normal;
}
@media screen and (max-width: 768px) {
  body, a {
    font-size: 16px;
  }
}

body.open {
  height: 100vh;
  overflow: hidden;
}

a {
  transition: 0.3s;
}
a:hover {
  opacity: 0.7 !important;
  transition: 0.3s;
}

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

.container {
  padding-inline: 13.4%;
  position: relative;
  z-index: 1;
}
.container--nallow {
  padding-inline: 8.37%;
}
@media screen and (min-width: 1600px) {
  .container {
    max-width: 1450px;
    margin-inline: auto;
  }
}
@media screen and (max-width: 1440px) {
  .container {
    padding-inline: 0;
    max-width: 1200px;
    margin-inline: auto;
  }
}
@media screen and (max-width: 1200px) {
  .container {
    padding-inline: 3%;
  }
}

main {
  position: relative; /* .wrapの絶対配置用 */
  overflow: hidden;
}

.l-mainContent {
  margin: 0 auto 60px;
}
@media screen and (max-width: 900px) {
  .l-mainContent {
    padding-inline: 6%;
  }
}

.common-btn {
  border-radius: 100px;
  background: #8dbb48;
  padding: 20px 207px 20px 181px;
  display: flex;
  align-items: center;
  -moz-column-gap: 112px;
       column-gap: 112px;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
  transition: transform 0.3s, box-shadow 0.3s;
  box-shadow: 6px 6px 0px rgba(0, 0, 0, 0.1);
  position: relative; /* hoverと::beforeの干渉を防ぐ */
  overflow: hidden; /* 親要素を超えないようにする */
}
.common-btn--news {
  background: #FF6A00;
  display: none;
}
@media screen and (max-width: 1200px) {
  .common-btn {
    padding: 15px 75px 15px 93px;
    -moz-column-gap: 70px;
         column-gap: 70px;
  }
}
@media screen and (max-width: 660px) {
  .common-btn {
    padding: 15px 45px 15px 55px;
    -moz-column-gap: 40px;
         column-gap: 40px;
  }
}
@media screen and (max-width: 500px) {
  .common-btn {
    padding: 15px 35px 15px 40px;
    -moz-column-gap: 30px;
         column-gap: 30px;
  }
}
.common-btn p {
  color: #fff;
  font-size: 32px;
  font-weight: 700;
  line-height: 131%;
}
@media screen and (max-width: 1100px) {
  .common-btn p {
    font-size: 26px;
  }
}
@media screen and (max-width: 660px) {
  .common-btn p {
    font-size: 20px;
  }
}
@media screen and (max-width: 500px) {
  .common-btn p {
    font-size: 18px;
  }
}
@media screen and (max-width: 1100px) {
  .common-btn img {
    width: 35px;
  }
}
@media screen and (max-width: 660px) {
  .common-btn img {
    width: 27px;
  }
}
@media screen and (max-width: 500px) {
  .common-btn img {
    width: 23px;
  }
}
.common-btn::before {
  animation: 4s 0s shine linear infinite;
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.4) 100%);
  content: "";
  height: 100%;
  left: -100%;
  position: absolute;
  top: 0;
  transform: skewX(-25deg);
  width: 50%;
}
.common-btn:hover {
  opacity: 1;
  transform: translate(6px, 6px);
  box-shadow: 0 0 0 rgba(0, 0, 0, 0.1);
}

@keyframes shine {
  20% {
    left: 150%;
  }
  100% {
    left: 150%;
  }
}
.common-logo {
  position: absolute;
  left: 12%;
  top: 18%;
}
@media screen and (max-width: 1600px) {
  .common-logo {
    left: 9%;
  }
}
@media screen and (max-width: 1400px) {
  .common-logo {
    left: -5%;
  }
}
@media screen and (max-width: 1200px) {
  .common-logo {
    left: -1% !important;
  }
}
@media screen and (max-width: 768px) {
  .common-logo {
    width: 150px;
  }
}
@media screen and (max-width: 599px) {
  .common-logo {
    width: 125px;
  }
}

.common-title {
  display: flex;
  align-items: end;
  -moz-column-gap: 14px;
       column-gap: 14px;
}
@media screen and (max-width: 950px) {
  .common-title__img {
    width: 29%;
  }
}
@media screen and (max-width: 599px) {
  .common-title__img {
    width: 165px;
  }
}
@media screen and (max-width: 450px) {
  .common-title__img {
    width: 145px;
  }
}
.common-title__title {
  font-size: 36px;
  font-weight: 700;
  line-height: 120%;
  letter-spacing: -0.72px;
}
@media screen and (max-width: 950px) {
  .common-title__title {
    font-size: 3.5vw;
  }
}
@media screen and (max-width: 599px) {
  .common-title__title {
    font-size: 22px;
  }
}
@media screen and (max-width: 450px) {
  .common-title__title {
    font-size: 18px;
  }
}

.page {
  background: #FEF0CA;
  padding-block: 240px 140px;
}
@media screen and (max-width: 660px) {
  .page {
    padding-block: 185px 90px;
  }
}
@media screen and (max-width: 450px) {
  .page {
    padding-block: 160px 65px;
  }
}
.page__title {
  text-align: center;
  font-size: 40px;
  font-weight: 700;
  letter-spacing: -0.8px;
  margin-block: 65px 80px;
}
@media screen and (max-width: 1024px) {
  .page__title {
    margin-bottom: 75px;
    font-size: 32px;
  }
}
@media screen and (max-width: 660px) {
  .page__title {
    margin-bottom: 55px;
  }
}
@media screen and (max-width: 599px) {
  .page__title {
    font-size: 24px;
  }
}
@media screen and (max-width: 450px) {
  .page__title {
    margin-block: 35px;
  }
}

.fade-in-element {
  opacity: 0; /* 初期状態では透明 */
  transform: scale(0.5); /* 初期状態では小さく表示 */
  transition: opacity 1s ease, transform 1s ease; /* フェードインと拡大のアニメーション */
}

.fade-in-element1 {
  transition-delay: 0s; /* 最初の要素は即座に表示 */
}

.fade-in-element2 {
  transition-delay: 0.3s; /* 2番目の要素は0.3秒後に表示 */
}

.fade-in-element3 {
  transition-delay: 0.6s; /* 3番目の要素は0.6秒後に表示 */
}

.bell {
  -webkit-animation: ring 8s 0.7s ease-in-out infinite;
  -webkit-transform-origin: 50% 4px;
  -moz-animation: ring 8s 0.7s ease-in-out infinite;
  -moz-transform-origin: 50% 4px;
  animation: ring 8s 0.7s ease-in-out infinite;
  transform-origin: 50% 4px;
}
@keyframes ring {
  0% {
    transform: rotate(0);
  }
  1% {
    transform: rotate(15deg);
  }
  3% {
    transform: rotate(-14deg);
  }
  5% {
    transform: rotate(17deg);
  }
  7% {
    transform: rotate(-16deg);
  }
  9% {
    transform: rotate(15deg);
  }
  11% {
    transform: rotate(-14deg);
  }
  13% {
    transform: rotate(13deg);
  }
  15% {
    transform: rotate(-12deg);
  }
  17% {
    transform: rotate(11deg);
  }
  19% {
    transform: rotate(-10deg);
  }
  21% {
    transform: rotate(9deg);
  }
  23% {
    transform: rotate(-8deg);
  }
  25% {
    transform: rotate(7deg);
  }
  27% {
    transform: rotate(-6deg);
  }
  29% {
    transform: rotate(5deg);
  }
  31% {
    transform: rotate(-4deg);
  }
  33% {
    transform: rotate(3deg);
  }
  35% {
    transform: rotate(-2deg);
  }
  37% {
    transform: rotate(1deg);
  }
  39% {
    transform: rotate(-0.5deg);
  }
  41% {
    transform: rotate(0.5deg);
  }
  43% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(0);
  }
}
.anim-box.poyopoyo {
  animation: poyopoyo 2s ease-out infinite;
  opacity: 1;
}

@keyframes poyopoyo {
  0%, 40%, 60%, 80% {
    transform: scale(1);
  }
  50%, 70% {
    transform: scale(0.95);
  }
}
.card-fadein {
  opacity: 0; /* 初期状態を非表示 */
  transform: translateY(-20px); /* 初期位置を少し上に */
  animation: none; /* 初期状態ではアニメーションを無効化 */
}

.card-fadein.visible {
  animation: fadeIn 1s ease forwards; /* visibleクラスが追加されたときにアニメーションが開始 */
}

@keyframes fadeIn {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.fadeUp {
  transition: all 2s; /* 動きを滑らかに */
}

/* フェードイン用のクラス */
.fadeIn {
  opacity: 1;
}

.grecaptcha-badge {
  display: none;
}

.grecaptcha-logo {
  display: none;
}

.header-wrapper {
  border-radius: 10px;
  background: #FFF;
  position: absolute;
  top: 13px;
  left: 50%;
  transform: translateX(-50%);
  right: 0;
  z-index: 10;
  width: 98%;
}

header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 1% 15px 2%;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  header {
    padding-block: 16px 18px;
  }
}
@media screen and (max-width: 1200px) {
  header .logo {
    flex: 0 0 25%;
  }
}
@media screen and (max-width: 599px) {
  header .logo {
    flex: 0 0 135px;
  }
}
header ul {
  display: flex;
}
@media screen and (max-width: 1300px) {
  header ul {
    display: none;
  }
}
header ul li {
  margin-left: 40px;
}
@media screen and (max-width: 1520px) {
  header ul li {
    margin-left: 25px;
  }
}
header ul li a {
  color: #FF6A00;
  font-weight: 500;
  letter-spacing: 0.7px;
}
@media screen and (max-width: 1400px) {
  header ul li a {
    font-size: 16px;
  }
}
header ul li .change {
  border-radius: 100px;
  background: #8DBB48;
  padding: 15px 52px;
  color: #FFF;
  font-weight: 700;
  letter-spacing: 1.6px;
}
header .toggle-button {
  display: none;
  padding: 10px;
}
@media screen and (max-width: 1300px) {
  header .toggle-button {
    display: block;
  }
}
header .toggle-button__hamburger {
  position: relative;
  width: 50px;
  height: 50px;
}
@media screen and (max-width: 900px) {
  header .toggle-button__hamburger {
    width: 35px;
    height: 35px;
  }
}
header .toggle-button__hamburger span {
  height: 2px;
  background-color: #000;
  position: absolute;
  left: 0;
  right: 0;
}
header .toggle-button__hamburger span:first-child {
  top: 20%;
}
header .toggle-button__hamburger span:nth-child(2) {
  top: calc(50% - 1px);
}
header .toggle-button__hamburger span:last-child {
  bottom: 20%;
}
header .toggle-button.open span:first-child {
  top: calc(50% - 1px);
  transform: rotateZ(45deg);
}
header .toggle-button.open span:nth-child(2) {
  display: none;
}
header .toggle-button.open span:last-child {
  top: calc(50% - 1px);
  transform: rotateZ(-45deg);
}

.header-menu {
  z-index: 20;
  position: fixed;
  top: 0;
  left: -50%;
  width: 50%;
  height: 100%;
  background: #FEF0CA;
  transition: 0.3s;
}
.header-menu ul {
  margin-top: 80px;
}
@media screen and (max-width: 500px) {
  .header-menu ul {
    margin-top: 60px;
  }
}
.header-menu ul li {
  margin-bottom: 40px;
}
@media screen and (max-width: 500px) {
  .header-menu ul li {
    margin-bottom: 30px;
  }
}
.header-menu ul li a {
  margin-left: 20%;
}
.header-menu.open {
  left: 0;
  transition: 0.3s;
}

.to-top {
  display: none;
  position: fixed;
  bottom: 20px;
  right: 20px;
}
.to-top__box {
  width: 100px;
  height: 100px;
  background-color: lightcoral;
}

.black-bg {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
  background-color: #000;
  opacity: 0;
  visibility: hidden;
  transition: all 0.5s;
  cursor: pointer;
}
.black-bg.open {
  /*ハンバーガーメニューが開いたら表示*/
  opacity: 0.3;
  visibility: visible;
}

.footer {
  background: #FF6A00;
  padding: 80px 0;
}
@media screen and (max-width: 500px) {
  .footer {
    padding-block: 60px 40px;
  }
}
.footer__title {
  color: #FFF;
  font-size: 40px;
  font-weight: 700;
  line-height: 100%;
  text-align: center;
}
@media screen and (max-width: 599px) {
  .footer__title {
    font-size: 6vw;
  }
}
.footer__center {
  position: relative;
  margin-block: 40px 45px;
}
@media screen and (max-width: 500px) {
  .footer__center {
    margin-block: 40px;
  }
}
.footer__lists {
  display: flex;
  -moz-column-gap: 4%;
       column-gap: 4%;
  justify-content: center;
}
@media screen and (max-width: 950px) {
  .footer__lists {
    flex-wrap: wrap;
    row-gap: 20px;
    justify-content: start;
  }
}
@media screen and (max-width: 950px) {
  .footer__lists li {
    flex: 0 0 20%;
    text-align: center;
  }
}
.footer__lists a {
  color: #FFF;
  font-size: 15px;
  font-weight: 500;
  line-height: 168%;
  letter-spacing: 0.7px;
}
.footer__btn {
  position: absolute;
  right: 9%;
  bottom: -20px;
}
@media screen and (max-width: 1800px) {
  .footer__btn {
    right: 5%;
  }
}
@media screen and (max-width: 1600px) {
  .footer__btn {
    right: 3%;
    bottom: 40px;
  }
}
@media screen and (max-width: 950px) {
  .footer__btn {
    bottom: 120%;
  }
}
@media screen and (max-width: 500px) {
  .footer__btn {
    bottom: 130%;
  }
}
@media screen and (max-width: 950px) {
  .footer__btn img {
    width: 80px;
  }
}
@media screen and (max-width: 500px) {
  .footer__btn img {
    width: 65px;
  }
}
.footer__sns {
  display: flex;
  -moz-column-gap: 4%;
       column-gap: 4%;
  justify-content: center;
}
@media screen and (max-width: 500px) {
  .footer__sns img {
    width: 35px;
  }
}
.footer__address, .footer .footer__tel {
  margin-block: 44px 17px;
  color: #FFF;
  font-family: "IBM Plex Sans";
  font-size: 15px;
  font-weight: 500;
  line-height: 150%;
  text-align: center;
}
.footer__address br, .footer .footer__tel br {
  display: none;
}
@media screen and (max-width: 500px) {
  .footer__address, .footer .footer__tel {
    font-size: 14px;
    margin-top: 35px;
  }
  .footer__address br, .footer .footer__tel br {
    display: block;
  }
}
.footer__tel {
  display: block;
  text-align: center;
  margin-top: 0 !important;
}
.footer__string {
  display: flex;
  -moz-column-gap: 4%;
       column-gap: 4%;
  justify-content: center;
}
@media screen and (max-width: 500px) {
  .footer__string {
    flex-direction: column;
    row-gap: 7px;
    align-items: center;
  }
}
.footer__copyright {
  color: #FFF;
  font-size: 12px;
  font-weight: 700;
}
.footer__privacy {
  color: #FFF;
  font-size: 12px;
  font-style: normal;
  font-weight: 350;
}

.wrap {
  position: fixed;
  width: 100%;
  height: 100vh;
  overflow: hidden;
  aspect-ratio: 1/1;
  z-index: -1;
}

.item {
  position: absolute;
  top: 50%;
  left: 50%;
  transition: all 0.2s;
}

.interior {
  transform: translate(-50%, -50%);
  color: #fff;
  border-radius: 50%;
}
.interior-01 {
  width: 20em;
  height: 20em;
}
@media screen and (max-width: 599px) {
  .interior-01 {
    width: 10em;
    height: 10em;
  }
}
.interior-02 {
  width: 10em;
  height: 10em;
}
@media screen and (max-width: 599px) {
  .interior-02 {
    width: 5em;
    height: 5em;
  }
}
.interior-03 {
  width: 10em;
  height: 10em;
}
@media screen and (max-width: 599px) {
  .interior-03 {
    width: 5em;
    height: 5em;
  }
}

/* アニメーションの非表示をふわっと実現 */
.js-wrap {
  opacity: 1;
  transition: opacity 0.5s ease-out; /* ふわっと消えるエフェクト */
}

.js-wrap.hidden {
  opacity: 0; /* フェードアウト */
  pointer-events: none; /* 完全に消えるまでクリックを無効化 */
}

.fv {
  position: relative;
  padding-block: 155px 25px;
}
@media screen and (max-width: 950px) {
  .fv {
    padding-top: 170px;
  }
}
@media screen and (max-width: 768px) {
  .fv {
    padding-top: 140px;
  }
}
@media screen and (max-width: 660px) {
  .fv {
    padding-top: 115px;
  }
}
.fv::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #FEF0CA;
  z-index: -2;
}
.fv__heading {
  color: #F9943B;
  font-family: "Hiragino Kaku Gothic Std";
  font-size: 28px;
  margin-left: 3%;
}
@media screen and (max-width: 768px) {
  .fv__heading {
    font-size: 24px;
  }
}
@media screen and (max-width: 660px) {
  .fv__heading {
    font-size: 18px;
  }
}
@media screen and (max-width: 450px) {
  .fv__heading {
    font-size: 16px;
  }
}
.fv__img {
  position: absolute;
  z-index: 1;
}
.fv__img img {
  width: 100%;
}
.fv__img1 {
  left: 8%;
  bottom: 3%;
  width: 11%;
}
@media screen and (max-width: 500px) {
  .fv__img1 {
    left: 1%;
    width: 17%;
  }
}
.fv__img2 {
  left: 20%;
  bottom: 30%;
  width: 9.5%;
}
@media screen and (max-width: 500px) {
  .fv__img2 {
    left: 17%;
    width: 15.5%;
  }
}
.fv__img3 {
  left: 42%;
  bottom: 45%;
  width: 9%;
  transform: scale(-1, 1);
}
@media screen and (max-width: 500px) {
  .fv__img3 {
    width: 14%;
  }
}
@media screen and (max-width: 375px) {
  .fv__img3 {
    left: 45%;
    bottom: 42%;
  }
}
.fv__img4 {
  left: 61%;
  bottom: 38%;
  width: 9%;
}
@media screen and (max-width: 500px) {
  .fv__img4 {
    bottom: 30%;
    width: 13%;
  }
}
.fv__img5 {
  left: 84%;
  bottom: 47.5%;
  width: 8.5%;
}
@media screen and (max-width: 500px) {
  .fv__img5 {
    left: 83%;
    bottom: 47%;
    width: 13%;
  }
}
.fv__img6 {
  left: 82%;
  bottom: 1%;
  width: 8%;
}
@media screen and (max-width: 500px) {
  .fv__img6 {
    left: 85%;
    width: 12%;
  }
}
.fv__bubble {
  margin-top: 23%;
  width: 38%;
  margin-inline: auto;
}
@media screen and (max-width: 500px) {
  .fv__bubble {
    margin-top: 50%;
    width: 55%;
  }
}
.fv__bubble img {
  width: 100%;
}
.fv__title {
  width: 52%;
  margin-inline: auto;
}
@media screen and (max-width: 500px) {
  .fv__title {
    width: 70%;
  }
}
.fv__title img {
  width: 100%;
}

.news {
  background: url(../../assets/image/common-bg.webp) no-repeat center center/cover;
  padding-block: 60px 130px;
  padding-bottom: 0;
}
@media screen and (max-width: 1200px) {
  .news {
    padding-block: 60px 70px;
  }
}
.news__heading {
  margin-top: 60px;
  display: none;
}
.news__heading img {
  margin-inline: auto;
}
@media screen and (max-width: 768px) {
  .news__heading img {
    width: 180px;
  }
}
@media screen and (max-width: 599px) {
  .news__heading img {
    width: 160px;
  }
}
.news__content {
  margin-top: 70px;
  display: none;
}
@media screen and (max-width: 599px) {
  .news__content {
    margin-top: 55px;
  }
}
.news__column {
  margin-right: 1vw !important;
  margin-left: 1vw !important;
}
.news__img img {
  width: 100%;
  height: 100%;
}
.news__days {
  text-align: center;
  margin-top: 10px;
}
.news__title {
  text-align: center;
  margin-top: 5px;
  color: #000;
  font-size: 24px;
  font-weight: 700;
  line-height: 120%;
  letter-spacing: -0.4px;
}
.news .slick-dots {
  margin-block: 65px 140px;
  position: relative;
}
@media screen and (max-width: 1200px) {
  .news .slick-dots {
    margin-block: 40px 100px;
  }
}
@media screen and (max-width: 599px) {
  .news .slick-dots {
    margin-block: 15px 80px;
  }
}
.news .slick-dots li button:before {
  font-size: 24px;
}
@media screen and (max-width: 599px) {
  .news .slick-dots li button:before {
    font-size: 18px;
  }
}

.about {
  background: url(../../assets/image/common-bg.webp) no-repeat center center/cover;
  padding-top: 50px;
  position: relative;
  z-index: 1;
}
.about__content {
  padding-top: 165px;
  position: relative;
}
@media screen and (max-width: 599px) {
  .about__content {
    padding-top: 115px;
  }
}
.about__content::before {
  content: "";
  position: absolute;
  left: -1%;
  top: -7%;
  width: 34%;
  height: auto;
  aspect-ratio: 1.0734/1;
  z-index: -1;
  background: url(../../assets/image/stain-bg.webp) no-repeat center center/contain;
}
.about__content .common-logo {
  left: 12%;
  top: -10%;
}
@media screen and (max-width: 1600px) {
  .about__content .common-logo {
    left: 9%;
  }
}
@media screen and (max-width: 1400px) {
  .about__content .common-logo {
    left: -5%;
  }
}
@media screen and (max-width: 900px) {
  .about__content .common-logo {
    top: -12%;
  }
}
@media screen and (max-width: 768px) {
  .about__content .common-logo {
    top: -16%;
  }
}
@media screen and (max-width: 599px) {
  .about__content .common-logo {
    left: 0%;
  }
}
@media screen and (max-width: 450px) {
  .about__content .common-logo {
    top: -23%;
    left: -5%;
  }
}
.about__column {
  margin-block: 100px 210px;
  aspect-ratio: 1.557/1;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  position: relative;
}
@media screen and (max-width: 950px) {
  .about__column {
    margin-block: 60px 170px;
  }
}
@media screen and (max-width: 768px) {
  .about__column {
    margin-block: 40px 150px;
  }
}
@media screen and (max-width: 599px) {
  .about__column {
    margin-block: 30px 90px;
  }
}
.about__column::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background: url(../../assets/image/about-bubble.webp) no-repeat center center/contain;
}
.about__title {
  margin-bottom: 65px;
  font-family: "Inter", sans-serif;
  font-size: 64px;
  font-weight: 600;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
  position: relative;
}
@media screen and (max-width: 1200px) {
  .about__title {
    font-size: 5.5vw;
  }
}
@media screen and (max-width: 900px) {
  .about__title {
    margin-bottom: 25px;
  }
}
@media screen and (max-width: 599px) {
  .about__title {
    margin-bottom: 18px;
  }
}
.about__title::after {
  content: "";
  position: absolute;
  bottom: 10px;
  left: 0;
  width: 100%;
  height: auto;
  aspect-ratio: 21.5925/1;
  z-index: -1;
  background: url(../../assets/image/about-title-bg.webp) no-repeat center center/contain;
}
@media screen and (max-width: 599px) {
  .about__title::after {
    bottom: 3px;
  }
}
.about__subtitle {
  text-align: center;
  font-family: "Inter", sans-serif;
  font-size: 32px;
  font-weight: 400;
}
@media screen and (max-width: 1200px) {
  .about__subtitle {
    font-size: 3vw;
  }
}
@media screen and (max-width: 599px) {
  .about__subtitle {
    font-size: 14px;
  }
}
.about__subtitle--margin {
  margin-block: 30px 20px;
}
@media screen and (max-width: 900px) {
  .about__subtitle--margin {
    margin-block: 20px 15px;
  }
}
@media screen and (max-width: 599px) {
  .about__subtitle--margin {
    margin-block: 15px 10px;
  }
}
.about__text {
  text-align: center;
  font-family: "Inter", sans-serif;
  font-size: 20px;
  font-weight: 400;
}
@media screen and (max-width: 599px) {
  .about__text {
    font-size: 14px;
  }
}
.about__apron {
  width: -moz-fit-content;
  width: fit-content;
  position: absolute;
  left: 10%;
  top: 45%;
}
@media screen and (max-width: 1200px) {
  .about__apron {
    width: 12%;
  }
}
@media screen and (max-width: 599px) {
  .about__apron {
    left: 5%;
  }
}
.about__coffee {
  width: -moz-fit-content;
  width: fit-content;
  position: absolute;
  right: 7%;
  top: 50%;
}
@media screen and (max-width: 1200px) {
  .about__coffee {
    width: 12%;
  }
}
@media screen and (max-width: 599px) {
  .about__coffee {
    right: 5%;
  }
}
.about__fire {
  width: -moz-fit-content;
  width: fit-content;
  position: absolute;
  left: 0%;
  bottom: -16%;
}
@media screen and (max-width: 1200px) {
  .about__fire {
    width: 17%;
  }
}
@media screen and (max-width: 599px) {
  .about__fire {
    width: 14%;
  }
}

.reason {
  background: url(../../assets/image/common-bg.webp) no-repeat center center/cover;
}
.reason__bg {
  background: url(../../assets/image/reason-bg.webp) no-repeat center center/cover;
  padding-block: 190px 25px;
}
@media screen and (min-width: 1600px) {
  .reason__bg {
    padding-bottom: 165px;
  }
}
@media screen and (min-width: 1800px) {
  .reason__bg {
    padding-block: 280px;
  }
}
@media screen and (max-width: 599px) {
  .reason__bg {
    padding-top: 100px;
  }
}
.reason__content {
  padding: 110px 6% 95px;
  margin-bottom: 85px;
  border-radius: 20px;
  background: #FFF;
  position: relative;
}
@media screen and (max-width: 900px) {
  .reason__content {
    padding-bottom: 80px;
  }
}
@media screen and (max-width: 660px) {
  .reason__content {
    padding-inline: 4%;
  }
}
@media screen and (max-width: 599px) {
  .reason__content {
    padding-block: 95px 55px;
  }
}
@media screen and (max-width: 500px) {
  .reason__content {
    padding-top: 80px;
  }
}
.reason__content .common-logo {
  left: -1% !important;
  top: 2%;
}
@media screen and (max-width: 599px) {
  .reason__content .common-logo {
    top: 0.5%;
  }
}
.reason__cards {
  margin-top: 177px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  row-gap: 94px;
}
@media screen and (max-width: 1024px) {
  .reason__cards {
    margin-top: 125px;
  }
}
@media screen and (max-width: 768px) {
  .reason__cards {
    margin-top: 100px;
    row-gap: 70px;
  }
}
@media screen and (max-width: 599px) {
  .reason__cards {
    row-gap: 55px;
    margin-top: 85px;
  }
}
.reason__card {
  flex: 0 0 30.5%;
  position: relative;
}
@media screen and (max-width: 950px) {
  .reason__card {
    flex: 0 0 48%;
  }
}
@media screen and (max-width: 599px) {
  .reason__card {
    flex: 0 0 100%;
  }
}
.reason__banner {
  color: #FFF;
  text-align: center;
  font-size: 20px;
  font-style: normal;
  font-weight: 900;
  transform: rotate(-6deg);
  background: url(../../assets/image/reason-banner.webp) no-repeat center center/contain;
  width: 175px;
  height: 66px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: -30px;
  left: -20px;
}
@media screen and (max-width: 599px) {
  .reason__banner {
    font-size: 18px;
    width: 140px;
    height: 53px;
  }
}
.reason__img img {
  width: 100%;
}
.reason__title {
  margin-block: 16px 14px;
  text-align: center;
  font-size: 20px;
  font-weight: 700;
}
@media screen and (max-width: 599px) {
  .reason__title {
    margin-bottom: 8px;
    font-size: 19px;
  }
}
.reason__text {
  text-align: center;
  font-weight: 400;
  line-height: 200%;
}
@media screen and (max-width: 599px) {
  .reason__text {
    line-height: 175%;
  }
}
.reason__tree img {
  margin-inline: auto;
}

.recommend {
  background: url(../../assets/image/common-bg.webp) no-repeat center center/cover;
}
.recommend .work__title {
  margin-top: 0 !important;
}
.recommend__content {
  margin-block: 30px 70px;
  display: flex;
  align-items: center;
  -moz-column-gap: 5%;
       column-gap: 5%;
}
@media screen and (max-width: 1024px) {
  .recommend__content {
    margin-block: 40px 80px;
  }
}
@media screen and (max-width: 599px) {
  .recommend__content {
    margin-bottom: 45px;
  }
}
.recommend__string {
  flex: 0 0 77.5%;
  position: relative;
  aspect-ratio: 1.4379/1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 15px;
  z-index: 1;
}
.recommend__string::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: url(../../assets/image/message-bubble.webp) no-repeat center center/contain;
  z-index: -1;
}
.recommend__text {
  font-size: 24px;
  font-weight: 700;
  line-height: 150%;
  letter-spacing: -0.48px;
  display: flex;
  align-items: center;
  -moz-column-gap: 4%;
       column-gap: 4%;
  padding-left: 12%;
}
@media screen and (max-width: 768px) {
  .recommend__text {
    font-size: 20px;
    padding-left: 3%;
  }
}
@media screen and (max-width: 599px) {
  .recommend__text {
    font-size: 16px;
  }
}
.recommend__human {
  flex: 0 0 17.5%;
}
.recommend__human img {
  width: 100%;
}

.service {
  background: url(../../assets/image/common-bg.webp) no-repeat center center/cover;
  padding-block: 230px 50px;
  position: relative;
}
@media screen and (max-width: 950px) {
  .service {
    padding-top: 180px;
  }
}
@media screen and (max-width: 500px) {
  .service {
    padding-top: 140px;
  }
}
.service .common-logo {
  left: 13%;
  top: -8%;
}
@media screen and (max-width: 1400px) {
  .service .common-logo {
    left: 4%;
  }
}
@media screen and (max-width: 500px) {
  .service .common-logo {
    top: -5%;
  }
}
.service .common-title {
  margin-left: 10%;
}
@media screen and (max-width: 1200px) {
  .service .common-title {
    margin-left: 0;
  }
}
.service__content {
  margin-top: 65px;
  display: flex;
  justify-content: end;
  -moz-column-gap: 5%;
       column-gap: 5%;
}
@media screen and (max-width: 500px) {
  .service__content {
    flex-direction: column;
    row-gap: 30px;
    align-items: center;
  }
}
.service__content--reverse {
  margin-top: 15px;
  flex-direction: row-reverse;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 1024px) {
  .service__content--reverse {
    padding-block: 60px;
  }
}
@media screen and (max-width: 500px) {
  .service__content--reverse {
    flex-direction: column;
  }
}
@media screen and (max-width: 500px) {
  .service__img img {
    width: 70%;
    margin-inline: auto;
  }
}
.service__img--small {
  flex: 0 0 36%;
}
@media screen and (max-width: 500px) {
  .service__img--small img {
    width: 40%;
    margin-inline: auto;
  }
}
.service__title {
  writing-mode: vertical-rl;
  color: #252525;
  text-align: center;
  font-family: "Inter", sans-serif;
  font-size: 40px;
  font-weight: 600;
  line-height: 190%;
  position: relative;
  padding-block: 10%;
  z-index: 1;
}
@media screen and (max-width: 500px) {
  .service__title {
    font-size: 28px;
  }
}
.service__title span {
  color: #F10A0A;
}
.service__title::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  background: url(../../assets/image/service-bubble.webp) no-repeat center center/contain;
}
.service__text {
  color: #444;
  font-family: "Inter", sans-serif;
  font-size: 24px;
  font-weight: 600;
}
@media screen and (max-width: 900px) {
  .service__text {
    font-size: 2.6vw;
  }
}
@media screen and (max-width: 500px) {
  .service__text {
    font-size: 18px;
  }
}

.road-map {
  background: url(../../assets/image/common-bg.webp) no-repeat center center/cover;
}
.road-map__bg {
  background: url(../../assets/image/road-map-bg.webp) no-repeat center center/cover;
}
.road-map__title {
  color: #444;
  text-align: center;
  font-family: "Inter", sans-serif;
  font-size: 64px;
  font-weight: 600;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 1200px) {
  .road-map__title {
    font-size: 4.5vw;
  }
}
@media screen and (max-width: 768px) {
  .road-map__title {
    font-size: 5.5vw;
  }
}
@media screen and (max-width: 599px) {
  .road-map__title {
    font-size: 21px;
  }
}
.road-map__title::after {
  content: "";
  position: absolute;
  bottom: 10px;
  left: 0;
  width: 100%;
  height: auto;
  aspect-ratio: 21.5925/1;
  z-index: -1;
  background: url(../../assets/image/about-title-bg.webp) no-repeat center center/contain;
}
@media screen and (max-width: 768px) {
  .road-map__title::after {
    bottom: 5px;
  }
}
.road-map__title--big::after {
  aspect-ratio: 47.17/1;
  background: url(../../assets/image/road-map-title-bg.webp) no-repeat center center/contain;
}
.road-map__tree {
  margin-block: 60px 90px;
}
@media screen and (max-width: 599px) {
  .road-map__tree {
    margin-bottom: 60px;
  }
}
.road-map__tree img {
  margin-inline: auto;
}
.road-map__subtitle {
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
}
.road-map__subtitle p {
  color: #444;
  text-align: center;
  font-family: "Inter", sans-serif;
  font-size: 32px;
  font-style: normal;
  font-weight: 600;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
}
@media screen and (max-width: 599px) {
  .road-map__subtitle p {
    font-size: 24px;
  }
}
@media screen and (max-width: 450px) {
  .road-map__subtitle p {
    font-size: 22px;
  }
}
.road-map__pc {
  position: absolute;
  right: -80%;
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (max-width: 1200px) {
  .road-map__pc {
    right: -40%;
  }
}
@media screen and (max-width: 900px) {
  .road-map__pc {
    right: -30%;
  }
}
@media screen and (max-width: 599px) {
  .road-map__pc {
    top: 85%;
    right: -8%;
    width: 15%;
  }
}
.road-map__comments {
  margin-block: 60px 140px;
  aspect-ratio: 1.55/1;
  position: relative;
}
.road-map__lt {
  position: absolute;
  left: 16%;
  top: 23%;
  width: 12.3%;
}
@media screen and (max-width: 599px) {
  .road-map__lt {
    left: 6%;
    top: 15%;
    width: 17.3%;
  }
}
.road-map__lt-bubble {
  position: absolute;
  left: 52%;
  top: -87%;
  width: 192%;
}
.road-map__rt {
  position: absolute;
  right: 22%;
  top: 10%;
  width: 9%;
}
@media screen and (max-width: 599px) {
  .road-map__rt {
    right: 29%;
    top: 10%;
    width: 12%;
  }
}
.road-map__rt-bubble {
  position: absolute;
  right: -225%;
  top: -53%;
  width: 281%;
  z-index: 0;
}
.road-map__rt-human {
  position: relative;
  z-index: 1;
}
.road-map__lu {
  position: absolute;
  left: 12%;
  bottom: 13%;
  width: 7%;
}
@media screen and (max-width: 599px) {
  .road-map__lu {
    bottom: -10%;
    width: 10%;
  }
}
.road-map__lu-bubble {
  position: absolute;
  left: 26%;
  bottom: -68%;
  width: 360%;
}
.road-map__center {
  position: absolute;
  left: 40%;
  bottom: 20%;
  width: 10%;
}
@media screen and (max-width: 1024px) {
  .road-map__center {
    width: 8%;
  }
}
@media screen and (max-width: 599px) {
  .road-map__center {
    width: 10%;
    left: 30%;
    bottom: 6%;
  }
}
.road-map__center-bubble {
  position: absolute;
  left: 12%;
  top: -80%;
  width: 225%;
}
@media screen and (max-width: 1200px) {
  .road-map__center-bubble {
    left: 40%;
    top: -60%;
  }
}
@media screen and (max-width: 1024px) {
  .road-map__center-bubble {
    left: 45%;
    top: -65%;
    width: 289%;
  }
}
.road-map__ru {
  position: absolute;
  right: 29%;
  bottom: 23%;
  width: 11%;
}
@media screen and (max-width: 599px) {
  .road-map__ru {
    bottom: -3%;
    width: 17%;
  }
}
.road-map__ru-bubble {
  position: absolute;
  left: 50%;
  bottom: -62%;
  width: 220%;
}

.office {
  background: url(../../assets/image/common-bg.webp) no-repeat center center/cover;
  padding-block: 140px;
  overflow: hidden;
}
@media screen and (max-width: 1300px) {
  .office {
    padding-block: 180px;
  }
}
@media screen and (max-width: 900px) {
  .office {
    padding-block: 100px;
  }
}
.office__title {
  margin-left: 10%;
}
@media screen and (max-width: 768px) {
  .office__title {
    width: 60%;
  }
}
@media screen and (max-width: 599px) {
  .office__title {
    margin-left: 4%;
    width: 330px;
  }
}
.office__slick {
  margin-top: 50px;
  transform: rotate(-6deg);
}
.office__img {
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: 15px;
}
@media screen and (max-width: 1200px) {
  .office__img {
    width: 300px;
    height: auto;
    aspect-ratio: 1/1;
  }
  .office__img img {
    -o-object-fit: cover;
       object-fit: cover;
    width: 100%;
    height: 100%;
  }
}
@media screen and (max-width: 599px) {
  .office__img {
    width: 150px;
    margin-inline: 7px;
  }
}

.everyday-life {
  background: url(../../assets/image/common-bg.webp) no-repeat center center/cover;
  padding-bottom: 50px;
  overflow: hidden;
}
.everyday-life__content {
  margin-block: 90px 130px;
  padding-inline: 10% 4%;
  display: flex;
  flex-wrap: wrap;
  -moz-column-gap: 2%;
       column-gap: 2%;
  row-gap: 70px;
}
@media screen and (max-width: 1300px) {
  .everyday-life__content {
    row-gap: 70px;
    margin-top: 65px;
  }
}
@media screen and (max-width: 950px) {
  .everyday-life__content {
    margin-block: 70px 110px;
    padding-inline: 5% 2%;
    row-gap: 50px;
  }
}
@media screen and (max-width: 660px) {
  .everyday-life__content {
    margin-bottom: 80px;
    row-gap: 35px;
  }
}
@media screen and (max-width: 500px) {
  .everyday-life__content {
    justify-content: center;
    row-gap: 20px;
    padding-inline: 4%;
    margin-block: 50px 60px;
  }
}
.everyday-life__time, .everyday-life .everyday-life__title {
  text-align: center;
  font-size: 24px;
  font-weight: 600;
}
@media screen and (max-width: 900px) {
  .everyday-life__time, .everyday-life .everyday-life__title {
    font-size: 2.4vw;
  }
}
@media screen and (max-width: 500px) {
  .everyday-life__time, .everyday-life .everyday-life__title {
    font-size: 22px;
  }
}
.everyday-life__title {
  margin-block: 8px 17px;
}
@media screen and (max-width: 900px) {
  .everyday-life__title {
    margin-block: 5px 10px;
  }
}
.everyday-life__title--flex {
  display: flex;
  align-items: center;
  justify-content: center;
}
.everyday-life__card {
  flex: 0 0 18.5%;
  display: flex;
  flex-direction: column;
  justify-content: start;
}
@media screen and (max-width: 1300px) {
  .everyday-life__card {
    flex: 0 0 27%;
  }
}
@media screen and (max-width: 768px) {
  .everyday-life__card {
    flex: 0 0 43%;
  }
}
@media screen and (max-width: 500px) {
  .everyday-life__card {
    flex: 0 0 90%;
  }
}
.everyday-life__triangle {
  flex: 0 0 3%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media screen and (max-width: 500px) {
  .everyday-life__triangle {
    flex: 0 0 10%;
    transform: rotate(90deg);
  }
  .everyday-life__triangle img {
    width: 30px;
  }
}
.everyday-life__img img {
  width: 100%;
}
.everyday-life__text {
  text-align: center;
  font-weight: 500;
  margin-top: 7px;
  flex-grow: 1;
}
@media screen and (max-width: 599px) {
  .everyday-life__text {
    font-size: 18px;
  }
}

.message {
  background: url(../../assets/image/common-bg.webp) no-repeat center center/cover;
}
.message__bg {
  background: url(../../assets/image/message-bg.webp) no-repeat center center/cover;
  padding-block: 120px 300px;
  position: relative;
}
@media screen and (min-width: 1600px) {
  .message__bg {
    padding-top: 230px;
  }
}
@media screen and (max-width: 1024px) {
  .message__bg {
    padding-bottom: 120px;
  }
}
.message__bg .container {
  padding-inline: 12% 9%;
}
@media screen and (max-width: 1200px) {
  .message__bg .container {
    padding-inline: 3%;
  }
}
.message__bg .container .common-logo {
  left: 10.5%;
  top: -9%;
}
@media screen and (max-width: 1600px) {
  .message__bg .container .common-logo {
    left: 9%;
  }
}
@media screen and (max-width: 950px) {
  .message__bg .container .common-logo {
    top: -7%;
  }
}
@media screen and (max-width: 599px) {
  .message__bg .container .common-logo {
    top: -6%;
  }
}
.message__title {
  margin-block: 185px 120px;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
  position: relative;
}
@media screen and (max-width: 1024px) {
  .message__title {
    margin-block: 90px 70px;
  }
}
.message__title p {
  text-align: center;
  font-size: 24px;
  font-weight: 500;
  line-height: 150%;
  letter-spacing: -0.48px;
}
@media screen and (max-width: 1024px) {
  .message__title p {
    font-size: 2.4vw;
  }
}
@media screen and (max-width: 660px) {
  .message__title p {
    font-size: 16px;
  }
}
.message__title .left {
  position: absolute;
  left: -20%;
  top: -90%;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (max-width: 1024px) {
  .message__title .left {
    left: -10%;
    top: -40%;
  }
}
@media screen and (max-width: 768px) {
  .message__title .left {
    width: 17%;
  }
}
@media screen and (max-width: 599px) {
  .message__title .left {
    left: 0%;
    top: -75%;
  }
}
@media screen and (max-width: 500px) {
  .message__title .left {
    top: -50%;
  }
}
.message__title .right {
  position: absolute;
  right: -20%;
  bottom: -90%;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (max-width: 1024px) {
  .message__title .right {
    right: -10%;
    bottom: -40%;
  }
}
@media screen and (max-width: 768px) {
  .message__title .right {
    width: 17%;
  }
}
@media screen and (max-width: 599px) {
  .message__title .right {
    right: 0%;
    bottom: -75%;
  }
}
@media screen and (max-width: 500px) {
  .message__title .right {
    bottom: -50%;
  }
}
.message__column {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 1024px) {
  .message__column {
    flex-direction: column;
    row-gap: 40px;
  }
}
@media screen and (max-width: 599px) {
  .message__column {
    row-gap: 25px;
  }
}
.message__left {
  flex: 0 0 32.5%;
}
.message__img img {
  width: 100%;
}
.message__name {
  margin-top: 55px;
  text-align: center;
  font-size: 24px;
  font-weight: 500;
  letter-spacing: -0.48px;
}
@media screen and (max-width: 1024px) {
  .message__name {
    margin-top: 25px;
  }
}
@media screen and (max-width: 599px) {
  .message__name {
    margin-top: 15px;
    font-size: 20px;
  }
}
.message__string {
  flex: 0 0 67.5%;
  position: relative;
  padding-left: 8%;
  z-index: 1;
}
@media screen and (max-width: 599px) {
  .message__string {
    padding-left: 0;
  }
}
.message__string::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: url(../../assets/image/message-bubble.webp) no-repeat center center/contain;
  z-index: -1;
}
.message__string-title {
  font-family: "Pacifico", cursive;
  font-size: 32px;
  font-weight: 400;
  letter-spacing: -0.64px;
  margin-bottom: 22px;
}
@media screen and (max-width: 599px) {
  .message__string-title {
    font-size: 26px;
  }
}
.message__text-flex {
  display: flex;
  -moz-column-gap: 25px;
       column-gap: 25px;
}
.message__text-flex p {
  font-weight: 500;
  line-height: 110%;
  letter-spacing: -0.32px;
  margin-bottom: 15px;
}
.message__calendar {
  white-space: nowrap;
}
.message__text {
  text-indent: -1em;
  padding-left: 1em;
}

.staff {
  background: url(../../assets/image/common-bg.webp) no-repeat center center/cover;
  padding-bottom: 130px;
  display: none;
}
@media screen and (max-width: 660px) {
  .staff {
    padding-bottom: 80px;
  }
}
@media screen and (max-width: 599px) {
  .staff {
    padding-bottom: 60px;
  }
}
.staff__content {
  border-radius: 20px;
  background: #FFF;
  padding: 130px 5% 75px;
  margin-bottom: 100px;
  position: relative;
}
@media screen and (max-width: 660px) {
  .staff__content {
    margin-bottom: 80px;
  }
}
@media screen and (max-width: 599px) {
  .staff__content {
    padding-block: 100px 60px;
    margin-bottom: 60px;
  }
}
@media screen and (max-width: 500px) {
  .staff__content {
    padding-top: 90px;
  }
}
.staff__content .common-logo {
  left: 1%;
  top: 4%;
}
@media screen and (max-width: 599px) {
  .staff__content .common-logo {
    top: 1%;
  }
}
.staff__content .common-title {
  margin-left: 2.5%;
}
@media screen and (max-width: 1200px) {
  .staff__content .common-title {
    margin-left: 0;
  }
}
.staff__cards {
  margin-top: 100px;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 950px) {
  .staff__cards {
    flex-wrap: wrap;
    row-gap: 40px;
  }
}
@media screen and (max-width: 660px) {
  .staff__cards {
    margin-top: 70px;
  }
}
.staff__card {
  flex: 0 0 28%;
}
@media screen and (max-width: 950px) {
  .staff__card {
    flex: 0 0 48%;
  }
}
@media screen and (max-width: 500px) {
  .staff__card {
    flex: 0 0 100%;
  }
}
.staff__img img {
  width: 100%;
}
.staff__title {
  margin-block: 20px 17px;
  display: flex;
  justify-content: center;
  align-items: end;
  -moz-column-gap: 6%;
       column-gap: 6%;
}
.staff__name {
  color: #444;
  font-size: 24px;
  font-weight: 700;
}
@media screen and (max-width: 599px) {
  .staff__name {
    font-size: 20px;
  }
}
.staff__age {
  color: #444;
  font-size: 18px;
  font-weight: 500;
}
@media screen and (max-width: 599px) {
  .staff__age {
    font-size: 16px;
  }
}
.staff__text {
  color: #444;
  font-weight: 500;
  line-height: 200%;
  position: relative;
  z-index: 1;
}
.staff__text::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: url(../../assets/image/staff-bubble.webp) no-repeat center center/contain;
  z-index: -1;
}

.work {
  background: url(../../assets/image/common-bg.webp) no-repeat center center/cover;
  padding-block: 10px 30px;
}
.work__title {
  margin-top: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 4%;
}
.work__title p {
  font-size: 40px;
  font-weight: 700;
  letter-spacing: -0.8px;
}
@media screen and (max-width: 768px) {
  .work__title p {
    font-size: 5vw;
  }
}
@media screen and (max-width: 900px) {
  .work__title-img {
    width: 12%;
  }
}
.work__banner img {
  margin-inline: auto;
}
.work__supplement {
  margin-block: 20px;
  font-size: 24px;
  font-weight: 500;
  text-align: center;
}
@media screen and (max-width: 660px) {
  .work__supplement {
    font-size: 20px;
  }
}
@media screen and (max-width: 500px) {
  .work__supplement {
    font-size: 17px;
  }
}
.work__content {
  display: flex;
  align-items: center;
  -moz-column-gap: 4%;
       column-gap: 4%;
}
@media screen and (max-width: 599px) {
  .work__content {
    -moz-column-gap: 3%;
         column-gap: 3%;
  }
}
.work__bubble {
  flex: 0 0 72.7%;
  aspect-ratio: 1.5188/1;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
@media screen and (max-width: 599px) {
  .work__bubble {
    flex: 0 0 83%;
  }
}
.work__bubble::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background: url(../../assets/image/work-bubble.webp) no-repeat center center/cover;
}
.work__bubble p {
  font-size: 24px;
  font-weight: 500;
  line-height: 200%;
}
@media screen and (max-width: 900px) {
  .work__bubble p {
    font-size: 2.7vw;
  }
}
@media screen and (max-width: 599px) {
  .work__bubble p {
    font-size: 3.5vw;
  }
}
.work__apron {
  flex: 0 0 23.3%;
}
@media screen and (max-width: 599px) {
  .work__apron {
    flex: 0 0 14%;
  }
}

.step {
  background: url(../../assets/image/common-bg.webp) no-repeat center center/cover;
}
.step__bg {
  background: url(../../assets/image/step-bg.webp) no-repeat center center/cover;
}
.step .container {
  padding-block: 10% 12%;
}
.step__content {
  padding: 90px 9%;
  background: #fff;
  border-radius: 20px;
}
@media screen and (max-width: 900px) {
  .step__content {
    padding: 60px 3%;
  }
}
@media screen and (max-width: 500px) {
  .step__content {
    padding-block: 50px;
  }
}
.step__title {
  text-align: center;
  font-size: 32px;
  font-weight: 700;
  letter-spacing: 0.96px;
  margin-bottom: 65px;
}
@media screen and (max-width: 900px) {
  .step__title {
    font-size: 3vw;
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 768px) {
  .step__title {
    font-size: 24px;
  }
}
@media screen and (max-width: 500px) {
  .step__title {
    font-size: 20px;
  }
}
.step__title br {
  display: none;
}
@media screen and (max-width: 768px) {
  .step__title br {
    display: block;
  }
}
.step__cards {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 950px) {
  .step__cards {
    flex-wrap: wrap;
    row-gap: 30px;
  }
}
@media screen and (max-width: 500px) {
  .step__cards {
    row-gap: 20px;
  }
}
.step__card {
  flex: 0 0 24.5%;
}
@media screen and (max-width: 1100px) {
  .step__card {
    flex: 0 0 30%;
  }
}
@media screen and (max-width: 950px) {
  .step__card {
    flex: 0 0 48%;
  }
}
.step__img img {
  width: 100%;
}
.step__text {
  margin-top: 20px;
  color: #444;
  text-align: center;
  font-size: 20px;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .step__text {
    font-size: 18px;
    margin-top: 15px;
  }
}
@media screen and (max-width: 599px) {
  .step__text {
    font-size: 16px;
  }
}
@media screen and (max-width: 450px) {
  .step__text {
    font-size: 14px;
  }
}

.comment {
  background: url(../../assets/image/common-bg.webp) no-repeat center center/cover;
  padding-bottom: 30px;
}
.comment .container {
  position: relative;
}
.comment__column {
  display: flex;
  align-items: end;
  margin-bottom: 70px;
}
@media screen and (max-width: 1024px) {
  .comment__column {
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 768px) {
  .comment__column {
    justify-content: end;
  }
}
.comment__column--reverse {
  flex-direction: row-reverse;
}
@media screen and (max-width: 1024px) {
  .comment__column--reverse {
    margin-bottom: 70px;
  }
}
@media screen and (max-width: 768px) {
  .comment__column--reverse {
    justify-content: start;
  }
}
.comment__fire {
  flex: 0 0 18%;
}
@media screen and (max-width: 1024px) {
  .comment__fire {
    flex: 0 0 15%;
  }
}
@media screen and (max-width: 768px) {
  .comment__fire {
    position: absolute;
    left: 18%;
    width: 15%;
  }
}
@media screen and (max-width: 599px) {
  .comment__fire {
    left: 10%;
  }
}
.comment__fire img {
  width: 100%;
}
@media screen and (max-width: 768px) {
  .comment__fire--reverse {
    left: auto;
    right: 18%;
  }
}
@media screen and (max-width: 599px) {
  .comment__fire--reverse {
    right: 10%;
  }
}
.comment__text {
  flex: 0 0 70%;
  aspect-ratio: 1.8/1;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  margin-bottom: 70px;
}
@media screen and (max-width: 1024px) {
  .comment__text {
    flex: 0 0 85%;
  }
}
@media screen and (max-width: 599px) {
  .comment__text {
    flex: 0 0 100%;
  }
}
.comment__text::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background: url(../../assets/image/comment-bubble1.webp) no-repeat center center/cover;
}
.comment__text--reverse {
  margin-bottom: 40px;
}
.comment__text--reverse::before {
  background: url(../../assets/image/comment-bubble2.webp) no-repeat center center/cover;
}
.comment__text p {
  font-family: "Inter", sans-serif;
  font-size: 32px;
  font-weight: 600;
}
@media screen and (max-width: 768px) {
  .comment__text p {
    font-size: 3.6vw;
  }
}

.comment__column {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
  pointer-events: none;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  aspect-ratio: 2.16/1;
  /* 重なりを制御 */
}

.comment__column.active {
  opacity: 1;
  pointer-events: auto;
  left: auto;
  top: auto;
  transform: translate(0, 0);
  position: relative;
}

.follow {
  background: url(../../assets/image/common-bg.webp) no-repeat center center/cover;
  position: relative;
  overflow: hidden;
  padding-top: 210px;
}
@media screen and (max-width: 500px) {
  .follow {
    padding-top: 135px;
  }
}
.follow::before {
  content: "";
  position: absolute;
  left: -3%;
  top: 0;
  width: 34%;
  height: auto;
  aspect-ratio: 1.0734/1;
  background: url(../../assets/image/stain-bg.webp) no-repeat center center/contain;
}
.follow .common-logo {
  top: -5%;
  left: 12%;
}
@media screen and (max-width: 1600px) {
  .follow .common-logo {
    left: 9%;
  }
}
@media screen and (max-width: 1400px) {
  .follow .common-logo {
    left: -5%;
  }
}
@media screen and (max-width: 768px) {
  .follow .common-logo {
    top: -4%;
  }
}
@media screen and (max-width: 500px) {
  .follow .common-logo {
    top: -1.5%;
  }
}
.follow__content {
  margin-block: 130px 120px;
  display: flex;
  flex-wrap: wrap;
  -moz-column-gap: 6.5%;
       column-gap: 6.5%;
  row-gap: 80px;
}
@media screen and (max-width: 1300px) {
  .follow__content {
    row-gap: 70px;
  }
}
@media screen and (max-width: 900px) {
  .follow__content {
    row-gap: 45px;
    margin-block: 80px;
  }
}
@media screen and (max-width: 599px) {
  .follow__content {
    margin-block: 60px;
  }
}
@media screen and (max-width: 500px) {
  .follow__content {
    row-gap: 70px;
    justify-content: center;
  }
}
.follow__card {
  flex: 0 0 29%;
  display: flex;
  flex-direction: column;
  position: relative;
}
@media screen and (max-width: 1400px) {
  .follow__card {
    flex: 0 0 28%;
  }
}
@media screen and (max-width: 900px) {
  .follow__card {
    flex: 0 0 27%;
  }
}
@media screen and (max-width: 768px) {
  .follow__card {
    flex: 0 0 44%;
  }
}
@media screen and (max-width: 500px) {
  .follow__card {
    flex: 0 0 90%;
  }
}
.follow__card::after {
  content: "";
  position: absolute;
  right: -20%;
  top: 33%;
  width: 55px;
  height: 55px;
  background: url(../../assets/image/everyday-life-triangle.webp) no-repeat center center/contain;
}
@media screen and (max-width: 1400px) {
  .follow__card::after {
    width: 40px;
    height: 40px;
    right: -18%;
  }
}
@media screen and (max-width: 900px) {
  .follow__card::after {
    width: 30px;
    height: 30px;
    right: -21%;
    top: 24%;
  }
}
@media screen and (max-width: 768px) {
  .follow__card::after {
    right: -13%;
    top: 32%;
  }
}
@media screen and (max-width: 550px) {
  .follow__card::after {
    right: -14%;
  }
}
@media screen and (max-width: 500px) {
  .follow__card::after {
    right: 47%;
    top: auto;
    bottom: -50px;
    transform: rotate(90deg);
  }
}
.follow__card--last::after {
  display: none;
}
.follow__number {
  text-align: center;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
  color: #FF6A00;
  font-size: 64px;
  font-weight: 700;
  line-height: 120%;
  letter-spacing: -1.28px;
  position: relative;
}
@media screen and (max-width: 1024px) {
  .follow__number {
    font-size: 5.5vw;
  }
}
@media screen and (max-width: 500px) {
  .follow__number {
    font-size: 10vw;
  }
}
.follow__number::after {
  content: "";
  position: absolute;
  right: -10px;
  bottom: 5px;
  width: 40px;
  height: 29px;
  background: url(../../assets/image/follow-line.webp) no-repeat center center/contain;
}
@media screen and (max-width: 1024px) {
  .follow__number::after {
    width: 50%;
    height: auto;
    aspect-ratio: 14/11;
  }
}
.follow__img img {
  width: 100%;
}
.follow__string {
  flex-grow: 1;
  position: relative;
  z-index: 1;
}
.follow__string::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: url(../../assets/image/follow-bubble.webp) no-repeat center center/contain;
  z-index: -1;
}
.follow__title {
  color: #444;
  text-align: center;
  font-size: 24px;
  font-weight: 700;
  margin-block: 18px;
}
@media screen and (max-width: 900px) {
  .follow__title {
    font-size: 2.7vw;
  }
}
@media screen and (max-width: 500px) {
  .follow__title {
    font-size: 6vw;
  }
}
.follow__text {
  color: #444;
  font-size: 16px;
  font-weight: 500;
  line-height: 200%;
}

.faq {
  background: url(../../assets/image/common-bg.webp) no-repeat center center/cover;
  position: relative;
}
.faq .container {
  padding-top: 190px;
}
@media screen and (max-width: 1100px) {
  .faq .container {
    padding-top: 150px;
  }
}
@media screen and (max-width: 900px) {
  .faq .container {
    padding-top: 110px;
  }
}
@media screen and (max-width: 660px) {
  .faq .container {
    padding-top: 90px;
  }
}
@media screen and (max-width: 599px) {
  .faq .container {
    padding-top: 60px;
  }
}
.faq__content {
  border-radius: 20px;
  background: #FFF;
  padding-block: 145px 100px;
  padding-inline: 7.25% 4.5%;
  position: relative;
}
@media screen and (max-width: 900px) {
  .faq__content {
    padding-bottom: 70px;
  }
}
@media screen and (max-width: 768px) {
  .faq__content {
    padding-top: 125px;
  }
}
@media screen and (max-width: 500px) {
  .faq__content {
    padding-top: 110px;
  }
}
.faq__content .common-logo {
  left: 0%;
  top: 5%;
}
.faq__accordion {
  padding-bottom: 20px;
  margin-top: 35px;
  border-radius: 10px;
  background: url(../../assets/image/accordion-bg.webp) no-repeat center center/cover;
}
@media screen and (max-width: 900px) {
  .faq__accordion {
    padding-block: 20px;
  }
}
.faq__accordion--first {
  margin-top: 120px;
}
@media screen and (max-width: 900px) {
  .faq__accordion--first {
    margin-top: 70px;
  }
}
.faq__accordion-top {
  display: flex;
  align-items: center;
  -moz-column-gap: 25px;
       column-gap: 25px;
}
@media screen and (max-width: 900px) {
  .faq__accordion-top {
    flex: 0 0 calc(100% - 36px);
  }
}
@media screen and (max-width: 599px) {
  .faq__accordion-top {
    -moz-column-gap: 15px;
         column-gap: 15px;
  }
}
.faq__accordion-q {
  color: #FF6A00;
  font-family: "Hiragino Kaku Gothic ProN";
  font-size: 32px;
  font-weight: 600;
}
@media screen and (max-width: 900px) {
  .faq__accordion-q {
    font-size: 26px;
  }
}
@media screen and (max-width: 599px) {
  .faq__accordion-q {
    font-size: 22px;
  }
}
.faq__accordion-title {
  font-family: "Hiragino Kaku Gothic Pro";
  font-size: 24px;
  font-weight: 300;
  line-height: normal;
}
@media screen and (max-width: 900px) {
  .faq__accordion-title {
    font-size: 20px;
  }
}
@media screen and (max-width: 599px) {
  .faq__accordion-title {
    font-size: 16px;
  }
}
.faq__accordion-circle {
  position: relative;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background-color: #FF6A00;
}
@media screen and (max-width: 599px) {
  .faq__accordion-circle {
    width: 28px;
    height: 28px;
  }
}
.faq__accordion-circle::before {
  content: "";
  width: 4px;
  height: 16px;
  background: #fff;
  position: absolute;
  right: 16px;
  top: 0;
  bottom: 0;
  margin: auto;
  transition: 0.6s ease;
}
@media screen and (max-width: 599px) {
  .faq__accordion-circle::before {
    right: 12px;
  }
}
.faq__accordion-circle::after {
  content: "";
  width: 16px;
  height: 4px;
  background: #fff;
  position: absolute;
  right: 10px;
  top: 0;
  bottom: 0;
  margin: auto;
  transition: 0.6s ease;
}
@media screen and (max-width: 599px) {
  .faq__accordion-circle::after {
    right: 6px;
  }
}
.faq .js-accordion {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 30px 14px 10px 28px;
}
.faq .js-accordion.is-accordion--open .faq__accordion-circle::before {
  transform: rotate(90deg);
}
.faq .js-accordion.is-accordion--open .faq__accordion-circle::after {
  transform: rotate(-180deg);
}
.faq .js-accordion.is-accordion--open + .faq__accordion-under {
  height: auto;
  opacity: 1;
}
.faq .js-accordion--close {
  display: none;
}
.faq__accordion-under {
  height: 0;
  overflow: hidden;
  transition: 0.4s ease;
}
.faq__accordion-line {
  width: 100%;
  height: 3px;
  background: #FFF;
  margin-block: 6px 12px;
}
.faq__accordion-text {
  font-family: "Hiragino Kaku Gothic Pro";
  font-weight: 300;
  padding-left: 54px;
}
@media screen and (max-width: 599px) {
  .faq__accordion-text {
    padding-left: 33px;
  }
}

.contact {
  background: url(../../assets/image/common-bg.webp) no-repeat center center/cover;
  position: relative;
}
.contact::before {
  content: "";
  position: absolute;
  left: -3%;
  top: 0;
  width: 34%;
  height: auto;
  aspect-ratio: 1.0734/1;
  background: url(../../assets/image/stain-bg.webp) no-repeat center center/contain;
}
@media screen and (max-width: 900px) {
  .contact .common-logo {
    left: 0%;
    top: 5%;
  }
}
@media screen and (max-width: 768px) {
  .contact .common-logo {
    top: 8%;
  }
}
@media screen and (max-width: 599px) {
  .contact .common-logo {
    top: 12%;
  }
}
.contact .container {
  padding-block: 274px 172px;
}
@media screen and (max-width: 900px) {
  .contact .container {
    padding-block: 140px 120px;
  }
}
@media screen and (max-width: 660px) {
  .contact .container {
    padding-bottom: 90px;
  }
}
@media screen and (max-width: 599px) {
  .contact .container {
    padding-bottom: 65px;
  }
}
.contact__text {
  text-align: center;
  font-size: 36px;
  font-weight: 500;
  line-height: 200%;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
  margin-block: 120px 40px;
}
@media screen and (max-width: 1024px) {
  .contact__text {
    font-size: 3.7vw;
  }
}
@media screen and (max-width: 660px) {
  .contact__text {
    margin-top: 70px;
  }
}
@media screen and (max-width: 599px) {
  .contact__text {
    font-size: 5vw;
  }
}
.contact__banner {
  background: url(../../assets/image/contact-banner-bg.webp) no-repeat center center/cover;
  border-radius: 20px;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  padding-block: 66px;
  display: block;
}
@media screen and (max-width: 768px) {
  .contact__banner {
    padding-block: 40px;
  }
}
@media screen and (max-width: 599px) {
  .contact__banner {
    padding-block: 15px;
  }
}
.contact__banner p {
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
  color: #FFF;
  text-align: center;
  font-size: 40px;
  font-weight: 700;
  line-height: 200%;
}
@media screen and (max-width: 768px) {
  .contact__banner p {
    font-size: 30px;
  }
}
@media screen and (max-width: 599px) {
  .contact__banner p {
    font-size: 24px;
  }
}

form p {
  margin-top: 20px;
}
form p input[type=text],
form p input[type=email],
form p input[type=tel],
form p textarea {
  border-radius: 5px;
  border: 1px solid #000;
  background: #FFFEFE;
  width: 100%;
  height: 40px;
  padding-left: 1%;
}
form p textarea {
  height: auto;
  aspect-ratio: 3/1;
  resize: vertical;
}
form p input[type=submit] {
  border-radius: 50px;
  background: #8DBB48;
  padding: 5px 60px;
  color: #FFF;
  text-align: center;
  font-family: "Hiragino Kaku Gothic Pro";
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
}
@media screen and (max-width: 660px) {
  form p input[type=submit] {
    font-size: 18px;
  }
}

.page-contact__content {
  border-radius: 20px;
  background: #FFF;
  padding: 90px 4% 100px 2%;
}
@media screen and (max-width: 660px) {
  .page-contact__content {
    padding-block: 55px;
  }
}
.page-contact__content h1 {
  font-size: 28px;
  font-weight: 700;
  margin-bottom: 40px;
}
@media screen and (max-width: 599px) {
  .page-contact__content h1 {
    font-size: 20px;
    margin-bottom: 25px;
  }
}
.page-contact__column {
  display: flex;
  align-items: center;
  margin-bottom: 55px;
}
@media screen and (max-width: 1200px) {
  .page-contact__column {
    flex-direction: column;
    row-gap: 20px;
    align-items: start;
  }
}
@media screen and (max-width: 660px) {
  .page-contact__column {
    margin-bottom: 25px;
    row-gap: 5px;
  }
}
.page-contact__column p:has(.page-contact__title) {
  flex: 0 0 21%;
  margin-top: 0 !important;
}
@media screen and (min-width: 1700px) {
  .page-contact__column p:has(.page-contact__title) {
    flex: 0 0 25%;
  }
}
.page-contact__title {
  color: #000;
  font-family: "Hiragino Kaku Gothic Pro";
  font-size: 24px;
  font-weight: 600;
}
@media screen and (max-width: 660px) {
  .page-contact__title {
    font-size: 16px;
  }
}
.page-contact__title span {
  background: #FF6A00;
  padding-inline: 10px;
  color: #FFF;
  font-family: "Hiragino Kaku Gothic Pro";
  font-size: 16px;
  font-weight: 600;
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  margin-bottom: 15px;
}
@media screen and (max-width: 660px) {
  .page-contact__title span {
    font-size: 14px;
    margin-bottom: 5px;
  }
}
.page-contact__input {
  flex: 0 0 79%;
}
@media screen and (min-width: 1700px) {
  .page-contact__input {
    flex: 0 0 75%;
  }
}
@media screen and (max-width: 1200px) {
  .page-contact__input {
    width: 100%;
  }
}
.page-contact__input p {
  margin-top: 0 !important;
}
.page-contact__input input, .page-contact__input textarea {
  border-radius: 5px;
  border: 1px solid #000;
  background: #FFFEFE;
  padding-left: 4% !important;
}
.page-contact__input input {
  width: 100% !important;
  height: 80px !important;
}
@media screen and (max-width: 660px) {
  .page-contact__input input {
    height: 50px !important;
  }
}
.page-contact__input textarea {
  padding: 4% !important;
  width: 100% !important;
  resize: vertical;
}
.page-contact__input--flex p {
  display: flex;
  justify-content: space-between;
}
.page-contact__input--flex p .wpcf7-form-control-wrap {
  flex: 0 0 48%;
}
.page-contact__check p {
  text-align: center;
  color: #000;
  font-family: "Hiragino Kaku Gothic Pro";
  font-size: 24px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
}
@media screen and (max-width: 660px) {
  .page-contact__check p {
    font-size: 16px;
  }
}
.page-contact__check p input {
  width: 35px;
  height: 35px;
  border-radius: 10px;
  margin-right: 10px;
}
@media screen and (max-width: 660px) {
  .page-contact__check p input {
    width: 20px;
    height: 20px;
  }
}
.page-contact__button {
  margin-top: 90px;
}
@media screen and (max-width: 660px) {
  .page-contact__button {
    margin-top: 50px;
  }
}
.page-contact__button p {
  text-align: center;
}
.page-contact__button input {
  border-radius: 50px;
  background: #8DBB48;
  padding: 18px 150px !important;
  color: #FFF;
  text-align: center;
  font-family: "Hiragino Kaku Gothic Pro";
  font-size: 32px !important;
  font-style: normal;
  font-weight: 600;
}
@media screen and (max-width: 660px) {
  .page-contact__button input {
    font-size: 18px !important;
    padding: 10px 60px !important;
  }
}
.page-contact .wpcf7-spinner {
  display: none;
}

.page-news__content {
  display: flex;
  -moz-column-gap: 5%;
       column-gap: 5%;
  row-gap: 40px;
  flex-wrap: wrap;
}
.page-news__column {
  flex: 0 0 30%;
}
.page-news__thumbnail {
  margin-bottom: 20px;
}
.page-news__thumbnail img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}
.page-news__days {
  text-align: center;
  margin-top: 10px;
}
.page-news__title {
  text-align: center;
  margin-top: 5px;
  color: #000;
  font-size: 24px;
  font-weight: 700;
  line-height: 120%;
  letter-spacing: -0.4px;
}
.page-news .nav-links {
  margin-top: 50px;
  text-align: center;
  display: flex;
  justify-content: center;
  gap: 10px;
}
.page-news .nav-links .current {
  border-bottom: 1px solid;
}
.page-news .nav-links .page-numbers {
  font-size: 24px;
  flex: 0 0 30px;
}
.page-news__single {
  border-radius: 20px;
  background: #FFF;
  padding: 70px 7%;
}
@media screen and (max-width: 599px) {
  .page-news__single {
    padding: 30px 5%;
  }
}
.page-news__img {
  margin-bottom: 70px;
}
.page-news__img img {
  width: 100%;
  height: 100%;
}

h2.wp-block-heading {
  margin-block: 40px 20px;
  padding: 20px;
  background: #8DBB48;
  color: #FFF;
  font-size: 24px;
  font-weight: 700;
  line-height: 150%;
  letter-spacing: -0.48px;
  position: relative;
}
@media screen and (max-width: 599px) {
  h2.wp-block-heading {
    font-size: 20px;
  }
}
h2.wp-block-heading::before {
  content: "";
  position: absolute;
  left: 0;
  top: 10px;
  width: 100%;
  height: 2px;
  background: #fff;
}
h2.wp-block-heading::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 10px;
  width: 100%;
  height: 2px;
  background: #fff;
}

h3.wp-block-heading {
  margin-block: 10px 20px;
  padding: 20px;
  font-size: 20px;
  font-weight: 900;
  line-height: 150%;
  letter-spacing: -0.48px;
  position: relative;
}
h3.wp-block-heading::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background: #dcdcdc;
}
h3.wp-block-heading::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 30%;
  height: 1px;
  background: #8DBB48;
}

.wp-block-list {
  padding-left: 40px;
}
@media screen and (max-width: 500px) {
  .wp-block-list {
    padding-left: 25px;
  }
}
.wp-block-list li {
  list-style: disc;
}
@media screen and (max-width: 500px) {
  .wp-block-list .wp-block-list {
    padding-left: 15px;
  }
}
.wp-block-list .wp-block-list li {
  list-style: circle;
}

.is-style-check_list {
  padding-left: 0;
  margin-block: 30px;
}
.is-style-check_list .has-large-font-size {
  position: relative;
  margin-block: 15px;
  list-style: none !important;
}
@media screen and (max-width: 500px) {
  .is-style-check_list .has-large-font-size strong {
    font-size: 17px;
  }
}

.is-style-num_circle {
  padding-left: 20px;
}
@media screen and (max-width: 500px) {
  .is-style-num_circle {
    padding-left: 10px;
  }
}
.is-style-num_circle li {
  position: relative;
  margin-bottom: 10px;
  list-style: none;
}/*# sourceMappingURL=style.css.map */