@charset "UTF-8";
.key {
  position: relative;
  width: 100%;
  height: 367px;
  background: url(../images/common/key_bg04.jpg) center/cover no-repeat;
}

.key:before {
  content: "";
  z-index: 1;
  position: absolute;
  top: -1px;
  width: 100%;
  height: 100%;
  background: url(../images/index/top_curve01.png) center top/100% no-repeat;
}

.key .key_logo {
  padding: 68px 0 0;
  margin: 0 0 20px;
  text-align: center;
}

.key .page_title {
  font-size: 28px;
  text-align: center;
  letter-spacing: .12em;
  color: #fff;
}

.key .page_title .small {
  font-size: 17px;
}

@media screen and (max-width: 767px) {
  .key {
    position: relative;
    width: 100%;
    height: 80vw;
    background: url(../images/common/key_bg04.jpg) center top/cover no-repeat;
  }
  .key .key_logo {
    padding: 13.3vw 0 0;
    margin: 0 auto 13.3vw;
    text-align: center;
    width: 26.6vw;
    height: 25.6vw;
  }
  .key .key_logo img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .key .page_title {
    font-size: 5.3vw;
    text-align: center;
    letter-spacing: .12em;
    color: #fff;
  }
  .key .page_title .small {
    font-size: 5vw;
  }
}

.lead_sec {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.lead_sec:before {
  content: "";
  position: absolute;
  z-index: -1;
  width: 60%;
  height: 100%;
  background: #d8a3a5;
}

.lead_sec:after {
  content: "";
  position: absolute;
  right: 0;
  z-index: -1;
  width: 40%;
  height: 100%;
  background: url(../images/invisalign/invisalign01.jpg) center/cover no-repeat;
}

.lead_sec .inner {
  position: relative;
  width: 1024px;
  margin: 0 auto;
}

.lead_sec .inner .illust01 {
  position: absolute;
  left: 444px;
  top: 34px;
  width: 105px;
  height: 111px;
  background: url(../images/invisalign/leaf01.png) center/cover no-repeat;
}

.lead_sec .textbox {
  padding: 70px 0 50px 60px;
  color: #fff;
}

.lead_sec .sec_title {
  margin: 0 0 50px;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 24px;
  letter-spacing: .2em;
}

.lead_sec .text {
  width: 540px;
  line-height: 2;
  letter-spacing: .1em;
}

@media screen and (max-width: 767px) {
  .lead_sec {
    position: relative;
    display: block;
  }
  .lead_sec .sp_image {
    width: 100%;
    height: 66.6vw;
    background: url(../images/invisalign/invisalign01_sp.jpg) center/cover no-repeat;
  }
  .lead_sec:before {
    content: "";
    position: absolute;
    z-index: -1;
    width: 100%;
    height: 100%;
    background: #d8a3a5;
  }
  .lead_sec:after {
    display: none;
    content: "";
    position: absolute;
    right: 0;
    z-index: -1;
    width: 40%;
    height: 100%;
    background: url(../images/invisalign/invisalign01.jpg) center/cover no-repeat;
  }
  .lead_sec .inner {
    position: relative;
    width: 100%;
    margin: 0 auto;
  }
  .lead_sec .inner .illust01 {
    position: absolute;
    left: auto;
    right: 2.6vw;
    top: 18vw;
    width: 16vw;
    height: 16.9vw;
    background: url(../images/invisalign/leaf01.png) center/cover no-repeat;
  }
  .lead_sec .textbox {
    padding: 8vw 5.3vw;
    color: #fff;
  }
  .lead_sec .sec_title {
    margin: 0 0 8vw;
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 5.3vw;
    letter-spacing: .2em;
  }
  .lead_sec .text {
    width: 100%;
    font-size: 4vw;
    line-height: 2;
    letter-spacing: .1em;
  }
}

.sec01 {
  padding: 130px 0 0;
}

.sec01 .inner {
  width: 1024px;
  margin: 0 auto;
}

.sec01 .sec_title {
  position: relative;
  width: 410px;
  margin: 0 auto 70px;
  text-align: center;
  letter-spacing: .12em;
}

.sec01 .sec_title:before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 0;
  right: 0;
  top: -40px;
  width: 177px;
  height: 177px;
  margin: 0 auto;
  background: url(../images/invisalign/circle01.png) center/contain no-repeat;
}

.sec01 .sec_title .small {
  display: block;
  padding: 0 0 10px;
  border-bottom: 1px solid #50627c;
  margin: 0 0 10px;
  font-size: 20px;
  font-weight: 600;
}

.sec01 .sec_title .large {
  font-size: 32px;
  font-weight: 600;
}

.sec01 .list {
  width: 830px;
  margin: 0 auto;
}

.sec01 .item {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 25px 0;
  border-top: 1px solid #5E5E5E;
}

.sec01 .item01 .item_text,
.sec01 .item03 .item_text,
.sec01 .item06 .item_text {
  width: 320px;
}

.sec01 .item01 .item_image,
.sec01 .item03 .item_image,
.sec01 .item06 .item_image {
  position: absolute;
  right: -64px;
  top: 0;
  bottom: 0;
  width: 311px;
  height: 211px;
  margin: auto 0;
}

.sec01 .item06 {
  border-bottom: 1px solid #5E5E5E;
}

.sec01 .item_title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 181px;
  min-width: 181px;
  height: 181px;
  margin: 0 40px 0 0;
  background: #d8a3a5 url(../images/invisalign/circle02.png) center/135px no-repeat;
  font-size: 18px;
  color: #fff;
  letter-spacing: .1em;
  text-align: center;
}

.sec01 .item_text {
  letter-spacing: .1em;
  line-height: 2;
}

@media screen and (max-width: 767px) {
  .sec01 {
    padding: 21.3vw 5.3vw;
  }
  .sec01 .inner {
    width: 100%;
    margin: 0 auto;
  }
  .sec01 .sec_title {
    position: relative;
    width: 100%;
    margin: 0 auto 8vw;
    text-align: center;
    letter-spacing: .12em;
  }
  .sec01 .sec_title:before {
    content: "";
    position: absolute;
    z-index: -1;
    left: 0;
    right: 0;
    top: -8vw;
    width: 32vw;
    height: 32vw;
    margin: 0 auto;
    background: url(../images/invisalign/circle01.png) center/contain no-repeat;
  }
  .sec01 .sec_title .small {
    display: block;
    width: 80%;
    padding: 0 0 2.6vw;
    border-bottom: 1px solid #50627c;
    margin: 0 auto 2.6vw;
    font-size: 4.2vw;
    font-weight: 600;
  }
  .sec01 .sec_title .large {
    font-size: 5.3vw;
    font-weight: 600;
  }
  .sec01 .list {
    width: 100%;
    margin: 0 auto;
  }
  .sec01 .item {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -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;
    padding: 2.6vw 0 5.3vw;
    margin: 0 0 8vw;
    border-top: none;
    border-bottom: 1px solid #5E5E5E;
  }
  .sec01 .item01 .item_text,
  .sec01 .item03 .item_text,
  .sec01 .item06 .item_text {
    width: 100%;
  }
  .sec01 .item01 .item_image,
  .sec01 .item03 .item_image,
  .sec01 .item06 .item_image {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    position: static;
    width: 100%;
    height: 40vw;
    margin: 0 0 5.3vw;
    overflow: hidden;
  }
  .sec01 .item01 .item_image img,
  .sec01 .item03 .item_image img,
  .sec01 .item06 .item_image img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .sec01 .item06 {
    border-bottom: 1px solid #5E5E5E;
    margin: 0;
  }
  .sec01 .item_title {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
    min-width: 100%;
    height: auto;
    padding: 2.6vw 0;
    margin: 0 auto 5.3vw;
    background: #d8a3a5;
    font-size: 4.2vw;
    color: #fff;
    letter-spacing: .1em;
    text-align: center;
  }
  .sec01 .item_text {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    font-size: 4vw;
    letter-spacing: .1em;
    line-height: 2;
  }
}

.sec02 {
  padding: 90px 0;
}

.sec02 .inner {
  width: 1024px;
  margin: 0 auto;
}

.sec02 .sec_title {
  position: relative;
  width: 410px;
  margin: 0 auto 70px;
  text-align: center;
  letter-spacing: .12em;
}

.sec02 .sec_title:before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 0;
  right: 0;
  top: -40px;
  width: 162px;
  height: 162px;
  margin: 0 auto;
  background: url(../images/invisalign/cross01.png) center/contain no-repeat;
}

.sec02 .sec_title .small {
  display: block;
  padding: 0 0 10px;
  border-bottom: 1px solid #50627c;
  margin: 0 0 10px;
  font-size: 20px;
  font-weight: 600;
}

.sec02 .sec_title .large {
  font-size: 32px;
  font-weight: 600;
}

.sec02 .list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.sec02 .item {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.sec02 .item01 {
  margin: 0 60px 60px 0;
}

.sec02 .item01:before {
  content: "";
  position: absolute;
  right: -30px;
  top: 0;
  width: 1px;
  height: 181px;
  background: #5E5E5E;
}

.sec02 .item01:after {
  content: "";
  position: absolute;
  left: -0px;
  bottom: -30px;
  width: 440px;
  height: 1px;
  background: #5E5E5E;
}

.sec02 .item02 {
  margin: 0 0 60px;
}

.sec02 .item02:after {
  content: "";
  position: absolute;
  left: -0px;
  bottom: -30px;
  width: 440px;
  height: 1px;
  background: #5E5E5E;
}

.sec02 .item03 {
  margin: 0 60px 0 0;
}

.sec02 .item03:before {
  content: "";
  position: absolute;
  right: -30px;
  top: 0;
  width: 1px;
  height: 181px;
  background: #5E5E5E;
}

.sec02 .item_title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 181px;
  min-width: 181px;
  height: 181px;
  margin: 0 40px 0 0;
  background: #80A2B6 url(../images/invisalign/cross02.png) center/115px no-repeat;
  font-size: 18px;
  color: #fff;
  letter-spacing: .1em;
  text-align: center;
}

.sec02 .item_text {
  width: 220px;
  line-height: 2;
}

.sec02 .box {
  position: relative;
  width: 980px;
  padding: 80px 20px 0;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.sec02 .box .box_text {
  position: relative;
  line-height: 2;
}

.sec02 .box .box_text01 {
  margin: 0 0 30px;
}

.sec02 .box .box_text02 {
  margin: 0 0 30px 150px;
}

.sec02 .box .box_text02 .illust02 {
  position: absolute;
  left: -130px;
  top: -10px;
  width: 56px;
  height: 112px;
  background: url(../images/wire/leaf09.png) center/cover no-repeat;
}

.sec02 .box .box_text03 .illust03 {
  position: absolute;
  right: 0;
  bottom: -50px;
  width: 61px;
  height: 86px;
  background: url(../images/adult/leaf05.png) center/cover no-repeat;
}

@media screen and (max-width: 767px) {
  .sec02 {
    padding: 10.76vw 5.3vw 21.3vw;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .sec02 .inner {
    width: 100%;
    margin: 0 auto;
  }
  .sec02 .sec_title {
    position: relative;
    width: 100%;
    margin: 0 auto 8vw;
    text-align: center;
    letter-spacing: .12em;
  }
  .sec02 .sec_title:before {
    content: "";
    position: absolute;
    z-index: -1;
    left: 0;
    right: 0;
    top: -8vw;
    width: 32vw;
    height: 32vw;
    margin: 0 auto;
    background: url(../images/invisalign/cross01.png) center/contain no-repeat;
  }
  .sec02 .sec_title .small {
    display: block;
    width: 80%;
    padding: 0 0 2.6vw;
    border-bottom: 1px solid #50627c;
    margin: 0 auto 2.6vw;
    font-size: 4.2vw;
    font-weight: 600;
  }
  .sec02 .sec_title .large {
    font-size: 5.3vw;
    font-weight: 600;
  }
  .sec02 .list {
    display: block;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .sec02 .item {
    position: relative;
    display: block;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 2.6vw 0 5.3vw;
    border-top: none;
    border-bottom: 1px solid #5E5E5E;
  }
  .sec02 .item01 {
    margin: 0 0 8vw;
  }
  .sec02 .item01:before {
    display: none;
    content: "";
    position: absolute;
    right: -30px;
    top: 0;
    width: 1px;
    height: 181px;
    background: #5E5E5E;
  }
  .sec02 .item01:after {
    display: none;
    content: "";
    position: absolute;
    left: -0px;
    bottom: -30px;
    width: 440px;
    height: 1px;
    background: #5E5E5E;
  }
  .sec02 .item02 {
    margin: 0 0 8vw;
  }
  .sec02 .item02:after {
    display: none;
    content: "";
    position: absolute;
    left: -0px;
    bottom: -30px;
    width: 440px;
    height: 1px;
    background: #5E5E5E;
  }
  .sec02 .item03 {
    margin: 0 0 8vw;
  }
  .sec02 .item03:before {
    display: none;
    content: "";
    position: absolute;
    right: -30px;
    top: 0;
    width: 1px;
    height: 181px;
    background: #5E5E5E;
  }
  .sec02 .item_title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
    min-width: 100%;
    height: auto;
    padding: 2.6vw 0;
    margin: 0 auto 5.3vw;
    background: #80A2B6;
    font-size: 4.2vw;
    color: #fff;
    letter-spacing: .1em;
    text-align: center;
  }
  .sec02 .item_text {
    width: 100%;
    font-size: 4vw;
    line-height: 2;
  }
  .sec02 .box {
    position: relative;
    width: 100%;
    padding: 8vw 2.6vw;
    border-top: 1px solid #4e6079;
    border-bottom: 1px solid #4e6079;
    margin: 0 auto;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .sec02 .box .box_text {
    position: relative;
    line-height: 2;
    font-size: 4vw;
  }
  .sec02 .box .box_text01 {
    margin: 0 0 13.3vw;
  }
  .sec02 .box .box_text02 {
    margin: 0 0 8vw;
  }
  .sec02 .box .box_text02 .illust02 {
    position: absolute;
    right: 2.6vw;
    left: auto;
    top: -13.3vw;
    width: 10.6vw;
    height: 13.6vw;
    background: url(../images/wire/leaf10.png) center/cover no-repeat;
  }
  .sec02 .box .box_text03 .illust03 {
    position: absolute;
    right: 1.3vw;
    bottom: auto;
    top: -13.3vw;
    width: 8vw;
    height: 11.2vw;
    background: url(../images/adult/leaf05.png) center/cover no-repeat;
  }
}

.sec03 {
  padding: 50px 0 80px;
  background: #F8EEEC;
}

.sec03 .sec_title {
  position: relative;
  margin: 0 auto 70px;
  text-align: center;
  letter-spacing: .12em;
}

.sec03 .sec_title:before {
  content: "";
  position: absolute;
  bottom: -20px;
  left: 0;
  right: 0;
  width: 370px;
  height: 1px;
  background: #50627C;
  margin: 0 auto;
}

.sec03 .sec_title .small {
  padding: 0 0 10px;
  margin: 0 0 10px;
  font-size: 24px;
  font-weight: 600;
}

.sec03 .sec_title .large {
  font-size: 30px;
  font-weight: 600;
}

.sec03 .cont {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 830px;
}

.sec03 .cont_text {
  line-height: 2;
  letter-spacing: .1em;
}

.sec03 .cont01 {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  margin: 0 auto 30px;
}

.sec03 .cont01 .cont_text {
  margin: 0 40px 0 0;
}

.sec03 .cont01 .cont_image {
  width: 392px;
  min-width: 392px;
}

.sec03 .cont02 {
  margin: 0 auto 50px;
}

.sec03 .cont02 .cont_image {
  margin: 0 40px 0 0;
  width: 264px;
  min-width: 264px;
}

.sec03 .cont03 {
  width: 830px;
  margin: 0 auto 80px;
  padding: 30px 0;
  background: #fff;
}

.sec03 .cont03 .cont_title {
  margin: 0 0 20px;
  font-size: 20px;
  text-align: center;
  letter-spacing: .13em;
}

.sec03 .cont03 .imagebox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 0 30px;
}

.sec03 .cont03 .image {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 220px;
  height: 220px;
  background: #fff;
  border-radius: 50%;
}

.sec03 .cont03 .image img {
  height: 220px;
  -o-object-fit: contain;
     object-fit: contain;
}

.sec03 .cont03 .image01 {
  position: relative;
  margin: 0 50px 0 0;
}

.sec03 .cont03 .image01:before {
  content: "";
  position: absolute;
  right: -40px;
  top: 0;
  bottom: 0;
  width: 22px;
  height: 44px;
  margin: auto 0;
  background: url(../images/invisalign/move_arrow.png) center/contain no-repeat;
}

.sec03 .cont03 .image02 {
  position: relative;
  margin: 0 50px 0 0;
}

.sec03 .cont03 .image02:before {
  content: "";
  position: absolute;
  right: -40px;
  top: 0;
  bottom: 0;
  width: 22px;
  height: 44px;
  margin: auto 0;
  background: url(../images/invisalign/move_arrow.png) center/contain no-repeat;
}

.sec03 .cont03 .cont_text {
  text-align: center;
}

.sec03 .link_banner {
  width: 848px;
  margin: 0 auto;
  background: #fff;
}

.sec03 .link_banner a {
  display: block;
  width: 100%;
  height: 100%;
}

@media screen and (max-width: 767px) {
  .sec03 {
    padding: 13.3vw 5.3vw;
    background: #F8EEEC;
  }
  .sec03 .sec_title {
    position: relative;
    margin: 0 auto 13.3vw;
    text-align: center;
    letter-spacing: .12em;
  }
  .sec03 .sec_title:before {
    content: "";
    position: absolute;
    bottom: -2.6vw;
    left: 0;
    right: 0;
    width: 100%;
    height: 1px;
    background: #50627C;
    margin: 0 auto;
  }
  .sec03 .sec_title .small {
    padding: 0 0 2.6vw;
    margin: 0 0 2.6vw;
    font-size: 4.8vw;
    font-weight: 600;
  }
  .sec03 .sec_title .large {
    font-size: 6.4vw;
    font-weight: 600;
  }
  .sec03 .cont {
    display: block;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
  }
  .sec03 .cont_text {
    font-size: 4vw;
    line-height: 2;
    letter-spacing: .1em;
  }
  .sec03 .cont01 {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    margin: 0 auto 13.6vw;
  }
  .sec03 .cont01 .cont_text {
    margin: 0;
  }
  .sec03 .cont01 .cont_image {
    width: 66.6vw;
    min-width: 66.6vw;
    margin: 0 auto 5.3vw;
  }
  .sec03 .cont02 {
    margin: 0 auto 13.6vw;
  }
  .sec03 .cont02 .cont_image {
    width: 53.3vw;
    min-width: 53.3vw;
    margin: 0 auto 5.3vw;
  }
  .sec03 .cont03 {
    width: 100%;
    margin: 0 auto 21.8vw;
    padding: 8vw 5.3vw;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    background: #fff;
  }
  .sec03 .cont03 .cont_title {
    margin: 0 0 5.3vw;
    font-size: 4.8vw;
    text-align: center;
    letter-spacing: .13em;
  }
  .sec03 .cont03 .imagebox {
    display: block;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin: 0 0 5.3vw;
  }
  .sec03 .cont03 .image {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 53.3vw;
    height: 53.3vw;
    margin: 0 auto;
    background: #fff;
    border-radius: 50%;
  }
  .sec03 .cont03 .image img {
    height: 53.3vw;
    -o-object-fit: contain;
       object-fit: contain;
  }
  .sec03 .cont03 .image01 {
    position: relative;
    margin: 0 auto 8vw;
  }
  .sec03 .cont03 .image01:before {
    content: "";
    position: absolute;
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
    right: 0;
    left: 0;
    top: auto;
    bottom: -5.3vw;
    width: 22px;
    height: 44px;
    margin: 0 auto;
    background: url(../images/invisalign/move_arrow.png) center/contain no-repeat;
  }
  .sec03 .cont03 .image02 {
    position: relative;
    margin: 0 auto 8vw;
  }
  .sec03 .cont03 .image02:before {
    content: "";
    position: absolute;
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
    right: 0;
    left: 0;
    top: auto;
    bottom: -5.3vw;
    width: 22px;
    height: 44px;
    margin: 0 auto;
    background: url(../images/invisalign/move_arrow.png) center/contain no-repeat;
  }
  .sec03 .cont03 .cont_text {
    text-align: center;
    font-size: 4.2vw;
  }
  .sec03 .link_banner {
    width: 848px;
    margin: 0 auto;
    background: #fff;
  }
  .sec03 .link_banner a {
    display: block;
    width: 100%;
    height: 100%;
  }
  .sec03 .link_banner {
    width: 100%;
    margin: 0 auto;
    background: #fff;
  }
  .sec03 .link_banner a {
    display: block;
    width: 100%;
    height: 100%;
  }
}

.sec04 {
  padding: 50px 0 80px;
}

.sec04 .sec_title {
  position: relative;
  margin: 0 auto 70px;
  text-align: center;
  letter-spacing: .12em;
}

.sec04 .sec_title:before {
  content: "";
  position: absolute;
  bottom: 53px;
  left: 0;
  right: 0;
  width: 370px;
  height: 1px;
  background: #50627C;
  margin: 0 auto;
}

.sec04 .sec_title .small {
  display: block;
  padding: 0 0 10px;
  font-size: 24px;
  font-weight: 600;
}

.sec04 .sec_title .large {
  font-size: 32px;
  font-weight: 600;
  line-height: 1;
}

.sec04 .list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 650px;
  margin: 0 auto;
  letter-spacing: .1em;
}

.sec04 .item {
  width: 314px;
}

.sec04 .item_title {
  position: relative;
  padding: 0 0 0 30px;
  margin: 0 0 20px;
  font-family: "noto sans jp", sans-serif;
  font-size: 20px;
}

.sec04 .item_title:before {
  content: "●";
  position: absolute;
  left: 0;
  top: 0;
}

.sec04 .item01 .item_title:before {
  color: #80A2B6;
}

.sec04 .item02 .item_title:before {
  color: #D8A3A5;
}

.sec04 .item_image {
  margin: 0 0 15px;
}

.sec04 .item_text {
  padding: 10px 0;
  text-align: center;
  letter-spacing: .1em;
}

.sec04 .item01 .item_text:nth-child(2n-1) {
  background: #D9E0E2;
}

.sec04 .item01 .item_text:nth-child(2n) {
  background: #F7F7F7;
}

.sec04 .item02 .item_text:nth-child(2n-1) {
  background: #F4E4E6;
}

.sec04 .item02 .item_text:nth-child(2n) {
  background: #F7F7F7;
}

@media screen and (max-width: 767px) {
  .sec04 {
    padding: 13.6vw 5.3vw 21.3vw;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .sec04 .sec_title {
    position: relative;
    margin: 0 auto 13.6vw;
    text-align: center;
    letter-spacing: .12em;
  }
  .sec04 .sec_title:before {
    content: "";
    position: absolute;
    bottom: 8vw;
    left: 0;
    right: 0;
    width: 100%;
    height: 1px;
    background: #50627C;
    margin: 0 auto;
  }
  .sec04 .sec_title .small {
    display: inline-block;
    padding: 0 0 2.6vw;
    font-size: 4.2vw;
    font-weight: 600;
  }
  .sec04 .sec_title .large {
    display: inline-block;
    padding: 1.3vw 0 0;
    font-size: 5.3vw;
    font-weight: 600;
    line-height: 1;
  }
  .sec04 .list {
    display: block;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 100%;
    margin: 0 auto;
    letter-spacing: .1em;
  }
  .sec04 .item {
    width: 100%;
  }
  .sec04 .item01 {
    margin: 0 0 13.6vw;
  }
  .sec04 .item_title {
    position: relative;
    padding: 0 0 0 6.4vw;
    margin: 0 0 2.6vw;
    font-family: "noto sans jp", sans-serif;
    font-size: 4.8vw;
  }
  .sec04 .item_title:before {
    content: "●";
    position: absolute;
    left: 0;
    top: 0;
  }
  .sec04 .item01 .item_title:before {
    color: #80A2B6;
  }
  .sec04 .item02 .item_title:before {
    color: #D8A3A5;
  }
  .sec04 .item_image {
    margin: 0 0 4vw;
  }
  .sec04 .item_text {
    padding: 2.6vw 0;
    font-size: 4vw;
    text-align: center;
    letter-spacing: .1em;
  }
  .sec04 .item01 .item_text:nth-child(2n-1) {
    background: #D9E0E2;
  }
  .sec04 .item01 .item_text:nth-child(2n) {
    background: #F7F7F7;
  }
  .sec04 .item02 .item_text:nth-child(2n-1) {
    background: #F4E4E6;
  }
  .sec04 .item02 .item_text:nth-child(2n) {
    background: #F7F7F7;
  }
}

.sec05 {
  padding: 100px 0;
  background: #F9EEED;
}

.sec05 .sec_title {
  position: relative;
  width: 410px;
  margin: 0 auto 40px;
  text-align: center;
  letter-spacing: .12em;
}

.sec05 .sec_title .small {
  position: relative;
  z-index: 2;
  display: block;
  padding: 0 0 10px;
  border-bottom: 1px solid #50627c;
  margin: 0 0 10px;
  font-size: 20px;
  font-weight: 600;
}

.sec05 .sec_title .large {
  position: relative;
  z-index: 2;
  font-size: 24px;
  font-weight: 600;
}

.sec05 .flow_box {
  position: relative;
  width: 830px;
  margin: 0 auto;
  padding: 0 0 50px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: #fff;
}

.sec05 .flow_head {
  padding: 15px 0;
  margin: 0 0 40px;
  font-size: 21px;
  font-weight: 600;
  letter-spacing: .12em;
  color: #fff;
  text-align: center;
}

.sec05 .flow_cont {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.sec05 .flow_cont:before {
  content: "";
  position: absolute;
  right: 22px;
  top: 0;
  width: 607px;
  height: 1px;
  background: url(../images/wire/bd_repeat.png) repeat-x;
}

.sec05 .flow_cont:last-of-type:after {
  content: "";
  position: absolute;
  right: 22px;
  bottom: 0;
  width: 607px;
  height: 1px;
  background: url(../images/wire/bd_repeat.png) repeat-x;
}

.sec05 .cont_title {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 107px;
  min-width: 107px;
  height: 107px;
  border-radius: 50%;
  margin: 15px 56px 0 30px;
  font-family: "noto sans jp", sans-serif;
  font-size: 17px;
  letter-spacing: .1em;
  color: #fff;
  text-align: center;
}

.sec05 .right {
  position: relative;
  z-index: 2;
  width: 607px;
  padding: 25px 15px;
  margin: 10px 0 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.sec05 .right .flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.sec05 .right .flex .cont_image {
  min-width: 274px;
  height: 187px;
}

.sec05 .right .flex .cont_text {
  width: 260px;
}

.sec05 .cont_text {
  width: 540px;
  margin: 0 auto;
  letter-spacing: .1em;
  line-height: 2;
}

.sec05 .flow_box01 .illust {
  position: absolute;
  z-index: 1;
  right: 30px;
  bottom: 30px;
  width: 145px;
  height: 192px;
  background: url(../images/wire/leaf07.png) center/cover no-repeat;
  opacity: .7;
}

.sec05 .flow_box01 .flow_head {
  background: #7C9EB1;
}

.sec05 .flow_box01 .cont_title {
  background: #7C9EB1;
}

.sec05 .flow_box01 .flow_cont03 .cont_text {
  margin: 0 auto 30px;
}

.sec05 .flow_box01 .flow_cont05 .cont_text {
  margin: 10px auto 0;
}

.sec05 .flow_box01 .flow_cont07 .cont_text {
  margin: 10px auto 0;
}

.sec05 .flow_box01 .flow_cont01 .cont_title:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: -32px;
  width: 1px;
  height: 26px;
  margin: 0 auto;
  background: #50627C;
}

.sec05 .flow_box01 .flow_cont02 .cont_title:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: -130%;
  width: 1px;
  height: 130%;
  margin: 0 auto;
  background: #50627C;
}

.sec05 .flow_box01 .flow_cont03 .cont_title:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: -40px;
  width: 1px;
  height: 39px;
  margin: 0 auto;
  background: #50627C;
}

.sec05 .flow_box01 .flow_cont04 .cont_title:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: -315px;
  width: 1px;
  height: 314px;
  margin: 0 auto;
  background: #50627C;
}

.sec05 .flow_box01 .flow_cont05 .cont_title:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: -45px;
  width: 1px;
  height: 44px;
  margin: 0 auto;
  background: #50627C;
}

.sec05 .flow_box01 .flow_cont06 .cont_title:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: -130%;
  width: 1px;
  height: 130%;
  margin: 0 auto;
  background: #50627C;
}

.sec05 .flow_box01 .flow_cont07 .cont_title:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: -42px;
  width: 1px;
  height: 41px;
  margin: 0 auto;
  background: #50627C;
}

.sec05 .flow_box01 .flow_cont07 .cont_title:after {
  content: "";
  position: absolute;
  left: 38px;
  bottom: -50px;
  width: 15px;
  height: 43px;
  background: url(../images/wire/arrow02.png) center/cover no-repeat;
}

.sec05 .flow_box02 .illust {
  position: absolute;
  z-index: 1;
  right: 30px;
  bottom: 30px;
  width: 145px;
  height: 192px;
  background: url(../images/wire/leaf08.png) center/cover no-repeat;
}

.sec05 .flow_box02 .flow_head {
  background: #D8A3A5;
}

.sec05 .flow_box02 .cont_title {
  background: #D8A3A5;
}

.sec05 .flow_box02 .flow_cont09 .cont_title {
  position: relative;
}

.sec05 .flow_box02 .flow_cont09 .cont_title .absolute {
  position: absolute;
  bottom: -25px;
  left: 0;
  right: 0;
  font-family: "noto sans jp", sans-serif;
  font-size: 14px;
  letter-spacing: .1em;
  color: #50627C;
}

.sec05 .flow_box02 .flow_cont01 .right {
  padding: 0;
  margin: 50px 0 0;
}

.sec05 .flow_box02 .flow_cont01 .cont_title:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: -32px;
  width: 1px;
  height: 26px;
  margin: 0 auto;
  background: #50627C;
}

.sec05 .flow_box02 .flow_cont02 .cont_title:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: -12px;
  width: 1px;
  height: 9px;
  margin: 0 auto;
  background: #50627C;
}

.sec05 .flow_box02 .flow_cont03 .cont_title {
  position: relative;
  z-index: 2;
  background: none;
}

.sec05 .flow_box02 .flow_cont03 .cont_title:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: -300px;
  width: 1px;
  height: 298px;
  margin: 0 auto;
  background: #50627C;
}

.sec05 .flow_box02 .flow_cont03 .cont_title:after {
  z-index: -1;
  content: "";
  position: absolute;
  left: -36px;
  top: -36px;
  width: 179px;
  height: 179px;
  background: url(../images/invisalign/bg_circle.png) center/contain no-repeat;
}

.sec05 .flow_box02 .flow_cont04 .cont_title {
  position: relative;
  z-index: 2;
  background: none;
}

.sec05 .flow_box02 .flow_cont04 .cont_title:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: -67px;
  width: 1px;
  height: 65px;
  margin: 0 auto;
  background: #50627C;
}

.sec05 .flow_box02 .flow_cont04 .cont_title:after {
  z-index: -1;
  content: "";
  position: absolute;
  left: -36px;
  top: -36px;
  width: 179px;
  height: 179px;
  background: url(../images/invisalign/bg_circle.png) center/contain no-repeat;
}

.sec05 .flow_box02 .flow_cont05 .cont_title {
  position: relative;
  z-index: 2;
  background: none;
}

.sec05 .flow_box02 .flow_cont05 .cont_title:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: -130%;
  width: 1px;
  height: 130%;
  margin: 0 auto;
  background: #50627C;
}

.sec05 .flow_box02 .flow_cont05 .cont_title:after {
  z-index: -1;
  content: "";
  position: absolute;
  left: -36px;
  top: -36px;
  width: 179px;
  height: 179px;
  background: url(../images/invisalign/bg_circle.png) center/contain no-repeat;
}

.sec05 .flow_box02 .flow_cont06 .cont_title:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: -130%;
  width: 1px;
  height: 130%;
  margin: 0 auto;
  background: #50627C;
}

.sec05 .flow_box02 .flow_cont07 .cont_title:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: -14px;
  width: 1px;
  height: 13px;
  margin: 0 auto;
  background: #50627C;
}

.sec05 .flow_box02 .flow_cont08 .cont_title:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: -130%;
  width: 1px;
  height: 130%;
  margin: 0 auto;
  background: #50627C;
}

.sec05 .flow_box02 .flow_cont09 .cont_title:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: -70px;
  width: 1px;
  height: 69px;
  margin: 0 auto;
  background: #50627C;
}

.sec05 .flow_box02 .flow_cont09 .cont_title:after {
  content: "";
  position: absolute;
  left: 38px;
  bottom: -80px;
  width: 15px;
  height: 43px;
  background: url(../images/wire/arrow02.png) center/cover no-repeat;
}

.sec05 .flow_box02 .right_list {
  padding: 20px 0 0 2em;
}

.sec05 .flow_box02 .right_item {
  position: relative;
  padding: 0 0 0 1em;
  font-size: 15px;
  line-height: 2;
}

.sec05 .flow_box02 .right_item:before {
  content: "・";
  position: absolute;
  left: 0;
  top: 0;
}

@media screen and (max-width: 767px) {
  .sec05 {
    padding: 13.3vw 5.3vw;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    background: #F9EEED;
  }
  .sec05 .sec_title {
    position: relative;
    width: 100%;
    margin: 0 auto 8vw;
    text-align: center;
    letter-spacing: .12em;
  }
  .sec05 .sec_title .small {
    position: relative;
    z-index: 2;
    display: block;
    padding: 0 0 2.6vw;
    border-bottom: 1px solid #50627c;
    margin: 0 0 2.6vw;
    font-size: 4.2vw;
    font-weight: 600;
  }
  .sec05 .sec_title .large {
    position: relative;
    z-index: 2;
    font-size: 4.8vw;
    font-weight: 600;
  }
  .sec05 .flow_box {
    position: relative;
    width: 100%;
    margin: 0 auto;
    padding: 0 0 8vw;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    background: #fff;
  }
  .sec05 .flow_head {
    padding: 4vw 0;
    margin: 0 0 8vw;
    font-size: 4.8vw;
    font-weight: 600;
    letter-spacing: .12em;
    color: #fff;
    text-align: center;
  }
  .sec05 .flow_cont {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 0 2.6vw;
    margin: 0 0 13.3vw;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .sec05 .flow_cont:before {
    content: "";
    position: absolute;
    right: auto;
    left: 14.5vw;
    top: 0;
    width: 1px;
    height: calc(100% + 13.3vw);
    background: #50627C;
  }
  .sec05 .flow_cont:last-of-type:before {
    display: none;
  }
  .sec05 .flow_cont:last-of-type:after {
    display: none;
    content: "";
    position: absolute;
    right: 22px;
    bottom: 0;
    width: 607px;
    height: 1px;
    background: url(../images/wire/bd_repeat.png) repeat-x;
  }
  .sec05 .cont_title {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 24vw;
    min-width: 24vw;
    height: 24vw;
    border-radius: 50%;
    margin: 0 2.6vw 0 0;
    font-family: "noto sans jp", sans-serif;
    font-size: 3.7vw;
    letter-spacing: .1em;
    color: #fff;
    text-align: center;
  }
  .sec05 .right {
    position: relative;
    z-index: 2;
    width: 100%;
    padding: 0;
    margin: 10px 0 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .sec05 .right .flex {
    display: block;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .sec05 .right .flex .cont_image {
    min-width: 100%;
    width: 100%;
    height: 32vw;
  }
  .sec05 .right .flex .cont_text {
    width: 100%;
    margin: 0 0 5.3vw;
  }
  .sec05 .cont_text {
    width: 100%;
    margin: 0 auto;
    font-size: 4vw;
    letter-spacing: .1em;
    line-height: 2;
  }
  .sec05 .flow_box01 .illust {
    position: absolute;
    z-index: 1;
    right: 2.6vw;
    bottom: 2.6vw;
    width: 21.3vw;
    height: 28.2vw;
    background: url(../images/wire/leaf07.png) center/cover no-repeat;
  }
  .sec05 .flow_box01 .flow_head {
    background: #7C9EB1;
  }
  .sec05 .flow_box01 .cont_title {
    background: #7C9EB1;
  }
  .sec05 .flow_box01 .flow_cont03 .cont_text {
    margin: 0 auto 30px;
  }
  .sec05 .flow_box01 .cont_title:before {
    display: none;
  }
  .sec05 .flow_box01 .flow_cont07 .cont_title:after {
    content: "";
    position: absolute;
    left: 38px;
    bottom: -50px;
    width: 15px;
    height: 43px;
    background: url(../images/wire/arrow02.png) center/cover no-repeat;
  }
  .sec05 .flow_box01 .flow_cont07 .cont_title:after {
    content: "";
    position: absolute;
    left: 8.2vw;
    bottom: -13.3vw;
    width: 4vw;
    height: 11.4vw;
    background: url(../images/wire/arrow02.png) center/cover no-repeat;
  }
  .sec05 .flow_box02 .illust {
    position: absolute;
    z-index: 1;
    right: 2.6vw;
    bottom: 2.6vw;
    width: 21.3vw;
    height: 28.2vw;
    background: url(../images/wire/leaf08.png) center/cover no-repeat;
  }
  .sec05 .flow_box02 .flow_head {
    background: #D8A3A5;
  }
  .sec05 .flow_box02 .cont_title {
    background: #D8A3A5;
  }
  .sec05 .flow_box02 .flow_cont01 .right {
    margin: 0;
  }
  .sec05 .flow_box02 .flow_cont09 .cont_title {
    position: relative;
  }
  .sec05 .flow_box02 .flow_cont09 .cont_title .absolute {
    position: absolute;
    bottom: -6.4vw;
    left: 0;
    right: 0;
    font-family: "noto sans jp", sans-serif;
    font-size: 3.4vw;
    letter-spacing: .1em;
    color: #50627C;
  }
  .sec05 .flow_box02 .cont_title:before {
    display: none;
  }
  .sec05 .flow_box02 .flow_cont03 .cont_title:after {
    z-index: -1;
    content: "";
    position: absolute;
    left: -8vw;
    top: -8vw;
    width: 40vw;
    height: 40vw;
    background: url(../images/invisalign/bg_circle.png) center/40vw no-repeat;
  }
  .sec05 .flow_box02 .flow_cont04 .cont_title:after {
    z-index: -1;
    content: "";
    position: absolute;
    left: -8vw;
    top: -8vw;
    width: 40vw;
    height: 40vw;
    background: url(../images/invisalign/bg_circle.png) center/40vw no-repeat;
  }
  .sec05 .flow_box02 .flow_cont05 .cont_title:after {
    z-index: -1;
    content: "";
    position: absolute;
    left: -8vw;
    top: -8vw;
    width: 40vw;
    height: 40vw;
    background: url(../images/invisalign/bg_circle.png) center/40vw no-repeat;
  }
  .sec05 .flow_box02 .flow_cont09 .cont_title:after {
    content: "";
    position: absolute;
    left: 8.7vw;
    bottom: -20vw;
    width: 4vw;
    height: 11.4vw;
    background: url(../images/wire/arrow02.png) center/cover no-repeat;
  }
  .sec05 .flow_box02 .right_list {
    padding: 2.6vw 0 0;
  }
  .sec05 .flow_box02 .right_item {
    position: relative;
    padding: 0 0 0 1em;
    font-size: 4vw;
    line-height: 2;
  }
  .sec05 .flow_box02 .right_item:before {
    content: "・";
    position: absolute;
    left: 0;
    top: 0;
  }
}

.sec06 {
  padding: 100px 0;
}

.sec06 .inner {
  position: relative;
  width: 750px;
  margin: 0 auto;
}

.sec06 .inner .illust01 {
  position: absolute;
  left: 50px;
  top: 0;
  width: 56px;
  height: 112px;
  background: url(../images/wire/leaf09.png) center/cover no-repeat;
}

.sec06 .inner .illust02 {
  position: absolute;
  right: 40px;
  top: -8px;
  width: 89px;
  height: 115px;
  background: url(../images/wire/leaf10.png) center/cover no-repeat;
}

.sec06 .sec_title {
  position: relative;
  width: 410px;
  margin: 0 auto 40px;
  text-align: center;
  letter-spacing: .12em;
}

.sec06 .sec_title .small {
  position: relative;
  z-index: 2;
  display: block;
  padding: 0 0 10px;
  border-bottom: 1px solid #50627c;
  margin: 0 0 10px;
  font-size: 17px;
  font-weight: 600;
}

.sec06 .sec_title .large {
  position: relative;
  z-index: 2;
  font-size: 20px;
  font-weight: 600;
}

.sec06 .contbox {
  position: relative;
  padding: 30px 0;
}

.sec06 .contbox:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 2px;
  background: url(../images/wire/bd_repeat.png) repeat-x;
}

.sec06 .contbox:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 2px;
  background: url(../images/wire/bd_repeat.png) repeat-x;
}

.sec06 .cont {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.sec06 .cont01 {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  margin: 0 0 30px;
}

.sec06 .cont02 {
  margin: 0 0 30px;
}

.sec06 .cont03 {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

.sec06 .cont_image {
  width: 247px;
  min-width: 247px;
  height: 247px;
}

.sec06 .cont01 .cont_image {
  margin: 0 50px 0 0;
}

.sec06 .cont02 .cont_image {
  margin: 0 0 0 50px;
}

.sec06 .cont03 .cont_image {
  margin: 0 50px 0 0;
}

.sec06 .cont01 .textbox {
  position: relative;
  padding: 0 0 40px;
}

.sec06 .cont01 .textbox:before {
  content: "";
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 2px;
  background: url(../images/wire/bd_repeat.png) repeat-x;
}

.sec06 .cont02 .textbox {
  position: relative;
  padding: 0 0 40px;
}

.sec06 .cont02 .textbox:before {
  content: "";
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 2px;
  background: url(../images/wire/bd_repeat.png) repeat-x;
}

.sec06 .cont_title {
  position: relative;
  padding: 0 0 0 50px;
  margin: 0 0 25px;
  font-family: "noto sans jp", sans-serif;
  font-size: 19px;
  letter-spacing: .1em;
  color: #4E6079;
}

.sec06 .cont_title:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 22px;
  height: 26px;
  margin: auto 0;
  background: url(../images/wire/leaf11.png) center/cover no-repeat;
}

.sec06 .cont_text {
  line-height: 2;
}

.sec06 .mechanism {
  padding: 50px 0 0;
}

.sec06 .mechanism .cont_title {
  width: 300px;
  margin: 0 auto 25px;
  text-align: center;
}

.sec06 .mechanism .mechanism_image {
  margin: 0 0 30px;
  text-align: center;
}

.sec06 .mechanism .cont_text {
  width: 600px;
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  .sec06 {
    padding: 13.3vw 5.3vw;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .sec06 .inner {
    position: relative;
    width: 100%;
    margin: 0 auto;
  }
  .sec06 .inner .illust01 {
    position: absolute;
    left: 2.6vw;
    top: -8vw;
    width: 8vw;
    height: 16vw;
    background: url(../images/wire/leaf09.png) center/cover no-repeat;
  }
  .sec06 .inner .illust02 {
    position: absolute;
    right: 2.6vw;
    top: -8vw;
    width: 10.6vw;
    height: 13.6vw;
    background: url(../images/wire/leaf10.png) center/cover no-repeat;
  }
  .sec06 .sec_title {
    position: relative;
    width: 100%;
    margin: 0 auto 8vw;
    text-align: center;
    letter-spacing: .12em;
  }
  .sec06 .sec_title .small {
    position: relative;
    z-index: 2;
    display: block;
    padding: 0 0 2.6vw;
    border-bottom: 1px solid #50627c;
    margin: 0 0 2.6vw;
    font-size: 4.2vw;
    font-weight: 600;
  }
  .sec06 .sec_title .large {
    position: relative;
    z-index: 2;
    font-size: 4.8vw;
    font-weight: 600;
  }
  .sec06 .contbox {
    position: relative;
    padding: 8vw 0;
  }
  .sec06 .contbox:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 2px;
    background: url(../images/wire/bd_repeat.png) repeat-x;
  }
  .sec06 .contbox:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 2px;
    background: url(../images/wire/bd_repeat.png) repeat-x;
  }
  .sec06 .cont {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .sec06 .cont01 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    margin: 0 0 8vw;
  }
  .sec06 .cont02 {
    margin: 0 0 8vw;
  }
  .sec06 .cont03 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .sec06 .cont_image {
    width: 53.3vw;
    min-width: 53.3vw;
    height: 53.3vw;
    margin: 0 auto 5.3vw;
  }
  .sec06 .cont01 .cont_image {
    margin: 0 auto 5.3vw;
  }
  .sec06 .cont02 .cont_image {
    margin: 0 auto 5.3vw;
  }
  .sec06 .cont03 .cont_image {
    margin: 0 auto 5.3vw;
  }
  .sec06 .cont01 .textbox {
    position: relative;
    padding: 0 0 8vw;
  }
  .sec06 .cont01 .textbox:before {
    content: "";
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 2px;
    background: url(../images/wire/bd_repeat.png) repeat-x;
  }
  .sec06 .cont02 .textbox {
    position: relative;
    padding: 0 0 8vw;
  }
  .sec06 .cont02 .textbox:before {
    content: "";
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 2px;
    background: url(../images/wire/bd_repeat.png) repeat-x;
  }
  .sec06 .cont_title {
    position: relative;
    padding: 0 0 0 8vw;
    margin: 0 0 5.3vw;
    font-family: "noto sans jp", sans-serif;
    font-size: 4.2vw;
    letter-spacing: .1em;
    color: #4E6079;
  }
  .sec06 .cont_title:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 22px;
    height: 26px;
    margin: auto 0;
    background: url(../images/wire/leaf11.png) center/cover no-repeat;
  }
  .sec06 .cont_text {
    font-size: 4vw;
    line-height: 2;
  }
  .sec06 .mechanism {
    padding: 8vw 0 0;
  }
  .sec06 .mechanism .cont_title {
    width: auto;
    margin: 0 auto 5.3vw;
    text-align: left;
  }
  .sec06 .mechanism .mechanism_image {
    margin: 0 0 5.3vw;
    text-align: center;
  }
  .sec06 .mechanism .cont_text {
    width: 100%;
    margin: 0 auto;
  }
}

.banner_sec {
  margin: 0 0 80px;
}

.banner_sec .link_banner {
  width: 823px;
  height: 187px;
  margin: 0 auto;
}

.banner_sec a {
  display: block;
  width: 100%;
  height: 100%;
}

@media screen and (max-width: 767px) {
  .banner_sec {
    margin: 0 5.3vw;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .banner_sec .link_banner {
    width: 100%;
    height: auto;
    margin: 0 auto;
  }
  .banner_sec a {
    display: block;
    width: 100%;
    height: 100%;
  }
}

.sec07 {
  padding: 80px 0;
}

.sec07 .sec_title {
  width: 370px;
  padding: 0 0 15px;
  border-bottom: 1px solid #50627c;
  margin: 0 auto 65px;
  font-size: 30px;
  font-weight: 600;
  letter-spacing: .2em;
  text-align: center;
}

.sec07 .sec_title .small {
  font-size: 24px;
  font-weight: 600;
}

.sec07 .list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 800px;
  margin: 0 auto;
}

.sec07 .item {
  width: 237px;
  height: 235px;
  margin: 0 0 20px;
}

.sec07 .item a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: 100%;
  background: url(../images/adult/circle01.png) center/cover no-repeat;
  letter-spacing: .1em;
  font-family: "noto sans jp", sans-serif;
  text-align: center;
}

.sec07 .item img {
  padding: 0 0 0 10px;
}

.sec07 .item:nth-child(2n) a {
  background: url(../images/adult/circle02.png) center/cover no-repeat;
}

.sec07 .item_text {
  font-size: 18px;
}

.sec07 .item:nth-of-type(1) .item_text,
.sec07 .item:nth-of-type(3) .item_text {
  padding: 20px 0 0;
  margin: 0 0 23px;
}

.sec07 .item:nth-of-type(2) .item_text,
.sec07 .item:nth-of-type(4) .item_text,
.sec07 .item:nth-of-type(5) .item_text,
.sec07 .item:nth-of-type(6) .item_text {
  margin: 0 0 20px;
}

.sec07 .item_text02 {
  width: 130px;
  padding: 10px 0 0;
  border-top: 1px solid #50627c;
  margin: 0 auto;
}

@media screen and (max-width: 768px) {
  .sec07 {
    padding: 18.6vw 5.3vw;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .sec07 .sec_title {
    width: 100%;
    padding: 0 0 2.6vw;
    border-bottom: 1px solid #50627c;
    margin: 0 auto 13.3vw;
    font-size: 5.3vw;
    font-weight: 600;
    letter-spacing: .2em;
    text-align: center;
  }
  .sec07 .sec_title .small {
    font-size: 4vw;
    font-weight: 600;
  }
  .sec07 .list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 100%;
    margin: 0 auto;
  }
  .sec07 .item {
    width: 42.1vw;
    height: 41.7vw;
    margin: 0 0 8vw;
  }
  .sec07 .item a {
    position: relative;
    display: block;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 100%;
    height: 100%;
    background: url(../images/adult/circle01.png) center/cover no-repeat;
    letter-spacing: .1em;
    font-family: "noto sans jp", sans-serif;
    text-align: center;
  }
  .sec07 .item img {
    position: absolute;
    right: 8vw;
    bottom: 7.5vw;
    width: 4vw;
    height: 4vw;
    padding: 0;
  }
  .sec07 .item:nth-child(2n) a {
    background: url(../images/adult/circle02.png) center/cover no-repeat;
  }
  .sec07 .item_text {
    font-size: 3.7vw;
  }
  .sec07 .item:nth-of-type(1) .item_text,
  .sec07 .item:nth-of-type(3) .item_text {
    padding: 8vw 0 0;
    margin: 0 0 2.6vw;
  }
  .sec07 .item:nth-of-type(2) .item_text,
  .sec07 .item:nth-of-type(4) .item_text,
  .sec07 .item:nth-of-type(5) .item_text,
  .sec07 .item:nth-of-type(6) .item_text {
    padding: 8vw 0 0;
    margin: 0 0 2.6vw;
  }
  .sec07 .item_text02 {
    width: 28vw;
    padding: 2.6vw 4.6vw 0 0;
    border-top: 1px solid #50627c;
    margin: 0 auto;
    font-size: 3.7vw;
  }
}

.sec08 {
  padding: 80px 0;
  background: #F9EEED;
  letter-spacing: .1em;
}

.sec08 .inner {
  position: relative;
  width: 1024px;
  margin: 0 auto;
}

.sec08 .inner .illust01 {
  position: absolute;
  left: 55px;
  top: 90px;
  width: 52px;
  height: 84px;
  background: url(../images/adult/leaf03.png) center/cover no-repeat;
}

.sec08 .inner .illust02 {
  position: absolute;
  right: 36px;
  top: -20px;
  width: 78px;
  height: 66px;
  background: url(../images/adult/leaf04.png) center/cover no-repeat;
}

.sec08 .inner .illust03 {
  position: absolute;
  right: 128px;
  top: 100px;
  width: 61px;
  height: 86px;
  background: url(../images/adult/leaf05.png) center/cover no-repeat;
}

.sec08 .sec_title {
  margin: 0 0 30px;
  font-size: 30px;
  letter-spacing: .12em;
  text-align: center;
}

.sec08 .sec_text {
  width: 590px;
  margin: 0 auto 55px;
  line-height: 2;
}

.sec08 .list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 920px;
  margin: 0 auto;
}

.sec08 .item {
  position: relative;
  width: 290px;
  height: 450px;
  background: #fff;
  font-family: "noto sans jp", sans-serif;
}

.sec08 .item:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 95%;
  height: 95%;
  background: transparent;
  border: 1px solid #50627c;
  margin: auto;
}

.sec08 .item a {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
}

.sec08 .item:nth-of-type(1),
.sec08 .item:nth-of-type(3),
.sec08 .item:nth-of-type(3) {
  margin: 0 0 30px;
}

.sec08 .item_title {
  font-size: 20px;
  text-align: center;
}

.sec08 .item_title .small {
  font-size: 16px;
}

.sec08 .item_illust {
  text-align: center;
}

.sec08 .item_text {
  padding: 0 40px;
  line-height: 2;
}

.sec08 .item_text02 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.sec08 .item:nth-of-type(1) .item_title {
  padding: 30px 0 0;
  margin: 0 0 20px;
}

.sec08 .item:nth-of-type(1) .item_illust {
  margin: 0 0 20px;
}

.sec08 .item:nth-of-type(1) .item_text {
  margin: 0 0 20px;
}

.sec08 .item:nth-of-type(1) .item_text02 {
  width: 242px;
  padding: 14px 0 0 20px;
  border-top: 1px solid #50627c;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.sec08 .item:nth-of-type(2) .item_title {
  padding: 30px 0 0;
  margin: 0 0 20px;
}

.sec08 .item:nth-of-type(2) .item_illust {
  margin: 0 0 20px;
}

.sec08 .item:nth-of-type(2) .item_text {
  margin: 0 0 20px;
}

.sec08 .item:nth-of-type(2) .item_text02 {
  width: 242px;
  padding: 14px 0 0 20px;
  border-top: 1px solid #50627c;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.sec08 .item:nth-of-type(3) .item_title {
  padding: 30px 0 0;
  margin: 0 0 20px;
}

.sec08 .item:nth-of-type(3) .item_illust {
  margin: 0 0 20px;
}

.sec08 .item:nth-of-type(3) .item_text {
  margin: 0 0 37px;
}

.sec08 .item:nth-of-type(3) .item_text02 {
  width: 242px;
  padding: 14px 0 0 20px;
  border-top: 1px solid #50627c;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.sec08 .item:nth-of-type(4) .item_title {
  padding: 25px 0 0;
  margin: 0 0 20px;
}

.sec08 .item:nth-of-type(4) .item_illust {
  margin: 0 0 40px;
}

.sec08 .item:nth-of-type(4) .item_text {
  margin: 0 0 43px;
}

.sec08 .item:nth-of-type(4) .item_text02 {
  width: 242px;
  padding: 14px 0 0 20px;
  border-top: 1px solid #50627c;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.sec08 .item:nth-of-type(5) .item_title {
  padding: 25px 0 0;
  margin: 0 0 20px;
}

.sec08 .item:nth-of-type(5) .item_illust {
  margin: 0 0 10px;
}

.sec08 .item:nth-of-type(5) .item_text {
  margin: 0 0 10px;
}

.sec08 .item:nth-of-type(5) .item_text02 {
  width: 242px;
  padding: 14px 0 0 20px;
  border-top: 1px solid #50627c;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.sec08 .item:nth-of-type(6) .item_title {
  padding: 25px 0 0;
  margin: 0 0 20px;
}

.sec08 .item:nth-of-type(6) .item_illust {
  margin: 0 0 40px;
}

.sec08 .item:nth-of-type(6) .item_text {
  margin: 0 0 43px;
}

.sec08 .item:nth-of-type(6) .item_text02 {
  width: 242px;
  padding: 14px 0 0 20px;
  border-top: 1px solid #50627c;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

@media screen and (max-width: 768px) {
  .sec08 {
    padding: 13.3vw 5.3vw;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    letter-spacing: .1em;
  }
  .sec08 .inner {
    position: relative;
    width: 100%;
    margin: 0 auto;
  }
  .sec08 .inner .illust01 {
    position: absolute;
    left: 2.6vw;
    top: -8vw;
    width: 8vw;
    height: 12.9vw;
    background: url(../images/adult/leaf03.png) center/cover no-repeat;
  }
  .sec08 .inner .illust02 {
    position: absolute;
    right: 1.3vw;
    top: -5.3vw;
    width: 10.6vw;
    height: 8.9vw;
    background: url(../images/adult/leaf04.png) center/cover no-repeat;
  }
  .sec08 .inner .illust03 {
    position: absolute;
    right: 1.3vw;
    top: 16vw;
    width: 8vw;
    height: 11.2vw;
    background: url(../images/adult/leaf05.png) center/cover no-repeat;
  }
  .sec08 .sec_title {
    margin: 0 0 13.3vw;
    font-size: 5.3vw;
    letter-spacing: .12em;
    text-align: center;
  }
  .sec08 .sec_text {
    width: 100%;
    margin: 0 auto 13.3vw;
    font-size: 4vw;
    line-height: 2;
  }
  .sec08 .list {
    display: block;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 100%;
    margin: 0 auto;
  }
  .sec08 .item {
    position: relative;
    width: 100%;
    height: auto;
    padding: 5.3vw;
    margin: 0 auto 8vw;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    background: #fff;
    font-family: "noto sans jp", sans-serif;
  }
  .sec08 .item:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 95%;
    height: 95%;
    background: transparent;
    border: 1px solid #50627c;
    margin: auto;
  }
  .sec08 .item a {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
  }
  .sec08 .item_title {
    font-size: 4.8vw;
    text-align: center;
  }
  .sec08 .item_title .small {
    font-size: 4.2vw;
  }
  .sec08 .item_illust {
    text-align: center;
  }
  .sec08 .item_text {
    padding: 0 2.6vw;
    font-size: 4.2vw;
    line-height: 2;
    text-align: justify;
    text-justify: distribute;
  }
  .sec08 .item_text02 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-size: 4.2vw;
  }
  .sec08 .item:nth-of-type(1) .item_title {
    padding: 0;
    margin: 0 0 5.3vw;
  }
  .sec08 .item:nth-of-type(1) .item_illust {
    width: 43.7vw;
    margin: 0 auto 5.3vw;
  }
  .sec08 .item:nth-of-type(1) .item_illust img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
       object-fit: contain;
  }
  .sec08 .item:nth-of-type(1) .item_text {
    margin: 0 0 2.6vw;
  }
  .sec08 .item:nth-of-type(1) .item_text02 {
    width: 100%;
    padding: 2.6vw 2.6vw 0 2.6vw;
    border-top: 1px solid #50627c;
    margin: 0 auto;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .sec08 .item:nth-of-type(2) .item_title {
    padding: 0;
    margin: 0 0 5.3vw;
  }
  .sec08 .item:nth-of-type(2) .item_illust {
    width: 38.6vw;
    margin: 0 auto 5.3vw;
  }
  .sec08 .item:nth-of-type(2) .item_illust img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
       object-fit: contain;
  }
  .sec08 .item:nth-of-type(2) .item_text {
    margin: 0 0 2.6vw;
  }
  .sec08 .item:nth-of-type(2) .item_text02 {
    width: 100%;
    padding: 2.6vw 2.6vw 0 2.6vw;
    border-top: 1px solid #50627c;
    margin: 0 auto;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .sec08 .item:nth-of-type(3) .item_title {
    padding: 0;
    margin: 0 0 5.3vw;
  }
  .sec08 .item:nth-of-type(3) .item_illust {
    width: 40.2vw;
    margin: 0 auto 5.3vw;
  }
  .sec08 .item:nth-of-type(3) .item_illust img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
       object-fit: contain;
  }
  .sec08 .item:nth-of-type(3) .item_text {
    margin: 0 0 2.6vw;
  }
  .sec08 .item:nth-of-type(3) .item_text02 {
    width: 100%;
    padding: 2.6vw 2.6vw 0 2.6vw;
    border-top: 1px solid #50627c;
    margin: 0 auto;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .sec08 .item:nth-of-type(4) .item_title {
    padding: 0;
    margin: 0 0 5.3vw;
  }
  .sec08 .item:nth-of-type(4) .item_illust {
    width: 45.8vw;
    margin: 0 auto 5.3vw;
  }
  .sec08 .item:nth-of-type(4) .item_illust img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
       object-fit: contain;
  }
  .sec08 .item:nth-of-type(4) .item_text {
    margin: 0 0 2.6vw;
  }
  .sec08 .item:nth-of-type(4) .item_text02 {
    width: 100%;
    padding: 2.6vw 2.6vw 0 2.6vw;
    border-top: 1px solid #50627c;
    margin: 0 auto;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .sec08 .item:nth-of-type(5) .item_title {
    padding: 0;
    margin: 0 0 5.3vw;
  }
  .sec08 .item:nth-of-type(5) .item_illust {
    width: 40.2vw;
    margin: 0 auto 5.3vw;
  }
  .sec08 .item:nth-of-type(5) .item_illust img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
       object-fit: contain;
  }
  .sec08 .item:nth-of-type(5) .item_text {
    margin: 0 0 2.6vw;
  }
  .sec08 .item:nth-of-type(5) .item_text02 {
    width: 100%;
    padding: 2.6vw 2.6vw 0 2.6vw;
    border-top: 1px solid #50627c;
    margin: 0 auto;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .sec08 .item:nth-of-type(6) .item_title {
    padding: 0;
    margin: 0 0 5.3vw;
  }
  .sec08 .item:nth-of-type(6) .item_illust {
    width: 40vw;
    margin: 0 auto 5.3vw;
  }
  .sec08 .item:nth-of-type(6) .item_illust img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
       object-fit: contain;
  }
  .sec08 .item:nth-of-type(6) .item_text {
    margin: 0 0 2.6vw;
  }
  .sec08 .item:nth-of-type(6) .item_text02 {
    width: 100%;
    padding: 2.6vw 2.6vw 0 2.6vw;
    border-top: 1px solid #50627c;
    margin: 0 auto;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}
/*# sourceMappingURL=invisalign.css.map */