@charset "UTF-8";
/* CSS Document */
/* 基本設定-------------------------------------------*/
.contents-box .main-mds {
  margin-bottom: 15px;
}
.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-jp .font-s {
  font-size: 18px;
}
@media (min-width: 769px) {
  .contents-box .main-mds .txt-jp .font-s {
    font-size: 22px;
  }
}
.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;
  }
}
/*============================
#wb
============================*/
#wb {
  padding-bottom: 90px;
  background: rgba(247, 201, 117, 0.2);
  clip-path: ellipse(410% 100% at 50% 0%);
  padding-top: 50px;
}
@media (min-width: 769px) {
  #wb {
    padding-top: 30px;
    padding-bottom: 140px;
    clip-path: ellipse(170% 100% at 50% 0%);
  }
}
#wb::before {
  content: "";
  width: 100%;
  position: absolute;
  height: 130.6666666667vw;
  top: -20.8vw;
  background: url(../images/home/about_btm_bg_sp.png) no-repeat;
  background-size: contain;
}
@media (min-width: 769px) {
  #wb::before {
    height: 21.9619326501vw;
    top: -7.6134699854vw;
    background: url(../images/home/about_btm_bg_pc.png) no-repeat center top;
    background-size: cover;
  }
}
#wb .box-inner .sub-mds {
  font-size: 24px;
  line-height: 2;
  text-decoration-line: underline;
  text-decoration-color: #b60081;
  text-decoration-thickness: 3px;
  text-underline-offset: 8px;
}
@media (min-width: 769px) {
  #wb .box-inner .sub-mds {
    font-size: 32px;
    text-underline-offset: 10px;
  }
}
#wb .box-inner .wb-list {
  display: flex;
}
@media (max-width: 768px) {
  #wb .box-inner .wb-list {
    flex-direction: column;
    gap: 30px;
  }
}
@media (min-width: 769px) {
  #wb .box-inner .wb-list {
    gap: 37px;
    justify-content: center;
  }
}
#wb .box-inner .wb-list li {
  background: #fff;
  border-radius: 20px;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 30px 10px 20px;
  position: relative;
}
@media (max-width: 768px) {
  #wb .box-inner .wb-list li {
    min-height: 280px;
  }
}
@media (min-width: 769px) {
  #wb .box-inner .wb-list li {
    width: min(26.9399707174vw, 368px);
    height: min(26.3543191801vw, 360px);
  }
}
#wb .box-inner .wb-list li .box-mds {
  font-size: 20px;
  font-weight: bold;
  color: #b60081;
}
@media (min-width: 769px) {
  #wb .box-inner .wb-list li .box-mds {
    font-size: 26px;
  }
}
#wb .box-inner .wb-list li .deco-icon {
  position: absolute;
  margin: auto;
  z-index: 1;
}
@media (max-width: 768px) {
  #wb .box-inner .wb-list li .deco-icon {
    width: 60px;
    height: 60px;
    left: 0;
    right: 0;
    bottom: -45px;
  }
}
@media (min-width: 769px) {
  #wb .box-inner .wb-list li .deco-icon {
    width: 80px;
    height: 80px;
    top: 0;
    bottom: 0;
    right: -60px;
  }
}
#wb .box-inner .wb-list .box01 figure {
  margin-bottom: 13px;
}
@media (min-width: 769px) {
  #wb .box-inner .wb-list .box01 figure {
    margin-bottom: 20px;
  }
}
@media (max-width: 768px) {
  #wb .box-inner .wb-list .box01 figure img {
    width: 52.2666666667vw;
  }
}
#wb .box-inner .wb-list .box02 {
  padding-bottom: 30px;
}
#wb .box-inner .wb-list .box02 figure {
  margin-bottom: 20px;
}
@media (min-width: 769px) {
  #wb .box-inner .wb-list .box02 figure {
    margin-bottom: 25px;
  }
}
@media (max-width: 768px) {
  #wb .box-inner .wb-list .box02 figure img {
    width: 58.1333333333vw;
  }
}
#wb .box-inner .wb-list .box02 .box-mds-s {
  font-weight: bold;
  font-size: 14px;
  margin-top: 10px;
}
@media (min-width: 769px) {
  #wb .box-inner .wb-list .box02 .box-mds-s {
    font-size: 18px;
    margin-top: 6px;
  }
}
@media (min-width: 769px) {
  #wb .box-inner .wb-list .box02 .deco-icon {
    transform: rotate(90deg);
  }
}
#wb .box-inner .wb-list .box03 {
  border: 3px solid #b60081;
}
@media (min-width: 769px) {
  #wb .box-inner .wb-list .box03 {
    border-width: 4px;
  }
}
#wb .box-inner .wb-list .box03 figure {
  margin-bottom: 8px;
}
@media (min-width: 769px) {
  #wb .box-inner .wb-list .box03 figure {
    margin-bottom: 25px;
  }
}
@media (max-width: 768px) {
  #wb .box-inner .wb-list .box03 figure img {
    width: 43.2vw;
  }
}
@media (min-width: 769px) {
  #wb .box-inner .wb-list .box03 figure img {
    width: 186px;
  }
}
#wb .box-inner .wb-note {
  font-size: min(4.5333333333vw, 18px);
  font-weight: bold;
  text-align: center;
  margin-top: 40px;
  margin-bottom: 80px;
}
@media (min-width: 769px) {
  #wb .box-inner .wb-note {
    font-size: 26px;
    margin-bottom: 115px;
  }
}
#wb .box-inner .experience-list {
  margin-top: 80px;
}
#wb .box-inner .experience-list li {
  background: #fff;
  border-radius: 20px;
  position: relative;
  padding: 26px;
  margin-bottom: 88px;
}
@media (min-width: 769px) {
  #wb .box-inner .experience-list li {
    padding: 60px 74px 30px;
    margin-bottom: 110px;
  }
}
#wb .box-inner .experience-list li:last-child {
  margin-bottom: 0;
}
@media (min-width: 769px) {
  #wb .box-inner .experience-list li .experience-mds-box {
    display: flex;
    align-items: center;
    gap: 34px;
    margin-top: -124px;
  }
}
#wb .box-inner .experience-list li .experience-mds-box figure {
  margin-bottom: 20px;
  text-align: center;
}
@media (max-width: 768px) {
  #wb .box-inner .experience-list li .experience-mds-box figure {
    margin-top: -80px;
  }
}
#wb .box-inner .experience-list li .experience-mds-box figure img {
  width: 118px;
}
@media (min-width: 769px) {
  #wb .box-inner .experience-list li .experience-mds-box figure img {
    width: 148px;
  }
}
#wb .box-inner .experience-list li .experience-mds-box figure figcaption {
  background: #b60081;
  color: #fff;
  text-align: center;
  width: fit-content;
  font-size: 14px;
  font-weight: bold;
  padding: 6px 17px;
  border-radius: 16px;
  margin: -30px auto 0;
  position: relative;
  z-index: 1;
}
#wb .box-inner .experience-list li .experience-mds-box .experience-mds-txt {
  font-size: 20px;
  font-weight: bold;
  color: #b60081;
  margin-bottom: 20px;
}
@media (min-width: 769px) {
  #wb .box-inner .experience-list li .experience-mds-box .experience-mds-txt {
    padding: 10px 24px;
    border-radius: 27.5px 27.5px 27.5px 0px;
    background: #b60081;
    color: #fff;
    font-size: 24px;
  }
}
#wb .box-inner .experience-list li .txt-detail {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.75;
}
@media (min-width: 769px) {
  #wb .box-inner .experience-list li .txt-detail {
    font-size: 18px;
    line-height: 1.65;
  }
}
#wb .box-inner .experience-list li .txt-detail p {
  margin-bottom: 20px;
}
@media (min-width: 769px) {
  #wb .box-inner .experience-list li .txt-detail p {
    margin-bottom: 17px;
  }
}

#about {
  margin-top: 45px;
}

.sub-mds {
  font-size: 32px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 36px;
}
@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 70px;
    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:last-child {
    border: none;
    padding-bottom: 0;
    margin-bottom: 0;
  }
  .list .box:last-child::before {
    content: none;
  }
}
.list .box a {
  text-decoration: underline;
}
.list .box a.clr {
  color: #B60081;
}
.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 .font-l.type01 {
  font-weight: bold;
}
.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: 85px;
}
@media (min-width: 769px) {
  #top {
    margin-bottom: 190px;
    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/welcomeback.css.map */
