main {
  letter-spacing: 0;
}

.rolemodelintro__inner {
  width: 90%;
  max-width: 480px;
  margin: 60px auto 0;
}
.rolemodelintro__inner .ttl--s {
  text-align: center;
  padding: 0;
  margin: 0;
}
.rolemodelintro__inner p {
  text-align: center;
  font-size: 1.6rem;
  line-height: 1.5;
  margin-top: 20px;
}
.rolemodelintro__img {
  margin-top: 50px;
}
.rolemodelintro__content {
  margin-top: 50px;
}
.rolemodelintro__contentBox {
  margin-top: 20px;
}
.rolemodelintro__contentBox .ttl--s {
  text-align: left;
}
.rolemodelintro__contentBox p {
  text-align: left;
  margin-top: 5%;
  font-size: 1.6rem;
  line-height: 1.5;
}

.rolemodelflow {
  background-image: url(../common/img/rolemodel-bg.png);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  padding: 50px 0 70px;
  margin-top: 60px;
}
.rolemodelflow__inner {
  width: 90%;
  max-width: 480px;
  margin: 0 auto;
}
.rolemodelflow__inner ul {
  position: relative;
  padding-left: 20px;
}
.rolemodelflow__inner ul::after {
  position: absolute;
  content: "";
  height: 100%;
  width: 2px;
  top: 0;
  left: 0;
  background-color: #006EC9;
}
.rolemodelflow__inner ul li .rolemodelflow__itemIcon {
  position: relative;
}
.rolemodelflow__inner ul li .rolemodelflow__itemIcon::after {
  position: absolute;
  content: none;
  width: 2px;
  background-color: transparent;
  background-image: repeating-linear-gradient(to bottom, #006EC9 0px, #006EC9 6px, transparent 6px, transparent 12px);
  height: 710%;
  bottom: -723%;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
}
.rolemodelflow__inner ul li .rolemodelflow__itemIcon span {
  display: block;
  background-color: #fff;
  width: -moz-max-content;
  width: max-content;
  padding: 5px 25px;
  border-radius: 50px;
  font-weight: bold;
  font-size: 2rem;
}
.rolemodelflow__inner ul li h2 {
  font-weight: bold;
}
.rolemodelflow__inner ul li p {
  font-size: 1.6rem;
  line-height: 1.5;
}
.rolemodelflow__inner ul li .rolemodelflow__itemImg {
  margin-top: 20px;
}
.rolemodelflow__inner ul li .rolemodelflow__itemContent {
  margin-top: 30px;
}
.rolemodelflow__inner ul li .rolemodelflow__itemContent h2 {
  font-size: 2rem;
  line-height: 1.5;
}
.rolemodelflow__inner ul li .rolemodelflow__itemContent h3 {
  font-size: 2.2rem;
  padding: 0;
  margin: 10px 0 0;
  color: #333;
}
.rolemodelflow__inner ul li .rolemodelflow__itemContent p {
  margin-top: 20px;
}
.rolemodelflow__inner ul li + li {
  margin-top: 70px;
}
.rolemodelflow__inner ul li + li .rolemodelflow__itemIcon::after {
  bottom: -780%;
  height: 770%;
}
.rolemodelflow__inner ul li:last-child .rolemodelflow__itemIcon::after {
  content: none;
}
.rolemodelflow__content {
  background-color: #fff;
  margin-top: 30px;
  border-radius: 16px;
  padding: 20px;
  text-align: center;
  font-weight: bold;
}
.rolemodelflow__content h2 {
  font-size: 2rem;
}
.rolemodelflow__content h3 {
  margin-top: 10px;
  line-height: 1.5;
  font-size: 2.2rem;
}
.rolemodelflow__img {
  margin-top: 30px;
}
.rolemodelflow p {
  line-height: 1.5;
  font-size: 1.6rem;
  margin-top: 20px;
}

.rolemodelbanner {
  background-color: #EAF6FA;
  font-weight: bold;
  padding: 40px 0 80px;
}
.rolemodelbanner__inner {
  width: 90%;
  max-width: 480px;
  margin: 0 auto;
}
.rolemodelbanner__inner .ttl--s {
  padding: 0;
  margin: 0;
  text-align: center;
}
.rolemodelbanner__img {
  margin-top: 30px;
}

@media screen and (min-width: 768px) {
  .rolemodelintro__inner {
    width: 68.75%;
    max-width: 1320px;
  }
  .rolemodelintro__inner p {
    margin-top: 2%;
    font-size: clamp(0.1rem, 0.8333vw, 1.6rem);
  }
  .rolemodelintro__content {
    margin-top: 8%;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .rolemodelintro__contentImg {
    width: 50%;
  }
  .rolemodelintro__contentBox {
    width: 46%;
  }
  .rolemodelintro__contentBox p {
    margin-top: 4%;
    font-size: clamp(0.1rem, 0.8333vw, 1.6rem);
  }
  .rolemodelflow {
    padding: 5% 0 8%;
    margin-top: 7%;
    background-image: url(../common/img/rolemodel-bg-pc.png);
  }
  .rolemodelflow__inner {
    width: 68.75%;
    max-width: 1320px;
  }
  .rolemodelflow__inner ul {
    padding-left: 5%;
  }
  .rolemodelflow__inner ul li {
    display: flex;
    align-items: center;
  }
  .rolemodelflow__inner ul li .rolemodelflow__itemIcon {
    width: 25.5%;
  }
  .rolemodelflow__inner ul li .rolemodelflow__itemIcon::after {
    content: "";
  }
  .rolemodelflow__inner ul li .rolemodelflow__itemIcon span {
    display: block;
    width: -moz-max-content;
    width: max-content;
    padding: 5% 10%;
    text-align: center;
    min-width: 200px;
    background-color: #fff;
    color: #006EC9;
    font-weight: bold;
    border-radius: 50px;
    margin: auto;
    font-size: clamp(0.1rem, 1.35416667vw, 2.6rem);
  }
  .rolemodelflow__inner ul li .rolemodelflow__itemImg {
    width: 14%;
    margin-left: 2%;
  }
  .rolemodelflow__inner ul li .rolemodelflow__itemContent {
    width: 58.7125%;
    margin-left: 3%;
  }
  .rolemodelflow__inner ul li .rolemodelflow__itemContent h2 {
    font-size: clamp(0.1rem, 1.154833vw, 2.2rem);
  }
  .rolemodelflow__inner ul li .rolemodelflow__itemContent .ttl--s {
    padding: 0;
    margin: 0;
    color: #333;
    margin-top: 2%;
  }
  .rolemodelflow__inner ul li .rolemodelflow__itemContent p {
    margin-top: 1%;
    font-size: clamp(0.1rem, 0.8333vw, 1.6rem);
  }
  .rolemodelflow__inner ul li + li {
    margin-top: 12%;
  }
  .rolemodelflow__content {
    margin-top: 8%;
    border-radius: 16px;
    padding: 3% 0;
  }
  .rolemodelflow__content h2 {
    font-size: clamp(0.1rem, 1.25vw, 2.4rem);
  }
  .rolemodelflow__content h3 {
    margin-top: 1.5%;
    font-size: clamp(0.1rem, 1.458333vw, 2.8rem);
  }
  .rolemodelflow__img {
    margin-top: 5%;
  }
  .rolemodelflow p {
    margin-top: 3%;
    font-size: clamp(0.1rem, 0.8333vw, 1.6rem);
  }
  .rolemodelbanner {
    padding: 5% 0;
  }
  .rolemodelbanner__inner {
    width: 68.75%;
    max-width: 1320px;
    margin: 0 auto;
  }
  .rolemodelbanner__inner h2 {
    color: #006EC9;
    font-size: clamp(0.1rem, 1.875vw, 3.6rem);
    text-align: center;
    position: relative;
  }
  .rolemodelbanner__inner h2::before, .rolemodelbanner__inner h2::after {
    position: absolute;
    content: "";
    background-color: #3E7BE3;
    height: 3px;
    width: 19%;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
  }
  .rolemodelbanner__inner h2::before {
    left: 0;
  }
  .rolemodelbanner__inner h2::after {
    right: 0;
  }
  .rolemodelbanner__img {
    margin-top: 3%;
  }
}/*# sourceMappingURL=rolemodel.css.map */