/** RECRUIT **************************************************/
/************************************************************************/

.ttl_wrp {
  max-width: 1080px;
  margin: auto;
  text-align: center;
}

.ttl_wrp h1 {
  margin: 0 16px;
  padding: 32px 16px 24px 16px;
  font-size: 30px;
  font-weight: 600;
}

.recruit_wrp {
  max-width: 1024px;
  margin: 0 auto;
  font-size: 14px;
  padding: 0 16px;
}

.recruit_sec {
  max-width: 960px;
  margin: 70px auto;
  padding: 0 40px;
}

.recruit_sec h2 {
  font-weight: 600;
  font-size: 22px;
  margin-bottom: 24px;
  line-height: 1.4;
  border-bottom: 1px #ccc solid;
  padding-bottom: 8px;
}

.recruit_sec h3 {
  font-weight: 600;
  font-size: 20px;
  margin: 36px 0 24px 0;
  line-height: 1.6;
}

.recruit_sec h4 {
  font-weight: 600;
  font-size: 18px;
  margin: 40px 0 16px 0;
  line-height: 1.6;
}

.wantedly_flex {
  display: flex;
  justify-content: space-between;
  margin-top: 40px;
}

.wantedly_flex li {
  margin-bottom: 30px;
}

.embed {
  font-size: 16px;
  line-height: 2.2;
  margin-left: 50px;
}

.wantedly_flex iframe {
  width: 100% !important;
  max-width: 400px;
  min-width: 400px;
  max-height: 457px;
}

.recruit_wrp a.no_arrow {
  padding-right: 0;
  border: 0;
}

.recruit_wrp a.no_arrow::before,
.recruit_wrp a.no_arrow::after {
  content: none;
}

.recruit_sec .txt {
  font-size: 16px;
  line-height: 2.2;
}

.recruit_wrp a {
  position: relative;
  display: inline-block;
  padding-right: 18px;
  color: #4679bd;
  border-bottom: 1px #4679bd solid;
}

.recruit_wrp a::before {
  content: '';
  width: 16px;
  height: 16px;
  background: #fff;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  right: -2px;
  margin-top: -8px;
  border: 1px #4679bd solid;
}

.recruit_wrp a::after {
  content: '';
  width: 6px;
  height: 6px;
  border: 0;
  border-top: solid 1px #4679bd;
  border-right: solid 1px #4679bd;
  position: absolute;
  top: 50%;
  right: 4px;
  margin-top: -3px;
  transform: rotate(45deg);
}

.conditions {
  max-width: 780px;
  margin: auto;
}

.conditions dt {
  width: 100%;
  margin-bottom: 6px;
  font-weight: 600;
}

.conditions dd {
  margin: 0 0 16px 0;
  padding-bottom: 8px;
  border-bottom: 1px #d6d2d2 dotted;
}

.application_wrp {
  max-width: 780px;
  margin: auto;
  background: #f5f5f5;
  padding: 30px;
}

.application_wrp dt {
  font-weight: 600;
}

.application_wrp dd {
  margin: 0 0 24px 150px;
}

/*****toggle**************/
.toggle {
  margin: 20px 0;
  border: 1px #979797 solid;
  border-radius: 6px;
}

.toggle_ttl {
  position: relative;
  padding: 16px 48px 16px 20px;
  background: #f5f5f5;
  border-top: 1px #d6d2d2 solid;
  border-bottom: 1px #d6d2d2 solid;
  position: relative;
  cursor: pointer;
  border-radius: 6px;
  font-size: 18px;
  font-weight: bold;
}

.toggle_ttl::before,
.toggle_ttl::after {
  position: absolute;
  content: '';
  position: absolute;
  top: 0;
  right: 20px;
  bottom: 0;
  margin: auto;
  background-color: #333;
  border-radius: 6px;
  transition: 0.3s;
}

.toggle_ttl::before {
  width: 4px;
  height: 24px;
  right: 30px;
}
.toggle_ttl::after {
  width: 24px;
  height: 4px;
}

.toggle_ttl.open::before {
  transform: rotate(90deg);
}

.toggle_dec {
  padding: 30px 20px;
  display: none;
  font-size: 15px;
  line-height: 2;
  word-break: break-all;
}
/**swiper*****/
.swiper-wrapper {
  height: auto;
}
.swiper {
  height: fit-content;
  padding: 0 20px 24px 20px;
}
.swiper-slide img {
  width: 100%;
  cursor: pointer;
}
.overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  justify-content: center;
  align-items: center;
  z-index: 1000;
}
.overlay img {
  max-width: 90%;
  max-height: 90%;
}

.swiper-button-prev {
  left: var(--swiper-navigation-sides-offset, -3px);
  top: var(--swiper-navigation-top-offset, 45%);
  color: #999;
}
.swiper-button-next {
  right: var(--swiper-navigation-sides-offset, -3px);
  top: var(--swiper-navigation-top-offset, 45%);
  color: #999;
}

.swiper-button-next:after,
.swiper-button-prev:after {
  font-size: 24px;
}

.swiper-pagination-bullet-active {
  background: #777;
}

/****** tablet / 768 - 1024 *****/
@media screen and (min-width: 768px) and (max-width: 1024px) {
}

/****** SP / 767 or less *****/
@media screen and (max-width: 767px) {
  .recruit_sec {
    max-width: 960px;
    margin: 30px auto;
    padding: 0;
  }

  .recruit_sec h2 {
    font-size: 20px;
  }

  .wantedly_flex {
    flex-direction: column;
    margin-top: 20px;
  }

  .embed {
    font-size: 16px;
    margin-left: 0px;
    margin-top: 20px;
  }

  .wantedly_flex iframe {
    max-width: none;
    min-width: auto;
  }

  .wantedly_flex li {
    margin-bottom: 16px;
    font-size: 15px;
  }

  .toggle {
    margin: 20px 0px;
  }

  .toggle_ttl::before {
    height: 16px;
    right: 26px;
  }
  .toggle_ttl::after {
    width: 16px;
    height: 4px;
  }

  .application_wrp {
    padding: 16px;
  }
  .application_wrp dt {
    width: 100%;
    border-bottom: 1px #ccc dotted;
    padding-bottom: 2px;
    margin-bottom: 4px;
  }
  .application_wrp dd {
    margin: 0 0 16px 0px;
  }
  .swiper {
    padding: 0 10px 24px 10px;
  }
  .swiper-button-prev {
    left: var(--swiper-navigation-sides-offset, -8px);
    top: var(--swiper-navigation-top-offset, 37%);
  }
  .swiper-button-next {
    right: var(--swiper-navigation-sides-offset, -8px);
    top: var(--swiper-navigation-top-offset, 37%);
  }
  .swiper-button-next:after,
  .swiper-button-prev:after {
    font-size: 20px;
  }
}
