@charset "UTF-8";
html {
  font-size: 16px;
}

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

a[href^="tel:"] {
  pointer-events: none;
}
@media screen and (max-width: 768px) {
  a[href^="tel:"] {
    pointer-events: auto;
  }
}

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

/*16px＝1rem*/
.mv {
  background-color: #F5F5F5;
  width: 100vw;
  height: auto;
}

.mv-inner {
  margin: 20px 20px 0 20px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .mv-inner {
    margin: 10px 10px 0 10px;
  }
}

.mv-img {
  width: 100%;
  height: auto;
  aspect-ratio: 1400/681.87;
}
@media screen and (max-width: 485px) {
  .mv-img {
    aspect-ratio: 365.58/681.87;
  }
}

.mv-image {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

/* スクロールダウンの位置 */
.scroll {
  position: absolute;
  left: 50%;
  bottom: 70px;
  display: flex;
  flex-direction: column;
  align-items: center;
  transform: translateX(-50%);
}
@media screen and (max-width: 900px) {
  .scroll {
    bottom: 35px;
  }
}
@media screen and (max-width: 485px) {
  .scroll {
    transform: translateX(-43%);
  }
}

.scroll span {
  font-family: "Montserrat", sans-serif;
  font-size: 0.75rem;
  font-weight: 500;
  text-transform: uppercase;
  color: #fff;
  margin-bottom: 10px;
}

.scroll::before {
  background-color: #fff;
  bottom: -50px;
  content: "";
  height: 60px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  width: 1px;
}
@media screen and (max-width: 900px) {
  .scroll::before {
    background-color: #fff;
    bottom: -27px;
    content: "";
    height: 35px;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    width: 1px;
  }
}

.scroll-dot {
  width: 7px;
  height: 7px;
  background-color: #fff;
  border-radius: 50%;
  -webkit-animation: scrollDot 3s infinite;
          animation: scrollDot 3s infinite;
}

@-webkit-keyframes scrollDot {
  0% {
    opacity: 1;
    transform: translateY(0);
  }
  70% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    transform: translateY(55px);
  }
}

@keyframes scrollDot {
  0% {
    opacity: 1;
    transform: translateY(0);
  }
  70% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    transform: translateY(55px);
  }
}
@media screen and (max-width: 900px) {
  @-webkit-keyframes scrollDot {
    0% {
      opacity: 1;
      transform: translateY(0);
    }
    70% {
      opacity: 1;
    }
    100% {
      opacity: 0;
      transform: translateY(33px);
    }
  }
  @keyframes scrollDot {
    0% {
      opacity: 1;
      transform: translateY(0);
    }
    70% {
      opacity: 1;
    }
    100% {
      opacity: 0;
      transform: translateY(33px);
    }
  }
}
.mv__title-wrapper {
  position: absolute;
  top: 32%;
  left: 99px;
}
@media screen and (max-width: 768px) {
  .mv__title-wrapper {
    top: 30%;
  }
}
@media screen and (max-width: 485px) {
  .mv__title-wrapper {
    top: 40%;
    left: 0;
    transform: translate(0, -50%);
    margin-left: 20px;
  }
}

.mv__title {
  font-size: 3.125rem;
  font-weight: 700;
  color: #fff;
  line-height: 1.8;
  font-family: "Zen Kaku Gothic New", sans-serif;
}
@media screen and (max-width: 768px) {
  .mv__title {
    font-size: 1.875rem;
    line-height: 50px;
  }
}
@media screen and (max-width: 600px) {
  .mv__title {
    font-size: 1.6875rem;
    max-width: 340px;
    width: 100%;
  }
}
@media screen and (max-width: 375px) {
  .mv__title {
    font-size: 1.4375rem;
  }
}

.top-about {
  background-color: #F5F5F5;
  padding-top: 118px;
  padding-bottom: 92px;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .top-about {
    padding-top: 50px;
    padding-bottom: 45px;
  }
}

.top-about__container {
  display: flex;
  justify-content: start;
  align-items: start;
  position: relative;
  z-index: 3;
  -moz-column-gap: 220px;
       column-gap: 220px;
}
@media screen and (max-width: 1024px) {
  .top-about__container {
    -moz-column-gap: 100px;
         column-gap: 100px;
    justify-content: center;
  }
}
@media screen and (max-width: 768px) {
  .top-about__container {
    flex-direction: column;
  }
}

.top-about__title-wrapper {
  align-self: center;
}
@media screen and (max-width: 768px) {
  .top-about__title-wrapper {
    align-self: start;
  }
}

.top-about__text-wrapper {
  align-self: center;
}
@media screen and (max-width: 768px) {
  .top-about__text-wrapper {
    align-self: start;
  }
}

.top-about__text-title {
  font-size: 1.5rem;
  font-weight: 500;
  font-family: "Noto Sans JP", sans-serif;
  color: #000;
  line-height: 1.3333333333;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 768px) {
  .top-about__text-title {
    font-size: 1.125rem;
    line-height: 1;
  }
}

.top-about__title::after {
  content: url("../images/about-title-img.svg");
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  font-size: clamp(0.875rem, 0.795rem + 0.367vi, 1.125rem);
  color: #EF2235;
}
@media screen and (max-width: 1024px) {
  .top-about__title::after {
    bottom: -7px;
  }
}
@media screen and (max-width: 768px) {
  .top-about__title::after {
    line-height: 1;
    bottom: -21px;
  }
}

.top-about__text {
  margin-top: 2rem;
}

@media screen and (max-width: 768px) {
  .top-about__button {
    margin: 0 auto;
  }
}

@media screen and (max-width: 768px) {
  .top-about__text-wrapper {
    margin-top: 50px;
    display: flex;
    flex-direction: column;
    align-items: start;
  }
}

.swiper {
  width: 100%;
  height: 100%;
  margin-top: -20px;
  overflow: hidden;
  margin-top: 20px;
  position: relative;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .swiper {
    margin-top: -17px;
  }
}

.swiper-deco-img {
  position: absolute;
  left: 0px;
  top: 85px;
  max-width: 781px;
  width: 100%;
  height: auto;
  z-index: 2;
  overflow: hidden;
  pointer-events: none;
}
@media screen and (max-width: 768px) {
  .swiper-deco-img {
    max-width: 300px;
    left: 0px;
    top: 269px;
  }
}

.swiper-deco-img-right {
  position: absolute;
  right: 0;
  top: -297px;
  max-width: 581px;
  width: 100%;
  height: auto;
  z-index: 4;
  overflow-x: hidden;
  white-space: nowrap;
  pointer-events: none;
}
@media screen and (max-width: 768px) {
  .swiper-deco-img-right {
    max-width: 300px;
    right: 0px;
    top: -234px;
  }
}
@media screen and (max-width: 375px) {
  .swiper-deco-img-right {
    top: -124px;
  }
}

.swiper-deco-image {
  width: 100%;
  height: 100%;
}

.swiper-wrapper {
  transition-timing-function: linear;
  align-items: center;
}

.swiper-slide-2 {
  max-width: 290px;
  width: 100%;
  aspect-ratio: 290/420;
  height: auto;
}

.swiper-slide {
  position: relative;
  z-index: 3;
}

.swiper-slide1 {
  max-width: 400px;
  width: 100%;
  aspect-ratio: 400/300;
  height: auto;
}

.swiper-slide2 {
  max-width: 290px;
  width: 100%;
  aspect-ratio: 290/420;
  height: auto;
}

.swiper-slide3 {
  max-width: 400px;
  width: 100%;
  aspect-ratio: 400/400;
  height: auto;
}

.swiper-slide1 img,
.swiper-slide2 img,
.swiper-slide3 img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.top-service {
  margin-top: 118px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .top-service {
    margin-top: 50px;
  }
}

.swiper-deco-img-service {
  position: absolute;
  left: 0;
  top: 85px;
  max-width: 781px;
  width: 100%;
  height: auto;
  z-index: 2;
  overflow: hidden;
  pointer-events: none;
}
@media screen and (max-width: 1440px) {
  .swiper-deco-img-service {
    left: 0;
    top: 200px;
    max-width: 475px;
  }
}
@media screen and (max-width: 768px) {
  .swiper-deco-img-service {
    max-width: 300px;
  }
}

.top-service__title-wrapper {
  align-self: start;
  position: relative;
  z-index: 3;
}
@media screen and (max-width: 768px) {
  .top-service__title-wrapper {
    text-align: left;
    margin: 0 auto;
    max-width: 390px;
    width: 100%;
  }
}
@media screen and (max-width: 500px) {
  .top-service__title-wrapper {
    width: 100%;
    margin: 0;
  }
}

.top-service__title::after {
  content: url("../images/top-service-title-img.svg");
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  font-size: clamp(0.875rem, 0.795rem + 0.367vi, 1.125rem);
  color: #EF2235;
}
@media screen and (max-width: 1024px) {
  .top-service__title::after {
    bottom: -7px;
  }
}
@media screen and (max-width: 768px) {
  .top-service__title::after {
    line-height: 1;
    bottom: -21px;
  }
}

.top-service__container {
  display: flex;
  justify-content: center;
  align-items: center;
  -moz-column-gap: 158px;
       column-gap: 158px;
}
@media screen and (max-width: 768px) {
  .top-service__container {
    flex-direction: column;
  }
}

.top-service__text {
  margin-top: 50px;
}

.top-service-contents {
  max-width: 700px;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .top-service-contents {
    max-width: 500px;
    margin-top: 50px;
  }
}

.top-service-contents__item {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 33px 20px 24px;
  border-bottom: 1px solid #CCCCCC;
}
@media screen and (max-width: 768px) {
  .top-service-contents__item {
    max-width: 500px;
    width: 100%;
  }
}

.top-service-contents__item:first-child {
  border-top: 1px solid #CCCCCC;
}

.top-service-contents__item-img {
  max-width: 160px;
  width: 100%;
  aspect-ratio: 1/1;
  height: auto;
  position: relative;
}

.top-service-contents__item-image {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
  box-shadow: -10px 0 0 0 rgba(0, 0, 0, 0.1), -20px 0 0 0 rgba(0, 0, 0, 0.05);
}

.top-service-contents__item-img-1::after {
  content: "点検";
  position: absolute;
  top: 50%;
  right: -73px;
  transform: translate(0, -50%);
  font-size: 1.5rem;
  font-weight: 500;
  color: #000;
  font-family: "Zen Kaku Gothic New", sans-serif;
}

.top-service-contents__item-img-2::after {
  content: "設備";
  position: absolute;
  top: 50%;
  right: -73px;
  transform: translate(0, -50%);
  font-size: 1.5rem;
  font-weight: 500;
  color: #000;
  font-family: "Zen Kaku Gothic New", sans-serif;
}

.top-service-contents__item-img-3::after {
  content: "工事";
  position: absolute;
  top: 50%;
  right: -73px;
  transform: translate(0, -50%);
  font-size: 1.5rem;
  font-weight: 500;
  color: #000;
  font-family: "Zen Kaku Gothic New", sans-serif;
}

.top-service-contents-number {
  font-size: 5.875rem;
  font-weight: 500;
  color: rgba(239, 34, 53, 0.3);
  font-family: "Montserrat", sans-serif;
  line-height: 1;
}
@media screen and (max-width: 1024px) {
  .top-service-contents-number {
    font-size: 4.375rem;
    line-height: 1;
  }
}
@media screen and (max-width: 768px) {
  .top-service-contents-number {
    font-size: 3.75rem;
    line-height: 1;
  }
}

.top-service__button {
  margin-top: 70px;
}
@media screen and (max-width: 768px) {
  .top-service__button {
    margin: 0 auto;
  }
}

.btn-style-black {
  display: inline-block;
  padding: 18px 90px 18px 20px;
  font-size: 0.875rem;
  font-weight: 700;
  font-family: "Zen Kaku Gothic New", sans-serif;
  color: #fff;
  cursor: pointer;
  transition: all 0.3s ease;
}

.button-style-black {
  background-color: #000;
  border-radius: 70px;
  max-width: 174px;
  margin-top: 38px;
  position: relative;
  color: #fff;
}

.btn-style-black::after {
  content: url("../images/top-service-icon-white.svg");
  position: absolute;
  width: 15px;
  height: 20px;
  top: 33%;
  right: 27px;
  transition: all 0.3s ease;
}

.button-style-black:hover {
  background-color: #EF2235;
  color: #fff;
}

.btn-style-black:hover::after {
  content: url("../images/btn-icon-hover.svg");
}

.top-company {
  margin-top: 160px;
}
@media (max-width: 768px) {
  .top-company {
    margin-top: 50px;
  }
}

.top-company__container {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: stretch;
  gap: 20px;
}
@media (max-width: 768px) {
  .top-company__container {
    flex-direction: column;
  }
}

.top-company-recruit-flex {
  flex: 1;
  max-width: 690px;
  width: 100%;
  height: 404px;
  background-color: #F5F5F5;
  border-radius: 70px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .top-company-recruit-flex {
    width: 100%;
    padding: 40px 20px;
    border-radius: 40px;
  }
}

.top-company__title-wrapper,
.top-recruit__title-wrapper {
  display: flex;
  align-items: center;
  gap: 43px;
}
@media screen and (max-width: 768px) {
  .top-company__title-wrapper,
.top-recruit__title-wrapper {
    gap: 20px;
    padding-left: 0;
    justify-content: center;
  }
}
@media screen and (max-width: 500px) {
  .top-company__title-wrapper,
.top-recruit__title-wrapper {
    justify-content: space-between;
    gap: 5px;
  }
}

.top-recruit__title,
.top-company__title {
  font-size: clamp(2.5rem, 5vw, 4.5rem);
  line-height: 1.2;
  font-weight: 500;
  font-family: "Montserrat", sans-serif;
  color: #000;
  position: relative;
  text-transform: uppercase;
}

.top-recruit__title::after {
  content: url("../images/top-recruit-title-img.svg");
  position: absolute;
  bottom: -15px;
  left: 0px;
  width: 100%;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  font-size: 1.125rem;
  color: #EF2235;
}
@media screen and (max-width: 768px) {
  .top-recruit__title::after {
    font-size: 0.875rem;
    line-height: 1;
  }
}

.top-company__title::after {
  content: url("../images/top-company-title-img.svg");
  position: absolute;
  bottom: -15px;
  left: 0px;
  width: 100%;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  font-size: 1.125rem;
  color: #EF2235;
}
@media screen and (max-width: 768px) {
  .top-company__title::after {
    font-size: 0.875rem;
    line-height: 1;
  }
}

.top-company__text,
.top-recruit__text {
  margin-top: 53px;
}
@media screen and (max-width: 768px) {
  .top-company__text,
.top-recruit__text {
    margin-top: 20px;
    padding-left: 0;
    text-align: left;
  }
}
@media screen and (max-width: 375px) {
  .top-company__text,
.top-recruit__text {
    text-align: left;
  }
}

.top-company__title-img,
.top-recruit__title-img {
  position: relative;
  width: 100px;
  height: 100px;
  cursor: pointer;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .top-company__title-img,
.top-recruit__title-img {
    width: 70px;
    height: 70px;
  }
}
.top-company__title-img img,
.top-recruit__title-img img {
  position: absolute;
  width: 100%;
  height: 100%;
  transition: opacity 0.1s ease;
}
.top-company__title-img .top-company__title-image-hover,
.top-company__title-img .top-recruit__title-image-hover,
.top-recruit__title-img .top-company__title-image-hover,
.top-recruit__title-img .top-recruit__title-image-hover {
  opacity: 0;
}
.top-company__title-img:hover .top-company__title-image,
.top-company__title-img:hover .top-recruit__title-image,
.top-recruit__title-img:hover .top-company__title-image,
.top-recruit__title-img:hover .top-recruit__title-image {
  opacity: 0;
}
.top-company__title-img:hover .top-company__title-image-hover,
.top-company__title-img:hover .top-recruit__title-image-hover,
.top-recruit__title-img:hover .top-company__title-image-hover,
.top-recruit__title-img:hover .top-recruit__title-image-hover {
  opacity: 1;
}

.top-contact {
  margin-top: 20px;
}
@media screen and (max-width: 768px) {
  .top-contact {
    margin-top: 50px;
  }
}

.top-contact__container {
  max-width: 1400px;
  width: 100%;
  display: flex;
  justify-content: space-around;
  align-items: center;
  background-color: #000;
  border-radius: 70px;
  padding-top: 100px;
  padding-bottom: 120px;
  padding-left: 20px;
  padding-right: 20px;
  -moz-column-gap: 192px;
  column-gap: 8px;
}
@media screen and (max-width: 1024px) {
  .top-contact__container {
    flex-direction: column;
    padding: 50px 20px 0px 20px;
    padding-bottom: 120px;
    row-gap: 30px;
  }
}
@media screen and (max-width: 768px) {
  .top-contact__container {
    padding: 50px 35px 120px 35px;
  }
}

.top-contact__title {
  font-size: 6.25rem;
  font-weight: 500;
  font-family: "Montserrat", sans-serif;
  color: #fff;
  position: relative;
  text-transform: uppercase;
}
@media screen and (max-width: 768px) {
  .top-contact__title {
    font-size: 2.5rem;
    line-height: 1;
  }
}

.top-contact__title::after {
  content: "お問い合わせ";
  position: absolute;
  bottom: 0;
  left: 23px;
  width: 100%;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  font-size: 1.125rem;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .top-contact__title::after {
    font-size: 0.875rem;
    line-height: 1;
    bottom: -19px;
  }
}

.top-contact__title::before {
  content: url("../images/top-contact.svg");
  position: absolute;
  width: 20px;
  height: 20px;
  bottom: 93px;
  left: 0;
}
@media screen and (max-width: 768px) {
  .top-contact__title::before {
    width: 15px;
    height: 15px;
    bottom: 0;
  }
}

.top-contact__text {
  font-size: 0.9375rem;
  font-weight: 500;
  font-family: "Noto Sans JP", sans-serif;
  color: #fff;
  line-height: 2;
  letter-spacing: 0.1em;
  padding-top: 43px;
}
@media screen and (max-width: 768px) {
  .top-contact__text {
    font-size: 0.875rem;
    line-height: 25px;
  }
}

.top-contact__wrapper {
  position: relative;
}

.top-contact__icons {
  width: 85%;
  position: absolute;
  bottom: 0;
  left: 101px;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 1024px) {
  .top-contact__icons {
    width: 70%;
  }
}
@media screen and (max-width: 768px) {
  .top-contact__icons {
    width: 60%;
    left: 18%;
  }
}

.top-contact__entry-btns {
  max-width: 514px;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  row-gap: 20px;
}
@media screen and (max-width: 768px) {
  .top-contact__entry-btns {
    margin-top: 20px;
  }
}

.top-contact__entry-btn-tell {
  max-width: 514px;
  width: 100%;
  height: auto;
  position: relative;
  background-color: #fff;
  border-radius: 70px;
  transition: all 0.3s ease;
}

.top-contact__entry-btn-mail {
  max-width: 514px;
  width: 100%;
  height: auto;
  position: relative;
  background-color: #EF2235;
  border-radius: 70px;
  transition: all 0.3s ease;
}
.top-contact__entry-btn-mail:hover {
  background-color: #fff;
}
.top-contact__entry-btn-mail:hover a {
  color: #EF2235;
}
.top-contact__entry-btn-mail:hover a::after {
  color: #EF2235;
}

.top-contact__entry-btn-tell__icon,
.top-contact__entry-btn-mail__icon {
  position: absolute;
  top: 5px;
  left: 8px;
  width: 95px;
  height: 95px;
}
@media screen and (max-width: 485px) {
  .top-contact__entry-btn-tell__icon,
.top-contact__entry-btn-mail__icon {
    top: 9px;
    left: 12px;
    width: 50px;
    height: 50px;
  }
}

.top-contact__entry-btn-tell a {
  color: #000;
  font-size: 1.5rem;
  font-weight: 500;
  font-family: "Montserrat", sans-serif;
  padding-top: 26px;
  padding-bottom: 46px;
  padding-left: 132px;
  display: inline-block;
  position: relative;
  transition: all 0.3s ease;
}
@media screen and (max-width: 485px) {
  .top-contact__entry-btn-tell a {
    font-size: 1.25rem;
    padding-left: 80px;
    padding-top: 14px;
    padding-bottom: 25px;
  }
}

.top-contact__entry-btn-mail a {
  color: #fff;
  font-size: 1.5rem;
  font-weight: 700;
  font-family: "Montserrat", sans-serif;
  padding-top: 26px;
  padding-bottom: 46px;
  padding-left: 132px;
  display: inline-block;
  position: relative;
  transition: all 0.3s ease;
}
@media screen and (max-width: 485px) {
  .top-contact__entry-btn-mail a {
    font-size: 1.3125rem;
    padding-left: 80px;
    padding-top: 14px;
    padding-bottom: 25px;
  }
}

.top-contact__entry-btn-tell a::after {
  content: "営業時間  平日10:00~17:00";
  position: absolute;
  bottom: 28px;
  left: 132px;
  color: #666666;
  font-size: 0.75rem;
  font-weight: 400;
  font-family: "Noto Sans JP", sans-serif;
  white-space: nowrap;
}
@media screen and (max-width: 485px) {
  .top-contact__entry-btn-tell a::after {
    left: 80px;
    bottom: 13px;
  }
}

.top-contact__entry-btn-mail a::after {
  content: "24時間受付中";
  position: absolute;
  bottom: 28px;
  left: 132px;
  color: #fff;
  font-size: 1rem;
  font-weight: 300;
  font-family: "Noto Sans JP", sans-serif;
}
@media screen and (max-width: 485px) {
  .top-contact__entry-btn-mail a::after {
    left: 80px;
    bottom: 13px;
    font-size: 0.75rem;
  }
}

.top-contact__entry-btn-mail a:hover::after {
  color: #000;
}

.top-contact__icon-img {
  max-width: 69px;
  width: 100%;
  height: auto;
  flex-shrink: 0;
}

.top-contact__icon-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.top-contact__box {
  width: 75px;
  height: 101px;
  border: 11px solid #FFF;
  position: relative;
  bottom: -11px;
}

/*16px＝1rem*/
.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
  transition: background-color 0.3s ease;
}

.header.change-color {
  background-color: rgba(0, 0, 0, 0.7);
}

.footer__wrapper {
  width: 100%;
}

.header-container {
  width: 100%;
  margin: 0 auto;
  padding: 49px 50px 20px 50px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 1260px) {
  .header-container {
    padding: 20px 10px 20px 10px;
  }
}
@media screen and (max-width: 1380px) {
  .header-container {
    padding: 20px 20px 20px 20px;
  }
}
@media screen and (max-width: 768px) {
  .header-container {
    padding: 15px 15px;
  }
}

.nav {
  max-width: 1080px;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 8px;
  margin-right: 7px;
}
@media screen and (max-width: 1260px) {
  .nav {
    margin-right: 0;
  }
}

.header-logo {
  max-width: 158px;
  width: 100%;
  height: auto;
  aspect-ratio: 158/58;
  margin-left: 10px;
}
@media screen and (max-width: 1260px) {
  .header-logo {
    max-width: 145px;
  }
}

.header-logo__image {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.nav-lists {
  width: 100%;
  display: flex;
  align-items: center;
  height: inherit;
  margin-left: 60px;
}
@media screen and (max-width: 1260px) {
  .nav-lists {
    margin-left: 20px;
  }
}

.nav-lists li {
  height: inherit;
  position: relative;
}

.nav-lists li:not(:last-child) {
  padding-right: 36px;
}
@media screen and (max-width: 1260px) {
  .nav-lists li:not(:last-child) {
    padding-right: 10px;
  }
}

.nav-lists li a {
  color: #fff;
  font-size: 0.9375rem;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  position: relative;
}
@media screen and (max-width: 1260px) {
  .nav-lists li a {
    font-size: 0.875rem;
  }
}

.nav-lists li a:hover::after {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -10px;
  width: 5px;
  height: 5px;
  background-color: #fff;
  border-radius: 50%;
}

/*ボタン*/
.header-menu-trigger {
  width: 64px;
  height: 64px;
  border-radius: 28px;
  background-color: #EF2235;
  position: fixed;
  top: 15px;
  right: 20px;
  border: none;
  cursor: pointer;
  z-index: 99;
  transition: background-color 0.5s;
}

.header-menu-trigger.is-active {
  background-color: #fff;
}

.header-menu-trigger.is-active .line {
  background-color: #EF2235;
}

.line {
  width: 15px;
  height: 3px;
  border-radius: 1px;
  background-color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
}

.line[data-index="1"] {
  width: 25px;
  height: 3px;
  border-radius: 1px;
  background-color: #fff;
  position: absolute;
  top: 35%;
  left: 30%;
}

.line[data-index="2"] {
  width: 30px;
  height: 3px;
  border-radius: 1px;
  background-color: #fff;
  position: absolute;
  top: 50%;
  left: 30%;
}

.line[data-index="3"] {
  width: 25px;
  height: 3px;
  border-radius: 1px;
  background-color: #fff;
  position: absolute;
  top: 65%;
  left: 30%;
}

.is-active .line[data-index="1"] {
  top: 50%;
  left: 50%;
  transform: translateX(-50%) rotate(45deg);
}

.is-active .line[data-index="2"] {
  opacity: 0;
}

.is-active .line[data-index="3"] {
  top: 50%;
  left: 50%;
  transform: translateX(-50%) rotate(-45deg);
}

.circle-bg {
  width: 64px;
  height: 64px;
  border-radius: 50%;
  background-color: #EF2235;
  position: absolute;
  top: 64px;
  right: 64px;
  z-index: -1;
  transform: scale(0);
}

/*メニュー内のスタイル*/
.drawer-menu {
  max-width: 768px;
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 0;
  right: 0;
  opacity: 0;
  visibility: hidden;
  overflow: hidden;
}

.drawer-menu__inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.drawer-menu.is-active {
  opacity: 1;
  visibility: visible;
}

.drawer-menu-nav-lists {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-top: 100px;
}

.drawer-menu-nav-lists li {
  color: white;
  font-size: 20px;
  font-weight: bold;
  opacity: 0;
  visibility: hidden;
}

.drawer-menu-nav-lists li + li {
  margin-top: 20px;
}

.drawer-menu__list a {
  color: #fff;
  font-size: 1rem;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  padding: 20px 5px;
}

.drawer-menu-entry-btns {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  margin-top: 30px;
  row-gap: 20px;
}

.entry-btn-tel-drawer,
.entry-btn-mail-drawer {
  max-width: 214px;
  width: 100%;
  height: auto;
  position: relative;
  background-color: #fff;
  border-radius: 70px;
  margin-right: 8px;
}

.entry-btn-tel__icon-drawer,
.entry-btn-mail__icon-drawer {
  position: absolute;
  top: 11px;
  left: 8px;
  width: 40px;
  height: 40px;
}

.entry-btn-tel-drawer a {
  color: #000;
  font-size: 1.125rem;
  font-weight: 500;
  font-family: "Montserrat", sans-serif;
  padding-top: 12px;
  padding-bottom: 26px;
  padding-left: 66px;
  display: inline-block;
  position: relative;
}

.entry-btn-mail-drawer a {
  color: #000;
  font-size: 1.125rem;
  font-weight: 500;
  font-family: "Montserrat", sans-serif;
  padding-top: 12px;
  padding-bottom: 26px;
  padding-left: 55px;
  display: inline-block;
  position: relative;
}

.entry-btn-tel-drawer a::after {
  content: "営業時間  平日10:00~17:00";
  position: absolute;
  bottom: 12px;
  left: 66px;
  color: #666666;
  font-size: 0.65625rem;
  font-weight: 400;
  font-family: "Noto Sans JP", sans-serif;
  white-space: nowrap;
}

.entry-btn-mail-drawer a::after {
  content: "24時間受付中";
  position: absolute;
  bottom: 12px;
  left: 66px;
  color: #666666;
  font-size: 0.75rem;
  font-weight: 300;
  font-family: "Noto Sans JP", sans-serif;
}

/*16px＝1rem*/
.footer {
  margin-top: 20px;
}

.footer__wrapper {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  background-color: #EF2235;
  border-radius: 70px;
  padding-top: 100px;
  padding-bottom: 100px;
  padding-left: 100px;
  padding-right: 91px;
  position: relative;
}
@media screen and (max-width: 1024px) {
  .footer__wrapper {
    -moz-column-gap: 70px;
         column-gap: 70px;
  }
}
@media screen and (max-width: 768px) {
  .footer__wrapper {
    flex-direction: column;
    align-items: center;
    padding-top: 50px;
    padding-left: 20px;
    padding-right: 20px;
  }
}

.footer__container {
  max-width: 350px;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .footer__container {
    margin-left: auto;
    margin-right: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
}

.footer-logo {
  max-width: 158px;
  width: 100%;
  height: auto;
  aspect-ratio: 158/58;
  margin-left: 10px;
}

.footer-logo__image {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.footer__text {
  font-size: 0.9375rem;
  font-weight: 500;
  font-family: "Noto Sans JP", sans-serif;
  color: #fff;
  line-height: 2;
  letter-spacing: 0.1em;
  margin-top: 20px;
}
@media screen and (max-width: 768px) {
  .footer__text {
    font-size: 0.875rem;
    line-height: 25px;
  }
}

.footer-address__button {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  margin-top: 12px;
  border-radius: 40px;
  border: 1px solid #FFF;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  .footer-address__button {
    margin-top: 20px;
  }
}

.footer-address__btn {
  color: #fff;
  font-family: "Montserrat", sans-serif;
  font-size: 0.75rem;
  font-weight: 500;
  line-height: 1;
  padding: 8px 57px;
}

.footer-navs {
  display: flex;
  justify-content: space-between;
  align-items: start;
  flex-direction: column;
}
@media screen and (max-width: 768px) {
  .footer-navs {
    padding-top: 30px;
    align-items: center;
    -moz-column-gap: 30px;
         column-gap: 30px;
    width: 100%;
    position: relative;
  }
}

.footer-nav {
  max-width: 816px;
  width: 100%;
  margin-top: 8px;
  margin-right: 7px;
  align-self: start;
}

.footer-nav-lists {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: left;
  flex-wrap: wrap;
  row-gap: 10px;
}
@media screen and (max-width: 768px) {
  .footer-nav-lists {
    row-gap: 8px;
    flex-direction: column;
  }
}

.footer-nav-lists li {
  color: white;
  font-size: 20px;
  font-weight: bold;
  position: relative;
  padding: 0 10px;
}
@media screen and (max-width: 768px) {
  .footer-nav-lists li {
    font-size: 16px;
    padding: 0 5px;
  }
}

.footer-nav-lists li:not(:last-child) {
  padding-right: 15px;
}
@media screen and (max-width: 768px) {
  .footer-nav-lists li:not(:last-child) {
    padding-right: 5px;
  }
}

.footer-nav-lists a {
  color: #fff;
  font-size: 1rem;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  padding: 20px 5px;
  white-space: nowrap;
}

.footer-nav-lists li:hover::after {
  content: "";
  position: absolute;
  right: 50%;
  transform: translateX(50%);
  bottom: -5px;
  width: 5px;
  height: 5px;
  background-color: #fff;
  border-radius: 50%;
}

.footer__copyright {
  color: #fff;
  font-size: 0.75rem;
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  line-height: 1;
  justify-self: end;
  padding-left: 105px;
}
@media screen and (max-width: 768px) {
  .footer__copyright {
    padding-left: 0;
    padding-top: 30px;
    align-self: start;
    position: absolute;
    bottom: -85px;
    left: 50%;
    transform: translateX(-50%);
  }
}

.scroll-top-img {
  position: absolute;
  max-width: 102px;
  width: 100%;
  height: auto;
  bottom: 0;
  right: 41px;
}
@media screen and (max-width: 800px) {
  .scroll-top-img {
    right: 20px;
  }
}
@media screen and (max-width: 768px) {
  .scroll-top-img {
    max-width: 80px;
    right: 25px;
  }
}

.scroll-top-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

/*16px＝1rem*/
.under-mv {
  background-color: #F5F5F5;
  width: 100vw;
  height: auto;
}

.under-mv-inner {
  margin: 20px 20px 0 20px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .under-mv-inner {
    margin: 10px 10px 0 10px;
  }
}

.under-mv-img {
  width: 100%;
  height: auto;
  aspect-ratio: 1400/487;
}
@media screen and (max-width: 768px) {
  .under-mv-img {
    aspect-ratio: 1000/400;
  }
}
@media screen and (max-width: 500px) {
  .under-mv-img {
    aspect-ratio: 390/280;
    height: 280px;
  }
}

.under-mv-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 27px;
}

.under-mv-inner-text {
  width: 100%;
  padding: 25px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 768px) {
  .under-mv-inner-text {
    padding: 0 15px;
  }
}

.under-mv__title-wrapper {
  position: absolute;
  width: 100%;
  top: 240px;
  left: 99px;
  width: 90%;
}
@media screen and (max-width: 1260px) {
  .under-mv__title-wrapper {
    top: 122px;
  }
}
@media screen and (max-width: 800px) {
  .under-mv__title-wrapper {
    top: 90px;
    left: 47px;
  }
}
@media screen and (max-width: 768px) {
  .under-mv__title-wrapper {
    top: 125px;
    left: 30px;
  }
}
@media screen and (max-width: 600px) {
  .under-mv__title-wrapper {
    top: 100px;
  }
}
@media screen and (max-width: 500px) {
  .under-mv__title-wrapper {
    top: 150px;
    left: 30px;
  }
}

.under-mv-text {
  background-color: #F5F5F5;
}

.under-mv__title {
  font-size: 3.125rem;
  font-weight: 700;
  color: #fff;
  line-height: 1.8;
  font-family: "Zen Kaku Gothic New", sans-serif;
}
@media screen and (max-width: 768px) {
  .under-mv__title {
    font-size: 1.875rem;
    line-height: 50px;
  }
}
@media screen and (max-width: 500px) {
  .under-mv__title {
    font-size: 1.5625rem;
    line-height: 17px;
  }
}

.about-text-wrapper {
  display: flex;
  justify-content: center;
  padding-top: 111px;
  padding-bottom: 141px;
}
@media screen and (max-width: 768px) {
  .about-text-wrapper {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}

.about-text {
  color: #000;
  text-align: center;
  font-family: "Inter", sans-serif;
  font-size: 1.25rem;
  font-weight: 300;
  line-height: 40px; /* 200% */
  text-transform: uppercase;
}
@media screen and (max-width: 768px) {
  .about-text {
    font-size: 1rem;
    line-height: 30px;
    text-align: left;
  }
}

.about-business {
  background-color: #fff;
  position: relative;
}

.about-business__title-wrapper {
  display: flex;
  justify-content: center;
  margin-top: 112px;
}

.about-business__title {
  color: #EF2235;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 2.25rem;
  font-weight: 700;
  line-height: 20px; /* 55.556% */
  position: relative;
  padding-left: 42px;
}

.about-business__title::before {
  content: url("../images/under-title-icon.svg");
  position: absolute;
  width: 30px;
  height: 30px;
  bottom: -5px;
  left: 0;
}
@media screen and (max-width: 768px) {
  .about-business__title::before {
    width: 15px;
    height: 15px;
    bottom: 7px;
  }
}

.about-business-deco-img-left {
  position: absolute;
  left: 0px;
  bottom: -172px;
  max-width: 900px;
  width: 100%;
  height: auto;
  z-index: 2;
  overflow: hidden;
  pointer-events: none;
}
@media screen and (max-width: 1920px) {
  .about-business-deco-img-left {
    max-width: 690px;
  }
}
@media screen and (max-width: 1440px) {
  .about-business-deco-img-left {
    max-width: 457px;
  }
}
@media screen and (max-width: 768px) {
  .about-business-deco-img-left {
    bottom: -85px;
    max-width: 335px;
  }
}

.about-business-deco-img-right {
  position: absolute;
  right: 0;
  top: -194px;
  max-width: 900px;
  width: 100%;
  height: auto;
  z-index: 4;
  overflow-x: hidden;
  white-space: nowrap;
  pointer-events: none;
}
@media screen and (max-width: 1920px) {
  .about-business-deco-img-right {
    max-width: 750px;
  }
}
@media screen and (max-width: 1440px) {
  .about-business-deco-img-right {
    max-width: 581px;
  }
}
@media screen and (max-width: 768px) {
  .about-business-deco-img-right {
    max-width: 300px;
    right: 0px;
    top: -120px;
  }
}
@media screen and (max-width: 375px) {
  .about-business-deco-img-right {
    top: -124px;
  }
}

.about-business-deco-image {
  width: 100%;
  height: 100%;
}

.about-business__container {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  margin-top: 85px;
}

.about-business__item {
  max-width: 850px;
  width: 100%;
  display: flex;
  -moz-column-gap: 42px;
       column-gap: 42px;
  padding-bottom: 71px;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .about-business__item {
    flex-direction: column;
    row-gap: 42px;
    margin-bottom: 40px;
  }
}

.about-business__item:not(:last-child) {
  border-bottom: 1px solid #666666;
}

.about-business__item-1,
.about-business__item-3 {
  position: relative;
}

.about-business__item-1::after {
  content: "01";
  font-size: 7.5rem;
  font-weight: 500;
  color: rgba(239, 34, 53, 0.3);
  font-family: "Montserrat", sans-serif;
  line-height: 1;
  position: absolute;
  bottom: 71px;
  right: 14px;
}
@media screen and (max-width: 1024px) {
  .about-business__item-1::after {
    font-size: 4.375rem;
    line-height: 1;
  }
}
@media screen and (max-width: 768px) {
  .about-business__item-1::after {
    display: none;
    font-size: 3.75rem;
    line-height: 1;
  }
}

.about-business__item-img-1::after {
  display: none;
  content: "01";
  font-size: 7.5rem;
  font-weight: 500;
  color: rgba(239, 34, 53, 0.3);
  font-family: "Montserrat", sans-serif;
  line-height: 1;
  position: absolute;
  top: -27px;
  left: -10px;
}
@media screen and (max-width: 1024px) {
  .about-business__item-img-1::after {
    font-size: 4.375rem;
    line-height: 1;
  }
}
@media screen and (max-width: 768px) {
  .about-business__item-img-1::after {
    display: block;
    font-size: 3.75rem;
    line-height: 1;
  }
}

.about-business__item-2::after {
  content: "02";
  font-size: 7.5rem;
  font-weight: 500;
  color: rgba(239, 34, 53, 0.3);
  font-family: "Montserrat", sans-serif;
  line-height: 1;
  position: absolute;
  bottom: 52px;
  right: 282px;
}
@media screen and (max-width: 1024px) {
  .about-business__item-2::after {
    font-size: 4.375rem;
    line-height: 1;
  }
}
@media screen and (max-width: 768px) {
  .about-business__item-2::after {
    display: none;
    font-size: 3.75rem;
    line-height: 1;
  }
}

.about-business__item-img-2::after {
  display: none;
  content: "02";
  font-size: 7.5rem;
  font-weight: 500;
  color: rgba(239, 34, 53, 0.3);
  font-family: "Montserrat", sans-serif;
  line-height: 1;
  position: absolute;
  top: -27px;
  left: -10px;
}
@media screen and (max-width: 1024px) {
  .about-business__item-img-2::after {
    font-size: 4.375rem;
    line-height: 1;
  }
}
@media screen and (max-width: 768px) {
  .about-business__item-img-2::after {
    display: block;
    font-size: 3.75rem;
    line-height: 1;
  }
}

.about-business__item-3::after {
  content: "03";
  font-size: 7.5rem;
  font-weight: 500;
  color: rgba(239, 34, 53, 0.3);
  font-family: "Montserrat", sans-serif;
  line-height: 1;
  position: absolute;
  bottom: 71px;
  right: 14px;
}
@media screen and (max-width: 1024px) {
  .about-business__item-3::after {
    font-size: 4.375rem;
    line-height: 1;
  }
}
@media screen and (max-width: 768px) {
  .about-business__item-3::after {
    display: none;
    font-size: 3.75rem;
    line-height: 1;
  }
}

.about-business__item-img-3::after {
  display: none;
  content: "03";
  font-size: 7.5rem;
  font-weight: 500;
  color: rgba(239, 34, 53, 0.3);
  font-family: "Montserrat", sans-serif;
  line-height: 1;
  position: absolute;
  top: -27px;
  left: -10px;
}
@media screen and (max-width: 1024px) {
  .about-business__item-img-3::after {
    font-size: 4.375rem;
    line-height: 1;
  }
}
@media screen and (max-width: 768px) {
  .about-business__item-img-3::after {
    display: block;
    font-size: 3.75rem;
    line-height: 1;
  }
}

.about-business__item-2 {
  position: relative;
  justify-content: space-between;
  flex-direction: row-reverse;
}
@media screen and (max-width: 768px) {
  .about-business__item-2 {
    flex-direction: column;
  }
}

.about-business__item:not(:first-child) {
  margin-top: 70px;
}

.about-business__item-img {
  max-width: 240px;
  width: 100%;
  aspect-ratio: 1/1;
  height: auto;
  position: relative;
}

.about-business__item-img img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
  box-shadow: -10px 0 0 0 rgba(0, 0, 0, 0.1), -20px 0 0 0 rgba(0, 0, 0, 0.05);
}

.about-business__item-text-title {
  color: #000;
  text-align: left;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 32px; /* 133.333% */
}
@media screen and (max-width: 768px) {
  .about-business__item-text-title {
    text-align: center;
  }
}

.about-business__item-text {
  max-width: 480px;
  width: 100%;
  color: #000;
  text-align: left;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1rem;
  font-weight: 300;
  line-height: 2;
  padding-top: 19px;
}

.about-sample {
  background-color: #fff;
  margin-bottom: 60px;
  width: 100%;
  height: auto;
  padding: 0 25px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 768px) {
  .about-sample {
    margin-bottom: 40px;
    padding: 0 15px;
  }
}

.about-sample-inner {
  background-color: #F5F5F5;
  border-radius: 30px;
}

.about-sample__title-wrapper {
  display: flex;
  justify-content: center;
  margin-top: 112px;
}
@media screen and (max-width: 768px) {
  .about-sample__title-wrapper {
    margin-top: 50px;
  }
}

.about-sample__title {
  color: #000;
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.5rem;
  font-weight: 300;
  line-height: 40px; /* 166.667% */
  text-transform: uppercase;
  padding-top: 60px;
}
@media screen and (max-width: 768px) {
  .about-sample__title {
    font-size: 1.25rem;
  }
}
@media screen and (max-width: 414px) {
  .about-sample__title {
    font-size: 1rem;
  }
}

.about-sample__container {
  display: flex;
  justify-content: center;
  margin-top: 60px;
  padding-bottom: 60px;
  margin-left: 77px;
}
@media screen and (max-width: 800px) {
  .about-sample__container {
    margin-left: 0;
  }
}

.about-sample__lists {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  -moz-column-gap: 15px;
       column-gap: 15px;
  row-gap: 50px;
  max-width: 1000px;
  width: 100%;
  justify-content: center;
  flex-wrap: wrap;
  margin: 0 auto;
}
@media screen and (max-width: 375px) {
  .about-sample__lists {
    grid-template-columns: repeat(1, 1fr);
  }
}

.about-sample__list {
  display: flex;
  align-items: center;
  -moz-column-gap: 21px;
       column-gap: 21px;
}
@media screen and (max-width: 768px) {
  .about-sample__list {
    flex-direction: column;
  }
}

.about-sample__list-img {
  max-width: 108px;
  width: 100%;
  aspect-ratio: 1/1;
  height: auto;
}

.about-sample__list-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.about-sample__list-text {
  color: #000;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.25rem;
  font-weight: 300;
  line-height: 40px; /* 200% */
  text-transform: uppercase;
}
@media screen and (max-width: 414px) {
  .about-sample__list-text {
    font-size: 1rem;
  }
}

/*16px＝1rem*/
.represent_greeting {
  background-color: #F5F5F5;
  padding-bottom: 146px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .represent_greeting {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}

.represent_greeting-inner {
  position: relative;
}

.represent_greeting__text-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 90px;
}

.represent_greeting__text {
  color: #000;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 40px; /* 221.117% */
}

.represent_greeting__text:first-child {
  align-self: start;
}
@media screen and (max-width: 768px) {
  .represent_greeting__text:first-child {
    margin-top: 20px;
  }
}

.represent_greeting__text:nth-child(2) {
  margin-top: 52px;
  align-self: end;
}

.company-deco-img {
  position: absolute;
  left: 0px;
  bottom: -233px;
  max-width: 900px;
  width: 100%;
  height: auto;
  z-index: 2;
  overflow: hidden;
  pointer-events: none;
}
@media screen and (max-width: 1920px) {
  .company-deco-img {
    max-width: 690px;
  }
}
@media screen and (max-width: 1024px) {
  .company-deco-img {
    max-width: 457px;
    bottom: -110px;
  }
}
@media screen and (max-width: 768px) {
  .company-deco-img {
    bottom: -70px;
    max-width: 335px;
  }
}

.company-deco-image {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.company-info {
  background-color: #fff;
  padding-top: 164px;
  padding-bottom: 146px;
}
@media screen and (max-width: 1024px) {
  .company-info {
    padding-top: 30px;
  }
}

.company-info__container {
  margin-top: 39px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.company-info__table {
  border-collapse: separate;
  border-spacing: 0;
  width: 100%;
  max-width: 600px;
  width: 100%;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .company-info__table {
    max-width: 320px;
    width: 100%;
  }
}

.company-info__table th,
.company-info__table td {
  padding: 20px;
  color: #000;
  font-family: "Inter", sans-serif;
  font-size: 1rem;
  font-weight: 300;
  line-height: 80px; /* 500% */
}
@media screen and (max-width: 768px) {
  .company-info__table th,
.company-info__table td {
    display: block;
    padding: 10px 0;
    line-height: 20px;
  }
}

.company-info__table th {
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .company-info__table th {
    margin-top: 30px;
  }
}

.company-info__table th {
  text-align: left;
  width: 30%;
}

.company-info__table td {
  width: 70%;
}

/*16px＝1rem*/
.contact-mv {
  background-color: #F5F5F5;
  position: relative;
}

.contact-text-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-bottom: 100px;
}

.contact-text {
  color: #000;
  text-align: center;
  font-family: "Montserrat", sans-serif;
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 40px; /* 200% */
  text-transform: uppercase;
  margin-top: 52px;
}
@media screen and (max-width: 414px) {
  .contact-text {
    font-size: 1rem;
  }
}

.contact-title {
  color: #EF2235;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 2.25rem;
  font-weight: 700;
  line-height: 20px;
  /* 55.556% */
  position: relative;
  letter-spacing: 0.06em;
  padding-left: 42px;
}

.contact-title::before {
  content: url("../images/tell-contact.svg");
  position: absolute;
  width: 30px;
  height: 30px;
  bottom: -5px;
  left: 0;
}
@media screen and (max-width: 768px) {
  .contact-title::before {
    width: 15px;
    height: 15px;
    bottom: 7px;
  }
}

.contact-title a {
  color: #EF2235;
}

.recruitment-info {
  background-color: #fff;
  padding-top: 30px;
  position: relative;
}

.recruitment-info__container {
  margin-top: 39px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.recruitment-info__table {
  border-collapse: separate;
  border-spacing: 0;
  width: 100%;
  max-width: 600px;
  width: 100%;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .recruitment-info__table {
    max-width: 500px;
    width: 100%;
  }
}

.recruitment-info__table th,
.recruitment-info__table td {
  padding: 20px;
  color: #000;
  font-family: "Inter", sans-serif;
  font-size: 1rem;
  font-weight: 300;
  line-height: 42px;
}
@media screen and (max-width: 768px) {
  .recruitment-info__table th,
.recruitment-info__table td {
    display: block;
    padding: 10px 0;
    line-height: 20px;
  }
}

@media screen and (max-width: 768px) {
  .recruitment-info__table th {
    margin-top: 30px;
  }
}

.recruitment-info__table th {
  text-align: left;
  width: 30%;
}

.recruitment-info__table td {
  width: 70%;
}

/* フォーム全体のスタイル */
.form-section {
  padding-top: 100px;
  padding-bottom: 130px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .form-section {
    padding-top: 50px;
    padding-bottom: 60px;
  }
}
@media screen and (max-width: 375px) {
  .form-section {
    padding-top: 0;
  }
}

.form__inner {
  max-width: 1080px;
  width: 100%;
  padding: 0 25px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .form__inner {
    padding: 0 15px;
  }
}

.contact__container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: column;
  width: 100%;
  padding: 84px 140px;
  background-color: #fff;
  border-radius: 30px;
}
@media screen and (max-width: 1024px) {
  .contact__container {
    padding: 50px 40px;
  }
}
@media screen and (max-width: 768px) {
  .contact__container {
    padding: 50px 25px;
  }
}
@media screen and (max-width: 375px) {
  .contact__container {
    padding: 50px 15px;
  }
}

.form__form {
  margin-top: 70px;
}
@media screen and (max-width: 768px) {
  .form__form {
    margin-top: 50px;
  }
}

.form__title-k {
  color: #EF2235;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 2.25rem;
  font-weight: 700;
  line-height: 20px;
  /* 55.556% */
  letter-spacing: 2.16px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .form__title-k {
    font-size: 1.5rem;
  }
}

.form__title-k::before {
  content: ""; /*何も入れない*/
  display: inline-block;
  width: 34px; /*画像の幅*/
  height: 34px; /*画像の高さ*/
  background-image: url(../images/title-icon.png);
  background-size: contain;
  vertical-align: middle;
  position: absolute;
  bottom: -5px;
  left: -40px;
}
@media screen and (max-width: 768px) {
  .form__title-k::before {
    width: 20px;
    height: 20px;
    padding-left: 0;
    bottom: 0;
    left: -26px;
  }
}

.form-group {
  display: flex;
  align-items: start;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .form-group {
    flex-direction: column;
    align-items: start;
    display: block;
  }
}

.form-group-label {
  flex: 0 0 300px;
  font-size: 20px;
  font-weight: 500;
  font-family: "Inter", sans-serif;
  color: #000;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .form-group-label {
    flex: 0 0 70px;
    justify-content: left;
  }
}

.required {
  margin-left: auto;
}

.required {
  background-color: #EF2235;
  color: #fff;
  font-size: 20px;
  font-family: "Inter", sans-serif;
  font-weight: 500;
  padding: 5px 15px;
  border-radius: 4px;
  margin-left: 10px;
  margin-right: 36px;
}

input[type=text],
input[type=tel],
input[type=email],
input[type=file],
textarea {
  width: 100%;
  max-width: 481px;
  flex: 1;
  padding: 10px;
  border: 1px solid #000;
  border-radius: 10px;
  font-size: 16px;
}
@media screen and (max-width: 768px) {
  input[type=text],
input[type=tel],
input[type=email],
input[type=file],
textarea {
    width: 100%;
    margin-top: 20px;
  }
}

textarea {
  max-width: 481px;
  width: 100%;
  height: 263px;
  resize: vertical;
  border: 1px solid #000;
  border-radius: 10px;
  background: transparent;
  display: block;
}
@media screen and (max-width: 768px) {
  textarea {
    max-width: 1080px;
    width: 100%;
  }
}

.application-form {
  max-width: 1080px;
  width: 100%;
  margin: 0 auto;
}

.privacy-policy-label {
  color: #000;
  text-align: left;
  font-family: "Inter", sans-serif;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 30px; /* 165.837% */
  text-transform: uppercase;
  margin-bottom: 10px;
  display: block;
}

.privacy-policy-text-contact {
  color: #000;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 1rem;
  font-weight: 300;
  line-height: 200%;
  overflow-y: scroll;
  border: 1px solid #000;
  max-width: 783px;
  height: 259px;
  width: 100%;
  margin-top: 20px;
  padding: 30px 40px;
  border-radius: 10px;
}
@media screen and (max-width: 768px) {
  .privacy-policy-text-contact {
    padding: 10px 15px;
  }
}

.privacy-policy-text-contact::-webkit-scrollbar {
  display: none;
}

.form-group-button {
  text-align: center;
  margin-top: 20px;
}

.form-group-button {
  display: flex;
  justify-content: center;
}

.checkbox-group {
  display: flex;
  align-items: center;
  justify-content: center;
}

input[type=checkbox] {
  width: 33px;
  height: 33px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 1px solid #000;
  border-radius: 3px;
  outline: none;
  cursor: pointer;
  display: block;
}
input[type=checkbox]:checked {
  background-color: #EF2235;
  position: relative;
}
input[type=checkbox]:checked::after {
  content: "✔";
  font-size: 1.25rem;
  color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.checkbox-group label {
  display: flex;
  align-items: center;
  font-size: 1.125rem;
  color: #000;
  font-family: "Inter", sans-serif;
  font-weight: 500;
  line-height: 35px;
  /* 194.444% */
  text-transform: uppercase;
  cursor: pointer;
  width: 100%;
  margin-bottom: 0;
  padding-top: 30px;
}

.wpcf7-list-item-label {
  align-items: center;
  font-size: 1.125rem;
  color: #000;
  font-family: "Inter", sans-serif;
  font-weight: 500;
  line-height: 35px;
  margin-left: 17px;
}

.wpcf7-spinner {
  display: none;
}

.contact-info-deco-img-1 {
  position: absolute;
  left: 0px;
  bottom: -142px;
  max-width: 660px;
  width: 100%;
  height: auto;
  z-index: 2;
  overflow: hidden;
  pointer-events: none;
}
@media screen and (max-width: 768px) {
  .contact-info-deco-img-1 {
    max-width: 300px;
    left: 0px;
    bottom: -76px;
  }
}
@media screen and (max-width: 375px) {
  .contact-info-deco-img-1 {
    max-width: 180px;
  }
}

.contact-deco-img-right {
  position: absolute;
  right: 0;
  bottom: -425px;
  max-width: 581px;
  width: 100%;
  height: auto;
  z-index: 4;
  overflow-x: hidden;
  white-space: nowrap;
  pointer-events: none;
}
@media screen and (max-width: 768px) {
  .contact-deco-img-right {
    max-width: 300px;
    right: 0px;
    bottom: -234px;
  }
}
@media screen and (max-width: 375px) {
  .contact-deco-img-right {
    bottom: -124px;
  }
}

.contact-deco-image {
  width: 100%;
  height: 100%;
}

.contact-info-deco-img {
  position: absolute;
  left: 0;
  bottom: 44px;
  max-width: 781px;
  width: 100%;
  height: auto;
  z-index: 2;
  overflow: hidden;
  pointer-events: none;
}
@media screen and (max-width: 1440px) {
  .contact-info-deco-img {
    left: 0;
    bottom: 44px;
    max-width: 475px;
  }
}
@media screen and (max-width: 768px) {
  .contact-info-deco-img {
    max-width: 300px;
    bottom: -8px;
  }
}

.button-style-contact {
  background-color: #EF2235;
  border-radius: 70px;
  max-width: 174px;
  margin-top: 38px;
  position: relative;
  cursor: pointer;
  transition: all 0.3s ease;
}

.button-style-contact:hover {
  background-color: #000;
}

.btn-style-contact:hover {
  color: #fff;
}

.btn-style-contact::after {
  content: url("../images/top-service-icon-white.svg");
  position: absolute;
  width: 15px;
  height: 20px;
  top: 33%;
  right: 27px;
  transition: all 0.3s ease;
}

.btn-style-contact:hover::after {
  content: url("../images/btn-icon-hover.svg");
}

.submit-button-contact {
  display: inline-block;
  padding: 18px 90px 18px 20px;
  font-size: 0.875rem;
  font-weight: 700;
  font-family: "Zen Kaku Gothic New", sans-serif;
  color: #fff;
  transition: all 0.3s ease;
  cursor: pointer;
}

/*16px＝1rem*/
.philosophy-mv {
  background-color: #F5F5F5;
}

.philosophy-text-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-bottom: 100px;
}

.philosophy-text {
  color: #000;
  text-align: center;
  font-family: "Montserrat", sans-serif;
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 40px; /* 200% */
  text-transform: uppercase;
  margin-top: 52px;
}
@media screen and (max-width: 768px) {
  .philosophy-text {
    font-size: 1rem;
    line-height: 32px;
    letter-spacing: 0.05em;
    text-align: left;
  }
}
@media screen and (max-width: 600px) {
  .philosophy-text {
    font-size: 0.9375rem;
    text-align: left;
  }
}

.philosophy-future-title-wrapper {
  display: flex;
  justify-content: center;
  padding-top: 112px;
}
@media screen and (max-width: 768px) {
  .philosophy-future-title-wrapper {
    padding-top: 50px;
  }
}

.philosophy-future {
  position: relative;
}

.philosophy-future-text-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.philosophy-future-text {
  color: #000;
  text-align: center;
  font-family: "Montserrat", sans-serif;
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 40px; /* 200% */
  text-transform: uppercase;
  margin-top: 52px;
}
@media screen and (max-width: 768px) {
  .philosophy-future-text {
    font-size: 1rem;
    line-height: 30px;
  }
}
@media screen and (max-width: 600px) {
  .philosophy-future-text {
    text-align: left;
    font-size: 0.875rem;
  }
}

.philosophy-future-deco-img-right {
  position: absolute;
  right: 0;
  top: -85px;
  max-width: 900px;
  width: 100%;
  height: auto;
  z-index: 4;
  overflow-x: hidden;
  white-space: nowrap;
  pointer-events: none;
}
@media screen and (max-width: 1920px) {
  .philosophy-future-deco-img-right {
    max-width: 750px;
  }
}
@media screen and (max-width: 1440px) {
  .philosophy-future-deco-img-right {
    max-width: 581px;
  }
}
@media screen and (max-width: 768px) {
  .philosophy-future-deco-img-right {
    max-width: 300px;
    right: 0px;
    top: -120px;
  }
}
@media screen and (max-width: 375px) {
  .philosophy-future-deco-img-right {
    top: -124px;
  }
}

.philosophy-future-deco-image {
  width: 100%;
  height: 100%;
}

.philosophy-imgs-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 62px;
  -moz-column-gap: 30px;
       column-gap: 30px;
  margin-bottom: 112px;
}
@media screen and (max-width: 768px) {
  .philosophy-imgs-wrapper {
    -moz-column-gap: 10px;
         column-gap: 10px;
  }
}
@media screen and (max-width: 485px) {
  .philosophy-imgs-wrapper {
    flex-direction: column;
    row-gap: 20px;
    margin-top: 30px;
    margin-bottom: 50px;
  }
}

.philosophy-img-1 {
  max-width: 290px;
  width: 100%;
  height: auto;
  aspect-ratio: 290/400;
}

.philosophy-img-2 {
  max-width: 400px;
  width: 100%;
  height: auto;
  aspect-ratio: 400/400;
}

.philosophy-img-3 {
  max-width: 400px;
  width: 100%;
  height: auto;
  aspect-ratio: 400/300;
}

.philosophy-image {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

/*16px＝1rem*/
.news-mv {
  background-color: #fff;
  position: relative;
}

.news-list-wrapper {
  display: flex;
}
@media screen and (max-width: 768px) {
  .news-list-wrapper {
    flex-direction: column;
  }
}

.news-list-container {
  max-width: 680px;
  width: 100%;
  padding-top: 75px;
}

.news-list-items {
  display: grid;
  grid-template-columns: repeat(2, minmax(200px, 1fr));
  grid-column-gap: 39px;
  grid-row-gap: 60px;
}
@media screen and (max-width: 1024px) {
  .news-list-items {
    -moz-column-gap: 20px;
         column-gap: 20px;
  }
}
@media screen and (max-width: 768px) {
  .news-list-items {
    grid-template-columns: repeat(1, 1fr);
    grid-template-rows: auto;
    grid-column-gap: 0;
    grid-row-gap: 30px;
    justify-content: center;
    max-width: 80%;
    margin-left: auto;
    margin-right: auto;
  }
}

.news-list-sidebar {
  max-width: 240px;
  width: 100%;
  margin-left: 160px;
  margin-top: 75px;
}
@media screen and (max-width: 1024px) {
  .news-list-sidebar {
    margin-left: 50px;
  }
}
@media screen and (max-width: 768px) {
  .news-list-sidebar {
    margin-left: 30px;
  }
}

@media screen and (max-width: 768px) {
  .news-list-item-img-wrapper {
    display: flex;
    justify-content: center;
  }
}

@media screen and (max-width: 768px) {
  .news-list-item-text-wrapper {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
  }
}

.news-list-item-img {
  max-width: 316px;
  width: 100%;
  height: auto;
  aspect-ratio: 316/200;
}

.news-list-item-image {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.news-list-item-text-date {
  font-size: 0.625rem;
  font-weight: 500;
  color: #000;
  font-family: "Zen Kaku Gothic New", sans-serif;
  line-height: 4;
}

.news-list-item-text-title {
  max-width: 316px;
  width: 100%;
  font-size: 1.125rem;
  font-weight: 700;
  color: #000;
  font-family: "Zen Kaku Gothic New", sans-serif;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.news-list-sidebar-category-title {
  font-size: 1.125rem;
  font-weight: 700;
  color: #EF2235;
  font-family: "Zen Kaku Gothic New", sans-serif;
  line-height: 2.2222222222;
  border-bottom: 1px solid #EF2235;
}

.news-list-sidebar-category-item a {
  font-size: 1.125rem;
  font-weight: 500;
  color: #000;
  font-family: "Zen Kaku Gothic New", sans-serif;
  line-height: 2.2222222222;
}

.pagination {
  margin: 0 auto;
  margin-top: 30px;
  text-align: center;
}

.news-list-sidebar-category-link {
  display: flex;
  align-items: center;
  color: #333;
  text-decoration: none;
}
.news-list-sidebar-category-link:hover {
  text-decoration: underline;
}
.news-list-sidebar-category-link .category-arrow {
  margin-right: 5px;
  font-size: 0.8em;
}
.news-list-sidebar-category-link .post-count {
  color: #888;
  font-size: 0.8em;
  margin-left: 5px;
}

.news-list-title-text {
  font-size: 1.5rem;
  font-weight: 700;
  color: #000;
  font-family: "Zen Kaku Gothic New", sans-serif;
  line-height: 1.25;
}
@media screen and (max-width: 768px) {
  .news-list-title-text {
    font-size: 1.375rem;
    line-height: 1.3636363636;
  }
}

.news-list-date {
  font-size: 0.625rem;
  font-weight: 500;
  color: #000;
  font-family: "Zen Kaku Gothic New", sans-serif;
  line-height: 4;
  margin-top: 20px;
  border-bottom: 1px solid #000;
}

.news-list-container-inner {
  padding: 39px;
  border: 1px solid #000;
  border-radius: 10px;
}

.news-list-container-inner h3 {
  font-size: 1.25rem;
  font-weight: 500;
  color: #fff;
  font-family: "Zen Kaku Gothic New", sans-serif;
  line-height: 1.5;
  background-color: #EF2235;
  margin-top: 56px;
  padding: 9px 13px;
}
@media screen and (max-width: 768px) {
  .news-list-container-inner h3 {
    font-size: 1.125rem;
    line-height: 1.6666666667;
  }
}

.news-list-container-inner h4 {
  font-size: 1.25rem;
  font-weight: 500;
  color: #000;
  font-family: "Zen Kaku Gothic New", sans-serif;
  line-height: 1.5;
  margin-top: 30px;
  padding: 9px 13px;
  border-left: 10px solid #EF2235;
  display: inline-block;
  padding: 0.25em 0.5em;
}
@media screen and (max-width: 768px) {
  .news-list-container-inner h4 {
    font-size: 1.125rem;
    line-height: 1.6666666667;
  }
}

.news-list-container-inner h4 {
  font-size: 1.25rem;
  font-weight: 500;
  color: #000;
  font-family: "Zen Kaku Gothic New", sans-serif;
  line-height: 1.5;
  margin-top: 34px;
}
@media screen and (max-width: 768px) {
  .news-list-container-inner h4 {
    font-size: 1.125rem;
    line-height: 1.6666666667;
  }
}

.news-list-container-inner p {
  font-size: 1.125rem;
  font-weight: 300;
  color: #000;
  font-family: "Zen Kaku Gothic New", sans-serif;
  line-height: 1.9444444444;
  margin-top: 31px;
}
@media screen and (max-width: 768px) {
  .news-list-container-inner p {
    font-size: 1rem;
    line-height: 2.1875;
  }
}

.news-list-back-btn {
  display: flex;
  justify-content: center;
}

.news-list-back-button {
  background-color: #EF2235;
  border-radius: 70px;
  max-width: 174px;
  margin-top: 38px;
  position: relative;
  cursor: pointer;
  transition: all 0.3s ease;
}

.news-list-back-button:hover {
  background-color: #000;
}

.news-list-back-button__btn {
  display: inline-block;
  padding: 18px 75px 18px 20px;
  font-size: 0.875rem;
  font-weight: 700;
  font-family: "Zen Kaku Gothic New", sans-serif;
  color: #fff;
  transition: all 0.3s ease;
}

.news-list-back-button__btn::after {
  content: url("../images/top-service-icon-white.svg");
  position: absolute;
  width: 15px;
  height: 20px;
  top: 33%;
  right: 27px;
  transition: all 0.3s ease;
}

.news-list-back-button__btn:hover::after {
  content: url("../images/btn-icon-hover.svg");
}

/*16px＝1rem*/
.recruitment-mv {
  background-color: #F5F5F5;
  position: relative;
}

.recruitment-text-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-bottom: 100px;
}
@media screen and (max-width: 768px) {
  .recruitment-text-wrapper {
    padding-bottom: 50px;
  }
}

.recruitment-text {
  color: #000;
  text-align: center;
  font-family: "Montserrat", sans-serif;
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 40px; /* 200% */
  text-transform: uppercase;
  margin-top: 52px;
}
@media screen and (max-width: 768px) {
  .recruitment-text {
    font-size: 1rem;
    line-height: 30px;
  }
}

.recruitment-info {
  background-color: #fff;
  padding-top: 30px;
  position: relative;
}

.recruitment-info__container {
  margin-top: 39px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.recruitment-info__table {
  border-collapse: separate;
  border-spacing: 0;
  width: 100%;
  max-width: 600px;
  width: 100%;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .recruitment-info__table {
    max-width: 500px;
    width: 100%;
  }
}

.recruitment-info__table th,
.recruitment-info__table td {
  padding: 20px;
  color: #000;
  font-family: "Inter", sans-serif;
  font-size: 1rem;
  font-weight: 300;
  line-height: 42px;
}
@media screen and (max-width: 768px) {
  .recruitment-info__table th,
.recruitment-info__table td {
    display: block;
    padding: 10px 0;
    line-height: 20px;
  }
}

.recruitment-info__table th {
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .recruitment-info__table th {
    margin-top: 30px;
  }
}

.recruitment-info__table th {
  text-align: left;
  width: 30%;
}
@media screen and (max-width: 768px) {
  .recruitment-info__table th {
    width: 100%;
  }
}

.recruitment-info__table td {
  width: 70%;
}
@media screen and (max-width: 768px) {
  .recruitment-info__table td {
    width: 100%;
  }
}

/* フォーム全体のスタイル */
.form-section {
  padding-top: 100px;
  padding-bottom: 130px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .form-section {
    padding-top: 50px;
    padding-bottom: 60px;
  }
}
@media screen and (max-width: 375px) {
  .form-section {
    padding-top: 50px;
  }
}

.form__inner {
  max-width: 1080px;
  width: 100%;
  padding: 0 25px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .form__inner {
    padding: 0 15px;
  }
}

.form__container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: column;
  width: 100%;
  padding: 84px 140px;
  background-color: #F5F5F5;
  border-radius: 30px;
}
@media screen and (max-width: 1024px) {
  .form__container {
    padding: 50px 40px;
  }
}
@media screen and (max-width: 768px) {
  .form__container {
    padding: 50px 25px;
  }
}
@media screen and (max-width: 375px) {
  .form__container {
    padding: 50px 15px;
  }
}

.form__form {
  margin-top: 70px;
}
@media screen and (max-width: 768px) {
  .form__form {
    margin-top: 50px;
  }
}

.form__title {
  color: #EF2235;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 2.25rem;
  font-weight: 700;
  line-height: 20px;
  /* 55.556% */
  letter-spacing: 2.16px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .form__title {
    font-size: 1.5rem;
  }
}

.form__title::before {
  content: ""; /*何も入れない*/
  display: inline-block;
  width: 34px; /*画像の幅*/
  height: 34px; /*画像の高さ*/
  background-image: url(../images/title-icon.png);
  background-size: contain;
  vertical-align: middle;
  position: absolute;
  bottom: -5px;
}
@media screen and (max-width: 768px) {
  .form__title::before {
    width: 20px;
    height: 20px;
    padding-left: 0;
    bottom: 0;
  }
}

.form__title-wrapper .under-section-title-wrapper {
  display: flex;
  justify-content: center;
}

.form-group {
  display: flex;
  align-items: start;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .form-group {
    flex-direction: column;
    align-items: start;
    display: block;
  }
}

.form-group-label {
  flex: 0 0 300px;
  font-size: 20px;
  font-weight: 500;
  font-family: "Inter", sans-serif;
  color: #000;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .form-group-label {
    flex: 0 0 70px;
    justify-content: left;
  }
}

.required {
  margin-left: auto;
}

.required {
  background-color: #EF2235;
  color: #fff;
  font-size: 20px;
  font-family: "Inter", sans-serif;
  font-weight: 500;
  padding: 5px 15px;
  border-radius: 4px;
  margin-left: 10px;
  margin-right: 36px;
}

input[type=text],
input[type=tel],
input[type=email],
input[type=file],
textarea {
  width: 100%;
  max-width: 481px;
  flex: 1;
  padding: 10px;
  border: 1px solid #000;
  border-radius: 10px;
  font-size: 16px;
}
@media screen and (max-width: 768px) {
  input[type=text],
input[type=tel],
input[type=email],
input[type=file],
textarea {
    width: 100%;
    margin-top: 20px;
  }
}

textarea {
  max-width: 481px;
  width: 100%;
  height: 263px;
  resize: vertical;
  border: 1px solid #000;
  border-radius: 10px;
  background: transparent;
  display: block;
}
@media screen and (max-width: 768px) {
  textarea {
    max-width: 1080px;
    width: 100%;
  }
}

.application-form {
  max-width: 1080px;
  width: 100%;
  margin: 0 auto;
}

.privacy-policy-label {
  color: #000;
  text-align: left;
  font-family: "Inter", sans-serif;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 30px; /* 165.837% */
  text-transform: uppercase;
  margin-bottom: 10px;
  display: block;
}

.privacy-policy-text {
  color: #000;
  font-family: "Noto Sans JP";
  font-size: 1rem;
  font-weight: 300;
  line-height: 200%;
  overflow-y: scroll;
  max-width: 783px;
  width: 100%;
  height: 259px;
  margin-top: 20px;
  padding: 30px 40px;
  border: 1px solid #000;
  border-radius: 10px;
  background-color: #F5F5F5;
}
@media screen and (max-width: 768px) {
  .privacy-policy-text {
    padding: 10px 15px;
  }
}

.privacy-policy-text::-webkit-scrollbar {
  display: none;
}

.form-group-button {
  text-align: center;
  margin-top: 20px;
}

.form-group-button {
  display: flex;
  justify-content: center;
}

.checkbox-group {
  display: flex;
  align-items: center;
  justify-content: center;
}

input[type=checkbox] {
  width: 33px;
  height: 33px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 1px solid #000;
  border-radius: 3px;
  outline: none;
  cursor: pointer;
  display: block;
}
input[type=checkbox]:checked {
  background-color: #EF2235;
  position: relative;
}
input[type=checkbox]:checked::after {
  content: "✔";
  font-size: 1.25rem;
  color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.checkbox-group label {
  display: flex;
  align-items: center;
  font-size: 1.125rem;
  color: #000;
  font-family: "Inter", sans-serif;
  font-weight: 500;
  line-height: 35px;
  /* 194.444% */
  text-transform: uppercase;
  cursor: pointer;
  width: 100%;
  margin-bottom: 0;
  padding-top: 30px;
}

.wpcf7-list-item-label {
  align-items: center;
  font-size: 1.125rem;
  color: #000;
  font-family: "Inter", sans-serif;
  font-weight: 500;
  line-height: 35px;
  margin-left: 17px;
}

.wpcf7-spinner {
  display: none;
}

.recruitment-info-deco-img-1 {
  position: absolute;
  left: 0px;
  bottom: -142px;
  max-width: 660px;
  width: 100%;
  height: auto;
  z-index: 2;
  overflow: hidden;
  pointer-events: none;
}
@media screen and (max-width: 768px) {
  .recruitment-info-deco-img-1 {
    max-width: 300px;
    left: 0px;
    bottom: -76px;
  }
}
@media screen and (max-width: 375px) {
  .recruitment-info-deco-img-1 {
    max-width: 180px;
  }
}

.recruitment-deco-img-right {
  position: absolute;
  right: 0;
  bottom: -425px;
  max-width: 581px;
  width: 100%;
  height: auto;
  z-index: 4;
  overflow-x: hidden;
  white-space: nowrap;
  pointer-events: none;
}
@media screen and (max-width: 768px) {
  .recruitment-deco-img-right {
    max-width: 300px;
    right: 0px;
    bottom: -234px;
  }
}
@media screen and (max-width: 375px) {
  .recruitment-deco-img-right {
    bottom: -242px;
  }
}

.recruitment-deco-image {
  width: 100%;
  height: 100%;
}

.recruitment-info-deco-img {
  position: absolute;
  left: 0;
  bottom: 44px;
  max-width: 781px;
  width: 100%;
  height: auto;
  z-index: 2;
  overflow: hidden;
  pointer-events: none;
}
@media screen and (max-width: 1440px) {
  .recruitment-info-deco-img {
    left: 0;
    bottom: 44px;
    max-width: 475px;
  }
}
@media screen and (max-width: 768px) {
  .recruitment-info-deco-img {
    max-width: 300px;
    bottom: -8px;
  }
}

.submit-button {
  display: inline-block;
  padding: 18px 90px 18px 20px;
  font-size: 0.875rem;
  font-weight: 700;
  font-family: "Zen Kaku Gothic New", sans-serif;
  color: #000;
  transition: all 0.3s ease;
  cursor: pointer;
}

.submit-button:hover {
  color: #fff;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

/* Remove default padding */
ul,
ol {
  padding: 0;
}

/* Remove default margin */
body,
h1,
h2,
h3,
h4,
p,
ul,
ol,
figure,
blockquote,
dl,
dd {
  margin: 0;
}

/* Set core root defaults */
html {
  scroll-behavior: smooth;
}

/* Set core body defaults */
body {
  min-height: 100vh;
  text-rendering: optimizeSpeed;
  line-height: 1.5;
}

/* Remove list styles on ul, ol elements with a class attribute */
ul,
ol {
  list-style: none;
}

/* A elements that don't have a class get default styles */
a:not([class]) {
  -webkit-text-decoration-skip: ink;
          text-decoration-skip-ink: auto;
}

a {
  text-decoration: none;
}

/* Make images easier to work with */
img {
  max-width: 100%;
  display: block;
  width: 100%;
}

/* Natural flow and rhythm in articles by default */
article > * + * {
  margin-top: 1em;
}

/* Inherit fonts for inputs and buttons */
input,
button,
textarea,
select {
  font: inherit;
}

/* Blur images when they have no alt attribute */
img:not([alt]) {
  filter: blur(10px);
}

/* フォームリセット */
input,
button,
select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
  border: none;
  border-radius: 0;
  font: inherit;
  outline: none;
}

textarea {
  resize: vertical;
}

input[type=submit],
input[type=button],
label,
button,
select {
  cursor: pointer;
}

select::-ms-expand {
  display: none;
}

body {
  scroll-behavior: smooth;
}

.inner {
  max-width: 1080px;
  width: 100%;
  margin: 0 auto;
  padding: 0 25px;
}
@media screen and (max-width: 768px) {
  .inner {
    padding: 0 15px;
  }
}

.inner-1120 {
  max-width: 1120px;
  width: 100%;
  margin: 0 auto;
  padding: 0 25px;
}
@media screen and (max-width: 768px) {
  .inner-1120 {
    padding: 0 15px;
  }
}

.inner-1160 {
  max-width: 1160px;
  width: 100%;
  margin: 0 auto;
  padding: 0 25px;
}
@media screen and (max-width: 768px) {
  .inner-1160 {
    padding: 0 15px;
  }
}

.inner-1400 {
  max-width: 1440px;
  width: 100%;
  margin: 0 auto;
  padding: 0 20px;
}
@media screen and (max-width: 768px) {
  .inner-1400 {
    padding: 0 15px;
  }
}

.inner-1200 {
  max-width: 1240px;
  width: 100%;
  margin: 0 auto;
  padding: 0 20px;
}
@media screen and (max-width: 768px) {
  .inner-1200 {
    padding: 0 15px;
  }
}

.entry-btn-wrap {
  max-width: 448px;
  width: 100%;
  display: flex;
  gap: 10px;
}
@media screen and (max-width: 1260px) {
  .entry-btn-wrap {
    max-width: 405px;
  }
}

.entry-btn-tel {
  max-width: 214px;
  width: 100%;
  height: auto;
  position: relative;
  background-color: #fff;
  border-radius: 70px;
  margin-right: 8px;
}
@media screen and (max-width: 1260px) {
  .entry-btn-tel {
    max-width: 190px;
    margin-right: 0;
  }
}

.entry-btn-mail {
  height: auto;
  position: relative;
  background-color: #EF2235;
  border-radius: 70px;
  transition: all 0.3s ease;
}
@media screen and (max-width: 1260px) {
  .entry-btn-mail {
    max-width: 190px;
  }
}

.entry-btn-mail:hover {
  background-color: #fff;
}

.entry-btn-tel__icon,
.entry-btn-mail__icon {
  position: absolute;
  top: 4px;
  left: 4px;
  width: 56px;
  height: 56px;
}
@media screen and (max-width: 1260px) {
  .entry-btn-tel__icon,
.entry-btn-mail__icon {
    width: 40px;
    height: 40px;
    top: 9px;
    left: 4px;
  }
}

.entry-btn-tel a {
  color: #000;
  font-size: 1.125rem;
  font-weight: 500;
  font-family: "Montserrat", sans-serif;
  padding-top: 12px;
  padding-bottom: 26px;
  padding-left: 66px;
  display: inline-block;
  position: relative;
}
@media screen and (max-width: 1260px) {
  .entry-btn-tel a {
    font-size: 1.0625rem;
    padding-top: 7px;
    padding-bottom: 24px;
    padding-left: 46px;
  }
}

.entry-btn-mail a {
  width: 214px;
  color: #fff;
  font-size: 0.875rem;
  font-weight: 700;
  font-family: "Montserrat", sans-serif;
  padding-top: 14px;
  padding-bottom: 30px;
  padding-left: 66px;
  display: inline-block;
  position: relative;
}
@media screen and (max-width: 1260px) {
  .entry-btn-mail a {
    padding-top: 14px;
    padding-bottom: 3px;
    padding-left: 51px;
  }
}

.entry-btn-mail a:hover {
  color: #000;
}

.entry-btn-tel a::after {
  content: "営業時間  平日10:00~17:00";
  position: absolute;
  bottom: 12px;
  left: 66px;
  color: #666666;
  font-size: 0.65625rem;
  font-weight: 400;
  font-family: "Noto Sans JP", sans-serif;
  white-space: nowrap;
}
@media screen and (max-width: 1260px) {
  .entry-btn-tel a::after {
    bottom: 10px;
    left: 47px;
  }
}

.entry-btn-tel a:hover::after {
  color: #fff;
}

.entry-btn-mail a::after {
  content: "24時間受付中";
  position: absolute;
  bottom: 12px;
  left: 66px;
  color: #fff;
  font-size: 0.75rem;
  font-weight: 300;
  font-family: "Noto Sans JP", sans-serif;
}
@media screen and (max-width: 1260px) {
  .entry-btn-mail a::after {
    bottom: -15px;
    left: 66px;
  }
}

.entry-btn-mail a:hover::after {
  color: #000;
}

.button-style {
  background-color: #fff;
  border-radius: 70px;
  max-width: 174px;
  margin-top: 38px;
  position: relative;
  cursor: pointer;
  transition: all 0.3s ease;
}

.button-style:hover {
  background-color: #EF2235;
}

.btn-style {
  display: inline-block;
  padding: 18px 90px 18px 20px;
  font-size: 0.875rem;
  font-weight: 700;
  font-family: "Zen Kaku Gothic New", sans-serif;
  color: #000;
  transition: all 0.3s ease;
}

.btn-style:hover {
  color: #fff;
}

.btn-style::after {
  content: url("../images/Vector.svg");
  position: absolute;
  width: 15px;
  height: 20px;
  top: 33%;
  right: 27px;
  transition: all 0.3s ease;
}

.btn-style:hover::after {
  content: url("../images/btn-icon-hover.svg");
}

.button-style-k {
  background-color: #fff;
  border-radius: 70px;
  max-width: 174px;
  margin-top: 38px;
  position: relative;
  cursor: pointer;
  transition: all 0.3s ease;
}

.button-style-k:hover {
  background-color: #EF2235;
}

.btn-style-k {
  position: relative;
}

.submit-button {
  display: inline-block;
  padding: 18px 90px 18px 20px;
  font-size: 0.875rem;
  font-weight: 700;
  font-family: "Zen Kaku Gothic New", sans-serif;
  color: #000;
  transition: all 0.3s ease;
  cursor: pointer;
}

.submit-button:hover {
  color: #fff;
}

.btn-style-k::after {
  content: url("../images/Vector.svg");
  position: absolute;
  width: 15px;
  height: 20px;
  top: 33%;
  right: 27px;
  transition: all 0.3s ease;
}

.btn-style-k:hover::after {
  content: url("../images/btn-icon-hover.svg");
}

.section-title {
  font-size: 6.25rem;
  font-weight: 500;
  font-family: "Montserrat", sans-serif;
  color: #000;
  position: relative;
  text-transform: uppercase;
}
@media screen and (max-width: 1024px) {
  .section-title {
    font-size: 5rem;
  }
}
@media screen and (max-width: 768px) {
  .section-title {
    font-size: 3.75rem;
    line-height: 1;
  }
}

.text-style {
  font-size: 1rem;
  font-weight: 500;
  font-family: "Noto Sans JP", sans-serif;
  color: #000;
  letter-spacing: 0.1em;
  line-height: 2;
}
@media screen and (max-width: 500px) {
  .text-style {
    font-size: 0.875rem;
  }
}
@media screen and (max-width: 414px) {
  .text-style {
    line-height: 2;
  }
}

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

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

@media screen and (max-width: 1024px) {
  .lg-none {
    display: none;
  }
}

.lg-show {
  display: none;
}
@media screen and (max-width: 1024px) {
  .lg-show {
    display: block;
  }
}

@media screen and (max-width: 1260px) {
  .lg2-none {
    display: none;
  }
}

.lg2-show {
  display: none;
}
@media screen and (max-width: 1260px) {
  .lg2-show {
    display: block;
  }
}

.under-section-title-wrapper {
  display: flex;
  justify-content: center;
  padding-top: 112px;
}
@media screen and (max-width: 768px) {
  .under-section-title-wrapper {
    padding-top: 50px;
  }
}

.under-section-title {
  color: #EF2235;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 2.25rem;
  font-weight: 700;
  line-height: 20px;
  /* 55.556% */
  letter-spacing: 2.16px;
  position: relative;
  padding-left: 42px;
}

.under-section-title::before {
  content: url("../images/under-title-icon.svg");
  position: absolute;
  width: 30px;
  height: 30px;
  bottom: -5px;
  left: 0;
}
@media screen and (max-width: 768px) {
  .under-section-title::before {
    width: 15px;
    height: 15px;
    bottom: 7px;
  }
}

.breadcrumb {
  display: flex;
  align-items: center;
  color: #fff;
  -moz-column-gap: 1rem;
       column-gap: 1rem;
  color: #fff;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 1rem;
  font-weight: 700;
  line-height: 50px;
  /* 312.5% */
  letter-spacing: 0.96px;
}
@media screen and (max-width: 768px) {
  .breadcrumb {
    -moz-column-gap: 3px;
         column-gap: 3px;
    font-size: 0.75rem;
    line-height: 1;
    letter-spacing: 0.06em;
  }
}
@media screen and (max-width: 414px) {
  .breadcrumb {
    font-size: 0.625rem;
    line-height: 1;
    letter-spacing: 0.06em;
  }
}

.breadcrumb span {
  color: #fff;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 1rem;
  font-weight: 700;
  line-height: 50px;
  /* 312.5% */
  letter-spacing: 0.96px;
}
@media screen and (max-width: 500px) {
  .breadcrumb span {
    font-size: 0.75rem;
    letter-spacing: 0.06em;
  }
}

html.scroll-prevent {
  overflow: hidden;
}

.pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 40px;
}
.pagination .nav-links {
  display: flex;
  align-items: center;
}
.pagination .page-numbers {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  margin: 0 5px;
  border-radius: 50%;
  font-size: 16px;
  text-decoration: none;
  color: #EF2235;
  border: 1px solid #EF2235;
}
@media screen and (max-width: 414px) {
  .pagination .page-numbers {
    width: 40px;
    height: 40px;
    margin: 0 2px;
  }
}
.pagination .page-numbers.current {
  background-color: #e60012;
  color: white;
}
.pagination .page-numbers:not(.current):hover {
  background-color: #f0f0f0;
}
.pagination .prev, .pagination .next {
  font-size: 14px;
  padding: 0 10px;
  display: none;
}
.pagination .prev.disabled, .pagination .next.disabled {
  opacity: 0.5;
  pointer-events: none;
}
.pagination .dots {
  margin: 0 5px;
  border: none;
}

.wpcf7 form .wpcf7-response-output {
  position: relative;
  margin: 2em 0.5em 1em;
  padding: 0.2em 1em;
  border: 2px solid #EF2235;
  z-index: 315;
  background-color: #fff;
}