@charset "UTF-8";

:root {
  /* --main-color: #38785B; */
  --main-color: #007a59;
  --sub-color: #d7ded6;
  --beige-dark-color: #d5ddd5;
  --black-color: #3d3a39;
  --yellow-color: #f3d04d;
  --gray-color: #f4f4f4;
  --base-font-family: "FP-こぶりなゴシック StdN W6", "こぶりなゴシック StdN W6", "FP-KoburinaGoStdN-W6", sans-serif;
  --sp-page-width: calc(100vw - 30px);
  --page-width: calc(100vw - 100px);
  --max-page-width: 1200px;
  --anime-transition: all 0.3s;
  --anime-opacity: 0.86;
}

* {
  box-sizing: border-box;
}

@media screen and (min-width: 769px) {
  :root {
    --wrapper-padding: 120px 0;
  }
}

html,
body {
  color: var(--black-color);
  font-family: var(--base-font-family);
  overflow-x: hidden;
}

html {
  font-size: 62.5%;
}

body {
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 1.1;
}

main {
  padding-top: 60px;
}

.page-wrapper {
  width: 100vw;
  height: fit-content;
  overflow-x: hidden;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}

a {
  color: var(--black-color);
  text-decoration: none;
}

ul {
  list-style: none;
}

h1,
h2,
h3 {
  font-weight: 600;
  color: var(--black-color);
}

h1 {
  font-size: 3.6rem;
}

h2 {
  font-size: 3rem;
}

h3 {
  font-size: 1.8rem;
}

.page-container {
  width: var(--sp-page-width);
  max-width: var(--max-page-width);
  margin: 0 auto;
  position: relative;
}

.wrapper {
  padding: var(--wrapper-padding);
}

@media screen and (max-width: 768px) {
  .for-tab:not(.for-sp) {
    display: none;
  }

  .for-pc {
    display: none !important;
  }
}

@media screen and (min-width: 769px) {
  .for-sp {
    display: none !important;
  }

  .for-tab {
    display: none;
  }

  body {
    font-size: 16px;
    font-size: 1.6rem;
  }

  main {
    padding-top: 100px;
  }
  .page-container {
    width: var(--page-width);
  }

  a {
    transition: var(--anime-transition);
  }
}

@media screen and (min-width: 769px) and (max-width: 1024px) {
  .for-tab {
    display: block;
  }
}

/* ==================================
== swiper
================================== */
.swiper-button-prev,
.swiper-button-next {
  background: url("../images/common/slide-arrow.svg") no-repeat center center / contain;
  width: 15px;
  aspect-ratio: 0.5;
}

.swiper-button-prev {
  left: -30px;
}

.swiper-button-next {
  right: -30px;
}

.swiper-button-prev::after,
.swiper-button-next::after {
  content: "";
  display: none;
}

.swiper-button-next {
  transform: scaleX(-1);
}

/* ==================================
== section-header
================================== */
.section-header {
  font-size: clamp(3rem, 3.4375vw, 5.5rem);
  letter-spacing: 0.1em;
  padding-left: clamp(43.75px, 4.375vw, 70px);
  margin-bottom: clamp(39.375px, 3.9375vw, 63px);
  position: relative;
}

.section-header:before {
  content: "";
  display: block;
  width: clamp(30px, 3vw, 48px);
  aspect-ratio: 1;
  background: no-repeat left center / 100%;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB3aWR0aD0iNDguNDUzIiBoZWlnaHQ9IjQ0Ljk4OCIgdmlld0JveD0iMCAwIDQ4LjQ1MyA0NC45ODgiPjxkZWZzPjxjbGlwUGF0aCBpZD0iYSI+PHJlY3Qgd2lkdGg9IjQ4LjQ1MyIgaGVpZ2h0PSI0NC45ODgiIGZpbGw9Im5vbmUiLz48L2NsaXBQYXRoPjwvZGVmcz48ZyBjbGlwLXBhdGg9InVybCgjYSkiPjxwYXRoIGQ9Ik00Ny44OTEsNzkuNzhIMTAuOTJhLjU2LjU2LDAsMCwwLS41LjNMLjA2NCw5OS44MjdhLjU2MS41NjEsMCwwLDAsLjUuODIxSDM3LjUzMmEuNTYuNTYsMCwwLDAsLjUtLjNMNDguMzg3LDgwLjZhLjU2MS41NjEsMCwwLDAtLjUtLjgyMSIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMCAtNTUuNjYpIiBmaWxsPSIjMzg3ODViIi8+PHBhdGggZD0iTS41NjIsMEgzNy41MzJhLjU2LjU2LDAsMCwxLC41LjNMNDguMzg4LDIwLjA0N2EuNTYxLjU2MSwwLDAsMS0uNS44MjFIMTAuOTJhLjU2LjU2LDAsMCwxLS41LS4zTC4wNjUuODIxQS41NjEuNTYxLDAsMCwxLC41NjIsMCIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMCkiIGZpbGw9IiMzODc4NWIiLz48L2c+PC9zdmc+");
  position: absolute;
  left: 0;
  top: calc(50% - 5px);
  transform: translateY(-50%);
}

@media screen and (max-width: 768px) {
  .section-header {
    line-height: 1.2;
  }
}

@media screen and (min-width: 769px) {
}

/* ==================================
== section-sub-header
================================== */
.section-sub-header {
  font-size: clamp(2.25rem, 2.25vw, 3.6rem);
  letter-spacing: 0.01em;
  line-height: 1.2;
  padding-top: clamp(30px, 3.75vw, 60px);
  margin: 0 0 clamp(37.5px, 3.75vw, 60px);
  position: relative;
}

.section-sub-header:before {
  content: "";
  display: block;
  width: clamp(56.25px, 5.625vw, 90px);
  height: clamp(16.875px, 1.6875vw, 27px);
  background: no-repeat left center / 100%;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB3aWR0aD0iOTEiIGhlaWdodD0iMjcuMTI5IiB2aWV3Qm94PSIwIDAgOTEgMjcuMTI5Ij48ZGVmcz48Y2xpcFBhdGggaWQ9ImEiPjxyZWN0IHdpZHRoPSI5MSIgaGVpZ2h0PSIyNy4xMjkiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDAgMCkiIGZpbGw9Im5vbmUiLz48L2NsaXBQYXRoPjwvZGVmcz48ZyB0cmFuc2Zvcm09InRyYW5zbGF0ZSgwIDApIj48ZyB0cmFuc2Zvcm09InRyYW5zbGF0ZSgwIDApIiBjbGlwLXBhdGg9InVybCgjYSkiPjxwYXRoIGQ9Ik0yNS4zMzgsMEgxNC4yYS43MjguNzI4LDAsMCwwLS42NDUuMzlMLjA4NSwyNi4wNjJBLjcyOS43MjksMCwwLDAsLjczLDI3LjEyOUgxMS44NzFhLjcyOC43MjgsMCwwLDAsLjY0NS0uMzlMMjUuOTgzLDEuMDY3QS43MjkuNzI5LDAsMCwwLDI1LjMzOCwwIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgwIDApIiBmaWxsPSIjMzg3ODViIi8+PHBhdGggZD0iTTgwLjQwOCwwSDY5LjI2N2EuNzI4LjcyOCwwLDAsMC0uNjQ1LjM5TDU1LjE1NSwyNi4wNjJhLjcyOS43MjksMCwwLDAsLjY0NSwxLjA2N0g2Ni45NDFhLjcyOC43MjgsMCwwLDAsLjY0NS0uMzlMODEuMDUzLDEuMDY3QS43MjkuNzI5LDAsMCwwLDgwLjQwOCwwIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtMzMuNDI2IDApIiBmaWxsPSIjMzg3ODViIi8+PHBhdGggZD0iTTEzNS40NzcsMEgxMjQuMzM2YS43MjguNzI4LDAsMCwwLS42NDUuMzlMMTEwLjIyNCwyNi4wNjJhLjcyOS43MjksMCwwLDAsLjY0NSwxLjA2N0gxMjIuMDFhLjcyOS43MjksMCwwLDAsLjY0NS0uMzlMMTM2LjEyMiwxLjA2N0EuNzI5LjcyOSwwLDAsMCwxMzUuNDc3LDAiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC02Ni44NTEgMCkiIGZpbGw9IiMzODc4NWIiLz48cGF0aCBkPSJNMTkwLjU0NiwwSDE3OS40YS43MjguNzI4LDAsMCwwLS42NDUuMzlMMTY1LjI5MiwyNi4wNjJhLjcyOS43MjksMCwwLDAsLjY0NSwxLjA2N2gxMS4xNDFhLjcyOS43MjksMCwwLDAsLjY0NS0uMzlMMTkxLjE5MSwxLjA2N0EuNzI5LjcyOSwwLDAsMCwxOTAuNTQ2LDAiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC0xMDAuMjc2IDApIiBmaWxsPSIjMzg3ODViIi8+PC9nPjwvZz48L3N2Zz4=");
  position: absolute;
  left: 0;
  top: 0;
}

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

@media screen and (min-width: 769px) {
  .section-sub-header {
    line-height: 1.6;
  }
}

/* ==================================
== section-header-line
================================== */
.section-header-line {
  font-size: clamp(1.9rem, 1.75vw, 2.8rem);
  letter-spacing: 0.01em;
  padding-left: min(253px, 15.8125vw);
  margin-bottom: clamp(25px, 2.5vw, 40px);
  position: relative;
  overflow: hidden;
}

.section-header-line:before {
  content: "";
  display: block;
  width: min(240px, 15vw);
  aspect-ratio: 10;
  background-color: var(--yellow-color);
  position: absolute;
  left: -10px;
  top: 48%;
  transform: translateY(-50%) skewX(-27deg);
}

@media screen and (max-width: 768px) {
  .section-header-line:before {
    aspect-ratio: 5;
  }
}

@media screen and (min-width: 769px) {
}

/* ==================================
== scroll reveal (left)
================================== */
html.js-scroll-reveal .action-left-to-right {
  /* 左→右へ徐々に見せる（参照サイトの考え方に寄せる） */
  clip-path: inset(0 100% 0 0);
  transition: clip-path 1.5s ease;
  will-change: opacity, clip-path;
}

html.js-scroll-reveal .action-left-to-right.is-active {
  clip-path: inset(0 0 0 0);
}

@media screen and (max-width: 768px) {
  html.js-scroll-reveal .action-left-to-right {
    /* モバイルも同じく左→右のマスク出現 */
    clip-path: inset(0 100% 0 0);
  }
}

html.js-scroll-reveal .action-bottom-to-top {
  opacity: 0;
}
html.js-scroll-reveal .action-bottom-to-top.is-active {
  animation: 1s fadeup ease-in-out forwards;
}

@keyframes fadeup {
  0% {
    opacity: 0;
    transform: translateY(40px);
  }

  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

/* ==================================
== .page-header
================================== */
.page-header {
  width: 100%;
  height: 60px;
  background-color: #fff;
  display: flex;
  align-items: center;
  padding: 0 30px;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99;
}

.page-header .header__logo {
  min-width: 140px;
  position: relative;
  z-index: 9999;
}

.page-header .header__cta {
  display: flex;
  align-items: center;
  gap: 0 20px;
  margin-left: auto;
  position: relative;
  z-index: 9999;
}

.page-header .header__cta li a {
  color: var(--main-color);
  font-size: clamp(1.375rem, 1.375vw, 1.6rem);
  height: 75px;
  width: clamp(200px, 23vw, 320px);
  border: 1px solid transparent;
  padding: 0 14px 0 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--sub-color);
  transition: var(--anime-transition);
}

.page-header.show .header__cta li a {
  border: 1px solid #fff;
}

.page-header .header__cta li a:hover {
  background-color: var(--main-color);
  color: #fff;
}

.page-header .header__cta li a img {
  margin-right: auto;
}

.page-header .header__cta li.caravan a img {
  width: clamp(20px, 2.0625vw, 33px);
}

.page-header .header__cta li.document a img {
  width: clamp(21px, 2.125vw, 34px);
}

.page-header .header__cta li.contact a img {
  width: clamp(25px, 2.5vw, 40px);
}

.page-header .header__cta li a svg {
  stroke: #888888;
  width: 34px;
  padding-left: 10px;
  aspect-ratio: 3;
  margin-left: auto;
}

.page-header .header__cta li a:hover svg {
  stroke: #fff;
}

.page-header .nav_toggle {
  width: 28px;
  height: 20px;
  position: relative;
  z-index: 9999;
  margin-left: min(50px, 3vw);
}

.page-header .nav_toggle i {
  display: block;
  width: 28px;
  height: 2px;
  background-color: #000;
  position: absolute;
  left: 50%;
  transform: translate(-50%, 0);
  transition:
    transform 0.5s,
    opacity 0.5s;
}

.page-header .nav_toggle i:nth-child(1) {
  top: 0;
}

.page-header .nav_toggle i:nth-child(2) {
  top: 0;
  bottom: 0;
  margin: auto;
}

.page-header .nav_toggle i:nth-child(3) {
  bottom: 0;
}

.page-header.show .nav_toggle i:nth-child(1) {
  bottom: 0;
  margin: auto;
  transform: translate(-50%, 0) rotate(-45deg);
}

.page-header.show .nav_toggle i:nth-child(2) {
  opacity: 0;
}

.page-header.show .nav_toggle i:nth-child(3) {
  top: 0;
  margin: auto;
  transform: translate(-50%, 0) rotate(45deg);
}

.page-header .header__nav {
  padding: 80px 30px 30px;
  margin: 0;
  overflow: scroll;
  width: 100vw;
  height: 100vh;
  height: calc(var(--vh) * 100);
  background: var(--sub-color);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition:
    opacity 0.5s ease,
    visibility 0.5s ease;
}

.page-header.show .header__nav .arrow {
  width: clamp(23.75px, 2.375vw, 38px);
  aspect-ratio: 3;
  stroke: var(--main-color);
  margin-left: auto;
}

.page-header.show .header__nav {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

.header__nav__anchors > li {
  margin-bottom: 30px;
}

.header__nav__anchors > li > a {
  font-size: min(4.4vw, 2rem);
  letter-spacing: 0.1em;
  color: var(--main-color);
  display: flex;
  align-items: center;
  gap: 15px;
}

.header__nav__anchors > li .header__nav__anchors__child {
  margin-top: 20px;
}

.header__nav__anchors > li .header__nav__anchors__child li {
  display: flex;
  align-items: center;
  gap: 0 10px;
}

.header__nav__anchors > li .header__nav__anchors__child li::before {
  content: "";
  display: block;
  width: 15px;
  height: 2px;
  background: var(--main-color);
}

.header__nav__anchors > li .header__nav__anchors__child li:not(:last-child) {
  margin-bottom: 20px;
}

.header__nav__anchors > li .header__nav__anchors__child li a {
  font-size: min(3.8vw, 1.6rem);
  letter-spacing: 0.01em;
}

.header__nav__footer__list {
  padding-top: 38px;
  border-top: 1px solid var(--main-color);
}

.header__nav__footer__list li a {
  font-size: 1.6rem;
  letter-spacing: 0.1em;
  display: flex;
  align-items: center;
  gap: 0 20px;
}

@media screen and (max-width: 768px) {
  .page-header {
    justify-content: space-between;
  }

  .header__nav__footer__list li:first-child {
    margin-bottom: 20px;
  }
}

@media screen and (min-width: 769px) {
  .page-header {
    height: 100px;
    padding: 0 clamp(20px, 2vw, 50px);
  }

  .page-header .header__logo {
    min-width: 150px;
  }

  .page-header .header__nav {
    padding: clamp(120px, 10.416666666666666vh, 160px) clamp(20px, 12.5vw, 200px) clamp(20px, 2.0833333333333335vh, 50px);
  }

  .header__nav__content {
    display: flex;
    justify-content: space-between;
  }

  .header__nav__anchors > li {
    margin-bottom: clamp(30px, 8.350730688935283vh, 80px);
  }

  .header__nav__anchors > li > a {
    font-size: clamp(2.5rem, 4.175365344467641vh, 4rem);
    gap: clamp(20px, 2vw, 30px);
  }

  .header__nav__anchors > li .header__nav__anchors__child {
    margin-top: 50px;
  }

  .header__nav__anchors > li .header__nav__anchors__child li {
    gap: 0 20px;
  }

  .header__nav__anchors > li .header__nav__anchors__child li::before {
    width: 30px;
  }

  .header__nav__anchors > li .header__nav__anchors__child li:not(:last-child) {
    margin-bottom: clamp(10px, 2.9646709565529645vh, 30px);
  }

  .header__nav__anchors > li .header__nav__anchors__child li a {
    font-size: 1.8rem;
    letter-spacing: 0.01em;
  }

  .header__nav__footer__list {
    display: flex;
    align-items: center;
    gap: 0 72px;
    padding-top: 38px;
    border-top: 1px solid var(--main-color);
    position: relative;
    z-index: 1;
  }

  .header__nav__footer__list li::after {
    content: "";
    display: block;
    height: 100%;
    aspect-ratio: 2.9766674254495786;
    background: url(../images/common/menu-icon.svg) no-repeat right bottom / contain;
    right: 0;
    top: 10px;
    position: absolute;
    z-index: 1;
  }

  .header__nav__footer__list li a {
    font-size: clamp(1.6rem, 1.8789144050104383vh, 1.8rem);
  }

  .only-m {
    display: none;
  }
}

@media screen and (max-width: 1360px) {
  .only-m {
    display: block;
  }
}
@media screen and (max-width: 980px) {
  .page-header .header__cta li a {
    width: 100% !important;
  }
  .header__nav__footer__list li::after {
    content: none;
  }
}
@media screen and (max-width: 850px) {
  .page-header {
    justify-content: space-between;
  }
  .page-header .header__cta {
    display: none;
  }
}
/* ==================================
== kv
================================== */

#kv {
  position: relative;
  overflow: hidden;
}

#kv .kv__image {
  height: 100%;
}

#kv .kv__image img {
  width: 100%;
  max-width: 100%;
}

#kv .kv__content {
  bottom: 10%;
  left: -30px;
  position: absolute;
  z-index: 2;
  padding-right: 1vw;
}

#kv .kv__content p {
  font-size: clamp(2rem, 2.571428571428571vw, 3.6rem);
  color: #fff;
  background: rgba(56, 120, 91, 0.8);
  width: max-content;
  display: block;
  padding: 10px min(46px, 2.875vw) 10px clamp(40px, 8.125vw, 130px);
  transform: skewX(-27deg);
}

#kv .kv__content p:not(:last-child) {
  margin-bottom: clamp(10px, 1.25vw, 20px);
}

#kv .kv__content p span {
  display: inline-block;
  transform: skewX(27deg);
}

/* ==================================
== news
================================== */
#section1 {
  padding-top: 145px;
}

#section1 .news-wrapper .news__list {
  width: 100vw;
  margin-left: -15px;
}

.news__list__item__thumbnail {
  width: 100%;
  aspect-ratio: 1.44;
  border-radius: 10px;
  overflow: hidden;
}

.news__list__item__thumbnail img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.news__list__item__info {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 1.3rem;
  font-weight: 700;
  margin: 16px 0 30px;
}

.news__list__item__info__category {
  width: 172px;
  padding: 7px 10px;
  background: var(--yellow-color);
  text-align: center;
}

#section1 .news__list__more a {
  color: #fff;
  font-size: min(2rem, 5vw);
  letter-spacing: 0.1em;
  width: 100%;
  height: 50px;
  background: var(--main-color);
  border: 1px solid var(--main-color);
  border-radius: 3px;
  margin: 50px auto 0;
  padding: 0 36px;
  display: flex;
  align-items: center;
  justify-content: center;
}

#section1 .news__list__more a:hover {
  color: var(--main-color);
  background: #fff;
}

#section1 .news__list__more a:hover .arrow {
  stroke: var(--main-color);
}

#section1 .news__list__more a span,
#section1 .news__list__more a .arrow {
  margin-left: auto;
}

#section1 .news__list__more a .arrow {
  stroke: #fff;
  width: 45px;
  aspect-ratio: 4;
}

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

@media screen and (min-width: 769px) {
  #section1 .news-wrapper .news__list {
    width: 100%;
    margin: 0;
  }
  #section1 .news__list__more a {
    width: 450px;
    max-width: 100%;
    height: 60px;
    margin: 100px auto 0;
  }
  #section1 .news__list__more a .arrow {
    width: 56px;
  }
}

/* ==================================
== section2
================================== */
#section2 {
  padding-top: 70px;
  position: relative;
}

#section2 .section-sub-header {
  margin-top: clamp(60px, 6.875vw, 110px);
}

.section2-solution {
  margin-top: 56px;
  position: relative;
}

.section2-solution-bg {
  width: 100vw;
}

.section2-solution h3 {
  width: 89.63333333333333vw;
  text-align: center;
  top: 10.8vw;
  left: 50%;
  transform: translateX(-50%);
  position: absolute;
  z-index: 2;
}

.section2-solution-text {
  position: absolute;
  z-index: 2;
}

#section2 p {
  font-size: 1.6rem;
  line-height: 1.8;
  letter-spacing: 0.05em;
}

@media screen and (max-width: 768px) {
  #section2 .section2-bg {
    width: 70%;
    margin: 40px auto 0;
    display: block;
  }
  .section2-solution__text1 {
    width: 54.666666666666664vw;
    top: 27.2vw;
    left: 2.5vw;
  }

  .section2-solution__text2 {
    width: 67.33333333333333vw;
    top: 38.6vw;
    right: 2vw;
  }

  .section2-solution__text3 {
    width: 49.333333333333336vw;
    top: 51.3vw;
    left: 1vw;
  }

  .section2-solution__text4 {
    width: 38.93333333333333vw;
    top: 62.8vw;
    right: 2.7vw;
  }

  .section2-solution__text5 {
    width: 28.666666666666668vw;
    top: 98.9vw;
    left: 1.2vw;
  }

  .section2-solution__text6 {
    width: 35.6vw;
    top: 103.7vw;
    right: 1vw;
  }

  .section2-solution__text7 {
    width: 44vw;
    top: 139.2vw;
    left: 6.7vw;
  }

  .section2-solution__text8 {
    width: 36.93333333333334vw;
    top: 140.2vw;
    right: 5vw;
  }

  .section2-solution__text9 {
    width: 76vw;
    top: 155.9vw;
    left: 15.4vw;
  }
}

@media screen and (min-width: 769px) {
  #section2 {
    padding-top: 145px;
  }

  #section2 p {
    width: 49.166666666666664vw;
  }

  #section2 .page-container:after {
    content: "";
    display: block;
    width: min(325px, 27.083333333333332vw);
    aspect-ratio: 1.19485;
    background: url(../images/home/section2-bg.svg) no-repeat center center / contain;
    position: absolute;
    top: 290px;
    right: -5cqw;
    z-index: -1;
  }

  .section2-solution {
    margin-top: 85px;
  }

  .section2-solution h3 {
    width: 48.910625vw;
    top: 3.3vw;
  }

  .section2-solution__text1 {
    width: 25.624999999999996vw;
    top: 9.2vw;
    left: 14.5vw;
  }

  .section2-solution__text2 {
    width: 27vw;
    top: 9.2vw;
    right: 16vw;
  }

  .section2-solution__text3 {
    width: 24.375vw;
    top: 18.7vw;
    left: 12.5vw;
  }

  .section2-solution__text4 {
    width: 15.375vw;
    top: 16.4vw;
    right: 15.4vw;
  }

  .section2-solution__text5 {
    width: 26.375vw;
    top: 24.6vw;
    right: 10.4vw;
  }

  .section2-solution__text6 {
    width: 18vw;
    top: 35.7vw;
    left: 18vw;
  }

  .section2-solution__text7 {
    width: 16.75vw;
    top: 34.55vw;
    right: 14.9vw;
  }

  .section2-solution__text8 {
    width: 27.375vw;
    top: 41.6vw;
    left: 34vw;
  }
}
@media screen and (min-width: 769px) and (max-width: 1360px) {
  #section2 .page-container:after {
    right: 0;
  }
}

/* ==================================
== section3
================================== */
#section3 {
  padding-top: clamp(75px, 7.55vw, 120px);
  position: relative;
}

#section3 .intro p,
#section3 .caravan p {
  font-size: 1.6rem;
  line-height: 1.8;
  letter-spacing: 0.05em;
}

@media screen and (max-width: 768px) {
  #section3 .section3-bg {
    width: 70%;
    margin: 40px auto 0;
    display: block;
  }
}

@media screen and (min-width: 769px) {
  #section3 .intro p,
  #section3 .caravan p {
    width: 70%;
    max-width: 860px;
  }
  #section3 #caravan .page-container:after {
    content: "";
    display: block;
    width: clamp(203.125px, 20.3125vw, 325px);
    aspect-ratio: 1.2172;
    background: url(../images/home/section3-bg-1.svg) no-repeat center center / contain;
    position: absolute;
    top: -170px;
    right: -5cqw;
    z-index: -1;
  }
}
@media screen and (min-width: 769px) and (max-width: 1360px) {
  #section3 #caravan .page-container:after {
    top: -12vw;
    right: 0;
  }
}

/* ==================================
== caravan
================================== */
#caravan {
  padding-top: clamp(60px, 6.875vw, 110px);
}

#caravan p {
  font-size: 1.6rem;
  line-height: 1.8;
}

@media screen and (min-width: 769px) {
  #caravan p {
    width: 77%;
  }
}

/* ==================================
== demonstration
================================== */

#demonstration {
  padding-top: 110px;
  position: relative;
  z-index: 1;
}

#demonstration p {
  font-size: 1.6rem;
  letter-spacing: 0.01em;
  line-height: 1.875;
}

.demonstration__grid {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: clamp(68.75px, 6.875vw, 110px);
  margin-top: clamp(30px, 3.875vw, 62px);
}

.demonstration__grid__item h4 {
  font-size: 1.6rem;
  letter-spacing: 0.01em;
  width: 310px;
  padding: 10px;
  background-color: var(--sub-color);
  text-align: center;
  margin: 0 auto 20px;
}

.demonstration__grid__item__img {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 25px;
  text-align: center;
}

@media screen and (max-width: 768px) {
  #demonstration .demonstration__illustration {
    width: 70%;
    margin: 40px auto 0;
    display: block;
  }
  .demonstration__grid__item__img img {
    display: inline-block;
    margin: auto;
  }
}

@media screen and (min-width: 769px) {
  #demonstration p {
    width: 54%;
    max-width: 655px;
  }
  .demonstration__grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 0 clamp(68.75px, 6.875vw, 110px);
  }
  .demonstration__grid__item__img {
    grid-template-columns: repeat(2, 1fr);
  }
}

/* ==================================
== products
================================== */
#products {
  padding-top: 70px;
}

.products__list__item {
  background-color: var(--gray-color);
  max-width: 600px;
  margin-inline: auto;
  /* padding: 25px 20px; */
  padding: 20px;
  border-radius: 3px;
  display: flex;
  flex-direction: column;
}

.products__list__item__images-1__thumbnail,
.products__list__item__images-2__thumbnail,
.products__list__item__images-3__thumbnail {
  margin-top: 20px;
}

.products__list__item__slide__wrapper {
  background-color: #fff;
  padding: 30px;
  margin-bottom: 20px;
  position: relative;
}

.products__list__item .swiper-button-prev {
  left: 7px;
}

.products__list__item .swiper-button-next {
  right: 7px;
}

.swiper-thumbs .swiper-slide {
  cursor: pointer;
  transition: opacity 0.3s ease;
}

.swiper-thumbs .swiper-slide:hover {
  opacity: 0.7;
}

.products__list__item__content {
  color: #fff;
  /* padding: 30px; */
  padding: 20px;
  height: 100%;
}

.rcsp540 .products__list__item__content {
  background-color: #7774b4;
}

.rchr800a .products__list__item__content {
  background-color: #f08b00;
}

.rm984x .products__list__item__content {
  background-color: #1eaa39;
}

.products__list__item__content__title {
  margin-bottom: 10px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.products__list__item__content__title h4 {
  color: #fff;
  font-size: 3rem;
  letter-spacing: 0.01em;
}

.products__list__item__content__title__tag {
  color: var(--main-color);
  background-color: #fff;
  font-size: 1.2rem;
  letter-spacing: 0.01em;
  padding: 6px 10px;
  display: block;
  text-align: center;
}

.products__list__item__content__title__tags {
  display: flex;
  gap: 8px;
  margin-bottom: 10px;
}
.products__list__item__content__price {
  font-size: 1.6rem;
  letter-spacing: 0.01em;
  margin-bottom: 10px;
}

.products__list__item__content__price span {
  font-size: 1.4rem;
}

.products__list__item__content__list {
  font-size: 1.6rem;
  letter-spacing: 0.01em;
  margin-bottom: 10px;
  padding: 12px;
  border: 2px solid #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.products__list__item__content__list li {
  position: relative;
  padding-left: 1em;
}

.products__list__item__content__list li:not(:last-child) {
  margin-bottom: 10px;
}

.products__list__item__content__list li::before {
  content: "・";
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
}

.products__list__item__content__text {
  font-size: 1.4rem;
  letter-spacing: 0.01em;
  line-height: 1.85;
  margin-top: 10px;
  font-feature-settings: "palt";
}

@media screen and (max-width: 950px) {
  .products__list__item:not(:last-child) {
    margin-bottom: 40px;
  }
}

@media screen and (min-width: 769px) {
  #products {
    padding-top: 110px;
  }
}
@media screen and (min-width: 951px) {
  .products__list {
    display: flex;
    justify-content: space-between;
    gap: 0 32px;
  }
  .products__list__item {
    width: calc(100% / 3 - 32px / 3 * 2);
  }
}
@media screen and (min-width: 769px) and (max-width: 1200px) {
  .products__list__item__content__title {
    flex-direction: column;
    align-items: flex-start;
  }
}

/* ==================================
== flow
================================== */
#flow,
#support {
  padding-top: clamp(60px, 6.875vw, 110px);
}

.flow__step__intro {
  line-height: 1.9;
  margin-bottom: 40px;
}

.flow__step__item .flow__step__item__index {
  font-size: clamp(1.8rem, 2.2vw, 3.2rem);
  letter-spacing: 0.01em;
  text-align: center;
  padding: 10px 0;
  position: relative;
  z-index: 2;
}

#flow .flow__step__item .flow__step__item__index {
  color: var(--main-color);
  background-color: var(--main-color);
}

#support .flow__step__item .flow__step__item__index {
  background-color: var(--yellow-color);
}

.flow__step__item .flow__step__item__index::before {
  content: "";
  display: block;
  width: calc(100% - 4px);
  height: calc(100% - 4px);
  background-color: #fff;
  position: absolute;
  left: 2px;
  top: 2px;
  z-index: -1;
}

#flow .flow__step__item .flow__step__item__content {
  color: #fff;
  background-color: var(--main-color);
}

#support .flow__step__item .flow__step__item__content {
  background-color: var(--yellow-color);
}

.flow__step__item .flow__step__item__content h4 {
  font-size: clamp(1.7rem, 1.6vw, 2.2rem);
  letter-spacing: 0.01em;
  line-height: 1.591;
  margin-bottom: 14px;
}

#flow .flow__step__item .flow__step__item__content h4 {
  color: #fff;
}

.flow__step__item .flow__step__item__content p {
  font-size: 1.6rem;
  letter-spacing: 0.01em;
  line-height: 1.5;
}

@media screen and (max-width: 768px) {
  .step-1 .flow__step__item__index {
    height: 50px;
    clip-path: polygon(0 0, 100% 0, 100% calc(100% - 20px), 50% 100%, 0 calc(100% - 20px));
  }

  .step-1 .flow__step__item__index::before {
    clip-path: polygon(0 0, 100% 0, 100% calc(100% - 21px), 50% 100%, 0 calc(100% - 21px));
  }

  .step-2 .flow__step__item__index,
  .step-3 .flow__step__item__index,
  .step-4 .flow__step__item__index,
  .step-5 .flow__step__item__index {
    height: 60px;
    clip-path: polygon(0 0, 50% 20px, 100% 0, 100% calc(100% - 20px), 50% 100%, 0 calc(100% - 20px));
  }

  .step-2 .flow__step__item__index::before,
  .step-3 .flow__step__item__index::before,
  .step-4 .flow__step__item__index::before,
  .step-5 .flow__step__item__index::before {
    clip-path: polygon(0 0, 50% 21px, 100% 0, 100% calc(100% - 21px), 50% 100%, 0 calc(100% - 21px));
  }

  .step-2 .flow__step__item__index span,
  .step-3 .flow__step__item__index span,
  .step-4 .flow__step__item__index span,
  .step-5 .flow__step__item__index span {
    margin-top: 20px;
    display: inline-block;
  }

  .flow__step__item .flow__step__item__content {
    display: flex;
    gap: 10px;
    padding: 48px 28px 40px 17px;
  }

  .step-1 .flow__step__item__content,
  .step-2 .flow__step__item__content,
  .step-3 .flow__step__item__content,
  .step-4 .flow__step__item__content {
    clip-path: polygon(0 0, 100% 0, 100% calc(100% - 20px), 50% 100%, 0 calc(100% - 20px));
  }

  .step-1 .flow__step__item__content {
    margin-top: -28px;
  }

  .step-2 .flow__step__item__content,
  .step-3 .flow__step__item__content,
  .step-4 .flow__step__item__content,
  .step-5 .flow__step__item__content {
    margin-top: -30px;
  }

  .flow__step__item__content img {
    width: 25%;
  }
}

@media screen and (min-width: 769px) {
  .flow__step {
    display: flex;
    flex: 1;
  }

  .flow__step.mb {
    margin-bottom: 30px;
  }

  .flow__step__item {
    display: flex;
    flex-direction: column;
    flex: 1;
  }

  .flow__step__item.step-5 {
    flex: 2;
  }

  .step-1 .flow__step__item__index {
    clip-path: polygon(0 0, calc(100% - 40px) 0, 100% 100%, 0% 100%);
  }

  .step-1 .flow__step__item__index::before {
    clip-path: polygon(0 0, calc(100% - 40px) 0, calc(100% - 2px) 100%, 0% 100%);
  }

  .step-2 .flow__step__item__index,
  .step-3 .flow__step__item__index,
  .step-4 .flow__step__item__index {
    clip-path: polygon(0 0, calc(100% - 40px) 0, 100% 100%, 40px 100%);
  }

  .step-2 .flow__step__item__index::before,
  .step-3 .flow__step__item__index::before,
  .step-4 .flow__step__item__index::before {
    clip-path: polygon(2px 0, calc(100% - 40px) 0, calc(100% - 2px) 100%, 40px 100%);
  }

  .step-5 .flow__step__item__index {
    clip-path: polygon(0 0, 100% 0, 100% 100%, 40px 100%);
  }

  .step-5 .flow__step__item__index::before {
    clip-path: polygon(2px 0, 100% 0, 100% 100%, 40px 100%);
  }

  .flow__step__item .flow__step__item__content {
    margin-top: -0.2px;
    flex-grow: 1;
  }

  .step-1 .flow__step__item__content {
    clip-path: polygon(0 0, 100% 0, calc(100% - 40px) 100%, 0% 100%);
    padding: 35px 56px 20px 35px;
  }

  .step-2 .flow__step__item__content,
  .step-3 .flow__step__item__content,
  .step-4 .flow__step__item__content {
    clip-path: polygon(40px 0, 100% 0, calc(100% - 40px) 100%, 0 100%);
    padding: 35px 56px 20px 56px;
  }

  .step-5 .flow__step__item__content {
    clip-path: polygon(40px 0, 100% 0, 100% 100%, 0 100%);
    padding: 35px 35px 20px 56px;
  }

  .flow__step__item .flow__step__item__content h4 {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
    margin-bottom: 24px;
  }

  .flow__step__item.step-5 .flow__step__item__content h4 {
    gap: 40px;
  }

  .flow__step__item .flow__step__item__content p {
    line-height: 1.5;
  }
}
/* ==================================
== contact
================================== */
#contact {
  padding-top: 110px;
  position: relative;
}

#contact p.contact__intro {
  line-height: 1.5;
  margin-bottom: 40px;
}

#contact .contact-tel,
#contact .contact-online {
  padding-top: 90px;
  text-align: center;
}

#contact .contact-tel h3,
#contact .contact-online h3 {
  font-size: clamp(1.875rem, 1.875vw, 3rem);
  letter-spacing: 0.01em;
  width: max-content;
  padding: 0 clamp(18px, 1.875vw, 30px) clamp(12px, 1.25vw, 20px);
  border-bottom: 2px solid var(--main-color);
  margin: 0 auto 56px;
}

#contact .contact-tel__no a {
  color: var(--main-color);
  font-size: 5rem;
  letter-spacing: 0.1em;
  line-height: 1;
  transition: var(--anime-transition);
}

#contact .contact-tel__no a:hover {
  opacity: 0.8;
}

#contact .contact-tel p {
  color: var(--main-color);
  font-size: 1.8rem;
  letter-spacing: 0.01em;
  margin-top: 10px;
}

.contact-online__grid {
  max-width: 1120px;
  width: 100%;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 20px;
}

.contact-online__grid__item.main a {
  color: #fff;
  font-size: min(1.8rem, 4.8vw);
  letter-spacing: 0.01em;
  background-color: var(--main-color);
  border-radius: 3px;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 20px;
  padding: 30px;
}

.contact-online__grid__item.main a:hover {
  background-color: rgba(0, 122, 89, 0.86);
}

.contact-online__grid__item__title {
  display: flex;
  align-items: center;
  gap: 30px;
}

.contact-online__grid__item.sub a {
  color: var(--main-color);
  font-size: min(1.8rem, 4.8vw);
  height: 60px;
  letter-spacing: 0.01em;
  background-color: var(--beige-dark-color);
  border-radius: 3px;
  padding: 10px 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 30px;
}

.contact-online__grid__item.sub a:hover {
  background-color: var(--main-color);
  color: #fff;
}

.contact-online__grid__item.sub.document .contact-icon {
  width: 34px;
}

.contact-online__grid__item.sub.contact .contact-icon {
  width: 40px;
}

.contact-online__grid__item.sub span {
  margin-right: 70px;
}

.contact-online__grid__item .arrow {
  width: 38px;
  aspect-ratio: 4;
}

.contact-online__grid__item.sub a .arrow {
  margin-left: auto;
  stroke: var(--main-color);
  position: absolute;
  right: 30px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
}

.contact-online__grid__item.sub a:hover .arrow {
  stroke: #fff;
}

@media screen and (max-width: 768px) {
  #contact .contact-tel,
  #contact .contact-online {
    padding-top: 60px;
  }
  #contact .contact-tel h3,
  #contact .contact-online h3 {
    margin-bottom: 24px;
  }
  #contact .contact-tel__no a {
    font-size: min(3.2rem, 8.8vw);
  }
  .contact-online__grid__item.main a img {
    width: 80%;
    display: block;
    margin: 0 auto;
  }
  .contact-online__grid__item.main a .arrow {
    stroke: #fff;
    position: absolute;
    right: 30px;
    bottom: 34px;
    z-index: 1;
  }
}

@media screen and (min-width: 769px) {
  #contact .page-container:after {
    content: "";
    display: block;
    width: clamp(212.5px, 21.25vw, 340px);
    aspect-ratio: 1.6666666666666667;
    background: url(../images/home/demonstration-illustration.svg) no-repeat center center / contain;
    position: absolute;
    top: 150px;
    right: -5cqw;
    z-index: 1;
  }
  #contact p.contact__intro {
    line-height: 1.5;
    margin-bottom: 80px;
  }
  .contact-online__grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 45px 30px;
  }
  .contact-online__grid__item.main a {
    font-size: 2.1rem;
  }
  .contact-online__grid__item.sub a {
    height: 75px;
    font-size: 2.1rem;
  }

  .contact-online__grid__item__title {
    position: relative;
    z-index: 1;
  }

  .contact-online__grid__item.main a .arrow {
    stroke: #fff;
    position: absolute;
    right: -60px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1;
  }
}

@media screen and (min-width: 769px) and (max-width: 1360px) {
  #contact .page-container:after {
    right: 0;
  }
}

/* ==================================
== footer
================================== */
footer {
  background-color: var(--main-color);
  padding: 54px 0 15px;
  margin-top: 120px;
  position: relative;
}

.top_btn a {
  color: var(--main-color);
  font-size: 1.4rem;
  width: 60px;
  aspect-ratio: 1;
  background: no-repeat center top 10px / 20px;
  background-color: #fff;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMC45MzMiIGhlaWdodD0iMTUuMTA5IiB2aWV3Qm94PSIwIDAgMzAuOTMzIDE1LjEwOSI+PGcgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMzAuOTMzKSByb3RhdGUoOTApIj48ZyB0cmFuc2Zvcm09InRyYW5zbGF0ZSgwIDApIj48cGF0aCBkPSJNNy4xNzksMTUuNTJhLjEzLjEzLDAsMCwxLDAtLjEyTDE1LjAxOS41NmEuMzkuMzksMCwwLDAtLjM4LS41Nkg4LjQ3OWEuODIuODIsMCwwLDAtLjcyLjQ0TC0uMDQsMTUuMjhhLjM1LjM1LDAsMCwwLDAsLjExdi4xNGEuNTMuNTMsMCwwLDAsMCwuMTJsNy44LDE0Ljg0YS44Mi44MiwwLDAsMCwuNzIuNDRoNi4xNmEuMzkuMzksMCwwLDAsLjM4LS41N1oiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDAuMDQ1IDAuMDAxKSIgZmlsbD0iIzAwN2E1OSIvPjwvZz48L2c+PC9zdmc+");
  border: 1px solid var(--main-color);
  border-radius: 50%;
  padding-top: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 0;
  right: 50%;
  transform: translate(50%, -50%);
}

.top_btn a:hover {
  background-color: var(--sub-color);
}

.footer__content ul {
  display: flex;
  align-items: center;
  justify-content: center;
}

.footer__content {
  gap: 30px;
  margin-bottom: 24px;
  text-align: center;
}

.footer__content ul {
  gap: 5px;
}

.copyright {
  color: #fff;
  font-size: 1.6rem;
  font-weight: 300;
  letter-spacing: 0.05em;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .footer__content .footer__logo {
    width: 120px;
  }
  .footer__sns {
    margin-top: 20px;
  }
  .copyright {
    font-size: 1.4rem;
  }
}

@media screen and (min-width: 769px) {
  footer {
    padding: 54px 0 36px;
    margin-top: 240px;
  }

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

  .top_btn a {
    font-size: 1.6rem;
    width: 118px;
    right: 100px;
    background-position: center top 20px;
    transform: translateY(-50%);
    padding: 0;
  }
}

/* ==================================
== archive-news
================================== */
#archive-news {
  padding-top: 100px;
}

.news-category li a {
  font-size: 1.6rem;
  line-height: 1;
  letter-spacing: 0.1em;
  width: 220px;
  height: 45px;
  color: var(--main-color);
  border: 1px solid var(--main-color);
  border-radius: 3px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 1;
}

.news-category li a:hover {
  background-color: var(--main-color);
  color: #fff;
}

.news-category li a .arrow {
  width: 26px;
  /* aspect-ratio: 4.8; */
  stroke: var(--main-color);
  margin-left: auto;
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
}

.news-category li a:hover svg {
  stroke: #fff;
}

.pager {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
  margin-top: 75px;
}

.pager li:not(.next):not(.prev) {
  list-style: none;
  width: 50px;
  height: 40px;
}

.pager li.current {
  color: #fff;
  background-color: var(--main-color);
  transform: skewX(-20deg);
  display: flex;
  align-items: center;
  justify-content: center;
}

.pager li:not(.next):not(.prev) a {
  color: var(--main-color);
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid var(--main-color);
  transform: skewX(-20deg);
  position: relative;
  z-index: 1;
}

.pager li:not(.next):not(.prev) span {
  transform: skewX(20deg);
}

.pager li:not(.next):not(.prev) a:hover {
  background-color: var(--main-color);
  color: #fff;
}

.pager .prev {
  margin-right: 15px;
}

.pager .next {
  margin-left: 15px;
}

.pager .prev-arrow,
.pager .next-arrow {
  width: 15px;
  aspect-ratio: 0.5;
  background: url(../images/common/slide-arrow.svg) no-repeat center center / contain;
  display: block;
}

.pager .prev-arrow {
  transform: scaleX(1);
}

.pager .next-arrow {
  transform: scaleX(-1);
}
@media screen and (max-width: 768px) {
  #archive-news .news-category {
    margin-bottom: 40px;
  }

  #archive-news .news-category li a {
    font-size: 1.4rem;
    width: 100%;
    margin-bottom: 20px;
  }

  #archive-news .news__list__item:not(:last-child) {
    margin-bottom: 45px;
  }
  .news__list__item__info {
    margin: 8px 0 15px;
  }
}

@media screen and (min-width: 769px) {
  #archive-news {
    padding-top: 200px;
  }

  #archive-news .news-category {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    margin-bottom: 80px;
  }

  #archive-news .news-category li a {
    padding-right: 20px;
  }

  #archive-news .news__list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-column-gap: 60px;
    grid-row-gap: 120px;
  }

  .pager {
    gap: 20px;
    margin-top: 100px;
  }

  .pager .prev {
    margin-right: 30px;
  }

  .pager .next {
    margin-left: 30px;
  }
}
/* ==================================
== single-news
================================== */
#single-news,
#main {
  padding-top: 100px;
}

#single-news .page-container {
  max-width: 1100px;
}

#single-news .news__header {
  margin-bottom: 55px;
  border-bottom: 2px solid var(--main-color);
}

#single-news .news__header__info {
  display: flex;
  align-items: center;
  gap: 40px;
  margin-bottom: 46px;
}

#single-news .news__header__category {
  font-size: 1.3rem;
  letter-spacing: 0.1em;
  width: 172px;
  padding: 7px 10px;
  background: var(--yellow-color);
  text-align: center;
}

#single-news .news__header__date {
  font-size: 1.3rem;
  letter-spacing: 0.1em;
}

#single-news .news__header h1 {
  font-size: 2.4rem;
  letter-spacing: 0.08em;
  line-height: 1.25;
  margin-bottom: 10px;
}

#single-news .news__content {
  font-size: 1.6rem;
  line-height: 1.8;
  letter-spacing: 0.05em;
  padding: 0 50px;
}

#single-news .news__content > * {
  margin-bottom: 60px;
}

#single-news .news__content h2 {
  font-size: 2.8rem;
  letter-spacing: 0.01em;
  line-height: 1.6;
  margin-top: 100px;
  margin-bottom: 42px;
  padding-left: 250px;
  position: relative;
  z-index: 1;
}

#single-news .news__content h2::before {
  content: "";
  display: block;
  width: 230px;
  height: 24px;
  background-color: var(--main-color);
  position: absolute;
  z-index: -1;
  top: 9px;
  left: 0;
  clip-path: polygon(0 0, 100% 0, calc(100% - 10px) 100%, 0 100%);
}

#single-news .news__content h3 {
  font-size: 2.8rem;
  letter-spacing: 0.01em;
  line-height: 1.4;
  color: var(--main-color);
  padding-left: 30px;
  position: relative;
  z-index: 1;
  margin-top: 100px;
  margin-bottom: 42px;
}

#single-news .news__content h3::before {
  content: "";
  display: block;
  width: 8px;
  height: calc(100% + 2px);
  background-color: var(--main-color);
  position: absolute;
  z-index: -1;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}

#single-news .news__content p {
  font-size: 1.8rem;
  line-height: 1.6;
  letter-spacing: 0.05em;
}

#single-news .news__content a {
  color: var(--main-color);
  text-decoration: underline;
}

#single-news .news__content .is-provider-youtube .wp-block-embed__wrapper {
  width: 100%;
  aspect-ratio: 16 / 9;
}

#single-news .news__content .is-provider-youtube .wp-block-embed__wrapper iframe {
  width: 100%;
  height: 100%;
}

.wp-block-columns {
  display: flex;
  justify-content: center;
  gap: 38px;
}

.product-cards {
  gap: 18px;
}

.wp-block-column {
  min-width: 0;
  flex: 1;
}

.aligncenter {
  text-align: center;
}

.is-horizontal {
  display: flex;
  flex-direction: row;
}

.is-content-justification-center {
  justify-content: center;
}

#single-news .news__content .post-cards-item {
  width: 100%;
  padding: 15px;
  flex-grow: 0;
  flex-basis: auto;
}

#single-news .news__content .post-cards-item .wp-block-image {
  width: 100%;
  aspect-ratio: 1.102661596958175;
}

#single-news .news__content .post-cards-item .wp-block-image img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

#single-news .news__content .post-cards-item h3 {
  font-size: 2rem;
  letter-spacing: 0.01em;
  line-height: 1.2;
  margin-top: 14px;
  margin-bottom: 30px;
  padding-left: 0;
}

#single-news .news__content .post-cards-item h3::before {
  content: none;
}

#single-news .news__content .post-cards-item .wp-block-button {
  width: 100%;
}

#single-news .news__content .post-cards-item .wp-block-button__link {
  color: var(--main-color);
  background: #fff;
  font-size: 1.8rem;
  letter-spacing: 0.1em;
  text-align: center;
  text-decoration: none;
  width: 100%;
  aspect-ratio: 5.2727272727272725;
  border: 1px solid var(--main-color);
  border-radius: 3px;
  padding-right: calc(1.333em + 25px);
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 1;
}

#single-news .news__content .post-cards-item .wp-block-button__link:hover {
  color: #fff;
  background: var(--main-color);
}

#single-news .news__content .post-cards-item .wp-block-button__link span,
#single-news .news__content .post-cards-item .wp-block-button__link .arrow {
  margin-left: auto;
}

#single-news .news__content .post-cards-item .wp-block-button__link .arrow {
  stroke: var(--main-color);
  width: 40px;
  position: absolute;
  z-index: 1;
  right: calc(1.333em + 2px);
  top: 50%;
  transform: translateY(-50%);
}

#single-news .news__content .post-cards-item .wp-block-button__link:hover .arrow {
  stroke: #fff;
}

.is-layout-flex {
  display: flex;
}

.green-btn {
  max-width: 658px;
  width: 100%;
}

.green-btn .wp-block-button__link {
  color: #fff !important;
  background-color: var(--main-color);
  height: 60px;
  width: 100%;
  border-radius: 0;
  text-decoration: none !important;
  font-size: 2.1rem;
  letter-spacing: 0.05em;
  line-height: 1.2;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 24px;
}

.green-btn .wp-block-button__link::after {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  background: no-repeat center center / contain;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxOSIgaGVpZ2h0PSIxOSIgdmlld0JveD0iMCAwIDE5IDE5Ij48ZyB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtMTAyMyAtMjgzNykiPjxjaXJjbGUgY3g9IjkuNSIgY3k9IjkuNSIgcj0iOS41IiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgxMDIzIDI4MzcpIiBmaWxsPSIjZmZmIi8+PHBhdGggZD0iTTIyNTUuNTMsMTU4Ny44NDlsNC45NDgsNC45NDgtNC45NDgsNC45NDciIHRyYW5zZm9ybT0idHJhbnNsYXRlKC0xMjI0Ljk5OSAxMjUzLjcwMykiIGZpbGw9Im5vbmUiIHN0cm9rZT0iIzM4Nzg1YiIgc3Ryb2tlLXdpZHRoPSIyIi8+PC9nPjwvc3ZnPg==");
  display: inline-block;
}

.wp-block-button__link:hover {
  opacity: var(--anime-opacity);
}

.back-button a {
  color: var(--main-color);
  background: #fff;
  font-size: 2rem;
  letter-spacing: 0.1em;
  width: 450px;
  max-width: 100%;
  height: 60px;
  border: 1px solid var(--main-color);
  border-radius: 3px;
  margin: 136px auto 0;
  padding: 0 36px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.back-button a:hover {
  color: #fff;
  background: var(--main-color);
}

.back-button a span,
.back-button a .arrow {
  margin-left: auto;
}

.back-button a .arrow {
  stroke: var(--main-color);
  width: 56px;
}

.back-button a:hover .arrow {
  stroke: #fff;
}

@media screen and (max-width: 768px) {
  #single-news .news__content {
    padding: 0;
  }

  #single-news .news__header {
    margin-bottom: 35px;
  }

  #single-news .news__header__info {
    margin-bottom: 25px;
  }

  #single-news .news__header h1 {
    font-size: 2.2rem;
  }

  #single-news .news__content > * {
    margin-bottom: 30px;
  }

  #single-news .news__content h2 {
    font-size: 2.4rem;
    margin-top: 50px;
    margin-bottom: 20px;
    padding-left: 50px;
  }

  #single-news .news__content h2::before {
    width: 40px;
    top: 5px;
  }

  #single-news .news__content h3 {
    font-size: 2.4rem;
    padding-left: 15px;
    margin-top: 50px;
    margin-bottom: 20px;
  }

  #single-news .news__content p {
    font-size: 1.6rem;
  }

  .green-btn .wp-block-button__link {
    font-size: 4.15cqw;
    gap: 10px;
    padding-inline: 3cqw;
  }
  .green-btn .wp-block-button__link::after {
    width: 5cqw;
    height: 5cqw;
  }

  .wp-block-columns {
    flex-direction: column;
    gap: 20px;
  }
}

@media screen and (min-width: 769px) {
  #single-news,
  #main {
    padding-top: 200px;
  }
  #single-news .news__content .post-cards-item {
    width: calc((100% - 36px) / 3);
  }
}
@media screen and (min-width: 769px) {
  .contact-online__grid__item.sub {
    grid-area: 2 / 1 / 3 / 3;
  }
}
.contact-online__grid__item.sub a {
  width: calc(50% - 15px);
  position: relative;
  margin-inline: auto;
}
@media screen and (max-width: 768px) {
  .contact-online__grid__item.sub a {
    width: 100%;
  }
}

#main .ttl h2 {
  font-size: clamp(1.875rem, 1.875vw, 3rem);
  letter-spacing: 0.01em;
  width: max-content;
  padding: 0 clamp(18px, 1.875vw, 30px) clamp(12px, 1.25vw, 20px);
  border-bottom: 2px solid var(--main-color);
  margin: 0 auto 56px;
}
@media screen and (max-width: 768px) {
  #main .ttl h2 {
    margin-bottom: 24px;
  }
}
