.area_kv.recruit::before {
  background-image: url(../../img/recruit/outline/kv_pc.jpg);
  background-size: cover;
}
@media screen and (max-width: 768px) {
  .area_kv.recruit {
    background-image: url(../../img/recruit/outline/kv_sp.jpg);
    background-size: 84.4%;
  }
}

main#outline {
  padding-bottom: 0;
}
main#outline .tit_content .en {
  letter-spacing: -0.01em;
}
@media screen and (max-width: 768px) {
  main#outline {
    margin-top: 2vw;
  }
}

.area_outline {
  position: relative;
}
.area_outline::before {
  content: "";
  display: block;
  width: calc((100vw - 1200px) / 2 + 1290px);
  height: calc(100% - 610px);
  background: #37bef0;
  opacity: 0.1;
  position: absolute;
  top: 610px;
  right: 0;
  border-radius: 60px 0 0 0;
  z-index: -1;
}
@media screen and (min-width: 769px) {
  .area_outline::before {
    min-width: 1200px;
  }
}
@media screen and (max-width: 768px) {
  .area_outline::before {
    width: 92vw;
    height: calc(100% - 55vw);
    top: 55vw;
    border-radius: 30px 0 0 0;
  }
}
.area_outline .box_lead {
  height: 768px;
  margin-top: 7px;
  padding-top: 173px;
  position: relative;
}
.area_outline .box_lead .tit_catch {
  margin-left: 0;
  position: relative;
  z-index: 5;
}
.area_outline .box_lead .tit_catch span {
  font-size: 30px;
}
.area_outline .box_lead .img {
  width: 1310px;
  position: absolute;
  top: 0;
  left: calc((100% - 1200px) / 2 + 330px);
}
@media screen and (max-width: 768px) {
  .area_outline .box_lead {
    height: auto;
    margin-top: 0;
    padding-top: 9.6vw;
  }
  .area_outline .box_lead .tit_catch span {
    margin-top: 2.2vw;
    padding: 2.2vw 2vw 2.4vw;
    font-size: 5.6vw;
  }
  .area_outline .box_lead .img {
    width: 96vw;
    margin: 5vw 0 0;
    position: relative;
    left: 0;
  }
}
.area_outline .box_people {
  margin-top: -67px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
  z-index: 5;
}
.area_outline .box_people dl {
  width: 380px;
  padding: 33px 30px 43px;
  background: rgba(255, 255, 255, 0.9);
  border-radius: 20px;
}
.area_outline .box_people dl dt {
  color: #37bef0;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.6;
}
.area_outline .box_people dl dd {
  margin-top: 11px;
  line-height: 2;
}
@media screen and (max-width: 768px) {
  .area_outline .box_people {
    margin-top: 8vw;
  }
  .area_outline .box_people dl {
    width: 91%;
    margin-left: 9%;
    padding: 5vw 6.8%;
  }
  .area_outline .box_people dl:nth-of-type(n+2) {
    margin-top: 4vw;
  }
  .area_outline .box_people dl dt {
    font-size: 5.0666666667vw;
  }
  .area_outline .box_people dl dd {
    margin-top: 1.6vw;
    font-size: 4vw;
    -webkit-font-feature-settings: "palt";
            font-feature-settings: "palt";
  }
}

.area_guideline {
  margin-top: -130px;
  padding-top: 260px;
  padding-bottom: 150px;
}
.area_guideline .accordion {
  margin-top: 48px;
  background: #fff;
  border-radius: 20px;
  position: relative;
}
.area_guideline .accordion:first-of-type {
  margin-top: 40px;
}
.area_guideline .accordion .title {
  padding: 20px 40px;
  font-size: 28px;
}
.area_guideline .accordion .title span {
  display: block;
  width: 38px;
  height: 38px;
  background: linear-gradient(135deg, #37bef0 0%, #85f9ae 100%);
  position: absolute;
  top: 31px;
  right: 39px;
  border-radius: 50%;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.area_guideline .accordion .title span::before, .area_guideline .accordion .title span::after {
  content: "";
  display: block;
  position: absolute;
  width: 20px;
  height: 2px;
  background: #fff;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  z-index: 5;
}
.area_guideline .accordion .title span::after {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.area_guideline .accordion .title.active span::after {
  -webkit-transform: rotate(0);
          transform: rotate(0);
}
.area_guideline .accordion .title:hover {
  cursor: pointer;
}
.area_guideline .accordion .title:hover span {
  -webkit-transform: rotate(360deg);
          transform: rotate(360deg);
}
.area_guideline .accordion .content {
  margin-top: 20px;
  padding-bottom: 40px;
}
.area_guideline .accordion .content .dl_table {
  margin: 0 40px;
}
.area_guideline .accordion .content .box_go_link {
  margin-top: 40px;
  text-align: center;
}
.area_guideline .accordion .content .box_go_link a {
  margin-top: 10px;
  display: inline-block;
}
.area_guideline .accordion .content .box_go_link a:hover {
  opacity: 0.7;
}
.area_guideline .accordion .content .box_go_link a img {
  width: auto;
}
@media screen and (max-width: 768px) {
  .area_guideline {
    width: 92%;
    margin-top: -14.5vw;
    padding-top: 30vw;
    margin-left: 8%;
    padding-bottom: 27vw;
  }
  .area_guideline .accordion {
    margin-top: 8vw;
    border-radius: 15px;
  }
  .area_guideline .accordion:first-of-type {
    margin-top: 11vw;
  }
  .area_guideline .accordion .title {
    padding: 3.8vw 6vw;
    font-size: 5.0666666667vw;
  }
  .area_guideline .accordion .title span {
    width: 7.7333333333vw;
    height: 7.7333333333vw;
    border-radius: 50%;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    top: 5.3vw;
    right: 5vw;
  }
  .area_guideline .accordion .title span::before, .area_guideline .accordion .title span::after {
    width: 4.0706666667vw;
    height: 0.4066666667vw;
  }
  .area_guideline .accordion .title span::after {
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .area_guideline .accordion .content {
    margin-top: 4.5vw;
    padding: 0 4%;
    padding-bottom: 6vw;
  }
  .area_guideline .accordion .content .dl_table {
    margin: 0;
  }
  .area_guideline .accordion .content .dl_table dd {
    padding: 3vw 4vw;
    line-height: 1.7;
  }
  .area_guideline .accordion .content .box_go_link {
    margin-top: 4.6vw;
    line-height: 1.6;
    text-align: center;
  }
  .area_guideline .accordion .content .box_go_link a {
    margin-top: 2vw;
  }
  .area_guideline .accordion .content .box_go_link a img {
    width: 100%;
  }
}
.area_guideline .txt_link {
  font-size: 15px;
  font-weight: 700;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .area_guideline .txt_link {
    font-size: 4vw;
  }
}
.area_guideline .box_download {
  margin-top: 40px;
  margin-bottom: 10px;
}
.area_guideline .box_download .txt_link {
  font-size: 16px;
  font-weight: 700;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .area_guideline .box_download .txt_link {
    font-size: 4vw;
  }
}
.area_guideline .btn_download {
  width: 400px;
  height: 86px;
  margin: 10px auto 0;
  position: relative;
  overflow: hidden;
  border-radius: 50px;
  background: linear-gradient(135deg, #37bef0 0%, #85f9ae 100%);
}
.area_guideline .btn_download a {
  width: 100%;
  height: 100%;
  padding: 2px;
  display: block;
  text-align: center;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 0.02em;
  background: transparent;
  color: #fff;
}
.area_guideline .btn_download span {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 50px;
  color: #fff;
  background-color: rgba(255, 255, 255, 0);
  -webkit-transition: 0.3s;
  transition: 0.3s;
  font-family: "Prompt", sans-serif;
}
.area_guideline .btn_download span::after {
  content: "";
  width: 16px;
  height: 19px;
  display: inline-block;
  background-color: #fff;
  -webkit-mask: url("../../img/common/icon_download.svg");
          mask: url("../../img/common/icon_download.svg");
  -webkit-mask-size: cover;
          mask-size: cover;
  vertical-align: middle;
  right: 26px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (max-width: 768px) {
  .area_guideline .btn_download span::after {
    font-size: 3.2vw;
  }
}
.area_guideline .btn_download:hover span {
  background-color: rgb(255, 255, 255);
  color: #5bdea4;
}
.area_guideline .btn_download:hover span::after {
  background-color: #5bdea4;
}
@media screen and (max-width: 768px) {
  .area_guideline .btn_download {
    width: 100%;
    height: 12.2vw;
    margin-top: 2vw;
  }
  .area_guideline .btn_download a {
    font-size: 4vw;
  }
}