@charset "UTF-8";
.home-wrapper .hero-section {
  padding-top: 70px;
}
.home-wrapper .hero-section .home-slider {
  position: relative;
}
.home-wrapper .hero-section .home-slider img {
  display: block;
  margin: 0 auto;
}
.home-wrapper .hero-section .home-slider .swiper .swiper-slide img {
  border-radius: 1rem;
}
.home-wrapper .news-section {
  padding-top: 100px;
  padding-bottom: 100px;
  background-color: #FFF;
}
.home-wrapper .news-section .inner .home-news {
  width: 100%;
}
.home-wrapper .news-section .inner .home-news h2 {
  font-size: 1.4rem;
  font-weight: bold;
  margin-bottom: 50px;
}
.home-wrapper .news-section .inner .home-news h2::before {
  display: inline-block;
  content: "News";
  font-size: 3.4rem;
  color: #C73357;
  margin-right: 30px;
}
.home-wrapper .news-section .inner .home-news ul {
  padding: 30px;
  background-color: #eaeaea;
  border-radius: 7px;
}
.home-wrapper .news-section .inner .home-news ul li {
  margin-bottom: 15px;
}
.home-wrapper .news-section .inner .home-news ul li a {
  display: flex;
  flex-wrap: nowrap;
}
.home-wrapper .news-section .inner .home-news ul li a .days {
  margin-right: 20px;
}
.home-wrapper .news-section .inner .home-news ul li a .text .cat {
  display: block;
  text-decoration: underline;
  margin-bottom: 7px;
}
.home-wrapper .service-section {
  background-color: #f5f5f5;
  padding-top: 100px;
  padding-bottom: 120px;
}
.home-wrapper .service-section .home-service .service-head {
  display: flex;
  flex-wrap: nowrap;
  margin-bottom: 80px;
}
.home-wrapper .service-section .home-service .service-head .midashi-wrap h2 {
  color: #696464;
  font-size: 1.4rem;
  font-weight: bold;
  margin-bottom: 50px;
}
.home-wrapper .service-section .home-service .service-head .midashi-wrap h2::before {
  display: inline-block;
  content: "Our Service";
  font-size: 3.4rem;
  margin-right: 30px;
  color: #C73357;
}
.home-wrapper .service-section .home-service .service-head .service-text {
  margin-left: auto;
  width: 400px;
}
.home-wrapper .service-section .home-service .service-head .service-text p {
  color: #696464;
  font-size: 1.2rem;
  font-weight: bold;
}
.home-wrapper .service-section .home-service .img-wrap {
  width: 100vw; /* ビューポート全体の幅 */
  margin-left: calc(50% - 50vw); /* 中央からはみ出すように調整 */
  margin-bottom: 80px;
}
.home-wrapper .service-section .home-service .img-wrap ul {
  display: flex;
  flex-wrap: nowrap;
  -moz-column-gap: 3%;
       column-gap: 3%;
}
.home-wrapper .service-section .home-service .site-list h2 {
  color: #C73357;
  font-size: 2.2rem;
  font-weight: bold;
  margin-bottom: 50px;
  text-align: center;
}
.home-wrapper .service-section .home-service .site-list .site-text {
  color: #696464;
  font-size: 1rem;
  margin-bottom: 100px;
  text-align: center;
}
.home-wrapper .service-section .home-service .site-list .office-cards {
  display: flex;
  flex-wrap: nowrap;
  -moz-column-gap: 10%;
       column-gap: 10%;
}
.home-wrapper .service-section .home-service .site-list .office-cards .office-card {
  width: 45%;
  display: flex;
  flex-direction: column;
  border-radius: 16px;
  overflow: hidden;
  text-decoration: none;
  color: #696464;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.home-wrapper .service-section .home-service .site-list .office-cards .office-card:hover {
  transform: translateY(-5px);
}
.home-wrapper .service-section .home-service .site-list .office-cards .office-card__image {
  position: relative;
  aspect-ratio: 16/9;
  overflow: hidden;
}
.home-wrapper .service-section .home-service .site-list .office-cards .office-card__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: transform 0.5s ease;
}
.home-wrapper .service-section .home-service .site-list .office-cards .office-card__image .office-card__overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 20px;
  background: linear-gradient(180deg, transparent, rgba(0, 0, 0, 0.5));
}
.home-wrapper .service-section .home-service .site-list .office-cards .office-card__image .office-card__overlay .office-card__title {
  color: #FFF;
  font-size: 1.3rem;
  font-weight: 700;
  line-height: 1.4;
}
.home-wrapper .service-section .home-service .site-list .office-cards .office-card__image:hover img {
  transform: scale(1.05);
}
.home-wrapper .service-section .home-service .site-list .office-cards .office-card__content {
  padding-top: 35px;
  padding-bottom: 25px;
  font-size: 1rem;
  line-height: 1.8;
}
.home-wrapper .service-section .home-service .site-list .office-cards .office-card__quote {
  margin-bottom: 30px;
  color: #696464;
  font-weight: bold;
  font-size: 1.6rem;
}
.home-wrapper .service-section .home-service .site-list .office-cards .link-text {
  text-align: right;
}
.home-wrapper .company-section {
  padding-top: 140px;
  padding-bottom: 140px;
}
.home-wrapper .company-section .home-company {
  display: flex;
  flex-wrap: nowrap;
  margin-bottom: 80px;
}
.home-wrapper .company-section .home-company .left {
  width: 55%;
}
.home-wrapper .company-section .home-company .left h2 {
  font-size: 1.4rem;
  font-weight: bold;
  margin-bottom: 50px;
}
.home-wrapper .company-section .home-company .left h2::before {
  display: inline-block;
  content: "Company";
  color: #C73357;
  font-size: 3.4rem;
  margin-right: 30px;
}
.home-wrapper .company-section .home-company .left p {
  font-size: 1.3rem;
  font-weight: bold;
}
.home-wrapper .company-section .home-company .right {
  width: 45%;
}
.home-wrapper .company-section .home-company .right ul li {
  background-color: #eaeaea;
  border-radius: 7px;
  padding: 20px;
  margin-bottom: 10px;
}
.home-wrapper .company-section .home-company .right ul li a {
  display: flex;
  align-items: center;
}
.home-wrapper .company-section .home-company .right ul li a::after {
  display: inline-block;
  margin-left: auto;
  content: "⇒";
}
.home-wrapper .company-section .home-company .right ul li a .en {
  font-size: 1.2rem;
  font-weight: bold;
  margin-right: 10px;
}
.home-wrapper .company-section .home-company .right ul li a .ja {
  font-size: 0.9rem;
}
.home-wrapper .recruit-section {
  background-color: #f57979;
  padding-top: 100px;
  padding-bottom: 120px;
}
.home-wrapper .recruit-section .inner .home-recruit {
  display: flex;
  flex-wrap: nowrap;
}
.home-wrapper .recruit-section .inner .home-recruit .left {
  width: 50%;
  padding-left: 5%;
  padding-right: 5%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.home-wrapper .recruit-section .inner .home-recruit .left .description {
  font-size: 1.1rem;
  font-weight: bold;
  margin-bottom: 35px;
  color: #FFF;
}
.home-wrapper .recruit-section .inner .home-recruit .left .phone {
  padding-top: 25px;
  padding-bottom: 25px;
  border-top: 1px solid #FFF;
  border-bottom: 1PX solid #FFF;
  margin-bottom: 50px;
  width: 80%;
}
.home-wrapper .recruit-section .inner .home-recruit .left .phone .phone-link {
  font-size: 3.2rem;
  color: #FFF;
  font-weight: bold;
  text-align: center;
  display: block;
}
.home-wrapper .recruit-section .inner .home-recruit .left .web-contact {
  width: 100%;
  display: block;
  text-align: center;
  color: #FFF;
}
.home-wrapper .recruit-section .inner .home-recruit .right {
  width: 50%;
  height: auto;
}
.home-wrapper .recruit-section .inner .home-recruit .right .recruit-banner {
  letter-spacing: 0.1em;
  border-radius: 24px;
  position: relative;
  width: 100%;
  height: 100%;
  padding: 50px;
  background-color: #faf8f5;
  box-shadow: 0 10px 35px -5px rgba(58, 57, 55, 0.4);
  transition: all 0.7s cubic-bezier(0.19, 1, 0.22, 1);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.home-wrapper .recruit-section .inner .home-recruit .right .recruit-banner h2 {
  font-size: 2.2rem;
  font-weight: bold;
}
.home-wrapper .recruit-section .inner .home-recruit .right .recruit-banner .en-re {
  display: block;
  text-align: center;
  font-size: 0.9rem;
  margin-bottom: 50px;
}
.home-wrapper .recruit-section .inner .home-recruit .right .recruit-banner p {
  line-height: 2;
  font-weight: bold;
  margin-bottom: 35px;
}
.home-wrapper .recruit-section .inner .home-recruit .right .recruit-banner .more-btn {
  display: flex;
  flex-wrap: nowrap;
}
.home-wrapper .recruit-section .inner .home-recruit .right .recruit-banner .more-btn .text {
  font-size: 1.3rem;
  font-weight: bold;
  line-height: 1.6;
  margin-right: 25px;
  display: flex;
  align-items: center;
}
.home-wrapper .recruit-section .inner .home-recruit .right .recruit-banner .more-btn .allow {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 50px;
  width: 50px;
  color: #FFF;
  border-radius: 100%;
  background-color: rgb(209, 83, 97);
}

/* home-wrapper */
/* スライダーページネーションの●のサイズ修正 */
.home-slider .xo-slider-template-default .swiper-pagination-bullet {
  width: 5px !important;
  height: 5px !important;
  opacity: 0.5;
}

/* スライダーページネーションの●のサイズ修正 */
.home-slider .swiper-horizontal > .swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction {
  bottom: 60px;
  left: 0;
  width: 100%;
}

@media screen and (max-width: 600px) {
  .home-wrapper .hero-section .home-slider .swiper .swiper-slide img {
    border-radius: 0rem;
  }
  .home-wrapper .news-section {
    padding-top: 50px;
    padding-bottom: 50px;
    background-color: #FFF;
  }
  .home-wrapper .news-section .inner .home-news {
    width: 100%;
  }
  .home-wrapper .news-section .inner .home-news h2 {
    font-size: 1.4rem;
    font-weight: bold;
    margin-bottom: 30px;
  }
  .home-wrapper .news-section .inner .home-news h2::before {
    display: inline-block;
    content: "News";
    font-size: 3.4rem;
    color: #C73357;
    margin-right: 30px;
  }
  .home-wrapper .news-section .inner .home-news ul {
    padding: 15px;
  }
  .home-wrapper .news-section .inner .home-news ul li {
    margin-bottom: 10px;
  }
  .home-wrapper .news-section .inner .home-news ul li a {
    display: flex;
    flex-wrap: nowrap;
  }
  .home-wrapper .news-section .inner .home-news ul li a .days {
    margin-right: 20px;
  }
  .home-wrapper .news-section .inner .home-news ul li a .text .cat {
    display: block;
    text-decoration: underline;
    margin-bottom: 2px;
  }
  .home-wrapper .service-section {
    background-color: #f5f5f5;
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .home-wrapper .service-section .home-service .service-head {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 35px;
  }
  .home-wrapper .service-section .home-service .service-head .midashi-wrap h2 {
    color: #696464;
    font-size: 1.4rem;
    font-weight: bold;
    margin-bottom: 50px;
  }
  .home-wrapper .service-section .home-service .service-head .midashi-wrap h2::before {
    display: inline-block;
    content: "Our Service";
    font-size: 3.4rem;
    margin-right: 30px;
    color: #C73357;
  }
  .home-wrapper .service-section .home-service .service-head .service-text {
    margin-left: auto;
    width: 100%;
  }
  .home-wrapper .service-section .home-service .service-head .service-text p {
    color: #696464;
    font-size: 1.2rem;
    font-weight: bold;
  }
  .home-wrapper .service-section .home-service .img-wrap {
    width: 100vw; /* ビューポート全体の幅 */
    margin-left: calc(50% - 50vw); /* 中央からはみ出すように調整 */
    margin-bottom: 40px;
  }
  .home-wrapper .service-section .home-service .img-wrap ul {
    display: flex;
    flex-wrap: nowrap;
    -moz-column-gap: 3%;
         column-gap: 3%;
  }
  .home-wrapper .service-section .home-service .site-list h2 {
    color: #C73357;
    font-size: 2.2rem;
    font-weight: bold;
    margin-bottom: 50px;
    text-align: center;
  }
  .home-wrapper .service-section .home-service .site-list .site-text {
    color: #696464;
    font-size: 1.2rem;
    margin-bottom: 40px;
    text-align: left;
  }
  .home-wrapper .service-section .home-service .site-list .office-cards {
    display: flex;
    flex-wrap: wrap;
    -moz-column-gap: 0%;
         column-gap: 0%;
  }
  .home-wrapper .service-section .home-service .site-list .office-cards .office-card {
    width: 100%;
    display: flex;
    flex-direction: column;
    border-radius: 16px;
    overflow: hidden;
    text-decoration: none;
    color: #696464;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    margin-bottom: 35px;
  }
  .home-wrapper .service-section .home-service .site-list .office-cards .office-card:hover {
    transform: translateY(-5px);
  }
  .home-wrapper .service-section .home-service .site-list .office-cards .office-card__image {
    position: relative;
    aspect-ratio: 16/9;
    overflow: hidden;
  }
  .home-wrapper .service-section .home-service .site-list .office-cards .office-card__image img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    transition: transform 0.5s ease;
  }
  .home-wrapper .service-section .home-service .site-list .office-cards .office-card__image .office-card__overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 20px;
    background: linear-gradient(180deg, transparent, rgba(0, 0, 0, 0.5));
  }
  .home-wrapper .service-section .home-service .site-list .office-cards .office-card__image .office-card__overlay .office-card__title {
    color: #FFF;
    font-size: 1.3rem;
    font-weight: 700;
    line-height: 1.4;
  }
  .home-wrapper .service-section .home-service .site-list .office-cards .office-card__image:hover img {
    transform: scale(1.05);
  }
  .home-wrapper .service-section .home-service .site-list .office-cards .office-card__content {
    padding-top: 20px;
    padding-bottom: 20px;
    font-size: 1rem;
    line-height: 1.8;
  }
  .home-wrapper .service-section .home-service .site-list .office-cards .office-card__quote {
    margin-bottom: 30px;
    color: #696464;
    font-weight: bold;
    font-size: 1.4rem;
  }
  .home-wrapper .service-section .home-service .site-list .office-cards .link-text {
    text-align: right;
  }
  .home-wrapper .company-section {
    padding-top: 70px;
    padding-bottom: 70px;
  }
  .home-wrapper .company-section .home-company {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 35px;
  }
  .home-wrapper .company-section .home-company .left {
    width: 100%;
    margin-bottom: 35px;
  }
  .home-wrapper .company-section .home-company .left h2 {
    font-size: 1.4rem;
    font-weight: bold;
    margin-bottom: 35px;
  }
  .home-wrapper .company-section .home-company .left h2::before {
    display: inline-block;
    content: "Company";
    color: #C73357;
    font-size: 3.4rem;
    margin-right: 30px;
  }
  .home-wrapper .company-section .home-company .left p {
    font-size: 1.3rem;
    font-weight: bold;
  }
  .home-wrapper .company-section .home-company .right {
    width: 100%;
  }
  .home-wrapper .company-section .home-company .right ul {
    display: flex;
    flex-wrap: wrap;
    gap: 20px 5%;
  }
  .home-wrapper .company-section .home-company .right ul li {
    width: 47.5%;
    background-color: #eaeaea;
    border-radius: 7px;
    padding: 20px;
    margin-bottom: 0px;
  }
  .home-wrapper .company-section .home-company .right ul li a {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    align-items: center;
    justify-content: left;
  }
  .home-wrapper .company-section .home-company .right ul li a::after {
    display: none;
    margin-left: auto;
    content: "⇒";
  }
  .home-wrapper .company-section .home-company .right ul li a .en {
    display: block;
    font-size: 1.4rem;
    font-weight: bold;
    margin-right: 0px;
    margin-bottom: 7px;
  }
  .home-wrapper .company-section .home-company .right ul li a .ja {
    font-size: 1rem;
    display: block;
  }
  .home-wrapper .recruit-section {
    padding-top: 70px;
    padding-bottom: 70px;
  }
  .home-wrapper .recruit-section .inner .home-recruit {
    display: flex;
    flex-wrap: wrap;
  }
  .home-wrapper .recruit-section .inner .home-recruit .left {
    width: 100%;
    padding-left: 0%;
    padding-right: 0%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    order: 2;
  }
  .home-wrapper .recruit-section .inner .home-recruit .left .description {
    font-size: 1.1rem;
    font-weight: bold;
    margin-bottom: 20px;
    color: #FFF;
  }
  .home-wrapper .recruit-section .inner .home-recruit .left .phone {
    padding-top: 15px;
    padding-bottom: 15px;
    border-top: 1px solid #FFF;
    border-bottom: 1PX solid #FFF;
    margin-bottom: 20px;
    width: 95%;
  }
  .home-wrapper .recruit-section .inner .home-recruit .left .phone .phone-link {
    font-size: 3.2rem;
    color: #FFF;
    font-weight: bold;
    text-align: center;
    display: block;
  }
  .home-wrapper .recruit-section .inner .home-recruit .left .web-contact {
    width: 100%;
    display: block;
    text-align: center;
    color: #FFF;
  }
  .home-wrapper .recruit-section .inner .home-recruit .right {
    width: 100%;
    height: auto;
    order: 1;
    margin-bottom: 30px;
  }
  .home-wrapper .recruit-section .inner .home-recruit .right .recruit-banner {
    letter-spacing: 0.1em;
    border-radius: 24px;
    position: relative;
    width: 100%;
    height: 100%;
    padding: 25px;
    background-color: #faf8f5;
    box-shadow: 0 10px 35px -5px rgba(58, 57, 55, 0.4);
    transition: all 0.7s cubic-bezier(0.19, 1, 0.22, 1);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  .home-wrapper .recruit-section .inner .home-recruit .right .recruit-banner h2 {
    font-size: 2.2rem;
    font-weight: bold;
  }
  .home-wrapper .recruit-section .inner .home-recruit .right .recruit-banner .en-re {
    display: block;
    text-align: center;
    font-size: 0.9rem;
    margin-bottom: 50px;
  }
  .home-wrapper .recruit-section .inner .home-recruit .right .recruit-banner p {
    line-height: 2;
    font-weight: bold;
    margin-bottom: 35px;
    font-size: 1.2rem;
  }
  .home-wrapper .recruit-section .inner .home-recruit .right .recruit-banner .more-btn {
    display: flex;
    flex-wrap: nowrap;
  }
  .home-wrapper .recruit-section .inner .home-recruit .right .recruit-banner .more-btn .text {
    font-size: 1.3rem;
    font-weight: bold;
    line-height: 1.6;
    margin-right: 25px;
    display: flex;
    align-items: center;
  }
  .home-wrapper .recruit-section .inner .home-recruit .right .recruit-banner .more-btn .allow {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 50px;
    width: 50px;
    color: #FFF;
    border-radius: 100%;
    background-color: rgb(209, 83, 97);
  }
}/*# sourceMappingURL=top.css.map */