@charset "UTF-8";

.mv {
  margin-bottom: 80px;
  position: relative;
}
.mv .story-no {
  width: 20%;
  background-color: #0F2E95;
  color: #fff;
  font-size: clamp(20px, 2.5vw, 28px);
  font-weight: 500;
  padding-right: 10px;
  text-align: right;
  position: absolute;
  top: 10%;
  left: 0;
}
.mv .story-title {
  color: #0F2E95;
  font-size: clamp(28px, 3.2vw, 42px);
  font-weight: 500;
  position: absolute;
  top: 27%;
  left: 15%;
}
.mv .name-area {
  color: #0F2E95;
  position: absolute;
  bottom: 5%;
  left: 50%;
}
.mv .name-area .business-name {
  font-size: clamp(15px, 2.2vw, 20px);
  font-weight: 500;
  margin-bottom: 5px;
}
.mv .name-area .name {
  font-size: 15px;
}
.story3 .mv .name-area {
  left: 40%;
}

.story-head-text {
  font-size: 22px;
  line-height: 1.8;
  margin-bottom: 80px;
}


.sec-item {
  margin-bottom: 100px;
}
.sec-item .sec-item-no {
  margin-bottom: 20px;
}
.sec-item .sec-item-no img {
  max-height: 50px;
}
.sec-item .sec-item-title {
  font-size: 34px;
  font-weight: bold;
  margin-bottom: 10px;
}
.sec-item .sec-item-text {
  line-height: 2;
  text-align: justify;
}
.sec-item .sec-item-flex {
  display: flex;
  justify-content: space-between;
}
.sec-item .sec-item-flex .flex-text {
  width: 50%;
  margin-right: 4%;
}
.sec-item .sec-item-flex .flex-img {
  max-width: 454px;
  width: 46%;
}
.sec-item .sec-item-flex .flex-img img {
  margin-bottom: 40px;
}
.sec-item .sec-item-flex .flex-img img:last-child {
  margin-bottom: 0;
}

.profile {
  border: solid 4px #63CDFD;
  border-radius: 35px;
  padding: 25px 30px;
}
.profile .business-name {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 5px;
}
.profile .name {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 15px;
}
.profile .name span {
  font-size: 16px;
  font-weight: normal;
  margin-left: 5px;
}
.profile .profile-title {
  margin-bottom: 5px;
}
.profile .profile-title::before {
  content: "●";
  font-size: 10px;
  margin-right: 5px;
}
.profile .profile-text {
  line-height: 1.6;
  margin-bottom: 25px;
  text-align: justify;
}
.profile .business-info {
  line-height: 1.6;
  margin-bottom: 20px;
}
.profile .web-sns {
  margin-top: 25px;
  line-height: 1.6;
}


/*-------------------------------------------
SP
-------------------------------------------*/
@media screen and (max-width: 767px) {
  .mv {
    margin-bottom: 25px;
  }
  .mv .story-no {
    width: 100%;
    max-width: 145px;
    font-size: 18px;
    top: 8vw;
  }
  .mv .story-title {
    font-size: 20px;
    padding: 0 10px;
    margin-top: 30px;
    line-height: 1.6;
    text-align: center;
    position: static;
  }
  .mv .name-area {
    bottom: 5%;
    left: 15%;
    top: 36vw;
  }
  .mv .name-area .business-name {
    font-size: 12px;
    margin-bottom: 3px;
  }
  .mv .name-area .name {
    font-size: 10px;
  }
  .story3 .mv .name-area {
    left: 2%;
  }
  .story3 .mv .name-area .business-name {
    font-size: 11px;
  }

  .story-head-text {
    font-size: 16px;
    margin-bottom: 40px;
  }

  .sec-item {
    margin-bottom: 60px;
  }
  .sec-item .sec-item-no {
    margin-bottom: 15px;
    text-align: center;
  }
  .sec-item .sec-item-no img {
    max-height: 40px;
  }
  .sec-item .sec-item-title {
    font-size: 24px;
    text-align: center;
  }
  .sec-item .sec-item-flex {
    flex-direction: column;
    gap: 20px 0;
  }
  .sec-item .sec-item-flex .flex-text {
    width: 100%;
    margin-right: 0;
  }
  .sec-item .sec-item-flex .flex-img {
    max-width: 400px;
    width: 100%;
    margin: 0 auto;
  }
  
  .sec-item .sec-item-flex .flex-img img {
    margin-bottom: 20px;
  }

  .profile {
    border-radius: 25px;
    padding: 20px;
  }
  .profile .business-name {
    font-size: 20px;
  }
  .profile .name {
    font-size: 20px;
  }
}