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

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

a {
  transition: 0.3s;
}
a:hover {
  opacity: 0.8;
  transition: 0.3s;
}

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

.common-title {
  color: #238B1F;
  font-family: "Braah One", sans-serif;
  font-size: 6.25vw;
  font-weight: 400;
  letter-spacing: 4.8px;
}
@media screen and (max-width: 1440px) {
  .common-title {
    font-size: 7vw;
  }
}
@media screen and (max-width: 599px) {
  .common-title {
    font-size: 11vw;
    letter-spacing: 3px;
  }
}
.common-title--white {
  color: #fff;
}
.common-title--small {
  font-size: 80px;
}
@media screen and (max-width: 1520px) {
  .common-title--small {
    font-size: 70px;
  }
}
@media screen and (max-width: 1200px) {
  .common-title--small {
    font-size: 7vw;
  }
}
@media screen and (max-width: 450px) {
  .common-title--small {
    font-size: 8.5vw;
  }
}

.common-btn {
  background: #238b1f;
  box-shadow: 4px 4px 4px 0px rgba(0, 0, 0, 0.25);
  width: 480px;
  padding-block: 33px;
  display: block;
  text-align: center;
  color: #fff;
  font-size: 28px;
  font-weight: 900;
  letter-spacing: 3.36px;
}
@media screen and (max-width: 1520px) {
  .common-btn {
    width: 420px;
    padding-block: 28px;
    font-size: 24px;
  }
}
@media screen and (max-width: 599px) {
  .common-btn {
    width: 360px;
    font-size: 20px;
    letter-spacing: 2.5px;
  }
}
@media screen and (max-width: 450px) {
  .common-btn {
    font-size: 18px;
    width: 100%;
    padding-block: 24px;
  }
}
.common-btn span {
  font-size: 22px;
  letter-spacing: 2.64px;
}
@media screen and (max-width: 1520px) {
  .common-btn span {
    font-size: 18px;
  }
}
@media screen and (max-width: 599px) {
  .common-btn span {
    font-size: 14px;
    letter-spacing: 2px;
  }
}
@media screen and (max-width: 450px) {
  .common-btn span {
    font-size: 12px;
  }
}
.common-btn--rainbow {
  background: linear-gradient(90deg, #881086 0%, #C42B60 52%, #F48608 100%);
}
.common-btn--tel {
  padding-block: 20px;
  border: 4px solid #238B1F;
  background: #FFF;
  color: #238B1F;
  font-size: 32px;
  letter-spacing: 3.84px;
}
@media screen and (max-width: 500px) {
  .common-btn--tel {
    font-size: 26px;
    padding-block: 10px;
  }
}
.common-btn--tel span {
  font-size: 24px;
  letter-spacing: 2.88px;
}
@media screen and (max-width: 500px) {
  .common-btn--tel span {
    font-size: 18px;
  }
}
.common-btn--tel .tel-supplement {
  color: #238B1F;
  text-align: center;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 1.44px;
}

.grecaptcha-badge {
  display: none;
}

.grecaptcha-logo {
  display: none;
}

.header-wrapper {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 10;
  background-color: rgba(255, 255, 255, 0.8);
}

.header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 80px;
  padding-inline: 4% 1%;
  margin: 0 auto;
}
@media screen and (max-width: 1520px) {
  .header {
    padding-left: 2.5%;
    height: 65px;
  }
}
@media screen and (max-width: 768px) {
  .header {
    height: 55px;
  }
}
@media screen and (max-width: 450px) {
  .header {
    height: 50px;
  }
}
.header__logo {
  height: 60%;
}
@media screen and (max-width: 450px) {
  .header__logo {
    height: 55%;
  }
}
.header__right {
  flex: 0 0 60%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: right;
}
@media screen and (max-width: 1200px) {
  .header__right {
    display: none;
  }
}
.header__right li {
  margin-right: 3%;
}
.header__right li a {
  font-size: 18px;
}
@media screen and (max-width: 1600px) {
  .header__right li a {
    font-size: 16px;
  }
}
.header__btns {
  flex: 0 0 41%;
  display: flex;
  align-items: center;
  -moz-column-gap: 8px;
       column-gap: 8px;
  height: 90%;
}
@media screen and (max-width: 1520px) {
  .header__btns {
    height: 80%;
  }
}
.header__btn {
  flex: 0 0 49%;
  height: 100%;
  border: 2px solid #05437C;
  background: #FFF;
  display: flex;
  align-items: center;
  justify-content: center;
  -moz-column-gap: 6px;
       column-gap: 6px;
}
.header__btn--change {
  background: #05437C;
  -moz-column-gap: 12px;
       column-gap: 12px;
}
@media screen and (max-width: 1520px) {
  .header__btn-icon {
    width: 22px;
  }
}
.header__tel-text {
  color: #05437C;
}
.header__tel-text .big {
  color: #05437C;
  font-size: min(1.1vw, 21px);
  line-height: 100%;
}
.header__tel-text .small {
  text-align: center;
  font-size: min(0.5vw, 10px);
}
.header__contact-text {
  color: #FFF;
  font-size: min(1vw, 20px);
}
.header .toggle-button {
  display: none;
  padding: 10px;
}
@media screen and (max-width: 1200px) {
  .header .toggle-button {
    display: block;
  }
}
.header .toggle-button__hamburger {
  position: relative;
  width: 50px;
  height: 50px;
}
@media screen and (max-width: 768px) {
  .header .toggle-button__hamburger {
    width: 35px;
    height: 35px;
  }
}
@media screen and (max-width: 500px) {
  .header .toggle-button__hamburger {
    width: 30px;
    height: 30px;
  }
}
.header .toggle-button__hamburger span {
  height: 2px;
  background-color: #000;
  position: absolute;
  left: 0;
  right: 0;
  transition: 0.3s;
}
.header .toggle-button__hamburger span:first-child {
  top: 20%;
}
.header .toggle-button__hamburger span:nth-child(2) {
  top: calc(50% - 1px);
}
.header .toggle-button__hamburger span:last-child {
  bottom: 20%;
}
.header .toggle-button.open span {
  transition: 0.3s;
}
.header .toggle-button.open span:first-child {
  top: calc(50% - 1px);
  transform: rotateZ(45deg);
}
.header .toggle-button.open span:nth-child(2) {
  display: none;
}
.header .toggle-button.open span:last-child {
  top: calc(50% - 1px);
  transform: rotateZ(-45deg);
}

.header-menu {
  z-index: 20;
  position: fixed;
  left: -50%;
  top: 0;
  width: 50%;
  height: 100%;
  background: url(../../assets/image/common/footer-bg.webp) no-repeat center center/cover;
  transition: 0.3s;
}
.header-menu.open {
  left: 0;
  transition: 0.3s;
}
@media screen and (max-width: 599px) {
  .header-menu {
    width: 75%;
    left: -75%;
  }
}
.header-menu ul {
  margin-top: 65px;
  padding-left: 20%;
}
@media screen and (max-width: 768px) {
  .header-menu ul {
    margin-top: 55px;
  }
}
.header-menu ul li {
  margin-bottom: 50px;
}
@media screen and (max-width: 599px) {
  .header-menu ul li {
    margin-bottom: 35px;
  }
}
.header-menu ul li a {
  font-size: 22px;
}
@media screen and (max-width: 599px) {
  .header-menu ul li a {
    font-size: 18px;
  }
}
@media screen and (max-width: 450px) {
  .header-menu ul li a {
    font-size: 16px;
  }
}

.black-bg {
  position: fixed;
  left: 0;
  top: 0;
  width: 100vw;
  height: 100vh;
  z-index: 10;
  background-color: #000;
  opacity: 0;
  visibility: hidden;
  transition: all 0.5s;
  cursor: pointer;
}
.black-bg.open {
  opacity: 0.3;
  visibility: visible;
}

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

.footer-before--mt {
  margin-top: -120px;
}

.footer-wrapper {
  background: url(../../assets/image/common/footer-bg.webp) no-repeat center center/cover;
}

.footer {
  width: 100%;
  padding-top: 40px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  -moz-column-gap: 220px;
       column-gap: 220px;
}
@media screen and (max-width: 1300px) {
  .footer {
    -moz-column-gap: 170px;
         column-gap: 170px;
  }
}
@media screen and (max-width: 1200px) {
  .footer {
    flex-direction: column;
    row-gap: 80px;
    padding-inline: 6%;
  }
}
@media screen and (max-width: 450px) {
  .footer {
    padding-inline: 4%;
    row-gap: 50px;
  }
}
.footer__left {
  flex: 0 0 450px;
}
@media screen and (max-width: 1200px) {
  .footer__left {
    flex: 0 0 auto;
  }
}
.footer__logo {
  width: 90%;
  margin-bottom: 25px;
}
@media screen and (max-width: 1520px) {
  .footer__logo {
    width: 85%;
  }
}
@media screen and (max-width: 1200px) {
  .footer__logo {
    width: 50%;
  }
}
@media screen and (max-width: 450px) {
  .footer__logo {
    width: 60%;
  }
}
.footer__indent {
  padding-left: 53px;
}
@media screen and (max-width: 1520px) {
  .footer__indent {
    padding-left: 48px;
  }
}
@media screen and (max-width: 1200px) {
  .footer__indent {
    padding-left: 6.5%;
  }
}
@media screen and (max-width: 450px) {
  .footer__indent {
    padding-left: 0;
  }
}
.footer__info {
  margin-bottom: 15px;
  color: #000;
  font-size: 20px;
  font-weight: 500;
  line-height: 160%;
  letter-spacing: 0.8px;
}
@media screen and (max-width: 1520px) {
  .footer__info {
    font-size: 18px;
  }
}
@media screen and (max-width: 450px) {
  .footer__info {
    font-size: 16px;
  }
}
.footer__info--first {
  margin-bottom: 10px;
}
.footer__info a {
  color: #000;
  font-size: 20px;
  font-weight: 500;
  line-height: 160%;
  letter-spacing: 0.8px;
}
@media screen and (max-width: 1520px) {
  .footer__info a {
    font-size: 18px;
  }
}
@media screen and (max-width: 450px) {
  .footer__info a {
    font-size: 16px;
  }
}
.footer__instagram {
  display: block;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (max-width: 1520px) {
  .footer__instagram {
    width: 35px;
  }
}
@media screen and (max-width: 599px) {
  .footer__instagram {
    width: 30px;
  }
}
.footer__right {
  flex: 0 0 520px;
}
@media screen and (max-width: 1200px) {
  .footer__right {
    flex: 0 0 auto;
  }
}
.footer__lists {
  margin-top: 10px;
  display: flex;
  flex-wrap: wrap;
  justify-content: right;
}
.footer__lists li {
  flex: 0 0 33.333%;
}
@media screen and (max-width: 1200px) {
  .footer__lists li {
    flex: 0 0 25%;
  }
}
@media screen and (max-width: 599px) {
  .footer__lists li {
    flex: 0 0 33.333%;
  }
}
.footer__lists li a {
  color: #000;
  font-family: "Noto Sans JP";
  font-size: 20px;
  font-weight: 500;
  line-height: 240%;
  letter-spacing: 0.8px;
}
@media screen and (max-width: 1520px) {
  .footer__lists li a {
    font-size: 18px;
  }
}
@media screen and (max-width: 450px) {
  .footer__lists li a {
    font-size: 16px;
  }
}

.copyright {
  margin-top: 115px;
  padding-bottom: 10px;
  text-align: center;
  color: #000;
  font-size: 14px;
  font-weight: 500;
  line-height: 228.571%;
  letter-spacing: 0.56px;
}
@media screen and (max-width: 599px) {
  .copyright {
    margin-top: 60px;
    font-size: 12px;
  }
}

.fv {
  margin-top: 80px;
  background: url(../../assets/image/top/fv.webp) no-repeat center center/cover;
  width: 100%;
  height: auto;
  aspect-ratio: 2/1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-left: 12.8%;
}
@media screen and (max-width: 1520px) {
  .fv {
    padding-left: 7%;
  }
}
@media screen and (max-width: 1300px) {
  .fv {
    aspect-ratio: 1.8/1;
  }
}
@media screen and (max-width: 1200px) {
  .fv {
    aspect-ratio: 1.6/1;
  }
}
@media screen and (max-width: 900px) {
  .fv {
    aspect-ratio: 1.5/1;
  }
}
@media screen and (max-width: 768px) {
  .fv {
    aspect-ratio: 1.2/1;
    margin-top: 55px;
  }
}
@media screen and (max-width: 599px) {
  .fv {
    aspect-ratio: 1/1;
  }
}
@media screen and (max-width: 500px) {
  .fv {
    aspect-ratio: 0.8/1;
    padding-left: 4%;
  }
}
@media screen and (max-width: 450px) {
  .fv {
    margin-top: 50px;
  }
}
.fv__title {
  color: #FFF;
  text-shadow: 4px 4px 20px rgba(0, 0, 0, 0.4);
  font-size: 3.65vw;
  font-weight: 900;
  letter-spacing: 2.88px;
}
@media screen and (max-width: 1024px) {
  .fv__title {
    font-size: 4.5vw;
  }
}
@media screen and (max-width: 768px) {
  .fv__title {
    font-size: 6vw;
  }
}
@media screen and (max-width: 599px) {
  .fv__title {
    font-size: 7vw;
    line-height: 85%;
    letter-spacing: 2px;
  }
}
.fv__title span {
  font-size: 3vw;
  margin-bottom: 15px;
  display: inline-block;
  vertical-align: -0.2vw;
}
@media screen and (max-width: 768px) {
  .fv__title span {
    font-size: 5vw;
  }
}
.fv__text {
  margin-top: 33px;
  color: #FFF;
  text-shadow: 4px 4px 20px rgba(0, 0, 0, 0.4);
  font-weight: 700;
  line-height: 177.778%;
  letter-spacing: 2.16px;
}
@media screen and (max-width: 599px) {
  .fv__text {
    line-height: 160%;
    padding-right: 4%;
    letter-spacing: 1.5px;
  }
}
@media screen and (max-width: 768px) {
  .fv__text br {
    display: none;
  }
}
.fv__btns {
  margin-top: 20px;
  margin-left: auto;
}
@media screen and (max-width: 768px) {
  .fv__btns {
    width: 40%;
  }
}
.fv__btn {
  background: #FFF;
  box-shadow: 2px 4px 6px 2px rgba(0, 0, 0, 0.25);
  padding-block: 20px;
  padding-left: 18px;
  display: flex;
  align-items: center;
  gap: 12px;
  width: 320px;
}
@media screen and (max-width: 1024px) {
  .fv__btn {
    padding-block: 10px;
  }
}
@media screen and (max-width: 768px) {
  .fv__btn {
    width: 100%;
  }
  .fv__btn img {
    width: 25px;
  }
  .fv__btn p {
    font-size: 16px;
  }
}
@media screen and (max-width: 500px) {
  .fv__btn {
    padding-inline: 4%;
  }
  .fv__btn img {
    width: 20px;
  }
  .fv__btn p {
    font-size: 12px;
  }
}
.fv__btn--first {
  margin-bottom: 15px;
}
@media screen and (max-width: 1024px) {
  .fv__btn--first {
    margin-bottom: 12px;
  }
}

.top-message {
  padding-block: 120px;
  background: url(../../assets/image/top/beige-bg.webp) no-repeat center center/cover;
}
@media screen and (max-width: 1520px) {
  .top-message {
    padding-block: 100px 45px;
    padding-inline: 8%;
  }
}
@media screen and (max-width: 1300px) {
  .top-message {
    padding-inline: 6%;
  }
}
@media screen and (max-width: 768px) {
  .top-message {
    padding-top: 60px;
  }
}
@media screen and (max-width: 500px) {
  .top-message {
    padding-inline: 4%;
  }
}
.top-message__content {
  display: flex;
  justify-content: center;
  align-items: center;
  -moz-column-gap: 67px;
       column-gap: 67px;
}
@media screen and (max-width: 1520px) {
  .top-message__content {
    -moz-column-gap: 4%;
         column-gap: 4%;
  }
}
@media screen and (max-width: 1200px) {
  .top-message__content {
    flex-direction: column;
    row-gap: 60px;
  }
}
@media screen and (max-width: 599px) {
  .top-message__content {
    row-gap: 40px;
  }
}
.top-message__string {
  flex: 0 0 700px;
  background: url(../../assets/image/top/top-message-leaf.webp) no-repeat center right/contain;
}
@media screen and (max-width: 1520px) {
  .top-message__string {
    flex: 0 0 55%;
  }
}
.top-message__title {
  font-size: 42px;
  font-weight: 900;
  letter-spacing: 1.68px;
}
@media screen and (max-width: 1024px) {
  .top-message__title {
    font-size: 36px;
  }
}
@media screen and (max-width: 768px) {
  .top-message__title {
    font-size: min(36px, 6vw);
  }
}
.top-message__title br {
  display: none;
}
@media screen and (max-width: 768px) {
  .top-message__title br {
    display: block;
  }
}
.top-message__text {
  margin-top: 40px;
  font-size: 24px;
  font-weight: 700;
  line-height: 266.667%;
  letter-spacing: 0.96px;
}
@media screen and (max-width: 1520px) {
  .top-message__text {
    font-size: 21px;
    line-height: 216%;
  }
}
@media screen and (max-width: 768px) {
  .top-message__text {
    font-size: 20px;
    line-height: 180%;
  }
}
@media screen and (max-width: 599px) {
  .top-message__text {
    font-size: 16px;
    line-height: 160%;
  }
}
.top-message__img {
  flex: 0 0 641px;
}
@media screen and (max-width: 1520px) {
  .top-message__img {
    flex: 0 0 41%;
  }
}
@media screen and (max-width: 1200px) {
  .top-message__img {
    width: 45%;
  }
}
@media screen and (max-width: 599px) {
  .top-message__img {
    width: 60%;
  }
}

.top-service {
  margin-top: -5%;
}
@media screen and (max-width: 1440px) {
  .top-service {
    margin-top: -4.5%;
  }
}
@media screen and (max-width: 1200px) {
  .top-service {
    margin-top: -65px;
  }
}
@media screen and (max-width: 900px) {
  .top-service {
    margin-top: -45px;
  }
}
@media screen and (max-width: 599px) {
  .top-service {
    margin-top: -35px;
  }
}
@media screen and (max-width: 500px) {
  .top-service {
    margin-top: -8.5%;
  }
}
.top-service .common-title {
  margin-left: 10%;
}
@media screen and (max-width: 1700px) {
  .top-service .common-title {
    margin-left: 6%;
  }
}
@media screen and (max-width: 500px) {
  .top-service .common-title {
    margin-left: 4%;
  }
}
.top-service__container {
  margin-top: 60px;
  max-width: 1320px;
  margin-inline: auto;
}
@media screen and (max-width: 1520px) {
  .top-service__container {
    margin-top: 40px;
    padding-inline: 8%;
    max-width: none;
  }
}
@media screen and (max-width: 1300px) {
  .top-service__container {
    padding-inline: 6%;
  }
}
@media screen and (max-width: 1024px) {
  .top-service__container {
    margin-top: 20px;
  }
}
@media screen and (max-width: 500px) {
  .top-service__container {
    margin-top: 10px;
    padding-inline: 4%;
  }
}
.top-service__top {
  margin-bottom: 80px;
  display: flex;
  -moz-column-gap: 120px;
       column-gap: 120px;
}
@media screen and (max-width: 1440px) {
  .top-service__top {
    position: relative;
  }
}
@media screen and (max-width: 900px) {
  .top-service__top {
    margin-bottom: 60px;
  }
}
@media screen and (max-width: 599px) {
  .top-service__top {
    margin-bottom: 40px;
  }
}
.top-service__top-string {
  flex: 0 0 900px;
}
@media screen and (max-width: 1440px) {
  .top-service__top-string {
    flex: 0 0 70%;
  }
}
@media screen and (max-width: 599px) {
  .top-service__top-string {
    flex: 0 0 100%;
  }
}
.top-service__top-title {
  margin-bottom: 30px;
  font-size: min(2.5vw, 48px);
  font-weight: 900;
  letter-spacing: 1.92px;
}
@media screen and (max-width: 1024px) {
  .top-service__top-title {
    font-size: 28px;
    margin-block: 15px 10px;
  }
}
@media screen and (max-width: 599px) {
  .top-service__top-title {
    font-size: 23px;
  }
}
.top-service__text {
  color: #000;
  font-size: 20px;
  font-weight: 500;
  line-height: 160%;
  letter-spacing: 0.8px;
}
@media screen and (max-width: 1520px) {
  .top-service__text {
    font-size: 18px;
  }
}
@media screen and (max-width: 768px) {
  .top-service__text {
    font-size: 18px;
  }
}
@media screen and (max-width: 599px) {
  .top-service__text {
    font-size: 16px;
  }
}
@media screen and (max-width: 1440px) {
  .top-service__top-img {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 20%;
  }
}
@media screen and (max-width: 599px) {
  .top-service__top-img {
    top: 0;
    transform: translateY(0);
  }
}
.top-service__bg {
  padding-block: 80px;
  background: #FAFAFA;
}
@media screen and (max-width: 599px) {
  .top-service__bg {
    padding-block: 40px;
  }
}
.top-service__bg--white {
  background: #FFF;
}
.top-service__common-title {
  margin-bottom: 10px;
  color: #238B1F;
  font-size: 32px;
  font-weight: 900;
  letter-spacing: 1.28px;
}
@media screen and (max-width: 900px) {
  .top-service__common-title {
    font-size: 30px;
  }
}
@media screen and (max-width: 768px) {
  .top-service__common-title {
    font-size: 28px;
  }
}
@media screen and (max-width: 599px) {
  .top-service__common-title {
    font-size: 23px;
  }
}
.top-service__common-title--orange {
  color: #F48608;
  margin-bottom: 20px;
}
@media screen and (max-width: 380px) {
  .top-service__common-title--orange {
    font-size: 22px;
  }
}
.top-service__head {
  margin-top: 40px;
  display: flex;
  align-items: center;
  gap: 12px;
}
.top-service__head-img {
  width: 32px;
}
@media screen and (max-width: 599px) {
  .top-service__head-img {
    width: 25px;
  }
}
.top-service__head-title {
  font-size: 24px;
  font-weight: 900;
  letter-spacing: 0.96px;
}
@media screen and (max-width: 599px) {
  .top-service__head-title {
    font-size: 20px;
  }
}
.top-service__link {
  margin-block: 20px 25px;
  display: inline-block;
  color: #238B1F;
  font-family: "Noto Sans JP";
  font-size: 20px;
  font-weight: 500;
  line-height: 160%;
  letter-spacing: 0.8px;
  text-decoration: underline;
  text-underline-position: from-font;
}
@media screen and (max-width: 599px) {
  .top-service__link {
    font-size: 15px;
  }
}
.top-service__imgs {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
}
@media screen and (max-width: 599px) {
  .top-service__imgs {
    gap: 7px;
  }
}
.top-service__img {
  flex: 0 0 calc(25% - 11px);
}
@media screen and (max-width: 599px) {
  .top-service__img {
    flex: 0 0 calc(33% - 4px);
  }
}
.top-service__img img {
  width: 100%;
}
.top-service__under {
  margin-block: 60px 80px;
}
@media screen and (max-width: 599px) {
  .top-service__under {
    margin-block: 40px;
  }
}
@media screen and (max-width: 450px) {
  .top-service__under {
    padding-inline: 4%;
  }
}
.top-service .common-btn {
  margin-inline: auto;
}
.top-service__land {
  padding-block: 115px 80px;
  background: url(../../assets/image/top/beige-bg.webp) no-repeat center center/cover;
}
@media screen and (max-width: 1520px) {
  .top-service__land {
    padding-inline: 8%;
  }
}
@media screen and (max-width: 1300px) {
  .top-service__land {
    padding-inline: 6%;
  }
}
@media screen and (max-width: 599px) {
  .top-service__land {
    padding-block: 60px;
  }
}
@media screen and (max-width: 500px) {
  .top-service__land {
    padding-inline: 4%;
  }
}
.top-service__land-content {
  margin-bottom: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  -moz-column-gap: 73px;
       column-gap: 73px;
}
@media screen and (max-width: 1520px) {
  .top-service__land-content {
    -moz-column-gap: 5%;
         column-gap: 5%;
  }
}
@media screen and (max-width: 1024px) {
  .top-service__land-content {
    flex-direction: column;
    row-gap: 60px;
  }
}
@media screen and (max-width: 599px) {
  .top-service__land-content {
    row-gap: 40px;
    margin-bottom: 50px;
  }
}
.top-service__land-string {
  flex: 0 0 750px;
}
@media screen and (max-width: 1520px) {
  .top-service__land-string {
    flex: 0 0 51%;
  }
}
.top-service__land-img {
  flex: 0 0 640px;
}
@media screen and (max-width: 1520px) {
  .top-service__land-img {
    flex: 0 0 44%;
  }
}
.top-service__banner {
  border-radius: 30px;
  border: 4px solid #F48608;
  background: rgba(255, 255, 255, 0.6);
  max-width: 1200px;
  margin-top: 80px;
  margin-inline: auto;
  padding: 50px 87px 50px 94px;
  display: flex;
  align-items: center;
  -moz-column-gap: 55px;
       column-gap: 55px;
}
@media screen and (max-width: 1024px) {
  .top-service__banner {
    padding-inline: 7%;
  }
}
@media screen and (max-width: 768px) {
  .top-service__banner {
    flex-direction: column;
    row-gap: 10px;
    padding-block: 40px;
  }
}
@media screen and (max-width: 599px) {
  .top-service__banner {
    padding-block: 35px;
    margin-top: 50px;
  }
}
.top-service__string {
  flex: 0 0 777px;
}
.top-service__banner-img {
  flex: 0 0 187px;
}
@media screen and (max-width: 1024px) {
  .top-service__banner-img {
    flex: 0 0 25%;
  }
}
@media screen and (max-width: 599px) {
  .top-service__banner-img {
    width: 50%;
  }
}

@media screen and (max-width: 768px) {
  .excavator-car {
    aspect-ratio: 3/2;
  }
}
@media screen and (max-width: 768px) {
  .excavator-car img {
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}

.top-topix {
  padding-block: 125px;
  background: url(../../assets/image/top/beige-bg.webp) no-repeat center center/cover;
}
@media screen and (max-width: 1520px) {
  .top-topix {
    padding-inline: 8%;
  }
}
@media screen and (max-width: 1300px) {
  .top-topix {
    padding-inline: 6%;
  }
}
@media screen and (max-width: 599px) {
  .top-topix {
    padding-block: 60px;
  }
}
@media screen and (max-width: 500px) {
  .top-topix {
    padding-inline: 4%;
  }
}
.top-topix__content {
  display: flex;
  justify-content: center;
  align-items: center;
  -moz-column-gap: 87px;
       column-gap: 87px;
}
@media screen and (max-width: 1520px) {
  .top-topix__content {
    -moz-column-gap: 6%;
         column-gap: 6%;
  }
}
@media screen and (max-width: 1024px) {
  .top-topix__content {
    flex-direction: column;
    row-gap: 60px;
  }
}
@media screen and (max-width: 599px) {
  .top-topix__content {
    row-gap: 40px;
  }
}
.top-topix__string {
  flex: 0 0 737px;
}
@media screen and (max-width: 1520px) {
  .top-topix__string {
    flex: 0 0 52%;
  }
}
.top-topix__string .top-service__text {
  margin-block: 70px 40px;
  margin-left: 13.5%;
}
@media screen and (max-width: 1300px) {
  .top-topix__string .top-service__text {
    margin-top: 45px;
  }
}
@media screen and (max-width: 1024px) {
  .top-topix__string .top-service__text {
    margin-left: 0;
  }
}
@media screen and (max-width: 599px) {
  .top-topix__string .top-service__text {
    margin-top: 15px;
  }
}
.top-topix__string .common-btn {
  margin-left: 13.5%;
}
@media screen and (max-width: 1024px) {
  .top-topix__string .common-btn {
    margin-left: 0;
    margin-inline: auto;
  }
}
.top-topix__img {
  flex: 0 0 600px;
}
@media screen and (max-width: 1520px) {
  .top-topix__img {
    flex: 0 0 42%;
  }
}
@media screen and (max-width: 1024px) {
  .top-topix__img {
    width: 65%;
  }
}
@media screen and (max-width: 599px) {
  .top-topix__img {
    width: 100%;
  }
}
.top-topix__img img {
  width: 100%;
}

.top-news {
  margin-top: -5%;
  padding-bottom: 100px;
  position: relative;
}
@media screen and (max-width: 1440px) {
  .top-news {
    margin-top: -4.5%;
  }
}
@media screen and (max-width: 1200px) {
  .top-news {
    margin-top: -65px;
  }
}
@media screen and (max-width: 599px) {
  .top-news {
    margin-top: -7%;
    padding-bottom: 60px;
  }
}
.top-news .common-title {
  margin-left: 13%;
  margin-bottom: 90px;
}
@media screen and (max-width: 1700px) {
  .top-news .common-title {
    margin-left: 9%;
  }
}
@media screen and (max-width: 1600px) {
  .top-news .common-title {
    margin-left: 7.5%;
  }
}
@media screen and (max-width: 1520px) {
  .top-news .common-title {
    margin-left: 6%;
  }
}
@media screen and (max-width: 599px) {
  .top-news .common-title {
    margin-bottom: 45px;
  }
}
@media screen and (max-width: 500px) {
  .top-news .common-title {
    margin-left: 4%;
  }
}
.top-news__content {
  max-width: 1110px;
  margin-inline: auto;
}
@media screen and (max-width: 1200px) {
  .top-news__content {
    padding-inline: 6%;
  }
}
@media screen and (max-width: 500px) {
  .top-news__content {
    padding-inline: 4%;
  }
}
.top-news__lists {
  border-top: 2px solid #D9D9D9;
}
.top-news__post {
  border-bottom: 2px solid #D9D9D9;
  padding-left: 3%;
  padding-block: 40px;
  display: flex;
  align-items: center;
  -moz-column-gap: 5%;
       column-gap: 5%;
}
@media screen and (max-width: 599px) {
  .top-news__post {
    padding-block: 24px;
    flex-direction: column;
    align-items: start;
  }
}
.top-news__date {
  color: #000;
  font-size: 20px;
  font-weight: 500;
  line-height: 160%;
  letter-spacing: 0.8px;
}
@media screen and (max-width: 1520px) {
  .top-news__date {
    font-size: 18px;
  }
}
@media screen and (max-width: 599px) {
  .top-news__date {
    font-size: 14px;
  }
}
.top-news__title {
  color: #000;
  font-size: 20px;
  font-weight: 700;
  line-height: 160%;
  letter-spacing: 0.8px;
}
@media screen and (max-width: 1520px) {
  .top-news__title {
    font-size: 18px;
  }
}
@media screen and (max-width: 599px) {
  .top-news__title {
    font-size: 16px;
  }
}
.top-news__btn {
  margin-top: 30px;
  display: flex;
  justify-content: right;
  align-items: center;
  gap: 5px;
}
.top-news__btn p {
  color: #238B1F;
  font-size: 20px;
  font-weight: 500;
  line-height: 160%;
  letter-spacing: 0.8px;
}
@media screen and (max-width: 1520px) {
  .top-news__btn p {
    font-size: 18px;
  }
}
@media screen and (max-width: 599px) {
  .top-news__btn p {
    font-size: 16px;
  }
}
@media screen and (max-width: 1520px) {
  .top-news__btn img {
    width: 16px;
  }
}
@media screen and (max-width: 599px) {
  .top-news__btn img {
    width: 14px;
  }
}

.top-under {
  padding-block: 100px 190px;
  background: url(../../assets/image/top/under-bg.webp) no-repeat center center/cover;
}
@media screen and (max-width: 1520px) {
  .top-under {
    padding-inline: 6%;
  }
}
@media screen and (max-width: 599px) {
  .top-under {
    padding-block: 60px 160px;
  }
}
@media screen and (max-width: 500px) {
  .top-under {
    padding-inline: 4%;
  }
}
.top-under__flex {
  margin-bottom: 50px;
  display: flex;
  justify-content: space-between;
  max-width: 1420px;
  margin-inline: auto;
}
@media screen and (max-width: 1520px) {
  .top-under__flex {
    width: 95%;
  }
}
@media screen and (max-width: 1300px) {
  .top-under__flex {
    width: 100%;
  }
}
@media screen and (max-width: 1024px) {
  .top-under__flex {
    flex-direction: column;
    row-gap: 30px;
  }
}
@media screen and (max-width: 599px) {
  .top-under__flex {
    row-gap: 20px;
    margin-bottom: 40px;
  }
}
.top-under__card {
  flex: 0 0 48.5%;
}
@media screen and (max-width: 1024px) {
  .top-under__card {
    width: 75%;
    margin-inline: auto;
  }
}
@media screen and (max-width: 599px) {
  .top-under__card {
    width: 90%;
  }
}
.top-under__banner {
  max-width: 1265px;
  margin-inline: auto;
  border-radius: 50px;
  background: rgba(35, 139, 31, 0.8);
  padding: 20px 100px 70px 85px;
}
@media screen and (max-width: 1520px) {
  .top-under__banner {
    width: 85%;
  }
}
@media screen and (max-width: 1440px) {
  .top-under__banner {
    width: 90%;
  }
}
@media screen and (max-width: 1300px) {
  .top-under__banner {
    width: 100%;
  }
}
@media screen and (max-width: 1200px) {
  .top-under__banner {
    padding-inline: 6%;
  }
}
@media screen and (max-width: 768px) {
  .top-under__banner {
    padding-bottom: 60px;
  }
}
@media screen and (max-width: 599px) {
  .top-under__banner {
    padding-bottom: 40px;
    border-radius: 20px;
  }
}
.top-under__banner-flex {
  display: flex;
  align-items: baseline;
  -moz-column-gap: 20px;
       column-gap: 20px;
}
.top-under .top-service__text {
  color: #FFF;
  margin-bottom: 72px;
}
@media screen and (max-width: 1200px) {
  .top-under .top-service__text {
    margin-bottom: 45px;
  }
}
@media screen and (max-width: 768px) {
  .top-under__banner-leaf {
    flex: 0 0 15%;
  }
}
.top-under__banner-btns {
  display: flex;
  justify-content: center;
  -moz-column-gap: 6%;
       column-gap: 6%;
}
@media screen and (max-width: 1200px) {
  .top-under__banner-btns {
    flex-direction: column;
    row-gap: 15px;
  }
}
.top-under__banner-btn {
  flex: 0 0 42%;
  aspect-ratio: 4.8/1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 1440px) {
  .top-under__banner-btn {
    flex: 0 0 47%;
  }
}
@media screen and (max-width: 1200px) {
  .top-under__banner-btn {
    width: 480px;
    margin-inline: auto;
  }
}
@media screen and (max-width: 768px) {
  .top-under__banner-btn {
    width: 100%;
  }
}
.top-under__banner-btn--white {
  border-radius: 30px;
  background: #FFF;
  box-shadow: 4px 4px 4px 0px #108856;
  padding-bottom: 5px;
}
.top-under__tel {
  margin-bottom: 8px;
  color: #FFF;
  font-family: "Noto Sans JP";
  font-size: 42px;
  font-weight: 700;
  line-height: 76.19%;
}
@media screen and (max-width: 599px) {
  .top-under__tel {
    font-size: 7vw;
  }
}
@media screen and (max-width: 450px) {
  .top-under__tel {
    font-size: 7.5vw;
  }
}
.top-under__time {
  color: #FFF;
  font-size: 14px;
  font-weight: 500;
  line-height: 228.571%;
  letter-spacing: 0.56px;
}
@media screen and (max-width: 450px) {
  .top-under__time {
    font-size: 12px;
  }
}
.top-under__contact-text {
  color: #5CB558;
  font-size: 24px;
  font-weight: 900;
  letter-spacing: 2.88px;
}
@media screen and (max-width: 599px) {
  .top-under__contact-text {
    font-size: 4.5vw;
    letter-spacing: 2px;
  }
}

.news {
  background-color: #fafafa;
}
.news__container {
  max-width: 1200px;
  width: 60%;
  margin-inline: auto;
  margin-block: 80px 60px;
}
@media screen and (max-width: 991px) {
  .news__container {
    width: 80%;
  }
}
@media screen and (max-width: 768px) {
  .news__container {
    width: 90%;
  }
}
@media screen and (max-width: 599px) {
  .news__container {
    margin-block: 60px 40px;
  }
}
.news__container li {
  padding-block: 30px;
  padding-inline: 3%;
  border-top: solid 2px #d9d9d9;
}
@media screen and (max-width: 599px) {
  .news__container li {
    padding-block: 24px;
  }
}
.news__container li:last-of-type {
  border-bottom: solid 2px #d9d9d9;
}
.news__container li a {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
}
@media screen and (max-width: 599px) {
  .news__container li a {
    flex-direction: column;
  }
}
.news__date {
  font-size: 20px;
  font-weight: 500;
  letter-spacing: 0.8px;
}
@media screen and (max-width: 1520px) {
  .news__date {
    font-size: 18px;
  }
}
@media screen and (max-width: 599px) {
  .news__date {
    font-size: 14px;
  }
}
.news__title {
  font-size: 20px;
  font-weight: 700;
  line-height: 160%;
  letter-spacing: 0.8px;
  margin-left: 10%;
}
@media screen and (max-width: 1520px) {
  .news__title {
    font-size: 18px;
  }
}
@media screen and (max-width: 599px) {
  .news__title {
    margin-left: 0;
    font-size: 16px;
  }
}
.news .nav-links {
  display: flex;
  justify-content: center;
  padding-bottom: 80px;
}
@media screen and (max-width: 1520px) {
  .news .nav-links {
    font-size: 18px;
  }
}
@media screen and (max-width: 599px) {
  .news .nav-links {
    font-size: 12px;
  }
}
.news .nav-links .page-numbers {
  margin-inline: 1%;
  background-color: #238b1f;
  color: #fff;
  width: 52px;
  height: 52px;
  padding-bottom: 2px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 100px;
}
@media screen and (max-width: 1520px) {
  .news .nav-links .page-numbers {
    width: 48px;
    height: 48px;
    font-size: 18px;
  }
}
@media screen and (max-width: 599px) {
  .news .nav-links .page-numbers {
    width: 36px;
    height: 36px;
    font-size: 12px;
  }
}
.news .nav-links .page-numbers.current {
  opacity: 0.6;
}
.news .nav-links .page-numbers.next, .news .nav-links .page-numbers.prev {
  width: auto;
  height: auto;
  background-color: #fafafa;
  color: #333333;
  border-radius: none;
}

.news-single {
  background-color: #fafafa;
  display: inline-block;
}
.news-single__container {
  margin: 80px;
  margin-inline: auto;
  background-color: #fff;
  border-radius: 30px;
  width: 75%;
  max-width: 1280px;
  padding: 80px 7%;
}
@media screen and (max-width: 768px) {
  .news-single__container {
    border-radius: 20px;
    padding: 60px 6%;
    width: 85%;
  }
}
@media screen and (max-width: 599px) {
  .news-single__container {
    width: 90%;
  }
}
.news-single__date {
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.64px;
  margin-bottom: 12px;
}
@media screen and (max-width: 1520px) {
  .news-single__date {
    font-size: 14px;
    margin-bottom: 8px;
  }
}
.news-single__page-title {
  font-size: 24px;
  font-weight: 700;
  line-height: 133.333%;
  letter-spacing: 0.96px;
  padding-bottom: 24px;
  position: relative;
  margin-bottom: 30px;
}
@media screen and (max-width: 599px) {
  .news-single__page-title {
    font-size: 20px;
    padding-bottom: 20px;
    margin-bottom: 24px;
  }
}
.news-single__page-title::before {
  content: "";
  width: 108%;
  height: 2px;
  background-color: #d9d9d9;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
.news-single__content {
  font-size: 18px;
  font-weight: 500;
  line-height: 160%;
  letter-spacing: 0.8px;
}
@media screen and (max-width: 1520px) {
  .news-single__content {
    font-size: 16px;
  }
}
.news-single__content p {
  margin-bottom: 12px;
}
.news-single__content p:last-of-type {
  margin-bottom: 0;
}

.contact-bg {
  background: #FAFAFA;
}

.page-contact {
  padding-block: 75px 150px;
}
@media screen and (max-width: 1300px) {
  .page-contact {
    padding-inline: 4%;
  }
}
@media screen and (max-width: 599px) {
  .page-contact {
    padding-block: 40px 60px;
  }
}
.page-contact__text {
  margin-bottom: 55px;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
  color: #000;
  font-size: 20px;
  font-weight: 500;
  line-height: 160%;
  letter-spacing: 0.8px;
}
@media screen and (max-width: 1520px) {
  .page-contact__text {
    font-size: 18px;
  }
}
@media screen and (max-width: 500px) {
  .page-contact__text {
    font-size: 16px;
  }
}
.page-contact__form {
  max-width: 1275px;
  margin-inline: auto;
  border-radius: 30px;
  background: #FFF;
  padding: 85px 7%;
}
@media screen and (max-width: 1520px) {
  .page-contact__form {
    max-width: 1180px;
  }
}
@media screen and (max-width: 1200px) {
  .page-contact__form {
    padding-inline: 4%;
  }
}
@media screen and (max-width: 599px) {
  .page-contact__form {
    padding-block: 50px 60px;
  }
}
@media screen and (max-width: 450px) {
  .page-contact__form {
    padding-bottom: 50px;
  }
}
.page-contact__form-column p label {
  display: flex;
  align-items: start;
  color: #333;
  font-size: 20px;
  font-weight: 700;
}
@media screen and (max-width: 1520px) {
  .page-contact__form-column p label {
    font-size: 18px;
  }
}
@media screen and (max-width: 500px) {
  .page-contact__form-column p label {
    font-size: 14px;
  }
}
.page-contact__form-column p label .asterisk {
  color: #F00;
  font-size: 10px;
}
.page-contact__form-column p br {
  display: none;
}
.page-contact__form-column p input[type=text],
.page-contact__form-column p input[type=tel],
.page-contact__form-column p input[type=email] {
  margin-block: 12px 20px;
  border-radius: 10px;
  background: #F9F9F9;
  width: 100%;
  height: 60px;
  padding-left: 10px;
}
@media screen and (max-width: 599px) {
  .page-contact__form-column p input[type=text],
  .page-contact__form-column p input[type=tel],
  .page-contact__form-column p input[type=email] {
    height: 40px;
  }
}
@media screen and (max-width: 500px) {
  .page-contact__form-column p input[type=text],
  .page-contact__form-column p input[type=tel],
  .page-contact__form-column p input[type=email] {
    margin-top: 9px;
  }
}
.page-contact__form-column p textarea {
  margin-block: 12px 32px;
  border-radius: 10px;
  background: #F9F9F9;
  width: 100%;
  height: auto;
  aspect-ratio: 3/1;
  resize: vertical;
  padding-left: 10px;
  padding-top: 10px;
}
@media screen and (max-width: 599px) {
  .page-contact__form-column p textarea {
    aspect-ratio: 2.5/1;
  }
}
@media screen and (max-width: 500px) {
  .page-contact__form-column p textarea {
    margin-top: 9px;
  }
}
.page-contact__form-column--check p {
  margin-block: 28px 42px;
  text-align: center;
}
.page-contact__form-column--check p label {
  display: flex;
  align-items: center;
  -moz-column-gap: 8px;
       column-gap: 8px;
}
.page-contact__form-column--submit {
  margin-top: 60px;
  text-align: center;
}
@media screen and (max-width: 500px) {
  .page-contact__form-column--submit {
    margin-top: 42px;
  }
}
.page-contact__form-column--submit button {
  padding-block: 33px;
  width: 480px;
  background: #238B1F;
  box-shadow: 4px 4px 4px 0px rgba(0, 0, 0, 0.25);
  color: #FFF;
  text-align: center;
  font-family: "Noto Sans JP", serif;
}
@media screen and (max-width: 1520px) {
  .page-contact__form-column--submit button {
    width: 420px;
    padding-block: 28px;
  }
}
@media screen and (max-width: 599px) {
  .page-contact__form-column--submit button {
    width: 360px;
  }
}
@media screen and (max-width: 450px) {
  .page-contact__form-column--submit button {
    width: 80%;
    padding-block: 24px;
  }
}
.page-contact__form-column--submit button .text-big {
  font-size: 28px;
  font-weight: 900;
  letter-spacing: 3.36px;
}
@media screen and (max-width: 1520px) {
  .page-contact__form-column--submit button .text-big {
    font-size: 24px;
  }
}
@media screen and (max-width: 599px) {
  .page-contact__form-column--submit button .text-big {
    font-size: 20px;
    letter-spacing: 2.5px;
  }
}
@media screen and (max-width: 450px) {
  .page-contact__form-column--submit button .text-big {
    font-size: 18px;
  }
}
.page-contact__form-column--submit button .text-small {
  font-size: 22px;
  font-weight: 900;
  letter-spacing: 2.64px;
}
@media screen and (max-width: 1520px) {
  .page-contact__form-column--submit button .text-small {
    font-size: 18px;
  }
}
@media screen and (max-width: 599px) {
  .page-contact__form-column--submit button .text-small {
    font-size: 14px;
    letter-spacing: 2px;
  }
}
@media screen and (max-width: 450px) {
  .page-contact__form-column--submit button .text-small {
    font-size: 12px;
  }
}
.page-contact__form-column--submit .wpcf7-spinner {
  display: none;
}
.page-contact__form-column--radio .wpcf7-list-item {
  margin-left: 0;
  margin-top: 8px;
}
.page-contact__form-column--radio .wpcf7-radio {
  margin-block: 12px 20px;
  display: block;
}
.page-contact__form-column--radio .wpcf7-radio .wpcf7-list-item {
  display: block;
}
.page-contact__form-column--radio label {
  align-items: center !important;
  gap: 8px;
}
.page-contact__form-column--radio label input {
  accent-color: #5CB558;
}
.page-contact__form-column--radio .wpcf7-list-item-label {
  color: #333;
  font-size: 18px !important;
  font-weight: 500 !important;
}
@media screen and (max-width: 500px) {
  .page-contact__form-column--radio .wpcf7-list-item-label {
    font-size: 14px !important;
  }
}
.page-contact__policy {
  border: 1px solid #A8A8A8;
  padding: 15px 16px 0px 15px;
  width: 100%;
  height: auto;
  aspect-ratio: 4/1;
  overflow-y: scroll;
}
@media screen and (max-width: 599px) {
  .page-contact__policy {
    aspect-ratio: 3/1;
  }
}
.page-contact__policy p {
  color: #000;
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 20px;
}
@media screen and (max-width: 500px) {
  .page-contact__policy p {
    font-size: 14px;
  }
}

.company__top {
  padding-block: 100px;
}
@media screen and (max-width: 1520px) {
  .company__top {
    padding-inline: 6%;
  }
}
@media screen and (max-width: 768px) {
  .company__top {
    padding-block: 65px;
  }
}
@media screen and (max-width: 500px) {
  .company__top {
    padding-block: 50px;
  }
}
@media screen and (max-width: 450px) {
  .company__top {
    padding-inline: 4%;
  }
}
.company__top-content {
  display: flex;
  justify-content: center;
  align-items: center;
  -moz-column-gap: 108px;
       column-gap: 108px;
}
@media screen and (max-width: 1600px) {
  .company__top-content {
    -moz-column-gap: 5%;
         column-gap: 5%;
  }
}
@media screen and (max-width: 1024px) {
  .company__top-content {
    flex-direction: column;
    row-gap: 60px;
  }
}
@media screen and (max-width: 500px) {
  .company__top-content {
    row-gap: 25px;
  }
}
.company__top-img {
  flex: 0 0 600px;
}
@media screen and (max-width: 1600px) {
  .company__top-img {
    flex: 0 0 40%;
  }
}
.company__top-string {
  flex: 0 0 712px;
}
@media screen and (max-width: 1600px) {
  .company__top-string {
    flex: 0 0 50%;
  }
}
.company__top-text {
  font-size: 20px;
  font-weight: 500;
  line-height: 160%;
  letter-spacing: 0.8px;
}
@media screen and (max-width: 1520px) {
  .company__top-text {
    font-size: 18px;
  }
}
@media screen and (max-width: 500px) {
  .company__top-text {
    font-size: 16px;
  }
}
.company__top-name {
  margin-top: 25px;
  text-align: right;
  font-weight: 500;
  line-height: 177.778%;
  letter-spacing: 0.72px;
}
.company__under {
  background: #FAFAFA;
  padding-top: 100px;
}
@media screen and (max-width: 500px) {
  .company__under {
    padding-top: 50px;
  }
}
.company__content {
  max-width: 1275px;
  margin-inline: auto;
  margin-bottom: 120px;
  border-radius: 30px;
  background: #FFF;
  padding: 60px 5.2%;
}
@media screen and (max-width: 1520px) {
  .company__content {
    max-width: 1180px;
  }
}
@media screen and (max-width: 1300px) {
  .company__content {
    width: 92% !important;
  }
}
@media screen and (max-width: 500px) {
  .company__content {
    margin-bottom: 50px;
    padding-block: 20px 40px;
  }
}
.company__content--recruit {
  margin-bottom: 60px;
}
@media screen and (max-width: 500px) {
  .company__content--recruit {
    padding-block: 40px;
    margin-bottom: 40px;
  }
}
.company__lists {
  border-bottom: 1px solid #D9D9D9;
  padding-block: 42px;
  display: flex;
}
@media screen and (max-width: 900px) {
  .company__lists {
    flex-direction: column;
    row-gap: 10px;
    padding-left: 2%;
    padding-block: 25px;
  }
}
.company__list-title {
  padding-left: 5%;
  flex: 0 0 27%;
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 8px;
}
@media screen and (max-width: 1520px) {
  .company__list-title {
    font-size: 18px;
    letter-spacing: 4px;
  }
}
@media screen and (max-width: 900px) {
  .company__list-title {
    padding-left: 0;
  }
}
@media screen and (max-width: 500px) {
  .company__list-title {
    font-size: 16px;
    letter-spacing: 3px;
  }
}
.company__list-text {
  flex: 0 0 73%;
  font-size: 20px;
  font-weight: 500;
  letter-spacing: 1.6px;
}
@media screen and (max-width: 1520px) {
  .company__list-text {
    font-size: 18px;
    letter-spacing: 1.2px;
  }
}
@media screen and (max-width: 500px) {
  .company__list-text {
    font-size: 16px;
  }
}
.company__list-text a {
  font-size: 20px;
  font-weight: 500;
  letter-spacing: 1.6px;
}
@media screen and (max-width: 1520px) {
  .company__list-text a {
    font-size: 18px;
    letter-spacing: 1.2px;
  }
}
@media screen and (max-width: 500px) {
  .company__list-text a {
    font-size: 16px;
  }
}
.company__list-text .sp {
  display: none;
}
@media screen and (max-width: 599px) {
  .company__list-text .sp {
    display: block;
  }
}
.company__list-imgs {
  margin-top: 25px;
  display: flex;
  -moz-column-gap: 16px;
       column-gap: 16px;
}
.company__list-img {
  max-width: 240px;
}
.company__map {
  margin-top: 42px;
  width: 100%;
  height: auto;
  aspect-ratio: 2.374/1;
}
@media screen and (max-width: 900px) {
  .company__map {
    margin-top: 30px;
  }
}
@media screen and (max-width: 500px) {
  .company__map {
    aspect-ratio: auto;
    height: 460px;
  }
}

.recruit-top {
  background: url(../../assets/image/top/beige-bg.webp) no-repeat center center/cover;
  padding-block: 75px 25px;
  display: flex;
  justify-content: center;
  align-items: center;
  -moz-column-gap: 85px;
       column-gap: 85px;
}
@media screen and (max-width: 1600px) {
  .recruit-top {
    -moz-column-gap: 5%;
         column-gap: 5%;
  }
}
@media screen and (max-width: 1520px) {
  .recruit-top {
    padding-inline: 6%;
    padding-top: 60px;
  }
}
@media screen and (max-width: 1024px) {
  .recruit-top {
    flex-direction: column;
    row-gap: 60px;
  }
}
@media screen and (max-width: 500px) {
  .recruit-top {
    row-gap: 25px;
    padding-inline: 4%;
    padding-top: 50px;
  }
}
.recruit-top__string {
  flex: 0 0 665px;
}
@media screen and (max-width: 1600px) {
  .recruit-top__string {
    flex: 0 0 50%;
  }
}
.recruit-top__title {
  font-size: 42px;
  font-weight: 900;
  letter-spacing: 1.68px;
}
@media screen and (max-width: 1520px) {
  .recruit-top__title {
    font-size: 2.5vw;
  }
}
@media screen and (max-width: 1024px) {
  .recruit-top__title {
    font-size: 28px;
  }
}
@media screen and (max-width: 599px) {
  .recruit-top__title {
    font-size: 5.5vw;
  }
}
.recruit-top__text {
  margin-top: 30px;
  font-size: 24px;
  line-height: 266.667%;
  letter-spacing: 0.96px;
}
@media screen and (max-width: 1520px) {
  .recruit-top__text {
    font-size: 21px;
    line-height: 216.667%;
  }
}
@media screen and (max-width: 768px) {
  .recruit-top__text {
    font-size: 20px;
    line-height: 210%;
  }
}
@media screen and (max-width: 599px) {
  .recruit-top__text {
    margin-top: 20px;
    font-size: 16px;
    line-height: 200%;
  }
}
.recruit-top__img {
  flex: 0 0 640px;
}
@media screen and (max-width: 1600px) {
  .recruit-top__img {
    flex: 0 0 40%;
  }
}

.recruit-center {
  padding-block: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
  -moz-column-gap: 55px;
       column-gap: 55px;
}
@media screen and (max-width: 1600px) {
  .recruit-center {
    -moz-column-gap: 5%;
         column-gap: 5%;
  }
}
@media screen and (max-width: 1520px) {
  .recruit-center {
    padding-inline: 6%;
  }
}
@media screen and (max-width: 1024px) {
  .recruit-center {
    flex-direction: column;
    row-gap: 60px;
    padding-inline: 6%;
  }
}
@media screen and (max-width: 768px) {
  .recruit-center {
    padding-block: 65px;
  }
}
@media screen and (max-width: 500px) {
  .recruit-center {
    row-gap: 25px;
    padding-inline: 4%;
    padding-block: 50px;
  }
}
.recruit-center__string {
  flex: 0 0 675px;
}
@media screen and (max-width: 1600px) {
  .recruit-center__string {
    flex: 0 0 50%;
  }
}
.recruit-center__text {
  margin-top: 25px;
  font-size: 20px;
  font-weight: 500;
  line-height: 210%;
  letter-spacing: 0.4px;
}
@media screen and (max-width: 1520px) {
  .recruit-center__text {
    font-size: 19px;
  }
}
@media screen and (max-width: 599px) {
  .recruit-center__text {
    font-size: 16px;
    line-height: 170%;
  }
}

.recruit-under {
  background: #F9F9F9;
  padding-top: 120px;
}
@media screen and (max-width: 768px) {
  .recruit-under {
    padding-top: 65px;
  }
}
@media screen and (max-width: 500px) {
  .recruit-under {
    padding-top: 50px;
  }
}
.recruit-under__title {
  margin-bottom: 62px;
  text-align: center;
  color: #238B1F;
  font-size: 48px;
  font-weight: 900;
  letter-spacing: 1.92px;
}
@media screen and (max-width: 1520px) {
  .recruit-under__title {
    font-size: 40px;
  }
}
@media screen and (max-width: 768px) {
  .recruit-under__title {
    font-size: 7vw;
  }
}
@media screen and (max-width: 500px) {
  .recruit-under__title {
    margin-bottom: 40px;
    font-size: 6vw;
  }
}
.recruit-under__content-title {
  margin-bottom: 40px;
  text-align: center;
  font-size: 36px;
  font-weight: 900;
  letter-spacing: 1.44px;
}
@media screen and (max-width: 1520px) {
  .recruit-under__content-title {
    font-size: 32px;
  }
}
@media screen and (max-width: 768px) {
  .recruit-under__content-title {
    font-size: 6vw;
  }
}
@media screen and (max-width: 500px) {
  .recruit-under__content-title {
    margin-bottom: 30px;
    font-size: 5.5vw;
  }
}
.recruit-under__supplement {
  text-align: center;
}
.recruit-under__apply {
  margin-block: 100px 45px;
  margin-inline: auto;
  width: -moz-fit-content;
  width: fit-content;
  color: #238B1F;
  text-align: center;
  font-size: 42px;
  font-weight: 900;
  letter-spacing: 5.04px;
  position: relative;
}
@media screen and (max-width: 500px) {
  .recruit-under__apply {
    margin-block: 60px 40px;
    font-size: 7vw;
  }
}
.recruit-under__apply span {
  font-size: 28px;
  letter-spacing: 3.36px;
}
@media screen and (max-width: 500px) {
  .recruit-under__apply span {
    font-size: 5vw;
  }
}
.recruit-under__apply::before {
  content: "";
  position: absolute;
  bottom: -10px;
  left: 0;
  width: 100%;
  height: 2px;
  background: #238B1F;
}
.recruit-under__apply-text {
  margin-bottom: 60px;
  text-align: center;
  font-size: 20px;
  font-weight: 500;
  letter-spacing: 0.4px;
}
@media screen and (max-width: 768px) {
  .recruit-under__apply-text {
    font-size: 18px;
  }
}
@media screen and (max-width: 599px) {
  .recruit-under__apply-text {
    width: 92%;
    margin-inline: auto;
  }
}
@media screen and (max-width: 500px) {
  .recruit-under__apply-text {
    font-size: 16px;
  }
}
.recruit-under__btns {
  margin-bottom: 100px;
  display: flex;
  justify-content: center;
  -moz-column-gap: 60px;
       column-gap: 60px;
}
@media screen and (max-width: 1024px) {
  .recruit-under__btns {
    padding-inline: 4%;
    -moz-column-gap: 4%;
         column-gap: 4%;
  }
}
@media screen and (max-width: 768px) {
  .recruit-under__btns {
    flex-direction: column;
    align-items: center;
    row-gap: 25px;
  }
}
@media screen and (max-width: 599px) {
  .recruit-under__btns {
    margin-bottom: 65px;
  }
}
.recruit-under__btns .common-btn:nth-child(2) {
  display: flex;
  justify-content: center;
  align-items: center;
}

.sale-archive {
  background-color: #fafafa;
}
.sale-archive__container {
  margin-block: 80px 140px;
}
@media screen and (max-width: 768px) {
  .sale-archive__container {
    margin-block: 60px 100px;
  }
}
@media screen and (max-width: 599px) {
  .sale-archive__container {
    margin-block: 40px 80px;
  }
}
.sale-archive__guidance {
  margin-bottom: 160px;
  max-width: 1200px;
  height: auto;
  margin-inline: auto;
  width: 80%;
  position: relative;
}
@media screen and (max-width: 1520px) {
  .sale-archive__guidance {
    margin-bottom: 140px;
  }
}
@media screen and (max-width: 1200px) {
  .sale-archive__guidance {
    margin-bottom: 180px;
  }
}
@media screen and (max-width: 991px) {
  .sale-archive__guidance {
    margin-bottom: 200px;
  }
}
@media screen and (max-width: 500px) {
  .sale-archive__guidance {
    margin-bottom: 240px;
  }
}
.sale-archive__guidance img {
  width: 100%;
  height: auto;
}
@media screen and (max-width: 599px) {
  .sale-archive__guidance img {
    height: 200px;
    -o-object-fit: cover;
       object-fit: cover;
    border-radius: 10px;
  }
}
.sale-archive__guidance__text {
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
  padding: 48px;
  background-color: #fff;
  border-radius: 30px;
  position: absolute;
  bottom: 0;
  left: -36px;
  transform: translateY(50%);
}
@media screen and (max-width: 1520px) {
  .sale-archive__guidance__text {
    padding: 40px;
  }
}
@media screen and (max-width: 1200px) {
  .sale-archive__guidance__text {
    width: 100%;
    transform: translateY(80%);
    border-radius: 20px;
  }
}
@media screen and (max-width: 768px) {
  .sale-archive__guidance__text {
    transform: translateY(90%);
    padding: 28px;
  }
}
@media screen and (max-width: 599px) {
  .sale-archive__guidance__text {
    border-radius: 10px;
    left: -20px;
  }
}
@media screen and (max-width: 375px) {
  .sale-archive__guidance__text {
    padding: 20px;
  }
}
.sale-archive__guidance__text p {
  color: #333;
  font-size: 20px;
  font-weight: 700;
  line-height: 160%;
  letter-spacing: 0.8px;
}
@media screen and (max-width: 1520px) {
  .sale-archive__guidance__text p {
    font-size: 18px;
  }
}
@media screen and (max-width: 768px) {
  .sale-archive__guidance__text p {
    font-size: 16px;
  }
}
.sale-archive__list {
  display: flex;
  gap: 40px;
  max-width: 1272px;
  width: calc(80% + 36px);
  margin-inline: auto;
}
@media screen and (max-width: 768px) {
  .sale-archive__list {
    flex-direction: column;
    align-items: center;
  }
}
.sale-archive__item {
  width: 400px;
}
@media screen and (max-width: 599px) {
  .sale-archive__item {
    width: 100%;
  }
}
.sale-archive__item a {
  width: 100%;
  height: 100%;
  cursor: pointer;
}
.sale-archive__item h2 {
  margin-top: 10px;
  color: #333;
  font-size: 22px;
  font-weight: 900;
  letter-spacing: 0.88px;
  text-align: left;
  padding-inline: 10px;
}
@media screen and (max-width: 599px) {
  .sale-archive__item h2 {
    font-size: 20px;
  }
}
.sale-archive__img {
  width: 100%;
  aspect-ratio: 16/9;
  border-radius: 20px;
  border: solid 2px #333;
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 599px) {
  .sale-archive__img {
    border-radius: 10px;
  }
}
.sale-archive__img img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center top;
     object-position: center top;
}
.sale-archive__img .situation {
  font-size: 28px;
  color: #fff;
  font-weight: 900;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.sale-archive__img .situation::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
  z-index: -1;
}
.sale-archive__column {
  width: 100%;
  margin-top: 8px;
  display: flex;
  padding-inline: 10px;
}
@media screen and (max-width: 450px) {
  .sale-archive__column {
    flex-direction: column;
  }
}
.sale-archive__column-content {
  text-align: left;
  width: 50%;
}
@media screen and (max-width: 450px) {
  .sale-archive__column-content:last-of-type {
    margin-top: 8px;
  }
}
@media screen and (max-width: 450px) {
  .sale-archive__column-content {
    width: 100%;
  }
}
.sale-archive__column-content h3 {
  color: #f48608;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.48px;
  display: block;
}
.sale-archive__column-content p {
  display: block;
  color: #333;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.64px;
  padding-right: 4%;
}
.sale-archive__area {
  margin-top: 12px;
  display: flex;
  gap: 6px;
  padding-inline: 10px;
}
.sale-archive__area p {
  display: inline-flex;
  padding: 5px 24px 6px 24px;
  justify-content: center;
  align-items: center;
  border-radius: 50px;
  border: 2px solid #f48608;
  background: #fff;
  color: #f48608;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.48px;
}
.sale-archive .pagination {
  display: flex;
  justify-content: center;
  margin-top: 80px;
}
.sale-archive .pagination .page-numbers {
  margin-inline: 1%;
  background-color: #f48608;
  color: #fff;
  width: 52px;
  height: 52px;
  padding-bottom: 2px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 100px;
}
.sale-archive .pagination .page-numbers.current {
  opacity: 0.6;
}
.sale-archive .pagination .page-numbers.next, .sale-archive .pagination .page-numbers.prev {
  width: auto;
  height: auto;
  background-color: #fafafa;
  color: #333333;
  border-radius: none;
}

.swiper-wrapper-main {
  margin-top: 50px;
}
@media screen and (max-width: 768px) {
  .swiper-wrapper-main {
    margin-top: 40px;
  }
}

.swiper--wrapper {
  /* wrapperのサイズを調整 */
  width: 100%;
  height: 300px;
}

.swiper-slide {
  /* スライドのサイズを調整、中身のテキスト配置調整、背景色 */
  color: #ffffff;
  width: 100%;
  height: 100%;
  text-align: center;
  line-height: 400px;
}
.swiper-slide img {
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  height: auto;
}

.swiper-button-prev,
.swiper-button-next {
  color: #000;
}

.mySwiper2 {
  height: auto;
  width: 100%;
  margin-top: 60px;
}
@media screen and (max-width: 768px) {
  .mySwiper2 {
    margin-top: 40px;
  }
}

.mySwiper {
  height: auto;
  box-sizing: border-box;
  padding: 10px 0;
  margin-bottom: 80px;
}
@media screen and (max-width: 1520px) {
  .mySwiper {
    margin-bottom: 60px;
  }
}
@media screen and (max-width: 599px) {
  .mySwiper {
    margin-bottom: 40px;
    padding: 8px 0;
  }
}

.mySwiper .swiper-slide {
  width: 25%;
  height: 100%;
  opacity: 0.4;
  line-height: 80px;
}

.mySwiper .swiper-slide-thumb-active {
  opacity: 1;
}

.sale-single {
  background-color: #fcfcfc;
}
.sale-single__container {
  margin-block: 80px 140px;
  max-width: 1400px;
  width: 80%;
  margin-inline: auto;
}
@media screen and (max-width: 1520px) {
  .sale-single__container {
    width: 70%;
  }
}
@media screen and (max-width: 1300px) {
  .sale-single__container {
    width: 80%;
  }
}
@media screen and (max-width: 599px) {
  .sale-single__container {
    width: 88%;
    margin-block: 40px 80px;
  }
}
.sale-single__container h2 {
  color: #333;
  font-size: 32px;
  font-weight: 900;
  letter-spacing: 1.28px;
  margin-bottom: 32px;
}
@media screen and (max-width: 1520px) {
  .sale-single__container h2 {
    font-size: 28px;
    margin-bottom: 24px;
  }
}
@media screen and (max-width: 768px) {
  .sale-single__container h2 {
    font-size: 24px;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 599px) {
  .sale-single__container h2 {
    font-size: 20px;
    margin-bottom: 18px;
  }
}
.sale-single__img {
  width: 100%;
  margin-bottom: 60px;
}
.sale-single__img img {
  width: 100%;
  height: auto;
}
@media screen and (max-width: 768px) {
  .sale-single__img {
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 599px) {
  .sale-single__img {
    margin-bottom: 28px;
  }
}
.sale-single .situation {
  display: inline-flex;
  padding: 5px 24px 6px 24px;
  justify-content: center;
  align-items: center;
  border: 2px solid #238b1f;
  background: #fff;
  color: #238b1f;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.48px;
  margin-bottom: 2px;
}
@media screen and (max-width: 1520px) {
  .sale-single .situation {
    padding: 3px 20px 4px 20px;
    border: 1px solid #238b1f;
    font-weight: 500;
  }
}
@media screen and (max-width: 599px) {
  .sale-single .situation {
    font-size: 10px;
  }
}
.sale-single__dl {
  display: flex;
  border: 1px solid #b9b9b9;
  border-bottom: none;
}
.sale-single__dl--last {
  border-bottom: 1px solid #b9b9b9;
}
.sale-single__dl dt {
  width: 240px;
  padding: 40px 50px;
  background-color: #fffaf2;
  color: #333;
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 1.6px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
@media screen and (max-width: 1520px) {
  .sale-single__dl dt {
    font-size: 16px;
    padding: 28px 36px;
  }
}
@media screen and (max-width: 1300px) {
  .sale-single__dl dt {
    padding: 28px 24px;
    width: 160px;
  }
}
@media screen and (max-width: 450px) {
  .sale-single__dl dt {
    font-size: 14px;
    padding: 24px 20px;
    width: 140px;
  }
}
.sale-single__dl dd {
  width: calc(100% - 240px);
  padding: 40px 50px;
  color: #333;
  font-size: 20px;
  font-weight: 500;
  letter-spacing: 1.6px;
}
@media screen and (max-width: 1520px) {
  .sale-single__dl dd {
    font-size: 16px;
    padding: 32px 36px;
  }
}
@media screen and (max-width: 1300px) {
  .sale-single__dl dd {
    padding: 28px 24px;
    width: calc(100% - 160px);
  }
}
@media screen and (max-width: 450px) {
  .sale-single__dl dd {
    font-size: 14px;
    padding: 24px 20px;
    width: calc(100% - 140px);
  }
}
.sale-single__dl--first-column {
  margin-top: -1px;
}
.sale-single__dl--column {
  display: flex;
}
@media screen and (max-width: 991px) {
  .sale-single__dl--column {
    flex-direction: column;
  }
}
.sale-single__dl--column dl {
  width: 50%;
}
@media screen and (max-width: 991px) {
  .sale-single__dl--column dl {
    width: 100%;
  }
}
.sale-single__dl--column .sale-single__dl--right {
  border-left: none;
}
@media screen and (max-width: 991px) {
  .sale-single__dl--column .sale-single__dl--right {
    border-left: 1px solid #b9b9b9;
  }
}
.sale-single__download {
  display: block;
  margin-inline: auto;
  margin-block: 50px 60px;
}
@media screen and (max-width: 768px) {
  .sale-single__download {
    margin-block: 40px 40px;
  }
}
.sale-single__date {
  margin-top: 12px;
  margin-left: auto;
  margin-right: 0;
  display: block;
  margin-bottom: 40px;
}
@media screen and (max-width: 450px) {
  .sale-single__date {
    margin-bottom: 28px;
  }
}
.sale-single__date p {
  color: #333;
  text-align: right;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 1.28px;
}
@media screen and (max-width: 1520px) {
  .sale-single__date p {
    font-size: 12px;
  }
}
.sale-single__map {
  width: 100%;
  margin-bottom: 80px;
}
@media screen and (max-width: 1520px) {
  .sale-single__map {
    margin-bottom: 60px;
  }
}
@media screen and (max-width: 599px) {
  .sale-single__map {
    margin-bottom: 40px;
  }
}
.sale-single__map iframe {
  width: 100%;
  height: 460px;
}
.sale-single__btn-column {
  display: flex;
  justify-content: center;
  gap: 40px;
}
@media screen and (max-width: 768px) {
  .sale-single__btn-column {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
}
@media screen and (max-width: 599px) {
  .sale-single__btn-column {
    gap: 24px;
  }
}
.sale-single .download-btn {
  border: 1px solid #f48608;
  background: #f48608;
}
.sale-single__section {
  display: block;
}
@media screen and (max-width: 599px) {
  .sale-single__section {
    overflow-x: scroll;
  }
}
.sale-single__section-title {
  color: #333;
  font-size: 26px;
  font-weight: 900;
  letter-spacing: 1.28px;
  margin-bottom: 25px;
}
@media screen and (max-width: 599px) {
  .sale-single__section-title {
    font-size: 18px;
    margin-bottom: 5px;
  }
}
.sale-single__section-dl {
  border-bottom: 1px solid #dedede;
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  padding-block: 35px;
}
@media screen and (max-width: 599px) {
  .sale-single__section-dl {
    padding-block: 20px;
    min-width: 500px;
  }
}
.sale-single__section-dl dt, .sale-single__section-dl dd {
  text-align: center;
  color: #333;
  font-size: 20px;
  font-weight: 500;
  letter-spacing: 1.6px;
}
@media screen and (max-width: 768px) {
  .sale-single__section-dl dt, .sale-single__section-dl dd {
    font-size: 14px;
  }
}
.sale-single__section-dt {
  font-weight: 700 !important;
}
.sale-single__section-dd--situation {
  background: #cccccc;
  color: #999999 !important;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
  padding: 3px 10px;
}
.sale-single__section-dd--red {
  background: #a93f4f !important;
  color: #fff !important;
}
.sale-single__section-dd--yellow {
  background: #bdab69 !important;
  color: #fff !important;
}

.achievement {
  background: #FAFAFA;
}
.achievement__content {
  max-width: 1280px;
  margin-inline: auto;
  padding-block: 60px 140px;
}
@media screen and (max-width: 1300px) {
  .achievement__content {
    padding-inline: 6%;
  }
}
@media screen and (max-width: 500px) {
  .achievement__content {
    padding-bottom: 80px;
  }
}
@media screen and (max-width: 450px) {
  .achievement__content {
    padding-inline: 4%;
  }
}
.achievement__tabs {
  margin-bottom: 40px;
  background: #F5F5F5;
  padding-block: 40px;
  padding-left: 4.5%;
}
@media screen and (max-width: 900px) {
  .achievement__tabs {
    padding-inline: 4.5%;
  }
}
.achievement__tabs-title {
  margin-bottom: 15px;
  color: #238B1F;
  font-size: 20px;
  font-weight: 900;
  letter-spacing: 0.8px;
}
.achievement__tabs-flex {
  display: flex;
  -moz-column-gap: 2%;
       column-gap: 2%;
}
@media screen and (max-width: 900px) {
  .achievement__tabs-flex {
    flex-wrap: wrap;
    row-gap: 15px;
  }
}
.achievement__btn {
  flex: 0 0 170px;
  border-radius: 50px;
  border: 2px solid #238B1F;
  background: #FFF;
  padding-block: 10px 13px;
  text-align: center;
  color: #238B1F;
  font-size: 20px;
  letter-spacing: 0.8px;
}
@media screen and (max-width: 1520px) {
  .achievement__btn {
    font-size: 18px;
  }
}
@media screen and (max-width: 900px) {
  .achievement__btn {
    flex: 0 0 49%;
  }
}
@media screen and (max-width: 500px) {
  .achievement__btn {
    font-size: 14px;
  }
}
@media screen and (max-width: 450px) {
  .achievement__btn {
    padding-block: 7px 9px;
  }
}
.achievement__btn--change {
  background: #238B1F;
  color: #FFF;
}
.achievement__posts {
  display: flex;
  flex-wrap: wrap;
  -moz-column-gap: 3%;
       column-gap: 3%;
  row-gap: 60px;
}
@media screen and (max-width: 1024px) {
  .achievement__posts {
    row-gap: 45px;
  }
}
@media screen and (max-width: 599px) {
  .achievement__posts {
    row-gap: 30px;
  }
}
.achievement__post {
  flex: 0 0 31.333%;
}
@media screen and (max-width: 1024px) {
  .achievement__post {
    flex: 0 0 48.5%;
  }
}
@media screen and (max-width: 599px) {
  .achievement__post {
    flex: 0 0 100%;
  }
}
.achievement__thumbnail img {
  width: 100%;
  border-radius: 10px;
}
.achievement__title {
  margin-block: 20px 10px;
  font-size: 18px;
  font-weight: 900;
  letter-spacing: 0.72px;
}
@media screen and (max-width: 599px) {
  .achievement__title {
    font-size: 16px;
    letter-spacing: 0.5px;
  }
}
.achievement__taxonomy {
  border-radius: 50px;
  border: 2px solid #238B1F;
  background: #FFF;
  padding-block: 3px 6px;
  width: 98px;
  text-align: center;
  color: #238B1F;
  font-size: 12px;
  letter-spacing: 0.48px;
}

.achievement-single {
  background: #fff;
}
.achievement-single__content {
  padding-block: 50px 100px;
  max-width: 1385px;
  margin-inline: auto;
}
@media screen and (max-width: 1440px) {
  .achievement-single__content {
    padding-inline: 6%;
  }
}
@media screen and (max-width: 500px) {
  .achievement-single__content {
    padding-bottom: 70px;
  }
}
@media screen and (max-width: 450px) {
  .achievement-single__content {
    padding-inline: 4%;
  }
}
.achievement-single__taxonomy {
  border-radius: 50px;
  border: 2px solid #238B1F;
  background: #FFF;
  padding-block: 3px 6px;
  width: 125px;
  text-align: center;
  color: #238B1F;
  font-size: 16px;
  letter-spacing: 0.48px;
}
@media screen and (max-width: 599px) {
  .achievement-single__taxonomy {
    width: 115px;
    font-size: 14px;
  }
}
.achievement-single__title {
  margin-block: 15px 32px;
  font-size: 32px;
  font-weight: 900;
  letter-spacing: 1.28px;
}
@media screen and (max-width: 1520px) {
  .achievement-single__title {
    font-size: 28px;
  }
}
@media screen and (max-width: 1024px) {
  .achievement-single__title {
    font-size: max(22px, 3vw);
  }
}
@media screen and (max-width: 599px) {
  .achievement-single__title {
    font-size: 19px;
    letter-spacing: 0.8px;
  }
}
.achievement-single__gallery {
  display: flex;
  -moz-column-gap: 2%;
       column-gap: 2%;
}
@media screen and (max-width: 900px) {
  .achievement-single__gallery {
    flex-direction: column;
    row-gap: 40px;
  }
}
@media screen and (max-width: 500px) {
  .achievement-single__gallery {
    row-gap: 15px;
  }
}
.achievement-single__main {
  flex: 0 0 58%;
}
.achievement-single__main img {
  width: 100%;
}
.achievement-single__right-bg {
  flex: 0 0 40%;
  background: #FAFAFA;
}
.achievement-single__thumbs {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}
@media screen and (max-width: 900px) {
  .achievement-single__thumbs {
    -moz-column-gap: 2%;
         column-gap: 2%;
    row-gap: 12px;
  }
}
.achievement-single__thumb-wrap {
  flex: 0 0 30%;
}
@media screen and (max-width: 900px) {
  .achievement-single__thumb-wrap {
    flex: 0 0 32%;
  }
}
.achievement-single__info {
  margin-top: 20px;
  background: #FAFAFA;
  padding-block: 60px;
  padding-left: 4%;
}
@media screen and (max-width: 500px) {
  .achievement-single__info {
    padding: 40px 4%;
  }
}
.achievement-single__info-title {
  margin-bottom: 6px;
  color: #238B1F;
  font-size: 20px;
  font-weight: 900;
  letter-spacing: 0.8px;
}
@media screen and (max-width: 1520px) {
  .achievement-single__info-title {
    font-size: 18px;
  }
}
@media screen and (max-width: 599px) {
  .achievement-single__info-title {
    font-size: 16px;
  }
}
.achievement-single__info-text {
  margin-bottom: 23px;
  color: #000;
  font-size: 20px;
  font-weight: 500;
  line-height: 160%;
  letter-spacing: 0.8px;
}
@media screen and (max-width: 1520px) {
  .achievement-single__info-text {
    font-size: 18px;
  }
}
@media screen and (max-width: 599px) {
  .achievement-single__info-text {
    font-size: 16px;
  }
}
.achievement-single__info-text--last {
  margin-bottom: 0;
}
.achievement-single .common-btn {
  margin-top: 80px;
  margin-inline: auto;
}
@media screen and (max-width: 500px) {
  .achievement-single .common-btn {
    margin-top: 50px;
  }
}

.pagination {
  margin-top: 60px;
  display: flex;
  justify-content: center;
  gap: 2%;
}
@media screen and (max-width: 599px) {
  .pagination {
    gap: 3%;
    margin-top: 40px;
  }
}
.pagination .current {
  border-bottom: 1px solid;
}

.page-common-head {
  background: url(../../assets/image/common/page-common-headbg.webp) no-repeat center center/cover;
  padding-top: 160px;
  padding-left: 12.8%;
}
@media screen and (max-width: 1520px) {
  .page-common-head {
    padding-top: 140px;
    padding-left: 8.8%;
  }
}
@media screen and (max-width: 1024px) {
  .page-common-head {
    padding-left: 6%;
    padding-top: 120px;
  }
}
@media screen and (max-width: 599px) {
  .page-common-head {
    padding-top: 90px;
  }
}
@media screen and (max-width: 500px) {
  .page-common-head {
    padding-left: 4%;
  }
}
.page-common-head__title {
  color: #238B1F;
  font-family: "Braah One", sans-serif;
  font-size: min(4.15vw, 80px);
  font-weight: 400;
  line-height: 100%;
  letter-spacing: 3.2px;
}
@media screen and (max-width: 1024px) {
  .page-common-head__title {
    font-size: 48px;
  }
}
@media screen and (max-width: 599px) {
  .page-common-head__title {
    font-size: 38px;
    letter-spacing: 3px;
  }
}
.page-common-head__subtitle {
  font-size: min(1.66vw, 32px);
  font-weight: 900;
  line-height: 100%;
  letter-spacing: 1.28px;
}
@media screen and (max-width: 1024px) {
  .page-common-head__subtitle {
    font-size: 18px;
  }
}
@media screen and (max-width: 599px) {
  .page-common-head__subtitle {
    font-size: 14px;
  }
}/*# sourceMappingURL=style.css.map */