@charset "UTF-8";
/* CSS Document */
/* 基本設定-------------------------------------------*/
.contents-box .main-mds {
  margin-bottom: 30px;
}
.contents-box .main-mds .txt-jp {
  font-size: 38px;
  display: block;
  margin-bottom: -7px;
  font-weight: bold;
}
@media (min-width: 769px) {
  .contents-box .main-mds .txt-jp {
    font-size: 52px;
    margin-bottom: -8px;
  }
}
.contents-box .main-mds .txt-en {
  font-family: "Unbounded", sans-serif;
  color: #B60081;
  font-size: 14px;
  display: block;
  font-weight: 500;
}
@media (min-width: 769px) {
  .contents-box .main-mds .txt-en {
    font-size: 16px;
  }
}
.sub-mds {
  font-size: 32px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 22px;
}
@media (min-width: 769px) {
  .sub-mds {
    font-size: 46px;
    margin-bottom: 40px;
  }
}
.sub-mds .circle {
  width: 10px;
  height: 10px;
  background: #B60081;
  border-radius: 50%;
  display: inline-block;
  vertical-align: super;
  margin-right: 8px;
  margin-bottom: -3px;
}

.list {
  border-radius: 30px;
  background: #fff;
  padding: 40px 24px 20px;
  margin-bottom: 45px;
}
@media (min-width: 769px) {
  .list {
    padding: 80px 75px 50px;
    margin-bottom: 80px;
    border-radius: 60px;
  }
}
.list .box {
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 2px solid #E6E6E6;
  position: relative;
}
@media (min-width: 769px) {
  .list .box {
    display: flex;
    padding-bottom: 25px;
    margin-bottom: 25px;
  }
  .list .box::before {
    content: "";
    position: absolute;
    bottom: -2px;
    left: 0;
    width: 150px;
    height: 2px;
    background: #B60081;
  }
}
.list .box a {
  text-decoration: underline;
}
.list .box .head {
  font-size: 20px;
  font-weight: bold;
  color: #B60081;
  margin-bottom: 8px;
  position: relative;
}
@media (min-width: 769px) {
  .list .box .head {
    width: 150px;
    font-size: 18px;
  }
}
.list .box .detail {
  font-weight: 500;
  line-height: 1.75;
}
@media (min-width: 769px) {
  .list .box .detail {
    flex: 1;
    padding-left: 30px;
  }
}
.list .box .detail .fwB {
  font-size: 18px;
}
@media (min-width: 769px) {
  .list .box .detail .fwB {
    font-size: 20px;
  }
}
@media (min-width: 769px) {
  .list .box .detail .font-l {
    font-size: 18px;
  }
}
.list .box .detail .job-list {
  margin-top: 18px;
}
@media (min-width: 769px) {
  .list .box .detail .job-list {
    margin-top: 0;
  }
}
.list .box .detail .job-list .bundle dt {
  font-size: 18px;
  font-weight: bold;
  color: #B60081;
  margin-bottom: 2px;
}
@media (min-width: 769px) {
  .list .box .detail .job-list .bundle dt {
    font-size: 16px;
  }
}
.list .box .detail .job-list .bundle dd {
  margin-bottom: 8px;
}
.list .box .detail .job-list .bundle dd .note {
  font-size: 12px;
}
.list .box .detail .step-list {
  margin-top: 20px;
  margin-bottom: 20px;
}
@media (min-width: 769px) {
  .list .box .detail .step-list {
    margin-top: 0;
  }
}
.list .box .detail .step-list li {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-bottom: 40px;
  font-size: 16px;
  position: relative;
}
.list .box .detail .step-list li:last-child {
  margin-bottom: 0;
}
.list .box .detail .step-list li:last-child::before {
  content: none;
}
.list .box .detail .step-list li .step-num {
  margin-bottom: 0;
  width: 50px;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  font-size: 14px;
  color: #fff;
  font-family: "Unbounded", sans-serif;
  background: #B60081;
}
@media (min-width: 769px) {
  .list .box .detail .step-list li .step-num {
    width: 40px;
    height: 40px;
    font-size: 12px;
    margin-bottom: 0;
  }
}
.list .box .detail .step-list li::before {
  content: "";
  position: absolute;
  bottom: -20px;
  left: 20px;
  margin: auto;
  width: 11px;
  height: 11px;
  border-top: 2px solid #B60081;
  border-right: 2px solid #B60081;
  transform: rotate(135deg);
  transition: all 0.3s ease;
}
@media (min-width: 769px) {
  .list .box .detail .step-list li::before {
    bottom: -19px;
    left: 15px;
    width: 9px;
    height: 9px;
  }
}
.list .box .detail .step-list span {
  flex: 1;
}
.list .box .detail .step-list .pink {
  color: #B60081;
}
.list .box .detail .note {
  font-size: 12px;
}
.list .box .detail p {
  margin-bottom: 8px;
  font-size: 16px;
}
.list .box .detail p .fwB {
  font-size: 16px;
}
/*============================
#top
============================*/
#top {
  margin-bottom: 40px;
}
@media (min-width: 769px) {
  #top {
    margin-bottom: 80px;
    padding-top: 50px;
  }
}
@media (min-width: 769px) {
  #top .box-inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
}
#top .box-inner .mv-box {
  overflow: hidden;
  border-radius: 30px;
}
@media (min-width: 769px) {
  #top .box-inner .mv-box {
    max-width: 48.7554904832vw;
  }
}
/*# sourceMappingURL=_map/career.css.map */
