.section {
    width: 100%;
    height: 100vh !important;
}

.section_inner {
    width: 100%;
    height: 100vh;
    overflow: hidden;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.section .center {
    width: 83%;
    height: 100%;
    display: flex;
    justify-content: center;
    flex-direction: column;
    letter-spacing: -0.02em;
}

.section_txt {
    margin: 0 auto;
    text-align: center;

}
.txt_title {
    font-size: 58px;
    line-height: 63px;
    font-weight: 600;
    letter-spacing: -0.03em;
    color: #111;
}
.txt_title span {
  font-size: 46px;
  font-weight: 200;
}
.txt_title2 {
  font-size: 54px;
  font-weight: 600;
  letter-spacing: -0.03em;
  line-height: 62px;
  color: #111;
}
.p_green {
  color: #0c9882;
}
.p_yellow {
  color: #e4ad35;
}
.p_sky {
  color: #22bbf3;
}

.mg_top{
  margin-top:10vh;
}


/* section0 */
#section0 .section_inner {
    background-image: url(../images/bg_3-1.jpg);
}


@keyframes txtshow1 {
    100% {
        opacity: 1;
        transform: translateX(0);
    }
}

.sec0_txt {
  position: absolute;
  right: 15%;
}

.motion_txt {
    overflow: hidden;
        color: #111;
}

.motion_txt p {
    opacity: 0;
    transform: translateY(50px);
    animation: txtshow2 1s .2s ease forwards;
}


@keyframes txtshow2 {
    100% {
        opacity: 1;
        transform: translateY(0);
    }
}


/* section1 */
#section1 .section_inner {
    background-image: url(../images/bg_3-2.jpg);
}

.sec1_tit {
  padding-bottom:80px;
}

.sec1_ctt {
  display: flex;
  flex-wrap: wrap;
  gap:25px;
  text-align: center;
  justify-content: center;
}

.sec1_child {
  width: 450px;
  height: 330px;
  background-color: rgba(255, 255, 255, 0.5);
  color: #111;
  border-radius: 20px;
}

.sec1_child h1 {
  font-size: 36px;
  padding: 60px 0 30px;
  line-height: 48px;
}
.sec1_child p {
  font-size: 17px;
  line-height: 30px;
}
.child_down {
  margin-top:50px;
}
.child_last h1 {
  padding-top: 80px;
}


/* section2 - 4 */
#section2 .section_inner {
    background-image: url(../images/bg_3-3.jpg);
}
#section3 .section_inner {
    background-image: url(../images/bg_3-4.jpg);
}
#section4 .section_inner {
    background-image: url(../images/bg_3-5.jpg);
}
.prd_ctt {
  padding-top:15px;
}
.prd_txt {
  color: #fff;
  font-size: 28px;
  line-height: 44px;
}
.prd_txt p {
  font-size: 34px;
}
.point1 {
  font-weight: bold;
  background: #f37189;
}
.point2 {
  font-weight: bold;
  background: #41b85c;
}
.point3 {
  font-weight: bold;
  background: #46b8df;
}


/* section5 */

#section5 .section_inner {
    background: #fff;
}

.prd_min {
  font-size: 18px;
  padding: 20px 0 50px;
  font-weight: lighter;
  line-height: normal;
}

.prd_box {
  display: flex;
  flex-wrap: wrap;
  gap:100px;
}

.prd_right {
  width: 550px;
  text-align: left;
}

.prd_right h1 {
  font-size: 22px;
}
.prd_right h1 img {
  padding:20px 0;
}

.prd_right p {
  font-size: 18px;
  padding-bottom:40px;
  letter-spacing: -0.03em;
}

.prd_list {
  display: grid;
}
.prd_list ul {
  margin-bottom:6px;
}

.prd_list ul li {
  float: left;
  font-size: 16px;
}

.prd_list ul li:first-child {
  color: #fff;
  border-radius: 7px;
  margin-right:10px;
  padding:1px 6px;
}
.prd_list ul li:last-child {
  display: contents;
}

.list_point1 ul li:first-child {
  background:#e24369;
}
.list_point2 ul li:first-child {
  background:#12aa77;
}
.list_point3 ul li:first-child {
  background:#02b3df;
}


/* section8 */

#section8 .section_inner {
    background: #fff;
}

.faq_div {
  display: flex;
  justify-content: center;
  letter-spacing: -0.02em;
  height: auto !important;
}
.faq_ctt {
  margin-top:16vh;
}
.faq_left {
  padding-left: 14%;
  width:34%;
}
.faq_img {
  padding-top:10vh;
}

.faq_right {
  width: 52%;
  background: #eff0f2;
}

.faq_box {
  border-top:2px solid #111;
  width: 900px;
  margin-left:-10%;
}
.faq_box ul {
  border-bottom: 1px solid #e1e1e1;
  display: flex;
}
.faq_box ul li {
  padding:40px 0;
  float: left;
}
.faq_box ul li:first-child {
  width: 12%;
  text-align: center;
  color: #db9a00;
  font-weight: bold;
  font-size: 22px;
}
.faq_box ul li:last-child {
  width: 78%;
  padding-left: 3%;
  font-size: 15px;
}
.faq_box ul li:last-child h1 {
  font-size: 23px;
  padding-bottom: 20px;
}

.aesthetics_min {
  font-size: 14px;
  text-align: center;
  color: #888;
  padding:25px;
}

        .accordion {
            cursor: pointer;
            width: 100%;
            transition: 0.4s;
        }

        .accordion:after {
            content: '\002B';
            float: right;
        }

        .active:after {
            content: "\2212";
        }

        .panel {
            max-height: 0;
            overflow: hidden;
            transition: max-height 0.35s ease-out;
        }


























/* mobile */
@media screen and (max-width: 767px) {

    .section .center {
        width: 90%;
    }

    .txt_title {
        font-size: 7.5vw;
        line-height: 10vw;
        padding:3vh;
    }

    .txt_title2 {
        font-size: 7vw;
        line-height: 9.5vw;
        padding:3vh 0 2vh;
    }

    .mg_top{
      margin-top:5vh;
    }



    /* section0 */
    #section0 .section_inner {
        background-image: url(../images/m_bg_3-1.jpg);
    }

    .sec0_txt {
      width: 90%;
      margin:0 auto;
      text-align: center;
      position: relative;
      right: inherit;
      padding-bottom: 30vh;
    }

    .motion_txt {
        overflow: hidden;
    }

    .motion_txt p {
        opacity: 0;
        transform: translateY(50px);
        animation: txtshow2 1s .2s ease forwards;
    }

    /* section1 */
    #section1 .section_inner {
        background-position: 65% center;
    }
    .sec1_tit {
      padding-bottom:7vh;
      line-height: 7.5vw;
    }

    .sec1_tit span {
    font-size: 6.5vw;
    font-weight: 200;
    margin-bottom: 10px;
    display: inline-block;
  }

    .sec1_ctt {
      display: inline-block;
    }

    .sec1_child {
      width: 27%;
      height: auto;
      float: left;
      padding:2%;
      margin:1%;
      background-color: rgba(255, 255, 255, 0.5);
      color: #111;
      border-radius: 10px;
    }

    .sec1_child h1 {
      font-size: 0.9rem;
      line-height: 1.3rem;
      padding: 2vh 0 1.5vh;
    }
    .sec1_child p {
      font-size: 0.6rem;
      line-height: 0.9rem;
    }
    .child_first h1 {
      padding:2vh 4vw 1.5vh;
    }
    .child_down {
      margin-top:6vh;
      padding-bottom: 3vh;
    }
    .child_last h1 {
      padding:5vh 0;
    }


    /* section2 - 4 */
    .mg_top .txt_title {
      padding-bottom:6vh;
      line-height: 7.5vw;
    }
    .mg_top .txt_title span {
      font-size: 6.5vw;
      font-weight: 200;
      margin-bottom: 10px;
      display: inline-block;
    }
    .prd_ctt {
      padding-top:0;
    }
    .prd_txt {
      color: #fff;
      font-size: 1rem;
      line-height: 1.7rem;
    }
    .prd_txt p {
      font-size: 1.25rem;
    }


    /* section5 - 7 */

    #section5 .section_inner {
        background: #fff;
    }

    .txt_title2 .prd_min {
      font-size: 0.6rem;
      padding: 5px 0 0;
      font-weight: lighter;
      line-height: normal;
    }

    .prd_box {
      display: block;
    }

    .prd_left img {
      width: 65%;
    }

    .prd_right {
      width: 100%;
      text-align: center;
    }

  .prd_right h1 {
    font-size: 0.9rem;
  }
    .prd_right h1 img {
      padding:5px 0;
      width: 45%;
    }

    .prd_right p {
      font-size: 0.65rem;
      line-height: 0.9rem;
      padding-bottom:10px;
      letter-spacing: -0.03em;
    }

    .prd_list {
      display: grid;
    }
    .prd_list ul {
      margin-bottom:1px;
    }

    .prd_list ul li {
      float: left;
    }

    .prd_list ul li:first-child {
      color: #fff;
      border-radius: 5px;
      margin-right:6px;
      padding:1px 6px;
      font-size: 0.7rem;
    }
    .prd_list ul li:last-child {
      display: block;
      width: 79%;
      text-align: left;
      font-size: 0.6rem;
    }

    /* section8 */

    .faq_div {
      display: block;
    }
    .faq_ctt {
      margin-top: 0;
    }
    .faq_left {
      width: 82%;
      padding-top:6vh;
      padding-left: 6%;
    }
    .faq_left .txt_title2 {
      padding: 5vh 0 0;
    }
    .faq_img {
      text-align: right;
      margin-top:-3vh;
      padding-top: 0;
    }
    .faq_img img {
      width: 40%;
    }
    .faq_right {
      width: 100%;
      background: none;
    }
    .faq_box {
      width: 92%;
      margin: 0 auto;
      border-bottom:1px solid #eee;
    }
    .faq_box ul li {
      padding:3vw 0;
    }
    .faq_box ul li:first-child  {
      width: 15%;
      font-size: 1rem;
    }
    .faq_box ul li:last-child h1 {
      font-size: 0.9rem;
      padding-bottom: 10px;
    }
    .faq_box ul li:last-child p {
      font-size: 0.6rem;
    }
    .aesthetics_min {
      font-size: 0.55rem;
      padding:3vw;
    }
}

































/* tablet */
@media screen and (min-width: 768px) and (max-width: 1024px) {

    .section .center {
        width: 90%;
    }


        .mg_top{
          margin-top:7vh;
        }



        /* section0 */
        #section0 .section_inner {
            background-image: url(../images/m_bg_3-1.jpg);
        }

        .sec0_txt {
          width: 90%;
          margin:0 auto;
          text-align: center;
          position: relative;
          right: inherit;
          padding-bottom: 30vh;
        }

        .motion_txt {
            overflow: hidden;
        }

        .motion_txt p {
            opacity: 0;
            transform: translateY(50px);
            animation: txtshow2 1s .2s ease forwards;
        }

        /* section1 */
        #section1 .section_inner {
            background-position: 65% center;
        }
        .sec1_tit {
          padding-bottom:7vh;
          line-height: 7.5vw;
        }

        .sec1_tit span {
        font-size: 6.5vw;
        font-weight: 200;
        margin-bottom: 10px;
        display: inline-block;
      }

        .sec1_ctt {
          display: inline-block;
          width: 98%;
        }

        .sec1_child {
          width: 27%;
          height: auto;
          float: left;
          padding:2%;
          margin:1%;
          background-color: rgba(255, 255, 255, 0.5);
          color: #111;
          border-radius: 10px;
        }

        .sec1_child h1 {
          font-size: 0.9rem;
          line-height: 1.3rem;
          padding: 2vh 0 1.5vh;
        }
        .sec1_child p {
          font-size: 0.6rem;
          line-height: 0.9rem;
          padding-bottom: 1vh;
        }
        .child_first h1 {
          padding:2vh 4vw 1.5vh;
        }
        .child_down {
          margin-top:6vh;
          padding-bottom: 3vh;
        }
        .child_last h1 {
          padding:5vh 0;
        }


        /* section2 - 4 */
        .mg_top .txt_title {
          font-size: 6vw;
          padding-bottom:4vh;
          line-height: 6vw;
        }
        .mg_top .txt_title span {
          font-size: 5vw;
          font-weight: 200;
          margin-bottom: 10px;
          display: inline-block;
        }
        .prd_ctt {
          padding-top:0;
        }
        .prd_ctt img {
          width: 80%;
        }
        .prd_txt {
          color: #fff;
          font-size: 1rem;
          line-height: 1.7rem;
        }
        .prd_txt p {
          font-size: 1.25rem;
        }


        /* section5 - 7 */

        #section5 .section_inner {
            background: #fff;
        }
        .txt_title2 {
          font-size: 5.5vw;
          padding-bottom:4vh;
          line-height: 6vw;
        }

        .txt_title2 .prd_min {
          font-size: 1.5vw;
          padding: 10px 0 0;
          font-weight: lighter;
          line-height: normal;
        }

        .prd_box {
          display: block;
        }

        .prd_left img {
          width: 50%;
        }

        .prd_right {
          width: 100%;
          text-align: center;
        }

      .prd_right h1 {
        font-size: 0.9rem;
      }
        .prd_right h1 img {
          padding:5px 0;
          width: 35%;
        }

        .prd_right p {
          font-size: 0.65rem;
          line-height: 0.9rem;
          padding-bottom:10px;
          letter-spacing: -0.03em;
        }

        .prd_list {
          display: grid;
        }
        .prd_list ul {
          margin-bottom:1px;
        }

        .prd_list ul li {
          float: left;
        }

        .prd_list ul li:first-child {
          color: #fff;
          border-radius: 5px;
          margin-right:6px;
          padding:1px 6px;
          font-size: 0.7rem;
        }
        .prd_list ul li:last-child {
          display: block;
          width: 79%;
          text-align: left;
          font-size: 0.6rem;
        }

        /* section8 */

        .faq_div {
          display: block;
        }
        .faq_ctt {
          margin-top: 0;
        }
        .faq_left {
          width: 82%;
          padding-top:6vh;
          padding-left: 6%;
        }
        .faq_left .txt_title2 {
          padding: 5vh 0 0;
        }
        .faq_img {
          text-align: right;
          margin-top:-5vh;
          padding-top: 0;
        }
        .faq_img img {
          width: 35%;
        }
        .faq_right {
          width: 100%;
          background: none;
        }
        .faq_box {
          width: 92%;
          margin: 0 auto;
          border-bottom:1px solid #eee;
        }
        .faq_box ul li {
          padding:3vw 0;
        }
        .faq_box ul li:first-child  {
          width: 15%;
          font-size: 1rem;
        }
        .faq_box ul li:last-child h1 {
          font-size: 0.9rem;
          padding-bottom: 10px;
        }
        .faq_box ul li:last-child p {
          font-size: 0.6rem;
        }
        .aesthetics_min {
          font-size: 0.55rem;
          padding:3vw;
        }


            .pc_none {
              display: block;
              width: 70%;
              margin: 0 auto;
            }
            .m_none {
              display: none;
            }
}







































/* pc */
@media screen and (min-width: 1025px) and (max-width: 1400px) {

    .section .center {
        width: 90%;
    }

        .section_txt {
            width: 90%;
        }

        .sec1_child {
          width: 31%;
        }

    /* section0 */
    .motion_txt p {
        font-size: 60px;
    }



    .sec_txt_inner p {
        font-size: 48px;
        line-height: 60px;
    }

    .prd_box {
      display: block;
    }

    .prd_left img {
      width: 40%;
    }

    .prd_right {
      width: 100%;
      text-align: center;
    }

  .prd_right h1 {
    font-size: 0.9rem;
  }
    .prd_right h1 img {
      padding:5px 0;
      width: 35%;
    }

    .prd_right p {
      font-size: 0.65rem;
      line-height: 0.9rem;
      padding-bottom:10px;
      letter-spacing: -0.03em;
    }

    .prd_list {
      display: grid;
    }
    .prd_list ul {
      margin-bottom:1px;
    }

    .prd_list ul li {
      float: left;
    }

    .prd_list ul li:first-child {
      color: #fff;
      border-radius: 5px;
      margin-right:6px;
      padding:1px 6px;
      font-size: 0.7rem;
    }
    .prd_list ul li:last-child {
      display: block;
      width: 79%;
      text-align: left;
      font-size: 0.6rem;
    }

}






/* pc */
@media screen and (min-width: 1401px) and (max-width: 1600px) {


    .aes_center {
      width: 94%;
    }

    .section_txt {
        width: 90%;
    }

    .sec1_child {
      width: 31%;
    }

}
