@charset "UTF-8";

/* top message */
#message {
  background-image: url(../images/top/mv-bk.jpg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  padding-bottom: 90px;
  margin-bottom: 30px;
  overflow: hidden;
}
#message .mv {
  height: 850px;
}
#message .mv-inner {
  position: relative;
}
#message .mv-textarea {
  position: absolute;
  top: 0px;
  right: 0;
}
#message .mv-textarea h2 {
  font-size: 82px;
  color: #7A7A7A;
  line-height: 1;
  clip-path: inset(0 100% 0 0);
  animation: textanimation 1.5s .2s forwards;
}
@keyframes textanimation {
    0% {
        clip-path: inset(0 100% 0 0);
    }

    100% {
        clip-path: inset(0);
    }
}
#message .mv-label {
  position: absolute;
  top: -36px;
  left: -80px;
  max-width: 450px;
}
#message .mv-car {
  position: absolute;
  top: 220px;
  max-width: 1100px;
  left: 4%;
}
#message .content01 {
  display: grid;
  grid-template-columns: 40% 60%;
  margin-bottom: 60px;
  padding-top: 20px;
}
#message .img-text {
  padding-top: 10px;
}
#message .img-text p {
  font-size: 16px;
  color: #000;
  margin-bottom: 0;
}
#message .img-text .name {
  font-size: 18px;
}
#message .text-area {
  padding: 30px 30px 10px 30px;
  color: #000;
}
#message .text-area h2 {
  font-size: 26px;
  margin-bottom: 30px;
}
  #message .content02-wrapper {
    display: flex;
    column-gap: 10px;
    justify-content: center;
  }
#message .content02 {
  display: flex;
  column-gap: 10px;
}
#message .content02 li {
  background-color: #000;
  width: 220px;
  height: 220px;
  border-radius: 50%;
  box-shadow: 4px 4px #E6BB35;
  margin: 0 auto;
}
#message .icon-area {
  width: 52%;
  margin: 0 auto 5px;
  padding-top: 20px;
}
#message .content02 li p {
  font-size: 17px;
  font-weight: bold;
  text-align: center;
  line-height: 1.2;
  padding-top: 20px;
}
#message .content02 .icon02 p {
  padding-top: 10px;
}
#message .content02 .icon04 p {
  padding-top: 0;
}
  #message .text-area .br2 {
    display: none;
  }
@media screen and (max-width: 1300px) {
  #message {
    padding-top: 10px;
  }
  #message .mv-textarea h2 {
    font-size: 5.6vw;
  }
  #message .mv-label {
    max-width: 36vw;
    left: -30px;
  }
  #message .content02 li {
    width: 200px;
    height: 200px;
  }
    #message .icon-area {
    width: 50%;
    padding-top: 14px;
  }
  #message .content02 li p {
    letter-spacing: 1px;
  }
}
@media screen and (max-width: 1200px) {
  #message .mv {
    height: 72vw;
  }
  #message .mv-textarea {
    top: 50px;
  }
  #message .content01 {
    grid-template-columns: 35% 65%;
  }
  #message .text-area {
    padding: 10px 40px 10px 20px;
  }
  #message .text-area h2 {
    font-size: 24px;
    padding-left: 40px;
    margin-bottom: 20px;
  }
  #message .text-area .br2 {
    display: block;
  }
}
@media screen and (max-width: 1100px) {
  #message .content01 {
    margin-bottom: 40px;
  }
    #message .content02 li {
        width: 170px;
        height: 170px;
    }
    #message .content02 li p {
    font-size: 15px;
    }
  }
@media screen and (max-width: 1024px) {
  #message .text-area {
    padding: 10px 40px 10px 20px;
  }
}
@media screen and (max-width: 960px) {
  #message {
    padding-top: 10px;
  }
  #message .mv-car {
      top: 180px;
      left: 0%;
  }
  #message .img-text p {
    font-size: 14px;
  }
  #message .img-text .name {
    font-size: 16px;
  }
  #message .content01 {
    padding-top: 0;
  }
  #message .text-area {
    padding: 10px 10px 10px 20px;
  }
  #message .text-area h2 {
    font-size: 20px;
    padding-left: 50px;
    margin-bottom: 10px;
  }
  #message .text-area p {
    font-size: 14px;
  }
  #message .content02 li {
    width: 135px;
    height: 135px;
}
  #message .icon-area {
    margin: 0 auto;
  }
  #message .content02 li p {
      font-size: 12px;
      padding-top: 10px;
  }
  #message .content02 .icon02 p {
    padding-top: 6px;
  }
}
@media screen and (max-width: 767px) {
  #message {
  background-image: url(../images/top/mv-bk_sp.jpg);
  padding-bottom: 50px;
  }
  #message .mv-textarea h2 {
    font-size: 5.4vw;
  }
  #message .mv-label {
    top: -20px;
  }
  #message .mv-car {
    top: 180px;
  }
  #message .content01 {
    display: flex;
    flex-direction: column-reverse;
    margin-bottom: 30px;
    row-gap: 20px;
    padding-top: 50px;
  }
    #message .content01 .img-box {
    margin: 0 auto 10px;
    background-image: url(../images/top/message-img.jpg);
    background-position: 50% 20%;
    background-repeat: no-repeat;
    background-size: cover;
    width: 50%;
    height: 400px;
  }
  #message .content01 img {
    display: none;
  }
  #message .img-text {
    text-align: center;
  }
  #message .text-area {
    padding: 10px;
  }
  #message .text-area h2 {
    padding-left: 0;
  }
  #message .content02 {
    display: flex;
    margin: 0 auto;
    flex-wrap: wrap;
    width: 80%;
    row-gap: 10px;
  }
  #message .content02 li {
    width: 170px;
    height: 170px;
  }
  #message .content02 li p {
    font-size: 15px;
    padding-top: 16px;
  }
}
@media screen and (max-width: 600px) {
  #message {
    margin-top: 0;
  }
  #message .mv {
    height: 480px;
  }
  #message .mv-textarea {
    top: 90px;
  }
  #message .mv-label {
    top: 60px;
    max-width: 30vw;
    left: -25px;
  }
  #message .mv-car {
    top: 200px;
  }
  #message .text-area {
    padding: 0px;
  }
  #message .text-area h2 {
    font-size: 18px;
  }
  #message .content01 .img-box {
    width: 60%;
  }
}
@media screen and (max-width: 540px) {
  #message {
    background-image: url(../images/top/mv-bk_sp2.jpg);
  }
  #message .mv {
    height: 450px;
  }
  #message .content01 {
    padding-top: 20px; 
  }
  #message .content02 {
    width: 100%;
  }
  #message .mv-textarea h2 {
    font-size: 5.2vw;
  }
  #message .content01 .img-box {
    width: 80%;
  }
}
@media screen and (max-width: 430px) {
  #message {
    margin-top: -20px;
  }
  #message .mv {
    height: 420px;
  }
  #message .mv-label {
    top: 90px;
  }
  #message .mv-car {
    width: 107%;
    left: -5%;
  }
  #message .mv-textarea {
    top: 110px;
  }
  #message .mv-textarea h2 {
  letter-spacing: 3px;
  }
    #message .content01 .img-box {
    height: 350px;
    width: 80%;
  }
}
@media screen and (max-width: 390px) {
   #message {
    margin-top: -40px;
  }
  #message .mv {
    height: 390px;
  }
  #message .mv-label {
    top: 100px;
  }
    #message .content01 {
    padding-top: 20px; 
  }
  #message .mv-textarea {
    top: 130px;
  }
    #message .text-area h2 {
    font-size: 16px;
    letter-spacing: 3px;
  }
  #message .content02 li {
      width: 135px;
      height: 135px;
  }
    #message .content02 li p {
      font-size: 12px;
      padding-top: 10px;
  }
  #message .content01 .img-box {
    width: 90%;
  }
}

/* top strength */
#strength {
  position: relative;
}
#strength::before {
  content: "";
  position: absolute;
  top: 500px;
  left: 0;
  width: 100vw;
  height: 1200px;
  background-image: url(../images/top/shapes01.png);
  background-size: cover;
  background-repeat: no-repeat;
  z-index: -1;
}
#strength .section2-inner ul li {
  display: grid;
  grid-template-columns: 500px 1fr;
  column-gap: 30px;
  margin-bottom: 70px;
}
#strength .section2-inner ul li:nth-child(even) {
  grid-template-columns: 1fr 500px;
}
#strength .section2-inner ul li:nth-child(even) .img-area {
  order: 2;
}
#strength .section2-inner ul li:nth-child(even) .text-area {
  order: 1;
}
#strength .section2-inner .number {
  font-size: 70px;
  color: #E6BB35;
  letter-spacing: .1px;
}
#strength h3 {
  font-size: 26px;
  margin-bottom: 20px;
}
#strength .title-area h2 br {
  display: none;
}
@media screen and (max-width: 1400px) {
  #strength .section2-inner ul li {
    grid-template-columns: 40% 1fr;
  }
  #strength .section2-inner .number {
    font-size: 60px;
    line-height: 1;
  }
  #strength .section2-inner ul li:nth-child(even) {
    grid-template-columns: 1fr 40%;
  }
}
@media screen and (max-width: 1300px) {
  #strength h3 {
    font-size: 22px;
  }
  #strength h3 br {
    display: none;
  }
}
@media screen and (max-width: 1100px) {
    #strength .section2-inner .number {
      font-size: 50px;
    }
}
@media screen and (max-width: 960px) {
    #strength .section2-inner ul li {
      display: flex;
      flex-direction: column-reverse;
      row-gap: 20px;
      margin-bottom: 40px;
    }
    #strength .section2-inner ul li:nth-child(even) {
      flex-direction: column;
    }
    #strength .img-area {
      width: 70%;
      margin: 0 auto 30px;
    }
  }
  @media screen and (max-width: 960px) {
    #strength .img-area {
      width: 100%;
    }
  }
  @media screen and (max-width: 600px) {
    #strength .section2-inner ul li {
      margin-bottom: 10px;
    }
    #strength .section2-inner .number {
        font-size: 40px;
    }
    #strength h3 {
      font-size: 18px;
      margin-bottom: 10px;
    }
  }
  @media screen and (max-width: 430px) {
    #strength .title-area {
      text-align: center;
      line-height: 1;
    }
    #strength .title-area h2 br {
      display: block;
    }
  }
   @media screen and (max-width: 390px) {
    #strength h3 {
      font-size: 16px;
    }
    .section2-box {
      padding-left: 20px;
    }
  }

/* top flow */
#flow .title-area {
  left: 55%;
  padding: 10px 40px 0 40px;
}

#flow .title-area h2 span {
  left: 36%;
}
#flow ul li {
    display: grid;
    grid-template-columns: 200px 1fr;
    margin-bottom: 50px;
}
#flow h3 {
  font-size: 26px;
  color: #E6BB35;
  margin-bottom: 10px;
}
#flow ul li .number-area {
  position: relative;
  width: 150px;
  height: 100px;
  display: flex;
  align-items: center;
  z-index: 1;
  padding-left: 6px;
}
#flow ul li .number-area::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #E6BB35;
  transform: skewX(-35deg);
  transform-origin: top left;
  z-index: -1;
}
#flow ul li .number-area p {
  color: #5F5F5F;
  font-size: 22px;
  text-align: center;
  line-height: 1;
  margin-bottom: 0;
}
#flow ul li .number-area p span {
  font-size: 52px;
  display: block;
}
#flow ul li .text p {
  margin-bottom: 0;
}
@media screen and (max-width: 960px) {
  #flow ul li {
    grid-template-columns: 25% 1fr;
  }
  #flow ul li .number-area {
    width: 130px;
    height: 80px;
    padding-left: 10px;
  }
  #flow ul li .number-area p {
    font-size: 18px;
  }
  #flow ul li .number-area p span {
    font-size: 40px;
  }
  #flow h3 {
    font-size: 20px;
  }
}
@media screen and (max-width: 767px) {
  #flow ul li {
      display: flex;
      flex-direction: column;
      row-gap: 10px;
      margin-bottom: 40px;
  }
  #flow ul li .number-area {
    width: 100px;
    height: 60px;
    padding-left: 40px;
  }
  #flow ul li .number-area::before {
    left: 40px;
  }
  #flow ul li .number-area p span {
    font-size: 30px;
  }
}
@media screen and (max-width: 600px) {
  #flow h3 {
    font-size: 18px;
  }
}
@media screen and (max-width: 430px) {
  #flow .title-area::after {
      bottom: 34%;
  }
  #flow ul li .number-area {
    width: 80px;
    height: 50px;
    padding-left: 42px;
  }
  #flow ul li .number-area p {
    font-size: 18px;
  }
  #flow ul li .number-area p span {
    font-size: 26px;
  }
}
@media screen and (max-width: 390px) {
    #flow .title-area::after {
        bottom: 27%;
    }
    #flow h3 {
        font-size: 16px;
    }
    #flow ul li .number-area {
    width: 70px;
    height: 40px;
    padding-left: 32px;
    }
    #flow ul li .number-area::before {
      left: 30px;
    }
    #flow ul li .number-area p {
      font-size: 14px;
    }
    #flow ul li .number-area p span {
      font-size: 20px;
    }
  }

/* top faq */
#faq .title-area h2 span {
  left: 34%;
}
#faq .title-area {
  padding: 10px 40px 0 50px;
  left: 42%;
}
#faq ul li {
  margin-bottom: 50px;
}
#faq h3 {
  font-size: 26px;
  display: flex;
  align-items: center;
  padding-bottom: 10px;
  border-bottom: 1px solid #fff;
  margin-bottom: 10px;
}
#faq h3 span {
  font-size: 52px;
  color: #E6BB35;
  padding-right: 10px;
}
@media screen and (max-width: 960px) {
  #faq ul li {
    margin-bottom: 40px;
  }
  #faq h3 {
    font-size: 20px;
    padding-bottom: 5px;
  }
  #faq h3 span {
    font-size: 40px;
  }
}
@media screen and (max-width: 767px) {
#faq .title-area {
  padding: 10px 40px 0 40px;
}
}
@media screen and (max-width: 600px) {
    #faq h3 {
    font-size: 18px;
    }
    #faq h3 span {
      font-size: 32px;
    }
}
@media screen and (max-width: 430px) {
   #faq .title-area::after {
        bottom: 34%;
    }
  }
@media screen and (max-width: 390px) {
    #faq .title-area::after {
        bottom: 27%;
    }
    #faq h3 {
        font-size: 16px;
    }
  }
