@charset "UTF-8";
.background-set, #top-page .faq__details summary::after, #top-page .numbers__cont, #top-page .top-business__box {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

/********************************


 TOP/目指すは日本一愉しい会社


*********************************/
#top-page .mindset {
  opacity: 0;
}
#top-page .mindset h2 {
  align-items: center;
  color: #FFFFFF;
  margin-bottom: 3%;
}
#top-page .mindset h2 span:nth-child(1) {
  font-family: "Cardo", serif;
  font-size: 30px;
  font-size: clamp(18px, 2vw, 30px);
  font-weight: 400;
  letter-spacing: 0.2em;
  margin-bottom: 50px;
  opacity: 0.8;
}
#top-page .mindset h2 span:nth-child(2) {
  font-size: 76px;
  font-size: clamp(40px, 6vw, 76px);
  letter-spacing: 0.09em;
  margin-bottom: 30px;
  position: relative;
}
#top-page .mindset h2 span:nth-child(2) span {
  bottom: 0;
  margin-bottom: 0;
  position: absolute;
}
#top-page .mindset h2 span:nth-child(3) {
  font-size: 76px;
  font-size: clamp(40px, 6vw, 76px);
  letter-spacing: 0.09em;
}
#top-page .mindset p {
  color: #FFFFFF;
  font-size: 20px;
  font-size: clamp(12px, 1.5vw, 20px);
  letter-spacing: 0.2em;
  line-height: 2;
  text-align: center;
}
#top-page .mindset__inner {
  aspect-ratio: 1/0.9;
  background-color: #000;
  position: relative;
}
@media screen and (min-width: 768px) {
  #top-page .mindset__inner {
    overflow: hidden;
  }
}
#top-page .mindset__inner::before {
  background: rgba(0, 0, 0, 0.7);
  content: "";
  display: none;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1;
}
#top-page .mindset__inner .mindset__body:nth-of-type(1) {
  position: relative;
}
#top-page .mindset__inner .mindset__body:nth-of-type(1) .mindset__btn {
  opacity: 0;
  position: absolute;
  top: 85%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  max-width: -moz-fit-content;
  max-width: fit-content;
  margin-inline: auto;
  aspect-ratio: 1/0.3;
}
#top-page .mindset__inner .mindset__body:nth-of-type(1) .mindset__btn a {
  font-size: clamp(16px, 4vw, 28px);
  display: block;
  width: 100%;
  height: 100%;
}
#top-page .mindset__inner .mindset__body:nth-of-type(2) {
  display: none;
  gap: 10px;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%) rotate(-30deg);
  width: 120%;
}
#top-page .mindset__inner .mindset__body:nth-of-type(3) {
  align-items: center;
  display: none;
  flex-direction: column;
  height: 100%;
  justify-content: center;
  position: absolute;
  width: 100%;
  z-index: 10;
}
#top-page .mindset__inner .mindset__body .mindset__img:nth-of-type(2) {
  margin-top: 10%;
}
#top-page .mindset__inner .mindset__body .mindset__img:nth-of-type(3) {
  margin-top: -10%;
}
#top-page .mindset__img {
  display: flex;
  flex-direction: column;
  gap: 10px;
  width: 30%;
}
#top-page .mindset__img img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}
#top-page .mindset__txt {
  margin-bottom: 5%;
  opacity: 0.8;
}
#top-page .mindset__btn {
  border-bottom: 1px solid #FFFFFF;
  color: #FFFFFF;
}
#top-page .mindset__btn a {
  font-family: "Cardo", serif;
  font-size: clamp(12px, 1.5vw, 20px);
  font-weight: 400;
  letter-spacing: 0.2em;
  opacity: 0.8;
}
@media screen and (min-width: 768px) {
  #top-page .mindset h2 {
    margin-bottom: 60px;
  }
  #top-page .mindset .mindset__inner::before {
    display: block;
  }
  #top-page .mindset .mindset__inner .mindset__body:nth-of-type(2) {
    display: flex;
  }
  #top-page .mindset .mindset__inner .mindset__body:nth-of-type(3) {
    display: flex;
  }
  #top-page .mindset .mindset__txt {
    margin-bottom: 75px;
  }
}

/********************************


 TOP/事業について


*********************************/
#top-page .top-business__inner {
  padding: 10% 0 5%;
}
#top-page .top-business .swiper-wrapper {
  transition-timing-function: linear;
}
#top-page .top-business .swiper-slide {
  align-items: center;
  aspect-ratio: 1/0.8;
  display: flex;
  justify-content: center;
}
#top-page .top-business .swiper-slide img.crista {
  width: 50%;
}
#top-page .top-business__cont {
  max-width: 1440px;
  row-gap: 30px;
}
#top-page .top-business__cont .top-business__box:nth-of-type(2) {
  background-image: url(../images/top/img52.jpg);
}
#top-page .top-business__box {
  align-items: center;
  aspect-ratio: 1/0.9;
  background-image: url(../images/top/img51.jpg);
  color: #FFFFFF;
  justify-content: center;
  position: relative;
}
#top-page .top-business__box:hover::before {
  background: rgba(0, 0, 0, 0.9);
}
#top-page .top-business__box::before {
  background: rgba(0, 0, 0, 0.7);
  content: "";
  height: 100%;
  position: absolute;
  transition: 0.5s;
  width: 100%;
}
#top-page .top-business__box a {
  align-items: center;
  display: flex;
  height: 100%;
  justify-content: center;
  width: 100%;
  z-index: 1;
}
#top-page .top-business__box h3 {
  font-family: "Cardo", serif;
  font-size: clamp(50px, 10vw, 80px);
  font-weight: 400;
  letter-spacing: 0.05em;
  margin-bottom: 35px;
}
#top-page .top-business__body {
  align-items: center;
}
#top-page .top-business__btn span {
  border-bottom: 1px solid #FFFFFF;
  font-family: "Cardo", serif;
  font-weight: 400;
  letter-spacing: 0.2em;
}
@media screen and (min-width: 768px) {
  #top-page .top-business h2 {
    max-width: 1440px;
  }
  #top-page .top-business .top-business__inner {
    padding: 100px 0 60px;
  }
  #top-page .top-business .top-business__cont {
    flex-direction: row;
    justify-content: space-between;
  }
  #top-page .top-business .top-business__box {
    width: 49%;
  }
  #top-page .top-business .top-business__box h3 {
    font-size: clamp(60px, 6vw, 80px);
  }
}

/********************************


 TOP/クロストーク


*********************************/
#top-page .crosstalk h3 {
  font-size: clamp(20px, 5vw, 30px);
  line-height: 1.5;
  margin-bottom: 10px;
}
#top-page .crosstalk p {
  font-size: clamp(16px, 4.3vw, 24px);
  line-height: 1.7;
  margin-bottom: 20px;
}
#top-page .crosstalk__inner {
  padding: 5% 0;
}
#top-page .crosstalk__tag {
  -moz-column-gap: 20px;
       column-gap: 20px;
  flex-wrap: wrap;
  line-height: 1.5;
}
#top-page .crosstalk__tag span {
  font-size: clamp(16px, 4.3vw, 24px);
}
#top-page .crosstalk .swiper {
  margin-left: 20px;
}
#top-page .crosstalk .swiper-wrapper {
  padding: 3% 0;
}
#top-page .crosstalk .swiper-slide img {
  aspect-ratio: 1/0.7;
  height: 100%;
  margin-bottom: 20px;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}
#top-page .crosstalk .swiper-nav-wrap {
  align-items: center;
  justify-content: space-between;
  position: relative;
  width: 20%;
}
#top-page .crosstalk .swiper-pagination-fraction {
  max-width: -moz-fit-content;
  max-width: fit-content;
  width: 60%;
}
#top-page .crosstalk .swiper-button-next {
  height: auto;
  margin: 0;
  position: relative;
  width: 3%;
}
#top-page .crosstalk .swiper-button-next::after {
  color: #000000;
  content: "→";
  font-size: 16px;
}
#top-page .crosstalk .swiper-button-prev {
  height: auto;
  margin: 0;
  position: static;
  width: 3%;
}
#top-page .crosstalk .swiper-button-prev::after {
  color: #000000;
  content: "←";
  font-size: 16px;
}
#top-page .crosstalk .swiper-pagination-progressbar {
  background: #eee;
  bottom: 0;
  height: 4px;
  margin: 10px 0;
  position: relative;
  top: auto;
  width: 100%;
}
#top-page .crosstalk .swiper-pagination-progressbar .progress-inner {
  background: #000;
  height: 100%;
  transition: width 0.3s ease;
  width: 0;
}
#top-page .crosstalk .swiper-horizontal > .swiper-pagination-progressbar {
  width: 98%;
}
#top-page .crosstalk__btn {
  text-align: right;
}
#top-page .crosstalk__btn a {
  border-bottom: 1px solid #000000;
  font-family: "Cardo", serif;
  font-weight: 400;
  letter-spacing: 0.2em;
}
@media screen and (min-width: 768px) {
  #top-page .crosstalk h2 {
    max-width: 1440px;
  }
  #top-page .crosstalk h3 {
    font-size: clamp(18px, 2vw, 24px);
  }
  #top-page .crosstalk p {
    font-size: 16px;
  }
  #top-page .crosstalk .crosstalk__inner {
    padding: 60px 0 70px;
  }
  #top-page .crosstalk .crosstalk__tag span {
    font-size: 16px;
  }
  #top-page .crosstalk .swiper {
    margin: 0;
    margin-left: auto;
    width: 98%;
  }
  #top-page .crosstalk .swiper-wrapper {
    padding: 60px 0 45px;
  }
  #top-page .crosstalk .swiper-nav-wrap {
    max-width: 80px;
    width: 10%;
  }
  #top-page .crosstalk__btn {
    font-size: 20px;
  }
}

/********************************


 TOP/数字で見る小川峰


*********************************/
#top-page .numbers h2 {
  align-items: center;
  color: #FFFFFF;
  font-family: "Cardo", serif;
  font-weight: 400;
  letter-spacing: 0.1em;
}
#top-page .numbers h2 span {
  font-size: clamp(24px, 6vw, 50px);
}
#top-page .numbers h2 span:nth-child(2) {
  margin-bottom: 5%;
}
#top-page .numbers h2 span:nth-child(3) {
  font-size: clamp(10px, 2.5vw, 20px);
}
#top-page .numbers__inner {
  position: relative;
  padding: 5% 0 10%;
}
#top-page .numbers__cont {
  aspect-ratio: 1/0.8;
  background-image: url(../images/top/img71.jpg);
  display: flex;
  margin-inline: auto;
  max-height: 510px;
  max-width: 1440px;
  position: relative;
  width: 100%;
}
#top-page .numbers__cont a {
  align-items: center;
  display: flex;
  height: 100%;
  justify-content: center;
  width: 100%;
  z-index: 1;
}
#top-page .numbers__cont:hover::before {
  background: rgba(0, 0, 0, 0.7);
}
#top-page .numbers__cont::before {
  background: rgba(0, 0, 0, 0.3);
  content: "";
  height: 100%;
  position: absolute;
  transition: 0.5s;
  width: 100%;
}
@media screen and (min-width: 768px) {
  #top-page .numbers h2 span {
    font-size: 60px;
  }
  #top-page .numbers h2 span:nth-of-type(2) {
    margin-bottom: 25px;
  }
  #top-page .numbers h2 span:nth-of-type(3) {
    font-size: 15px;
  }
  #top-page .numbers .numbers__inner {
    padding: 60px 0 130px;
  }
}

/********************************


 TOP/募集要項


*********************************/
#top-page .requirements {
  background-color: #F5F5F5;
}
#top-page .requirements h2 {
  margin-bottom: 10%;
}
#top-page .requirements h3 {
  font-size: clamp(24px, 5vw, 40px);
  font-weight: 800;
  letter-spacing: 0.05em;
  line-height: 1.5;
  margin-bottom: 20px;
}
#top-page .requirements p {
  font-size: clamp(16px, 4.3vw, 24px);
  line-height: 1.7;
  margin-bottom: 20px;
}
#top-page .requirements ul {
  display: flex;
}
#top-page .requirements__inner {
  padding: 10% 0;
}
#top-page .requirements__wrap {
  background-color: #FFFFFF;
  border-radius: 5px;
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.1);
  margin-bottom: 10%;
}
#top-page .requirements__wrap:last-of-type {
  margin-bottom: 0;
}
#top-page .requirements__wrap-inner {
  margin-inline: auto;
  padding: 30px 0;
  width: 90%;
}
#top-page .requirements__list {
  -moz-column-gap: 30px;
       column-gap: 30px;
  flex-wrap: wrap;
  font-size: clamp(16px, 4.3vw, 24px);
  letter-spacing: 0.1em;
  line-height: 1.7;
  margin-bottom: 30px;
}
#top-page .requirements__btn {
  margin-top: 80px;
  text-align: center;
}
@media (min-width: 768px) {
  #top-page .requirements h2 {
    margin-bottom: 65px;
  }
  #top-page .requirements h3 {
    font-size: 24px;
  }
  #top-page .requirements p {
    font-size: 16px;
  }
  #top-page .requirements .requirements__inner {
    margin-inline: auto;
    max-width: 1440px;
    padding: 65px 0 74px;
  }
  #top-page .requirements .requirements__wrap {
    margin-bottom: 20px;
    margin-inline: auto;
    max-width: 1000px;
    width: 80%;
  }
  #top-page .requirements .requirements__list {
    font-size: 16px;
  }
}

/********************************


 TOP/よくある質問


*********************************/
#top-page .faq h2 {
  margin-bottom: 10%;
}
#top-page .faq__inner {
  padding: 10% 0 20%;
}
#top-page .faq__wrap {
  margin-bottom: 10%;
  row-gap: clamp(30px, 8vw, 60px);
}
#top-page .faq__details {
  background-color: #FFFFFF;
  border-radius: 5px;
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.1);
  cursor: pointer;
  font-family: "Yu Mincho", "YuMincho", "游明朝", serif;
  font-weight: 800;
}
#top-page .faq__details p {
  font-size: clamp(16px, 4.3vw, 24px);
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 1.7;
  margin-left: auto;
  padding: 0 30px 30px 60px;
  position: relative;
}
#top-page .faq__details p::before {
  content: "A.";
  font-family: "Yu Mincho", "YuMincho", "游明朝", serif;
  font-size: clamp(18px, 5vw, 36px);
  font-weight: 800;
  left: 5%;
  position: absolute;
  top: 0;
}
#top-page .faq__details details[open] summary::after {
  background-image: url(../images/svg/minus.svg);
}
#top-page .faq__details summary {
  font-family: "Yu Mincho", "YuMincho", "游明朝", serif;
  font-size: clamp(16px, 4.8vw, 32px);
  letter-spacing: 0.05em;
  line-height: 1.5;
  padding: 5%;
  position: relative;
  width: 95%;
}
#top-page .faq__details summary::after {
  aspect-ratio: 1;
  background-image: url(../images/svg/plus.svg);
  background-size: contain;
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  transition: 0.5s;
  width: 5%;
}
#top-page .faq__details summary::marker {
  content: "Q.";
  font-family: "Yu Mincho", "YuMincho", "游明朝", serif;
}
#top-page .faq__btn {
  text-align: center;
}
@media (min-width: 768px) {
  #top-page .faq h2 {
    margin-bottom: 60px;
  }
  #top-page .faq .faq__inner {
    margin-inline: auto;
    max-width: 1440px;
    padding: 60px 0 180px;
  }
  #top-page .faq .faq__wrap {
    margin-bottom: 60px;
    margin-inline: auto;
    max-width: 1000px;
    row-gap: 20px;
  }
  #top-page .faq .faq__details p {
    font-size: 16px;
  }
  #top-page .faq .faq__details p::before {
    font-size: 18px;
    left: 30px;
  }
  #top-page .faq .faq__details summary {
    font-size: 18px;
    padding: 30px;
  }
  #top-page .faq .faq__details summary::after {
    max-width: 18px;
  }
}/*# sourceMappingURL=index.css.map */