@charset "UTF-8";


/* 共通
***************************************************************/





/* mv_wrap
***************************************************************/
.mv_wrap .inner{
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  /*height: 660px;*/
    & .mv_txtwrap{
      max-width: 660px;
      width: clamp(450px, 38vw, 660px);
      z-index: 1;
      position: relative;
      background: rgb(83 100 113 / 80%);
      font-size: clamp(25px, 2.1vw, 39px);
      padding: 1.66em 1.38em;
        & h3 {
            font-size: clamp(25px, 2.1vw, 39px);
            line-height: 1.55;
        }
        & p{
          font-size: clamp(14px, 1.4vw, 16px);
          line-height: 2;
          margin-top: 1em;
        }
    }
    & .mv_imgwrap{
      max-width: 1276px;
      width: 74%;
      position: absolute;
      right: -100px;
      top: 0;
      aspect-ratio: 1276 / 659;
      background-position: center;
      background-size: cover;
      background-repeat: no-repeat;
    }
}
/*--------------------PC--------------------*/

@media all and (min-width:768px) and (max-width:1600px){
.mv_wrap .inner{
  /*display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;*/
  /*height: 660px;*/
    /*height: 100%;
    width: 100%;
    aspect-ratio: 1720 / 660;*/
    & .mv_txtwrap{
        & h3 {
          font-size: clamp(22px,calc(22px + (10 * (100vw - 768px) / 832)),32px);
          line-break: anywhere;
          word-break: break-word;
          white-space: nowrap;
        }
    }
  }
}
@media all and (min-width:768px) and (max-width:1024px){
.mv_wrap .inner{
  flex-direction: column;
    aspect-ratio: initial;
    & .mv_imgwrap{
      position: relative;
      width: 100%;
      right: 0;
    }
    & .mv_txtwrap{
      order: 2;
      width: 100%;
      max-width: 100%;
        & h3 {
            font-size: 36px;
            text-align: center;
        }
        & p{
          font-size: 16px;
        }
    }
  }
}

@media all and (min-width:1024px) {
  .mv_wrap .inner{
      height: 100%;
      width: 100%;
      aspect-ratio: 1720 / 660;
  }
}
@media all and (min-width:768px) {
  .mv_wrap .inner{
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
  }
}

/*--------------------SP--------------------*/
@media all and (max-width:767px) {
  .mv_wrap .inner{
    flex-direction: column;
      aspect-ratio: initial;
      & .mv_imgwrap{
        position: relative;
        width: 100%;
        right: 0;
      }
      & .mv_txtwrap{
        order: 2;
        width: 100%;
        max-width: 100%;
        padding: 8.5%;
          & h3 {
              font-size: clamp(20px, 4.4vw, 32px);
              /*font-size: 20px;*/
              text-align: center;
          }
          & p{
            font-size: 16px;
            line-height: 2;
          }
      }
  }
}



/* talk_wrap
***************************************************************/

.talk_wrap{
      & .talk_head{
        display: flex;
        justify-content: center;
        align-items: center;
          & .talk_box{
            max-width: 320px;
              & .talk_img{
                max-width: 320px;
              }
              & .talk_txt{
                margin-top: 30px;
                max-width: 280px;
                margin-left: auto;
                margin-right: auto;
                  & .talk_txt01{
                    font-size: 28px;
                    font-weight: 700;
                  }
                  & .talk_txt02{
                    font-size: 25px;
                    font-weight: 500;
                    border-top: 2px solid #fff;
                    padding-top: 0.6em;
                    margin-top: 0.8em;
                  }
                  & .talk_txt03{
                    font-weight: 500;
                    margin-top: 1.7em;
                  }
              }
          }
          & .cross_box{
            width: clamp(80px,3vw,125px);
            margin-left: 3vw;
            margin-right: 3vw;
            padding-bottom: 155px;
          }
      }
}
.talk_content{
  border-top: 2px solid #fff;
  margin-top: 170px;
  padding-top:100px;
    & .number{
      text-align: center;
      display: block;
      color: var(--green);
      font-size: 24px;
      font-weight: 700;
    }
    & h4{
      text-align: center;
      font-size: 28px;
      font-weight: 700;
      margin-top: 1em;
      margin-bottom: 55px;
      line-height: 2;
    }
    /*& .talk_box{
      display: flex;
      justify-content: space-between;
        & .talk_box_main{
          max-width: 1165px;
          width: 67.7%;
        }
    }*/
    & .talk_box{
      margin-top: ;
      display: flex;
      justify-content: space-between;
        & .talk_box_main{
          max-width: 1165px;
          width: 67.7%;
          & .talk_box_colmun{
            display: flex;
            align-items: center;
              & .talk_face{
                display: flex;
                flex-direction: column;
                align-items: center;
                max-width: 150px;
                min-width: 100px;
                width: 13%;
                margin-right: 5%;
                flex-shrink: 0;
                position: relative;
                  & .talk_face_name{
                    margin-top: 1em;
                    position: absolute;
                    bottom: -27px;
                  }
              }
              & .talk_box_txt{
                font-weight: 700;
                line-height: 2;
              }
          }
          & .talk_box_colmun +  .talk_box_colmun{
            margin-top: calc(30px + 2em);
          }
        }
        & .talk_box_sub{
          max-width: 512px;
          width: 29.7%;
        }
    }
    & .talk_box + .number{
      margin-top: calc(100px + 2em);
    }
}
@media all and (min-width:768px) and (max-width:1023px) {
  .talk_content {
    .talk_box{
      flex-direction: column;
        & .talk_box_main{
          width: 100%;
          max-width: 100%;
        }
        & .talk_box_sub{
          width: 100%;
          max-width: 100%;
          margin-top: calc(30px + 2em);
        }
    }
  }
}
/*--------------------PC--------------------*/
@media all and (min-width:768px) {
  .talk_wrap{
    padding-top: 70px;
      & .talk_head{
        display: flex;
        justify-content: center;
        align-items: center;
          & .talk_box{
            max-width: 320px;
              & .talk_img{
                max-width: 320px;
              }
              & .talk_txt{
                margin-top: 30px;
                max-width: 280px;
                margin-left: auto;
                margin-right: auto;
                  & .talk_txt01{
                    font-size: 28px;
                    font-weight: 700;
                  }
                  & .talk_txt02{
                    font-size: 25px;
                    font-weight: 500;
                    border-top: 2px solid #fff;
                    padding-top: 0.6em;
                    margin-top: 0.8em;
                  }
                  & .talk_txt03{
                    font-weight: 500;
                    margin-top: 1.7em;
                  }
              }
          }
          & .cross_box{
            width: clamp(60px,3vw,125px);
            margin-left: 3vw;
            margin-right: 3vw;
            padding-bottom: 155px;
          }
      }
  }
}

/*--------------------SP--------------------*/
@media all and (max-width:767px) {
  .talk_wrap {
    & .talk_head {
      flex-direction: column;
        & .talk_box {
            width: clamp(205px, 55vw, 320px);
        }
        & .cross_box {
            width: clamp(60px, 3vw, 125px);
            padding-bottom: 0;
            margin: 35px auto 30px;
        }
        & .talk_box{
          max-width: 320px;
            & .talk_img{
              width: 78%;
              margin-left: auto;
              margin-right: auto;
            }
            & .talk_txt{
              margin-top: 23px;
                & .talk_txt01{
                  font-size: 20px;
                  font-weight: 700;
                }
                & .talk_txt02{
                  font-size: 22px;
                  padding-top: 1.5em;
                  margin-top: 0.8em;
                }
                & .talk_txt03{
                  font-weight: 500;
                  margin-top: 1em;
                }
            }
        }
    }
  }
  .talk_content {
    margin-top: 55px;
    padding-top: 55px;
    & .number {
      font-size: 18px;
    }
    & .talk_box + .number {
        margin-top: 70px;
    }
    & h4 {
      font-size: 20px;
      margin-top: 40px;
      margin-bottom: 50px;
    }
    & .talk_box{
      flex-direction: column;
        & .talk_box_main{
          width: 100%;
          max-width: 100%;
            & .talk_box_colmun {
                align-items: flex-start;
                & .talk_face {
                    & .talk_face_name {
                      margin-top: 0.8em;
                        position: relative;
                        bottom: 0;
                    }
                }
            }
            & .talk_box_colmun + .talk_box_colmun {
                margin-top: 1.8em;
            }
        }
        & .talk_box_sub{
          width: 100%;
          max-width: 100%;
          margin-top: 30px;
        }
    }
  }
}



/* aaa
***************************************************************/

/*--------------------PC--------------------*/
@media all and (min-width:768px) {}

/*--------------------SP--------------------*/
@media all and (max-width:767px) {}




/* aaa
***************************************************************/

/*--------------------PC--------------------*/
@media all and (min-width:768px) {}

/*--------------------SP--------------------*/
@media all and (max-width:767px) {}




/* aaa
***************************************************************/

/*--------------------PC--------------------*/
@media all and (min-width:768px) {}

/*--------------------SP--------------------*/
@media all and (max-width:767px) {}





/* aaa
***************************************************************/

/*--------------------PC--------------------*/
@media all and (min-width:768px) {}

/*--------------------SP--------------------*/
@media all and (max-width:767px) {}