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

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

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

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

main {
  margin: 80px auto 0;
}
@media screen and (max-width: 768px) {
  main {
    margin-top: 65px;
  }
}

section {
  position: relative;
  z-index: 2;
}

.common-titles__main {
  text-align: center;
  color: #F8B400;
  font-family: "Poppins", sans-serif;
  font-size: 5.2vw;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
  letter-spacing: 5.76px;
}
@media screen and (max-width: 599px) {
  .common-titles__main {
    font-size: 8vw;
  }
}
.common-titles__main--black {
  color: #333;
}
.common-titles__main--white {
  color: #FFFFFF;
}
.common-titles__main--left {
  text-align: left;
}
.common-titles__sub {
  text-align: center;
  font-size: 14px;
  font-weight: 600;
}
@media screen and (min-width: 1521px) {
  .common-titles__sub {
    font-size: 18px;
  }
}
.common-titles__sub--black {
  color: #333;
}
.common-titles__sub--white {
  color: #FFFFFF;
}
.common-titles__sub--left {
  text-align: left;
}

.common-btn {
  padding-block: 8px;
  padding-inline: 41px 12px;
  border-radius: 100px;
  border: 1px solid #E9503A;
  background: #FFF;
  width: 360px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #E9503A;
  font-weight: 700;
  line-height: normal;
}
@media screen and (max-width: 900px) {
  .common-btn {
    padding-block: 5px;
    padding-inline: 27px 7px;
    width: 310px;
  }
}
@media screen and (max-width: 599px) {
  .common-btn {
    width: 270px;
    padding-inline: 25px 5px;
    font-size: 14px;
  }
}
.common-btn img {
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (max-width: 660px) {
  .common-btn img {
    width: 45px;
  }
}

.common-banners {
  display: flex;
  align-items: baseline;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 599px) {
  .common-banners {
    flex-direction: column;
  }
}
.common-banners a {
  flex: 0 0 50%;
  transition: 0.3s;
  overflow: hidden;
}
.common-banners a img {
  transition: 0.3s;
}
.common-banners a:hover {
  opacity: 1;
}
.common-banners a:hover img {
  transition: 0.3s;
  transform: scale(1.025);
}

.contact-banner {
  padding-block: 100px 130px;
  background: url(../../assets/image/common/contact-banner-bg.webp) no-repeat center center/cover;
}
@media screen and (max-width: 950px) {
  .contact-banner {
    padding-block: 90px 110px;
  }
}
@media screen and (max-width: 768px) {
  .contact-banner {
    padding-block: 75px;
  }
}
@media screen and (max-width: 599px) {
  .contact-banner {
    padding-inline: 4%;
    padding-block: 50px;
  }
}
.contact-banner__text {
  margin-inline: auto;
  width: -moz-fit-content;
  width: fit-content;
  margin-block: 60px;
  color: #FFFFFF;
}
@media screen and (max-width: 599px) {
  .contact-banner__text {
    margin-block: 40px 45px;
  }
}
.contact-banner__btns {
  display: flex;
  justify-content: center;
  -moz-column-gap: 2%;
       column-gap: 2%;
}
@media screen and (max-width: 768px) {
  .contact-banner__btns {
    flex-direction: column;
    row-gap: 20px;
    align-items: center;
  }
}
.contact-banner__btn {
  flex: 0 0 360px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-radius: 100px;
  border: 1px solid #F8B400;
  padding-block: 10px;
  padding-inline: 39px 12px;
}
@media screen and (max-width: 768px) {
  .contact-banner__btn {
    flex: 0 0 auto;
    width: 350px;
  }
}
@media screen and (max-width: 599px) {
  .contact-banner__btn {
    width: 270px;
    padding-block: 6px;
    padding-inline: 25px 6px;
  }
}
.contact-banner__btn p {
  color: #F8B400;
  font-size: 18px;
  font-weight: 700;
}
@media screen and (max-width: 599px) {
  .contact-banner__btn p {
    font-size: 16px;
  }
}
.contact-banner__tels {
  display: flex;
  align-items: center;
  -moz-column-gap: 8px;
       column-gap: 8px;
}
.contact-banner__tels img {
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (max-width: 599px) {
  .contact-banner__tels img {
    width: 23px;
  }
}
.contact-banner__tels p {
  font-family: "Poppins", sans-serif;
}
@media screen and (max-width: 599px) {
  .contact-banner__arrow img {
    width: 45px;
  }
}

.grecaptcha-badge {
  display: none;
}

.grecaptcha-logo {
  display: none;
}

.header-wrapper {
  background-color: #fff;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 10;
}

.header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 80px;
  padding: 0 4%;
  margin: 0 auto;
  /* ▼ 追加：ドロップダウン用 */
  /* 事業内容の親にホバー or フォーカスがある時だけ開く */
  /* 矢印回転も同様に“親にだけ”反応 */
}
@media screen and (max-width: 768px) {
  .header {
    height: 65px;
    padding-inline: 2.5%;
  }
}
.header__logo img {
  width: auto;
  aspect-ratio: 5/1;
  height: 60px;
}
@media screen and (max-width: 768px) {
  .header__logo img {
    height: 50px;
  }
}
@media screen and (max-width: 599px) {
  .header__logo img {
    height: 40px;
  }
}
.header__lists {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 1200px) {
  .header__lists {
    display: none;
  }
}
.header__lists a {
  margin-left: 20px;
  display: inline-block;
}
.header__lists .change {
  border-radius: 30px;
  background: #E9503A;
  padding: 12px 40px;
  color: #FFF;
  text-align: center;
  font-size: 16px;
  font-weight: 700;
}
.header__item {
  position: relative;
  margin-left: 20px;
  padding-block: 15px;
}
.header__parent {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.header__parent::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid currentColor;
  transition: transform 0.2s ease;
}
.header__dropdown {
  position: absolute;
  top: 90%;
  left: 0;
  min-width: 180px;
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.06);
  border-radius: 10px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.08);
  padding: 8px 0;
  display: flex;
  flex-direction: column;
  opacity: 0;
  visibility: hidden;
  transform: translateY(6px);
  pointer-events: none;
  transition: opacity 0.18s ease, transform 0.18s ease, visibility 0.18s ease;
  z-index: 20;
}
.header__dropdown a {
  white-space: nowrap;
  padding: 10px 16px;
  color: #333;
  line-height: 1.4;
}
.header__dropdown a:hover {
  background: #f6f6f6;
}
.header .header__item.header__item--dropdown:hover > .header__dropdown,
.header .header__item.header__item--dropdown:focus-within > .header__dropdown,
.header .header__item.header__item--dropdown:hover > .header__dropdown:hover {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  pointer-events: auto;
}
.header .header__item.header__item--dropdown:hover > .header__parent::after,
.header .header__item.header__item--dropdown:focus-within > .header__parent::after {
  transform: rotate(180deg);
}
.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: 900px) {
  .header .toggle-button__hamburger {
    width: 40px;
    height: 40px;
  }
}
@media screen and (max-width: 768px) {
  .header .toggle-button__hamburger {
    width: 35px;
    height: 35px;
  }
}
@media screen and (max-width: 599px) {
  .header .toggle-button__hamburger {
    width: 25px;
    height: 25px;
  }
}
.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: -70%;
  top: 0;
  width: 70%;
  height: 100%;
  background: rgb(248, 180, 0);
  transition: 0.3s;
  padding-left: 5%;
}
@media screen and (max-width: 450px) {
  .header-menu {
    width: 85%;
    left: -85%;
  }
}
.header-menu.open {
  left: 0;
  transition: 0.3s;
}
.header-menu::before {
  content: "";
  width: 100%;
  aspect-ratio: 2/1;
  position: absolute;
  left: 0;
  bottom: 0;
  background: url(../../assets/image/top/project-bg.svg) no-repeat bottom right/contain;
  z-index: -1;
}
.header-menu__link {
  margin-top: 35px;
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 0.8px;
  display: block;
}
@media screen and (max-width: 900px) {
  .header-menu__link {
    margin-top: 25px;
  }
}
@media screen and (max-width: 599px) {
  .header-menu__link {
    font-size: 16px;
    margin-top: 20px;
  }
}
.header-menu__link--change {
  margin-top: 10px;
}
.header-menu__link--first {
  margin-top: 70px;
}
@media screen and (max-width: 768px) {
  .header-menu__link--first {
    margin-top: 33px;
  }
}
.header-menu__link--btn {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-radius: 100px;
  border: 1px solid #E9503A;
  background-color: #FFF;
  width: 270px;
  padding-block: 6px;
  padding-inline: 25px 6px;
}
.header-menu__link--btn p {
  color: #E9503A;
  font-size: 16px;
  font-weight: 700;
}
.header-menu__link--mt {
  margin-top: 50px;
}
@media screen and (max-width: 599px) {
  .header-menu__link--mt {
    margin-top: 35px;
  }
}
.header-menu__tels {
  display: flex;
  align-items: center;
  -moz-column-gap: 8px;
       column-gap: 8px;
}
.header-menu__tels img {
  width: 23px;
}
.header-menu__tels p {
  font-family: "Poppins", sans-serif;
}
.header-menu__arrow img {
  width: 45px;
}

.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;
  z-index: 10;
}
.to-top__box {
  width: 80px;
  height: 80px;
}
@media screen and (max-width: 900px) {
  .to-top__box {
    width: 60px;
    height: 60px;
  }
}
@media screen and (max-width: 599px) {
  .to-top__box {
    width: 40px;
    height: 40px;
  }
}

.footer__top {
  padding-block: 80px;
  padding-inline: 7%;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .footer__top {
    flex-direction: column;
    row-gap: 40px;
  }
}
@media screen and (max-width: 500px) {
  .footer__top {
    padding-block: 60px;
  }
}
.footer__left {
  flex: 0 0 23%;
}
@media screen and (max-width: 900px) {
  .footer__left {
    min-width: 230px;
  }
}
@media screen and (max-width: 768px) {
  .footer__left {
    max-width: 360px;
    margin-inline: auto;
  }
  .footer__left img {
    width: 80%;
  }
}
.footer__address {
  margin-block: 20px 8px;
  font-size: 16px;
  line-height: 150%;
}
.footer__number {
  display: block;
  font-size: 14px;
  line-height: 171.429%;
}
.footer__icons {
  margin-top: 16px;
  display: flex;
  -moz-column-gap: 10px;
       column-gap: 10px;
}
.footer__icon img {
  width: -moz-fit-content;
  width: fit-content;
}
.footer__right {
  flex: 0 0 40%;
}
@media screen and (max-width: 768px) {
  .footer__right {
    width: -moz-fit-content;
    width: fit-content;
    margin-inline: auto;
  }
  .footer__right .common-btn {
    margin-inline: auto;
  }
}
.footer__blocks {
  margin-bottom: 50px;
  display: flex;
  -moz-column-gap: 33px;
       column-gap: 33px;
}
@media screen and (max-width: 500px) {
  .footer__blocks {
    flex-direction: column;
    row-gap: 20px;
    margin-bottom: 35px;
  }
}
.footer__block {
  display: flex;
  -moz-column-gap: 33px;
       column-gap: 33px;
  flex: 0 0 235px;
}
.footer__block--right {
  flex-wrap: wrap;
  row-gap: 27px;
  flex: 0 0 165px;
}
@media screen and (max-width: 500px) {
  .footer__block {
    flex: 0 0 auto;
  }
  .footer__block br {
    display: none;
  }
}
.footer__link {
  display: block;
  font-size: 14px;
  font-weight: 700;
  line-height: 171.429%;
}
.footer ul {
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.footer__copyright {
  background: #F8B400;
  padding-block: 30px;
  text-align: center;
  color: #FFF;
  font-size: 14px;
  font-weight: 400;
  line-height: 171.429%;
}
@media screen and (max-width: 900px) {
  .footer__copyright {
    padding-block: 23px;
  }
}
@media screen and (max-width: 768px) {
  .footer__copyright {
    padding-block: 20px;
  }
}
@media screen and (max-width: 599px) {
  .footer__copyright {
    padding-block: 13px;
    font-size: 10px;
  }
}

.top-page {
  position: relative;
}

.slideshow {
  position: fixed;
  width: 100%;
  aspect-ratio: 2/1;
  overflow: hidden;
  transform: translateY(var(--ss-shift, 0px));
  will-change: transform;
}
@media screen and (min-width: 769px) {
  .slideshow {
    bottom: 0;
  }
}
@media screen and (max-width: 768px) {
  .slideshow {
    display: none;
    aspect-ratio: 1/1.5;
  }
}
.slideshow--sp {
  display: none;
}
@media screen and (max-width: 768px) {
  .slideshow--sp {
    display: block;
  }
}
.slideshow img {
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  opacity: 0;
  transition: opacity 1s ease;
  /* ふわっと */
}
.slideshow img.active {
  opacity: 1;
}

.slideshow.is-stuck {
  position: absolute;
  /* ドキュメント座標で固定される */
}

.fv {
  aspect-ratio: 2/1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-left: 8%;
  position: relative;
}
@media screen and (max-width: 768px) {
  .fv {
    aspect-ratio: 1/1.5;
    padding-inline: 4%;
    justify-content: start;
    overflow: hidden;
  }
}
.fv::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  background: url(../../assets/image/top/fv-circle.svg) no-repeat center center/contain;
  width: 50%;
  height: 100%;
  z-index: -2;
}
@media screen and (max-width: 768px) {
  .fv::before {
    width: 100%;
    height: auto;
    aspect-ratio: 1/1.332;
    background: url(../../assets/image/top/fv-circle-sp.svg) no-repeat center center/contain;
  }
}
.fv__title {
  color: #E9503A;
  font-size: 4vw;
  font-weight: 900;
  line-height: 142.857%;
  letter-spacing: 7.84px;
  max-width: 36%;
  white-space: nowrap;
}
@media screen and (max-width: 768px) {
  .fv__title {
    margin-top: 10%;
    font-size: 6vw;
    max-width: none;
    width: -moz-fit-content;
    width: fit-content;
    margin-inline: auto;
    text-align: center;
  }
}
@media screen and (max-width: 660px) {
  .fv__title {
    font-size: 9vw;
  }
}
@media screen and (max-width: 599px) {
  .fv__title {
    font-size: 7vw;
  }
}
.fv__text {
  margin-top: 28px;
  line-height: 175%;
  max-width: 36%;
}
@media screen and (max-width: 768px) {
  .fv__text {
    max-width: none;
    margin-top: 18px;
    font-size: 14px;
  }
  .fv__text--end {
    text-align: center;
  }
}

.top-about {
  padding-block: 120px;
  padding-left: 6.5%;
  position: relative;
  background: rgba(255, 255, 255, 0.8);
}
@media screen and (max-width: 900px) {
  .top-about {
    padding-block: 85px;
  }
}
@media screen and (max-width: 768px) {
  .top-about {
    padding-block: 75px;
  }
}
@media screen and (max-width: 599px) {
  .top-about {
    padding-block: 55px;
    background: rgba(255, 255, 255, 0.9);
  }
}
.top-about::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  background: url(../../assets/image/common/common-building.svg) no-repeat center center/contain;
  width: 77%;
  aspect-ratio: 2/1;
  height: auto;
}
.top-about__content {
  display: flex;
  -moz-column-gap: 4%;
       column-gap: 4%;
}
@media screen and (max-width: 900px) {
  .top-about__content {
    flex-direction: column-reverse;
    row-gap: 20px;
  }
}
.top-about__string {
  flex: 0 0 48%;
}
.top-about__supplement {
  font-weight: 700;
}
.top-about__title {
  margin-bottom: 17px;
  font-size: 3.2vw;
  font-weight: 900;
  line-height: 142.222%;
}
@media screen and (max-width: 768px) {
  .top-about__title {
    font-size: 24px;
  }
}
@media screen and (max-width: 599px) {
  .top-about__title {
    font-size: 5.5vw;
  }
}
.top-about__title span {
  color: #F8B400;
}
.top-about__text {
  line-height: 200%;
}
.top-about__img {
  flex: 0 0 48%;
}
.top-about__img img {
  border-radius: 10px 0 0 10px;
}

.top-service {
  padding-block: 120px;
  background: rgba(255, 255, 255, 0.8);
}
@media screen and (max-width: 900px) {
  .top-service {
    padding-block: 85px;
  }
}
@media screen and (max-width: 768px) {
  .top-service {
    padding-block: 75px;
  }
}
@media screen and (max-width: 599px) {
  .top-service {
    padding-block: 55px;
    background: rgba(255, 255, 255, 0.9);
  }
}
.top-service__flex {
  margin-block: 120px 60px;
  display: flex;
  -moz-column-gap: 6%;
       column-gap: 6%;
  padding-inline: 7.4%;
}
.top-service__flex--reverse {
  flex-direction: row-reverse;
}
@media screen and (max-width: 900px) {
  .top-service__flex {
    flex-direction: column;
    row-gap: 40px;
    margin-block: 60px 40px;
  }
}
@media screen and (max-width: 599px) {
  .top-service__flex {
    margin-block: 50px 35px;
  }
}
.top-service__string {
  flex: 0 0 50%;
}
.top-service__en {
  color: #FFF9EB;
  font-family: "Poppins", sans-serif;
  font-size: 4.7vw;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
  letter-spacing: 2.56px;
}
@media screen and (max-width: 599px) {
  .top-service__en {
    font-size: 9vw;
  }
}
@media screen and (max-width: 900px) {
  .top-service__en {
    font-size: 40px;
  }
}
@media screen and (max-width: 768px) {
  .top-service__en {
    font-size: 30px;
  }
}
.top-service__ja {
  margin-block: -35px 28px;
  color: #F8B400;
  font-size: 3.3vw;
  font-weight: 900;
}
@media screen and (max-width: 900px) {
  .top-service__ja {
    font-size: 30px;
  }
}
@media screen and (max-width: 768px) {
  .top-service__ja {
    font-size: 24px;
  }
}
@media screen and (max-width: 599px) {
  .top-service__ja {
    font-size: 6vw;
    margin-top: -18px;
  }
}
.top-service__text {
  margin-bottom: 55px;
  line-height: 200%;
}
@media screen and (max-width: 599px) {
  .top-service__text {
    margin-bottom: 35px;
  }
}
.top-service__img {
  flex: 0 0 44%;
}
.top-service__content {
  border-radius: 0 10px 10px 0;
  background: #FFF9EB;
  width: 92.6%;
  margin-right: auto;
  padding-block: 68px;
  padding-inline: 6.5%;
}
@media screen and (max-width: 599px) {
  .top-service__content {
    padding-block: 45px;
  }
}
.top-service__content--change {
  border-radius: 10px 0 0 10px;
  margin-left: auto;
  margin-right: 0;
}
.top-service__name {
  font-size: 2.35vw;
  font-weight: 900;
}
@media screen and (max-width: 900px) {
  .top-service__name {
    font-size: 24px;
  }
}
@media screen and (max-width: 768px) {
  .top-service__name {
    font-size: 22px;
  }
}
@media screen and (max-width: 450px) {
  .top-service__name {
    font-size: 20px;
  }
}
.top-service__boxes {
  margin-top: 40px;
  display: flex;
  flex-wrap: wrap;
  -moz-column-gap: 3%;
       column-gap: 3%;
  row-gap: 35px;
}
@media screen and (max-width: 599px) {
  .top-service__boxes {
    margin-top: 20px;
  }
}
.top-service__box {
  flex: 0 0 22%;
}
@media screen and (max-width: 1024px) {
  .top-service__box {
    flex: 0 0 48.5%;
  }
}
.top-service__box-img img {
  border-radius: 10px;
}
.top-service__box-text {
  margin-top: 12px;
  text-align: center;
  font-weight: 700;
}
@media screen and (max-width: 599px) {
  .top-service__box-text {
    font-size: 13px;
  }
}
@media screen and (max-width: 599px) {
  .top-service .common-btn {
    margin-inline: auto;
  }
}

.top-works {
  border-radius: 30px 30px 0 0;
  background: #F8B400;
  padding-block: 100px;
  padding-left: 5%;
  position: relative;
}
@media screen and (max-width: 900px) {
  .top-works {
    padding-block: 85px;
  }
}
@media screen and (max-width: 768px) {
  .top-works {
    padding-block: 75px;
  }
}
@media screen and (max-width: 599px) {
  .top-works {
    padding-block: 55px;
  }
}
.top-works::before {
  content: "";
  width: 70%;
  aspect-ratio: 2/1;
  position: absolute;
  left: 0;
  bottom: 0;
  background: url(../../assets/image/top/project-bg.svg) no-repeat bottom right/contain;
}
.top-works__tabs {
  margin-block: 77px 35px;
  display: flex;
  -moz-column-gap: 1%;
       column-gap: 1%;
}
@media screen and (max-width: 768px) {
  .top-works__tabs {
    margin-top: 50px;
  }
}
@media screen and (max-width: 599px) {
  .top-works__tabs {
    margin-top: 35px;
  }
}
.top-works__tab {
  flex: 0 0 180px;
  padding-block: 19px 20px;
  border-radius: 100px;
  border: 1px solid #333;
  background: #FFF;
  text-align: center;
}
@media screen and (max-width: 900px) {
  .top-works__tab {
    flex: 0 0 140px;
    padding-block: 14px 13px;
  }
}
@media screen and (max-width: 599px) {
  .top-works__tab {
    flex: 0 0 110px;
    font-size: 14px;
    padding-block: 8px;
  }
}
.top-works__tab.is-active {
  background: #333;
  color: #FFF;
}
.top-works__content {
  margin-bottom: 77px;
}
@media screen and (max-width: 768px) {
  .top-works__content {
    margin-bottom: 60px;
  }
}
@media screen and (max-width: 599px) {
  .top-works__content {
    margin-bottom: 45px;
  }
}
.top-works__content .slick-arrow {
  width: 49px;
  height: 50px;
  top: -10%;
}
@media screen and (max-width: 900px) {
  .top-works__content .slick-arrow {
    top: -15%;
  }
}
@media screen and (max-width: 660px) {
  .top-works__content .slick-arrow {
    top: -11%;
  }
}
@media screen and (max-width: 599px) {
  .top-works__content .slick-arrow {
    top: -17%;
    width: 30px;
    height: 30px;
  }
}
@media screen and (max-width: 450px) {
  .top-works__content .slick-arrow {
    top: -12%;
  }
}
.top-works__content .slick-arrow::before {
  content: "";
}
.top-works__content .slick-prev {
  left: auto;
  right: 10%;
  background: url(../../assets/image/top/column-arrow-prev-black.svg) no-repeat center center/contain;
}
@media screen and (max-width: 900px) {
  .top-works__content .slick-prev {
    right: 13%;
  }
}
@media screen and (max-width: 660px) {
  .top-works__content .slick-prev {
    right: 16%;
  }
}
@media screen and (max-width: 599px) {
  .top-works__content .slick-prev {
    right: 16%;
  }
}
.top-works__content .slick-next {
  right: 5%;
  background: url(../../assets/image/top/column-arrow-next-black.svg) no-repeat center center/contain;
}
.top-works__link {
  margin-right: 40px;
}
@media screen and (max-width: 900px) {
  .top-works__link {
    margin-right: 20px;
  }
}
@media screen and (max-width: 599px) {
  .top-works__link {
    margin-right: 7px;
  }
}
.top-works__link:hover {
  opacity: 1;
}
.top-works__link:hover .top-works__img img {
  transition: 0.3s;
  transform: scale(1.1);
}
.top-works__img {
  margin-bottom: 15px;
  border-radius: 10px;
  overflow: hidden;
}
.top-works__img img {
  transition: 0.3s;
  border-radius: 10px;
}
.top-works__heading {
  margin-top: 18px;
  margin-left: 5%;
  font-size: 20px;
  font-weight: 700;
}
@media screen and (min-width: 1521px) {
  .top-works__heading {
    font-size: 22px;
  }
}
@media screen and (max-width: 599px) {
  .top-works__heading {
    margin-top: 12px;
    font-size: 16px;
  }
}
.top-works__text {
  margin-left: 5%;
}
@media screen and (max-width: 599px) {
  .top-works__text {
    font-size: 14px;
  }
}
.top-works .common-btn {
  margin-left: auto;
  margin-right: 5%;
}
@media screen and (max-width: 599px) {
  .top-works .common-btn {
    margin-inline: auto;
  }
}

.banner-img {
  position: relative;
  z-index: 2;
}

.top-news {
  background: linear-gradient(180deg, #F8B400 0%, rgba(255, 255, 255, 0.9) 100%);
  padding-inline: 7.3%;
  padding-block: 100px;
}
@media screen and (max-width: 900px) {
  .top-news {
    padding-block: 85px;
  }
}
@media screen and (max-width: 768px) {
  .top-news {
    padding-block: 75px;
  }
}
@media screen and (max-width: 599px) {
  .top-news {
    padding-block: 55px;
  }
}
.top-news__inner {
  margin-block: 80px 60px;
  border-top: 1px solid #333;
}
@media screen and (max-width: 599px) {
  .top-news__inner {
    margin-block: 50px 40px;
  }
}
.top-news__link {
  border-bottom: 1px solid #333;
  padding-block: 55px;
  padding-left: 4%;
  display: flex;
  -moz-column-gap: 7%;
       column-gap: 7%;
  align-items: center;
}
@media screen and (max-width: 900px) {
  .top-news__link {
    padding-block: 45px;
  }
}
@media screen and (max-width: 599px) {
  .top-news__link {
    padding-block: 30px;
  }
}
.top-news__date {
  font-weight: 400;
}
@media screen and (max-width: 599px) {
  .top-news__date {
    font-size: 14px;
  }
}
.top-news__text {
  color: #000;
  font-size: 18px;
  font-weight: 500;
}
@media screen and (max-width: 599px) {
  .top-news__text {
    font-size: 16px;
  }
}
.top-news .common-btn {
  margin-left: auto;
}
@media screen and (max-width: 599px) {
  .top-news .common-btn {
    margin-inline: auto;
  }
}

.top-column {
  padding-block: 100px;
  background: rgba(255, 255, 255, 0.8);
}
@media screen and (max-width: 900px) {
  .top-column {
    padding-block: 85px;
  }
}
@media screen and (max-width: 768px) {
  .top-column {
    padding-block: 75px;
  }
}
@media screen and (max-width: 599px) {
  .top-column {
    padding-block: 55px;
    background: rgba(255, 255, 255, 0.9);
  }
}
.top-column__content {
  margin-block: 120px 80px;
}
@media screen and (max-width: 599px) {
  .top-column__content {
    margin-block: 70px 55px;
  }
}
.top-column__content .slick-arrow {
  width: 49px;
  height: 50px;
  top: -20%;
}
@media screen and (max-width: 1024px) {
  .top-column__content .slick-arrow {
    top: -26%;
  }
}
@media screen and (max-width: 599px) {
  .top-column__content .slick-arrow {
    top: -17%;
    width: 30px;
    height: 30px;
  }
}
@media screen and (max-width: 450px) {
  .top-column__content .slick-arrow {
    top: -12%;
  }
}
.top-column__content .slick-arrow::before {
  content: "";
}
.top-column__content .slick-prev {
  left: auto;
  right: 10%;
  background: url(../../assets/image/top/column-arrow-prev.svg) no-repeat center center/contain;
}
@media screen and (max-width: 1024px) {
  .top-column__content .slick-prev {
    right: 13%;
  }
}
@media screen and (max-width: 768px) {
  .top-column__content .slick-prev {
    right: 16%;
  }
}
.top-column__content .slick-next {
  right: 5%;
  background: url(../../assets/image/top/column-arrow-next.svg) no-repeat center center/contain;
}
.top-column__sliders .slick-slide {
  margin-right: 25px;
}
@media screen and (max-width: 599px) {
  .top-column__sliders .slick-slide {
    margin-right: 10px;
  }
}
.top-column__link:hover {
  opacity: 1;
}
.top-column__link:hover .top-column__img img {
  transition: 0.3s;
  transform: scale(1.1);
}
.top-column__img {
  margin-bottom: 15px;
  overflow: hidden;
  border-radius: 10px;
}
.top-column__img img {
  transition: 0.3s;
  border-radius: 10px;
}
.top-column__text {
  color: #000;
  text-align: center;
  font-weight: 700;
}
.top-column__inner {
  padding-inline: 7%;
}
.top-column__inner .common-btn {
  margin-left: auto;
}
@media screen and (max-width: 599px) {
  .top-column__inner .common-btn {
    margin-inline: auto;
  }
}

.service {
  padding: 90px 6%;
  display: flex;
  -moz-column-gap: 5%;
       column-gap: 5%;
  /* スクロールは内側に持たせる */
}
@media screen and (min-width: 1521px) {
  .service {
    justify-content: center;
  }
}
@media screen and (max-width: 1024px) {
  .service {
    padding-inline: 4%;
  }
}
@media screen and (max-width: 900px) {
  .service {
    padding: 85px 0;
  }
}
@media screen and (max-width: 768px) {
  .service {
    padding-block: 75px;
  }
}
@media screen and (max-width: 660px) {
  .service {
    flex-direction: column;
    row-gap: 50px;
  }
}
@media screen and (max-width: 599px) {
  .service {
    padding-block: 50px 55px;
    padding-inline: 6%;
    row-gap: 25px;
  }
}
.service__left {
  flex: 0 0 30%;
  position: sticky;
  top: 100px;
  align-self: flex-start;
  overflow: visible;
}
@media screen and (min-width: 1521px) {
  .service__left {
    flex: 0 0 350px;
  }
}
@media screen and (max-width: 660px) {
  .service__left {
    position: relative !important;
    top: 0;
  }
}
.service__left-scroll {
  max-height: calc(100vh - 120px);
  overflow: auto;
  padding-right: 8px;
}
.service__left-title {
  margin-bottom: 40px;
  color: #E9503A;
  font-family: "Poppins", sans-serif;
  font-size: 24px;
  font-weight: 700;
  letter-spacing: 1.92px;
}
@media screen and (max-width: 660px) {
  .service__left-title {
    margin-bottom: 20px;
    font-size: 22px;
  }
}
.service__left-link {
  margin-bottom: 10px;
  margin-left: 23px;
  color: #CCC;
  font-size: 16px;
  font-weight: 900;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
@media screen and (max-width: 660px) {
  .service__left-link {
    color: #333 !important;
    border-bottom: 1px solid;
    width: -moz-fit-content;
    width: fit-content;
  }
}
.service__left-link.is-active {
  color: #E9503A;
}
.service__right {
  flex: 0 0 64%;
}
@media screen and (min-width: 1521px) {
  .service__right {
    flex: 0 0 800px;
  }
}
.service__content {
  margin-bottom: 150px;
  scroll-margin-top: 120px;
}
@media screen and (max-width: 1024px) {
  .service__content {
    margin-bottom: 60px;
  }
}
@media screen and (max-width: 599px) {
  .service__content {
    margin-bottom: 50px;
  }
}
.service__content--last {
  margin-bottom: 0;
}
.service__title {
  color: #E9503A;
  font-size: 28px;
  font-weight: 700;
}
@media screen and (max-width: 900px) {
  .service__title {
    font-size: 24px;
  }
}
@media screen and (max-width: 599px) {
  .service__title {
    font-size: 20px;
  }
}
.service__big-img {
  border-radius: 10px;
  margin-block: 32px 40px;
}
@media screen and (max-width: 768px) {
  .service__big-img {
    margin-block: 25px;
  }
}
@media screen and (max-width: 599px) {
  .service__big-img {
    margin-block: 25px 20px;
  }
}
.service__text {
  font-size: 16px;
  line-height: 200%;
}
.service__flex {
  margin-top: 40px;
  display: flex;
  -moz-column-gap: 2%;
       column-gap: 2%;
}
@media screen and (max-width: 768px) {
  .service__flex {
    flex-wrap: wrap;
    row-gap: 20px;
    margin-top: 25px;
  }
}
.service__box {
  flex: 0 0 32%;
}
@media screen and (max-width: 768px) {
  .service__box {
    flex: 0 0 49%;
  }
}
.service__mini-img img {
  border-radius: 10px;
}
.service__mini-title {
  margin-top: 8px;
  text-align: center;
  color: rgba(233, 80, 58, 0.75);
  font-size: 16px;
  font-weight: 900;
  line-height: 200%;
}
@media screen and (max-width: 599px) {
  .service__mini-title {
    font-size: 14px;
  }
}

.filter {
  margin-block: 65px;
  display: flex;
  justify-content: center;
  -moz-column-gap: 3%;
       column-gap: 3%;
}
@media screen and (max-width: 900px) {
  .filter {
    margin-block: 50px;
  }
}
@media screen and (max-width: 599px) {
  .filter {
    margin-block: 0 45px;
  }
}
.filter a, .filter p {
  flex: 0 0 180px;
  padding-block: 18px;
  border-radius: 100px;
  border: 1px solid #E9503A;
  background: #FFF;
  color: #E9503A;
  text-align: center;
  font-size: 16px;
  font-weight: 700;
  line-height: 100%;
}
@media screen and (max-width: 768px) {
  .filter a, .filter p {
    padding-block: 14px;
    flex: 0 0 140px;
    font-size: 14px;
  }
}
@media screen and (max-width: 500px) {
  .filter a, .filter p {
    flex: 0 0 31.333%;
    padding-block: 10px;
  }
}
.filter .current {
  background: #E9503A;
  color: #FFF;
}

.pagination {
  margin-top: 65px;
}
.pagination .pagination-list {
  display: flex;
  justify-content: center;
  -moz-column-gap: 2%;
       column-gap: 2%;
}
.pagination .pagination-list a, .pagination .pagination-list span {
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  font-weight: 700;
  width: 39.333px;
  height: 39.333px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 100px;
  border: 1.18px solid #333;
  background: #FFF;
}
.pagination .pagination-list .current {
  background: #E9503A;
  color: #FFF;
  border: none;
}

.works {
  background: rgba(248, 180, 0, 0.08);
  padding-block: 100px;
  padding-inline: 14%;
}
@media screen and (max-width: 900px) {
  .works {
    padding: 85px 10%;
  }
}
@media screen and (max-width: 768px) {
  .works {
    padding-block: 75px;
  }
}
@media screen and (max-width: 599px) {
  .works {
    padding-block: 55px;
    padding-inline: 7%;
  }
}
.works__title {
  text-align: center;
  font-size: 32px;
  font-weight: 700;
}
@media screen and (max-width: 599px) {
  .works__title {
    font-size: 24px;
    margin-bottom: 40px;
  }
}
.works__inner {
  display: flex;
  -moz-column-gap: 3%;
       column-gap: 3%;
  row-gap: 40px;
  flex-wrap: wrap;
}
.works__link {
  flex: 0 0 48.5%;
  position: relative;
}
@media screen and (max-width: 599px) {
  .works__link {
    flex: 0 0 100%;
  }
}
.works__img img {
  border-radius: 10px;
}
.works__term {
  position: absolute;
  left: 11px;
  top: 11px;
  border-radius: 100px;
  background: #E9503A;
  padding: 6px 20px;
  color: #FFF;
  font-size: 12px;
  font-weight: 700;
}
.works__heading {
  margin-top: 18px;
  margin-left: 5%;
  font-size: 20px;
  font-weight: 700;
}
@media screen and (max-width: 599px) {
  .works__heading {
    margin-top: 12px;
    font-size: 18px;
  }
}
.works__text {
  margin-left: 5%;
}
@media screen and (max-width: 599px) {
  .works__text {
    font-size: 14px;
  }
}

.single {
  background: rgba(248, 180, 0, 0.08);
  padding-block: 100px;
  padding-inline: 17%;
}
@media screen and (max-width: 900px) {
  .single {
    padding: 85px 10%;
  }
}
@media screen and (max-width: 768px) {
  .single {
    padding-block: 75px;
  }
}
@media screen and (max-width: 599px) {
  .single {
    padding-block: 55px;
    padding-inline: 7%;
  }
}
.single--change {
  background: none;
}
.single__date {
  color: #F8B400;
  font-size: 16px;
  font-weight: 700;
}
@media screen and (max-width: 599px) {
  .single__date {
    font-size: 14px;
  }
}
.single__title {
  margin-block: 12px 28px;
  font-size: 32px;
  font-weight: 900;
}
@media screen and (max-width: 599px) {
  .single__title {
    font-size: 22px;
    margin-block: 6px 20px;
  }
}
.single__term {
  width: -moz-fit-content;
  width: fit-content;
  padding: 7px 21px;
  border-radius: 40px;
  border: 1px solid #E9503A;
  background: #FFF;
  color: #E9503A;
  font-size: 14px;
  font-weight: 700;
}
@media screen and (max-width: 599px) {
  .single__term {
    font-size: 12px;
    padding: 5px 18px;
  }
}
.single__img {
  margin-block: 16px 42px;
}
@media screen and (max-width: 599px) {
  .single__img {
    margin-bottom: 25px;
  }
}
.single__img img {
  border-radius: 10px;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
}
.single__img--works {
  margin-bottom: 20px;
}
@media screen and (max-width: 599px) {
  .single__img--works {
    margin-bottom: 15px;
  }
}
.single__links {
  margin-block: 70px 56px;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 599px) {
  .single__links {
    margin-block: 50px 45px;
  }
}
.single__links a {
  padding: 18px 30px 17px;
  border-radius: 100px;
  border: 1px solid #E9503A;
  background: #E9503A;
  color: #FFF;
  font-family: "Noto Sans JP";
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
}
@media screen and (max-width: 599px) {
  .single__links a {
    font-size: 16px;
    padding: 14px 25px 13px;
  }
}
@media screen and (max-width: 450px) {
  .single__links a {
    font-size: 14px;
    padding: 12px 21px 11px;
  }
}
.single__links a[rel=next] {
  margin-left: auto;
}
.single .common-btn {
  margin-inline: auto;
}
.single .wp-block-image {
  margin-block: 35px;
}
@media screen and (max-width: 599px) {
  .single .wp-block-image {
    margin-block: 20px;
  }
}
.single .wp-block-image img {
  border-radius: 10px;
}
.single__content p {
  margin-block: 10px;
}
.single h2.wp-block-heading {
  margin-block: 45px 20px;
  font-size: 26px;
  font-weight: 900;
  padding-bottom: 15px;
  border-bottom: 3px solid #F8B400;
}
@media screen and (max-width: 599px) {
  .single h2.wp-block-heading {
    font-size: 20px;
    margin-block: 30px 15px;
    padding-bottom: 10px;
  }
}
.single h3.wp-block-heading {
  margin-block: 35px 20px;
  font-size: 24px;
  font-weight: 900;
  padding-bottom: 10px;
  border-bottom: 1px solid #F8B400;
}
@media screen and (max-width: 599px) {
  .single h3.wp-block-heading {
    font-size: 18px;
    margin-block: 25px 13px;
    padding-bottom: 7px;
  }
}
.single--change h2.wp-block-heading {
  border-bottom: none;
  padding-left: 20px;
  padding-bottom: 0;
  position: relative;
}
.single--change h2.wp-block-heading::before {
  content: "";
  width: 4px;
  height: 100%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  background: #E9503A;
}
.single--change h3.wp-block-heading {
  border-bottom: none;
  padding-left: 20px;
  padding-bottom: 0;
  position: relative;
}
.single--change h3.wp-block-heading::before {
  content: "";
  width: 2px;
  height: 80%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  background: #E9503A;
}
.single__flex-img {
  margin-block: 30px 42px;
  display: flex;
  -moz-column-gap: 4%;
       column-gap: 4%;
}
@media screen and (max-width: 599px) {
  .single__flex-img {
    margin-block: 20px;
  }
}
.single__works-imgs {
  flex: 0 0 48%;
}
.single__works-imgs img {
  border-radius: 10px;
}
.single .works__text {
  font-size: 16px;
  margin-left: 0;
  line-height: 150%;
}
.single__red-heading {
  margin-top: 12px;
  color: #F04600;
  font-size: 14px;
  font-weight: 700;
  line-height: 171.429%;
}

.company-top__inner {
  padding-block: 100px;
  padding-inline: 9.4%;
  display: flex;
  align-items: center;
  -moz-column-gap: 4%;
       column-gap: 4%;
}
@media screen and (max-width: 1200px) {
  .company-top__inner {
    flex-direction: column;
    row-gap: 60px;
  }
}
@media screen and (max-width: 900px) {
  .company-top__inner {
    padding-block: 85px;
    padding-inline: 8%;
  }
}
@media screen and (max-width: 768px) {
  .company-top__inner {
    padding-block: 75px;
  }
}
@media screen and (max-width: 599px) {
  .company-top__inner {
    padding-block: 45px;
    padding-inline: 6%;
    row-gap: 30px;
  }
}
.company-top__img {
  flex: 0 0 30%;
  display: none;
}
@media screen and (max-width: 1200px) {
  .company-top__img {
    width: 60%;
    margin-inline: auto;
  }
}
@media screen and (max-width: 599px) {
  .company-top__img {
    width: 80%;
  }
}
.company-top__img img {
  border-radius: 10px;
}
.company-top__string {
  flex: 0 0 66%;
  flex: 0 0 100%;
}
.company-top__color {
  margin-bottom: 28px;
  border-radius: 10px;
  background: rgba(248, 180, 0, 0.04);
  padding-block: 25px 14px;
  padding-inline: 6%;
}
.company-top__heading {
  width: -moz-fit-content;
  width: fit-content;
  border-radius: 40px;
  background: #f8b400;
  padding: 7px 35px;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .company-top__heading {
    padding: 5px 27px;
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 599px) {
  .company-top__heading {
    padding: 4px 23px;
  }
}
.company-top__title {
  color: #f8b400;
  font-size: 28px;
  font-weight: 900;
  line-height: 228.571%;
}
.company-top__title br {
  display: none;
}
@media screen and (max-width: 768px) {
  .company-top__title {
    font-size: 24px;
  }
}
@media screen and (max-width: 599px) {
  .company-top__title {
    font-size: 22px;
    line-height: 160%;
  }
  .company-top__title br {
    display: block;
  }
}
.company-top__text {
  line-height: 200%;
}
.company-top__name {
  margin-top: 16px;
  text-align: right;
  line-height: 200%;
}
.company-top__mission {
  background: rgba(233, 80, 58, 0.08);
  padding: 100px 11.5%;
}
@media screen and (max-width: 900px) {
  .company-top__mission {
    padding-block: 85px;
    padding-inline: 8%;
  }
}
@media screen and (max-width: 768px) {
  .company-top__mission {
    padding-block: 75px;
  }
}
@media screen and (max-width: 599px) {
  .company-top__mission {
    padding-block: 40px 45px;
    padding-inline: 6%;
  }
}
.company-top__mission--yellow {
  background: rgba(248, 180, 0, 0.08);
}
.company-top__titles {
  display: flex;
  justify-content: space-between;
  align-items: end;
  padding-bottom: 24px;
  border-bottom: 4px solid rgba(233, 80, 58, 0.2);
}
@media screen and (max-width: 599px) {
  .company-top__titles {
    flex-direction: column-reverse;
    align-items: start;
    padding-bottom: 17px;
  }
}
.company-top__titles--yellow {
  border-bottom: 4px solid rgba(248, 180, 0, 0.2);
}
@media screen and (max-width: 599px) {
  .company-top__titles--yellow {
    align-items: end;
  }
}
.company-top__ja-title {
  color: #e9503a;
  font-size: 32px;
  font-weight: 900;
}
@media screen and (max-width: 768px) {
  .company-top__ja-title {
    font-size: 24px;
  }
}
@media screen and (max-width: 599px) {
  .company-top__ja-title {
    font-size: 20px;
  }
}
.company-top__ja-title--yellow {
  color: #f8b400;
}
.company-top__en-title {
  color: rgba(233, 80, 58, 0.2);
  font-family: "Poppins", sans-serif;
  font-size: 92px;
  font-weight: 700;
  line-height: 100%;
}
@media screen and (max-width: 1200px) {
  .company-top__en-title {
    font-size: 82px;
  }
}
@media screen and (max-width: 768px) {
  .company-top__en-title {
    font-size: 64px;
  }
}
@media screen and (max-width: 599px) {
  .company-top__en-title {
    font-size: 48px;
  }
}
.company-top__en-title--yellow {
  color: rgba(248, 180, 0, 0.2);
}
.company-top__big-title {
  margin-block: 42px;
  font-size: 28px;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .company-top__big-title {
    margin-block: 30px;
    font-size: 24px;
  }
}
@media screen and (max-width: 599px) {
  .company-top__big-title {
    font-size: 20px;
  }
}

.company-under {
  padding-block: 120px;
  position: relative;
  /* 見た目用：スペーサー自体は透明な空き領域 */
}
@media screen and (max-width: 1200px) {
  .company-under {
    padding-block: 100px;
  }
}
@media screen and (max-width: 900px) {
  .company-under {
    padding-block: 85px;
  }
}
@media screen and (max-width: 768px) {
  .company-under {
    padding-block: 75px;
  }
}
@media screen and (max-width: 599px) {
  .company-under {
    padding-block: 45px;
  }
}
.company-under__inner {
  position: relative;
  padding-inline: 18%;
}
@media screen and (max-width: 900px) {
  .company-under__inner {
    padding-inline: 8%;
  }
}
@media screen and (max-width: 599px) {
  .company-under__inner {
    padding-inline: 6%;
  }
}
.company-under__title {
  color: #f8b400;
  text-align: center;
  font-family: "Poppins", sans-serif;
  font-size: 5.3vw;
  font-weight: 700;
  letter-spacing: 5.76px;
  position: relative;
  z-index: 2;
  background: rgba(255, 255, 255, 0.75);
}
@media screen and (max-width: 768px) {
  .company-under__title {
    font-size: 7vw;
  }
}
.company-under__supplement {
  text-align: center;
  font-size: 14px;
  font-weight: 700;
  position: relative;
  z-index: 2;
  background: rgba(255, 255, 255, 0.75);
}
.company-under__lists {
  padding-top: 30px;
  margin-bottom: 40px;
  position: relative;
  z-index: 2;
  background: rgba(255, 255, 255, 0.75);
}
.company-under__list {
  display: flex;
}
@media screen and (max-width: 599px) {
  .company-under__list {
    flex-direction: column;
  }
}
.company-under__left {
  flex: 0 0 23%;
  padding-block: 27px;
  padding-left: 3%;
  color: #f8b400;
  font-size: 16px;
  font-weight: 700;
  border-bottom: 2px solid #f8b400;
}
@media screen and (max-width: 599px) {
  .company-under__left {
    padding-block: 15px 10px;
    border-bottom: none;
  }
}
.company-under__right {
  flex: 0 0 77%;
  padding-block: 27px;
  padding-left: 3%;
  border-bottom: 1px solid rgba(51, 51, 51, 0.2);
}
@media screen and (max-width: 599px) {
  .company-under__right {
    padding-block: 0 20px;
    border-bottom: 1px solid #f8b400;
  }
}
.company-under__map-wrap {
  position: relative;
}
.company-under__map {
  width: 560px;
  aspect-ratio: 1878/2573;
  /* 初期：背景(top:0)で敷く */
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
  /* wrap を抜ける直前で停止 */
}
@media screen and (max-width: 1520px) {
  .company-under__map {
    width: 420px;
  }
}
@media screen and (max-width: 599px) {
  .company-under__map {
    width: 340px;
  }
}
@media screen and (max-width: 375px) {
  .company-under__map {
    width: 320px;
  }
}
.company-under__map img {
  display: block;
  width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain; /* 画像比率を維持 */
}
.company-under__map.is-fixed {
  position: fixed;
  top: 50vh; /* 画面中央ライン */
  left: 50%;
  transform: translate(-50%, -50%); /* 要素の中心＝画面中央 */
}
.company-under__map.is-bottom {
  position: absolute;
  top: auto;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
.company-under__map-spacer {
  width: 100%;
  height: 0; /* JSで上書き */
  pointer-events: none;
}
.company-under__g-map {
  position: relative;
  z-index: 2;
  margin-top: 40px;
  border-radius: 10px;
  border: 4px solid #f8b400;
}
.company-under__g-map iframe {
  width: 100%;
  aspect-ratio: 2/1;
}
@media screen and (max-width: 768px) {
  .company-under__g-map iframe {
    aspect-ratio: 3/2;
  }
}

.recruit__common-title {
  text-align: center;
  color: #F8B400;
  font-size: 3.1vw;
  font-weight: 900;
}
@media screen and (max-width: 900px) {
  .recruit__common-title {
    font-size: 4vw;
  }
}
@media screen and (max-width: 660px) {
  .recruit__common-title {
    font-size: 5.5vw;
  }
}
@media screen and (max-width: 599px) {
  .recruit__common-title {
    font-size: 6vw;
  }
}
.recruit__common-title--black {
  color: #333333;
}
.recruit__fv {
  aspect-ratio: 2.13/1;
  padding-left: 9.3%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  background: url(../../assets/image/recruit/fv.webp) no-repeat center center/cover;
}
@media screen and (max-width: 768px) {
  .recruit__fv {
    background: url(../../assets/image/recruit/fv.webp) no-repeat center right/cover;
    padding-block: 30px;
  }
}
@media screen and (max-width: 599px) {
  .recruit__fv {
    padding-left: 5%;
    background-position-x: 80%;
  }
}
.recruit__fv-heading {
  border-radius: 10px;
  background: #FFF;
  padding: 9px 34px 10px 34px;
  color: #E9503A;
  font-size: 1.8vw;
  font-weight: 700;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (max-width: 768px) {
  .recruit__fv-heading {
    font-size: 16px;
  }
}
@media screen and (max-width: 599px) {
  .recruit__fv-heading {
    padding: 5px 20px;
  }
}
.recruit__fv-title {
  margin-block: 2.5% 6%;
  color: #FFF;
  font-size: 4.8vw;
  font-weight: 900;
  line-height: 140%;
}
@media screen and (max-width: 599px) {
  .recruit__fv-title {
    font-size: 6vw;
  }
}
.recruit__fv-boxes {
  display: flex;
  -moz-column-gap: 2.5%;
       column-gap: 2.5%;
}
@media screen and (max-width: 768px) {
  .recruit__fv-boxes {
    flex-direction: column;
    row-gap: 10px;
  }
}
.recruit__fv-box {
  padding: 20px 80px;
  border-radius: 100px;
  background: #FFF;
  color: #E9503A;
  font-size: 1.8vw;
  font-weight: 700;
}
@media screen and (max-width: 900px) {
  .recruit__fv-box {
    font-size: 18px;
    padding: 12px 50px;
  }
}
@media screen and (max-width: 768px) {
  .recruit__fv-box {
    width: 220px;
    text-align: center;
  }
}
@media screen and (max-width: 660px) {
  .recruit__fv-box {
    font-size: 16px;
    width: 160px;
    padding: 10px 25px;
  }
}
.recruit__human {
  background: rgba(248, 180, 0, 0.1);
  padding-block: 32px 100px;
  padding-inline: 6%;
}
@media screen and (max-width: 950px) {
  .recruit__human {
    padding-bottom: 70px;
  }
}
@media screen and (max-width: 599px) {
  .recruit__human {
    padding-bottom: 55px;
  }
}
.recruit__human-title {
  margin-bottom: 17px;
  color: rgba(248, 180, 0, 0.2);
  font-family: "Poppins", sans-serif;
  font-size: 5.3vw;
  font-weight: 700;
  letter-spacing: 2.88px;
}
@media screen and (max-width: 900px) {
  .recruit__human-title {
    font-size: 6.3vw;
  }
}
.recruit__human-content {
  padding-inline: 10%;
}
@media screen and (max-width: 1300px) {
  .recruit__human-content {
    max-width: 1000px;
    padding-inline: 0;
  }
}
.recruit__human-flex {
  margin-block: 80px 64px;
  display: flex;
  -moz-column-gap: 10%;
       column-gap: 10%;
  align-items: center;
}
@media screen and (max-width: 1024px) {
  .recruit__human-flex {
    -moz-column-gap: 4%;
         column-gap: 4%;
  }
}
@media screen and (max-width: 768px) {
  .recruit__human-flex {
    margin-block: 55px 45px;
    flex-direction: column-reverse;
    row-gap: 20px;
    align-items: center;
  }
}
@media screen and (max-width: 599px) {
  .recruit__human-flex {
    margin-block: 25px 35px;
  }
}
.recruit__human-img {
  flex: 0 0 19%;
}
@media screen and (max-width: 768px) {
  .recruit__human-img {
    width: 35%;
    margin-inline: auto;
  }
}
.recruit__human-string {
  flex: 0 0 71%;
  padding: 60px 7%;
  border-radius: 20px;
  background: #FFF;
}
@media screen and (max-width: 1024px) {
  .recruit__human-string {
    flex: 0 0 77%;
  }
}
@media screen and (max-width: 900px) {
  .recruit__human-string {
    padding: 40px 4.5%;
  }
}
@media screen and (max-width: 660px) {
  .recruit__human-string {
    width: 100%;
  }
}
@media screen and (max-width: 599px) {
  .recruit__human-string {
    padding-block: 30px;
  }
}
.recruit__human-headings {
  margin-bottom: 24px;
  display: flex;
  align-items: center;
  -moz-column-gap: 10px;
       column-gap: 10px;
}
@media screen and (max-width: 599px) {
  .recruit__human-headings {
    width: 290px;
    margin-inline: auto;
  }
}
.recruit__human-headings img {
  width: -moz-fit-content;
  width: fit-content;
}
.recruit__human-headings p {
  font-size: 24px;
  font-weight: 700;
}
.recruit__human-headings p br {
  display: none;
}
@media screen and (min-width: 1521px) {
  .recruit__human-headings p {
    font-size: 28px;
  }
}
@media screen and (max-width: 1200px) {
  .recruit__human-headings p {
    font-size: 22px;
  }
}
@media screen and (max-width: 950px) {
  .recruit__human-headings p {
    font-size: 20px;
  }
}
@media screen and (max-width: 599px) {
  .recruit__human-headings p {
    font-size: 18px;
    white-space: nowrap;
  }
  .recruit__human-headings p br {
    display: block;
  }
}
.recruit__human-headings--last {
  margin-bottom: 0;
}
.recruit__human-text {
  border-radius: 10px;
  background: rgba(233, 80, 58, 0.04);
  padding: 42px 2%;
  color: #E9503A;
  text-align: center;
  font-size: 24px;
  font-weight: 700;
  line-height: 133.333%;
}
@media screen and (min-width: 1521px) {
  .recruit__human-text {
    font-size: 28px;
  }
}
@media screen and (max-width: 768px) {
  .recruit__human-text {
    font-size: 20px;
  }
}
@media screen and (max-width: 599px) {
  .recruit__human-text {
    padding: 20px 2%;
    font-size: 18px;
    line-height: 155%;
  }
}
.recruit__human-text .sp {
  display: none;
}
@media screen and (max-width: 1200px) {
  .recruit__human-text .sp {
    display: block;
  }
}
.recruit__human-text .sp2 {
  display: none;
}
@media screen and (max-width: 599px) {
  .recruit__human-text .sp2 {
    display: block;
  }
}
.recruit__about {
  background: #F8B400;
  padding: 120px 13.5%;
}
@media screen and (max-width: 1200px) {
  .recruit__about {
    padding-inline: 7%;
  }
}
@media screen and (max-width: 950px) {
  .recruit__about {
    padding-block: 90px;
  }
}
@media screen and (max-width: 768px) {
  .recruit__about {
    padding-block: 75px;
  }
}
@media screen and (max-width: 599px) {
  .recruit__about {
    padding-block: 60px;
  }
}
.recruit__about-content {
  border-radius: 30px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  background: #FFF;
  padding: 92px 10%;
}
@media screen and (max-width: 900px) {
  .recruit__about-content {
    padding: 75px 8%;
  }
}
@media screen and (max-width: 768px) {
  .recruit__about-content {
    padding: 60px 6%;
  }
}
@media screen and (max-width: 599px) {
  .recruit__about-content {
    padding: 40px 3%;
  }
}
.recruit__about-lists {
  margin-top: 27px;
  padding-bottom: 24px;
  padding-inline: 3.5%;
  border-bottom: 1px solid rgba(240, 70, 0, 0.2);
}
@media screen and (min-width: 1521px) {
  .recruit__about-lists {
    margin-top: 40px;
  }
}
@media screen and (max-width: 599px) {
  .recruit__about-lists {
    margin-top: 20px;
    padding-bottom: 18px;
  }
}
.recruit__about-lists--start {
  margin-top: 67px;
}
@media screen and (min-width: 1521px) {
  .recruit__about-lists--start {
    margin-top: 80px;
  }
}
@media screen and (max-width: 768px) {
  .recruit__about-lists--start {
    margin-top: 40px;
  }
}
@media screen and (max-width: 599px) {
  .recruit__about-lists--start {
    margin-top: 30px;
  }
}
.recruit__about-titles {
  margin-bottom: 4px;
  display: flex;
  align-items: center;
  -moz-column-gap: 12px;
       column-gap: 12px;
}
.recruit__about-title {
  color: #F04600;
  font-size: 24px;
  font-weight: 900;
}
@media screen and (min-width: 1521px) {
  .recruit__about-title {
    font-size: 28px;
  }
}
@media screen and (max-width: 599px) {
  .recruit__about-title {
    font-size: 19px;
  }
}
.recruit__about-img img {
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (max-width: 599px) {
  .recruit__about-img img {
    width: 30px;
  }
}
.recruit__about-text {
  font-weight: 700;
  line-height: 200%;
}
.recruit__banners {
  display: flex;
}
@media screen and (max-width: 599px) {
  .recruit__banners {
    flex-wrap: wrap;
  }
}
.recruit__banners-img {
  flex: 0 0 25%;
}
@media screen and (max-width: 599px) {
  .recruit__banners-img {
    flex: 0 0 50%;
  }
}
.recruit__banners-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.recruit__reason {
  background: rgba(248, 180, 0, 0.1);
  overflow: hidden;
}
.recruit__reason-bg {
  padding-block: 100px;
  padding-inline: 15%;
  position: relative;
}
@media screen and (max-width: 1300px) {
  .recruit__reason-bg {
    padding-inline: 0;
    max-width: 900px;
    margin-inline: auto;
  }
}
@media screen and (max-width: 1024px) {
  .recruit__reason-bg {
    padding-inline: 4%;
  }
}
@media screen and (max-width: 950px) {
  .recruit__reason-bg {
    padding-block: 90px;
  }
}
@media screen and (max-width: 768px) {
  .recruit__reason-bg {
    padding-block: 75px;
  }
}
@media screen and (max-width: 599px) {
  .recruit__reason-bg {
    padding-block: 60px;
  }
}
.recruit__reason-bg::before {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: -7%;
  width: 90%;
  height: auto;
  aspect-ratio: 1/1;
  background: url(../../assets/image/recruit/reason-bg.svg) no-repeat center center/contain;
  z-index: -1;
}
.recruit__reason-img {
  margin-block: 80px 65px;
  width: 80%;
  margin-inline: auto;
}
@media screen and (max-width: 900px) {
  .recruit__reason-img {
    margin-block: 65px 55px;
  }
}
@media screen and (max-width: 768px) {
  .recruit__reason-img {
    margin-block: 55px 50px;
  }
}
@media screen and (max-width: 599px) {
  .recruit__reason-img {
    margin-block: 30px 40px;
  }
}
.recruit__reason-img img {
  border-radius: 10px;
}
.recruit__reason-flex {
  margin-bottom: 42px;
  display: flex;
  -moz-column-gap: 2%;
       column-gap: 2%;
}
.recruit__reason-bubble {
  flex: 0 0 32%;
  border-radius: 10px;
  background: #F8B400;
  padding-block: 37px 36px;
  text-align: center;
  font-size: 20px;
  font-weight: 900;
  position: relative;
}
.recruit__reason-bubble br {
  display: none;
}
@media screen and (min-width: 1521px) {
  .recruit__reason-bubble {
    font-size: 24px;
  }
}
@media screen and (max-width: 900px) {
  .recruit__reason-bubble {
    font-size: 18px;
  }
}
@media screen and (max-width: 768px) {
  .recruit__reason-bubble {
    font-size: 16px;
    padding-block: 25px 24px;
  }
}
@media screen and (max-width: 660px) {
  .recruit__reason-bubble {
    font-size: 14px;
    padding-block: 15px 14px;
  }
}
@media screen and (max-width: 599px) {
  .recruit__reason-bubble {
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 130%;
  }
  .recruit__reason-bubble br {
    display: block;
  }
}
.recruit__reason-bubble::before {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -22px;
  width: 54px;
  height: 40px;
  background: url(../../assets/image/recruit/triangle.svg) no-repeat center center/contain;
}
.recruit__reason-content {
  width: 87.8%;
  margin-inline: auto;
  border-radius: 10px;
  background: #FFF;
  padding-block: 55px;
  display: flex;
  justify-content: center;
  align-items: center;
  -moz-column-gap: 7%;
       column-gap: 7%;
}
@media screen and (max-width: 768px) {
  .recruit__reason-content {
    padding-block: 35px;
  }
}
@media screen and (max-width: 599px) {
  .recruit__reason-content {
    padding-block: 25px;
  }
}
.recruit__reason-human {
  flex: 0 0 17%;
}
.recruit__reason-text {
  font-size: 3vw;
  font-weight: 700;
}
@media screen and (max-width: 599px) {
  .recruit__reason-text {
    font-size: 5vw;
  }
}
.recruit__reason-text .red {
  color: #E9503A;
  font-size: 4.3vw;
  font-weight: 900;
  letter-spacing: 2.4px;
}
@media screen and (max-width: 599px) {
  .recruit__reason-text .red {
    font-size: 6.3vw;
  }
}
.recruit__reason-text .big {
  font-size: 6vw;
  font-weight: 900;
  letter-spacing: 24px;
}
@media screen and (max-width: 599px) {
  .recruit__reason-text .big {
    font-size: 8vw;
    letter-spacing: 12px;
  }
}
.recruit__job {
  background: #F8B400;
  padding-block: 100px 125px;
  padding-inline: 6%;
}
@media screen and (max-width: 950px) {
  .recruit__job {
    padding-block: 90px;
  }
}
@media screen and (max-width: 768px) {
  .recruit__job {
    padding-block: 75px;
  }
}
@media screen and (max-width: 599px) {
  .recruit__job {
    padding-block: 60px;
  }
}
.recruit__job-flex {
  margin-top: 80px;
  display: flex;
  -moz-column-gap: 2%;
       column-gap: 2%;
}
@media screen and (max-width: 1300px) {
  .recruit__job-flex {
    flex-wrap: wrap;
    row-gap: 40px;
  }
}
@media screen and (max-width: 768px) {
  .recruit__job-flex {
    margin-top: 55px;
    row-gap: 25px;
  }
}
@media screen and (max-width: 599px) {
  .recruit__job-flex {
    justify-content: center;
    margin-top: 45px;
    row-gap: 25px;
  }
}
.recruit__job-card {
  flex: 0 0 32%;
  border-radius: 10px;
  background: #FFF;
  padding: 20px 1.5% 32px;
}
@media screen and (max-width: 1300px) {
  .recruit__job-card {
    width: 350px;
  }
}
@media screen and (max-width: 900px) {
  .recruit__job-card {
    flex: 0 0 49%;
    width: auto;
  }
}
@media screen and (max-width: 599px) {
  .recruit__job-card {
    flex: 0 0 80%;
    padding: 15px 4% 23px;
  }
}
.recruit__job-card .common-btn {
  width: 308px;
  margin-inline: auto;
}
@media screen and (max-width: 900px) {
  .recruit__job-card .common-btn {
    width: 270px;
  }
}
@media screen and (max-width: 660px) {
  .recruit__job-card .common-btn {
    width: 90%;
  }
}
.recruit__job-card:hover {
  opacity: 1;
}
.recruit__job-card:hover .recruit__job-img img {
  transition: 0.3s;
  transform: scale(1.1);
}
.recruit__job-img {
  overflow: hidden;
  border-radius: 10px;
}
.recruit__job-img img {
  transition: 0.3s;
  border-radius: 10px;
}
.recruit__job-kind {
  margin-block: 24px 8px;
  color: rgba(233, 80, 58, 0.75);
  text-align: center;
  font-size: 14px;
  font-weight: 900;
}
@media screen and (min-width: 1521px) {
  .recruit__job-kind {
    font-size: 18px;
  }
}
.recruit__job-title {
  margin-bottom: 40px;
  text-align: center;
  font-size: 20px;
  font-weight: 900;
}
@media screen and (min-width: 1521px) {
  .recruit__job-title {
    font-size: 24px;
  }
}
@media screen and (max-width: 599px) {
  .recruit__job-title {
    margin-bottom: 25px;
  }
}
.recruit__question {
  background: rgba(248, 180, 0, 0.1);
  padding: 100px 20%;
}
@media screen and (max-width: 1200px) {
  .recruit__question {
    padding-inline: 10%;
  }
}
@media screen and (max-width: 950px) {
  .recruit__question {
    padding-block: 90px;
  }
}
@media screen and (max-width: 768px) {
  .recruit__question {
    padding-block: 75px;
  }
}
@media screen and (max-width: 599px) {
  .recruit__question {
    padding-block: 60px;
  }
}
.recruit__faq-item {
  margin-top: 11px;
}
.recruit__faq-item--first {
  margin-top: 80px;
}
@media screen and (max-width: 900px) {
  .recruit__faq-item--first {
    margin-top: 55px;
  }
}
@media screen and (max-width: 599px) {
  .recruit__faq-item--first {
    margin-top: 30px;
  }
}
.recruit__faq-question {
  display: flex;
  align-items: center;
  -moz-column-gap: 4%;
       column-gap: 4%;
  width: 100%;
  padding: 7px 4%;
  border-radius: 10px;
  background: #FFF;
  cursor: pointer;
  position: relative;
  transition: 0.3s;
}
.recruit__faq-question:hover {
  opacity: 0.8;
  transition: 0.3s;
}
.recruit__faq-question.is-open {
  border-radius: 10px 10px 0 0;
}
.recruit__faq-qa {
  color: #E9503A;
  font-family: "Poppins", sans-serif;
  font-size: 56px;
  font-weight: 700;
  letter-spacing: 2.24px;
}
@media screen and (max-width: 660px) {
  .recruit__faq-qa {
    font-size: 32px;
  }
}
.recruit__faq-heading {
  font-size: 20px;
  font-weight: 700;
}
@media screen and (min-width: 1521px) {
  .recruit__faq-heading {
    font-size: 22px;
  }
}
@media screen and (max-width: 660px) {
  .recruit__faq-heading {
    font-size: 16px;
  }
}
.recruit__faq-text {
  font-style: normal;
  font-weight: 700;
}
.recruit__faq-icon {
  margin-left: auto;
  position: relative;
  width: 11px;
  height: 11px;
  display: inline-block;
}
.recruit__faq-icon::before, .recruit__faq-icon::after {
  content: "";
  position: absolute;
  background: #E9503A;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: transform 0.3s;
}
.recruit__faq-icon::before {
  width: 21px;
  height: 7px;
}
@media screen and (max-width: 599px) {
  .recruit__faq-icon::before {
    width: 18px;
    height: 6px;
  }
}
.recruit__faq-icon::after {
  width: 7px;
  height: 21px;
}
@media screen and (max-width: 599px) {
  .recruit__faq-icon::after {
    height: 18px;
    width: 6px;
  }
}
.recruit__faq-icon.is-open::after {
  transform: translate(-50%, -50%) rotate(90deg);
}
.recruit__faq-answer {
  display: none;
  align-items: center;
  -moz-column-gap: 4%;
       column-gap: 4%;
  width: 100%;
  background: #FFF;
  padding: 20px 4%;
  border-radius: 0 0 10px 10px;
  border-top: 2px solid rgba(233, 80, 58, 0.2);
}
.recruit__faq-answer.is-open {
  display: flex;
}
.recruit__no-job {
  text-align: center;
  margin-inline: auto;
}

.requirement__top {
  background: rgba(248, 180, 0, 0.4);
  padding: 100px 10.5%;
}
@media screen and (max-width: 900px) {
  .requirement__top {
    padding: 85px 6.5%;
  }
}
@media screen and (max-width: 768px) {
  .requirement__top {
    padding-block: 75px;
  }
}
@media screen and (max-width: 599px) {
  .requirement__top {
    padding-block: 55px;
  }
}
.requirement__top-content {
  border-radius: 20px;
  background: #FFF;
  padding: 72px 11% 100px;
}
@media screen and (max-width: 900px) {
  .requirement__top-content {
    padding: 60px 5% 70px;
  }
}
@media screen and (max-width: 599px) {
  .requirement__top-content {
    padding: 45px 4% 45px;
  }
}
.requirement__top-title {
  margin-bottom: 56px;
  text-align: center;
  font-size: 2.35vw;
  font-weight: 700;
}
@media screen and (max-width: 1200px) {
  .requirement__top-title {
    font-size: 28px;
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 599px) {
  .requirement__top-title {
    margin-bottom: 10px;
    font-size: 24px;
  }
}
.requirement__top-flex {
  display: flex;
}
@media screen and (max-width: 599px) {
  .requirement__top-flex {
    flex-direction: column;
  }
}
.requirement__top-left {
  flex: 0 0 23%;
  padding-block: 27px;
  padding-left: 3%;
  color: #F8B400;
  font-size: 16px;
  font-weight: 700;
  border-bottom: 2px solid #F8B400;
}
@media screen and (min-width: 1521px) {
  .requirement__top-left {
    font-size: 18px;
  }
}
@media screen and (max-width: 599px) {
  .requirement__top-left {
    padding-block: 15px 10px;
    border-bottom: none;
  }
}
.requirement__top-right {
  flex: 0 0 77%;
  padding-block: 27px;
  padding-left: 3%;
  border-bottom: 1px solid rgba(51, 51, 51, 0.2);
}
@media screen and (max-width: 599px) {
  .requirement__top-right {
    padding-block: 0 20px;
    border-bottom: 1px solid #F8B400;
  }
}
.requirement__under {
  position: relative;
}
.requirement__under::before {
  content: "";
  width: 100%;
  height: auto;
  aspect-ratio: 2/1;
  position: absolute;
  left: 0;
  bottom: 0;
  background: url(../../assets/image/recruit/flow-bg.svg) no-repeat center right/contain;
  z-index: -1;
}
.requirement__under-content {
  padding-block: 120px;
  padding-inline: 23.5%;
}
@media screen and (max-width: 1200px) {
  .requirement__under-content {
    padding-inline: 15%;
  }
}
@media screen and (max-width: 900px) {
  .requirement__under-content {
    padding-block: 85px;
    padding-inline: 8%;
  }
}
@media screen and (max-width: 768px) {
  .requirement__under-content {
    padding-block: 75px;
  }
}
@media screen and (max-width: 599px) {
  .requirement__under-content {
    padding-block: 45px;
    padding-inline: 6%;
  }
}
.requirement__title {
  color: #F8B400;
  text-align: center;
  font-family: "Poppins", sans-serif;
  font-size: 5.3vw;
  font-weight: 700;
  letter-spacing: 5.76px;
}
@media screen and (min-width: 1521px) {
  .requirement__title {
    line-height: 100%;
  }
}
@media screen and (max-width: 660px) {
  .requirement__title {
    font-size: 10.3vw;
  }
}
.requirement__subtitle {
  margin-bottom: 90px;
  text-align: center;
  font-size: 14px;
  font-weight: 700;
}
@media screen and (min-width: 1521px) {
  .requirement__subtitle {
    font-size: 18px;
  }
}
@media screen and (max-width: 1200px) {
  .requirement__subtitle {
    margin-bottom: 75px;
  }
}
@media screen and (max-width: 599px) {
  .requirement__subtitle {
    margin-bottom: 45px;
  }
}
.requirement__flow {
  border-radius: 30px;
  background: #FFF;
  box-shadow: 0 0 20px 0 rgba(51, 51, 51, 0.15);
  padding-block: 40px;
  padding-inline: 7%;
}
@media screen and (max-width: 900px) {
  .requirement__flow {
    padding-block: 30px;
  }
}
.requirement__titles {
  display: flex;
  align-items: center;
  -moz-column-gap: 16px;
       column-gap: 16px;
  padding-inline: 10px;
  padding-bottom: 9px;
  border-bottom: 1px solid rgba(233, 80, 58, 0.2);
}
.requirement__number {
  color: #E9503A;
  font-family: "Poppins", sans-serif;
  font-size: 42px;
  font-weight: 700;
}
@media screen and (min-width: 1701px) {
  .requirement__number {
    font-size: 50px;
  }
}
@media screen and (max-width: 599px) {
  .requirement__number {
    font-size: 32px;
  }
}
.requirement__heading {
  font-size: 24px;
  font-weight: 700;
}
.requirement__heading br {
  display: none;
}
@media screen and (min-width: 1701px) {
  .requirement__heading {
    font-size: 28px;
  }
}
@media screen and (max-width: 768px) {
  .requirement__heading {
    font-size: 22px;
  }
}
@media screen and (max-width: 599px) {
  .requirement__heading {
    font-size: 18px;
    line-height: 130%;
  }
  .requirement__heading br {
    display: block;
  }
}
.requirement__text {
  padding-inline: 10px;
  margin-top: 28px;
  line-height: 175%;
}
@media screen and (max-width: 599px) {
  .requirement__text {
    margin-top: 17px;
  }
}
.requirement__arrow {
  margin-block: 24px;
}
@media screen and (max-width: 599px) {
  .requirement__arrow {
    margin-block: 20px;
  }
}
.requirement__arrow img {
  margin-inline: auto;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (max-width: 599px) {
  .requirement__arrow img {
    width: 15%;
  }
}
.requirement__btns {
  margin-top: 80px;
  display: flex;
  justify-content: center;
  -moz-column-gap: 4%;
       column-gap: 4%;
}
@media screen and (max-width: 1200px) {
  .requirement__btns {
    margin-top: 70px;
  }
}
@media screen and (max-width: 599px) {
  .requirement__btns {
    margin-top: 50px;
    flex-direction: column;
    row-gap: 15px;
    align-items: center;
  }
}

.contact {
  padding-block: 100px;
}
@media screen and (max-width: 900px) {
  .contact {
    padding-block: 85px;
  }
}
@media screen and (max-width: 768px) {
  .contact {
    padding-block: 75px;
  }
}
@media screen and (max-width: 599px) {
  .contact {
    padding-block: 60px;
  }
}
.contact__text {
  margin-bottom: 32px;
  text-align: center;
  line-height: 175%;
}
.contact__text .sp {
  display: none;
}
@media screen and (max-width: 599px) {
  .contact__text {
    padding-inline: 5%;
    margin-bottom: 20px;
  }
  .contact__text .sp {
    display: block;
  }
}
.contact__tel {
  border-radius: 10px;
  background: rgba(233, 80, 58, 0.04);
  padding-block: 20px;
  width: 420px;
  margin-inline: auto;
  display: block;
}
@media screen and (max-width: 599px) {
  .contact__tel {
    width: 90%;
  }
}
.contact__tel-heading {
  text-align: center;
  font-size: 14px;
  font-weight: 700;
  line-height: 200%;
}
@media screen and (min-width: 1521px) {
  .contact__tel-heading {
    font-size: 16px;
  }
}
@media screen and (max-width: 599px) {
  .contact__tel-heading {
    font-size: 12px;
  }
}
.contact__tel-titles {
  display: flex;
  align-items: center;
  justify-content: center;
  -moz-column-gap: 5px;
       column-gap: 5px;
}
.contact__tel-titles img {
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (min-width: 1521px) {
  .contact__tel-titles img {
    width: 30px;
  }
}
@media screen and (max-width: 599px) {
  .contact__tel-titles img {
    width: 20px;
  }
}
.contact__tel-text {
  color: #E9503A;
  font-family: "Poppins", sans-serif;
  font-size: 32px;
  font-weight: 700;
}
@media screen and (min-width: 1521px) {
  .contact__tel-text {
    font-size: 36px;
  }
}
@media screen and (max-width: 599px) {
  .contact__tel-text {
    font-size: 24px;
  }
}
.contact__tel-time {
  text-align: center;
  color: rgba(233, 80, 58, 0.6);
  font-size: 14px;
  font-weight: 700;
}
@media screen and (min-width: 1521px) {
  .contact__tel-time {
    font-size: 16px;
  }
}
@media screen and (max-width: 599px) {
  .contact__tel-time {
    font-size: 12px;
  }
}

.form {
  margin-top: 73px;
  margin-inline: auto;
  padding-inline: 15%;
}
@media screen and (max-width: 1200px) {
  .form {
    padding-inline: 10%;
  }
}
@media screen and (max-width: 900px) {
  .form {
    padding-inline: 5%;
  }
}
@media screen and (max-width: 599px) {
  .form {
    margin-top: 50px;
  }
}
.form__column {
  margin-bottom: 32px;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .form__column {
    flex-direction: column;
    row-gap: 10px;
    align-items: normal;
  }
}
@media screen and (max-width: 599px) {
  .form__column {
    margin-bottom: 15px;
  }
}
.form__column div {
  flex: 0 0 27%;
  display: flex;
  align-items: start;
  font-weight: 700;
}
@media screen and (max-width: 1200px) {
  .form__column div {
    flex: 0 0 240px;
  }
}
@media screen and (max-width: 768px) {
  .form__column div {
    padding-left: 0;
    flex: 0 0 auto;
  }
}
@media screen and (max-width: 500px) {
  .form__column div {
    font-size: 14px;
  }
}
.form__column div .attention {
  margin-left: 15px;
  color: #E9503A;
  font-size: 12px;
  line-height: 166.667%;
}
.form__column p {
  flex: 0 0 73%;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 1200px) {
  .form__column p {
    flex-shrink: 1;
  }
}
.form__column p br {
  display: none;
}
.form__column p .reserve-br {
  display: block;
}
.form__column p .reserve {
  margin-top: 4px;
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  color: #F5B52D;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 10px;
  font-weight: 700;
  position: relative;
}
.form__column p .reserve::before {
  content: "";
  width: 100%;
  height: 0.5px;
  position: absolute;
  bottom: 0;
  left: 0;
  background: #F5B52D;
}
.form__column p .wpcf7-form-control-wrap {
  width: 100%;
}
.form__column p input[type=text],
.form__column p input[type=tel],
.form__column p input[type=email] {
  border-radius: 10px;
  border: 1px solid rgba(51, 51, 51, 0.25);
  background: #FFF;
  width: 100%;
  height: 67px;
  padding-left: 32px;
}
@media screen and (max-width: 1520px) {
  .form__column p input[type=text],
  .form__column p input[type=tel],
  .form__column p input[type=email] {
    padding-left: 20px;
  }
}
@media screen and (max-width: 768px) {
  .form__column p input[type=text],
  .form__column p input[type=tel],
  .form__column p input[type=email] {
    padding-left: 3%;
  }
}
@media screen and (max-width: 599px) {
  .form__column p input[type=text],
  .form__column p input[type=tel],
  .form__column p input[type=email] {
    height: 55px;
  }
}
.form__column p input[type=text]::-moz-placeholder, .form__column p input[type=tel]::-moz-placeholder, .form__column p input[type=email]::-moz-placeholder {
  color: #B5B5B5;
  font-family: "Noto Sans JP", serif;
  font-size: 16px;
  font-weight: 700;
}
.form__column p input[type=text]::placeholder,
.form__column p input[type=tel]::placeholder,
.form__column p input[type=email]::placeholder {
  color: #B5B5B5;
  font-family: "Noto Sans JP", serif;
  font-size: 16px;
  font-weight: 700;
}
.form__column p textarea {
  border-radius: 10px;
  border: 1px solid rgba(51, 51, 51, 0.25);
  background: #FFF;
  width: 100%;
  height: auto;
  aspect-ratio: 2.23/1;
  resize: vertical;
  padding-left: 32px;
  padding-top: 10px;
}
@media screen and (max-width: 1520px) {
  .form__column p textarea {
    padding-left: 20px;
  }
}
@media screen and (max-width: 768px) {
  .form__column p textarea {
    padding-left: 3%;
  }
}
@media screen and (max-width: 599px) {
  .form__column p textarea {
    aspect-ratio: 2.5/1;
  }
}
.form__column p textarea::-moz-placeholder {
  color: #B5B5B5;
  font-family: "Noto Sans JP", serif;
  font-size: 16px;
  font-weight: 700;
}
.form__column p textarea::placeholder {
  color: #B5B5B5;
  font-family: "Noto Sans JP", serif;
  font-size: 16px;
  font-weight: 700;
}
.form__column--textarea {
  margin-block: 20px 40px;
}
@media screen and (max-width: 599px) {
  .form__column--textarea {
    margin-block: 0 15px;
  }
}
.form__column--check p {
  flex: 0 0 100%;
  margin-block: 42px;
  padding-block: 25px;
  border-radius: 10px;
  background: rgba(233, 80, 58, 0.04);
  text-align: center;
}
.form__column--check p .wpcf7-form-control-wrap {
  flex: 0 0 100%;
}
.form__column--check p .wpcf7-list-item {
  display: block;
  text-align: center;
  margin: 0;
}
.form__column--check p label {
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  -moz-column-gap: 8px;
       column-gap: 8px;
  color: #333;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 18px;
  font-weight: 700;
}
@media screen and (max-width: 599px) {
  .form__column--check p label {
    font-size: 16px;
  }
}
.form__column--submit p {
  flex: 0 0 100%;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .form__column--submit p {
    align-items: center;
  }
}
.form__column--submit input {
  border-radius: 30px;
  background: #E9503A;
  padding-block: 16px;
  width: 240px;
  display: block;
  text-align: center;
  color: #FFF;
  font-weight: 700;
  transition: 0.3s;
}
@media screen and (max-width: 660px) {
  .form__column--submit input {
    font-size: 16px;
    width: 220px;
    padding-block: 16px;
  }
}
@media screen and (max-width: 599px) {
  .form__column--submit input {
    width: 210px;
    padding-block: 13px;
  }
}
.form__column--submit input:not(:disabled):hover {
  opacity: 0.7;
  transition: opacity 0.3s;
}
.form__column--submit .wpcf7-spinner {
  display: none;
}
.form__column--radio {
  margin-block: 30px 20px;
}
@media screen and (max-width: 768px) {
  .form__column--radio {
    margin-top: 10px;
  }
}
@media screen and (max-width: 599px) {
  .form__column--radio {
    margin-block: 0 15px;
  }
}
.form__column--radio .wpcf7-radio {
  display: flex;
}
.form__column--radio .wpcf7-radio .wpcf7-list-item {
  display: block;
  margin-left: 2.5rem;
}
@media screen and (max-width: 599px) {
  .form__column--radio .wpcf7-radio .wpcf7-list-item {
    margin-left: 1.5rem;
  }
}
.form__column--radio .wpcf7-radio .wpcf7-list-item input {
  height: 25px;
  width: 25px;
  margin-right: 10px;
}
@media screen and (max-width: 599px) {
  .form__column--radio .wpcf7-radio .wpcf7-list-item input {
    height: 18px;
    width: 18px;
  }
}
.form__column--radio .wpcf7-radio .first {
  margin-left: 0;
}
.form__column--radio .wpcf7-radio label {
  padding-left: 0 !important;
}
.form__column--calendar input {
  width: 100%;
  height: 67px;
  padding-inline: 32px 30px;
  border-radius: 8px;
  background: #F5F5F5;
  color: #808080;
}
@media screen and (max-width: 599px) {
  .form__column--calendar input {
    height: 55px;
  }
}
.form__column--calendar input::-moz-placeholder {
  color: #B5B5B5;
  font-family: "Noto Sans JP", serif;
  font-size: 16px;
  font-weight: 700;
}
.form__column--calendar input::placeholder {
  color: #B5B5B5;
  font-family: "Noto Sans JP", serif;
  font-size: 16px;
  font-weight: 700;
}
.form__policy {
  border-radius: 20px;
  border: 1px solid #CCC;
  background: #FFF;
  padding: 1px 16px 20px 15px;
  width: 100%;
  height: auto;
  aspect-ratio: 4/1;
  overflow-y: scroll;
}
@media screen and (max-width: 599px) {
  .form__policy {
    aspect-ratio: 2/1;
    font-size: 14px;
  }
}
.form__policy span {
  margin-block: 20px;
  display: block;
  font-size: 20px;
  font-weight: 700;
  line-height: 116.667%;
}
@media screen and (max-width: 768px) {
  .form__policy span {
    font-size: 18px;
  }
}
@media screen and (max-width: 599px) {
  .form__policy span {
    font-size: 16px;
    margin-bottom: 13px;
  }
}
.form__policy .big {
  font-size: 24px;
}
@media screen and (max-width: 768px) {
  .form__policy .big {
    font-size: 20px;
  }
}
@media screen and (max-width: 599px) {
  .form__policy .big {
    font-size: 18px;
    margin-bottom: 13px;
  }
}

.news {
  padding-block: 35px 100px;
  padding-inline: 14%;
}
@media screen and (max-width: 900px) {
  .news {
    padding: 20px 10% 85px;
  }
}
@media screen and (max-width: 768px) {
  .news {
    padding-block: 10px 75px;
  }
}
@media screen and (max-width: 599px) {
  .news {
    padding-block: 55px;
    padding-inline: 7%;
  }
}
.news__inner {
  display: flex;
  -moz-column-gap: 2%;
       column-gap: 2%;
  row-gap: 24px;
  flex-wrap: wrap;
}
.news__link {
  flex: 0 0 32%;
  position: relative;
}
@media screen and (max-width: 1024px) {
  .news__link {
    flex: 0 0 49%;
  }
}
@media screen and (max-width: 599px) {
  .news__link {
    flex: 0 0 100%;
  }
}
.news__date {
  margin-left: 5%;
  margin-block: 12px 8px;
  color: rgba(233, 80, 58, 0.75);
  font-size: 12px;
  font-weight: 700;
}
@media screen and (max-width: 599px) {
  .news__date {
    margin-bottom: 1px;
  }
}
.news__title {
  margin-left: 5%;
  color: #000;
  font-weight: 700;
}
@media screen and (max-width: 599px) {
  .news__title {
    font-size: 18px;
  }
}
.news .common-btn {
  margin-top: 80px;
  margin-inline: auto;
}
@media screen and (max-width: 768px) {
  .news .common-btn {
    margin-top: 65px;
  }
}
@media screen and (max-width: 599px) {
  .news .common-btn {
    margin-top: 50px;
  }
}

.page-top {
  padding-left: 7%;
  padding-block: 177px 54px;
  border-bottom: 24px solid #F8B400;
  position: relative;
}
@media screen and (max-width: 900px) {
  .page-top {
    padding-block: 100px 45px;
  }
}
@media screen and (max-width: 599px) {
  .page-top {
    padding-block: 50px 30px;
    border-bottom: 12px solid #F8B400;
  }
}
.page-top::before {
  content: "";
  width: 50%;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  background: url(../../assets/image/common/page-top.svg) no-repeat bottom right/contain;
}
.page-top__title {
  margin-bottom: 12px;
  color: #F8B400;
  font-family: "Poppins", sans-serif;
  font-size: 4.8vw;
  font-weight: 700;
  letter-spacing: 2.56px;
  line-height: 90.625%;
}
@media screen and (max-width: 768px) {
  .page-top__title {
    font-size: 7vw;
  }
}
@media screen and (max-width: 599px) {
  .page-top__title {
    font-size: 8vw;
    margin-bottom: 8px;
  }
}
.page-top__subtitle {
  margin-left: 2px;
  font-size: 16px;
  font-weight: 700;
}
@media screen and (min-width: 1521px) {
  .page-top__subtitle {
    font-size: 22px;
  }
}
@media screen and (max-width: 768px) {
  .page-top__subtitle {
    font-size: 18px;
  }
}
@media screen and (max-width: 599px) {
  .page-top__subtitle {
    font-size: 13px;
  }
}/*# sourceMappingURL=style.css.map */