@charset "UTF-8";
@import "https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=Outfit:wght@100..900&family=Montserrat:wght@100..900&family=Poppins:wght@100..900&display=swap";
html {
  scroll-behavior: smooth;
  scroll-padding-top: 4rem;
  font-size: 16px;
}
@media (width >= 768px) {
  html {
    font-size: 16px;
    scroll-padding-top: 5rem;
  }
}

body {
  color: #000;
  font-family: "Noto Sans JP", sans-serif;
}

.container {
  margin-inline: auto;
  padding-inline: 1.25rem;
  max-width: 1280px;
}
.container--sm {
  max-width: 1120px;
}
.container--xs {
  max-width: 1024px;
}

.page-heading {
  color: #f5f5f5;
}
.page-heading--center {
  text-align: center;
}
.page-heading__en {
  color: #FFF;
  font-family: Montserrat;
  font-size: 65px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%; /* 128px */
}
@media (width >= 768px) {
  .page-heading__en {
    font-size: 5rem;
    font-size: 8vw;
    font-style: normal;
    font-weight: 700;
    line-height: 100%; /* 128px */
  }
}
@media (width >= 1024px) {
  .page-heading__en {
    font-size: 5rem;
    font-size: 8.3vw;
    font-style: normal;
    font-weight: 700;
    line-height: 100%; /* 128px */
  }
}
.page-heading__ja {
  color: #000;
  font-family: "Noto Sans JP";
  font-size: 15px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%; /* 40px */
  margin: -1rem 0 0 1.5rem;
}
@media (width >= 768px) {
  .page-heading__ja {
    font-size: 2.4vw;
    font-style: normal;
    font-weight: 700;
    line-height: 100%;
    margin: -2.5rem 0 0 4rem;
  }
}
@media (width >= 1024px) {
  .page-heading__ja {
    font-size: 2.6vw;
    font-style: normal;
    font-weight: 700;
    line-height: 100%;
    margin: -2.5rem 0 0 4rem;
  }
}
.page-heading--beige {
  color: #F5F2EA;
}

.common-btn {
  border-radius: 50px;
  background: #F7C00E;
  padding: 0.5rem 0.5rem 0.5rem 2.5rem;
  display: inline-flex;
  align-items: center;
  gap: 14px;
  width: 200px;
  transition: 0.3s;
}
.common-btn:hover {
  transition: 0.3s;
  transform: scale(105%);
}
.common-btn .text {
  color: #000;
  font-weight: 500;
  line-height: 175%;
  letter-spacing: 0.1rem;
  font-size: 0.9rem;
  text-align: center;
}
@media (width >= 768px) {
  .common-btn .text {
    font-size: 16px;
    font-weight: 700;
    line-height: 223%;
  }
}
.common-btn .arrow img {
  width: 2rem;
}
.common-btn .arrow img--other {
  width: 1.25rem;
}

.common__card {
  margin-top: 4rem;
  background-color: #fff;
  margin-bottom: 4rem;
  border-radius: 2rem;
  padding: 1rem;
}
@media (width >= 768px) {
  .common__card {
    border-radius: 4rem;
    padding: 2.5rem 4rem;
  }
}

.main-bg {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.main-bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.mainvisual {
  position: relative;
}
.mainvisual__img img {
  border-radius: 0 0 2rem 2rem;
  aspect-ratio: 4/3;
  object-fit: cover;
}
@media (width >= 768px) {
  .mainvisual__img img {
    border-radius: 4rem;
    aspect-ratio: auto;
  }
}
.mainvisual__heading {
  position: absolute;
  inset: auto 0 0 0;
  padding: 0.5rem 1.5rem;
  color: #f5f5f5;
  text-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
}
@media (width >= 768px) {
  .mainvisual__heading {
    padding: 1rem 3rem;
  }
}
.mainvisual__ja {
  font-size: 1.25rem;
}
.mainvisual__en {
  font-size: 4rem;
  font-family: "font-family-outfit";
  margin-top: -0.25em;
}
@media (width >= 768px) {
  .mainvisual__en {
    font-size: 6rem;
  }
}

.category-badge {
  font-size: 0.875rem;
  line-height: 1.25rem;
  padding: 0.1rem 0.5rem;
  background-color: #E2E2E2;
  border-radius: 0.25rem;
  margin-right: 0.5rem;
}

.page-top {
  width: 100%;
  height: 10rem;
  background: #f7c00e;
  position: relative;
}
@media (width >= 768px) {
  .page-top {
    width: 100%;
    height: 387px;
    flex-shrink: 0;
  }
}
.page-top__heading {
  max-width: 80%;
}
@media (width >= 768px) {
  .page-top__heading {
    max-width: 100%;
    padding-top: 160px;
    margin: 0 auto;
  }
}
.page-top__en {
  color: #fbca2c;
  font-size: 4rem;
  font-weight: 700;
  font-family: "Montserrat", sans-serif;
  padding: 1rem 0 0;
}
@media (width >= 768px) {
  .page-top__en {
    font-size: 128px;
    font-weight: 700;
    line-height: 100%;
    margin-top: -0.25em;
    position: absolute;
    left: 0;
  }
}
.page-top__ja {
  font-size: 1.5rem;
  font-weight: 700;
  font-family: "Noto Sans JP", sans-serif;
  margin: -1.8rem 0 0 2rem;
}
@media (width >= 768px) {
  .page-top__ja {
    font-size: 40px;
    font-weight: 700;
    letter-spacing: 4px;
    line-height: 100%;
    margin-top: 100px;
  }
}
.page-top__logo-container {
  position: absolute;
  width: 23%;
  bottom: 0;
  right: 0;
}
@media (width >= 768px) {
  .page-top__logo-container {
    bottom: -2%;
    right: -2%;
  }
}

.page-top {
  overflow: hidden;
}
.page-top__heading-content {
  padding-top: 1.5rem;
}
@media (width >= 768px) {
  .page-top__heading-content {
    padding-top: 8rem;
  }
}

.page-heading-company {
  padding: 1rem 0 0 1rem;
}
@media (width >= 768px) {
  .page-heading-company {
    padding: 3rem 0 0 2.5rem;
  }
}

@media (width >= 768px) {
  .page-heading-service {
    padding-left: 5rem;
  }
}
@media (width >= 1024px) {
  .page-heading-service {
    padding-left: 14rem;
  }
}

.page-heading__en--beige {
  color: #F5F2EA;
}

.notfound__card {
  text-align: center;
}

.notfound__button .common-btn {
  width: 250px;
  height: 4rem;
}

.header {
  max-width: 100%;
  top: 0;
  left: 0;
  right: 0;
  z-index: 10;
  height: 4rem;
  position: fixed;
  box-shadow: 4px 4px 4px 0 rgba(0, 0, 0, 0.05), -4px -4px 4px 0 rgba(255, 255, 255, 0.5);
}
@media (width >= 768px) {
  .header {
    height: 6rem;
    position: sticky;
  }
}
.header .container {
  max-width: 100%;
}
.header__content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 100%;
  padding-inline: 1.5rem;
  background-color: #fff;
}
@media (width >= 768px) {
  .header__content {
    padding-inline: 2rem 2.5rem;
    background-color: #fff;
  }
}
.header__logo img {
  width: 75%;
}
@media (width >= 768px) {
  .header__logo img {
    width: 9.7rem;
  }
}
.header__navigation {
  display: flex;
  align-items: center;
  gap: 1.4rem;
}
.header__list {
  display: none;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 280%;
}
@media (width >= 1024px) {
  .header__list {
    font-size: 14px;
    display: flex;
    gap: 3vw;
  }
}
@media (width >= 1280px) {
  .header__list {
    font-size: 20px;
    display: flex;
    gap: 3vw;
  }
}
.header__list-column {
  position: relative;
}
.header__item {
  position: relative;
  transition: 0.3s;
}
.header__item::after {
  position: absolute;
  left: 0;
  bottom: -3px;
  content: "";
  width: 100%;
  height: 2px;
  background: #338F23;
  opacity: 0;
}
.header__item:hover::after {
  opacity: 1;
  transition: 0.3s;
}
.header__telephone {
  display: flex;
  align-items: center;
}
.header__contact_telephone {
  display: flex;
  color: #000;
  text-align: center;
  font-family: Poppins, sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%;
}
@media (width >= 768px) {
  .header__contact_telephone {
    font-style: 16px;
  }
}
.header__contact_icon {
  margin: 0.7rem 0.1rem;
}
.header__contact_icon img {
  width: 80%;
  height: auto;
}
@media (width >= 768px) {
  .header__contact_icon {
    margin: 0.7rem 0.5rem;
  }
  .header__contact_icon img {
    width: 100%;
    height: auto;
  }
}
.header__contact_number {
  margin-top: 0.7rem;
}
@media (width >= 1024px) {
  .header__contact_number {
    font-size: 20px;
    margin-top: 1rem;
  }
}
@media (width >= 1280px) {
  .header__contact_number {
    font-size: 40px;
    margin-top: 1rem;
  }
}
.header__contact {
  border-radius: 8px;
  background: #338F23;
  color: white;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 140%; /* 33.6px */
  padding: 0.8rem 2rem;
  font-size: 18px;
  font-weight: 700;
  display: none;
  transition: 0.3s;
}
.header__contact:hover {
  transition: 0.3s;
  transform: scale(105%);
}
@media (width >= 1024px) {
  .header__contact {
    display: block;
  }
}
.header .toggle-button {
  padding: 10px;
  display: block;
}
@media (width >= 1024px) {
  .header .toggle-button {
    display: none;
  }
}
.header .toggle-button__hamburger {
  position: relative;
  width: 1.75rem;
  height: 20px;
}
.header .toggle-button__hamburger span {
  height: 2px;
  border-radius: 1rem;
  background-color: #338F23;
  position: absolute;
  left: 0;
  right: 0;
}
.header .toggle-button__hamburger span:first-child {
  top: 0;
}
.header .toggle-button__hamburger span:nth-child(2) {
  top: calc(50% - 1px);
}
.header .toggle-button__hamburger span:last-child {
  bottom: 0;
}
.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 {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  transform: translateX(-100%);
  z-index: 20;
  background-color: #fff;
  padding: 1.5rem 0.75rem;
  transition-property: transform;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
  width: 20rem;
}
.header-menu.open {
  transform: translateX(0);
}
.header-menu__logo {
  width: 8rem;
}
.header-menu__list {
  margin-top: 2rem;
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
}
.header-menu__item {
  display: block;
  padding-block: 0.5rem;
}
.header-menu__contact {
  margin-top: 2rem;
  display: block;
  border-radius: 8px;
  background: #338F23;
  color: white;
  padding-block: 0.75rem;
  text-align: center;
  font-weight: 500;
}

.footer-before {
  background: #F5F2EA;
  padding-block: 4rem 3rem;
}
@media (width >= 768px) {
  .footer-before {
    padding-block: 6rem 5rem;
  }
}
.footer-before__content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  row-gap: 3rem;
  margin-top: 2rem;
  flex-direction: column;
}
@media (width >= 768px) {
  .footer-before__content {
    width: 100%;
    justify-content: space-between;
  }
}
@media (width >= 768px) {
  .footer-before__img {
    flex: 0 0 auto;
  }
}
@media (width >= 768px) {
  .footer-before__list {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
  }
}
.footer-before__string {
  flex: 0 0 45%;
}
.footer-before__text {
  color: #000;
  font-family: "Noto Sans JP";
  font-weight: 500;
  font-size: 16px;
  line-height: 200%;
  text-align: center;
}
@media (width >= 768px) {
  .footer-before__text {
    width: 100%;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 223%;
  }
}
@media (width >= 768px) {
  .footer-before__space {
    display: none;
  }
}
.footer-before__underline {
  background: linear-gradient(transparent 60%, #FFDC69 40%);
}
.footer-before__activities {
  max-width: 60rem;
  margin-inline: auto;
}
.footer-before__btns {
  margin-inline: auto;
  display: flex;
  row-gap: 2rem;
  flex-direction: column;
  margin-top: 3rem;
}
@media (width >= 768px) {
  .footer-before__btns {
    flex-direction: row;
    justify-content: space-between;
    height: 6rem;
    margin-bottom: 2rem;
  }
}
.footer-before__btn {
  flex: 0 0 46.5%;
  width: 15rem;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50px;
  background: white;
  padding: 1rem 1.5rem;
  transition: 0.3s;
}
@media (width >= 768px) {
  .footer-before__btn {
    margin: 0;
  }
}
.footer-before__btn:hover {
  transition: 0.3s;
  transform: scale(105%);
}
.footer-before__btn--yellow {
  background: #F7C00E;
}
.footer-before__btn-img img {
  width: auto;
  height: 1.5rem;
}
@media (width >= 768px) {
  .footer-before__btn-img img {
    width: 3.2rem;
  }
}
.footer-before__btn-text {
  color: #000;
  font-weight: 700;
  font-size: 16px;
  padding-left: 1rem;
}
@media (width >= 768px) {
  .footer-before__btn-text {
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 223%;
  }
}
.footer-before__btn-text--tel {
  font-size: 18px;
}
@media (width >= 768px) {
  .footer-before__btn-text--tel {
    font-family: poppins;
    font-size: 3.4vw;
  }
}
@media (width >= 1024px) {
  .footer-before__btn-text--tel {
    font-family: poppins;
    font-size: 35.714px;
    font-style: normal;
    font-weight: 600;
  }
}

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

.footer-wrapper {
  background-color: #343434;
  padding-block: 6rem 45px;
}

.footer__img img {
  width: 10rem;
}
@media (width >= 768px) {
  .footer__content {
    width: 100%;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
}
.footer__list {
  margin-top: 4rem;
  display: grid;
  gap: 1.5rem;
  grid-template-columns: repeat(2, 1fr);
}
@media (width >= 768px) {
  .footer__list {
    margin-top: 0;
    width: 50rem;
    font-size: 16px;
    font-weight: 500;
    line-height: 140%;
    text-align: center;
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (width >= 1024px) {
  .footer__list {
    grid-template-columns: repeat(5, 1fr);
  }
}
.footer__item {
  color: #fff;
  transition: color 0.3s;
}
.footer__item:hover {
  color: #e5ddc7;
}
.footer__btn {
  flex: 0 0 46.5%;
  width: 15rem;
  height: 4rem;
  margin: 3rem auto 3rem 0;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50px;
  background: white;
  padding: 1rem 1.5rem;
  transition: 0.3s;
}
@media (width >= 768px) {
  .footer__btn {
    margin: 3rem 2rem 0 auto;
  }
}
.footer__btn:hover {
  transition: 0.3s;
  transform: scale(105%);
}
.footer__btn-img img {
  width: 1.5rem;
  height: auto;
  margin-right: 1rem;
}
@media (width >= 768px) {
  .footer__btn-img {
    width: 3rem;
    margin-right: 0;
  }
}
.footer__btn-text {
  color: #000;
  font-weight: 500;
  font-size: 16px;
}
@media (width >= 768px) {
  .footer__btn-text {
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 223%;
  }
}
.footer__string {
  margin-top: 6rem;
  line-height: 175%;
  font-size: 0.85rem;
  color: #fff;
}
@media (width >= 768px) {
  .footer__string {
    margin-top: -3rem;
  }
}
@media (width >= 768px) {
  .footer b {
    font-size: 1.5rem;
    font-weight: 500;
  }
}
@media (width >= 768px) {
  .footer__address {
    margin-top: 2rem;
  }
}
.footer__logos {
  display: flex;
  gap: 4rem;
}
.footer__logos a {
  color: #fff;
  font-size: 0.8rem;
}
.footer__logos img {
  margin-top: 8px;
}
.footer__service-logo {
  width: 14rem;
}
.footer__group-company-logo {
  width: 14rem;
}
.footer__copyright {
  text-align: center;
  margin-top: 6rem;
  font-size: 0.8rem;
  color: #fff;
}

.top-firstview {
  background: #f7c00e;
}
.top-firstview__content {
  width: 90%;
  height: auto;
  margin: 0 auto;
  padding-top: 20%;
  align-items: center;
  gap: 1.5rem; /* テキストと画像の間に余白を追加 */
}
@media (width >= 640px) {
  .top-firstview__content {
    display: flex;
    width: 70%;
    margin: 0 auto;
    padding-top: 5rem;
    align-items: center;
    justify-content: space-between;
  }
}
@media (width >= 768px) {
  .top-firstview__content {
    display: flex;
    width: 70%;
    margin: 0 auto;
    padding-top: 5rem;
    align-items: center;
    justify-content: space-between;
  }
}
@media (width >= 640px) {
  .top-firstview__text-content {
    flex: 0 0 55%;
  }
}
.top-firstview__heading {
  position: relative;
  display: inline-block;
  margin: 0 auto;
  font-weight: 700 !important;
  line-height: 180%;
  font-size: 2rem;
  letter-spacing: 0.3rem;
  /* 「う」の上に「・」 */
  /* 「ま」の上に「・」 */
}
.top-firstview__heading br {
  display: inline;
}
@media (width >= 640px) {
  .top-firstview__heading {
    font-size: 3.3vw;
  }
}
@media (width >= 768px) {
  .top-firstview__heading {
    font-size: 3.4vw;
  }
}
@media (width >= 1024px) {
  .top-firstview__heading {
    font-size: 3.5vw;
  }
}
@media (width >= 1280px) {
  .top-firstview__heading {
    font-size: 3.6vw;
  }
}
.top-firstview__heading .char-u::before {
  content: "・";
  position: absolute;
  top: 2.4em; /* 上に配置 */
  left: 6%;
  transform: translateX(-50%); /* 中央に調整 */
  font-size: 0.5em; /* 点の大きさ調整 */
  color: #000; /* 点の色 */
}
.top-firstview__heading .char-ma::before {
  content: "・";
  position: absolute;
  top: 2.4em;
  left: 17%;
  transform: translateX(-50%);
  font-size: 0.5em;
  color: #000;
}
.top-firstview__text {
  flex: 1; /* テキスト部分を画像部分と同じ高さで調整 */
  font-weight: 700;
  font-size: 1rem;
  line-height: 175%;
  margin-top: 0.9rem;
}
.top-firstview__text br {
  display: inline;
}
@media (width >= 768px) {
  .top-firstview__text {
    font-size: 1.9vw;
  }
}
@media (width >= 1024px) {
  .top-firstview__text {
    margin-top: 2.5rem;
    line-height: 160%;
    font-size: 2vw;
  }
  .top-firstview__text br {
    display: block;
  }
}
.top-firstview__image {
  max-width: 55%;
  margin: 10% auto 15%;
  height: auto; /* 縦横比を維持 */
  flex-shrink: 0;
}
@media (width >= 640px) {
  .top-firstview__image {
    flex: 0 0 45%;
    max-width: 40%;
    height: auto;
    flex-shrink: 0;
    margin: 5% 0 0;
    display: flex;
    justify-content: space-evenly;
    padding: 0;
  }
}
@media (width >= 768px) {
  .top-firstview__image {
    flex: 0 0 45%;
    max-width: 45%;
    height: auto;
    flex-shrink: 0;
  }
}
@media (width >= 1024px) {
  .top-firstview__image {
    flex: 0 0 38%;
    max-width: 50%;
    height: auto;
    flex-shrink: 0;
  }
}
@media (width >= 1536px) {
  .top-firstview__image img {
    max-width: 100%;
  }
  .top-firstview__image img {
    display: block;
  }
}
.top-firstview__service {
  text-align: center;
  position: relative;
  padding-bottom: 15%;
}
@media (width >= 640px) {
  .top-firstview__service {
    padding: 5% 0;
  }
}
@media (width >= 1024px) {
  .top-firstview__service {
    padding: 2%;
    padding-bottom: 5%;
  }
}
.top-firstview__service-title {
  font-family: "Montserrat", sans-serif;
  font-size: 2rem;
  font-weight: 700;
  color: #fff;
  line-height: 100%;
  text-transform: uppercase;
  left: 35%;
  width: 70%;
  margin-inline: auto;
  text-align: left;
  white-space: nowrap;
}
@media (width >= 640px) {
  .top-firstview__service-title {
    font-size: 3.4vw;
  }
}
@media (width >= 1024px) {
  .top-firstview__service-title {
    font-size: 3.5vw;
  }
}
.top-firstview__service-content {
  width: 80%;
  height: auto;
  margin: 0 auto;
  padding: 8% 0 5%;
  background: #fff;
  border-radius: 30px;
  position: relative;
}
@media (width >= 640px) {
  .top-firstview__service-content {
    display: flex;
    justify-content: center;
    width: 80%;
    height: fit-content;
    padding: 2rem 0;
    margin-top: -0.5%;
  }
}
@media (width >= 1024px) {
  .top-firstview__service-content {
    width: 80%;
    height: 9.5rem;
    font-size: 3rem;
    padding: 0;
    margin-top: -0.6%;
  }
}
.top-firstview__service-string {
  width: 80%;
  margin: 0 auto;
  align-items: center;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 220%;
}
@media (width >= 640px) {
  .top-firstview__service-string {
    width: 80%;
    margin: 0 auto;
    align-items: center;
    font-size: 15x;
  }
}
@media (width >= 768px) {
  .top-firstview__service-string {
    width: 82%;
    display: flex;
    justify-content: space-between;
    font-size: 15px;
    font-style: normal;
    font-weight: 500;
    line-height: 130%;
    gap: 1.5rem;
  }
}
@media (width >= 1280px) {
  .top-firstview__service-string {
    width: 84%;
    display: flex;
    justify-content: space-between;
    font-size: 20px;
    font-style: normal;
    line-height: 140%;
    gap: 2rem;
  }
}
@media (width >= 768px) {
  .top-firstview__service-line {
    width: 9rem;
  }
}
.top-firstview__service-line::after {
  content: "";
  display: block;
  height: 0.1rem; /* 線の高さ */
  width: 100%; /* 線の長さ */
  background-color: #ffdc69; /* 線の色 */
  margin: 0 auto;
  justify-content: center;
}
@media (width >= 768px) {
  .top-firstview__service-line::after {
    display: flex;
    position: absolute;
    margin-left: 15%;
    height: 50%; /* 線の高さ */
    width: 0.2rem; /* 線の太さ */
    top: 27%; /* 中央 */
  }
}
.top-firstview__service-line:last-child::after {
  display: none;
}
.top-firstview__service-space {
  line-height: 280%;
}
@media (width >= 768px) {
  .top-firstview__service-space {
    line-height: 125%;
  }
}

.top-about {
  padding-block: 4rem 2rem;
  background: #f5f2ea;
}
@media (width >= 768px) {
  .top-about {
    padding-block: 128px 4rem;
    width: 100%;
    margin: 0 auto;
  }
}
@media (width >= 768px) {
  .top-about__container {
    width: 70%;
    margin: 0 auto;
    padding-inline: 0;
  }
}
.top-about__content {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
@media (width >= 768px) {
  .top-about__content {
    display: flex;
    width: 100%;
    height: auto;
    margin: 0 auto;
    padding-top: 0;
    align-items: center;
    flex-direction: row;
    justify-content: space-evenly;
  }
}
@media (width >= 768px) {
  .top-about__heading-string {
    display: block;
    width: 55%;
  }
}
.top-about__string {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.top-about__title {
  font-weight: 300;
  letter-spacing: 1px;
  font-size: 1.75rem;
  line-height: 150%;
}
@media (width >= 768px) {
  .top-about__title {
    font-size: 2.25rem;
  }
}
.top-about__text {
  margin-top: 3.5rem;
  line-height: 200%;
}
.top-about__image {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0;
  padding: 0;
}
@media (width >= 768px) {
  .top-about__image {
    width: 45%;
    justify-content: right;
  }
}
.top-about__image img {
  width: 55%;
}
@media (width >= 768px) {
  .top-about__image img {
    width: 70%;
    margin: 0;
    padding: 0;
  }
}
.top-about .top-gallery {
  position: relative;
  overflow: hidden;
  display: flex;
  flex-wrap: nowrap;
  white-space: nowrap;
}
@media (width >= 1024px) {
  .top-about .top-gallery {
    height: 30rem;
    display: flex;
    overflow-x: hidden;
    margin-top: 5rem;
  }
}
.top-about .top-gallery__content {
  margin-top: 3rem;
  display: flex;
  justify-content: flex-start;
  position: relative;
  left: 0;
  gap: 0;
}
@media (width >= 1024px) {
  .top-about .top-gallery__content {
    margin-top: 3rem;
    justify-content: center;
    margin: 5rem 0;
  }
}
.top-about .top-gallery__content1 {
  animation: slide1 60s -30s linear infinite;
}
@media (width >= 1024px) {
  .top-about .top-gallery__content1 {
    animation: slide1 80s -40s linear infinite;
  }
}
.top-about .top-gallery__content2 {
  animation: slide2 60s linear infinite;
}
@media (width >= 1024px) {
  .top-about .top-gallery__content2 {
    animation: slide2 80s linear infinite;
  }
}
.top-about .top-gallery__picture {
  width: 250px;
  height: auto;
}
.top-about .top-gallery__img {
  position: relative;
}
@media (width >= 1024px) {
  .top-about .top-gallery__img {
    height: 300px;
    display: block;
  }
  .top-about .top-gallery__img:nth-child(2) {
    top: -80px;
  }
  .top-about .top-gallery__img:nth-child(4) {
    top: 70px;
  }
}
.top-about .top-gallery__img img {
  min-height: 97px;
  min-width: 122px;
}
@media (width >= 1024px) {
  .top-about .top-gallery__img img {
    min-height: 276px;
  }
}
@keyframes slide1 {
  0% {
    transform: translateX(100%);
  }
  to {
    transform: translateX(-100%);
  }
}
@keyframes slide2 {
  0% {
    transform: translateX(0);
  }
  to {
    transform: translateX(-200%);
  }
}
.top-about .common-btn {
  margin-top: 2rem;
  margin-left: auto;
}
.top-about__img {
  max-width: 60%;
  margin: 0 auto;
}
@media (width >= 768px) {
  .top-about__img img {
    width: 65%;
    margin: 0;
  }
}

.top-service {
  padding-block: 4rem;
  background: #fff;
}
.top-service__top {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}
@media (width >= 768px) {
  .top-service__top {
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-end;
  }
}
.top-service__content {
  margin-top: 75px;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  gap: 1.5rem;
}
@media (width >= 768px) {
  .top-service__content {
    flex-direction: row;
    flex-wrap: wrap;
    gap: 3rem;
    margin-bottom: 4rem;
  }
}
.top-service__column {
  margin-bottom: 2rem;
}
@media (width >= 768px) {
  .top-service__column {
    flex: 1 1 calc(50% - 1.5rem);
    min-width: calc(50% - 2rem);
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    margin-bottom: 0;
  }
}
.top-service__img {
  flex-grow: 1;
  display: flex;
  justify-content: center;
}
.top-service__img img {
  width: auto;
}
@media (width >= 768px) {
  .top-service__img img {
    width: 100%;
    height: auto;
    justify-content: center;
  }
}
.top-service__title {
  color: #000;
  height: 2.8rem;
  font-weight: 500;
  display: flex;
  align-items: center;
  text-align: left;
  font-size: 16px;
  padding-left: 0.5rem;
  border-radius: 8px 8px 0px 0px;
  background: linear-gradient(90deg, #ffdc69 0%, #f7c00e 100%);
}
@media (width >= 768px) {
  .top-service__title {
    font-size: 1.6vw;
    font-weight: 700;
    line-height: 110%;
    height: 4rem;
    padding-left: 1rem;
  }
}
.top-service__text {
  background: #f5f2ea;
  border-radius: 0 0 8px 8px;
  height: fit-content;
  font-size: 12px;
  line-height: 150%;
  font-weight: 400;
  padding: 0.5rem;
}
@media (width >= 768px) {
  .top-service__text {
    font-size: 1vw;
    height: 6rem;
    padding-left: 1.5rem;
    align-items: center;
    display: flex;
  }
}
.top-service .common-btn--other {
  margin-top: 1.5rem;
  margin-inline: auto;
}

.top-company {
  width: 100%;
  background: #f5f2ea;
  margin-top: -3rem;
  padding: 2rem 0;
  overflow: hidden;
}
@media (width >= 768px) {
  .top-company {
    padding-block: 4rem 0;
  }
}
.top-company__container-setting {
  padding-block: 3rem;
  border-radius: 55px 0px 0px 55px;
  background: #fff;
  border-top: 1rem solid #f7c00e;
  border-left: 1rem solid #f7c00e;
  border-bottom: 1rem solid #f7c00e;
}
@media (width >= 768px) {
  .top-company__container-setting {
    width: 95%;
    margin-left: auto;
  }
}
.top-company__container {
  margin-top: 2rem;
}
@media (width >= 768px) {
  .top-company__container {
    margin: 2rem auto;
  }
}
.top-company__content {
  display: flex;
  flex-direction: column;
  row-gap: 3rem;
  margin: 1rem 2rem;
}
@media (width >= 768px) {
  .top-company__content {
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
  }
}
.top-company__string {
  flex: 0 0 45%;
}
@media (width >= 768px) {
  .top-company__string {
    width: 100%;
    margin-left: 5rem;
  }
}
.top-company__string .common-btn {
  margin-left: 6.5rem;
  margin-top: 1.5rem;
}
@media (width >= 768px) {
  .top-company__string .common-btn {
    margin-left: 14rem;
  }
}
.top-company__img {
  flex: 0 0 45%;
  width: 90%;
  padding-left: 10%;
  margin: -5% 0 0 8%;
  height: auto;
  position: relative;
  overflow: visible;
}
.top-company__img img {
  width: 80%;
}
@media (width >= 1024px) {
  .top-company__img {
    margin: -20% 0 0 5%;
    right: -2%;
  }
}
.top-company__img::before {
  content: "";
  position: absolute;
  width: 110%;
  height: 110%;
  right: -19%;
  background-image: url("img/front/logo2.svg");
  background-size: contain;
  background-position: right center;
  background-repeat: no-repeat;
  transform-origin: center;
  flex-shrink: 0;
}
@media (width >= 1024px) {
  .top-company__img::before {
    width: 150%;
    height: 150%;
    top: -40px;
    right: -38%;
    overflow-x: hidden;
  }
}

.page-heading__title {
  width: 100%;
  padding: 0 2rem;
  text-align: left;
}

.company {
  padding-block: 4rem;
}
@media (width >= 768px) {
  .company {
    padding-block: 90px;
  }
}
.company__title {
  color: #e97470;
  font-weight: 300;
  letter-spacing: 0.1rem;
  font-size: 2rem;
}
@media (width >= 768px) {
  .company__title {
    font-size: 3rem;
    line-height: 150%;
  }
}
.company__text {
  margin-block: 40px;
  line-height: 200%;
}
@media (width >= 768px) {
  .company__text {
    line-height: 250%;
  }
}
.company__content {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
@media (width >= 768px) {
  .company__content {
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
  }
}
.company__string {
  flex: 0 0 55%;
}
.company__img {
  flex: 0 0 42%;
}

.company-container {
  width: 100%;
  background: #F5F2EA;
  padding-top: -3rem;
}

.company-info {
  padding: 0.5rem 0;
}
@media (width >= 768px) {
  .company-info {
    padding-top: 8rem;
  }
}
.company-info__content {
  width: 95%;
  background: #fff;
  border-radius: 55px 0px 0px 55px;
  margin: 2rem 0 3rem auto;
  padding-bottom: 4rem;
}
@media (width >= 768px) {
  .company-info__content {
    width: 88%;
    padding-bottom: 6rem;
    margin: 2rem 0 0 auto;
  }
}
.company-info__string {
  margin: 0 0.5rem 0 1.8rem;
}
.company-info__list {
  display: flex;
  max-width: 800px;
  margin-inline: auto;
  line-height: 200%;
}
.company-info__list--first {
  margin-top: 3.5rem;
}
.company-info__title {
  flex: 0 0 30%;
  border-bottom: 1px solid #E4DDDD;
  padding: 0.5rem;
}
@media (width >= 768px) {
  .company-info__title {
    padding-left: 0.5rem;
    padding-block: 1rem;
  }
}
.company-info__title--last {
  border-bottom: 1px solid #E4DDDD;
}
.company-info__text {
  flex: 0 0 70%;
  border-bottom: 1px solid #E4DDDD;
  padding: 0.5rem;
}
@media (width >= 768px) {
  .company-info__text {
    padding-left: 7.5%;
    padding-block: 1rem;
  }
}
.company-info__text--last {
  border-bottom: 1px solid #E4DDDD;
}
.company-info__text a {
  text-decoration: underline;
}

.company-content__service {
  width: 95%;
  background: #fff;
  border-radius: 0px 55px 55px 0px;
  margin: 2rem 3rem 0 0;
  padding-bottom: 2rem;
}
@media (width >= 768px) {
  .company-content__service {
    width: 88%;
  }
}
.company-content__service__string {
  width: 85%;
  margin: 3rem auto 2rem;
}
.company-content__service__string br {
  display: inline;
}
@media (width >= 768px) {
  .company-content__service__string {
    width: 75%;
  }
}
@media (width >= 1024px) {
  .company-content__service__string {
    width: 65%;
    padding-bottom: 6rem;
    margin: 5rem 3rem 0 auto;
    display: flex;
    flex-wrap: wrap;
  }
  .company-content__service__string p {
    width: calc(50% - 0.5rem);
    padding: 1rem 2rem;
  }
}
.company-content__service__text {
  border-bottom: 1px solid #E4DDDD;
  padding: 0.7rem;
}
.company-content__service__text--last {
  font-weight: 300;
}
@media (width >= 768px) {
  .company-content__service__text--last {
    line-height: 195%;
    padding: 1rem 0 0 1rem;
  }
}

.company-history {
  padding-block: 80px 20px;
}
@media (width >= 768px) {
  .company-history__content {
    margin: 1.5rem 0;
  }
}
.company-history__img {
  width: 100%;
  margin: 3rem auto 0;
}
@media (width >= 768px) {
  .company-history__img {
    display: flex;
    justify-content: center;
    width: 80%;
    margin: 3rem auto;
    padding: 1.5rem 0;
    text-align: center;
  }
}
@media (width >= 1024px) {
  .company-history__img {
    display: flex;
    justify-content: center;
    width: 100%;
    margin: 3rem auto;
    padding: 1.5rem 0;
    text-align: center;
  }
  .company-history__img img {
    max-width: 100%;
    height: auto;
  }
}

.company-access {
  padding-block: 50px 30px;
}
.company-access__container {
  width: 95%;
  background: #fff;
  border-radius: 55px 0px 0px 55px;
  margin: 2rem 0 3rem auto;
  padding-bottom: 2rem;
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
@media (width >= 768px) {
  .company-access__container {
    width: 88%;
  }
}
@media (width >= 768px) {
  .company-access__content {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: space-between;
    gap: 2rem;
    margin-left: 5rem;
  }
}
.company-access__string2 {
  width: 70%;
  margin: 0 auto;
}
@media (width >= 768px) {
  .company-access__string2 {
    flex: 1;
    min-width: 40%;
    max-width: 400px;
    margin-top: 4rem;
  }
}
.company-access__list {
  display: flex;
  max-width: 800px;
  margin-inline: auto;
  line-height: 200%;
}
@media (width >= 768px) {
  .company-access__list {
    margin-bottom: 0.5rem;
  }
}
.company-access__title {
  flex: 0 0 40%;
  padding: 0.3rem;
}
@media (width >= 768px) {
  .company-access__title {
    flex: 0 0 20%;
  }
}
.company-access__text {
  padding: 0.3rem;
}
.company-access__text br {
  display: inline;
}
.company-access__map {
  width: 95%;
  margin: 3rem 0 3rem auto;
}
@media (width >= 768px) {
  .company-access__map {
    flex: 1;
    min-width: 50%;
    max-width: 580px;
  }
}
.company-access__map iframe {
  width: 100%;
}

.access-btn {
  border-radius: 50px;
  background: #F7C00E;
  padding: 0.5rem;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 250px;
  transition: 0.3s;
  margin: 2rem auto;
}
@media (width >= 768px) {
  .access-btn {
    width: 250px;
  }
}
@media (width >= 1024px) {
  .access-btn {
    width: 345px;
  }
}
.access-btn:hover {
  transition: 0.3s;
  transform: scale(105%);
}
.access-btn .text {
  color: #000;
  font-weight: 500;
  line-height: 175%;
  letter-spacing: 0.1rem;
  font-size: 0.9rem;
  text-align: center;
}
@media (width >= 768px) {
  .access-btn .text {
    font-size: 16px;
    font-weight: 700;
    line-height: 223%;
  }
}

br {
  display: none;
}
@media (width >= 768px) {
  br {
    display: inline;
  }
}

.service-top {
  margin-block: 115px 8rem;
  text-align: center;
  color: #e97470;
  line-height: 175%;
  letter-spacing: 0.1rem;
  font-size: 1.5rem;
}
@media (width >= 768px) {
  .service-top {
    font-size: 44px;
  }
}
.service-top span {
  letter-spacing: 1rem;
  background: linear-gradient(transparent 67%, rgba(248, 212, 172, 0.81) 67%);
}

.service {
  border-radius: 4rem;
  background: rgba(255, 255, 255, 0.7);
  padding-block: 42px 6rem;
}
.service__heading {
  display: flex;
  align-items: center;
  width: fit-content;
  margin-inline: auto;
  position: relative;
}
.service__heading::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  bottom: 10px;
  left: 0;
  background: #e97470;
}
.service__heading p {
  color: #e97470;
  font-weight: 300;
  line-height: 150%;
  letter-spacing: 0.1rem;
  font-size: 1.5rem;
}
@media (width >= 768px) {
  .service__heading p {
    font-size: 44px;
  }
}
.service__heading img {
  display: inline-block;
  margin-inline: 10px 5px;
  width: 56px;
}
@media (width >= 768px) {
  .service__heading img {
    width: 97px;
  }
}
.service__banner {
  display: flex;
  align-items: center;
  margin-top: 6rem;
  flex-direction: column;
  padding: 35px 8% 1.5rem;
  gap: 2rem;
}
@media (width >= 768px) {
  .service__banner {
    padding: 70px 16% 50px;
    flex-direction: row-reverse;
    gap: 12%;
  }
}
.service__banner--reverse {
  position: relative;
}
@media (width >= 768px) {
  .service__banner--reverse {
    flex-direction: row;
  }
}
.service__banner--reverse::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 55%;
  height: 100%;
  border-radius: 0 4rem 4rem 0;
  opacity: 0.75;
  background: #f3f1f1;
}
.service__banner--center {
  margin-top: 3rem;
}
.service__img {
  flex: 0 0 30%;
  position: relative;
  z-index: 1;
  text-align: center;
}
.service__img img {
  width: 80%;
}
@media (width >= 768px) {
  .service__img img {
    width: 100%;
  }
}
.service__string {
  flex: 0 0 58%;
  position: relative;
  z-index: 1;
}
.service__titles {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-bottom: 0.75rem;
}
@media (width >= 768px) {
  .service__titles {
    margin-bottom: 2rem;
    gap: 40px;
  }
}
.service__number {
  color: #e97470;
  font-weight: 300;
  font-size: 1.75rem;
}
@media (width >= 768px) {
  .service__number {
    font-size: 40px;
  }
}
.service__line {
  width: 1px;
  height: 33px;
  background-color: #e97470;
}
.service__title {
  color: #e97470;
  font-weight: 600;
  font-size: 1.75rem;
}
@media (width >= 768px) {
  .service__title {
    font-size: 40px;
  }
}
.service__text {
  line-height: 200%;
}
@media (width >= 768px) {
  .service__text {
    line-height: 250%;
  }
}

.service-under {
  background: #f5f5f5;
  padding-block: 6rem;
}
.service-under__content {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}
@media (width >= 768px) {
  .service-under__content {
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
  }
}
.service-under__content--reverse {
  margin-top: 140px;
}
@media (width >= 768px) {
  .service-under__content--reverse {
    flex-direction: row-reverse;
  }
}
.service-under__string {
  flex: 0 0 47.5%;
}
.service-under__title {
  margin-block: 3.5rem 1.5rem;
  line-height: 150%;
  font-size: 1.5rem;
}
@media (width >= 768px) {
  .service-under__title {
    font-size: 2.25rem;
  }
}
.service-under__text {
  line-height: 200%;
}
.service-under__img {
  flex: 0 0 45%;
  display: flex;
  justify-content: center;
}
.service-under__img img {
  width: 80%;
}
@media (width >= 768px) {
  .service-under__img img {
    width: 100%;
  }
}

.service-follow {
  background: #f5f5f5;
  padding-bottom: 120px;
}
.service-follow__content {
  background: rgba(255, 255, 255, 0.7);
  display: flex;
  gap: 1.5rem;
  padding: 40px 6%;
  flex-direction: column;
  border-radius: 2rem;
}
@media (width >= 768px) {
  .service-follow__content {
    border-radius: 4rem;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding: 80px 10%;
  }
}
.service-follow__img {
  flex: 0 0 53%;
}
.service-follow__img img {
  border-radius: 2rem;
}
.service-follow__string {
  flex: 0 0 40%;
}
.service-follow__title {
  color: #e97470;
  font-weight: 300;
  line-height: 150%;
  letter-spacing: 0.1rem;
  font-size: 1.5rem;
  margin-bottom: 0.75rem;
}
@media (width >= 768px) {
  .service-follow__title {
    font-size: 2rem;
  }
}
.service-follow__text {
  margin-top: 2rem;
  line-height: 200%;
}

.about {
  background: #F5F2EA;
  padding-block: 80px;
}
@media (width >= 768px) {
  .about {
    padding-block: 100px;
  }
}
.about__container {
  width: 95%;
  height: auto;
  padding: 3rem 3rem 1rem;
  border-radius: 55px 0px 0px 55px;
  background: #fff;
  margin-right: 0;
}
@media (width >= 768px) {
  .about__container {
    padding: 2rem 0;
  }
}
.about__container-string {
  width: 90%;
  margin: 0 auto;
}
@media (width >= 768px) {
  .about__container-string {
    width: 100%;
    margin: auto;
    display: flex;
  }
}
@media (width >= 768px) {
  .about__top-string {
    width: 60%;
    margin: auto 10rem;
    display: block;
    justify-content: center;
  }
}
.about__title {
  color: #000;
  font-family: "Noto Sans JP";
  font-size: 5vw;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
  padding-bottom: 2rem;
}
@media (width >= 768px) {
  .about__title {
    font-size: 2vw;
  }
}
.about__title-text {
  font-size: 12px;
  line-height: 200%;
}
@media (width >= 768px) {
  .about__title-text {
    line-height: 250%;
    font-size: 1.1vw;
    font-weight: 400;
    line-height: 200%;
  }
}
.about__top-img {
  width: 90%;
  margin: 1rem auto;
}
.about__top-img img {
  width: 80%;
}
@media (width >= 768px) {
  .about__top-img {
    width: 50%;
  }
}
.about__motto {
  background: #F7C00E;
  border-radius: 0px 55px 55px 0px;
  margin-top: 5rem;
  display: flex;
  flex-direction: column;
  gap: 5rem;
}
@media (width >= 768px) {
  .about__motto {
    margin-top: 8rem;
    border-top: 3rem solid #F7C00E;
    border-right: 3rem solid #F7C00E;
    border-bottom: 3rem solid #F7C00E;
  }
}
.about__motto__inner {
  background: #fff;
  border-radius: 0px 55px 55px 0px;
}
.about__motto-top {
  padding: 1rem;
}
@media (width >= 768px) {
  .about__motto-top {
    padding: 4rem 3rem 3rem 12rem;
  }
}
.about__card_container {
  width: 80%;
  margin: 3rem auto;
}
@media (width >= 768px) {
  .about__card_container {
    box-sizing: border-box;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
    gap: 1rem;
    margin-bottom: 2rem;
  }
}
.about__card {
  background-color: #F5F2EA;
  border-radius: 21px;
  overflow: visible;
  max-width: 100%;
  margin-bottom: 4rem;
}
@media (width >= 768px) {
  .about__card {
    flex: 1 1 calc(50% - 5rem);
    width: calc(40% - 1rem);
    max-width: calc(40% - 1rem);
    margin: 2rem 0 5rem 2rem;
  }
}
.about__motto_circle {
  width: 130px;
  height: 130px;
  border-radius: 50%;
  margin: -10%;
  background-color: #fff;
  border: 1px solid #F5F2EA;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (width >= 768px) {
  .about__motto_circle {
    width: 160px;
    height: 160px;
  }
}
.about__motto_number {
  font-family: "poppins";
  color: #FFDC69;
  font-size: 80px;
  font-weight: 700;
  text-align: center;
  line-height: 130px;
}
@media (width >= 768px) {
  .about__motto_number {
    font-size: 100px;
  }
}
.about__content {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  max-width: 1024px;
}
@media (width >= 768px) {
  .about__content {
    display: block;
    flex-direction: row;
  }
}
.about__img {
  margin: -3% auto 5%;
  position: relative;
}
.about__img img {
  object-fit: cover;
}
@media (width >= 768px) {
  .about__img img {
    max-width: 40%;
    margin: 0 auto;
  }
}
.about__string {
  flex: 60%;
  padding: 1.25rem;
}
@media (width >= 768px) {
  .about__string {
    padding: 2rem;
  }
}
.about__heading {
  color: #000;
  text-align: center;
  font-family: "Noto Sans JP";
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 223%;
  position: relative;
}
@media (width >= 768px) {
  .about__heading {
    font-size: 1.9vw;
  }
}
@media (width >= 1024px) {
  .about__heading {
    font-size: 1.8vw;
  }
}
@media (width >= 1280px) {
  .about__heading {
    font-size: 1.5vw;
  }
}
.about__text {
  width: 80%;
  margin: 0.5rem auto;
  font-size: 12px;
  margin-top: 1rem;
  line-height: 200%;
  position: relative;
}
@media (width >= 768px) {
  .about__text {
    font-size: 1rem;
  }
}
.about__motto {
  padding: 1rem 1rem 1rem 0;
}
.about__card {
  width: 100%;
}
@media (width >= 768px) {
  .about__card {
    width: 30%;
  }
}

.about-message__heading-string {
  padding: 4.5rem 0 2rem;
}
@media (width >= 768px) {
  .about-message__heading-string {
    padding: 9rem 0 2rem;
  }
}
.about-message__page-heading {
  margin-left: 1rem;
}
@media (width >= 768px) {
  .about-message__page-heading {
    margin-left: 12rem;
  }
}
.about-message__content {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
@media (width >= 768px) {
  .about-message__content {
    width: 70%;
    margin: 5.5rem auto;
    flex-direction: row;
    gap: 3rem;
  }
}
@media (width >= 768px) {
  .about-message__string {
    width: 100%;
  }
}
.about-message__img {
  width: 70%;
  margin: 3rem auto;
}
@media (width >= 768px) {
  .about-message__img {
    margin: 0 0 0 2rem;
    width: 50%;
  }
}
.about-message__img img {
  width: 100%;
  border-radius: 8px;
}
.about-message__text {
  width: 85%;
  margin: 0 auto;
  line-height: 200%;
}
@media (width >= 768px) {
  .about-message__text {
    text-align: left;
    font-size: 1.3vw;
    font-weight: 400;
    line-height: 200%;
  }
}
.about-message__name img {
  width: 27%;
  padding-top: 6%;
  margin: 0 10% 0 auto;
}
@media (width >= 768px) {
  .about-message__name {
    width: 75%;
    padding-top: 3%;
    margin: 0 4% 0 auto;
  }
}

.top-gallery {
  position: relative;
  overflow: hidden;
  display: flex;
  flex-wrap: nowrap;
  white-space: nowrap;
}
@media (width >= 1024px) {
  .top-gallery {
    height: 30rem;
    display: flex;
    overflow-x: hidden;
    margin-top: 5rem;
  }
}
.top-gallery__content {
  margin-top: 3rem;
  display: flex;
  justify-content: flex-start;
  position: relative;
  left: 0;
  gap: 0;
}
@media (width >= 1024px) {
  .top-gallery__content {
    margin-top: 3rem;
    justify-content: center;
    margin: 5rem 0;
  }
}
.top-gallery__content1 {
  animation: slide1 60s -30s linear infinite;
}
@media (width >= 1024px) {
  .top-gallery__content1 {
    animation: slide1 80s -40s linear infinite;
  }
}
.top-gallery__content2 {
  animation: slide2 60s linear infinite;
}
@media (width >= 1024px) {
  .top-gallery__content2 {
    animation: slide2 80s linear infinite;
  }
}
.top-gallery__picture {
  width: 250px;
  height: auto;
}
.top-gallery__img {
  position: relative;
}
@media (width >= 1024px) {
  .top-gallery__img {
    width: 400px;
    display: block;
  }
  .top-gallery__img:nth-child(2) {
    top: -80px;
  }
  .top-gallery__img:nth-child(4) {
    top: 70px;
  }
}
.top-gallery__img img {
  min-height: 97px;
  min-width: 122px;
}
@media (width >= 1024px) {
  .top-gallery__img img {
    min-height: 276px;
  }
}
@keyframes slide {
  from {
    transform: translateX(0); /* 初期位置 */
  }
  to {
    transform: translateX(-50%); /* 最終位置 */
  }
}

.recruit-personnel {
  padding-block: 5rem 3rem;
}
.recruit-personnel__content {
  margin-top: 44px;
  display: flex;
  flex-direction: column;
  row-gap: 2rem;
}
@media (width >= 768px) {
  .recruit-personnel__content {
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
  }
}
.recruit-personnel__img {
  flex: 0 0 45%;
}
.recruit-personnel__img img {
  border-radius: 2rem;
}
@media (width >= 768px) {
  .recruit-personnel__img img {
    border-radius: 4rem;
  }
}
.recruit-personnel__string {
  flex: 0 0 50%;
}
.recruit-personnel__string div {
  display: flex;
  align-items: center;
  gap: 1rem;
  padding-block: 1rem;
  font-size: 1.25rem;
  margin-left: 0.5rem;
}
@media (width >= 768px) {
  .recruit-personnel__string div {
    margin-left: 0;
  }
}
.recruit-personnel__string div img {
  width: 1.5rem;
}

.recruit-detail {
  padding-block: 4rem;
}
.recruit-detail__content {
  margin-top: 1.5rem;
  display: grid;
  gap: 1.5rem;
}
@media (width >= 768px) {
  .recruit-detail__content {
    grid-template-columns: repeat(4, 1fr);
  }
}
.recruit-detail__column {
  background-color: white;
  border-radius: 2rem;
  padding: 1.5rem 2rem;
}
.recruit-detail__heading {
  text-align: center;
  margin-top: 2rem;
  color: #e97470;
  font-size: 1.5rem;
  letter-spacing: 0.1rem;
}
.recruit-detail__img {
  display: flex;
  justify-content: center;
}
.recruit-detail__img img {
  aspect-ratio: 5/4;
  object-fit: contain;
  width: 80%;
}
@media (width >= 768px) {
  .recruit-detail__img img {
    width: 100%;
    aspect-ratio: 4/3;
  }
}
.recruit-detail__text {
  margin-top: 1rem;
  line-height: 200%;
}

.recruit-entry {
  padding-block: 3rem 5rem;
}
@media (width >= 768px) {
  .recruit-entry {
    padding-block: 6rem 10rem;
  }
}
@media (width >= 768px) {
  .recruit-entry__content {
    position: relative;
  }
}
.recruit-entry__img img {
  object-fit: cover;
  border-radius: 2rem;
  aspect-ratio: 4/3;
}
@media (width >= 768px) {
  .recruit-entry__img img {
    aspect-ratio: 2/1;
    border-radius: 4rem;
  }
}
.recruit-entry__activities {
  display: grid;
  gap: 1rem;
  margin-top: 1.5rem;
}
@media (width >= 768px) {
  .recruit-entry__activities {
    position: absolute;
    bottom: 0;
    width: 100%;
    transform: translateY(50%);
    padding-inline: 9rem;
    grid-template-columns: repeat(2, 1fr);
    gap: 4rem;
  }
}
.recruit-entry__link {
  display: flex;
  align-items: center;
  background: white;
  border-radius: 2rem;
  gap: 1.5rem;
  padding: 1rem 1.5rem;
  transition: 0.3s;
}
.recruit-entry__link:hover {
  transition: 0.3s;
  transform: scale(105%);
}
.recruit-entry__link-string {
  text-align: center;
  flex: 1 1 0%;
}
.recruit-entry__link-title {
  color: #e97470;
  font-weight: bold;
  letter-spacing: 0.1rem;
  font-size: 1.5rem;
}
.recruit-entry__link-text {
  color: #e97470;
}
@media (width >= 768px) {
  .recruit-entry__link-text {
    margin-top: 0.25rem;
    font-size: 1.25rem;
  }
}
.recruit-entry__link-arrow img {
  width: 3rem;
}

.recruit-welfare {
  padding-block: 4rem;
}
.recruit-welfare__content {
  display: grid;
  margin-top: 52px;
  background: #e2e2e2;
  padding: 1px;
  gap: 1px;
}
@media (width >= 768px) {
  .recruit-welfare__content {
    grid-template-columns: repeat(3, 1fr);
  }
}
.recruit-welfare__column {
  background-color: white;
  padding: 1.5rem;
}
@media (width >= 768px) {
  .recruit-welfare__column {
    padding: 2.5rem 2rem;
  }
}
.recruit-welfare__flex {
  display: flex;
}
.recruit-welfare__string {
  flex: 1 1 0%;
}
.recruit-welfare__index {
  font-weight: 300;
}
.recruit-welfare__heading {
  font-weight: 300;
  font-size: 1.5rem;
  margin-top: 0.75rem;
}
@media (width >= 768px) {
  .recruit-welfare__heading {
    font-size: 2rem;
    margin-top: 1rem;
  }
}
.recruit-welfare__text {
  margin-top: 0.75rem;
}
@media (width >= 768px) {
  .recruit-welfare__text {
    margin-top: 18px;
  }
}
.recruit-welfare__img img {
  width: 56px;
}
@media (width >= 768px) {
  .recruit-welfare__img img {
    width: 92px;
  }
}

.recruit-flow {
  padding-block: 4rem 6rem;
}
@media (width >= 768px) {
  .recruit-flow {
    padding-block: 6rem 140px;
  }
}
.recruit-flow__content {
  max-width: 1280px;
  margin-inline: auto;
  display: flex;
  gap: 52px;
  margin-top: 1.5rem;
  flex-direction: column;
}
@media (width >= 768px) {
  .recruit-flow__content {
    flex-direction: row;
  }
}
.recruit-flow__circle {
  width: 100%;
  background-color: #eba5a3;
  display: grid;
  place-items: center;
  position: relative;
  padding-block: 0.75rem;
  border-radius: 9999px;
}
@media (width >= 768px) {
  .recruit-flow__circle {
    aspect-ratio: 1/1;
  }
}
.recruit-flow__circle:not(:last-child)::after {
  content: url("../public/img/common/allow.svg");
  position: absolute;
  top: calc(100% + 26px);
  left: 50%;
  transform: translate(-50%, -50%) rotate(90deg) scale(75%);
}
@media (width >= 768px) {
  .recruit-flow__circle:not(:last-child)::after {
    top: 50%;
    left: calc(100% + 26px);
    transform: translate(-50%, -50%) rotate(0);
  }
}
.recruit-flow__text {
  color: white;
  font-weight: 300;
  letter-spacing: 0.1rem;
  font-size: 20px;
}
@media (width >= 768px) {
  .recruit-flow__text {
    font-size: 2rem;
  }
}
.recruit-flow__bubble {
  margin-top: 4rem;
  max-width: 1080px;
  margin-inline: auto;
  padding-block: 0.75rem;
  background-color: white;
  border-radius: 9999px;
  position: relative;
  text-align: center;
  padding-inline: 1.5rem;
}
@media (width >= 768px) {
  .recruit-flow__bubble {
    font-size: 20px;
  }
}
.recruit-flow__bubble::before {
  content: "";
  border-right: 20px solid transparent;
  border-left: 20px solid transparent;
  border-bottom: 1.5rem solid white;
  position: absolute;
  left: 4rem;
  bottom: 100%;
}

.requirement .page-heading {
  margin-top: 8rem;
}
.requirement__card {
  margin-top: 6rem;
  margin-bottom: 8rem;
  background-color: #fff;
  padding-block: 4rem;
  border-radius: 4rem;
}
.requirement__table {
  max-width: 60rem;
  margin-inline: auto;
  margin-top: 4rem;
}
.requirement__table tbody tr th,
.requirement__table tbody tr td {
  padding-block: 2rem;
}
.requirement__table tbody tr th {
  width: 20%;
  border-top: 1px solid #e97470;
}
.requirement__table tbody tr th:last-of-type {
  border-bottom: 1px solid #e97470;
}
.requirement__table tbody tr td {
  border-top: 1px solid #E2E2E2;
  line-height: 250%;
}
.requirement__table tbody tr td:last-of-type {
  border-bottom: 1px solid #E2E2E2;
}
.requirement__button {
  margin-top: 4rem;
  margin-bottom: 4rem;
  display: flex;
  justify-content: center;
  align-items: center;
}

.notfound .page-heading {
  margin-top: 8rem;
}
.notfound__card {
  margin-top: 6rem;
  margin-bottom: 8rem;
  background-color: #fff;
  padding-block: 4rem;
  border-radius: 4rem;
}
.notfound__table {
  max-width: 60rem;
  margin-inline: auto;
  margin-top: 4rem;
}
.notfound__button {
  margin-top: 4rem;
  display: flex;
  justify-content: center;
  align-items: center;
}

.single__flex {
  display: flex;
  gap: 1.5rem;
  align-items: center;
}
.single__date {
  color: #878787;
  font-size: 0.875rem;
}
.single__title {
  margin-top: 1rem;
  font-weight: thin;
  font-size: 1.5rem;
}
@media (width >= 768px) {
  .single__title {
    font-size: 2rem;
  }
}
.single__thumbnail {
  margin-top: 1.25rem;
  border-radius: 2rem;
}
.single__content {
  margin-top: 3rem;
  line-height: 200%;
}
.single__content h2 {
  font-weight: 600;
  padding-block: 1rem;
  margin-block: 2rem 1rem;
  border-bottom: 1px solid #878787;
  font-size: 1.4rem;
}
@media (width >= 768px) {
  .single__content h2 {
    font-size: 2rem;
  }
}
.single__content h2:not(:first-of-type) {
  margin-top: 5rem;
}
.single__content h3 {
  font-weight: 600;
  padding-block: 0.5rem;
  margin-block: 2.5rem 0.5rem;
  border-bottom: 1px solid #878787;
  font-size: 1.2rem;
}
@media (width >= 768px) {
  .single__content h3 {
    font-size: 1.5rem;
  }
}
.single__content .voice-ctj-title {
  display: flex;
  justify-content: center;
  align-items: end;
  gap: 0.75rem;
}
.single__content .voice-ctj-title img {
  width: 3rem;
  height: 3rem;
}
.single__content p {
  margin-top: 1rem;
}
.single__content p img {
  display: inline-block;
}
.single__content a {
  color: skyblue;
  text-decoration: underline;
}
.single__content figure {
  padding-block: 1rem;
}
.single__content .wp-block-vk-blocks-table-of-contents-new {
  background: #f5f5f5;
  padding: 0.75rem 1.5rem 1.5rem;
  border-radius: 2rem;
  margin-top: 1rem;
}
.single__content .vk_tableOfContents_list_item {
  font-size: 0.875rem;
}
.single__content .vk_tableOfContents_title {
  text-align: center;
  font-weight: bold;
}
.single__content .wp-block-vk-blocks-balloon {
  align-items: center;
}
.single__content .vk_balloon_content {
  background-color: #E2E2E2 !important;
}
.single__content .vk_balloon_content_before {
  border-right-color: #E2E2E2 !important;
}
.single__content .vk_balloon_icon_image {
  border-radius: 1000px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px -1px rgba(0, 0, 0, 0.1);
}
.single__content .vk_balloon_icon_name {
  line-height: 150%;
}
.single__content .cans-access img {
  width: 10rem;
}
.single__content .related-works-ribbon {
  display: none;
}
.single__content .related-works-2column {
  gap: 1.5rem;
}
.single__content .related-works-right-box p {
  margin-top: 0;
  font-weight: bold;
}
.single__content .related-works-right-box a {
  padding: 0;
  margin-top: 0.5rem;
}
.single__content .related-works-left-colmun img {
  border-radius: 2rem;
}
.single__content .wp-block-columns {
  justify-content: space-between;
}
.single__content .voice-othercustomer-background {
  display: none;
}
.single__content input {
  display: none;
}
.single__button {
  text-align: center;
  margin-bottom: 6rem;
}

.contact {
  background: #f5f2ea;
}
@media (width >= 768px) {
  .contact {
    padding: 160px 0;
  }
}
.contact__container {
  background: #fff;
}
@media (width >= 768px) {
  .contact__container {
    margin-inline: auto;
    max-width: 1020px;
    padding: 100px;
    border-radius: 8px;
  }
}
.contact__text {
  width: 95%;
  padding: 3rem 0;
  margin: 0 auto;
  text-align: center;
  font-family: "Noto Sans JP";
  font-weight: 500;
}
@media (width >= 768px) {
  .contact__text {
    font-size: 20px;
    font-weight: 700;
    line-height: 223%; /* 44.6px */
    margin-bottom: 78px;
  }
}
.contact__tel {
  width: 90%;
  margin: 0 auto 2.5rem;
  border-radius: 40px;
  border: 8px solid #f7c00e;
  text-align: center;
  padding: 1rem 0;
}
@media (width >= 768px) {
  .contact__tel {
    width: 70%;
    margin: 0 auto;
    padding: 30px 60px;
  }
}
.contact__tel p {
  text-align: center;
  font-weight: 700;
}
.contact__phone {
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (width >= 768px) {
  .contact__phone {
    margin-top: 20px;
  }
}
.contact__freedial {
  width: 5rem;
  padding-left: 1rem;
}
@media (width >= 1280px) {
  .contact__freedial {
    width: 20%;
    height: auto;
    margin-right: 15px;
  }
}
.contact__phone-num {
  font-family: "Poppins", sans-serif;
  font-size: 30px;
}
@media (width >= 768px) {
  .contact__phone-num {
    font-size: 2.5vw;
    font-weight: 600;
    line-height: 140%;
  }
}
@media (width >= 1024px) {
  .contact__phone-num {
    font-size: 2.5vw;
    font-weight: 600;
    line-height: 140%;
  }
}
.contact__salestime {
  display: flex;
  justify-content: center;
  margin-top: 0.5rem;
}
@media (width >= 768px) {
  .contact__salestime {
    margin-top: 20px;
  }
}
.contact__timetag {
  color: #fff;
  background: #5a5a5a;
  padding: 0.2rem 0.4rem;
  font-size: 14px;
  font-weight: 400;
  margin-right: 0.5rem;
}
@media (width >= 1024px) {
  .contact__timetag {
    padding: 0.4vw 1vw;
    font-size: 1vw;
    font-weight: 500;
    line-height: 100%;
    letter-spacing: 0.1rem;
    margin-right: 20px;
  }
}

.form {
  width: 100%;
  margin: 0 auto;
}
@media (width >= 768px) {
  .form {
    margin-top: 100px;
  }
}

.cf7-item {
  display: block;
  padding-bottom: 1.5rem;
  width: 90%;
  margin: 0 auto;
}
@media (width >= 768px) {
  .cf7-item {
    display: flex;
    margin-bottom: 32px;
    justify-content: center;
  }
}

.cf7-req {
  font-size: 12px;
  color: #fff;
  line-height: 100%;
  background: #000;
  padding: 4px 8px 4px 8px;
  border-radius: 4px;
  height: 20px;
  display: flex;
  align-items: center;
  margin: 0.3rem 0 0 1rem;
}
@media (width >= 768px) {
  .cf7-req {
    margin-top: 11px;
  }
}

.cf7-q {
  display: flex;
  flex-wrap: wrap;
  margin-top: 0.5rem;
}
@media (width >= 768px) {
  .cf7-q {
    margin-right: 20px;
    width: 40%;
    justify-content: space-between;
  }
}

.cf7-q label {
  font-size: 18px;
  font-weight: 700;
}

.cf7-a {
  width: 100%;
}
@media (width >= 768px) {
  .cf7-a {
    width: 60%;
  }
}
.cf7-a__radio {
  font-size: 20px;
}

.wpcf7-text {
  width: 100%;
  height: 45px;
  border-radius: 4px;
  border: 1px solid #948f8f;
  padding: 8px;
}

.wpcf7-textarea {
  width: 100%;
  height: 300px;
  border-radius: 4px;
  border: 1px solid #948f8f;
  padding: 8px;
}

.cf7-submit {
  border-radius: 8px;
  background: #F7C00E;
  padding: 0.5rem;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 70%;
  margin: 0 auto 2rem;
  text-align: center;
  transition: 0.3s;
}
.cf7-submit:hover {
  transition: 0.3s;
  transform: scale(105%);
}
@media (width >= 768px) {
  .cf7-submit {
    width: 50%;
  }
}

.cf7-submit input {
  width: auto;
  font-weight: 700;
  justify-content: center;
  margin: 0 auto 0 38px;
  padding: 0;
  letter-spacing: 0.1rem;
  text-align: center;
  text-indent: 0;
}

.cf-privacy {
  width: 85%;
  border-radius: 4px;
  border: 1px solid #d6d6d6;
  margin-inline: auto;
  margin-bottom: 30px;
  padding: 30px;
  font-size: 0.8rem;
  line-height: 1.3rem;
  height: 200px;
  overflow-y: scroll;
}

.footer__string {
  margin-top: 6rem;
  line-height: 175%;
  font-size: 0.85rem;
  color: #fff;
}
@media (width >= 768px) {
  .footer__string {
    margin-top: -3rem;
  }
}
@media (width >= 768px) {
  .footer__string b {
    font-size: 1.5rem;
    font-weight: 500;
  }
}
@media (width >= 768px) {
  .footer__string__address {
    margin-top: 2rem;
  }
}