@charset "UTF-8";
/* main colors */
.common_top_ttl {
  font-weight: 500;
  font-size: 64px;
  line-height: 0.9;
}
@media screen and (min-width: 402px) {
  .common_top_ttl {
    font-size: 74px;
  }
}
@media (min-width: 768px) {
  .common_top_ttl {
    line-height: 1;
    font-size: min(9.7222222222vw, 140px);
  }
}
@media (min-width: 768px) {
  .common_top_ttl br {
    display: none;
  }
}
.common_top_ttl.top_business_ttl {
  margin-top: -2px;
  margin-left: -16px;
}
@media screen and (min-width: 402px) {
  .common_top_ttl.top_business_ttl {
    margin-left: -20px;
  }
}
@media (min-width: 768px) {
  .common_top_ttl.top_business_ttl {
    margin-top: -12px;
  }
}
.common_top_ttl.center {
  text-align: left;
}
@media (min-width: 768px) {
  .common_top_ttl.center {
    text-align: center;
  }
}
.common_top_ttl.center.our_culture {
  margin-left: -16px;
  margin-top: -2px;
}
@media screen and (min-width: 600px) {
  .common_top_ttl.center.our_culture {
    margin-left: -20px;
  }
}
@media (min-width: 768px) {
  .common_top_ttl.center.our_culture {
    margin: 0;
  }
}

.top_common_head {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
}
.top_common_head.culture {
  gap: 30px;
}
@media screen and (min-width: 600px) {
  .top_common_head.culture {
    gap: 20px;
  }
}
.top_common_head.activity {
  padding: 0 8px;
  gap: 26px;
}
@media screen and (min-width: 600px) {
  .top_common_head.activity {
    padding: 0;
    gap: 20px;
  }
}
.top_common_head.activity .top_common_text br {
  display: none;
}
@media screen and (min-width: 600px) {
  .top_common_head.activity .top_common_text br {
    display: block;
  }
}
@media (min-width: 768px) {
  .top_common_head.activity .top_common_text br {
    display: none;
  }
}
.top_common_ttl {
  font-weight: 500;
  font-size: 22px;
  line-height: 2;
  text-align: center;
}
@media (min-width: 768px) {
  .top_common_ttl {
    font-size: clamp(20px, 1.9444444444vw, 28px);
  }
}
.top_common_ttl.culture {
  font-size: 22px;
  line-height: 1.7;
}
@media screen and (min-width: 402px) {
  .top_common_ttl.culture {
    font-size: 22px;
  }
}
@media (min-width: 768px) {
  .top_common_ttl.culture {
    font-size: clamp(20px, 1.9444444444vw, 28px);
    line-height: 2;
  }
}
@media (min-width: 768px) {
  .top_common_ttl.culture .top_common_ttl_culture_br_sp {
    display: none;
  }
}
.top_common_ttl.culture .br_pc {
  display: none;
}
@media (min-width: 768px) {
  .top_common_ttl.culture .br_pc {
    display: block;
  }
}
@media (min-width: 768px) {
  .top_common_ttl.culture .top_common_ttl_culture_br {
    display: none;
  }
}
@media screen and (min-width: 600px) {
  .top_common_ttl .br_sp {
    display: none;
  }
}
.top_common_ttl.font_min {
  font-family: "Sawarabi Mincho", serif;
}
.top_common_text {
  font-weight: 400;
  font-size: 14px;
  line-height: 2;
  text-align: center;
}
@media (min-width: 768px) {
  .top_common_text {
    font-size: 15px;
    line-height: 2.1;
  }
}
.top_common_text.flow, .top_common_text.strength {
  text-align: left;
}
@media screen and (min-width: 402px) {
  .top_common_text.flow, .top_common_text.strength {
    padding: 0 15px;
  }
}
@media (min-width: 768px) {
  .top_common_text.flow, .top_common_text.strength {
    text-align: center;
  }
}
@media screen and (min-width: 402px) {
  .top_common_text.culture {
    padding: 0 8px;
  }
}
.top_common_text .top_common_text_br {
  display: none;
}
@media screen and (min-width: 1020px) {
  .top_common_text .top_common_text_br {
    display: block;
  }
}
.top_common_text .top_common_text_br_strength {
  display: none;
}
@media (min-width: 768px) {
  .top_common_text .top_common_text_br_strength {
    display: block;
  }
}

.loop_container {
  overflow: hidden;
  width: 100%;
  min-height: 185px;
}
.loop_track {
  display: flex;
  width: max-content;
  align-items: flex-start;
  animation: loop-animation 60s linear infinite;
}
@media (min-width: 768px) {
  .loop_track {
    animation: loop-animation 80s linear infinite;
  }
}
.loop_list {
  display: flex;
  list-style: none;
  padding: 0;
  margin: 0;
}
.loop_list_item {
  width: max-content;
  /* 画像の計算された横幅に100%フィットさせる */
  margin-right: 2px;
  flex-shrink: 0;
  height: 46.0199004975vw;
  min-height: 185px;
}
@media (min-width: 768px) {
  .loop_list_item {
    margin-right: 4px;
    height: 21.25vw;
  }
}
.loop_list_item picture {
  display: block;
  height: 100%;
}
.loop_list_item img {
  height: 100%;
  width: auto;
  /* 高さに合わせて、HTMLの比率を元に正確な横幅を出す */
  display: block;
  object-fit: contain;
  max-width: none;
}

/* アニメーション：全体の半分（1セット分）まで移動したら0に戻す */
@keyframes loop-animation {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}
.main {
  height: 159.4527363184vw;
}
@media screen and (min-width: 1020px) {
  .main {
    height: auto;
  }
}
.main_message {
  position: absolute;
  bottom: 24px;
  left: 33px;
  z-index: 2;
  color: hsl(0, 0%, 100%);
  font-weight: 500;
  font-size: 70px;
  line-height: 1.25;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 402px) {
  .main_message {
    font-size: 90px;
  }
}
@media screen and (min-width: 1200px) {
  .main_message {
    top: 19.4312796209%;
    left: 4.9533381192%;
    font-size: min(6.1111111111vw, 88px);
    line-height: 1.4;
  }
}
.main_message_container {
  position: relative;
  margin-left: 32px;
  height: 100%;
}
@media (min-width: 768px) {
  .main_message_container {
    margin-left: 47px;
  }
}
.main_message span {
  font-family: "Sawarabi Mincho", serif;
  font-weight: 400;
  font-size: 50px;
  line-height: 1.5;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 402px) {
  .main_message span {
    font-size: 70px;
  }
}
@media (min-width: 768px) {
  .main_message span {
    font-size: min(6.1111111111vw, 88px);
    line-height: 1.4;
  }
}

.mainSwiper {
  height: 100%;
}
@media screen and (min-width: 1020px) {
  .mainSwiper {
    height: auto;
  }
}
.mainSwiper_wrapper {
  position: relative;
  height: 100%;
}
.mainSwiper_corner {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 3;
}
.mainSwiper_corner picture img {
  width: 100%;
  height: auto;
}
.mainSwiper {
  border-radius: 0 0 0 40px;
}
.mainSwiper .swiper-wrapper .swiper-slide picture {
  height: 100%;
}
.mainSwiper .swiper-wrapper .swiper-slide picture img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: brightness(0.8);
}

.top_message {
  padding-bottom: 53.7313432836vw;
  position: relative;
}
@media screen and (min-width: 402px) {
  .top_message {
    padding-left: 17px;
  }
}
@media (min-width: 768px) {
  .top_message {
    padding-bottom: 37.1527777778vw;
    padding-left: 0;
  }
}
.top_message_inner {
  position: relative;
  z-index: 2;
  margin-top: 14.6766169154vw;
  display: flex;
}
@media (min-width: 768px) {
  .top_message_inner {
    margin-top: min(9.3055555556vw, 134px);
    justify-content: flex-end;
  }
}
.top_message_img {
  position: absolute;
  display: none;
}
@media (min-width: 768px) {
  .top_message_img {
    display: block;
  }
}
.top_message_img.img_01 {
  top: -92%;
  left: 2.7510316369%;
  width: min(35.8974358974vw, 150px);
}
@media (min-width: 768px) {
  .top_message_img.img_01 {
    top: 0;
    left: -0.6595218467%;
    width: clamp(80px, 11.3194444444vw, 163px);
  }
}
.top_message_img.img_02 {
  top: -52%;
  left: 13.7551581843%;
  width: min(41.0256410256vw, 180px);
}
@media (min-width: 768px) {
  .top_message_img.img_02 {
    top: 91px;
    left: 17.230008244%;
    width: clamp(150px, 20.2777777778vw, 292px);
  }
}
.top_message_text {
  font-weight: 400;
  font-size: 16px;
  line-height: 2.2;
  text-align: justify;
}
@media (min-width: 768px) {
  .top_message_text {
    font-size: clamp(14px, 1.25vw, 18px);
  }
}
.top_message_text_wrap {
  display: flex;
  flex-direction: column;
  gap: 2.2em;
}
@media (min-width: 768px) {
  .top_message_text_wrap {
    max-width: 380px;
    margin-right: min(8.6111111111vw, 124px);
  }
}
.top_message_bottom_img img {
  width: 100%;
}
.top_message_bottom_img_wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 1;
}
.top_message_bottom_img_fade {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.top_message_bottom_img_fade img {
  width: 100%;
  max-width: none;
}

.top_business {
  background-image: url(../img/top/business_bg.png);
  background-repeat: no-repeat;
  background-position: top left;
  background-size: cover;
  padding: 0 0 122px;
}
@media (min-width: 768px) {
  .top_business {
    padding: 0 0 min(11.3194444444vw, 163px);
  }
}
.top_business_main {
  display: flex;
  flex-direction: column;
  gap: 40px;
  margin-top: 80px;
  padding-bottom: 72px;
  position: relative;
}
@media (min-width: 768px) {
  .top_business_main {
    margin-top: min(9.5833333333vw, 138px);
    padding-bottom: min(7.9861111111vw, 115px);
  }
}
@media screen and (min-width: 1200px) {
  .top_business_main {
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
  }
}
.top_business_main::before {
  position: absolute;
  content: "";
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: calc(100% - 30px);
  height: 2px;
  background-color: hsl(0, 0%, 76%);
}
@media (min-width: 768px) {
  .top_business_main::before {
    width: 100%;
  }
}
.top_business_main .business_content {
  /* これで「同じ行の中のアイテム」が全て同じ大きさになります */
  /* 高さを揃えるための比率指定 */
  background: hsl(43, 67%, 59%);
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 6px;
  padding: 12px;
}
@media screen and (min-width: 600px) {
  .top_business_main .business_content {
    padding: 20px;
  }
}
.top_business_main .business_content.top {
  aspect-ratio: 266/270;
  flex: 1;
}
@media (min-width: 768px) {
  .top_business_main .business_content.top {
    height: 270px;
  }
}
@media screen and (min-width: 1200px) {
  .top_business_main .business_content.top {
    height: min(18.75vw, 270px);
  }
}
.top_business_main .business_content.bottom {
  aspect-ratio: 266/270;
}
@media (min-width: 768px) {
  .top_business_main .business_content.bottom {
    height: 179px;
  }
}
@media screen and (min-width: 1200px) {
  .top_business_main .business_content.bottom {
    height: min(12.4305555556vw, 179px);
  }
}
.top_business_main .business_content_container {
  display: flex;
  flex-direction: column;
  /* 縦に並べる */
  gap: 2px;
  /* 上下の行の隙間 */
  width: 100%;
  padding: 0 15px;
}
@media screen and (min-width: 600px) {
  .top_business_main .business_content_container {
    gap: 10px;
  }
}
@media (min-width: 768px) {
  .top_business_main .business_content_container {
    padding: 0;
  }
}
@media screen and (min-width: 1200px) {
  .top_business_main .business_content_container {
    max-width: 544px;
  }
}
.top_business_main .business_content_wrap {
  display: flex;
  gap: 2px;
  /* アイテム同士の横の隙間 */
  width: 100%;
  padding: 0 4px;
}
@media screen and (min-width: 600px) {
  .top_business_main .business_content_wrap {
    gap: 10px;
  }
}
@media (min-width: 768px) {
  .top_business_main .business_content_wrap {
    padding: 0;
  }
}
.top_business_main .business_content_wrap.row-3 {
  justify-content: center;
}
.top_business_main .business_content_wrap.row-3 .business_content {
  flex: none;
  width: calc((100% - 4px) / 3);
  aspect-ratio: 266/270;
}
@media screen and (min-width: 600px) {
  .top_business_main .business_content_wrap.row-3 .business_content {
    width: calc((100% - 20px) / 3);
  }
}
.top_business_main .business_content_wrap.row-3 .business_content:nth-child(3) {
  aspect-ratio: auto;
}
@media (min-width: 768px) {
  .top_business_main .business_content_wrap.row-3 .business_content:nth-child(3) {
    min-height: 179px;
  }
}
@media (min-width: 768px) {
  .top_business_main .business_content_wrap.row-3 .business_content {
    flex: 1;
    width: auto;
    aspect-ratio: 266/270;
  }
  .top_business_main .business_content_wrap.row-3 .business_content:nth-child(3) {
    width: auto;
    aspect-ratio: 266/270;
    min-height: auto;
  }
}
@media (min-width: 768px) {
  .top_business_main .business_content_wrap.row-3 {
    flex-wrap: nowrap;
  }
}
.top_business_main .business_content_inner {
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media screen and (min-width: 600px) {
  .top_business_main .business_content_inner {
    gap: 12px;
  }
}
.top_business_main .business_content_icon {
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 62px;
}
@media screen and (min-width: 600px) {
  .top_business_main .business_content_icon {
    max-width: none;
  }
}
.top_business_main .business_content_icon.row-3 {
  max-width: 37px;
}
@media screen and (min-width: 600px) {
  .top_business_main .business_content_icon.row-3 {
    max-width: none;
  }
}
.top_business_main .business_content_text {
  color: hsl(0, 0%, 100%);
  font-weight: 500;
  font-size: 12px;
  line-height: 1.5;
  text-align: center;
}
@media screen and (min-width: 402px) {
  .top_business_main .business_content_text {
    font-size: 14px;
  }
}
@media (min-width: 768px) {
  .top_business_main .business_content_text {
    font-size: clamp(16px, 1.25vw, 18px);
  }
}
.top_business_main .business_content_text.big {
  font-size: 16px;
  letter-spacing: 0.2em;
  text-align: center;
}
@media (min-width: 768px) {
  .top_business_main .business_content_text.big {
    font-size: clamp(18px, 1.5277777778vw, 22px);
  }
}

.top_strengths {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 40px;
  padding-top: 60px;
}
@media (min-width: 768px) {
  .top_strengths {
    gap: 52px;
    padding-top: 91px;
  }
}
.top_strengths_body {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 30px;
}
@media (min-width: 768px) {
  .top_strengths_body {
    gap: 60px;
  }
}
.top_strengths_body .strength_content {
  border-radius: 6px;
  padding: 20px;
  display: flex;
  flex-direction: column;
  gap: 30px;
  background: hsl(0, 0%, 100%);
}
@media screen and (min-width: 402px) {
  .top_strengths_body .strength_content {
    padding: 27px 21px 12px 29px;
  }
}
@media (min-width: 768px) {
  .top_strengths_body .strength_content {
    padding: 40px clamp(20px, 3.8888888889vw, 56px) 42px clamp(20px, 5.8333333333vw, 84px);
    gap: 22px;
  }
}
.top_strengths_body .strength_content_container {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
@media (min-width: 768px) {
  .top_strengths_body .strength_content_container {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(2, 1fr);
    grid-column-gap: 18px;
    grid-row-gap: 16px;
  }
}
.top_strengths_body .strength_content_top {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  margin-left: 11px;
}
@media (min-width: 768px) {
  .top_strengths_body .strength_content_top {
    align-items: center;
    gap: clamp(12px, 2.2916666667vw, 33px);
    height: 72px;
    margin-left: 0;
  }
}
.top_strengths_body .strength_content_num {
  width: 34px;
  height: 34px;
  border-radius: 999px;
  border: 1px solid hsl(0, 0%, 0%);
  padding: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (min-width: 768px) {
  .top_strengths_body .strength_content_num {
    font-size: clamp(16px, 1.25vw, 18px);
    width: 58px;
    height: 58px;
  }
}
.top_strengths_body .strength_content_num p {
  font-weight: 500;
  font-size: 16px;
  line-height: 1;
  text-align: center;
  margin-bottom: 2px;
}
@media (min-width: 768px) {
  .top_strengths_body .strength_content_num p {
    font-size: clamp(16px, 1.25vw, 18px);
  }
}
.top_strengths_body .strength_content_ttl {
  font-weight: 500;
  font-size: 18px;
  line-height: 1.6;
  margin-top: 2px;
}
@media (min-width: 768px) {
  .top_strengths_body .strength_content_ttl {
    font-size: clamp(16px, 1.5277777778vw, 22px);
    margin-top: 0;
  }
}
.top_strengths_body .strength_content_text {
  font-weight: 400;
  font-size: 14px;
  line-height: 2;
  text-align: justify;
}
@media (min-width: 768px) {
  .top_strengths_body .strength_content_text {
    font-size: 15px;
    line-height: 2.1;
  }
}
.top_strengths_body .strength_content_text br {
  display: none;
}
@media (min-width: 768px) {
  .top_strengths_body .strength_content_text br {
    display: block;
  }
}

.strength_arrow {
  max-width: 198px;
}
@media (min-width: 768px) {
  .strength_arrow {
    max-width: none;
  }
}

.top_flow {
  margin-top: 40px;
}
@media (min-width: 768px) {
  .top_flow {
    margin-top: 70px;
  }
}
.top_flow_text {
  color: hsl(0, 0%, 100%);
  font-weight: 500;
  font-size: 18px;
  line-height: 32px;
  text-align: center;
  background: hsl(0, 0%, 0%);
  width: 100%;
  padding: 14px;
  border-radius: 6px;
  margin-top: 20px;
}
@media screen and (min-width: 402px) {
  .top_flow_text {
    padding: 22px 36px 30px;
  }
}
@media (min-width: 768px) {
  .top_flow_text {
    margin-top: 36px;
    padding: 14px;
  }
}
@media screen and (min-width: 402px) {
  .top_flow_text .br_sp {
    display: none;
  }
}
@media screen and (min-width: 402px) {
  .top_flow_text .br_tab {
    display: none;
  }
}
@media screen and (min-width: 600px) {
  .top_flow_text .br_tab {
    display: block;
  }
}
@media screen and (min-width: 1200px) {
  .top_flow_text .br_tab {
    display: none;
  }
}
.top_flow_img {
  margin-top: -28px;
  width: 100%;
}
@media screen and (min-width: 402px) {
  .top_flow_img {
    margin-top: -30px;
  }
}
@media (min-width: 768px) {
  .top_flow_img {
    margin-top: 26px;
  }
}
.top_flow_img picture img {
  width: 100%;
}

.top_interview {
  padding-top: 5px;
}
.top_interview_main {
  position: relative;
  padding: 160px 0 93px;
}
@media (min-width: 768px) {
  .top_interview_main {
    padding: min(19.2361111111vw, 277px) 0 157px;
  }
}
.top_interview_bg {
  display: none;
}
@media (min-width: 768px) {
  .top_interview_bg {
    display: block;
    position: absolute;
    top: 10px;
    right: 0;
    width: min(55.0694444444vw, 793px);
  }
}
.top_interview_ttl {
  position: absolute;
  z-index: 2;
  top: 80px;
  left: 24px;
}
@media screen and (min-width: 600px) {
  .top_interview_ttl {
    left: 20px;
  }
}
@media (min-width: 768px) {
  .top_interview_ttl {
    top: min(10.2083333333vw, 147px);
  }
}
@media (min-width: 920px) {
  .top_interview_ttl {
    left: 40px;
  }
}
.top_interview_content {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  gap: 40px;
}
@media (min-width: 768px) {
  .top_interview_content {
    flex-direction: row;
    align-items: flex-end;
    gap: 61px;
  }
}
.top_interview_text_wrap {
  margin-top: 34px;
}
.top_interview_text_wrap .top_interview_text {
  font-weight: 500;
  font-size: 16px;
  line-height: 2;
  margin-left: 12px;
}
@media (min-width: 768px) {
  .top_interview_text_wrap .top_interview_text {
    font-size: clamp(16px, 1.25vw, 18px);
    margin: 0;
  }
}
@media (min-width: 768px) {
  .top_interview_text_wrap .top_interview_text .br_sp {
    display: none;
  }
}
.top_interview_main_img {
  position: absolute;
  bottom: 20.1492537313vw;
  right: -16px;
  width: 39.4%;
}
@media screen and (min-width: 600px) {
  .top_interview_main_img {
    right: -20px;
    bottom: 0;
  }
}
@media (min-width: 768px) {
  .top_interview_main_img {
    position: static;
    width: min(41.25vw, 594px);
  }
}
.top_interview_bottom_img {
  width: 100%;
}
.top_interview_bottom_img img {
  width: 100%;
}

.interview_bubble_container {
  margin-top: 36px;
  display: flex;
  flex-direction: column;
  gap: 4px;
  width: 55.7%;
  margin-left: 8px;
}
@media (min-width: 768px) {
  .interview_bubble_container {
    max-width: 504px;
    width: 100%;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(2, 1fr);
    grid-column-gap: 14px;
    grid-row-gap: 7px;
    margin-top: 30px;
    margin-left: 0;
  }
}
.interview_link {
  border-radius: 999px;
  border: 1px solid hsl(0, 0%, 0%);
  background: hsl(0, 0%, 100%);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 12px;
  width: 147px;
  height: 147px;
  margin-top: 33px;
  margin-left: 3px;
}
@media (min-width: 768px) {
  .interview_link {
    border-radius: 999px;
    border: 1px solid hsl(0, 0%, 0%);
    background: hsl(0, 0%, 100%);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 12px;
    width: 215px;
    height: 215px;
    margin-top: 23px;
    margin-left: 0;
    transition: background-color 0.3s ease-out;
  }
  .interview_link:hover {
    background-color: hsl(0, 0%, 0%);
  }
  .interview_link:hover p {
    color: hsl(0, 0%, 100%);
  }
  .interview_link:hover .interview_link_img svg path {
    stroke: hsl(0, 0%, 100%);
  }
}
.interview_link_text {
  font-weight: 500;
  font-size: 14px;
  line-height: 1.5;
  text-align: center;
  transition: color 0.3s ease-out;
}
@media (min-width: 768px) {
  .interview_link_text {
    font-size: 22px;
  }
}
.interview_link_img {
  display: flex;
  align-items: center;
  justify-content: center;
}
.interview_link_img svg {
  max-width: 40px;
}
@media (min-width: 768px) {
  .interview_link_img svg {
    max-width: none;
  }
}
.interview_link_img svg path {
  transition: stroke 0.3s ease-out;
}

.top_culture {
  background: hsl(35, 100%, 96%);
}
.top_culture_head {
  display: flex;
  flex-direction: column;
  gap: 78px;
  padding-bottom: 60px;
}
@media (min-width: 768px) {
  .top_culture_head {
    align-items: center;
    gap: 28px;
  }
}
@media (min-width: 920px) {
  .top_culture_head {
    gap: clamp(40px, 5.2777777778vw, 76px);
    padding-bottom: 107px;
  }
}
.top_culture_main {
  padding: 80px 0;
  display: flex;
  flex-direction: column;
  gap: 50px;
  position: relative;
}
@media (min-width: 920px) {
  .top_culture_main {
    padding: 97px 0 113px;
    flex-direction: row;
    justify-content: space-between;
  }
}
.top_culture_main::before {
  position: absolute;
  content: "";
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: calc(100% - 30px);
  height: 2px;
  background-color: hsl(0, 0%, 76%);
}
@media (min-width: 768px) {
  .top_culture_main::before {
    width: 100%;
  }
}

.culture_content {
  display: flex;
  align-items: flex-start;
  gap: 19px;
}
@media (min-width: 768px) {
  .culture_content {
    gap: 4px;
    gap: clamp(12px, 2.2916666667vw, 33px);
    padding-bottom: 37px;
    align-items: center;
  }
  .culture_content:last-child {
    padding-bottom: 0;
  }
}
.culture_content_wrapper {
  display: flex;
  flex-direction: column;
  gap: 25px;
}
@media screen and (min-width: 402px) {
  .culture_content_wrapper {
    padding: 0 12px;
  }
}
@media (min-width: 768px) {
  .culture_content_wrapper {
    max-width: 547px;
    gap: 20px;
    padding: 0;
  }
}
.culture_content_num {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  border: 1px solid hsl(0, 0%, 0%);
  width: 50px;
  height: 50px;
  padding: 10px;
  flex-shrink: 0;
}
@media (min-width: 768px) {
  .culture_content_num {
    width: 58px;
    height: 58px;
  }
}
.culture_content_num_text {
  font-weight: 500;
  font-size: 16px;
  line-height: 1;
  text-align: center;
}
@media (min-width: 768px) {
  .culture_content_num_text {
    font-size: 18px;
  }
}
.culture_content_ttl {
  font-weight: 500;
  font-size: 18px;
  line-height: 1.6;
  margin: 0;
}
@media (min-width: 768px) {
  .culture_content_ttl {
    font-size: clamp(18px, 1.5277777778vw, 22px);
  }
}
.culture_content_text {
  font-weight: 400;
  font-size: 14px;
  line-height: 2.1;
  text-align: justify;
}
@media (min-width: 768px) {
  .culture_content_text {
    font-size: 15px;
  }
}
.culture_content_text_wrap {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 4px;
}
@media (min-width: 768px) {
  .culture_content_text_wrap {
    gap: 0;
  }
}

.activity {
  padding: 80px 0 126px;
}
@media (min-width: 768px) {
  .activity {
    padding: min(8.3333333333vw, 120px) 0 min(13.1944444444vw, 190px);
  }
}
.activity_content {
  color: hsl(0, 0%, 100%);
  border-radius: 6px;
  background: hsl(43, 67%, 59%);
  padding: 28px 38px;
  min-height: 171px;
}
@media (min-width: 768px) {
  .activity_content {
    padding: 43px 20px 48px;
    min-height: auto;
  }
}
.activity_content_wrap {
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin-top: 50px;
  padding: 0 15px;
}
@media screen and (min-width: 600px) {
  .activity_content_wrap {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(2, 1fr);
    grid-column-gap: 20px;
    grid-row-gap: 16px;
    margin-top: min(6.1111111111vw, 84px);
    padding: 0;
  }
}
@media (min-width: 768px) {
  .activity_content_wrap {
    grid-column-gap: 30px;
    grid-row-gap: 24px;
  }
}
.activity_content_inner {
  display: flex;
  flex-direction: column;
  gap: 14px;
  max-width: 479px;
  margin: 0 auto;
}
@media screen and (min-width: 600px) {
  .activity_content_inner {
    gap: 20px;
  }
}
.activity_content_ttl {
  font-weight: 500;
  font-size: 18px;
  line-height: 1.5;
  text-align: center;
}
@media (min-width: 768px) {
  .activity_content_ttl {
    font-size: clamp(16px, 1.5277777778vw, 22px);
  }
}
.activity_content_text {
  font-weight: 400;
  font-size: 14px;
  line-height: 1.8;
  text-align: justify;
}
@media (min-width: 768px) {
  .activity_content_text {
    font-size: 15px;
    line-height: 2.1;
  }
}

.mvv {
  background: hsl(0, 0%, 100%);
  padding: 110px 0 140px;
}
@media (min-width: 768px) {
  .mvv {
    padding: min(12.0833333333vw, 174px) 0 min(12.7083333333vw, 183px);
  }
}
.mvv_content {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.mvv_content_wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 73px;
}
@media (min-width: 768px) {
  .mvv_content_wrap {
    gap: min(9.7222222222vw, 140px);
  }
}
.mvv_ttl {
  color: hsl(43, 67%, 59%);
  font-weight: 500;
  font-size: 18px;
  line-height: 1.5;
  letter-spacing: 0.2em;
  text-align: center;
  position: relative;
}
@media (min-width: 768px) {
  .mvv_ttl {
    font-size: clamp(18px, 1.5277777778vw, 22px);
  }
}
.mvv_ttl::before {
  position: absolute;
  content: "";
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%);
  width: 30px;
  height: 1px;
  background-color: hsl(0, 0%, 0%);
}
.mvv_text {
  font-weight: 400;
  font-size: 20px;
  line-height: 1.4;
  letter-spacing: 0.2em;
  text-align: center;
  padding: 0 9px;
}
@media screen and (min-width: 402px) {
  .mvv_text {
    font-size: 26px;
  }
}
@media screen and (min-width: 600px) {
  .mvv_text {
    padding: 0;
  }
}
@media (min-width: 768px) {
  .mvv_text {
    line-height: 1;
    font-size: clamp(20px, 2.2222222222vw, 32px);
  }
}
@media (min-width: 768px) {
  .mvv_text br {
    display: none;
  }
}
@media screen and (min-width: 402px) {
  .mvv_text .br_sp {
    display: none;
  }
}
@media screen and (min-width: 500px) {
  .mvv_text .br_sp {
    display: block;
  }
}
@media (min-width: 768px) {
  .mvv_text .br_sp {
    display: none;
  }
}
.mvv_text_wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 32px;
}
.mvv_list {
  display: flex;
  flex-direction: column;
  gap: 2px;
  list-style: none;
  /* デフォルトの数字を消す */
  counter-reset: my-counter;
  margin-top: 40px;
}
@media (min-width: 768px) {
  .mvv_list {
    display: none;
    align-items: center;
    gap: 0;
  }
}
.mvv_list.pc {
  display: none;
}
@media (min-width: 768px) {
  .mvv_list.pc {
    display: flex;
  }
}
.mvv_list_item {
  counter-increment: my-counter;
  /* アイテムごとにカウントアップ */
  display: flex;
  align-items: flex-start;
  /* 数字とテキストの頭を揃える */
  /* カウンターをリセット（名前は自由） */
  font-weight: 400;
  font-size: 20px;
  line-height: 1.5;
}
@media screen and (min-width: 402px) {
  .mvv_list_item {
    font-size: 22px;
    line-height: 2.2;
  }
}
@media (min-width: 768px) {
  .mvv_list_item {
    line-height: 2.3;
    font-size: clamp(16px, 1.8055555556vw, 26px);
    text-align: center;
  }
}
.mvv_list_item span {
  margin-right: 9px;
}
@media (min-width: 768px) {
  .mvv_list_item span {
    margin-right: 11px;
  }
}

.top_recruit {
  background: hsl(192, 54%, 52%);
  padding: 7px 0 136px;
}
@media (min-width: 768px) {
  .top_recruit {
    padding: 7px 0 224px;
  }
}
.top_recruit_head {
  display: flex;
  flex-direction: column;
  gap: 42px;
  margin: -8px auto 0;
  padding-left: 10px;
}
@media (min-width: 768px) {
  .top_recruit_head {
    gap: 40px;
    max-width: 1004px;
    margin: max(-2.3611111111vw, -34px) auto 0;
    padding: 0;
  }
}
.top_recruit_head p {
  color: hsl(0, 0%, 100%);
  font-weight: 700;
  font-size: 14px;
  line-height: 2;
  padding: 0 9px;
}
@media (min-width: 768px) {
  .top_recruit_head p {
    font-size: 15px;
    line-height: 2.1;
    padding: 0;
  }
}
@media (min-width: 768px) {
  .top_recruit_head p .br_pc {
    display: none;
  }
}
.top_recruit .recruit_heading {
  color: hsl(0, 0%, 100%);
  font-weight: 500;
  font-size: 22px;
  line-height: 2.3;
  text-align: center;
}
@media (min-width: 768px) {
  .top_recruit .recruit_heading {
    font-size: 28px;
    line-height: 2.6;
  }
}
.top_recruit .recruit_heading.video {
  font-size: 18px;
}
@media (min-width: 768px) {
  .top_recruit .recruit_heading.video {
    font-size: 20px;
  }
}
.top_recruit .recruit_benefits {
  margin-top: 110px;
  padding: 0 15px;
}
@media (min-width: 768px) {
  .top_recruit .recruit_benefits {
    margin-top: 105px;
    padding: 0;
  }
}
.top_recruit .recruit_benefits .benefits_grid {
  display: grid;
  grid-template-columns: 1fr;
  max-width: 1004px;
  margin: 30px auto 0;
  background: hsl(0, 0%, 100%);
  padding: 14px 12px;
}
@media (min-width: 402px) {
  .top_recruit .recruit_benefits .benefits_grid {
    padding: 14px 22px;
  }
}
@media (min-width: 600px) {
  .top_recruit .recruit_benefits .benefits_grid {
    grid-template-columns: repeat(2, 1fr);
    padding: 30px 20px;
  }
}
@media (min-width: 768px) {
  .top_recruit .recruit_benefits .benefits_grid {
    margin: 20px auto 0;
  }
}
@media (min-width: 1024px) {
  .top_recruit .recruit_benefits .benefits_grid {
    grid-template-columns: repeat(3, 1fr);
  }
}
.top_recruit .recruit_benefits .benefit_item {
  position: relative;
  display: flex;
  align-items: center;
  padding: 24px 0;
  gap: 20px;
}
@media (min-width: 600px) {
  .top_recruit .recruit_benefits .benefit_item {
    padding: 20px;
    gap: 10px;
    padding: 20px 0;
  }
}
.top_recruit .recruit_benefits .benefit_item::after {
  /* 縦線 */
  content: "";
  position: absolute;
  right: 0;
  top: 15px;
  bottom: 15px;
  width: 1px;
  background-image: linear-gradient(to bottom, #000 1px, transparent 1px);
  background-size: 100% 3px;
  background-repeat: repeat-y;
  display: none;
}
.top_recruit .recruit_benefits .benefit_item::before {
  /* 横線 */
  content: "";
  position: absolute;
  bottom: 0;
  left: 4px;
  right: 4px;
  height: 1px;
  background-image: linear-gradient(to right, #000 1px, transparent 1px);
  background-size: 3px 100%;
  background-repeat: repeat-x;
}
.top_recruit .recruit_benefits .benefit_item:last-child::before {
  display: none;
}
@media (min-width: 600px) {
  .top_recruit .recruit_benefits .benefit_item::after {
    display: block;
  }
  .top_recruit .recruit_benefits .benefit_item::before {
    display: block;
    left: 15px;
    right: 15px;
  }
  .top_recruit .recruit_benefits .benefit_item:nth-child(2n)::after {
    display: none;
  }
  .top_recruit .recruit_benefits .benefit_item:nth-child(n+5)::before {
    display: none;
  }
}
@media (min-width: 1024px) {
  .top_recruit .recruit_benefits .benefit_item::after {
    display: block;
  }
  .top_recruit .recruit_benefits .benefit_item::before {
    display: block;
  }
  .top_recruit .recruit_benefits .benefit_item:nth-child(2n)::after {
    display: block;
  }
  .top_recruit .recruit_benefits .benefit_item:nth-child(3n)::after {
    display: none;
  }
  .top_recruit .recruit_benefits .benefit_item:nth-child(n+5)::before {
    display: block;
  }
  .top_recruit .recruit_benefits .benefit_item:nth-child(n+4)::before {
    display: none;
  }
  .top_recruit .recruit_benefits .benefit_item:nth-child(1)::before, .top_recruit .recruit_benefits .benefit_item:nth-child(3)::before {
    bottom: auto;
  }
  .top_recruit .recruit_benefits .benefit_item:nth-child(1)::before {
    bottom: 0;
    left: 0;
  }
  .top_recruit .recruit_benefits .benefit_item:nth-child(3)::before {
    bottom: 0;
    right: 0;
  }
}
@media (min-width: 600px) {
  .top_recruit .recruit_benefits .benefit_item_icon {
    max-width: 50px;
  }
}
@media (min-width: 768px) {
  .top_recruit .recruit_benefits .benefit_item_icon {
    max-width: none;
  }
}
.top_recruit .recruit_benefits .benefit_item_ttl {
  font-weight: 500;
  font-size: 12px;
  line-height: 1.5;
}
.top_recruit .recruit_benefits .benefit_item_sub {
  font-weight: 500;
  font-size: 18px;
  line-height: 1;
  letter-spacing: 0.1em;
  margin: 8px 0 14px;
}
@media (min-width: 600px) {
  .top_recruit .recruit_benefits .benefit_item_sub {
    margin: 8px 0 4px;
  }
}
@media (min-width: 768px) {
  .top_recruit .recruit_benefits .benefit_item_sub {
    font-size: clamp(18px, 1.527vw, 22px);
  }
}
.top_recruit .recruit_benefits .benefit_item_sub.unique {
  letter-spacing: 0;
}
.top_recruit .recruit_benefits .benefit_item_text {
  font-weight: 400;
  font-size: 15px;
  line-height: 1.5;
}
@media (min-width: 768px) {
  .top_recruit .recruit_benefits .benefit_item_text {
    line-height: 2.1;
  }
}
.top_recruit .recruit_recruitment {
  max-width: 1004px;
  margin: 110px auto 0;
  padding: 0 15px;
}
@media (min-width: 768px) {
  .top_recruit .recruit_recruitment {
    margin: 98px auto 0;
    padding: 0;
  }
}
.top_recruit .recruit_recruitment_content {
  position: relative;
  display: flex;
  flex-direction: column;
}
@media (min-width: 768px) {
  .top_recruit .recruit_recruitment_content {
    flex-direction: row;
  }
}
.top_recruit .recruit_recruitment_content_img img {
  object-fit: cover;
  height: 100%;
}
.top_recruit .recruit_recruitment_content_wrapper {
  display: flex;
  flex-direction: column;
  gap: 48px;
  margin-top: 34px;
}
@media (min-width: 768px) {
  .top_recruit .recruit_recruitment_content_wrapper {
    margin-top: 20px;
    gap: 56px;
  }
}
.top_recruit .recruit_recruitment_content_main {
  background: hsl(0, 0%, 100%);
  padding: 40px 34px 34px;
}
@media (min-width: 768px) {
  .top_recruit .recruit_recruitment_content_main {
    padding: 37px 64px;
    width: 74.3%;
  }
}
.top_recruit .recruit_recruitment_content_main_label {
  font-weight: 500;
  font-size: 14px;
  line-height: 1.5;
}
@media (min-width: 768px) {
  .top_recruit .recruit_recruitment_content_main_label {
    font-size: 15px;
  }
}
.top_recruit .recruit_recruitment_content_main_ttl {
  font-weight: 500;
  font-size: 22px;
  line-height: 1.8;
  margin-top: 10px;
}
@media (min-width: 768px) {
  .top_recruit .recruit_recruitment_content_main_ttl {
    font-size: clamp(20px, 1.9444444444vw, 28px);
    line-height: 2.4;
    margin-top: 0;
  }
}
.top_recruit .recruit_recruitment_content_main_text {
  font-weight: 400;
  font-size: 14px;
  line-height: 1.8;
  margin-top: 14px;
}
@media (min-width: 768px) {
  .top_recruit .recruit_recruitment_content_main_text {
    line-height: 2.1;
    font-size: 15px;
    max-width: 368px;
    margin-top: 0;
  }
}
.top_recruit .recruit_recruitment_content_circle {
  position: absolute;
  bottom: -11px;
  right: -5px;
  background: hsl(0, 0%, 100%);
  border-radius: 999px;
  border: 1px solid hsl(0, 0%, 0%);
  padding: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 110px;
  height: 110px;
  transition: background-color 0.3s ease-out;
}
.top_recruit .recruit_recruitment_content_circle:hover {
  background-color: hsl(0, 0%, 0%);
}
.top_recruit .recruit_recruitment_content_circle:hover .recruit_recruitment_content_circle_inner p {
  color: hsl(0, 0%, 100%);
}
.top_recruit .recruit_recruitment_content_circle:hover .recruit_recruitment_content_circle_arrow svg path {
  stroke: hsl(0, 0%, 100%);
}
@media (min-width: 768px) {
  .top_recruit .recruit_recruitment_content_circle {
    width: 130px;
    height: 130px;
    bottom: -20px;
    right: -16px;
  }
}
@media (min-width: 920px) {
  .top_recruit .recruit_recruitment_content_circle {
    bottom: -20px;
    right: -24px;
  }
}
.top_recruit .recruit_recruitment_content_circle_inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 7px;
}
.top_recruit .recruit_recruitment_content_circle_text {
  font-weight: 500;
  font-size: 14px;
  line-height: 2.2;
  text-align: center;
  transition: color 0.3s ease-out;
}
@media (min-width: 768px) {
  .top_recruit .recruit_recruitment_content_circle_text {
    font-size: 15px;
    line-height: 2.1;
  }
}
.top_recruit .recruit_recruitment_content_circle_arrow {
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 38px;
}
@media (min-width: 768px) {
  .top_recruit .recruit_recruitment_content_circle_arrow {
    max-width: none;
  }
}
.top_recruit .recruit_recruitment_content_circle_arrow svg path {
  transition: stroke 0.3s ease-out;
}
.top_recruit .recruit_video {
  aspect-ratio: 490/281;
  width: 100%;
  position: relative;
}
.top_recruit .recruit_video .video-thumbnail {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
  object-fit: cover;
  z-index: 10;
  transition: opacity 0.5s ease;
  /* 0.5秒かけて透明になる */
  opacity: 1;
}
.top_recruit .recruit_video .video-thumbnail.is-hidden {
  opacity: 0;
  pointer-events: none;
  /* 消えた後にクリック反応を無効化する */
}
.top_recruit .recruit_video iframe {
  width: 100%;
  height: 100%;
}
.top_recruit .recruit_video_content {
  flex: 1;
  width: 100%;
}
.top_recruit .recruit_video_content_wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
  margin: 110px auto 0;
  padding: 0 15px;
}
@media (min-width: 768px) {
  .top_recruit .recruit_video_content_wrap {
    padding: 0;
    flex-direction: row;
    gap: 15px;
    max-width: 1004px;
    margin: 152px auto 0;
  }
}

.video-container {
  width: 100%;
  height: 100%;
}/*# sourceMappingURL=home.css.map */