@charset "UTF-8";
* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

ul {
  list-style-type: none;
}

a {
  color: inherit;
  text-decoration: none;
}

ul,
ol,
div {
  margin: 0;
  padding: 0;
}

html {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 10px;
  color: #323232;
  scroll-behavior: smooth;
  background-color: #fffaeb;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  scroll-padding-top: 120px;
  overflow-x: hidden;
  -ms-scroll-chaining: none;
      overscroll-behavior: none;
}

body {
  overflow-x: hidden;
}

main {
  margin-top: 75px;
}
@media screen and (max-width: 850px) {
  main {
    margin-top: 55px;
  }
}
@media screen and (max-width: 768px) {
  main {
    margin-top: 55px;
  }
}

section,
footer {
  background-color: #fffaeb;
}

.wrapper {
  max-width: 100%;
  padding: 0 80px;
}
@media screen and (max-width: 768px) {
  .wrapper {
    padding: 0 30px;
  }
}

.container {
  width: 94.74%;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .container {
    width: 100%;
  }
}
.container--medium {
  width: 77.19%;
}
@media screen and (max-width: 980px) {
  .container--medium {
    width: 85%;
  }
}
@media screen and (max-width: 768px) {
  .container--medium {
    width: 100%;
  }
}
.container--small {
  width: 73.69%;
}
@media screen and (max-width: 980px) {
  .container--small {
    width: 85%;
  }
}
@media screen and (max-width: 768px) {
  .container--small {
    width: 100%;
  }
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
          appearance: none;
  margin: 0;
}

input[type=number] {
  -webkit-appearance: textfield;
     -moz-appearance: textfield;
          appearance: textfield;
}

.image {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.image--100 {
  height: 100%;
}
.image--auto {
  width: auto;
}
.image--contain {
  -o-object-fit: contain;
     object-fit: contain;
}

.title {
  position: relative;
  padding-bottom: 14px;
}
.title::after {
  content: "";
  width: 50px;
  height: 3px;
  background-color: #61a87a;
  position: absolute;
  left: 0;
  bottom: 0;
}
@media screen and (max-width: 768px) {
  .title::after {
    width: 30px;
  }
}
.title__en {
  font-size: 2rem;
  font-weight: 700;
  font-family: "Outfit", sans-serif;
  color: #61a87a;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}
@media screen and (max-width: 980px) {
  .title__en {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 768px) {
  .title__en {
    font-size: 14px;
    margin-bottom: 3px;
  }
}
.title__jp {
  font-size: 4rem;
  font-weight: 900;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 980px) {
  .title__jp {
    font-size: 3.4rem;
  }
}
@media screen and (max-width: 768px) {
  .title__jp {
    font-size: 28px;
  }
}
.title--center {
  text-align: center;
}
.title--center::after {
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.title--white .title__en {
  color: #fff;
}
.title--white .title__jp {
  color: #fff;
}
.title--white::after {
  background-color: #fff;
}

.marquee {
  width: 100vw;
  white-space: nowrap;
  overflow: hidden;
}
.marquee__text {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  font-size: 12rem;
  font-family: "Outfit", sans-serif;
  font-weight: 700;
  color: #cfe7cf;
  letter-spacing: 0.1em;
  white-space: no-wrap;
  gap: 40px;
  -webkit-animation: marquee 150s linear infinite;
          animation: marquee 150s linear infinite;
}
@media screen and (max-width: 768px) {
  .marquee__text {
    font-size: 46px;
    -webkit-animation: marquee 100s linear infinite;
            animation: marquee 100s linear infinite;
    gap: 5px;
  }
}
.marquee__text--img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 40px;
  width: 5820px;
  height: 91px;
  -webkit-animation-duration: 35s;
          animation-duration: 35s;
}
@media screen and (max-width: 768px) {
  .marquee__text--img {
    height: 34px;
    gap: 5px;
    -webkit-animation-duration: 55s;
            animation-duration: 55s;
  }
}
.marquee--white .marquee__text {
  color: #fff;
}
.marquee--reverse .marquee__text {
  -webkit-animation: marquee-reverse 150s linear infinite;
          animation: marquee-reverse 150s linear infinite;
}
@media screen and (max-width: 768px) {
  .marquee--reverse .marquee__text {
    -webkit-animation: marquee-reverse 100s linear infinite;
            animation: marquee-reverse 100s linear infinite;
  }
}

.pbutton {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 15px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (max-width: 768px) {
  .pbutton {
    gap: 10px;
  }
}
.pbutton__text {
  font-size: 1.6rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
@media screen and (max-width: 768px) {
  .pbutton__text {
    font-size: 12.06px;
  }
}
.pbutton__text::after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background-color: #61a87a;
}
.pbutton__arrow {
  position: relative;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 1px solid #61a87a;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 768px) {
  .pbutton__arrow {
    width: 30px;
    height: 30px;
  }
}
.pbutton__arrow::before {
  content: "";
  width: 11px;
  height: 7px;
  background: url("./public/img/icons/arrow-right-green.svg") center/contain no-repeat;
}
.pbutton__arrow::after {
  content: "";
  border: inherit;
  display: block;
  width: inherit;
  height: inherit;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  opacity: 0;
}
@media screen and (min-width: 768px) {
  .pbutton:hover .pbutton__text::after {
    -webkit-animation-duration: 0.6s;
            animation-duration: 0.6s;
    -webkit-animation-name: button-line;
            animation-name: button-line;
    -webkit-animation-timing-function: ease;
            animation-timing-function: ease;
  }
}
@media screen and (min-width: 768px) {
  .pbutton:hover .pbutton__arrow::after {
    -webkit-animation: button-circle 0.8s cubic-bezier(0.785, 0.135, 0.15, 0.86);
            animation: button-circle 0.8s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  }
}
.pbutton--white .pbutton__text {
  color: #fff;
}
.pbutton--white .pbutton__text::after {
  background-color: #fff;
}
.pbutton--white .pbutton__arrow {
  border: 1px solid #fff;
}
.pbutton--white .pbutton__arrow::before {
  background: url("./public/img/icons/arrow-right-white.svg") center/contain no-repeat;
}
.pbutton--small {
  gap: 8px;
}
.pbutton--small .pbutton__arrow {
  width: 30px;
  height: 30px;
}

.sbutton {
  position: relative;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background-color: #61a87a;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.sbutton::before {
  content: "";
  width: 11px;
  height: 7px;
  background: url("./public/img/icons/arrow-right-white.svg") center/contain no-repeat;
}
.sbutton::after {
  content: "";
  border: 1px solid #61a87a;
  display: block;
  width: inherit;
  height: inherit;
  border-radius: inherit;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  opacity: 0;
}
.sbutton--reverse {
  -webkit-transform: scaleX(-1);
          transform: scaleX(-1);
}
.sbutton--outline {
  background-color: transparent;
  border: 1px solid #61a87a;
}
.sbutton--outline::before {
  background: url("./public/img/icons/arrow-right-green.svg") center/contain no-repeat;
}
.sbutton--outline::after {
  border: 1px solid #61a87a;
}
.sbutton--w-outline {
  background-color: transparent;
  border: 1px solid #fff;
}
.sbutton--w-outline::before {
  background: url("./public/img/icons/arrow-right-white.svg") center/contain no-repeat;
}
.sbutton--w-outline::after {
  border: 1px solid #fff;
}
.sbutton--white {
  background-color: #fff;
}
.sbutton--white::before {
  background: url("./public/img/icons/arrow-right-green.svg") center/contain no-repeat;
}
.sbutton--white::after {
  border: 1px solid #fff;
}
@media screen and (min-width: 768px) {
  .sbutton:hover::before {
    -webkit-animation: button-arrow 0.3s cubic-bezier(0.86, 0, 0.07, 1);
            animation: button-arrow 0.3s cubic-bezier(0.86, 0, 0.07, 1);
  }
}
@media screen and (min-width: 768px) {
  .sbutton:hover::after {
    -webkit-animation: button-circle 0.8s cubic-bezier(0.785, 0.135, 0.15, 0.86);
            animation: button-circle 0.8s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  }
}

.tbutton {
  position: relative;
  min-width: 262px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 1.8rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  color: #fff;
  background-color: #61a87a;
  border-radius: 10px;
  padding: 21px 20px 18px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  border: 1px solid #61a87a;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 768px) {
  .tbutton {
    max-width: 315px;
    font-size: 16px;
    padding: 16px 10px 14px;
  }
}
.tbutton::after {
  content: "";
  width: 16px;
  height: 7px;
  -webkit-mask: url("./public/img/icons/arrow-right-white-big.svg") center/contain no-repeat;
          mask: url("./public/img/icons/arrow-right-white-big.svg") center/contain no-repeat;
  background-color: #fff;
  position: absolute;
  right: 13px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media screen and (min-width: 768px) {
  .tbutton:hover {
    background-color: #fff;
    color: #61a87a;
  }
}
@media screen and (min-width: 768px) {
  .tbutton:hover::after {
    background-color: #61a87a;
    -webkit-transform: translateY(-50%) translateX(5px);
            transform: translateY(-50%) translateX(5px);
  }
}
.tbutton--reverse::after {
  left: 13px;
  top: 50%;
  -webkit-transform: translateY(-50%) scaleX(-1);
          transform: translateY(-50%) scaleX(-1);
}
@media screen and (min-width: 768px) {
  .tbutton--reverse:hover::after {
    -webkit-transform: translateY(-50%) translateX(-5px) scaleX(-1);
            transform: translateY(-50%) translateX(-5px) scaleX(-1);
  }
}

.header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 999;
  background-color: #fffaeb;
}
.header__wrapper {
  position: relative;
  margin: 0 auto;
  height: 75px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 850px) {
  .header__wrapper {
    height: 55px;
  }
}
@media screen and (max-width: 768px) {
  .header__wrapper {
    height: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media screen and (max-width: 768px) {
  .header__main {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.header__logo {
  display: block;
  width: 154px;
  margin-left: 20px;
}
@media screen and (max-width: 850px) {
  .header__logo {
    width: 124px;
  }
}
@media screen and (max-width: 768px) {
  .header__logo {
    width: 109px;
  }
}
@media screen and (max-width: 768px) {
  .header__hamburger {
    width: 55px;
    height: 55px;
    background-color: #2f7648;
    cursor: pointer;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 6px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media screen and (max-width: 768px) {
  .header__hamburger > .line, .header__hamburger > .text {
    display: block;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
}
@media screen and (max-width: 768px) {
  .header__hamburger > .line {
    width: 23px;
    height: 1px;
    background-color: #fff;
  }
}
@media screen and (max-width: 768px) {
  .header__hamburger > .text {
    font-size: 8px;
    font-weight: 700;
    color: #fff;
  }
}
.header__hamburger.active > .line:first-of-type {
  -webkit-transform: rotate(15deg) translateY(5px);
          transform: rotate(15deg) translateY(5px);
}
.header__hamburger.active > .line:nth-of-type(2) {
  -webkit-transform: rotate(-15deg) translateY(-2px);
          transform: rotate(-15deg) translateY(-2px);
}
@media screen and (max-width: 768px) {
  .header__nav {
    width: 100%;
    height: 0;
    overflow: hidden;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    border-top-left-radius: 0;
  }
}
.header__nav.active {
  height: 100vh;
  height: 100svh;
  border-top-left-radius: 20px;
}
.header__nav-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 40px;
}
@media screen and (max-width: 1100px) {
  .header__nav-wrap {
    gap: 30px;
  }
}
@media screen and (max-width: 980px) {
  .header__nav-wrap {
    gap: 20px;
  }
}
@media screen and (max-width: 768px) {
  .header__nav-wrap {
    width: 100%;
    height: 100%;
    background-color: #2f7648;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 45px 30px 30px;
    gap: 0;
    overflow-y: auto;
  }
}
.header__nav-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 35px;
}
@media screen and (max-width: 1140px) {
  .header__nav-list {
    gap: 25px;
  }
}
@media screen and (max-width: 980px) {
  .header__nav-list {
    gap: 15px;
  }
}
@media screen and (max-width: 768px) {
  .header__nav-list {
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0;
    margin-bottom: 27px;
  }
}
.header__nav-item {
  height: 75px;
  display: inline-block;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 850px) {
  .header__nav-item {
    height: 55px;
  }
}
@media screen and (max-width: 768px) {
  .header__nav-item {
    position: relative;
    padding-bottom: 12px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    height: unset;
    border-bottom: 0.75px solid #fff;
  }
}
.header__nav-item-btn {
  position: absolute;
  width: 10px;
  height: 10px;
  right: 0;
  top: 20px;
}
.header__nav-item-btn::before, .header__nav-item-btn::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background-color: #fff;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
.header__nav-item-btn::after {
  -webkit-transform: translate(-50%, -50%) rotate(90deg);
          transform: translate(-50%, -50%) rotate(90deg);
}
.header__nav-item-btn.active::after {
  -webkit-transform: translate(-50%, -50%) rotate(0);
          transform: translate(-50%, -50%) rotate(0);
}
.header__nav-link {
  position: relative;
}
@media screen and (max-width: 768px) {
  .header__nav-link {
    display: grid;
    grid-template-columns: 53px 1fr;
    gap: 12px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    color: #fff;
    padding: 11px 0 0;
  }
}
.header__nav-link::before {
  content: "";
  width: 100%;
  height: 1px;
  background-color: #323232;
  position: absolute;
  left: 0;
  bottom: -3px;
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transform-origin: top right;
          transform-origin: top right;
  -webkit-transition: -webkit-transform 0.3s cubic-bezier(0.23, 1, 0.32, 1);
  transition: -webkit-transform 0.3s cubic-bezier(0.23, 1, 0.32, 1);
  transition: transform 0.3s cubic-bezier(0.23, 1, 0.32, 1);
  transition: transform 0.3s cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 0.3s cubic-bezier(0.23, 1, 0.32, 1);
}
@media screen and (min-width: 768px) {
  .header__nav-link:hover::before {
    -webkit-transform: scale(1);
            transform: scale(1);
    -webkit-transform-origin: top left;
            transform-origin: top left;
  }
}
.header__nav-link > .jp {
  font-size: 1.6rem;
  font-weight: 700;
  letter-spacing: 0.06em;
}
@media screen and (max-width: 1100px) {
  .header__nav-link > .jp {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 980px) {
  .header__nav-link > .jp {
    font-size: 1.2rem;
  }
}
@media screen and (max-width: 768px) {
  .header__nav-link > .jp {
    font-size: 18px;
  }
}
.header__nav-link > .en {
  display: none;
}
@media screen and (max-width: 768px) {
  .header__nav-link > .en {
    display: block;
    font-size: 10px;
    font-family: "Outfit", sans-serif;
    font-weight: 700;
    letter-spacing: 0.04em;
    margin-top: 4px;
  }
}
.header__nav-link--wsubmenu {
  margin-right: 14px;
}
@media screen and (max-width: 768px) {
  .header__nav-link--wsubmenu {
    border-bottom: 0;
  }
}
.header__nav-link--wsubmenu::after {
  content: "";
  position: absolute;
  width: 9.5px;
  height: 6.2px;
  right: -14px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: url("./public/img/icons/dropdown.svg") no-repeat center/cover;
}
@media screen and (max-width: 768px) {
  .header__nav-link--wsubmenu::after {
    background: none;
  }
}
.header__nav-contact {
  position: relative;
  margin-top: 30px;
  border-bottom-left-radius: 20px;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 1100px) {
  .header__nav-contact {
    margin-top: 15px;
  }
}
@media screen and (max-width: 850px) {
  .header__nav-contact {
    margin-top: 5px;
  }
}
@media screen and (max-width: 768px) {
  .header__nav-contact {
    margin-top: 0;
    position: absolute;
    top: 0;
    right: 55px;
  }
}
.header__nav-ct-item {
  width: 105px;
  height: 105px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 1100px) {
  .header__nav-ct-item {
    width: 90px;
    height: 90px;
  }
}
@media screen and (max-width: 850px) {
  .header__nav-ct-item {
    width: 60px;
    height: 60px;
  }
}
@media screen and (max-width: 768px) {
  .header__nav-ct-item {
    width: 55px;
    height: 55px;
  }
}
.header__nav-ct-item > .image {
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
.header__nav-ct-item.line {
  background-color: #61a87a;
}
.header__nav-ct-item.line > .image {
  width: 55px;
}
@media screen and (max-width: 850px) {
  .header__nav-ct-item.line > .image {
    width: 40px;
  }
}
@media screen and (max-width: 768px) {
  .header__nav-ct-item.line > .image {
    width: 29px;
  }
}
.header__nav-ct-item.tel {
  background-color: #438a5c;
}
.header__nav-ct-item.tel > .image {
  width: 30px;
}
@media screen and (max-width: 850px) {
  .header__nav-ct-item.tel > .image {
    width: 20px;
  }
}
@media screen and (max-width: 768px) {
  .header__nav-ct-item.tel > .image {
    width: 16px;
  }
}
@media screen and (min-width: 768px) {
  .header__nav-ct-item:hover > .image {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
}
@media screen and (max-width: 768px) {
  .header__nav-other {
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: 44px;
  }
}
@media screen and (max-width: 768px) {
  .header__nav-other-item:not(:last-child) {
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 768px) {
  .header__nav-other-link {
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 0.06em;
    color: #fff;
  }
}
@media screen and (max-width: 768px) {
  .header__rights {
    width: 100%;
    font-size: 10px;
    font-weight: 700;
    font-family: "Outfit", sans-serif;
    color: #fff;
    letter-spacing: 0.06em;
  }
}
.header__nav-submenu {
  position: absolute;
  padding: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 40px;
  background-color: #fff;
  border-radius: 0 50px;
  right: 105px;
  top: 75px;
  opacity: 0;
  overflow: hidden;
  -webkit-transform-origin: 0 0;
          transform-origin: 0 0;
  -webkit-transition: 0.3s ease;
  transition: 0.6s ease;
  pointer-events: none;
}
@media screen and (max-width: 850px) {
  .header__nav-submenu {
    top: 55px;
    gap: 20px;
  }
}
@media screen and (max-width: 768px) {
  .header__nav-submenu {
    position: relative;
    max-height: 0;
    top: 0;
    right: unset;
    padding: 0;
    background-color: unset;
    border-radius: unset;
    pointer-events: auto;
  }
}
.header__nav-submenu.active {
  opacity: 1;
  max-height: 777px;
  pointer-events: auto;
}
.header__nav-submenu-title {
  margin-bottom: 12px;
  color: #61a87a;
}
.header__nav-submenu-title span {
  font: 700 1.6rem "Outfit", sans-serif;
}
@media screen and (max-width: 768px) {
  .header__nav-submenu-title span {
    font-size: 1.4rem;
  }
}
.header__nav-submenu-title h2 {
  position: relative;
  padding-bottom: 20px;
  font-size: 3rem;
  font-weight: 900;
}
@media screen and (max-width: 768px) {
  .header__nav-submenu-title h2 {
    font-size: 2.4rem;
  }
}
.header__nav-submenu-title h2::after {
  content: "";
  position: absolute;
  width: 50px;
  height: 3px;
  background-color: #61a87a;
  left: 0;
  bottom: 0;
}
.header__nav-submenu-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 40px;
}
@media screen and (max-width: 850px) {
  .header__nav-submenu-links {
    gap: 20px;
  }
}
@media screen and (max-width: 768px) {
  .header__nav-submenu-links {
    margin-top: 12px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0;
  }
}
@media screen and (max-width: 768px) {
  .header__nav-submenu-links-gr:not(:last-child) {
    margin-bottom: 12px;
  }
}

.header__nav-submenu-links-gr a {
  position: relative;
  width: fit-content;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  font-size: 1.7rem;
  font-weight: 700;
}
@media screen and (max-width: 850px) {
  .header__nav-submenu-links-gr a {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 768px) {
  .header__nav-submenu-links-gr a {
    padding-left: 65px;
    color: #fff;
  }
}
.header__nav-submenu-links-gr a::before {
  content: "›";
  font-size: 1.6rem;
}
@media screen and (max-width: 768px) {
  .header__nav-submenu-links-gr a::before {
    display: none;
  }
}
.header__nav-submenu-links-gr a:not(:last-child) {
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .header__nav-submenu-links-gr a:not(:last-child) {
    margin-bottom: 12px;
  }
}
.header__nav-submenu-links-gr a::after {
  content: "";
  width: calc(100% - 15px);
  height: 1px;
  background-color: #323232;
  position: absolute;
  left: 16px;
  bottom: -3px;
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transform-origin: top right;
          transform-origin: top right;
  -webkit-transition: -webkit-transform 0.3s cubic-bezier(0.23, 1, 0.32, 1);
  transition: -webkit-transform 0.3s cubic-bezier(0.23, 1, 0.32, 1);
  transition: transform 0.3s cubic-bezier(0.23, 1, 0.32, 1);
  transition: transform 0.3s cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 0.3s cubic-bezier(0.23, 1, 0.32, 1);
}
.header__nav-submenu-links-gr a:hover::after {
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-transform-origin: top left;
          transform-origin: top left;
}
@media screen and (max-width: 768px) {
  .header__nav-submenu-links-gr a:hover::after {
    display: none;
  }
}
.header__nav-submenu-img {
  position: relative;
  border-radius: 0 38px;
  width: 216px;
  height: 150px;
  overflow: hidden;
}
.header__nav-submenu-img img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  opacity: 0;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
.header__nav-submenu-img img.active {
  opacity: 1;
}

.footer__container {
  position: relative;
  background-color: #cfe7cf;
  border-top-left-radius: 80px;
  border-top-right-radius: 80px;
  padding-top: 195px;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .footer__container {
    border-top-left-radius: 50px;
    border-top-right-radius: 50px;
    padding-top: 40px;
  }
}
.footer__wrapper {
  max-width: 100% !important;
}
@media screen and (max-width: 768px) {
  .footer__wrapper {
    padding: 0 30px !important;
  }
}
.footer__main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 72px;
}
@media screen and (max-width: 768px) {
  .footer__main {
    margin-bottom: 30px;
  }
}
.footer__logo {
  display: block;
  width: 308px;
  z-index: 3;
}
@media screen and (max-width: 1040px) {
  .footer__logo {
    width: 288px;
  }
}
@media screen and (max-width: 980px) {
  .footer__logo {
    width: 258px;
  }
}
@media screen and (max-width: 850px) {
  .footer__logo {
    width: 198px;
  }
}
@media screen and (max-width: 768px) {
  .footer__logo {
    width: 180px;
  }
}
@media screen and (max-width: 768px) {
  .footer__nav {
    display: none;
  }
}
.footer__links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 35px;
}
@media screen and (max-width: 1150px) {
  .footer__links {
    gap: 30px;
  }
}
@media screen and (max-width: 1040px) {
  .footer__links {
    gap: 25px;
  }
}
@media screen and (max-width: 980px) {
  .footer__links {
    gap: 20px;
  }
}
@media screen and (max-width: 850px) {
  .footer__links {
    gap: 15px;
  }
}
.footer__links:not(:last-child) {
  margin-bottom: 30px;
}
@media screen and (max-width: 980px) {
  .footer__links:not(:last-child) {
    margin-bottom: 20px;
  }
}
.footer__links--border {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  gap: 40px;
}
.footer__links--border .footer__link:not(:first-child)::before {
  content: "";
  width: 2px;
  height: 18px;
  background-color: #323232;
  position: absolute;
  left: -20px;
  top: 4px;
}
.footer__link {
  position: relative;
  font-size: 1.6rem;
  font-weight: 700;
  letter-spacing: 0.06em;
}
@media screen and (max-width: 1150px) {
  .footer__link {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 980px) {
  .footer__link {
    font-size: 1.2rem;
  }
}
.footer__link::after {
  content: "";
  width: 100%;
  height: 1px;
  background-color: #323232;
  position: absolute;
  left: 0;
  bottom: -3px;
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transform-origin: top right;
          transform-origin: top right;
  -webkit-transition: -webkit-transform 0.3s cubic-bezier(0.23, 1, 0.32, 1);
  transition: -webkit-transform 0.3s cubic-bezier(0.23, 1, 0.32, 1);
  transition: transform 0.3s cubic-bezier(0.23, 1, 0.32, 1);
  transition: transform 0.3s cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 0.3s cubic-bezier(0.23, 1, 0.32, 1);
}
@media screen and (min-width: 768px) {
  .footer__link:hover::after {
    -webkit-transform: scale(1);
            transform: scale(1);
    -webkit-transform-origin: top left;
            transform-origin: top left;
  }
}
.footer__rights {
  font-size: 1.2rem;
  font-weight: 700;
  font-family: "Outfit", sans-serif;
  letter-spacing: 0.06em;
}
@media screen and (max-width: 768px) {
  .footer__rights {
    font-size: 10px;
  }
}
.footer__marquee {
  position: relative;
  bottom: -30px;
  margin-top: 13px;
}
@media screen and (max-width: 768px) {
  .footer__marquee {
    margin-top: 5px;
    bottom: -12px;
  }
}
.footer__pt {
  width: 100%;
  position: absolute;
  bottom: 117px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media screen and (max-width: 768px) {
  .footer__pt {
    bottom: unset;
    left: unset;
    -webkit-transform: none;
            transform: none;
    right: 14px;
    top: 40px;
  }
}

.page-top {
  cursor: pointer;
  margin: 0 40px 0 auto;
}
@media screen and (max-width: 768px) {
  .page-top {
    margin: 0 14px 0 auto;
  }
}
.page-top__text {
  font-family: "Oswald", sans-serif;
  color: #61a87a;
}
.page-top__arrow {
  background-color: #61a87a;
}
.page-top__arrow::before {
  background: url("./public/img/icons/arrow-right-white.svg") center/contain no-repeat;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
  z-index: 1;
}
.page-top__arrow::after {
  background-color: #61a87a;
}

.pbanner {
  position: relative;
  padding-bottom: 160px;
  z-index: 1;
}
@media screen and (max-width: 980px) {
  .pbanner {
    padding-bottom: 120px;
  }
}
@media screen and (max-width: 768px) {
  .pbanner {
    padding-bottom: 50px;
  }
}
.pbanner__wrapper {
  position: relative;
}
@media screen and (max-width: 768px) {
  .pbanner__wrapper {
    padding: 0 !important;
  }
}
.pbanner__main {
  position: relative;
  min-height: 316px;
  border-bottom-left-radius: 80px;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .pbanner__main {
    -webkit-animation: display-anim 2s forwards;
            animation: display-anim 2s forwards;
  }
}
@media screen and (max-width: 768px) {
  .pbanner__main {
    min-height: 150px;
    border-bottom-left-radius: 40px;
  }
}
.pbanner__title {
  padding: 114px 60px 115px;
}
@media screen and (max-width: 768px) {
  .pbanner__title {
    padding: 52px 30px;
  }
}
.pbanner__title-en {
  font-size: 2rem;
  font-family: "Outfit", sans-serif;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .pbanner__title-en {
    font-size: 14px;
  }
}
.pbanner__title-jp {
  font-size: 4rem;
  font-weight: 900;
  letter-spacing: 0.04em;
  color: #fff;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .pbanner__title-jp {
    font-size: 24px;
  }
}
.pbanner__image {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  z-index: -1;
}
.pbanner__image::after {
  content: "";
  width: 100%;
  height: 100%;
  background-color: #d2d2d2;
  position: absolute;
  top: 0;
  left: 0;
  mix-blend-mode: multiply;
}
.pbanner__rights {
  font-size: 1.2rem;
  font-family: "Outfit", sans-serif;
  font-weight: 700;
  letter-spacing: 0.06em;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  text-orientation: mixed;
  white-space: nowrap;
  position: absolute;
  top: 48px;
  right: 33px;
}
@media screen and (max-width: 768px) {
  .pbanner__rights {
    display: none;
  }
}
.pbanner__rights > .symbol {
  display: inline-block;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  margin-bottom: -3px;
}
.pbanner__breadcrumbs {
  position: absolute;
  top: 95px;
  left: 33px;
}
@media screen and (max-width: 768px) {
  .pbanner__breadcrumbs {
    display: none;
  }
}

.breadcrumbs {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.breadcrumbs__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
}
.breadcrumbs__item {
  font-size: 1.4rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  text-orientation: sideways;
}
.breadcrumbs__item--link {
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
.breadcrumbs__item--link:hover {
  color: #61a87a;
}
.breadcrumbs__divider {
  width: 1px;
  height: 30px;
  background-color: #323232;
  margin: 0 auto;
}

.ct-banner {
  margin: 0 auto -80px !important;
  padding-top: 160px;
}
@media screen and (max-width: 980px) {
  .ct-banner {
    margin: 0 auto -80px !important;
    padding-top: 100px;
  }
}
@media screen and (max-width: 768px) {
  .ct-banner {
    margin: 0 auto !important;
    padding: 85px 30px 40px;
  }
}
.ct-banner__wrapper {
  position: relative;
  background-color: #fff;
  width: 100%;
  border-radius: 80px;
  padding: 78px 0 80px;
  z-index: 1;
}
@media screen and (max-width: 980px) {
  .ct-banner__wrapper {
    padding: 68px 0 70px;
  }
}
@media screen and (max-width: 768px) {
  .ct-banner__wrapper {
    padding: 50px 20px;
    border-radius: 40px;
  }
}
.ct-banner__wrapper::after {
  content: "";
  width: 100%;
  height: 100%;
  background: url("./public/img/top/contact-bg.png") center 68%/cover no-repeat;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  border-radius: inherit;
}
.ct-banner__list {
  display: grid;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  grid-template-columns: repeat(3, 27.46%);
  gap: 20px;
  margin-top: 60px;
}
@media screen and (max-width: 1140px) {
  .ct-banner__list {
    grid-template-columns: repeat(3, 29.46%);
  }
}
@media screen and (max-width: 980px) {
  .ct-banner__list {
    gap: 10px;
  }
}
@media screen and (max-width: 768px) {
  .ct-banner__list {
    grid-template-columns: 1fr;
    margin-top: 40px;
  }
}
.ct-banner__item {
  position: relative;
  border-radius: 30px;
  padding: 34px 0;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 768px) {
  .ct-banner__item {
    padding: 15px 0;
    border-radius: 15px;
  }
}
.ct-banner__item::before {
  content: "";
  width: 100%;
  height: 100%;
  background-color: #61a87a;
  position: absolute;
  top: 0;
  left: 0;
  mix-blend-mode: multiply;
  z-index: -1;
}
@media screen and (min-width: 768px) {
  .ct-banner__item:hover .ct-banner__wrap {
    -webkit-transform: scale(1.06);
            transform: scale(1.06);
  }
}
.ct-banner__wrap {
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
  display: grid;
  grid-template-columns: auto auto;
  gap: 14px;
}
@media screen and (max-width: 1140px) {
  .ct-banner__wrap {
    grid-template-columns: 1fr;
    gap: 5px;
  }
}
@media screen and (max-width: 768px) {
  .ct-banner__wrap {
    -webkit-box-orient: initial;
    -webkit-box-direction: initial;
        -ms-flex-direction: initial;
            flex-direction: initial;
    gap: 15px;
    grid-template-columns: 30px 165px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.ct-banner__icon {
  -webkit-transform: translateY(5px);
          transform: translateY(5px);
}
@media screen and (max-width: 1140px) {
  .ct-banner__icon {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
.ct-banner__icon.email {
  width: 38px;
}
@media screen and (max-width: 1140px) {
  .ct-banner__icon.email {
    width: auto;
    height: 40px;
  }
}
@media screen and (max-width: 768px) {
  .ct-banner__icon.email {
    width: 30px;
    height: auto;
  }
}
.ct-banner__icon.line {
  width: 50px;
}
@media screen and (max-width: 1140px) {
  .ct-banner__icon.line {
    width: auto;
    height: 40px;
  }
}
@media screen and (max-width: 768px) {
  .ct-banner__icon.line {
    width: 30px;
    height: auto;
  }
}
.ct-banner__icon.tel {
  width: 26px;
}
@media screen and (max-width: 1140px) {
  .ct-banner__icon.tel {
    width: auto;
    height: 40px;
  }
}
@media screen and (max-width: 768px) {
  .ct-banner__icon.tel {
    width: 30px;
    height: auto;
  }
}
.ct-banner__title, .ct-banner__subtitle {
  color: #fff;
  letter-spacing: 0.06em;
}
.ct-banner__title {
  font-size: 2.5rem;
}
@media screen and (max-width: 980px) {
  .ct-banner__title {
    font-size: 2.2rem;
  }
}
@media screen and (max-width: 768px) {
  .ct-banner__title {
    font-size: 20px;
  }
}
.ct-banner__title > .outfit, .ct-banner__title.outfit {
  font-size: 2.9rem;
  font-family: "Outfit", sans-serif;
  font-weight: 600;
  letter-spacing: 0;
}
@media screen and (max-width: 980px) {
  .ct-banner__title > .outfit, .ct-banner__title.outfit {
    font-size: 2.4rem;
  }
}
@media screen and (max-width: 768px) {
  .ct-banner__title > .outfit, .ct-banner__title.outfit {
    font-size: 20px;
  }
}
.ct-banner__subtitle {
  font-size: 1.6rem;
  font-weight: 500;
}
@media screen and (max-width: 980px) {
  .ct-banner__subtitle {
    font-size: 1.4rem;
  }
}
.ct-banner__subtitle > .oswald {
  font-family: "Oswald", sans-serif;
}
.ct-banner__deco {
  width: 74px;
  height: 74px;
  position: absolute;
}
@media screen and (max-width: 768px) {
  .ct-banner__deco {
    width: 44px;
    height: 44px;
  }
}
.ct-banner__deco.left {
  top: -10px;
  left: -9px;
}
.ct-banner__deco.right {
  right: -10px;
  bottom: -10px;
}

.flow-graph__title {
  font-size: 1.8rem;
  letter-spacing: 0.04em;
  color: #61a87a;
  min-height: 50px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  text-align: center;
  margin-bottom: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 1200px) {
  .flow-graph__title {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 768px) {
  .flow-graph__title {
    font-size: 18px;
    min-height: 10px;
  }
}
.flow-graph__title > .flow-graph__note {
  display: block;
  font-size: 1.6rem;
}
@media screen and (max-width: 1200px) {
  .flow-graph__title > .flow-graph__note {
    font-size: 1.4rem;
  }
}
.flow-graph__desc {
  font-size: 1.6rem;
  letter-spacing: 0.06em;
  line-height: 1.9375em;
}
@media screen and (max-width: 1200px) {
  .flow-graph__desc {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 768px) {
  .flow-graph__desc {
    text-align: center;
  }
}
.flow-graph__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 100px 60px;
  margin: 0 auto;
  counter-reset: flow-graph;
}
@media screen and (max-width: 1200px) {
  .flow-graph__list {
    gap: 100px 40px;
  }
}
@media screen and (max-width: 980px) {
  .flow-graph__list {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 768px) {
  .flow-graph__list {
    grid-template-columns: 1fr;
    gap: 60px;
  }
}
.flow-graph__item {
  position: relative;
}
.flow-graph__item:not(:last-child)::after {
  content: "";
  width: 40px;
  height: 24px;
  background: url("./public/img/flow-graph/arrow.svg") center/contain no-repeat;
  position: absolute;
  right: -50px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (max-width: 1200px) {
  .flow-graph__item:not(:last-child)::after {
    width: 27px;
    height: 16px;
    right: -34px;
  }
}
@media screen and (max-width: 768px) {
  .flow-graph__item:not(:last-child)::after {
    left: 50%;
    -webkit-transform: translateX(-50%) rotate(90deg);
            transform: translateX(-50%) rotate(90deg);
    top: unset;
    bottom: -40px;
  }
}
@media screen and (min-width: 981px) {
  .flow-graph__item:nth-child(3n)::after {
    content: "";
    width: 1150px;
    width: calc(770px + (1150 - 770) * (100vw - 1301px) / (1920 - 1301));
    height: 80px;
    background: url("./public/img/flow-graph/arrow-down-big.svg") center/contain no-repeat;
    position: absolute;
    right: 50%;
    top: unset;
    bottom: -90px;
    -webkit-transform: none;
            transform: none;
  }
}
@media screen and (min-width: 981px) and (max-width: 1300px) {
  .flow-graph__item:nth-child(3n)::after {
    width: calc(530px + (776 - 530) * (100vw - 980px) / (1300 - 980));
    background: url("./public/img/flow-graph/arrow-down.svg") center/contain no-repeat;
  }
}
.flow-graph__item:last-child:nth-child(3n)::after {
  content: none;
}
@media screen and (min-width: 769px) and (max-width: 980px) {
  .flow-graph__item:nth-child(2n)::after {
    content: "";
    width: calc(310px + (410 - 310) * (100vw - 769px) / (980 - 769));
    height: 80px;
    background: url("./public/img/flow-graph/arrow-down.svg") center/contain no-repeat;
    position: absolute;
    right: 50%;
    bottom: -90px;
    top: unset;
    -webkit-transform: none;
            transform: none;
  }
}
.flow-graph__item-card {
  position: relative;
  height: 100%;
  background-color: #fff;
  border-radius: 30px;
  padding: 45px 40px 32px;
}
@media screen and (max-width: 1200px) {
  .flow-graph__item-card {
    padding: 45px 30px 32px;
  }
}
@media screen and (max-width: 1100px) {
  .flow-graph__item-card {
    padding: 45px 20px 32px;
  }
}
@media screen and (max-width: 768px) {
  .flow-graph__item-card {
    border-radius: 15px;
    padding: 30px 19px;
  }
}
.flow-graph__item-card::before {
  counter-increment: flow-graph;
  content: counter(flow-graph, decimal-leading-zero);
  font-size: 6rem;
  font-family: "Outfit", sans-serif;
  font-weight: 700;
  color: #61a87a;
  letter-spacing: 0.02em;
  position: absolute;
  left: 20px;
  top: -37px;
}
@media screen and (max-width: 768px) {
  .flow-graph__item-card::before {
    font-size: 40px;
    top: -25px;
  }
}
.flow-graph__icon-ctr {
  height: 124px;
  margin-bottom: 14px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 768px) {
  .flow-graph__icon-ctr {
    margin-bottom: 15px;
    height: auto;
  }
}
@media screen and (max-width: 768px) {
  .flow-graph__icon > img {
    width: 100px;
  }
}

.cf-link__list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 60px;
}
@media screen and (max-width: 980px) {
  .cf-link__list {
    gap: 30px;
  }
}
@media screen and (max-width: 768px) {
  .cf-link__list {
    grid-template-columns: 1fr;
    gap: 15px;
  }
}
.cf-link__link {
  position: relative;
  padding: 33px 20px 23px;
  border-radius: 30px;
  overflow: hidden;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 768px) {
  .cf-link__link {
    padding: 22px 20px 20px;
    border-radius: 15px;
  }
}
.cf-link__link::before {
  content: "";
  width: 100%;
  height: 100%;
  background-color: #61a87a;
  mix-blend-mode: multiply;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .cf-link__link:hover {
    -webkit-box-shadow: 0 10px 20px rgba(97, 168, 122, 0.6);
            box-shadow: 0 10px 20px rgba(97, 168, 122, 0.6);
    -webkit-transform: translateY(-5px);
            transform: translateY(-5px);
  }
}
.cf-link__bg {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.cf-link__content {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  z-index: 2;
}
.cf-link__title, .cf-link__subtitle {
  display: block;
  font-weight: 700;
  letter-spacing: 0.04em;
  color: #fff;
  text-align: center;
}
.cf-link__title {
  font-size: 2rem;
  font-family: "Outfit", sans-serif;
  margin-bottom: 6px;
}
@media screen and (max-width: 768px) {
  .cf-link__title {
    font-size: 16px;
    margin-bottom: 3px;
  }
}
.cf-link__subtitle {
  font-size: 4rem;
  font-weight: 900;
  margin-top: -4px;
}
@media screen and (max-width: 1200px) {
  .cf-link__subtitle {
    font-size: 3.2rem;
  }
}
@media screen and (max-width: 980px) {
  .cf-link__subtitle {
    font-size: 2.4rem;
  }
}

.concerns__title {
  font-size: 3rem;
  letter-spacing: 0.06em;
  color: #fff;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .concerns__title {
    font-size: 24px;
  }
}
.concerns__title::after {
  content: "";
  display: block;
  width: 50px;
  height: 3px;
  background-color: #fff;
  margin: 13px auto 0;
}
.concerns__title > .bracket {
  font-weight: 100;
}
.concerns__ctr {
  position: relative;
  background-color: #61a87a;
  border-radius: 50px;
  padding: 40px 50px 50px;
  margin-bottom: 117px;
}
@media screen and (max-width: 1080px) {
  .concerns__ctr {
    padding: 40px 30px;
  }
}
@media screen and (max-width: 768px) {
  .concerns__ctr {
    padding: 20px 20px 30px;
    border-radius: 25px;
    max-width: 500px;
    margin: 0 auto 75px;
  }
}
.concerns__ctr::after {
  content: "";
  width: 198px;
  height: 126px;
  background: url("./public/img/concerns/concerns-arrow.svg") center/contain no-repeat;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: -91px;
}
@media screen and (max-width: 768px) {
  .concerns__ctr::after {
    width: 148px;
    height: 76px;
    bottom: -57px;
  }
}
.concerns__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 27px 20px;
  position: relative;
  z-index: 1;
  margin-top: 39px;
}
@media screen and (max-width: 980px) {
  .concerns__list {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 768px) {
  .concerns__list {
    grid-template-columns: 1fr;
    gap: 10px;
    margin-top: 80px;
  }
}
.concerns__list::before {
  content: "";
  width: 120px;
  height: 110px;
  background: url("./public/img/concerns/concerns-boy.svg") center/cover no-repeat;
  position: absolute;
  top: -108px;
  left: calc(50px + (186 - 50) * (100vw - 981px) / (1920 - 981));
}
@media screen and (max-width: 980px) {
  .concerns__list::before {
    width: 100px;
    height: 90px;
    left: calc(62px + (108 - 62) * (100vw - 769px) / (980 - 769));
    top: -88px;
  }
}
@media screen and (max-width: 768px) {
  .concerns__list::before {
    width: 90px;
    height: 70px;
    background: url("./public/img/concerns/concerns-boy.svg") center/contain no-repeat;
    top: -68px;
    left: 40px;
  }
}
.concerns__list::after {
  content: "";
  width: 106px;
  height: 116px;
  background: url("./public/img/concerns/concerns-girl.svg") center/contain no-repeat;
  position: absolute;
  top: -114px;
  right: calc(57px + (200 - 57) * (100vw - 981px) / (1920 - 981));
  z-index: -1;
}
@media screen and (max-width: 980px) {
  .concerns__list::after {
    width: 100px;
    height: 90px;
    right: calc(72px + (121 - 72) * (100vw - 769px) / (980 - 769));
    top: -90px;
  }
}
@media screen and (max-width: 768px) {
  .concerns__list::after {
    width: 90px;
    height: 70px;
    background: url("./public/img/concerns/concerns-girl.svg") center/contain no-repeat;
    top: -69px;
    right: 40px;
  }
}
.concerns__item {
  min-height: 76px;
  background-color: #fff;
  border-radius: 10px;
  padding: 12px 9px;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 980px) {
  .concerns__item {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    padding: 12px 10px;
  }
}
@media screen and (max-width: 768px) {
  .concerns__item {
    border-radius: 5px;
    padding: 12px 15px;
  }
}
.concerns__text {
  position: relative;
  font-size: 1.8rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  gap: 9px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 1080px) {
  .concerns__text {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 768px) {
  .concerns__text {
    font-size: 14px;
  }
}
.concerns__text::before {
  content: "";
  min-width: 18px;
  height: 16px;
  background: url("./public/img/icons/icon-checkbox.svg") center/contain no-repeat;
}
.concerns__message {
  font-size: 4rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .concerns__message {
    font-size: 24px;
  }
}

.case-card {
  background-color: #fff;
  border: 10px solid #61a87a;
  border-radius: 50px;
  padding: 40px 50px;
}
@media screen and (max-width: 980px) {
  .case-card {
    padding: 40px 30px;
  }
}
@media screen and (max-width: 768px) {
  .case-card {
    padding: 20px;
    border: 5px solid #61a87a;
    border-radius: 25px;
  }
}
.case-card__head {
  position: relative;
  border-bottom: 2px solid #61a87a;
  padding-bottom: 24px;
}
.case-card__title {
  position: relative;
  width: 85%;
  font-size: 3rem;
  letter-spacing: 0.06em;
  color: #61a87a;
  padding-left: 45px;
}
@media screen and (max-width: 768px) {
  .case-card__title {
    width: 90%;
    font-size: 22px;
    padding-left: 40px;
  }
}
.case-card__title::before {
  content: "";
  width: 35px;
  height: 35px;
  background: url("./public/img/case-card/case-leaf.svg") center/contain no-repeat;
  -webkit-transform: translateY(7px);
          transform: translateY(7px);
  margin-right: 14px;
  position: absolute;
  top: 0;
  left: 0;
}
@media screen and (max-width: 768px) {
  .case-card__title::before {
    width: 30px;
    height: 30px;
  }
}
.case-card__head-img {
  position: absolute;
  bottom: -3px;
  right: 11px;
}
@media screen and (max-width: 768px) {
  .case-card__head-img {
    height: 50px;
    bottom: -1px;
    right: 5px;
  }
}
.case-card__content {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 61px;
  margin-top: 35px;
}
@media screen and (max-width: 1200px) {
  .case-card__content {
    gap: 41px;
  }
}
@media screen and (max-width: 980px) {
  .case-card__content {
    gap: 21px;
  }
}
@media screen and (max-width: 768px) {
  .case-card__content {
    grid-template-columns: 1fr;
    margin-top: 15px;
  }
}
.case-card__label {
  display: block;
  font-size: 1.6rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  color: #61a87a;
}
@media screen and (max-width: 980px) {
  .case-card__label {
    font-size: 14px;
  }
}
.case-card__label:not(:last-child) {
  margin-bottom: 11px;
}
.case-card__text {
  font-size: 1.6rem;
  letter-spacing: 0.06em;
  line-height: 1.9375em;
  margin-top: 17px;
}
@media screen and (max-width: 980px) {
  .case-card__text {
    font-size: 14px;
  }
}
.case-card__sched-ctr {
  margin-top: 20px;
}
.case-card__sched-item {
  position: relative;
  display: grid;
  grid-template-columns: 55px 1fr;
  gap: 49px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 768px) {
  .case-card__sched-item {
    gap: 35px;
  }
}
.case-card__sched-item:not(:last-child) {
  margin-bottom: 14px;
}
.case-card__sched-item--100 {
  grid-template-columns: 100px 1fr;
}
@media screen and (max-width: 768px) {
  .case-card__sched-item--100 {
    grid-template-columns: 90px 1fr;
  }
}
.case-card__sched-item:first-child .case-card__sched-desc::before {
  top: 50%;
}
.case-card__sched-item:last-child .case-card__sched-desc::before {
  top: unset;
  bottom: 50%;
}
.case-card__sched-time {
  font-size: 1.8rem;
  font-weight: 700;
  font-family: "Outfit", sans-serif;
  letter-spacing: 0.06em;
  color: #61a87a;
  text-align: right;
}
@media screen and (max-width: 980px) {
  .case-card__sched-time {
    font-size: 16px;
  }
}
.case-card__sched-desc {
  position: relative;
  font-size: 1.6rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  line-height: 1.5em;
}
@media screen and (max-width: 980px) {
  .case-card__sched-desc {
    font-size: 14px;
  }
}
.case-card__sched-desc::before {
  content: "";
  width: 2px;
  height: calc(100% + 15px);
  background-color: #61a87a;
  position: absolute;
  top: 0;
  left: -24px;
}
@media screen and (max-width: 768px) {
  .case-card__sched-desc::before {
    left: -19px;
  }
}
.case-card__sched-desc::after {
  content: "";
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #61a87a;
  position: absolute;
  left: -28px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (max-width: 768px) {
  .case-card__sched-desc::after {
    left: -23px;
  }
}

.reason {
  counter-reset: reason-item;
}
.reason__article {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 80px;
}
@media screen and (max-width: 980px) {
  .reason__article {
    grid-template-columns: 1fr;
    gap: 40px;
  }
}
@media screen and (max-width: 768px) {
  .reason__article {
    gap: 30px;
  }
}
.reason__article:nth-child(even) > :last-child {
  -webkit-box-ordinal-group: 0;
      -ms-flex-order: -1;
          order: -1;
}
@media screen and (max-width: 980px) {
  .reason__article:nth-child(even) > :last-child {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}
.reason__article:not(:last-child) {
  margin-bottom: 60px;
}
.reason__title-ctr {
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .reason__title-ctr {
    margin-bottom: 10px;
  }
}
.reason__title-num {
  font-size: 1.8rem;
  font-family: "Outfit", sans-serif;
  font-weight: 700;
  color: #61a87a;
  letter-spacing: 0.02em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  margin-bottom: 8px;
}
@media screen and (max-width: 768px) {
  .reason__title-num {
    font-size: 16px;
  }
}
.reason__title-num::after {
  counter-increment: reason-item;
  content: counter(reason-item, decimal-leading-zero);
  font-size: 3rem;
}
@media screen and (max-width: 768px) {
  .reason__title-num::after {
    -webkit-transform: translateY(-2px);
            transform: translateY(-2px);
  }
}
.reason__title {
  font-size: 3rem;
  letter-spacing: 0.04em;
  line-height: 1.6666666667em;
  color: #61a87a;
}
@media screen and (max-width: 980px) {
  .reason__title {
    font-size: 24px;
  }
}
@media screen and (max-width: 768px) {
  .reason__title {
    font-size: 22px;
  }
}
.reason__desc {
  font-size: 1.6rem;
  letter-spacing: 0.06em;
  line-height: 2.25em;
}
@media screen and (max-width: 768px) {
  .reason__desc {
    font-size: 14px;
  }
}
.reason__image {
  border-top-right-radius: 50px;
  border-bottom-left-radius: 50px;
  overflow: hidden;
  aspect-ratio: 500/332;
}
@media screen and (max-width: 768px) {
  .reason__image {
    border-top-right-radius: 25px;
    border-bottom-left-radius: 25px;
  }
}

.inv {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 60px;
  counter-reset: inv-item;
}
@media screen and (max-width: 980px) {
  .inv {
    gap: 40px 30px;
  }
}
@media screen and (max-width: 850px) {
  .inv {
    grid-template-columns: 1fr;
    gap: 50px;
  }
}
.inv__article {
  position: relative;
  background-color: #fff;
  border-radius: 50px;
  padding: 40px 40px 37px;
}
@media screen and (max-width: 980px) {
  .inv__article {
    padding: 30px 30px 27px;
  }
}
@media screen and (max-width: 768px) {
  .inv__article {
    border-radius: 25px;
    padding: 30px 20px 27px;
  }
}
.inv__article::before {
  counter-increment: inv-item;
  content: counter(inv-item, decimal-leading-zero);
  font-size: 6rem;
  font-family: "Outfit", sans-serif;
  font-weight: 700;
  color: #61a87a;
  letter-spacing: 0.02em;
  position: absolute;
  top: -39px;
  left: 31px;
}
@media screen and (max-width: 768px) {
  .inv__article::before {
    font-size: 40px;
    top: -25px;
    left: 21px;
  }
}
.inv__article.plain::before {
  content: none;
}
.inv__image {
  border-radius: 30px;
  overflow: hidden;
  aspect-ratio: 430/264;
  margin-bottom: 35px;
}
@media screen and (max-width: 768px) {
  .inv__image {
    border-radius: 15px;
    margin-bottom: 25px;
  }
}
.inv__title {
  position: relative;
  padding-bottom: 15px;
  margin-bottom: 21px;
}
.inv__title::after {
  content: "";
  width: 50px;
  height: 3px;
  background-color: #61a87a;
  position: absolute;
  bottom: 0;
  left: 0;
}
.inv__title-en {
  font-size: 1.8rem;
  font-family: "Outfit", sans-serif;
  font-weight: 700;
  letter-spacing: 0.04em;
  color: #61a87a;
  margin-bottom: 13px;
}
@media screen and (max-width: 768px) {
  .inv__title-en {
    font-size: 16px;
  }
}
.inv__title-jp {
  font-size: 3rem;
  font-weight: 900;
  letter-spacing: 0.04em;
  margin-top: 5px;
}
@media screen and (max-width: 768px) {
  .inv__title-jp {
    font-size: 24px;
  }
}
.inv__desc {
  font-size: 1.6rem;
  letter-spacing: 0.06em;
  line-height: 1.9375em;
}
@media screen and (max-width: 768px) {
  .inv__desc {
    font-size: 14px;
  }
}

.top__mv {
  position: relative;
  padding: 0 80px 123px;
  margin: 0 auto;
}
@media screen and (max-width: 1300px) {
  .top__mv {
    padding-bottom: 123px !important;
    padding: 0 6%;
    margin: 0 auto;
    max-width: calc(1140px + 12%);
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}
@media screen and (max-width: 1300px) and (max-width: 768px) {
  .top__mv {
    max-width: 100%;
    padding: 0 30px;
  }
}
@media screen and (max-width: 768px) {
  .top__mv {
    padding: 0 0 76px !important;
  }
}
.top__mv-slider-wrap {
  position: relative;
}
@media screen and (min-width: 768px) {
  .top__mv-slider-wrap {
    -webkit-animation: display-anim 2s forwards;
            animation: display-anim 2s forwards;
  }
}
.top__mv-slider {
  position: relative;
  border-bottom-left-radius: 80px;
  overflow: hidden;
  height: calc(100vh - 190px);
  height: calc(100svh - 190px);
}
@media screen and (max-width: 850px) {
  .top__mv-slider {
    height: calc(100vh - 170px);
    height: calc(100svh - 170px);
  }
}
@media screen and (max-width: 768px) {
  .top__mv-slider {
    height: calc(100vh - 55px);
    height: calc(100svh - 55px);
    border-bottom-left-radius: 40px;
  }
}
.top__mv-slider::after {
  content: "";
  background-color: #d2d2d2;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  mix-blend-mode: multiply;
  border-radius: inherit;
}
.top__mv-heading {
  position: absolute;
  left: 62px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (max-width: 768px) {
  .top__mv-heading {
    left: 20px;
  }
}
.top__mv-text {
  font-size: 5rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  color: #fff;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  margin-bottom: 12px;
}
@media screen and (max-width: 768px) {
  .top__mv-text {
    font-size: 25px;
  }
}
.top__mv-text > .thin {
  font-weight: 100;
}
.top__mv-subtext {
  font-size: 1.6rem;
  font-family: "Outfit", sans-serif;
  letter-spacing: 0.3em;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .top__mv-subtext {
    font-size: 14px;
  }
}
.top__mv-rights, .top__mv-scroll {
  font-size: 1.2rem;
  font-family: "Outfit", sans-serif;
  font-weight: 700;
  letter-spacing: 0.06em;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  text-orientation: mixed;
  position: absolute;
}
@media screen and (max-width: 768px) {
  .top__mv-rights, .top__mv-scroll {
    display: none !important;
  }
}
.top__mv-scroll {
  height: 144px;
  bottom: 0;
  left: -48px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 9px;
}
@media screen and (max-width: 1300px) {
  .top__mv-scroll {
    left: -4%;
  }
}
@media screen and (max-width: 768px) {
  .top__mv-scroll {
    height: 135px;
    left: -20px;
  }
}
.top__mv-scroll > .scroll-line {
  position: relative;
  width: 2px;
  height: 80px;
  background-color: #61a87a;
}
.top__mv-scroll > .scroll-line::after {
  content: "";
  width: 11px;
  height: 11px;
  background-color: inherit;
  border-radius: 50%;
  position: absolute;
  bottom: -2px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  -webkit-animation: scroll-ball 4s infinite;
          animation: scroll-ball 4s infinite;
  z-index: 1;
}
.top__mv-rights {
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: -48px;
  white-space: nowrap;
}
@media screen and (max-width: 1300px) {
  .top__mv-rights {
    right: -4%;
  }
}
@media screen and (max-width: 768px) {
  .top__mv-rights {
    right: -20px;
  }
}
.top__mv-rights > .symbol {
  display: inline-block;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  margin-bottom: -3px;
}
.top__mv-news {
  padding: 32px 30px;
}
@media screen and (max-width: 768px) {
  .top__mv-news {
    padding: 40px 30px 0;
  }
}
.top__mv-news-slider {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 40px;
}
@media screen and (max-width: 980px) {
  .top__mv-news-slider {
    gap: 20px;
  }
}
@media screen and (max-width: 768px) {
  .top__mv-news-slider {
    display: block;
  }
}
.top__mv-news-title, .top__mv-article-date {
  font-size: 1.8rem;
  font-family: "Outfit", sans-serif;
  font-weight: 700;
  letter-spacing: 0.02em;
  color: #61a87a;
}
@media screen and (max-width: 768px) {
  .top__mv-news-title {
    margin-bottom: 15px;
    font-size: 24px;
  }
}
@media screen and (max-width: 768px) {
  .top__mv-article-date {
    font-size: 1.6rem;
  }
}
.top__mv-article {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
}
@media screen and (max-width: 768px) {
  .top__mv-article {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 5px;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    margin-bottom: 25px;
  }
}
.top__mv-article-title {
  font-size: 1.6rem;
  font-weight: 400;
  letter-spacing: 0.06em;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media screen and (max-width: 768px) {
  .top__mv-article-title {
    width: 100%;
    font-size: 14px;
  }
}
.top__mv-news-arrows {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  -webkit-box-ordinal-group: 5;
      -ms-flex-order: 4;
          order: 4;
}
@media screen and (max-width: 768px) {
  .top__mv-news-arrows {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 80px;
    position: absolute;
    bottom: 20px;
    left: 0;
  }
}
.top__mv-news-pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 6px;
  font-size: 1.8rem;
  font-weight: 700;
  font-family: "Outfit", sans-serif;
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
}
@media screen and (max-width: 768px) {
  .top__mv-news-pagination {
    font-size: 16px;
    margin: 0 0 22px 50px;
  }
}
.top__mv-news-pagination > .hyphen, .top__mv-news-pagination > .total-length {
  color: #b4b4b4;
}
.top__mv-news-pagination > .current-index {
  color: #61a87a;
}
.top__mv-news-pagination > .hyphen {
  line-height: 1;
}
.top__mv-news-all {
  -webkit-box-ordinal-group: 6;
      -ms-flex-order: 5;
          order: 5;
  white-space: nowrap;
}
@media screen and (max-width: 768px) {
  .top__mv-news-all {
    position: absolute;
    right: 0;
    bottom: 20px;
  }
}
.top__about {
  padding-bottom: 125px;
}
@media screen and (max-width: 768px) {
  .top__about {
    padding-bottom: 85px;
  }
}
.top__about-container {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 78px;
  margin-top: 127px !important;
}
@media screen and (max-width: 900px) {
  .top__about-container {
    grid-template-columns: 1fr;
  }
}
@media screen and (max-width: 768px) {
  .top__about-container {
    gap: 60px;
    margin-top: 70px !important;
  }
}
.top__about-title {
  font-size: 3rem;
  line-height: 1.6666666667em;
  letter-spacing: 0.04em;
  margin-top: 47px;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}
@media screen and (max-width: 1024px) {
  .top__about-title {
    margin-top: 40px;
  }
}
@media screen and (max-width: 768px) {
  .top__about-title {
    font-size: 24px;
    margin-top: 23.5px;
  }
}
.top__about-desc {
  font-size: 1.6rem;
  line-height: 2.25em;
  letter-spacing: 0.06em;
  margin: 19px 0 31px;
}
@media screen and (max-width: 768px) {
  .top__about-desc {
    font-size: 14px;
    margin: 10px 0 25px;
  }
}
.top__about-img-container {
  text-align: center;
  position: relative;
}
@media screen and (max-width: 980px) {
  .top__about-img-container {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .top__about-img-container {
    max-width: 500px;
    margin: 0 auto;
  }
}
.top__about-img-container::before, .top__about-img-container::after {
  content: "";
  width: 74px;
  height: 74px;
  position: absolute;
}
@media screen and (max-width: 1200px) {
  .top__about-img-container::before, .top__about-img-container::after {
    width: 53px;
    height: 53px;
  }
}
@media screen and (max-width: 768px) {
  .top__about-img-container::before, .top__about-img-container::after {
    width: 44px;
    height: 44px;
  }
}
.top__about-img-container::before {
  background: url("./public/img/top/deco-1.svg") no-repeat center/contain;
  top: -29px;
  left: -20px;
}
@media screen and (max-width: 768px) {
  .top__about-img-container::before {
    top: -20px;
    left: -10px;
  }
}
.top__about-img-container::after {
  background: url("./public/img/top/deco-2.svg") no-repeat center/contain;
  bottom: -29px;
  right: -20px;
}
@media screen and (max-width: 768px) {
  .top__about-img-container::after {
    bottom: -20px;
    right: -10px;
  }
}
.top__about-img-text {
  font-family: "Outfit", sans-serif;
  font-weight: 700;
  font-size: 1.8rem;
  letter-spacing: 0.1em;
  color: #61a87a;
  word-break: keep-all;
  position: absolute;
  top: -23px;
  left: 12.4%;
}
@media screen and (max-width: 1250px) {
  .top__about-img-text {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 1050px) {
  .top__about-img-text {
    font-size: 1.3rem;
  }
}
@media screen and (max-width: 768px) {
  .top__about-img-text {
    top: -15px;
    font-size: 10px;
    left: 50px;
  }
}
.top__about-img-text--upside-down {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  top: unset;
  bottom: -23px;
  left: unset;
  right: 12.4%;
}
@media screen and (max-width: 768px) {
  .top__about-img-text--upside-down {
    bottom: -15px;
    right: 50px;
  }
}
.top__about-img {
  border-top-right-radius: 50px;
  border-bottom-left-radius: 50px;
  overflow: hidden;
  aspect-ratio: 500/631;
}
@media screen and (max-width: 768px) {
  .top__about-img {
    border-top-right-radius: 25px;
    border-bottom-left-radius: 25px;
  }
}
.top__strength {
  padding-bottom: 180px;
}
@media screen and (max-width: 768px) {
  .top__strength {
    padding-bottom: 50px;
  }
}
.top__strength-container {
  margin-top: 169px !important;
}
@media screen and (max-width: 768px) {
  .top__strength-container {
    margin-top: 60px !important;
  }
}
.top__strength-list {
  margin-top: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 60px;
  counter-reset: list-item;
}
@media screen and (max-width: 1024px) {
  .top__strength-list {
    gap: 40px;
  }
}
@media screen and (max-width: 768px) {
  .top__strength-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 50px;
  }
}
.top__strength-item {
  width: calc(50% - 30px);
  padding: 40px;
  background-color: #fff;
  border-radius: 50px;
  position: relative;
}
@media screen and (max-width: 1024px) {
  .top__strength-item {
    width: calc(50% - 30px);
    padding: 30px;
  }
}
@media screen and (max-width: 768px) {
  .top__strength-item {
    max-width: 100%;
    width: 100%;
    border-radius: 25px;
    padding: 30px 20px;
  }
}
.top__strength-item::before {
  content: "0" counter(list-item);
  counter-increment: list-item;
  font-size: 6rem;
  font-family: "Outfit", sans-serif;
  font-weight: 700;
  color: #61a87a;
  letter-spacing: 0.02em;
  position: absolute;
  top: -40px;
  left: 30px;
}
@media screen and (max-width: 768px) {
  .top__strength-item::before {
    font-size: 40px;
    top: -25px;
    left: 20px;
  }
}
.top__strength-figure {
  border-radius: 30px;
  overflow: hidden;
  aspect-ratio: 433/264;
}
@media screen and (max-width: 768px) {
  .top__strength-figure {
    border-radius: 15px;
  }
}
.top__strength-title {
  position: relative;
  text-align: center;
  margin-top: 20px;
  padding-bottom: 15px;
}
.top__strength-title::after {
  content: "";
  width: 80px;
  height: 3px;
  background-color: #61a87a;
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media screen and (max-width: 768px) {
  .top__strength-title::after {
    width: 40px;
  }
}
.top__strength-title-en {
  font-family: "Outfit", sans-serif;
  font-weight: 700;
  font-size: 1.6rem;
  letter-spacing: 0.1em;
  color: #61a87a;
  margin-bottom: 4px;
}
@media screen and (max-width: 1024px) {
  .top__strength-title-en {
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 768px) {
  .top__strength-title-en {
    margin-bottom: 4px;
    font-size: 14px;
  }
}
.top__strength-title-jp {
  font-size: 2.5rem;
  font-weight: 500;
  letter-spacing: 0.06em;
  line-height: 1.6em;
}
@media screen and (max-width: 1140px) {
  .top__strength-title-jp {
    font-size: 2.2rem;
  }
}
@media screen and (max-width: 1024px) {
  .top__strength-title-jp {
    font-size: 20px;
  }
}
@media screen and (max-width: 768px) {
  .top__strength-title-jp {
    font-size: 18px;
  }
}
.top__strength-info {
  font-size: 1.6rem;
  letter-spacing: 0.06em;
  line-height: 1.9375em;
  margin-top: 20px;
}
@media screen and (max-width: 768px) {
  .top__strength-info {
    font-size: 14px;
  }
}
.top__case {
  padding: 100px 0 200px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .top__case {
    padding: 0 0 100px;
  }
}
.top__case-item {
  max-width: 455px;
  width: 100%;
  position: relative;
}
@media screen and (max-width: 515px) {
  .top__case-item {
    max-width: 100%;
  }
}
.top__case-item::after {
  content: "";
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border-radius: 30px;
}
.top__case-item-wrapper {
  width: 100%;
  height: 100%;
  border-radius: 30px;
  position: relative;
  overflow: hidden;
}
.top__case-thumbnail {
  width: 100%;
  height: 100%;
}
.top__case-info {
  width: 100%;
  padding: 38px 30px 38px 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  .top__case-info {
    padding: 25px 20px 40px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.top__case-info-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 8px;
}
@media screen and (max-width: 768px) {
  .top__case-info-container {
    gap: 5px;
  }
}
.top__case-cat {
  max-width: 114px;
  font-size: 1.4rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  color: #323232;
  background-color: #fff;
  border-radius: 5px;
  display: inline-block;
  padding: 5px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 768px) {
  .top__case-cat {
    font-size: 12px;
    padding: 3px 0;
  }
}
.top__case-title {
  font-size: 2rem;
  letter-spacing: 0.06em;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .top__case-title {
    font-size: 18px;
  }
}
.top__case-desc {
  font-size: 1.6rem;
  letter-spacing: 0.06em;
  color: white;
}
@media screen and (max-width: 768px) {
  .top__case-desc {
    font-size: 14px;
  }
}
.top__case-btn-wrap {
  width: 100%;
  position: absolute;
  top: 72px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 2;
}
.top__case-btn-group {
  max-width: 122px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 20px;
  background-color: #61a87a;
  border-radius: 30px;
  padding: 10px 0;
  margin: 0 40px 0 auto;
}
@media screen and (max-width: 1024px) {
  .top__case-btn-group {
    right: 20px;
  }
}
.top__case-btn {
  margin-top: 27px;
}
@media screen and (max-width: 768px) {
  .top__case-btn {
    margin: 0 0 0 auto;
  }
}
.top__case-card {
  width: 100%;
  position: absolute;
  top: 20px;
  left: 0;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .top__case-card {
    position: relative;
    z-index: 2;
  }
}
.top__case-card-container {
  max-width: 404px;
  width: 100%;
  background-color: #fff;
  border-radius: 30px;
  padding: 61px 60px 58px;
  position: relative;
}
@media screen and (max-width: 1024px) {
  .top__case-card-container {
    max-width: 385px;
    padding: 40px;
  }
}
@media screen and (max-width: 768px) {
  .top__case-card-container {
    max-width: 100%;
    padding: 30px 30px 40px;
  }
}
.top__case-card-container::before {
  content: "";
  width: 58px;
  height: 58px;
  background: url("./public/img/top/deco-1.svg") no-repeat center/contain;
  position: absolute;
  top: -20px;
  left: -20px;
}
@media screen and (max-width: 768px) {
  .top__case-card-container::before {
    width: 44px;
    height: 44px;
    top: -15px;
  }
}
.top__case-card-info {
  font-size: 1.6rem;
  line-height: 2.25em;
  letter-spacing: 0.06em;
  margin: 30px 0;
}
@media screen and (max-width: 1024px) {
  .top__case-card-info {
    margin: 20px 0;
  }
}
@media screen and (max-width: 768px) {
  .top__case-card-info {
    font-size: 14px;
    margin: 15px 0;
  }
}
.top__case-num {
  font-family: "Outfit", sans-serif;
  font-weight: 700;
  font-size: 8rem;
  letter-spacing: 0.02em;
  color: #61a87a;
  position: absolute;
  bottom: -48px;
  right: 41px;
  z-index: 10;
}
@media screen and (max-width: 768px) {
  .top__case-num {
    font-size: 60px;
    bottom: -35px;
  }
}
.top__survey {
  max-width: 100%;
  padding: 0 80px 200px;
}
@media screen and (max-width: 768px) {
  .top__survey {
    padding: 0 30px 100px;
  }
}
.top__survey-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
@media screen and (max-width: 768px) {
  .top__survey-header {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
@media screen and (max-width: 768px) {
  .top__survey-header-btn {
    margin-left: auto;
  }
}
.top__survey-list {
  margin-top: 60px;
  display: grid;
  gap: 20px;
  grid-template-columns: repeat(4, 1fr);
  grid-template-rows: 1fr 1fr;
}
@media screen and (max-width: 980px) {
  .top__survey-list {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 768px) {
  .top__survey-list {
    margin-top: 30px;
    grid-template-columns: 1fr;
    grid-template-rows: auto;
  }
}
.top__survey-item:first-child {
  grid-column: 1/3;
  grid-row: 1/3;
}
@media screen and (max-width: 768px) {
  .top__survey-item:first-child {
    grid-column: 1/2;
    grid-row: 1/2;
  }
}
.top__survey-item-link {
  border-radius: 30px;
  padding-block: 30px 26px;
  height: 100%;
  background: #fff;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (max-width: 768px) {
  .top__survey-item-link {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    border-radius: 20px;
  }
}
.top__survey-item-link--center {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (min-width: 768px) {
  .top__survey-item-link:hover {
    background: #61a87a;
  }
}
@media screen and (min-width: 768px) {
  .top__survey-item-link:hover .top__survey-item-img path,
  .top__survey-item-link:hover .top__survey-item-img ellipse {
    fill: #fff;
  }
}
@media screen and (min-width: 768px) {
  .top__survey-item-link:hover .top__survey-item-label-en {
    color: #fff;
  }
}
@media screen and (min-width: 768px) {
  .top__survey-item-link:hover .top__survey-item-label-jp {
    color: #fff;
  }
}
@media screen and (min-width: 768px) {
  .top__survey-item-link:hover path.top__survey-item-img-white-fill,
  .top__survey-item-link:hover circle.top__survey-item-img-white-fill {
    fill: #61a87a;
  }
}
.top__survey-item-img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  height: 110px;
}
@media screen and (max-width: 768px) {
  .top__survey-item-img {
    height: 85px;
  }
}
.top__survey-item-img--short {
  padding-top: 12px;
}
@media screen and (max-width: 768px) {
  .top__survey-item-img--short {
    padding-top: 8px;
  }
}
.top__survey-item-img.stalker {
  height: 100px;
}
@media screen and (max-width: 768px) {
  .top__survey-item-img.stalker {
    height: 75px;
  }
}
.top__survey-item-img path,
.top__survey-item-img ellipse {
  fill: #61a87a;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
.top__survey-item-img circle {
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
.top path.top__survey-item-img-white-fill,
.top circle.top__survey-item-img-white-fill {
  fill: #fff;
}
.top__survey-item-label-en {
  margin-block: 28px 5px;
  font-size: 1.8rem;
  font-weight: 500;
  letter-spacing: 0.06em;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
@media screen and (max-width: 768px) {
  .top__survey-item-label-en {
    margin-top: 14px;
    font-size: 14px;
  }
}
.top__survey-item-label-jp {
  font: 700 1.6rem "Outfit", sans-serif;
  letter-spacing: 0.1em;
  color: #61a87a;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
@media screen and (max-width: 768px) {
  .top__survey-item-label-jp {
    font-size: 13px;
  }
}
.top__guide {
  position: relative;
  padding-bottom: 160px;
}
.top__guide::after {
  content: "";
  border-top-right-radius: 50px;
  position: absolute;
  inset: 0 auto auto 0;
  width: 59.23%;
  height: calc(100% - 160px);
  background: #fff;
}
@media screen and (max-width: 768px) {
  .top__guide::after {
    border-radius: 0;
    width: 100%;
  }
}
.top__guide-container {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0 80px;
  padding-block: 20px;
}
@media screen and (max-width: 768px) {
  .top__guide-container {
    padding: 85px 30px 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.top__guide-info {
  width: 42.6%;
}
@media screen and (max-width: 768px) {
  .top__guide-info {
    width: 100%;
  }
}
.top__guide-text {
  margin-top: 46px;
  font-size: 1.6rem;
  letter-spacing: 0.06em;
  line-height: 2.25em;
}
@media screen and (max-width: 768px) {
  .top__guide-text {
    margin-top: 23px;
    font-size: 13px;
  }
}
.top__guide-list {
  position: relative;
  top: 60px;
  width: 50%;
}
@media screen and (max-width: 768px) {
  .top__guide-list {
    width: 100%;
  }
}
.top__guide-item {
  position: relative;
  height: 270px;
}
@media screen and (max-width: 768px) {
  .top__guide-item {
    height: 160px;
  }
}
.top__guide-item::before {
  content: "";
  position: absolute;
  width: 73.8px;
  height: 73.8px;
  background: url("./public/img/icons/icon-leaf-left.svg") center/contain no-repeat;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  .top__guide-item::before {
    width: 44px;
    height: 44px;
  }
}
.top__guide-item:not(:last-child) {
  margin-bottom: 40px;
}
.top__guide-item:first-child::before {
  top: -30px;
  left: -30px;
}
@media screen and (max-width: 768px) {
  .top__guide-item:first-child::before {
    top: -15px;
    left: -15px;
  }
}
.top__guide-item:last-child::before {
  bottom: -30px;
  right: -30px;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
@media screen and (max-width: 768px) {
  .top__guide-item:last-child::before {
    bottom: -15px;
    right: -15px;
  }
}
.top__guide-item-content, .top__guide-item-img {
  border-radius: 30px;
  overflow: hidden;
}
.top__guide-item-content {
  margin-inline: auto 0;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
  width: 94%;
  min-width: 290px;
  height: 100%;
  z-index: 1;
  padding-inline: 30px;
}
@media screen and (max-width: 768px) {
  .top__guide-item-content {
    min-width: unset;
    padding-inline: 15px;
  }
}
.top__guide-item-title-en {
  font: 700 1.6rem "Outfit", sans-serif;
  letter-spacing: 0.1em;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .top__guide-item-title-en {
    font-size: 13px;
  }
}
.top__guide-item-title-jp {
  font-size: 3rem;
  font-weight: 500;
  letter-spacing: 0.06em;
  color: #fff;
}
@media screen and (max-width: 980px) {
  .top__guide-item-title-jp {
    font-size: 2.4rem;
  }
}
@media screen and (max-width: 880px) {
  .top__guide-item-title-jp {
    font-size: 2.2rem;
  }
}
@media screen and (max-width: 768px) {
  .top__guide-item-title-jp {
    font-size: 20px;
  }
}
.top__guide-item-btn {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.top__guide-item-img {
  position: absolute;
  width: 100%;
  height: 100%;
  inset: 0 auto auto 0;
  background: #c8c8c8;
}
.top__guide-item-img picture {
  mix-blend-mode: multiply;
}
.top__g2f {
  position: relative;
  background-color: transparent;
}
.top__g2f-banner {
  padding-top: 40px;
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .top__g2f-banner {
    padding-top: 19px;
  }
}
.top__g2f-marquee {
  position: absolute;
  inset: -40px auto auto 0;
}
@media screen and (max-width: 768px) {
  .top__g2f-marquee {
    inset: -19px auto auto 0;
  }
}
.top__g2f-img {
  min-height: 580px;
}
@media screen and (max-width: 768px) {
  .top__g2f-img {
    min-height: 290px;
  }
}
.top__g2f-img::after {
  content: "";
  height: 100vh;
  height: 100lvh;
  width: 100vw;
  background: url("./public/img/top/g2f-img.jpg") no-repeat center/cover;
  position: fixed;
  bottom: 0;
  z-index: -1;
}
@supports (-webkit-touch-callout: none) {
  .top__g2f-img::after {
    top: 0;
  }
}
.top__faq {
  padding: 100px 120px 120px 115px;
  border-radius: 100px;
  position: relative;
  top: -78px;
  background: #61a87a;
}
@media screen and (max-width: 1250px) {
  .top__faq {
    padding: 100px 90px 120px 85px;
  }
}
@media screen and (max-width: 1200px) {
  .top__faq {
    padding: 100px 70px 120px 65px;
  }
}
@media screen and (max-width: 768px) {
  .top__faq {
    border-radius: 50px;
    top: -40px;
    padding: 50px 20px 60px;
  }
}
.top__faq:has(.top__faq-nav-item:first-child .top__faq-nav-item-btn:checked) .top__faq-nav::before {
  left: 0;
  border-radius: 10px 0 0 10px;
}
.top__faq:has(.top__faq-nav-item:first-child .top__faq-nav-item-btn:checked) .top__faq-nav::after {
  left: 0;
}
.top__faq:has(.top__faq-nav-item:first-child .top__faq-nav-item-btn:checked) .top__faq-list:first-child {
  display: block;
}
.top__faq:has(.top__faq-nav-item:nth-child(2) .top__faq-nav-item-btn:checked) .top__faq-nav::before, .top__faq:has(.top__faq-nav-item:nth-child(2) .top__faq-nav-item-btn:checked) .top__faq-nav::after {
  left: 33.33%;
}
.top__faq:has(.top__faq-nav-item:nth-child(2) .top__faq-nav-item-btn:checked) .top__faq-list:nth-child(2) {
  display: block;
}
.top__faq:has(.top__faq-nav-item:nth-child(3) .top__faq-nav-item-btn:checked) .top__faq-nav::before {
  border-radius: 0 10px 10px 0;
  left: 66.66%;
}
.top__faq:has(.top__faq-nav-item:nth-child(3) .top__faq-nav-item-btn:checked) .top__faq-nav::after {
  left: 66.66%;
}
.top__faq:has(.top__faq-nav-item:nth-child(3) .top__faq-nav-item-btn:checked) .top__faq-list:nth-child(3) {
  display: block;
}
.top__faq-container {
  margin: auto;
}
@media screen and (max-width: 768px) {
  .top__faq-container {
    padding: 0;
  }
}
.top__faq-heading {
  display: grid;
  grid-template-columns: auto 1fr;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  gap: 40px;
}
@media screen and (max-width: 1200px) {
  .top__faq-heading {
    gap: 30px;
  }
}
@media screen and (max-width: 1100px) {
  .top__faq-heading {
    grid-template-columns: 1fr;
    gap: 40px;
  }
}
@media screen and (max-width: 768px) {
  .top__faq-heading {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
@media screen and (max-width: 768px) {
  .top__faq-heading > .title {
    text-align: center;
    margin: 0 auto;
  }
}
@media screen and (max-width: 768px) {
  .top__faq-heading > .title::after {
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
.top__faq-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}
.top__faq-nav::before, .top__faq-nav::after {
  content: "";
  position: absolute;
  display: block;
  width: 33.333%;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
.top__faq-nav::after {
  height: 11px;
  bottom: -6px;
  background: url("./public/img/icons/bubble-triangle.svg") center/contain no-repeat;
}
.top__faq-nav::before {
  height: 100%;
  background: #fff;
  top: 0;
}
.top__faq-nav-item {
  border: 1px solid #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 0px;
          flex: 1 1 0;
}
.top__faq-nav-item:first-child {
  border-radius: 10px 0 0 10px;
}
.top__faq-nav-item:last-child {
  border-radius: 0 10px 10px 0;
}
.top__faq-nav-item input {
  display: none;
}
.top__faq-nav-item-btn:checked ~ .top__faq-nav-item-text {
  color: #61a87a;
  cursor: default;
}
.top__faq-nav-item-text {
  margin: auto;
  padding: 10.6px;
  position: relative;
  display: block;
  width: 100%;
  color: #fff;
  font-size: 1.6rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-align: center;
  cursor: pointer;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
@media screen and (max-width: 1200px) {
  .top__faq-nav-item-text {
    font-size: 14px;
  }
}
@media screen and (max-width: 768px) {
  .top__faq-nav-item-text {
    padding-inline: 5px;
    font-size: 11px;
  }
}
@media screen and (min-width: 768px) {
  .top__faq-nav-item-text:hover {
    background: rgba(255, 255, 255, 0.2);
  }
}
.top__faq-list {
  margin-top: 60px;
  opacity: 0;
  display: none;
  -webkit-animation: display-anim 2s forwards;
          animation: display-anim 2s forwards;
}
@media screen and (max-width: 768px) {
  .top__faq-list {
    margin-top: 30px;
  }
}
.top__faq-list-item {
  border-radius: 30px;
  padding: 30px 40px 30px 30px;
  display: block;
  background: #fff;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  .top__faq-list-item {
    border-radius: 15px;
    padding: 15px;
  }
}
.top__faq-list-item:not(:last-child) {
  margin-bottom: 20px;
}
.top__faq-list-item:has(.top__faq-list-item-btn:checked) .top__faq-list-a {
  max-height: 300px;
}
.top__faq-list-item:has(.top__faq-list-item-btn:checked) .top__faq-list-btn::before {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.top__faq-list-item:has(.top__faq-list-item-btn:checked) .top__faq-list-btn::after {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.top__faq-list-item-btn {
  display: none;
}
.top__faq-list-q, .top__faq-list-a-ctr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 18px;
}
@media screen and (max-width: 768px) {
  .top__faq-list-q, .top__faq-list-a-ctr {
    gap: 10px;
  }
}
.top__faq-list-a-ctr {
  margin-top: 10px;
}
.top__faq-list-a {
  max-height: 0;
  overflow: hidden;
  -webkit-transition: 0.4s ease;
  transition: 0.4s ease;
}
.top__faq-list-icon {
  border-radius: 50%;
  border: 1px solid #61a87a;
  font: 700 2rem "Outfit", sans-serif;
  width: 35px;
  height: 35px;
  color: #61a87a;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 768px) {
  .top__faq-list-icon {
    width: 25px;
    height: 25px;
    font-size: 15px;
  }
}
.top__faq-list-icon--a {
  margin-top: 10px;
  color: #fff;
  background: #61a87a;
}
.top__faq-list-q-text {
  font-size: 1.8rem;
  letter-spacing: 0.06em;
  color: #61a87a;
  line-height: 1.9em;
}
@media screen and (max-width: 768px) {
  .top__faq-list-q-text {
    font-size: 14px;
  }
}
.top__faq-list-a-text {
  border-top: 2px solid #61a87a;
  padding-top: 10px;
  font-size: 1.6rem;
  line-height: 1.9375em;
  letter-spacing: 0.06em;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .top__faq-list-a-text {
    font-size: 13px;
  }
}
.top__faq-list-btn {
  margin: 10px 0 auto auto;
  width: 15px;
  height: 15px;
  position: relative;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (max-width: 768px) {
  .top__faq-list-btn {
    margin-top: 8px;
    width: 12px;
    height: 12px;
  }
}
.top__faq-list-btn::before, .top__faq-list-btn::after {
  content: "";
  margin: auto;
  width: 100%;
  height: 2px;
  position: absolute;
  background: #61a87a;
  inset: 0 0 0 auto;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
.top__faq-list-btn::after {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  opacity: 1;
}
.top > .ct-banner {
  padding-top: 82px;
}
@media screen and (max-width: 768px) {
  .top > .ct-banner {
    padding-top: 45px;
  }
}

.news__article-list {
  margin-bottom: 80px;
}
.news__article {
  border-bottom: 2px solid #61a87a;
}
.news__article:first-child .news__article-link {
  padding-top: 0;
}
.news__article-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 35px 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media screen and (max-width: 768px) {
  .news__article-link {
    padding: 20px 0;
  }
}
.news__article-link:hover .news__article-button {
  pointer-events: auto;
}
@media screen and (min-width: 768px) {
  .news__article-link:hover .news__article-button::before {
    -webkit-animation: button-arrow 0.3s cubic-bezier(0.86, 0, 0.07, 1);
            animation: button-arrow 0.3s cubic-bezier(0.86, 0, 0.07, 1);
  }
}
@media screen and (min-width: 768px) {
  .news__article-link:hover .news__article-button::after {
    -webkit-animation: button-circle 0.8s cubic-bezier(0.785, 0.135, 0.15, 0.86);
            animation: button-circle 0.8s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  }
}
.news__article-ctr {
  width: calc(100% - 50px);
}
.news__article-date {
  font-size: 1.6rem;
  font-family: "Outfit", sans-serif;
  font-weight: 700;
  letter-spacing: 0.02em;
  color: #61a87a;
}
@media screen and (max-width: 768px) {
  .news__article-date {
    font-size: 14px;
  }
}
.news__article-title {
  font-size: 1.6rem;
  font-weight: 400;
  letter-spacing: 0.06em;
  margin-top: 9px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .news__article-title {
    font-size: 14px;
    margin-top: 5px;
  }
}
.news__article-button {
  -webkit-transform: translateY(6px);
          transform: translateY(6px);
  pointer-events: none;
}

.news-dtl > .ct-banner {
  padding-top: 200px;
}
@media screen and (max-width: 980px) {
  .news-dtl > .ct-banner {
    padding-top: 150px;
  }
}
@media screen and (max-width: 768px) {
  .news-dtl > .ct-banner {
    padding-top: 100px;
  }
}
.news-dtl__main {
  padding-bottom: 23px;
  border-bottom: 2px solid #61a87a;
  margin-bottom: 48px;
}
@media screen and (max-width: 768px) {
  .news-dtl__main {
    padding-bottom: 15px;
    margin-bottom: 30px;
  }
}
.news-dtl__date {
  display: block;
  font-size: 1.6rem;
  font-family: "Outfit", sans-serif;
  font-weight: 700;
  color: #61a87a;
  letter-spacing: 0.02em;
  margin-bottom: 4px;
}
@media screen and (max-width: 768px) {
  .news-dtl__date {
    font-size: 14px;
  }
}
.news-dtl__title {
  font-size: 3rem;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 768px) {
  .news-dtl__title {
    font-size: 20px;
  }
}
.news-dtl__content {
  margin-bottom: 68px;
}
@media screen and (max-width: 768px) {
  .news-dtl__content {
    margin-bottom: 35px;
  }
}
.news-dtl__content > *:not(:last-child) {
  margin-bottom: 71px;
}
@media screen and (max-width: 768px) {
  .news-dtl__content > *:not(:last-child) {
    margin-bottom: 35px;
  }
}
.news-dtl__text {
  font-size: 1.6rem;
  letter-spacing: 0.06em;
  line-height: 2.25em;
}
@media screen and (max-width: 768px) {
  .news-dtl__text {
    font-size: 14px;
  }
}
.news-dtl__image {
  border-radius: 50px;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .news-dtl__image {
    border-radius: 25px;
  }
}
.news-dtl__image > img {
  aspect-ratio: 840/502;
}
.news-dtl__pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.privacy > .ct-banner {
  padding-top: 200px;
}
@media screen and (max-width: 768px) {
  .privacy > .ct-banner {
    padding-top: 100px;
  }
}
.privacy__text {
  font-size: 1.6rem;
  letter-spacing: 0.06em;
  line-height: 2.25em;
}
@media screen and (max-width: 768px) {
  .privacy__text {
    font-size: 14px;
  }
}
.privacy__main-text {
  margin-bottom: 61px;
}
@media screen and (max-width: 768px) {
  .privacy__main-text {
    margin-bottom: 30.5px;
  }
}
.privacy__list {
  list-style-type: none;
  counter-reset: privacy-item;
}
.privacy__item {
  list-style-position: inside;
  padding-left: 0;
  letter-spacing: 0.04em;
}
.privacy__item:not(:last-child) {
  margin-bottom: 63px;
}
@media screen and (max-width: 768px) {
  .privacy__item:not(:last-child) {
    margin-bottom: 31.5px;
  }
}
.privacy__item-label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 11px;
  font-size: 2rem;
  letter-spacing: 0.04em;
  color: #61a87a;
  padding-bottom: 15px;
  margin-bottom: 20px;
  border-bottom: 2px solid #61a87a;
}
@media screen and (max-width: 768px) {
  .privacy__item-label {
    font-size: 18px;
    padding-bottom: 10px;
    margin-bottom: 15px;
  }
}
.privacy__item-label::before {
  counter-increment: privacy-item;
  content: counter(privacy-item) ".";
  font-size: 2.4rem;
  font-family: "Outfit", sans-serif;
  font-weight: 700;
  color: #61a87a;
  -webkit-transform: translateY(1px);
          transform: translateY(1px);
}
@media screen and (max-width: 768px) {
  .privacy__item-label::before {
    font-size: 22px;
  }
}
.privacy__inner-ol {
  margin-top: 18px;
}
.privacy__inner-li {
  list-style-position: outside;
  margin-left: 20px;
  padding-left: 10px;
}
.privacy__inner-li::marker {
  font-variant-numeric: normal;
  font-size: 1.6rem;
  font-weight: 300;
  font-family: "Outfit", sans-serif;
}
.privacy__inner-li > .privacy__text {
  display: inline-block;
  margin-left: 12px;
}

.case__cats {
  margin-bottom: 25px;
  padding-bottom: 15px;
}
.case__cats-wrap {
  border: 1px solid #61a87a;
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  border-radius: 10px;
}
@media screen and (max-width: 980px) {
  .case__cats-wrap {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
  }
}
@media screen and (max-width: 768px) {
  .case__cats-wrap {
    grid-template-columns: repeat(3, 1fr);
    border-radius: 5px;
    overflow: hidden;
    margin: 0 auto;
  }
}
.case__cat-link {
  position: relative;
  font-size: 1.6rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-align: center;
  padding: 11px 10px;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 1200px) {
  .case__cat-link {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 1080px) {
  .case__cat-link {
    font-size: 1.2rem;
  }
}
@media screen and (max-width: 768px) {
  .case__cat-link {
    font-size: 10px;
  }
}
.case__cat-link:first-child {
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
}
@media screen and (max-width: 768px) {
  .case__cat-link:first-child {
    border-radius: 0;
  }
}
.case__cat-link:last-child {
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
}
@media screen and (max-width: 768px) {
  .case__cat-link:last-child {
    border-radius: 0;
  }
}
.case__cat-link:not(:last-child) {
  border-right: 1px solid #61a87a;
}
@media screen and (max-width: 768px) {
  .case__cat-link:not(:last-child) {
    border-right: 0;
  }
}
@media screen and (max-width: 768px) {
  .case__cat-link:nth-child(-n+3) {
    border-bottom: 1px solid #61a87a;
  }
}
@media screen and (max-width: 768px) {
  .case__cat-link:not(:nth-child(3n)) {
    border-right: 1px solid #61a87a;
  }
}
.case__cat-link::after {
  content: "";
  border-style: solid;
  border-width: 10px 8px 0;
  border-color: #61a87a transparent transparent transparent;
  position: absolute;
  bottom: -10px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  opacity: 0;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
@media screen and (max-width: 768px) {
  .case__cat-link::after {
    content: none;
  }
}
@media screen and (min-width: 768px) {
  .case__cat-link:hover {
    background-color: rgba(97, 168, 122, 0.4);
  }
}
.case__cat-link.active {
  pointer-events: none;
  background-color: #61a87a;
  color: #fff;
}
.case__cat-link.active::after {
  opacity: 1;
}
.case__empty {
  font-size: 1.6rem;
  letter-spacing: 0.06em;
}
.case__article-ctr {
  max-height: 0;
  overflow: hidden;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.case__article-ctr.active {
  max-height: 9999px;
  padding-bottom: 80px;
  -webkit-animation: display-anim 2s forwards;
          animation: display-anim 2s forwards;
}
.case__article-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 70px 40px;
  counter-reset: case-list;
}
@media screen and (max-width: 1140px) {
  .case__article-list {
    gap: 60px 30px;
  }
}
@media screen and (max-width: 980px) {
  .case__article-list {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 768px) {
  .case__article-list {
    gap: 50px 20px;
  }
}
@media screen and (max-width: 600px) {
  .case__article-list {
    grid-template-columns: 1fr;
  }
}
.case__article {
  position: relative;
}
.case__article::after {
  content: attr(data-counter);
  font-size: 8rem;
  font-family: "Outfit", sans-serif;
  font-weight: 700;
  letter-spacing: 0.02em;
  color: #61a87a;
  z-index: 2;
  position: absolute;
  right: 40px;
  bottom: -49px;
}
@media screen and (max-width: 1140px) {
  .case__article::after {
    font-size: 6rem;
    right: 30px;
    bottom: -39px;
  }
}
.case__article-link {
  position: relative;
  height: 481px;
  border-radius: 30px;
  overflow: hidden;
  padding: 0 30px 34px 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
@media screen and (max-width: 1300px) {
  .case__article-link {
    aspect-ratio: 333/481;
    height: auto;
  }
}
@media screen and (max-width: 1280px) {
  .case__article-link {
    padding-left: 30px;
  }
}
@media screen and (max-width: 1140px) {
  .case__article-link {
    padding: 0 20px 21px;
  }
}
.case__article-link::before {
  content: "";
  width: 100%;
  height: 100%;
  border-radius: inherit;
  background-color: #c8c8c8;
  mix-blend-mode: multiply;
  position: absolute;
  top: 0;
  left: 0;
}
@media screen and (min-width: 768px) {
  .case__article-link:hover .case__article-bg > img {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
}
.case__article-link:hover .case__article-btn {
  pointer-events: auto;
}
@media screen and (min-width: 768px) {
  .case__article-link:hover .case__article-btn::before {
    -webkit-animation: button-arrow 0.3s cubic-bezier(0.86, 0, 0.07, 1);
            animation: button-arrow 0.3s cubic-bezier(0.86, 0, 0.07, 1);
  }
}
@media screen and (min-width: 768px) {
  .case__article-link:hover .case__article-btn::after {
    -webkit-animation: button-circle 0.8s cubic-bezier(0.785, 0.135, 0.15, 0.86);
            animation: button-circle 0.8s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  }
}
.case__article-bg {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  overflow: hidden;
}
.case__article-bg > img {
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
.case__article-dtl {
  width: 100%;
  margin-top: auto;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 1200px) {
  .case__article-dtl {
    min-height: 137px;
  }
}
@media screen and (max-width: 1140px) {
  .case__article-dtl {
    min-height: 132px;
  }
}
@media screen and (max-width: 550px) {
  .case__article-dtl {
    min-height: auto;
  }
}
.case__article-cat {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 1.4rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  background-color: #fff;
  padding: 2px 10px;
  border-radius: 5px;
  overflow: hidden;
  margin-bottom: 11px;
}
@media screen and (max-width: 768px) {
  .case__article-cat {
    font-size: 12px;
    margin-bottom: 6px;
  }
}
.case__article-dtl-main {
  position: relative;
  width: 100%;
  min-height: 102px;
}
.case__article-title {
  font-size: 2rem;
  letter-spacing: 0.06em;
  line-height: 1.75em;
  color: #fff;
  margin-bottom: 6px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  padding-right: 40px;
}
@media screen and (max-width: 1250px) {
  .case__article-title {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 768px) {
  .case__article-title {
    font-size: 18px;
  }
}
.case__article-char {
  font-size: 1.6rem;
  letter-spacing: 0.06em;
  color: #fff;
  margin-bottom: 5px;
}
@media screen and (max-width: 768px) {
  .case__article-char {
    font-size: 14px;
  }
}
.case__article-char > *:not(:last-child)::after {
  content: " /";
  display: inline-block;
  padding: 0 5px;
}
.case__article-btn {
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  pointer-events: none;
}

.case-dtl > .ct-banner {
  padding-top: 191px;
}
@media screen and (max-width: 980px) {
  .case-dtl > .ct-banner {
    padding-top: 141px;
  }
}
@media screen and (max-width: 768px) {
  .case-dtl > .ct-banner {
    padding-top: 91px;
  }
}
.case-dtl__title {
  font-size: 3rem;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 768px) {
  .case-dtl__title {
    font-size: 20px;
  }
}
.case-dtl__main {
  padding-bottom: 23px;
  border-bottom: 2px solid #61a87a;
  margin-bottom: 48px;
}
@media screen and (max-width: 768px) {
  .case-dtl__main {
    padding-bottom: 15px;
    margin-bottom: 30px;
  }
}
.case-dtl__char {
  font-size: 1.8rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  color: #61a87a;
  margin-bottom: 5px;
}
@media screen and (max-width: 768px) {
  .case-dtl__char {
    font-size: 14px;
  }
}
.case-dtl__char > *:not(:last-child)::after {
  content: " /";
  display: inline-block;
  padding: 0 5px;
}
.case-dtl__text {
  font-size: 1.6rem;
  letter-spacing: 0.06em;
  line-height: 2.25em;
}
@media screen and (max-width: 768px) {
  .case-dtl__text {
    font-size: 14px;
  }
}

.contact {
  padding-bottom: 200px;
}
@media screen and (max-width: 768px) {
  .contact {
    padding-bottom: 100px;
  }
}
.contact__desc {
  font-size: 1.6rem;
  letter-spacing: 0.06em;
  line-height: 1.9375em;
  margin-bottom: 52px;
}
@media screen and (max-width: 768px) {
  .contact__desc {
    font-size: 14px;
    margin-bottom: 30px;
  }
}
.contact__steps {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
  counter-reset: contact-step;
}
@media screen and (max-width: 768px) {
  .contact__steps {
    max-width: 315px;
    margin: 0 auto;
    grid-template-columns: 1fr;
    gap: 5px;
  }
}
.contact__step {
  display: grid;
  grid-template-columns: 44px 1fr;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 1.6rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  color: #61a87a;
  border: 1px solid #61a87a;
  padding: 0 10px;
  border-radius: 10px;
  text-align: center;
}
@media screen and (max-width: 980px) {
  .contact__step {
    font-size: 1.4rem;
  }
}
.contact__step::before {
  counter-increment: contact-step;
  content: counter(contact-step, decimal-leading-zero);
  font-size: 4rem;
  font-family: "Outfit", sans-serif;
  font-weight: 700;
  letter-spacing: 0.1em;
  color: inherit;
}
@media screen and (max-width: 980px) {
  .contact__step::before {
    font-size: 3.2rem;
  }
}
.contact__step.active {
  background-color: #61a87a;
  color: #fff;
}
.contact__form {
  margin-top: 60px;
}
@media screen and (max-width: 768px) {
  .contact__form {
    margin-top: 50px;
  }
}
.contact__form-main {
  margin-bottom: 60px;
}
@media screen and (max-width: 768px) {
  .contact__form-main {
    margin-bottom: 30px;
  }
}
.contact__form-item {
  display: grid;
  grid-template-columns: 31.7% 1fr;
  gap: 10px;
}
@media screen and (max-width: 850px) {
  .contact__form-item {
    grid-template-columns: 1fr;
  }
}
.contact__form-item:not(:last-child) {
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .contact__form-item:not(:last-child) {
    margin-bottom: 10px;
  }
}
.contact__form-label {
  padding-top: 8px;
}
.contact__form-input-label {
  font-size: 1.6rem;
  letter-spacing: 0.06em;
}
.contact__form-required {
  font-size: 1.4rem;
  background-color: #61a87a;
  color: #fff;
  letter-spacing: 0.04em;
  padding: 0 5px 1px 6px;
  margin-left: 10px;
}
.contact__form-field {
  position: relative;
  font-size: 1.6rem;
  letter-spacing: 0.06em;
}
.contact__form-field--col-2 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}
@media screen and (max-width: 768px) {
  .contact__form-field--col-2 {
    gap: 10px;
  }
}
.contact__form-input, .contact__form-textarea {
  width: 100%;
  font-size: 1.6rem;
  letter-spacing: 0.06em;
  background-color: #fff;
  border-radius: 10px;
  border: 2px solid transparent;
  padding: 10px 11px 8px;
  outline: none;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
@media screen and (max-width: 768px) {
  .contact__form-input, .contact__form-textarea {
    border-radius: 5px;
  }
}
.contact__form-input::-webkit-input-placeholder, .contact__form-textarea::-webkit-input-placeholder {
  color: #b4b4b4;
}
.contact__form-input::-moz-placeholder, .contact__form-textarea::-moz-placeholder {
  color: #b4b4b4;
}
.contact__form-input:-ms-input-placeholder, .contact__form-textarea:-ms-input-placeholder {
  color: #b4b4b4;
}
.contact__form-input::-ms-input-placeholder, .contact__form-textarea::-ms-input-placeholder {
  color: #b4b4b4;
}
.contact__form-input::placeholder, .contact__form-textarea::placeholder {
  color: #b4b4b4;
}
.contact__form-input:focus, .contact__form-textarea:focus {
  border: 2px solid #61a87a;
}
.contact__form-textarea {
  font-family: "Noto Sans JP", sans-serif;
  min-height: 320px;
  padding: 6px 11px;
  resize: none;
}
@media screen and (max-width: 768px) {
  .contact__form-textarea {
    min-height: 200px;
  }
}
.contact__form-buttons {
  margin: 58px auto 0;
  gap: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 768px) {
  .contact__form-buttons {
    margin-top: 30px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 10px;
  }
}
.contact__form-button {
  cursor: pointer;
}
.contact__form-button.back {
  display: none;
}
.contact__form-agreement {
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  font-size: 1.6rem;
  letter-spacing: 0.04em;
}
.contact__form-agreement input[type=checkbox] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.contact__form-agreement input[type=checkbox]:checked ~ span::after {
  display: block;
}
.contact__complete {
  margin-top: 86px;
}
@media screen and (max-width: 980px) {
  .contact__complete {
    margin-top: 66px;
  }
}
@media screen and (max-width: 768px) {
  .contact__complete {
    margin-top: 50px;
  }
}
.contact__complete-heading {
  font-size: 4rem;
  letter-spacing: 0.2em;
  line-height: 1.375em;
  text-align: center;
  color: #61a87a;
}
@media screen and (max-width: 768px) {
  .contact__complete-heading {
    font-size: 28px;
  }
}
.contact__complete-subheading {
  font-size: 1.6rem;
  font-family: "Outfit", sans-serif;
  letter-spacing: 0.3em;
  color: #61a87a;
  text-align: center;
  margin-top: 17px;
}
@media screen and (max-width: 768px) {
  .contact__complete-subheading {
    font-size: 12px;
    margin-top: 10px;
  }
}
.contact__complete-text {
  font-size: 1.6rem;
  letter-spacing: 0.06em;
  line-height: 2.5625em;
  text-align: center;
  margin-top: 22px;
}
@media screen and (max-width: 768px) {
  .contact__complete-text {
    font-size: 14px;
    margin-top: 17px;
  }
}
.contact__form-link {
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  text-decoration: underline;
}
@media screen and (min-width: 768px) {
  .contact__form-link:hover {
    opacity: 0.7;
  }
}

.flow > .ct-banner {
  padding-top: 200px;
}
@media screen and (max-width: 980px) {
  .flow > .ct-banner {
    padding-top: 100px;
  }
}
@media screen and (max-width: 768px) {
  .flow > .ct-banner {
    padding-top: 100px;
  }
}
.flow__request {
  margin-bottom: 159px;
}
@media screen and (max-width: 980px) {
  .flow__request {
    margin-bottom: 100px;
  }
}
@media screen and (max-width: 768px) {
  .flow__request {
    margin-bottom: 80px;
  }
}
.flow__request-graph {
  margin-top: 60px;
}
.flow__interview {
  margin-bottom: 161px;
}
@media screen and (max-width: 980px) {
  .flow__interview {
    margin-bottom: 100px;
  }
}
@media screen and (max-width: 768px) {
  .flow__interview {
    margin-bottom: 80px;
  }
}
.flow__interview-ctr {
  display: grid;
  grid-template-columns: 46.3% 46.85%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 72px;
  margin-top: 59px;
}
@media screen and (max-width: 980px) {
  .flow__interview-ctr {
    grid-template-columns: 46.3% 49%;
    gap: 32px;
  }
}
@media screen and (max-width: 768px) {
  .flow__interview-ctr {
    grid-template-columns: 1fr;
    gap: 30px;
    margin-top: 30px;
  }
}
.flow__interview-subtitle {
  font-size: 3rem;
  letter-spacing: 0.04em;
  line-height: 1.6666666667em;
  margin-bottom: 20px;
}
@media screen and (max-width: 980px) {
  .flow__interview-subtitle {
    font-size: 28px;
  }
}
@media screen and (max-width: 768px) {
  .flow__interview-subtitle {
    font-size: 22px;
    margin-bottom: 10px;
  }
}
.flow__interview-desc {
  font-size: 1.6rem;
  letter-spacing: 0.06em;
  line-height: 2.25em;
}
@media screen and (max-width: 768px) {
  .flow__interview-desc {
    font-size: 14px;
  }
}
.flow__interview-image {
  border-top-right-radius: 50px;
  border-bottom-left-radius: 50px;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .flow__interview-image {
    border-top-right-radius: 25px;
    border-bottom-left-radius: 25px;
  }
}
.flow__int-fl {
  margin-top: 60px;
}

.family__case, .family__flow {
  margin-bottom: 160px;
}
@media screen and (max-width: 980px) {
  .family__case, .family__flow {
    margin-bottom: 100px;
  }
}
@media screen and (max-width: 768px) {
  .family__case, .family__flow {
    margin-bottom: 80px;
  }
}
.family__flow-graph {
  margin-top: 60px;
}
@media screen and (max-width: 768px) {
  .family__flow-graph {
    margin-top: 40px;
  }
}
.family__concerns {
  margin-bottom: 148px;
}
@media screen and (max-width: 980px) {
  .family__concerns {
    margin-bottom: 100px;
  }
}
@media screen and (max-width: 768px) {
  .family__concerns {
    margin-bottom: 72px;
  }
}
.family__case-title {
  margin-bottom: 57px;
}
@media screen and (max-width: 768px) {
  .family__case-title {
    margin-bottom: 27px;
  }
}
.family__reason {
  margin-bottom: 162px;
}
@media screen and (max-width: 980px) {
  .family__reason {
    margin-bottom: 100px;
  }
}
@media screen and (max-width: 768px) {
  .family__reason {
    margin-bottom: 72px;
  }
}
.family__reason-title {
  margin-bottom: 60px;
}
@media screen and (max-width: 768px) {
  .family__reason-title {
    margin-bottom: 30px;
  }
}
.family__inv {
  margin-bottom: 161px;
}
@media screen and (max-width: 980px) {
  .family__inv {
    margin-bottom: 100px;
  }
}
@media screen and (max-width: 768px) {
  .family__inv {
    margin-bottom: 61px;
  }
}
@media screen and (min-width: 1280px) {
  .family .concerns__item:first-child .concerns__text {
    min-width: 286px;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
@media screen and (min-width: 1280px) {
  .family .concerns__item:nth-child(2) .concerns__text {
    min-width: 217.36px;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
@media screen and (min-width: 1280px) {
  .family .concerns__item:last-child .concerns__text {
    min-width: 188.22px;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}

.cheating__case, .cheating__flow {
  margin-bottom: 160px;
}
@media screen and (max-width: 980px) {
  .cheating__case, .cheating__flow {
    margin-bottom: 100px;
  }
}
@media screen and (max-width: 768px) {
  .cheating__case, .cheating__flow {
    margin-bottom: 80px;
  }
}
.cheating__flow-graph {
  margin-top: 60px;
}
@media screen and (max-width: 768px) {
  .cheating__flow-graph {
    margin-top: 40px;
  }
}
.cheating__concerns {
  margin-bottom: 148px;
}
@media screen and (max-width: 980px) {
  .cheating__concerns {
    margin-bottom: 100px;
  }
}
@media screen and (max-width: 768px) {
  .cheating__concerns {
    margin-bottom: 72px;
  }
}
.cheating__case-title {
  margin-bottom: 57px;
}
@media screen and (max-width: 768px) {
  .cheating__case-title {
    margin-bottom: 27px;
  }
}
.cheating__reason {
  margin-bottom: 162px;
}
@media screen and (max-width: 980px) {
  .cheating__reason {
    margin-bottom: 100px;
  }
}
@media screen and (max-width: 768px) {
  .cheating__reason {
    margin-bottom: 72px;
  }
}
.cheating__reason-title {
  margin-bottom: 60px;
}
@media screen and (max-width: 768px) {
  .cheating__reason-title {
    margin-bottom: 30px;
  }
}
.cheating__inv {
  margin-bottom: 161px;
}
@media screen and (max-width: 980px) {
  .cheating__inv {
    margin-bottom: 100px;
  }
}
@media screen and (max-width: 768px) {
  .cheating__inv {
    margin-bottom: 61px;
  }
}
.cheating .case-card__sched-item:not(:last-child) {
  margin-bottom: 28px;
}
.cheating .case-card__sched-desc::before {
  height: calc(100% + 28px);
}
@media screen and (min-width: 1280px) {
  .cheating .concerns__item:nth-child(4) .concerns__text {
    min-width: 284.75px;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
@media screen and (min-width: 1280px) {
  .cheating .concerns__item:nth-child(5) .concerns__text {
    min-width: 209.52px;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
@media screen and (min-width: 1280px) {
  .cheating .concerns__item:last-child .concerns__text {
    min-width: 289.94px;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}

.other__case, .other__flow {
  margin-bottom: 160px;
}
@media screen and (max-width: 980px) {
  .other__case, .other__flow {
    margin-bottom: 100px;
  }
}
@media screen and (max-width: 768px) {
  .other__case, .other__flow {
    margin-bottom: 80px;
  }
}
.other__flow-graph {
  margin-top: 60px;
}
@media screen and (max-width: 768px) {
  .other__flow-graph {
    margin-top: 40px;
  }
}
.other__concerns {
  margin-bottom: 148px;
}
@media screen and (max-width: 980px) {
  .other__concerns {
    margin-bottom: 100px;
  }
}
@media screen and (max-width: 768px) {
  .other__concerns {
    margin-bottom: 72px;
  }
}
.other__case-title {
  margin-bottom: 57px;
}
@media screen and (max-width: 768px) {
  .other__case-title {
    margin-bottom: 27px;
  }
}
.other__reason {
  margin-bottom: 162px;
}
@media screen and (max-width: 980px) {
  .other__reason {
    margin-bottom: 100px;
  }
}
@media screen and (max-width: 768px) {
  .other__reason {
    margin-bottom: 72px;
  }
}
.other__reason-title {
  margin-bottom: 60px;
}
@media screen and (max-width: 768px) {
  .other__reason-title {
    margin-bottom: 30px;
  }
}
.other__inv {
  margin-bottom: 161px;
}
@media screen and (max-width: 980px) {
  .other__inv {
    margin-bottom: 100px;
  }
}
@media screen and (max-width: 768px) {
  .other__inv {
    margin-bottom: 61px;
  }
}
.other .case-card__sched-item:not(:last-child) {
  margin-bottom: 28px;
}
.other .case-card__sched-desc::before {
  height: calc(100% + 28px);
}

.premarital__case, .premarital__flow {
  margin-bottom: 160px;
}
@media screen and (max-width: 980px) {
  .premarital__case, .premarital__flow {
    margin-bottom: 100px;
  }
}
@media screen and (max-width: 768px) {
  .premarital__case, .premarital__flow {
    margin-bottom: 80px;
  }
}
.premarital__flow-graph {
  margin-top: 60px;
}
@media screen and (max-width: 768px) {
  .premarital__flow-graph {
    margin-top: 40px;
  }
}
.premarital__concerns {
  margin-bottom: 148px;
}
@media screen and (max-width: 980px) {
  .premarital__concerns {
    margin-bottom: 100px;
  }
}
@media screen and (max-width: 768px) {
  .premarital__concerns {
    margin-bottom: 72px;
  }
}
.premarital__case-title {
  margin-bottom: 57px;
}
@media screen and (max-width: 768px) {
  .premarital__case-title {
    margin-bottom: 27px;
  }
}
.premarital__reason {
  margin-bottom: 162px;
}
@media screen and (max-width: 980px) {
  .premarital__reason {
    margin-bottom: 100px;
  }
}
@media screen and (max-width: 768px) {
  .premarital__reason {
    margin-bottom: 72px;
  }
}
.premarital__reason-title {
  margin-bottom: 60px;
}
@media screen and (max-width: 768px) {
  .premarital__reason-title {
    margin-bottom: 30px;
  }
}
.premarital__inv {
  margin-bottom: 161px;
}
@media screen and (max-width: 980px) {
  .premarital__inv {
    margin-bottom: 100px;
  }
}
@media screen and (max-width: 768px) {
  .premarital__inv {
    margin-bottom: 61px;
  }
}
.premarital .case-card__sched-item:not(:last-child) {
  margin-bottom: 28px;
}
.premarital .case-card__sched-desc::before {
  height: calc(100% + 28px);
}
@media screen and (min-width: 1280px) {
  .premarital .concerns__item:nth-child(3) .concerns__text {
    min-width: 239.88px;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
@media screen and (min-width: 1280px) {
  .premarital .concerns__item:nth-child(4) .concerns__text {
    min-width: 280.36px;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
@media screen and (min-width: 1280px) {
  .premarital .concerns__item:nth-child(5) .concerns__text {
    min-width: 224.39px;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}

.stalker__case, .stalker__flow {
  margin-bottom: 160px;
}
@media screen and (max-width: 980px) {
  .stalker__case, .stalker__flow {
    margin-bottom: 100px;
  }
}
@media screen and (max-width: 768px) {
  .stalker__case, .stalker__flow {
    margin-bottom: 80px;
  }
}
.stalker__flow-graph {
  margin-top: 60px;
}
@media screen and (max-width: 768px) {
  .stalker__flow-graph {
    margin-top: 40px;
  }
}
.stalker__concerns {
  margin-bottom: 148px;
}
@media screen and (max-width: 980px) {
  .stalker__concerns {
    margin-bottom: 100px;
  }
}
@media screen and (max-width: 768px) {
  .stalker__concerns {
    margin-bottom: 72px;
  }
}
.stalker__case-title {
  margin-bottom: 57px;
}
@media screen and (max-width: 768px) {
  .stalker__case-title {
    margin-bottom: 27px;
  }
}
.stalker__reason {
  margin-bottom: 162px;
}
@media screen and (max-width: 980px) {
  .stalker__reason {
    margin-bottom: 100px;
  }
}
@media screen and (max-width: 768px) {
  .stalker__reason {
    margin-bottom: 72px;
  }
}
.stalker__reason-title {
  margin-bottom: 60px;
}
@media screen and (max-width: 768px) {
  .stalker__reason-title {
    margin-bottom: 30px;
  }
}
.stalker__inv {
  margin-bottom: 161px;
}
@media screen and (max-width: 980px) {
  .stalker__inv {
    margin-bottom: 100px;
  }
}
@media screen and (max-width: 768px) {
  .stalker__inv {
    margin-bottom: 61px;
  }
}
.stalker .case-card__text {
  letter-spacing: 0.04em;
}
.stalker .case-card__sched-item {
  grid-template-columns: 1fr;
  padding-left: 30px;
}
@media screen and (min-width: 1280px) {
  .stalker .concerns__item:nth-child(4) .concerns__text {
    min-width: 237.5px;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
@media screen and (min-width: 1280px) {
  .stalker .concerns__item:nth-child(5) .concerns__text {
    min-width: 265.94px;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
@media screen and (min-width: 1280px) {
  .stalker .concerns__item:nth-child(6) .concerns__text {
    min-width: 294.61px;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}

.about > .ct-banner {
  padding-top: 80px;
}
@media screen and (max-width: 768px) {
  .about > .ct-banner {
    padding-top: 40px;
  }
}
.about__greeting {
  padding-bottom: 150px;
}
@media screen and (max-width: 768px) {
  .about__greeting {
    padding-bottom: 75px;
  }
}
.about__greeting-title {
  margin-bottom: 47px;
}
@media screen and (max-width: 768px) {
  .about__greeting-title {
    margin-bottom: 27px;
  }
}
.about__greeting-subtitle {
  font-size: 3rem;
  letter-spacing: 0.04em;
  line-height: 1.6666666667em;
  margin-bottom: 37px;
}
@media screen and (max-width: 768px) {
  .about__greeting-subtitle {
    font-size: 2.2rem;
    margin-bottom: 20px;
  }
}
.about__greeting-desc {
  font-size: 1.6rem;
  letter-spacing: 0.06em;
  line-height: 2.25em;
}
@media screen and (max-width: 768px) {
  .about__greeting-desc {
    font-size: 14px;
  }
}
.about__company-image {
  width: 100%;
  height: 100%;
  min-height: 580px;
}
@media screen and (max-width: 768px) {
  .about__company-image {
    min-height: 290px;
  }
}
.about__company-image::before {
  content: "";
  height: 100vh;
  height: 100lvh;
  width: 100vw;
  background: url("./public/img/about/company.jpg") no-repeat center/cover;
  position: fixed;
  bottom: 0;
  z-index: -1;
}
@supports (-webkit-touch-callout: none) {
  .about__company-image::before {
    top: 0;
  }
}
.about__company-ctr {
  background-color: #fff;
  padding: 118px 0 120px;
  border-radius: 80px;
  position: relative;
  top: -80px;
  z-index: 1;
}
@media screen and (max-width: 980px) {
  .about__company-ctr {
    padding: 90px 0;
    top: -60px;
  }
}
@media screen and (max-width: 768px) {
  .about__company-ctr {
    border-radius: 40px;
    top: -40px;
    padding: 60px 0;
  }
}
.about__company-block {
  width: 77.78%;
  margin: 0 auto;
}
@media screen and (max-width: 980px) {
  .about__company-block {
    width: 90%;
  }
}
@media screen and (max-width: 768px) {
  .about__company-block {
    width: 100%;
    padding: 0 20px;
  }
}
.about__company-title {
  margin-bottom: 60px;
}
@media screen and (max-width: 768px) {
  .about__company-title {
    margin-bottom: 30px;
  }
}
.about__company-info {
  display: grid;
  grid-template-columns: 153px 1fr;
  border-bottom: 1px solid #61a87a;
}
@media screen and (max-width: 980px) {
  .about__company-info {
    grid-template-columns: 120px 1fr;
  }
}
@media screen and (max-width: 768px) {
  .about__company-info {
    grid-template-columns: 1fr;
    border-bottom: 2px solid #61a87a;
  }
}
.about__company-info:first-child {
  border-top: 1px solid #61a87a;
}
.about__company-info:first-child .about__company-label::before {
  content: "";
  width: 100%;
  height: 2px;
  background-color: #61a87a;
  position: absolute;
  left: 0;
  top: -1.5px;
}
.about__company-label, .about__company-content {
  font-size: 1.6rem;
  letter-spacing: 0.06em;
  line-height: 2.25em;
  padding: 28px 0;
}
@media screen and (max-width: 768px) {
  .about__company-label, .about__company-content {
    font-size: 14px;
    padding: 8px 0;
  }
}
.about__company-label {
  position: relative;
  color: #61a87a;
}
.about__company-label::after {
  content: "";
  width: 100%;
  height: 2px;
  background-color: #61a87a;
  position: absolute;
  left: 0;
  bottom: -1.5px;
}
@media screen and (max-width: 768px) {
  .about__company-label::after {
    height: 1px;
  }
}
.about__company-content {
  padding-left: 40px;
}
@media screen and (max-width: 768px) {
  .about__company-content {
    padding-left: 0;
  }
}
.about__company-map {
  width: 100%;
  height: 268px;
  margin-top: 36px;
}
@media screen and (max-width: 768px) {
  .about__company-map {
    height: 200px;
    margin-top: 15px;
  }
}
.about__company-iframe {
  width: 100%;
  height: 100%;
}

.price > .ct-banner {
  padding-top: 190px;
}
@media screen and (max-width: 980px) {
  .price > .ct-banner {
    padding-top: 140px;
  }
}
@media screen and (max-width: 768px) {
  .price > .ct-banner {
    padding-top: 90px;
  }
}
.price__intro {
  font-size: 4rem;
  letter-spacing: 0.06em;
  line-height: 1.5em;
  text-align: center;
  margin-bottom: 45px;
}
@media screen and (max-width: 768px) {
  .price__intro {
    font-size: 24px;
    margin-bottom: 30px;
  }
}
.price__desc {
  font-size: 1.6rem;
  letter-spacing: 0.06em;
  text-align: center;
}
@media screen and (max-width: 980px) {
  .price__desc {
    font-size: 14px;
  }
}
.price__list {
  margin-top: 157px;
}
@media screen and (max-width: 980px) {
  .price__list {
    margin-top: 100px;
  }
}
@media screen and (max-width: 768px) {
  .price__list {
    margin-top: 57px;
  }
}
.price__item {
  background-color: #fff;
  border: 10px solid #61a87a;
  border-radius: 50px;
  padding: 75px 80px 58px;
}
@media screen and (max-width: 1250px) {
  .price__item {
    padding: 75px 60px 58px;
  }
}
@media screen and (max-width: 1200px) {
  .price__item {
    padding: 55px 40px 38px;
  }
}
@media screen and (max-width: 768px) {
  .price__item {
    border-radius: 25px;
    border: 5px solid #61a87a;
    padding: 25px 20px 18px;
  }
}
.price__item:not(:last-child) {
  margin-bottom: 50px;
}
@media screen and (max-width: 768px) {
  .price__item:not(:last-child) {
    margin-bottom: 25px;
  }
}
.price__title {
  margin-bottom: 16px;
}
.price__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 5px;
}
.price__note {
  font-size: 3rem;
  font-family: "Outfit", sans-serif;
  font-weight: 600;
  background-color: #61a87a;
  color: #fff;
  letter-spacing: 0.04em;
  padding: 3px 20px 0;
  border-radius: 10px;
  margin-right: 19px;
}
@media screen and (max-width: 1200px) {
  .price__note {
    font-size: 2.3rem;
    margin-right: 10px;
    padding: 3px 10px 0;
  }
}
@media screen and (max-width: 768px) {
  .price__note {
    font-size: 18px;
    margin-right: 5px;
    border-radius: 5px;
    padding: 3px 5px 0;
  }
}
.price__note.noto {
  font-family: "Noto Sans JP", sans-serif;
}
.price__num-dtl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.price__num {
  font-size: 8rem;
  font-family: "Outfit", sans-serif;
  font-weight: 700;
  color: #61a87a;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 1280px) {
  .price__num {
    font-size: 7.5rem;
  }
}
@media screen and (max-width: 1250px) {
  .price__num {
    font-size: 7.2rem;
  }
}
@media screen and (max-width: 1200px) {
  .price__num {
    font-size: 6.8rem;
  }
}
@media screen and (max-width: 980px) {
  .price__num {
    font-size: 6.2rem;
  }
}
@media screen and (max-width: 768px) {
  .price__num {
    font-size: 40px;
  }
}
@media screen and (max-width: 350px) {
  .price__num {
    font-size: 32px;
  }
}
.price__num::after {
  content: "〜";
  font-size: 4rem;
  line-height: 1;
}
@media screen and (max-width: 1200px) {
  .price__num::after {
    font-size: 3rem;
  }
}
@media screen and (max-width: 768px) {
  .price__num::after {
    font-size: 20px;
  }
}
.price__tax {
  font-size: 3rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  -webkit-transform: translateY(13px);
          transform: translateY(13px);
}
@media screen and (max-width: 1200px) {
  .price__tax {
    font-size: 2.3rem;
  }
}
@media screen and (max-width: 768px) {
  .price__tax {
    font-size: 18px;
    -webkit-transform: translateY(5px);
            transform: translateY(5px);
  }
}
.price__text {
  font-size: 1.6rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  margin-top: 35px;
}
@media screen and (max-width: 768px) {
  .price__text {
    font-size: 14px;
    margin-top: 25px;
  }
}
.price__cards {
  margin-top: 57px;
}
@media screen and (max-width: 768px) {
  .price__cards {
    margin-top: 20px;
  }
}
.price__card {
  height: 55px;
}
.price__card--single {
  height: 66px;
  -webkit-transform: translateX(-14px);
          transform: translateX(-14px);
}
@media screen and (max-width: 768px) {
  .price__card--single {
    height: 44px;
    -webkit-transform: translateX(-10px);
            transform: translateX(-10px);
  }
}
.price__card:not(:last-child) {
  margin-bottom: 36px;
}
@media screen and (max-width: 768px) {
  .price__card:not(:last-child) {
    margin-bottom: 15px;
  }
}
.price__card img {
  -o-object-position: left;
     object-position: left;
}

.survey__main {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 60px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 120px;
}
@media screen and (max-width: 980px) {
  .survey__main {
    gap: 30px;
  }
}
@media screen and (max-width: 900px) {
  .survey__main {
    grid-template-columns: 1fr;
  }
}
@media screen and (max-width: 768px) {
  .survey__main {
    margin-bottom: 60px;
  }
}
.survey__main-img {
  aspect-ratio: 510/465;
  border-top-right-radius: 50px;
  border-bottom-left-radius: 50px;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .survey__main-img {
    border-top-right-radius: 25px;
    border-bottom-left-radius: 25px;
  }
}
.survey__main-title {
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .survey__main-title {
    margin-bottom: 20px;
  }
}
.survey .title__en {
  display: block;
}
.survey .title__jp {
  display: inline-block;
}
.survey__main-title-icon {
  display: inline-block;
  height: 44px;
  -webkit-transform: translateY(4px);
          transform: translateY(4px);
  margin-left: 35px;
}
@media screen and (max-width: 1200px) {
  .survey__main-title-icon {
    height: 33px;
    margin-left: 25px;
  }
}
@media screen and (max-width: 980px) {
  .survey__main-title-icon {
    margin-left: 10px;
  }
}
@media screen and (max-width: 768px) {
  .survey__main-title-icon {
    height: 22px;
    -webkit-transform: translateY(1px);
            transform: translateY(1px);
  }
}
.survey__main-desc, .survey__item-desc {
  font-size: 1.6rem;
  letter-spacing: 0.06em;
  line-height: 1.9375em;
}
@media screen and (max-width: 768px) {
  .survey__main-desc, .survey__item-desc {
    font-size: 14px;
  }
}
.survey__main-button {
  margin-top: 32px;
}
@media screen and (max-width: 768px) {
  .survey__main-button {
    margin-top: 22px;
  }
}
.survey__list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 60px;
}
@media screen and (max-width: 980px) {
  .survey__list {
    grid-template-columns: 1fr;
    gap: 40px;
  }
}
.survey__item {
  background-color: #fff;
  border-radius: 50px;
  padding: 40px 40px 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (max-width: 980px) {
  .survey__item {
    padding: 30px 30px 20px;
  }
}
@media screen and (max-width: 768px) {
  .survey__item {
    border-radius: 25px;
    padding: 20px;
  }
}
.survey__item-image {
  aspect-ratio: 430/264;
  border-radius: 30px;
  overflow: hidden;
  margin-bottom: 34px;
}
@media screen and (max-width: 768px) {
  .survey__item-image {
    border-radius: 15px;
    margin-bottom: 24px;
  }
}
.survey__title {
  position: relative;
  padding-bottom: 15px;
  margin-bottom: 21px;
}
.survey__title::after {
  content: "";
  width: 50px;
  height: 3px;
  background-color: #61a87a;
  position: absolute;
  bottom: 0;
  left: 0;
}
.survey__title-en {
  display: block;
  font-size: 1.8rem;
  font-family: "Outfit", sans-serif;
  font-weight: 700;
  letter-spacing: 0.04em;
  color: #61a87a;
}
@media screen and (max-width: 768px) {
  .survey__title-en {
    font-size: 14px;
  }
}
.survey__title-jp {
  display: inline-block;
  font-size: 3rem;
  font-weight: 900;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 768px) {
  .survey__title-jp {
    font-size: 24px;
  }
}
.survey__title-icon {
  display: inline-block;
  height: 28px;
  -webkit-transform: translateY(3px);
          transform: translateY(3px);
  margin-left: 20px;
}
@media screen and (max-width: 768px) {
  .survey__title-icon {
    height: 20px;
    -webkit-transform: translateY(1px);
            transform: translateY(1px);
    margin-left: 10px;
  }
}
.survey__item-desc {
  margin-bottom: 20px;
}
.survey__item-button {
  margin-top: auto;
  margin-left: auto;
}

@-webkit-keyframes marquee {
  from {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}

@keyframes marquee {
  from {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
@-webkit-keyframes marquee-reverse {
  from {
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  to {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@keyframes marquee-reverse {
  from {
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  to {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@-webkit-keyframes button-line {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
    -webkit-transform-origin: top right;
            transform-origin: top right;
  }
  50% {
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
    -webkit-transform-origin: top right;
            transform-origin: top right;
  }
  51% {
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
    -webkit-transform-origin: top left;
            transform-origin: top left;
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    -webkit-transform-origin: top left;
            transform-origin: top left;
  }
}
@keyframes button-line {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
    -webkit-transform-origin: top right;
            transform-origin: top right;
  }
  50% {
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
    -webkit-transform-origin: top right;
            transform-origin: top right;
  }
  51% {
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
    -webkit-transform-origin: top left;
            transform-origin: top left;
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    -webkit-transform-origin: top left;
            transform-origin: top left;
  }
}
@-webkit-keyframes button-circle {
  0% {
    opacity: 1;
    -webkit-transform: translate(-50%, -50%) scale(1);
            transform: translate(-50%, -50%) scale(1);
  }
  100% {
    opacity: 0;
    -webkit-transform: translate(-50%, -50%) scale(1.4);
            transform: translate(-50%, -50%) scale(1.4);
  }
}
@keyframes button-circle {
  0% {
    opacity: 1;
    -webkit-transform: translate(-50%, -50%) scale(1);
            transform: translate(-50%, -50%) scale(1);
  }
  100% {
    opacity: 0;
    -webkit-transform: translate(-50%, -50%) scale(1.4);
            transform: translate(-50%, -50%) scale(1.4);
  }
}
@-webkit-keyframes button-arrow {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
            transform: translate3d(100%, 0, 0);
  }
  55% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
            transform: translate3d(-100%, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateZ(0);
            transform: translateZ(0);
  }
}
@keyframes button-arrow {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
            transform: translate3d(100%, 0, 0);
  }
  55% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
            transform: translate3d(-100%, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateZ(0);
            transform: translateZ(0);
  }
}
@-webkit-keyframes scroll-line {
  0% {
    height: 0;
  }
  100% {
    height: 80px;
  }
}
@keyframes scroll-line {
  0% {
    height: 0;
  }
  100% {
    height: 80px;
  }
}
@-webkit-keyframes scroll-ball {
  100% {
    -webkit-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
  }
  0% {
    -webkit-transform: translate(-50%, -80px);
            transform: translate(-50%, -80px);
  }
}
@keyframes scroll-ball {
  100% {
    -webkit-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
  }
  0% {
    -webkit-transform: translate(-50%, -80px);
            transform: translate(-50%, -80px);
  }
}
@-webkit-keyframes display-anim {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes display-anim {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.top__mv-slider .splide__track {
  height: 100%;
}
.top__mv-slider .splide__track,
.top__mv-slider .splide__list,
.top__mv-slider .splide__slide,
.top__mv-slider .splide__slide > img {
  border-bottom-left-radius: inherit;
  overflow: hidden;
}

.top__mv-news-slider .splide__track {
  width: 61.76%;
}
@media screen and (max-width: 768px) {
  .top__mv-news-slider .splide__track {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .top__mv-news-slider .splide__list {
    width: 100%;
  }
}
.top__mv-news-slider .splide__arrow {
  position: relative;
  opacity: 1 !important;
  top: initial;
}
.top__mv-news-slider .splide__arrow--next {
  right: initial;
  -webkit-transform: none;
          transform: none;
}
.top__mv-news-slider .splide__arrow--prev {
  left: initial;
  -webkit-transform: scaleX(-1);
          transform: scaleX(-1);
}
.top__mv-news-slider .splide__arrow svg {
  display: none;
}
.top__mv-news-slider .splide__progress {
  width: 100%;
  height: 2px;
  background-color: #61a87a;
  position: absolute;
  bottom: -30px;
  left: 0;
}
@media screen and (max-width: 768px) {
  .top__mv-news-slider .splide__progress {
    position: unset;
  }
}
.top__mv-news-slider .splide__progress__bar {
  height: 2px;
  background: #b4b4b4;
}

.top__case {
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .top__case .splide {
    padding: 0 30px;
    z-index: 1;
  }
}
.top__case .splide__track {
  overflow: visible;
}

.wp-pagenavi {
  gap: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 768px) {
  .wp-pagenavi {
    gap: 20px;
  }
}
.wp-pagenavi .page,
.wp-pagenavi .current {
  font-size: 1.6rem;
  font-family: "Outfit", sans-serif;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .wp-pagenavi .page,
  .wp-pagenavi .current {
    font-size: 14px;
  }
}
.wp-pagenavi .page {
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
.wp-pagenavi .page:hover {
  opacity: 0.7;
}
.wp-pagenavi .current {
  position: relative;
}
.wp-pagenavi .current::after {
  content: "";
  width: 10px;
  height: 1px;
  background-color: #61a87a;
  position: absolute;
  bottom: -2px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.wp-pagenavi .previouspostslink,
.wp-pagenavi .nextpostslink {
  position: relative;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: #61a87a;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 768px) {
  .wp-pagenavi .previouspostslink,
  .wp-pagenavi .nextpostslink {
    width: 30px;
    height: 30px;
  }
}
.wp-pagenavi .previouspostslink::before,
.wp-pagenavi .nextpostslink::before {
  content: "";
  width: 11px;
  height: 7px;
  background: url("./public/img/icons/arrow-right-white.svg") center/contain no-repeat;
}
.wp-pagenavi .previouspostslink::after,
.wp-pagenavi .nextpostslink::after {
  content: "";
  border: 1px solid #61a87a;
  display: block;
  width: inherit;
  height: inherit;
  border-radius: inherit;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  opacity: 0;
}
@media screen and (min-width: 768px) {
  .wp-pagenavi .previouspostslink:hover::before,
  .wp-pagenavi .nextpostslink:hover::before {
    -webkit-animation: button-arrow 0.3s cubic-bezier(0.86, 0, 0.07, 1);
            animation: button-arrow 0.3s cubic-bezier(0.86, 0, 0.07, 1);
  }
}
@media screen and (min-width: 768px) {
  .wp-pagenavi .previouspostslink:hover::after,
  .wp-pagenavi .nextpostslink:hover::after {
    -webkit-animation: button-circle 0.8s cubic-bezier(0.785, 0.135, 0.15, 0.86);
            animation: button-circle 0.8s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  }
}
.wp-pagenavi .previouspostslink {
  -webkit-transform: scaleX(-1);
          transform: scaleX(-1);
}

.contact__form .mwform-checkbox-field-text {
  position: relative;
  text-decoration: underline;
  padding-left: 30px;
  cursor: pointer;
}
.contact__form .mwform-checkbox-field-text::before {
  content: "";
  width: 21px;
  height: 21px;
  border: 1px solid #61a87a;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.contact__form .mwform-checkbox-field-text::after {
  content: "";
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background-color: #61a87a;
  position: absolute;
  left: 4px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  display: none;
}
.contact__form.mw_wp_form_confirm .contact__form-field {
  padding: 7px 11px 6px;
}
.contact__form.mw_wp_form_confirm .contact__form-field--col-2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.contact__form.mw_wp_form_confirm .contact__form-agreement {
  display: none;
}
.contact__form.mw_wp_form_confirm .contact__form-button.back {
  display: block;
}
.contact__form .mw_wp_form .error {
  font-size: 12px;
  position: absolute;
  left: 10px;
  bottom: -20px;
}
@media screen and (max-width: 768px) {
  .contact__form .mw_wp_form .error {
    font-size: 10px;
    bottom: -15px;
  }
}

.text-forest {
  color: #61a87a;
}

.overflow {
  overflow: hidden;
}

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

.pc-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 768px) {
  .pc-flex {
    display: none;
  }
}

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

.sp-flex {
  display: none;
}
@media screen and (max-width: 768px) {
  .sp-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.mx1280 {
  display: none;
}
@media screen and (max-width: 1280px) {
  .mx1280 {
    display: block;
  }
}

.mx980 {
  display: none;
}
@media screen and (max-width: 980px) {
  .mx980 {
    display: block;
  }
}

.block {
  display: block;
}

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

.nowrap {
  white-space: nowrap;
}

.empty-article {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 850px) {
  .empty-article {
    display: none;
  }
}

.disabled {
  cursor: not-allowed;
  opacity: 0.6;
}
.disabled > a {
  pointer-events: none;
}

.post-img-placeholder {
  padding: 20px 50px;
  background-color: #fff;
}