/* ===========================
   growth
=========================== */
.growth-section {
  max-width: 1200px;
  margin: 0 auto 20px;
  font-family: "Hiragino Sans", "Noto Sans JP", sans-serif;
  text-align: center;
  position: relative;
}
.growth-circle {
  position: relative;
  text-align: center;
  margin: 0;
}
.growth-circle img {
  display: block;
  margin: 0 auto;
  max-width: 320px;
  height: auto;
}
.circle-headings {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  align-items: center;
  padding: 30px;
}
.circle-headings a{
    color: #fff;
    font-size: 13px;
    font-weight: 600;
    padding: 0 0 30px 0;
}
.circle-headings a::after {
  content: "";
  position: absolute;
  right: 50%;
  bottom: 0;
  margin-right: -10px;
  background: url(../images/arrow_round_down_white.svg) no-repeat;
  background-size: contain;
  font-size: 12px;
  font-weight: bold;
  width: 24px;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
}
#growth-box-01,
#growth-box-02,
#growth-box-04{
  scroll-margin-top: 60px;
}
.circle-headings .top-left {
   position: absolute;
   top: 80px;
    right: 50%;
    margin-right: 25px;
   text-align: right;
}
.circle-headings .top-right {
   position: absolute;
   top: 90px;
    left: 50%;
    margin-left: 20px;
   text-align: left;
}
.circle-headings .bottom {
   position: absolute;
    left: 50%;
   margin-left: -75px;
    bottom: 45px;
}/*
.circle-headings h3 {
  font-size: 14px;
  font-weight: 600;
  line-height: 1.4;
}
.circle-headings h3 a {
  position: relative;
  color: #fff;
  text-decoration: none;
  padding-right: 28px;
  display: flex;
  align-items: center;
}*/
.info-box {
  display: none;
}
.growth-arrow {
  margin: 10px auto;
}
.growth-arrow img {
  display: block;
  margin: 0 auto;
  max-width: 140px;
  height: auto;
}
.growth-message {
  background: #f5faff;
  border: 1px solid #cce7ff;
  border-radius: 50%;
  width: 275px;
  height: 136px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  font-weight: 600;
  color: var(--MS_blue);
  font-size: 18px;
  line-height: 1.6;
  text-align: center;
}
.btn-group {
  display: flex;
  flex-direction: row;
  gap: 10px;
}
@media (min-width: 1124px) {
   .growth-section{
      display: flex;
      align-items: center;
      margin-bottom: 130px;
   }
  .growth-diagram {
    text-align: left;
   align-items: start;
   position: relative;
   max-width: 100%;
   width: 900px;
   display: flex;
  }
   .growth-circle {
   margin: 30px auto;
   }
  .growth-circle img {
    max-width: 500px;
    width: 500px;
      margin-left: 100px;
  }
.circle-headings .top-left {
   position: absolute;
   top: 140px;
   margin-right: -10px;
   text-align: right;
}
.circle-headings .top-right {
   position: absolute;
   top: 160px;
   right:0;
   margin-left: 75px;
   text-align: left;
}
.circle-headings .bottom {
   position: absolute;
    bottom: 70px;
    left: 50%;
    margin-left: -60px;
}
  .circle-headings a{
      color: #fff;
      font-size: 22px;
      font-weight: 600;
      padding: 0 0 30px 0;
  }
  .circle-headings a::after {
    display: none;
  }
  #growth-box-01,
  #growth-box-04{
    scroll-margin-top: 80px;
  }
  #fist-year,
  #second-year{
    scroll-margin-top: 150px;
  }
  .info-box {
    display: block;
    background: rgba(255, 255, 255, 0.8);
    border: 1px solid #ddd;
    border-radius: 10px;
    padding: 20px;
    font-size: 14px;
    max-width: 300px;
    line-height: 1.6;
  }
  .info-box.top-left {
   position: absolute;
   top: 0;
   left: 0;
   }
  .info-box.top-right {
   position: absolute;
   top: 0;
   right: -60px;
  }
  .info-box.bottom {
   position: absolute;
   bottom: -90px;
   left: 50%;
   margin-left: -100px;
   }
  .growth-arrow {
  margin: 20px auto;
   margin-left: -100px;
  }
   .growth-arrow img {
   max-width: 80px;
   }
  .growth-message {
   font-size: 28px;
   width: 390px;
   height: 268px;
  margin: 20px auto;
  }
}
/* growth-box-01 */
.growth-boxes{
   display: flex;
   flex-direction: column;
   gap: 20px;
   margin-top: 20px;
}
.growth-box{
   font-size: 15px;
   color: var(--gray700);
   width: 100%;
}
.growth-box h3{
   color: var(--white);
   background-color: var(--blue400);
   font-size: 16px;
   height: 50px;
   display: flex;
   align-items: center;
    justify-content: center;
    text-align: center;
}
.growth-box h4{
   color: var(--MS_blue);
   font-size: 18px;
   margin: 20px 0;
}
#growth-box-01 .growth-box{
   display: flex;
   flex-direction: column;
}
.growth-box ul{
  list-style: disc;
  padding-left: 1rem;
}
.growth-proposal {
  max-width: 1100px;
  margin: 0 auto;
  text-align: center;
  font-family: "Hiragino Sans", "Noto Sans JP", sans-serif;
  position: relative;
   margin-top: 20px;
}
.proposal-top {
  display: grid;
    grid-template-columns: 1fr 1fr 30px 1fr;
  flex-direction: row;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 30px;
}
.proposal-box {
  flex: 1;
  background: #f0f9ff;
  border-radius: 12px;
  padding: 10px 4px;
  line-height: 1.3;
  font-weight: 600;
  color: #0070c0;
  font-size: 11px;
  line-height: 1.6;
  display: flex;
    align-items: center;
    justify-content: center;
}
.proposal-emp{
   display: flex;
   font-size: 9px;
    align-items: center;
    font-weight: bold;
    color: var(--MS_blue);
}
.proposal-center {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 20px;
  margin-top: 30px;
}
.proposal-image img {
  width: 92px;
  height: 92px;
  border-radius: 50%;
  object-fit: cover;
}
.proposal-main {
  background: #f0f9ff;
  border-radius: 8px;
  padding: 15px 20px;
  font-size: 14px;
  font-weight: 600;
  color: #0070c0;
}
.proposal-arrows {
  position: absolute;
  top: 42%;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  max-width: 900px;
  display: flex;
  justify-content: center;
  pointer-events: none;
}
.proposal-arrows .arrow {
  width: 144px;
  height: auto;
}
.growth-box .btn-link{
   margin: 20px 0;
}
#growth-box-04 .growth-box{
   display: flex;
   background-color: var(--blue000);
   border-radius: 8px;
   gap: 20px;
   padding: 20px 10px;
   flex-direction: column;
   align-items: center;
}
#growth-box-04 .growth-box img{
   width: 180px;
   border-radius: 8px;
}
#growth-box-04 .growth-box h3{
   color: var(--MS_blue_light);
   background-color: transparent;
   justify-content: flex-start;
}
@media (min-width: 767px) {
   .growth-boxes{
      flex-direction: row;
   }
   .growth-box{
      width: 50%;
   }
   .growth-box h3{
      font-size: 20px;
      height: 64px;
   }
  .proposal-top {
    gap: 15px;
  }
   .proposal-box {
   font-size: 12px;
   padding: 10px 4px;
   }
  .proposal-image img {
   width: 160px;
   height: 160px;
  }
  .proposal-main {
    font-size: 16px;
  }
#growth-box-04 .growth-box{
   flex-direction: row;
}
}
@media (min-width: 961px) {
   .proposal-box {
   font-size: 18px;
   padding: 20px;
   }
  .proposal-main {
    font-size: 22px;
  }
  }
/* .training-section */
.training-section {
  margin: 0 auto;
  padding-top: 30px;
}
.training-box {
  border: 1px solid var(--gray300);
  border-radius: 12px;
  padding: 15px;
  margin: 30px 0;
}
.training-box .subtitle {
  font-size: 14px;
  color: #009DC9;
  font-weight: bold;
text-align: center;
}
.training-box .title {
  background: var(--blue400);
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  padding: 10px 20px;
  border-radius: 6px;
  display: block;
  margin: 10px 0;
text-align: center;
}
.training-box .desc {
  font-size: 14px;
  color: #333;
}
.training-block {
  margin: 30px auto;
  color: var(--gray700);
    border-bottom: 1px solid #ddd;
    padding: 20px 0;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}
.training-block:last-child {
    border-bottom: none;
    padding-bottom: 0;
}
.training-img {
  position: relative;
  margin-bottom: 10px;
}
.training-img img {
  width: 65%;
  border-radius: 6px;
}
.training-block .speech-bubble {
  position: absolute;
  top: -23px;
  right: 0;
  background: #e6f3ff;
  color: #0070c0;
  font-size: 17px;
  font-weight: bold;
  padding: 20px 15px 20px 40px;
  border-radius: 10px;
  line-height: 1.4;
  text-align: center;/*
  width: 142px;
  box-shadow: 0px 0px 5px #0070c0;*/
  background: url(../images/speech-bubble.svg) no-repeat;
  background-size: contain;
  width: 168px;
  height: 96px;
  display: flex;
  align-items: center;
  justify-content: center;
}/*
.training-block .speech-bubble::before {
    content: "";
    position: absolute;
    top: 50%;
    left: -10px;
    margin-top: -12px;
    border: 12px solid transparent;
    border-right: 12px solid #e6f3ff;
    z-index: 2;
    transform: rotate(-135deg);
}
.training-block .speech-bubble::after {
    content: "";
    position: absolute;
    top: 50%;
    left: -12px;
    margin-top: -11.2px;
    border: 12px solid transparent;
    border-right: 12px solid var(--MS_blue);
    z-index: 1;
    transform: rotate(-135deg);
}*/
.training-text h4{
    font-size: 18px;
    color: var(--MS_blue);
    margin-bottom: 20px;
}
#growth-box-02 .training-text {
    display: flex;
    flex-direction: column;
}
#growth-box-02 .training-text img.sp {
    width: 64px;
    height: auto;
    margin: 0 auto 10px;
}/*
#growth-box-02 .training-text img.pc {
    width: 80px;
    height: auto;
}*/
#growth-box-03 .training-text {
    display: block;
}
#growth-box-03 .training-text h4{
    margin-bottom: 0;
}
.training-text p {
  font-size: 15px;
  margin: 5px 0 20px;
}
.training-block ul {
  list-style: disc;
  padding-left: 20px;
  width: 336px;
  max-width: 100%;
  padding: 0 0 0 20px;
}
.training-block ul li {
  font-size: 18px;
  margin-bottom: 5px;
  font-weight: 600;
  line-height: 1;
  padding: 5px 0;
}
.training-block ul li small {
  font-size: 12px;
  font-weight: normal;
}
@media (min-width: 768px) {
    .training-box{
        padding: 30px;
    }
    .training-box .subtitle{
        font-size: 24px;
    }
    .training-box .title{
        font-size: 28px;
    }
    .training-box .desc{
        font-size: 16px;
    }
  .training-block {
    display: flex;
    align-items: flex-start;
    gap: 20px;
    flex-direction: column;
  }/*
  .training-img {
    flex: 0 0 360px;
  }*/
  .training-header .title {
    font-size: 22px;
  }
.training-block .speech-bubble{
  font-size: 20px;
  width: 206px;
  height: 118px;
}
.training-block .sp {
        display: block;
    }
.training-block .pc {
        display: none;
    }
}
@media (min-width: 1200px) {
  .training-block {
    flex-direction: row;
  }
#growth-box-02 .training-text {
    flex-direction: row;
}
  .training-text {
    flex: 1;
    gap: 20px;
  }
  .training-block .pc {
        display: block;
    }
.training-block .sp {
        display: none;
    }
}
