@charset "UTF-8";
/* solaie-voice.scss • v0.0.1 */
/*--------------------------------------------------------------------------
   overwrite
---------------------------------------------------------------------------*/
/* use
-----------------------------------------------------------------*/
/*==========================================================================

   mixin

===========================================================================*/
/*==========================================================================

   keyframes

===========================================================================*/
/* section
-----------------------------------------------------------------*/
/*--------------------------------------------------------------------------
   common
---------------------------------------------------------------------------*/
/* use
-----------------------------------------------------------------*/
/* section
-----------------------------------------------------------------*/
/*--------------------------------------------------------------------------
  #sec-voice
---------------------------------------------------------------------------*/
/* use
-----------------------------------------------------------------*/
/* section
-----------------------------------------------------------------*/
.sec-voice {
  position: relative;
  margin-top: clamp(50px, 7.4626865672vw, 100px);
}
@media only screen and (max-width: 767px) {
  .sec-voice {
    margin-top: 50px;
  }
}
.sec-voice__header-img img {
  width: 100%;
  height: auto;
}
.sec-voice__header-num {
  margin-top: clamp(40px, 9.2307692308vw, 120px);
  font-family: "Montserrat", sans-serif;
  font-size: clamp(13px, 1.2307692308vw, 16px);
  font-weight: 500;
  color: #0075C4;
  letter-spacing: 3.2px;
  line-height: 1.2;
}
@media only screen and (max-width: 767px) {
  .sec-voice__header-num {
    margin-top: clamp(60px, 14.6666666667vw, 110px);
    font-size: 15px;
    letter-spacing: 3px;
  }
}
.sec-voice__header-ttl {
  margin-top: 10px;
  font-size: clamp(20px, 2.1538461538vw, 28px);
  line-height: 150%; /* 42px */
  letter-spacing: 5.6px;
}
@media only screen and (max-width: 767px) {
  .sec-voice__header-ttl {
    letter-spacing: 2px;
    line-height: 180%;
  }
}
.sec-voice__profile {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  margin-top: clamp(40px, 6.1538461538vw, 80px);
  padding: 40px clamp(0px, 4.6153846154vw, 60px);
  border-radius: 20px;
  border: 1px solid #CCC;
}
@media only screen and (max-width: 767px) {
  .sec-voice__profile {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-top: clamp(40px, 9.3333333333vw, 70px);
    padding: clamp(0px, 8vw, 60px);
  }
}
.sec-voice__profile-img {
  width: 174px;
  aspect-ratio: 1/1;
  border-radius: 50%;
  overflow: hidden;
}
@media only screen and (max-width: 767px) {
  .sec-voice__profile-img {
    width: 150px;
  }
}
.sec-voice__profile-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.sec-voice__profile-body {
  width: calc(100% - 174px - 3.38vw);
  margin-left: auto;
}
@media only screen and (max-width: 767px) {
  .sec-voice__profile-body {
    width: auto;
    margin: 20px 0 0;
    text-align: center;
  }
}
.sec-voice__profile-hdg {
  font-size: clamp(14px, 1.2307692308vw, 16px);
  color: #0075C4;
  line-height: 200%; /* 32px */
  letter-spacing: 1.6px;
}
@media only screen and (max-width: 767px) {
  .sec-voice__profile-hdg {
    font-size: 15px;
    line-height: 150%;
    letter-spacing: 1.5px;
  }
}
.sec-voice__profile-name {
  margin-top: clamp(0px, 1.5384615385vw, 20px);
  font-size: clamp(16px, 1.5384615385vw, 20px);
  font-weight: 700;
  line-height: 200%; /* 40px */
  letter-spacing: 4px;
}
@media only screen and (max-width: 767px) {
  .sec-voice__profile-name {
    margin-top: 10px;
    font-size: 17px;
    letter-spacing: 3.4px;
  }
}
.sec-voice__profile-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 10px;
}
@media screen and (min-width: 768px) and (max-width: 1250px) {
  .sec-voice__profile-list {
    margin-top: 0px;
  }
}
@media only screen and (max-width: 767px) {
  .sec-voice__profile-list {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    text-align: left;
  }
}
.sec-voice__profile-list .hdg {
  padding-right: 10px;
  color: #0075C4;
  font-size: clamp(13px, 1.2307692308vw, 16px);
  font-weight: 500;
  line-height: 200%; /* 32px */
  letter-spacing: 0.48px;
  white-space: nowrap;
}
@media only screen and (max-width: 767px) {
  .sec-voice__profile-list .hdg {
    width: 70px;
    padding-right: 0;
    font-size: 15px;
    line-height: 1.5;
  }
  .sec-voice__profile-list .hdg:not(:first-of-type) {
    margin-top: 0.5em;
  }
}
.sec-voice__profile-list .txt {
  font-size: clamp(13px, 1.2307692308vw, 16px);
  font-weight: 700;
  line-height: 200%; /* 32px */
  letter-spacing: 0.48px;
}
@media only screen and (max-width: 767px) {
  .sec-voice__profile-list .txt {
    width: calc(100% - 70px);
    margin-right: 0;
    font-size: 15px;
    line-height: 1.5;
  }
  .sec-voice__profile-list .txt:not(:first-of-type) {
    margin-top: 0.5em;
  }
}
@media only screen and (max-width: 767px) {
  .sec-voice__profile-list .txt span {
    display: inline-block;
    font-size: 10px;
    translate: 0 -5%;
  }
}
.sec-voice__profile-list .txt + .hdg {
  margin-left: 15px;
}
@media only screen and (max-width: 767px) {
  .sec-voice__profile-list .txt + .hdg {
    margin-left: 0;
  }
}
.sec-voice__profile-list + .sec-voice__profile-list {
  margin-left: 20px;
}
@media screen and (min-width: 768px) and (max-width: 1250px) {
  .sec-voice__profile-list + .sec-voice__profile-list {
    margin-left: 0;
  }
}
@media only screen and (max-width: 767px) {
  .sec-voice__profile-list + .sec-voice__profile-list {
    margin-left: 0;
  }
}
.sec-voice__profile-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (min-width: 768px) and (max-width: 1250px) {
  .sec-voice__profile-flex {
    display: block;
    margin-top: 10px;
  }
}
@media only screen and (max-width: 767px) {
  .sec-voice__profile-flex {
    display: block;
  }
}
.sec-voice__block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: clamp(60px, 9.2307692308vw, 120px);
}
@media only screen and (max-width: 767px) {
  .sec-voice__block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: clamp(60px, 16vw, 120px);
  }
}
.sec-voice__block-body {
  width: 47.69%;
}
@media only screen and (max-width: 767px) {
  .sec-voice__block-body {
    width: auto;
  }
}
.sec-voice__block-hdg {
  position: relative;
  margin-bottom: clamp(30px, 3.2307692308vw, 42px);
  font-size: clamp(20px, 2vw, 26px);
  line-height: 150%; /* 39px */
  letter-spacing: 2.6px;
}
@media only screen and (max-width: 767px) {
  .sec-voice__block-hdg {
    font-size: 19px;
    letter-spacing: 1.9px;
  }
}
.sec-voice__block-hdg::after {
  content: "";
  display: block;
  margin-top: clamp(20px, 2.6923076923vw, 35px);
  max-width: 100px;
  width: 16%;
  height: 3px;
  background: #0075C4;
}
@media only screen and (max-width: 767px) {
  .sec-voice__block-hdg::after {
    margin-top: 25px;
    width: 100%;
  }
}
.sec-voice__block-txt {
  margin-top: clamp(20px, 2.4615384615vw, 32px);
  font-size: clamp(14px, 1.2307692308vw, 16px);
  line-height: 200%; /* 32px */
  letter-spacing: 0.48px;
}
@media only screen and (max-width: 767px) {
  .sec-voice__block-txt {
    margin-top: clamp(0px, 5.3333333333vw, 40px);
    font-size: 15px;
    line-height: 160%;
    letter-spacing: 0.45px;
  }
}
.sec-voice__block-txt--nogap {
  margin-top: 0;
}
.sec-voice__block-img {
  position: relative;
  width: 47.69%;
  aspect-ratio: 3/2;
}
@media only screen and (max-width: 767px) {
  .sec-voice__block-img {
    width: auto;
    margin-top: clamp(0px, 8vw, 60px);
  }
}
.sec-voice__block-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 20px;
}
@media only screen and (max-width: 767px) {
  .sec-voice__block-img img {
    border-radius: 10px;
  }
}
.sec-voice__block-img figcaption {
  position: absolute;
  right: 10px;
  bottom: 10px;
  color: #FFF;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.42px;
}
@media only screen and (max-width: 767px) {
  .sec-voice__block-img figcaption {
    font-size: 11px;
    letter-spacing: 0.33px;
  }
}
.sec-voice__block--reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
@media only screen and (max-width: 767px) {
  .sec-voice__block--reverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.sec-voice__block--noimg {
  display: block;
}
.sec-voice--index {
  margin-top: 0;
}
.sec-voice--index .sec-voice__header-img {
  margin-top: clamp(40px, 6.1538461538vw, 80px);
}

/*--------------------------------------------------------------------------
   custom animation
---------------------------------------------------------------------------*/
/* use
-----------------------------------------------------------------*/
/* section
-----------------------------------------------------------------*/
/*# sourceMappingURL=solaie-voice.css.map */