@charset "utf-8";

/* -------  ---------------------------------------------- */
.growth-main{
  
}
.growth-main .image{
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.growth-heading{
  color: #FFF;
  position: relative;
}
.growth-heading:before{
  background: #245AA5;
  background: linear-gradient(40deg, rgba(36, 90, 165, 1) 0%, rgba(28, 123, 255, 1) 100%);
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
}
.growth-heading .ttl > p{
  font-family: "Jost", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: italic;
  line-height: 1.34;
  text-decoration: underline;
  transform: rotate(-5deg);
}
.growth-heading .ttl > h1{
  font-weight: 700;
  font-style: italic;
  line-height: 1.34;
  transform: rotate(-5deg);
}
.growth-heading-inner > p{
  font-weight: 600;
}
@media print, screen and (min-width:781px) {
  .growth-main .image{
    background-image: url("../img/img_growth_main.jpg");
    padding-bottom: 29.3398%;
    width: 90%;
  }
  .growth-heading{
    padding-bottom: 130px;
    width: 93.41142%;
  }
  .growth-heading:before{
    left: 0;
    right: 0;
    top: -5px;
    bottom: 0;
  }
  .growth-heading-inner{
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    margin-left: auto;
    margin-right: auto;
    margin-top: -80px;
    width: 80%;
  }
  .growth-heading .ttl > p{
    font-size: min(5.85vw,8.0rem);
    margin-left: 20px;
  }
  .growth-heading .ttl > h1{
    font-size: min(5.85vw,8.0rem);
    white-space: nowrap;
  }
  .growth-heading-inner > p{
    margin-left: 50px;
  }
  .growth-main .note-list{
    text-align: right;
    margin-right: auto;
    margin-top: 10px;
    width: 93.41142%;
  }
}
@media screen and (max-width: 780px) {
  .growth-main .image{
    background-image: url("../img/img_growth_main_sp.jpg");
    padding-bottom: 61.5384%;
  }
  .growth-heading{
    padding: 115px 10% 100px;
  }
  .growth-heading:before{
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
  }
  .growth-heading-inner{
  }
  .growth-heading .ttl > p{
    font-size: min(10.256vw,8.0rem);
    margin-left: 10px;
  }
  .growth-heading .ttl > h1{
    font-size: min(10.256vw,8.0rem);
    white-space: nowrap;
  }
  .growth-heading-inner > p{
    font-size: 1.2rem;
    margin-top: 20px;
  }
  .growth-main .note-list{
    text-align: right;
    margin: 10px auto 0;
    width: 90%;
  }
}

/* -------  ---------------------------------------------- */

.growth-sec .image{
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.growth-sec .profile .deco{
  background: #245AA5;
  background: linear-gradient(40deg, rgba(36, 90, 165, 1) 0%, rgba(28, 123, 255, 1) 100%);
  color: #FFF;
  font-family: "Jost", sans-serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: italic;
  line-height: 1;
}
.growth-sec .profile .profile-name{
  font-weight: 600;
  line-height: 1;
}
.growth-sec .profile .profile-en{
  color: #999999;
  font-family: "Jost", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: italic;
}


.growth-sec .detail .desc h2{
  font-weight: 700;
  line-height: 1.32;
}
.growth-sec .detail .desc p{
  font-weight: 600;
  line-height: 2.125;
}
@media print, screen and (min-width:781px) {
  .growth-sec{
    padding-bottom: 100px;
    padding-top: 90px;
    position: relative;
  }
  .growth-sec:first-child{
    margin-top: -2.2em;
  }
  .growth-sec:before{
    background-repeat: no-repeat;
    background-size: cover;
    content: "";
    display: block;
    padding-bottom: 19.546%;
    width: 62.811%;
    position: absolute;
    top: 0;
    z-index: -1;
    opacity: .5;
  }
  .growth-sec:nth-child(odd):before{
    background-image: url("../img/bg_growth1.png");
    left: 0;
  }
  .growth-sec:nth-child(even):before{
    background-image: url("../img/bg_growth2.png");
    right: 0;
  }
  .growth-sec-inner{
    width: 90%;
  }
  .growth-sec:nth-child(odd) .growth-sec-inner{
    margin-left: auto;
  }
  .growth-sec:nth-child(even) .growth-sec-inner{
    margin-right: auto;
  }
  
  
  
  .growth-sec .image{
    padding-bottom: 40.7497%;
  }
  .growth-sec .detail{
    display: flex;
    justify-content: space-between;
    padding-top: 50px;
    width: 88.427%;
  }
  .growth-sec:nth-child(even) .detail{
    flex-direction: row-reverse;
    margin-left: auto;
  }
  
  .growth-sec .profile{
    margin-top: -100px;
  }
  .growth-sec .profile .deco{
    padding: 30px 20px;
    height: 160px;
    width: 160px;
  }
  .growth-sec .profile .profile-name{
    font-size: min(1.9vw,2.6rem);
    margin-top: 15px;
  }
  .growth-sec .profile .profile-joining{
    font-size: min(0.87vw,1.2rem);
    margin-top: 15px;
  }
  .growth-sec .profile .profile-en{
    font-size: min(0.87vw,1.2rem);
    margin-top: 20px;
  }
  
  
  .growth-sec .detail .desc{
    width: 66.3594%;
  }
  .growth-sec .detail .desc h2{
    font-size: min(3.66vw,5.0rem);
  }
  .growth-sec .detail .desc p{
    margin-top: 20px;
  }
  
  .growth-sec1 .image{
    background-image: url("../img/img_growth1.jpg");
  }
  .growth-sec2 .image{
    background-image: url("../img/img_growth2.jpg");
  }
  .growth-sec3 .image{
    background-image: url("../img/img_growth3.jpg");
  }
  .growth-sec4 .image{
    background-image: url("../img/img_growth4.jpg");
  }
  .growth-sec5 .image{
    background-image: url("../img/img_growth5.jpg");
  }
  .growth-sec6 .image{
    background-image: url("../img/img_growth6.jpg");
  }
  .growth-sec7 .image{
    background-image: url("../img/img_growth7.jpg");
  }
}
@media screen and (max-width: 780px) {
  .growth-sec{
    padding-bottom: 50px;
    padding-top: 60px;
    position: relative;
  }
  .growth-sec:first-child{
    margin-top: -2.2em;
  }
  .growth-sec:before{
    background-repeat: no-repeat;
    background-size: cover;
    content: "";
    display: block;
    padding-bottom: 64.10256%;
    width: 80%;
    position: absolute;
    top: 0;
    z-index: -1;
    opacity: .5;
  }
  .growth-sec:nth-child(odd):before{
    background-image: url("../img/bg_growth1_sp.png");
    left: 0;
  }
  .growth-sec:nth-child(even):before{
    background-image: url("../img/bg_growth2_sp.png");
    right: 0;
  }
  .growth-sec-inner{
  }
  .growth-sec:nth-child(odd) .growth-sec-inner{
    margin-left: auto;
  }
  .growth-sec:nth-child(even) .growth-sec-inner{
    margin-right: auto;
  }
  
  
  
  .growth-sec .image{
    padding-bottom: 64.1025%;
    width: 90%;
  }
  .growth-sec:nth-child(odd) .image{
    margin-left: auto;
  }
  .growth-sec:nth-child(even) .image{
    margin-right: auto;
  }
  .growth-sec .detail{
    margin-left: 10%;
    margin-right: 5%;
  }
  
  .growth-sec .profile{
    margin-top: -30px;
  }
  .growth-sec .profile .deco{
    font-size: min(4.23vw,3.2rem);
    padding: 12px;
    height: 95px;
    width: 95px;
  }
  .growth-sec .profile .profile-name{
    font-size: min(5.64vw,4.4rem);
    margin-top: 20px;
  }
  .growth-sec .profile .profile-joining{
    font-size: min(3.076vw,2.4rem);
    margin-top: 10px;
  }
  .growth-sec .profile .profile-en{
    font-size: min(3.076vw,2.4rem);
    margin-top: 5px;
  }
  
  
  .growth-sec .detail .desc{
    margin-top: 30px;
  }
  .growth-sec .detail .desc h2{
    font-size: min(6.41vw,5.0rem);
  }
  .growth-sec .detail .desc p{
    font-size: 1.2rem;
    margin-top: 20px;
  }
  
  .growth-sec1 .image{
    background-image: url("../img/img_growth1_sp.jpg");
  }
  .growth-sec2 .image{
    background-image: url("../img/img_growth2_sp.jpg");
  }
  .growth-sec3 .image{
    background-image: url("../img/img_growth3_sp.jpg");
  }
  .growth-sec4 .image{
    background-image: url("../img/img_growth4_sp.jpg");
  }
  .growth-sec5 .image{
    background-image: url("../img/img_growth5_sp.jpg");
  }
  .growth-sec6 .image{
    background-image: url("../img/img_growth6_sp.jpg");
  }
  .growth-sec7 .image{
    background-image: url("../img/img_growth7_sp.jpg");
  }
}

/* -------  ---------------------------------------------- */

@media print, screen and (min-width:781px) {
}
@media screen and (max-width: 780px) {
}

/* -------  ---------------------------------------------- */

@media print, screen and (min-width:781px) {
}
@media screen and (max-width: 780px) {
}