@charset "UTF-8";

/*====================================================================
supportPage
====================================================================*/

.supportPage .secHead__ttl {
  background-image: url(../images/support/header.jpg);
}

.supportPage .siteHeader {
  margin: 0 auto;
}

.supportPage .secMessage {
  margin: 0 0 130px;
  padding: 0;
}

.supportPage .secMessage h3 {
  margin: 50px 0;
  letter-spacing: 0.2em;
  font-size: 37px;
  font-weight: 500;
}

.supportPage .secMessage__area {
  margin: 0;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
}

.supportPage .secMessage p {
  margin: 0;
  letter-spacing: 0.2em;
  font-size: 22px;
  line-height: 2.8;
}

.supportPage .secMessage__photo {
  width: 430px;
}

.supportPage .secTeam h3, .supportPage .secEmployment h3 {
  margin: 0 0 40px;
  letter-spacing: 0.07em;
  font-size: 32px;
  font-weight: 600;
}

.supportPage .secTeam h3 span, .supportPage .secEmployment h3 span {
  margin: 0 0 40px 40px;
  letter-spacing: 0.1em;
  font-size: 19px;
  font-weight: 400;
}

.supportPage .secTeam__box {
  position: relative;
  width: 100%;
  background-color: #f2f2f2;
  margin-bottom: 68px;
  padding: 30px 40px 40px;
}

.supportPage .secTeam__box:last-child {
  margin-bottom: 0;
}

.supportPage .secTeam__box h4 {
  margin: 0 0 20px;
  letter-spacing: 0.1em;
  font-size: 28px;
  font-weight: 400;
}

.supportPage .secTeam__box p {
  margin: 0 0 50px;
  letter-spacing: 0.1em;
  font-size: 17px;
  line-height: 1.8;
}

.supportPage .secTeam__box__inner {
  display: flex;
  align-items: end;
  flex-wrap: wrap;
  justify-content: space-between;
}

.supportPage .secTeam__box__inner .Team_photo {
  width: 600px;
}

.supportPage .secTeam__box__inner .Team_icon {
  width: 264px;
}

.supportPage .secEmployment {
  margin: 130px 0;
}

.supportPage .secEmployment h3 {
  margin: 0 0 40px;
}

.supportPage .secEmployment p {
  margin: 0 0 70px;
  letter-spacing: 0.2em;
  font-size: 20px;
}

.supportPage .secEmployment__box {
  position: relative;
  width: 100%;
  background-color: #f2f2f2;
  margin-bottom: 70px;
  padding: 30px 40px 40px;
}

.supportPage .secEmployment__box:last-child {
  margin-bottom: 0;
}

.supportPage .secEmployment__box h4 {
  margin: 0 0 5px;
  letter-spacing: 0.1em;
  font-size: 28px;
  font-weight: 400;
}

.supportPage .secEmployment__box h5 {
  margin: 0 0 20px;
  letter-spacing: 0.1em;
  font-size: 40px;
  font-weight: 400;
}

.supportPage .secEmployment__box h5.r-team {
  margin: 0 0 25px;
  letter-spacing: 0.1em;
  font-size: 33px;
  font-weight: 400;
}

.supportPage .secEmployment__box h5 span {
  margin: 0 0 20px 40px;
  letter-spacing: 0.1em;
  font-size: 28px;
  font-weight: 400;
}

.supportPage .secEmployment__box p {
  margin: 0 0 25px;
  letter-spacing: 0.1em;
  font-size: 20px;
}

.supportPage .secEmployment__box__inner {
  display: flex;
  /*align-items: end;*/
  flex-wrap: wrap;
}

.supportPage .secEmployment__box__inner2 {
  display: flex;
  flex-wrap: wrap;
}

.supportPage .secEmployment__box__inner .Employment_photo {
  width: 300px;
  margin-right: 30px;
}

.supportPage .secEmployment__box__inner .Employment_photo2 {
  width: 300px;
  margin-right: 30px;
  margin-top: 20px;
}

.supportPage .secEmployment__box__inner p.txt__ttl {
  margin-bottom: 10px;
  letter-spacing: 0.1em;
  font-size: 24px;
  text-indent: -0.25em;
  font-weight: 400;
}

.supportPage .secEmployment__box__inner p.txt__result {
  margin: 0;
  font-size: 16px;
  line-height: 2.2;
}

.supportPage .secEmployment__box__inner .box__result p.txt__result:last-child {
  line-height: 3.8;
}

.supportPage .secEmployment__box__inner p.txt__result2 {
  margin: 0;
  font-size: 16px;
  line-height: 0.6;
}

.supportPage .secEmployment__box__inner p.txt__t-name {
  margin: 0;
  font-size: 26px;
  line-height: 1.8;
}

@media screen and (max-width: 768px) {
  .supportPage .secMessage {
    margin: 0 0 10vw;
  }
  
  .supportPage .secMessage h3 {
    margin: 5vw 0;
    letter-spacing: 0.05em;
    font-size: 16px;
  }
  
  .supportPage .secMessage p {
    /*font-size: 12px;*/
    font-size: clamp(12px, 2vw, 16px);
    line-height: 1.9;
    letter-spacing: 0.07em;
    width: 50%;
  }
  
  .supportPage .secMessage__photo {
    width: 46%;
  }
  
  .supportPage .secTeam h3, .supportPage .secEmployment h3 {
    margin: 0 0 4vw 0;
    letter-spacing: 0.05em;
    font-size: 17px;
  }
  
  .supportPage .secTeam h3 span, .supportPage .secEmployment h3 span {
    margin: 0;
    font-size: 13px;
  }
  
  .supportPage .secTeam__box {
    margin-bottom: 7vw;
    padding: 4.5vw;
  }
  
  .supportPage .secTeam__box h4 {
    margin: 0 0 2vw 0;
    font-size: 15px;
  }

  .supportPage .secTeam__box p {
    margin: 0 0 5vw 0;
    letter-spacing: 0.1em;
    font-size: 12px;
  }
  
  .supportPage .secTeam__box__inner, .supportPage .secTeam__box__inner02 {
    display: block;
  }
  
  .supportPage .secTeam__box__inner .Team_photo {
    width: 100%;
    margin-bottom: 3vw;
  }
  
  .supportPage .secTeam__box__inner .Team_icon {
    width: 100%;
  }
  
  .supportPage .secEmployment {
    margin: 10vw 0;
  }
  
  .supportPage .secEmployment p {
    margin: 0 0 7vw 0;
    font-size: 13px;
    letter-spacing: 0.1em;
    line-height: 1.8;
  }
  
  .supportPage .secEmployment .secEmployment__box {
    margin-bottom: 7vw;
    padding: 4.5vw;
  }
  
  .supportPage .secEmployment__box h4 {
    margin: 0 0 3vw;
    font-size: 18px;
  }

  .supportPage .secEmployment__box h5 {
    margin: 0 0 5vw;
    font-size: 30px;
    line-height: 1.0;
  }

  .supportPage .secEmployment__box h5.r-team {
    margin: 0 0 5vw;
    font-size: 22px;
  }

  .supportPage .secEmployment__box h5 span {
    margin: 0;
    font-size: 15px;
  }

  .supportPage .secEmployment__box p {
    margin: 4vw 0;
    font-size: 13px;
    line-height: 1.5;
  }

  .supportPage .secEmployment__box__inner {
    display: block;
    margin-bottom: 0;
  }

  .supportPage .secEmployment__box__inner .Employment_photo, .supportPage .secEmployment__box__inner .Employment_photo2 {
    width: 100%;
    margin: 0 0 15px;
  }
  
  .supportPage .secEmployment__box__inner p.txt__ttl {
    margin-bottom: 2vw;
    font-size: 16px;
  }

  .supportPage .secEmployment__box__inner p.txt__result {
    margin: 0 0 1.8vw;
    font-size: 12px;
    line-height: 1.4;
  }
  
  .supportPage .secEmployment__box__inner p.txt__result2 {
    margin: -1.8vw 0 1.8vw;
    font-size: 12px;
    line-height: 1.4;
  }
  
  .supportPage .secEmployment__box__inner .box__result p.txt__result:last-child {
    line-height: 1.4;
  }

  .supportPage .secEmployment__box__inner p.txt__t-name {
    margin: 0;
    font-size: 15px;;
  }

}

