@charset "UTF-8";
body {
  font-family: "Noto Sans JP", sans-serif;
}

#btn_purchase {
  width: 138px;
  position: fixed;
  bottom: 2%;
  left: 2%;
  z-index: 1000;
}

.main {
  position: relative;
}
.main .kv {
  width: 760px;
  position: absolute;
  right: 0;
  top: 0;
}
.main h1 {
  width: 18.6%;
  position: absolute;
  left: 13.7%;
  top: 16.7%;
  z-index: 1000;
}
.main .bg {
  width: 614px;
  height: 180px;
  position: absolute;
  left: 0;
  bottom: 0;
}
.main .bg img {
  position: absolute;
  left: 0;
  top: 0;
}
.main .bg h2 {
  font-size: 36px;
  font-weight: 200;
  letter-spacing: 0.26em;
  position: absolute;
  left: 136px;
  top: 45px;
}
.main .bg h3 {
  font-size: 18px;
  letter-spacing: 0.2em;
  position: absolute;
  left: 136px;
  top: 96px;
}

.guide_navi {
  position: relative;
}
.guide_navi ul {
  font-family: "Noto Serif JP", serif;
  font-weight: 700;
  position: absolute;
  left: 300px;
  top: 115px;
  margin: 0 auto;
}
.guide_navi ul li {
  margin: 0 30px;
  letter-spacing: 0.05em;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: inline-block;
}
.guide_navi ul li a {
  display: block;
  padding-right: 26px;
  position: relative;
}
.guide_navi ul li a:hover img {
  top: 10px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.guide_navi ul li a img {
  position: absolute;
  right: 0;
  top: 5px;
}
.guide_navi .mirable-zero-logo {
  width: 324px;
  position: absolute;
  left: 488px;
  top: 243px;
}

.feature {
  position: relative;
}
.feature .bg {
  width: 988px;
  position: absolute;
  right: 0;
  top: 0;
}
.feature .bd {
  width: 12px;
  position: absolute;
  left: 115px;
  top: 0;
}
.feature .text {
  width: 500px;
  position: absolute;
  left: 200px;
  top: 304px;
  text-align: left;
}
.feature .text h2 {
  font-size: 39px;
  line-height: 1.65em;
  letter-spacing: 0.2em;
}
.feature .text h2 span {
  position: relative;
}
.feature .text h2 span::before {
  content: "";
  position: absolute;
  top: 0;
  right: 50%;
  -webkit-transform: translateX(50%);
          transform: translateX(50%);
  width: 6px;
  height: 6px;
  border-radius: 100%;
  background-color: #1d3348;
}
.feature .text p {
  font-size: 13px;
  width: 430px;
  margin-top: 30px;
  letter-spacing: 0.1em;
  line-height: 2.46em;
}
.feature .movie {
  width: 462px;
  position: absolute;
  left: 700px;
  top: 318px;
  background-color: #fff;
}

/* イメージ画像 1 */
.space-image-1 {
  position: relative;
}
.space-image-1 .image-1 {
  width: 650px;
  float: left;
}
.space-image-1 .image-2 {
  width: 650px;
  float: right;
  margin-top: 74px;
}

/* アプローチ */
.approache {
  position: relative;
}
.approache .bd {
  width: 12px;
  position: absolute;
  right: 100px;
  top: 62px;
}
.approache .text {
  width: 660px;
  position: absolute;
  left: 320px;
  top: 75px;
  text-align: center;
}
.approache .text h2 {
  font-size: 33px;
  line-height: 1.69em;
  letter-spacing: 0.2em;
}
.approache .text p {
  font-size: 13px;
  margin-top: 25px;
  letter-spacing: 0.1em;
  line-height: 2em;
}
.approache .movie {
  position: absolute;
  top: 320px;
  left: 320px;
  width: 660px;
}

/* アプローチ 01 */
.approache-01 {
  position: relative;
}
.approache-01 .bg {
  width: 938px;
  position: absolute;
  left: 0;
  top: 108px;
  z-index: -1;
}
.approache-01 .mode_no {
  position: absolute;
  left: 220px;
  top: 20px;
  z-index: 1;
  font-family: "Noto Serif JP", serif;
  font-size: 26px;
  letter-spacing: 0.1em;
  line-height: 1;
}
.approache-01 .mode_no span {
  display: block;
  font-size: 80px;
  font-weight: 600;
}
.approache-01 .image {
  position: absolute;
  left: 242px;
  top: 0;
}
.approache-01 .text {
  width: 48.2%;
  position: absolute;
  left: 47.4615384615%;
  top: 5.3846153846%;
  text-align: left;
}
.approache-01 .text h2 {
  font-size: 33px;
  line-height: 1.55em;
  letter-spacing: 0.2em;
}
.approache-01 .text h2 span {
  display: block;
  font-size: 20px;
  line-height: 1.55em;
  letter-spacing: 0.2em;
}
.approache-01 .text p {
  width: 450px;
  font-size: 13px;
  margin-top: 20px;
  letter-spacing: 0.1em;
  line-height: 1.92em;
}
.approache-01 .box {
  position: absolute;
  top: 363px;
  left: 200px;
  width: 900px;
  background-color: #fff;
  padding: 30px 20px;
}
.approache-01 .box h3 {
  font-size: 28px;
  letter-spacing: 0.2em;
  border-bottom: 1px dotted #1d3348;
  margin-bottom: 20px;
  padding-bottom: 5px;
}
.approache-01 .box p {
  font-size: 13px;
  letter-spacing: 0.1em;
  line-height: 1.92em;
}
.approache-01 .box p.note {
  font-size: 11px;
  letter-spacing: 0.1em;
  line-height: 1.8em;
  text-align: left;
}
.approache-01 .box .row_wrap {
  width: 860px;
  margin-top: 30px;
}
.approache-01 .box .row_wrap .left {
  float: left;
  width: 410px;
}
.approache-01 .box .row_wrap .right {
  float: right;
  width: 410px;
}

/* アプローチ 02 */
.approache-02 {
  position: relative;
}
.approache-02 .bg {
  width: 938px;
  position: absolute;
  right: 0;
  top: 108px;
  z-index: -1;
}
.approache-02 .mode_no {
  position: absolute;
  right: 220px;
  top: 20px;
  z-index: 1;
  font-family: "Noto Serif JP", serif;
  font-size: 26px;
  letter-spacing: 0.1em;
  line-height: 1;
}
.approache-02 .mode_no span {
  display: block;
  font-size: 80px;
  font-weight: 600;
}
.approache-02 .image {
  position: absolute;
  right: 242px;
  top: 0;
}
.approache-02 .text {
  width: 48.2%;
  position: absolute;
  left: 18.4615384615%;
  top: 5.3846153846%;
  text-align: left;
}
.approache-02 .text h2 {
  font-size: 33px;
  line-height: 1.55em;
  letter-spacing: 0.2em;
}
.approache-02 .text h2 span {
  display: block;
  font-size: 20px;
  line-height: 1.55em;
  letter-spacing: 0.2em;
}
.approache-02 .text p {
  width: 450px;
  font-size: 13px;
  margin-top: 20px;
  letter-spacing: 0.1em;
  line-height: 1.92em;
}
.approache-02 .box {
  position: absolute;
  top: 363px;
  left: 200px;
  width: 900px;
  background-color: #fff;
  padding: 30px 20px;
}
.approache-02 .box h3 {
  font-size: 28px;
  letter-spacing: 0.2em;
  border-bottom: 1px dotted #1d3348;
  margin-bottom: 20px;
  padding-bottom: 5px;
}
.approache-02 .box p {
  font-size: 13px;
  letter-spacing: 0.1em;
  line-height: 1.92em;
}
.approache-02 .box p.note {
  font-size: 11px;
  letter-spacing: 0.1em;
  line-height: 1.8em;
  text-align: left;
}
.approache-02 .box .row_wrap {
  width: 860px;
  margin-top: 30px;
}
.approache-02 .box .row_wrap .left {
  float: left;
  width: 410px;
}
.approache-02 .box .row_wrap .right {
  float: right;
  width: 410px;
}

/* アプローチ 03 */
.approache-03 {
  position: relative;
}
.approache-03 .bg {
  width: 938px;
  position: absolute;
  left: 0;
  top: 108px;
  z-index: -1;
}
.approache-03 .mode_no {
  position: absolute;
  left: 220px;
  top: 20px;
  z-index: 1;
  font-family: "Noto Serif JP", serif;
  font-size: 26px;
  letter-spacing: 0.1em;
  line-height: 1;
}
.approache-03 .mode_no span {
  display: block;
  font-size: 80px;
  font-weight: 600;
}
.approache-03 .image {
  position: absolute;
  left: 242px;
  top: 0;
}
.approache-03 .text {
  width: 48.2%;
  position: absolute;
  left: 47.4615384615%;
  top: 5.3846153846%;
  text-align: left;
}
.approache-03 .text h2 {
  font-size: 33px;
  line-height: 1.55em;
  letter-spacing: 0.2em;
}
.approache-03 .text h2 span {
  display: block;
  font-size: 20px;
  line-height: 1.55em;
  letter-spacing: 0.2em;
}
.approache-03 .text p {
  width: 450px;
  font-size: 13px;
  margin-top: 20px;
  letter-spacing: 0.1em;
  line-height: 1.92em;
}
.approache-03 .box {
  position: absolute;
  top: 363px;
  left: 200px;
  width: 900px;
  background-color: #fff;
  padding: 30px 20px;
}
.approache-03 .box h3 {
  font-size: 28px;
  letter-spacing: 0.2em;
  border-bottom: 1px dotted #1d3348;
  margin-bottom: 20px;
  padding-bottom: 5px;
}
.approache-03 .box p {
  font-size: 13px;
  letter-spacing: 0.1em;
  line-height: 1.92em;
}
.approache-03 .box p.note {
  font-size: 11px;
  letter-spacing: 0.05em;
  line-height: 1.8em;
  text-align: left;
}
.approache-03 .box .row_wrap {
  width: 860px;
  margin-top: 30px;
}
.approache-03 .box .row_wrap .left {
  float: left;
  width: 410px;
}
.approache-03 .box .row_wrap .left img {
  border: 1px solid #929292;
}
.approache-03 .box .row_wrap .right {
  float: right;
  width: 410px;
}

/* アプローチ 04 */
.approache-04 h2 {
  font-size: 33px;
  letter-spacing: 0.2em;
}
.approache-04 .text p {
  font-size: 13px;
  letter-spacing: 0.1em;
  line-height: 1.92em;
  margin-top: 30px;
}
.approache-04 .box {
  width: 880px;
  margin: 0 auto;
}
.approache-04 .box .row_wrap {
  width: 880px;
  margin-top: 45px;
}
.approache-04 .box .row_wrap .left {
  float: left;
  width: 370px;
}
.approache-04 .box .row_wrap .right {
  float: right;
  width: 470px;
}
.approache-04 .box .btn {
  display: block;
  margin: 50px auto 0;
  padding: 17px 0;
  width: 368px;
  border: 1px solid #92979b;
  color: #1d3348;
  text-align: center;
  font-weight: 400;
  font-size: 14px;
}

/* アプローチ 05 */
.approache-05 {
  position: relative;
}
.approache-05 .bg {
  width: 850px;
  position: absolute;
  left: 225px;
  top: 478px;
}
.approache-05 .carousel {
  position: absolute;
  width: 1000px;
  height: 400px;
  left: 150px;
  top: 144px;
  pointer-events: all;
}
.approache-05 .carousel .owl-carousel {
  overflow: hidden;
}
.approache-05 .carousel .owl-carousel .slide-3 {
  position: relative;
}
.approache-05 .carousel .slide {
  width: 600px;
  margin-left: 34px;
}
.approache-05 .carousel .slide .text {
  width: 100%;
  text-align: center;
  margin-top: 2em;
}
.approache-05 .carousel .slide .text h2 {
  font-size: 30px;
  letter-spacing: 0.1em;
  text-align: center;
}
.approache-05 .carousel .slide .text p {
  width: 85%;
  font-size: 14px;
  margin: 15px auto 0;
  line-height: 2em;
  text-align: left;
}
.approache-05 .carousel .slide .text p a {
  text-decoration: underline;
}
.approache-05 .carousel .slide .text p a:hover {
  text-decoration: none;
}
.approache-05 .carousel .slide .text ul {
  color: #1d3348;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
  margin: 15px auto 0;
  line-height: 2em;
  text-align: left;
}
.approache-05 .carousel .slide .text ul li {
  display: inline-block;
  margin-right: 15px;
}
.approache-05 .carousel .customPrevBtn {
  position: absolute;
  width: 11px;
  left: 160px;
  top: 174px;
  cursor: pointer;
}
.approache-05 .carousel .customNextBtn {
  position: absolute;
  width: 11px;
  right: 160px;
  top: 174px;
  cursor: pointer;
}
.approache-05 .carousel .customPrevBtn-Hit {
  position: absolute;
  width: 11px;
  left: 160px;
  top: 174px;
  cursor: pointer;
  opacity: 0.01;
  z-index: 100;
}
.approache-05 .carousel .customNextBtn-Hit {
  position: absolute;
  width: 11px;
  right: 160px;
  top: 174px;
  cursor: pointer;
  opacity: 0.01;
  z-index: 100;
}

/* アプローチ 06 */
.approache-06 {
  position: relative;
}
.approache-06 .bg {
  width: 938px;
  position: absolute;
  right: 0;
  top: 108px;
  z-index: -1;
}
.approache-06 .image {
  position: absolute;
  left: 0;
  top: 0;
}
.approache-06 .text {
  width: 48.2%;
  position: absolute;
  left: 56.1538461538%;
  top: 7.6923076923%;
  text-align: left;
}
.approache-06 .text h2 {
  font-size: 33px;
  line-height: 1.55em;
  letter-spacing: 0.2em;
}
.approache-06 .box {
  position: absolute;
  top: 344px;
  left: 220px;
  width: 900px;
  background-color: #fff;
  margin: 0 auto;
  padding: 30px 20px;
}
.approache-06 .box h3 {
  font-size: 24px;
  letter-spacing: 0.1em;
  text-align: left;
  margin-bottom: 10px;
}
.approache-06 .box p {
  font-size: 13px;
  letter-spacing: 0.1em;
  line-height: 1.92em;
  text-align: left;
  margin-bottom: 20px;
}
.approache-06 .box p.note {
  font-size: 11px;
  letter-spacing: 0.1em;
  line-height: 1.8em;
  margin-bottom: 0;
}
.approache-06 .box .row_wrap {
  width: 860px;
}
.approache-06 .box .row_wrap:not(:last-child) {
  margin-bottom: 70px;
}
.approache-06 .box .row_wrap .left {
  float: left;
  width: 410px;
}
.approache-06 .box .row_wrap .right {
  float: right;
  width: 410px;
}
.approache-06 .cert_box {
  position: absolute;
  top: 1435px;
  left: 220px;
  width: 860px;
  margin: 0 auto 60px;
  border: 1px solid #929292;
}
.approache-06 .cert_box_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 25px 50px;
}
.approache-06 .cert_box .cert_img {
  width: 60px;
  height: 94px;
  margin: 0 30px 0 0;
}
.approache-06 .cert_box p {
  font-size: 13px;
  text-align: left;
  line-height: 1.9em;
  width: calc(100% - 60px - 30px);
}
.approache-06 .cert_box p em {
  font-style: normal;
  font-weight: 700;
  text-decoration: underline;
}
.approache-06 .cert_box p span {
  display: block;
  font-size: 11px;
  line-height: 1.8em;
  margin-top: 15px;
}
.approache-06 .value_box {
  position: absolute;
  top: 1687px;
  left: 220px;
  width: 860px;
  margin: 0 auto;
}
.approache-06 .value_box h3 {
  font-size: 24px;
  letter-spacing: 0.1em;
  text-align: left;
  margin-bottom: 30px;
}
.approache-06 .value_box dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: left;
  letter-spacing: 0.1em;
  border-bottom: 1px solid #929292;
  margin-bottom: 15px;
  padding: 0 10px 5px;
}
.approache-06 .value_box dl dt {
  font-size: 14px;
  font-weight: 700;
  width: 15em;
  margin-right: 70px;
}
.approache-06 .value_box dl dd {
  font-size: 13px;
}
.approache-06 .value_box ul {
  font-size: 11px;
  letter-spacing: 0.1em;
  text-align: left;
}

/* CM */
.cm-01 {
  position: relative;
  background-color: #f0fafc;
  margin-bottom: 150px;
  padding: 60px 0 80px;
}
.cm-01 .bd {
  width: 12px;
  position: absolute;
  left: 105px;
  top: -15px;
}
.cm-01 h2 {
  font-size: 40px;
  line-height: 1em;
  letter-spacing: 0.2em;
}
.cm-01 .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 965px;
  margin: 50px auto 0;
}
.cm-01 .row .movie {
  margin: 0;
}
.cm-01 .row figcaption {
  color: #1d3348;
  font-size: 14px;
  letter-spacing: 0.1em;
  margin-top: 10px;
}

/* ANDMORE 01 */
.andomore-01 {
  position: relative;
}
.andomore-01 .bg {
  width: 963px;
  position: absolute;
  left: 0;
  top: 164px;
  z-index: -1;
}
.andomore-01 .bd {
  width: 12px;
  position: absolute;
  right: 100px;
  top: -35px;
}
.andomore-01 .icon {
  width: 86px;
  position: absolute;
  left: 1066px;
  top: 0%;
}
.andomore-01 .image {
  width: 36.3%;
  position: absolute;
  left: 11.8%;
  top: 1.7%;
}
.andomore-01 .bt {
  width: 385px;
  height: auto;
  position: absolute;
  left: 193px;
  top: 314px;
}
.andomore-01 .text {
  width: 48.2%;
  position: absolute;
  left: 54.5%;
  top: 12%;
  text-align: left;
}
.andomore-01 .text h2 {
  font-size: 33px;
  line-height: 1.55em;
  letter-spacing: 0.2em;
}
.andomore-01 .text p {
  width: 90%;
  font-size: 14px;
  margin-top: 23px;
  letter-spacing: 0.025em;
  line-height: 2.5em;
  padding-left: 1em;
}
.andomore-01 .bt-2 {
  width: 478px;
  position: absolute;
  left: 711px;
  top: 428px;
}

/* ANDMORE 02 */
.andomore-02 {
  position: relative;
}
.andomore-02 .icon {
  width: 90px;
  position: absolute;
  left: 120px;
  top: 138px;
}
.andomore-02 .bg {
  width: 963px;
  position: absolute;
  right: 0;
  top: 0;
  z-index: -1;
}
.andomore-02 .graph {
  width: 556px;
  position: absolute;
  left: 610px;
  top: 145px;
}
.andomore-02 .text {
  width: 500px;
  position: absolute;
  left: 122px;
  top: 260px;
  text-align: left;
}
.andomore-02 .text h2 {
  font-size: 33px;
  letter-spacing: 0.21em;
}
.andomore-02 .text p {
  width: 85%;
  font-size: 14px;
  margin-top: 40px;
  padding-left: 15px;
  line-height: 2.25em;
}
.andomore-02 .text p .link_external {
  text-decoration: underline;
}
.andomore-02 .text p .link_external::after {
  display: inline-block;
  content: "";
  width: 12px;
  height: 9px;
  background: url("../images/icn_link.svg") no-repeat;
  background-size: cover;
  margin: 0 0 0 3px;
}
.andomore-02 .text p .link_external:hover {
  text-decoration: none;
}

@media screen and (max-width: 640px) {
  #btn_purchase {
    width: 70px;
  }
  .main .kv {
    width: 100%;
    position: relative;
  }
  .main h1 {
    width: 29.6%;
    position: absolute;
    left: 5.8%;
    top: -16.5vw;
  }
  .main .bg {
    width: 60.8%;
    height: auto;
    position: absolute;
    left: 0;
    top: 87.5%;
    z-index: 1;
  }
  .main .bg h2 {
    font-size: 5.9vw;
    left: 8.7%;
    top: 20%;
    letter-spacing: 0;
  }
  .main .bg h3 {
    font-size: 3vw;
    left: 8.7%;
    top: 90%;
  }
  .guide_navi ul {
    display: none;
  }
  .guide_navi .mirable-zero-logo {
    position: relative;
    left: auto;
    right: auto;
    top: auto;
    bottom: auto;
    width: 53.3333333333vw;
    margin: 90px auto 55px;
  }
  .feature .bg {
    width: 80%;
    position: absolute;
  }
  .feature .bd {
    width: 3.2%;
    left: 4.5%;
  }
  .feature .text {
    width: 82%;
    margin: 0 auto;
    position: relative;
    left: auto;
    right: auto;
    top: auto;
    bottom: auto;
    margin-bottom: 1em;
  }
  .feature .text h2 {
    font-size: 6.5vw;
    line-height: 1.65em;
    letter-spacing: 0.2em;
    padding-top: 6.3em;
  }
  .feature .text h2 span::before {
    width: 4px;
    height: 4px;
  }
  .feature .text p {
    font-size: 3.5vw;
    width: 100%;
    margin-top: 0.5em;
    line-height: 2.7em;
  }
  .feature .text .movie {
    width: 80%;
    margin: 3em auto 0;
    position: relative;
    left: auto;
    right: auto;
    top: auto;
    bottom: auto;
  }
  /* イメージ画像 1 */
  .space-image-1 {
    position: relative;
    margin: 80px auto;
  }
  .space-image-1 .image-1 {
    width: 74.6%;
    position: relative;
    left: auto;
    right: auto;
    top: auto;
    bottom: auto;
  }
  .space-image-1 .image-2 {
    width: 74.6%;
    position: relative;
    left: auto;
    right: auto;
    top: auto;
    bottom: auto;
    margin: 0;
  }
  /* アプローチ */
  .approache {
    margin-bottom: 70px;
  }
  .approache .bd {
    width: 3.2%;
    position: absolute;
    right: 4.5%;
    top: 0;
  }
  .approache .text {
    width: 80%;
    margin: 0 auto;
    position: relative;
    left: auto;
    right: auto;
    top: auto;
    bottom: auto;
    margin-bottom: 1em;
  }
  .approache .text h2 {
    font-size: 5.2vw;
    line-height: 1.65em;
    letter-spacing: 0.2em;
    padding-top: 0em;
    margin-bottom: 1em;
  }
  .approache .text p {
    font-size: 3.5vw;
    margin-top: 0.1em;
    line-height: 2em;
    text-align: left;
  }
  .approache .movie {
    position: relative;
    top: auto;
    left: auto;
    width: 80%;
    margin: 0 auto;
  }
  /* アプローチ 01 */
  .approache-01 {
    margin-bottom: 100px;
  }
  .approache-01 .bg {
    width: 50%;
    top: 164px;
  }
  .approache-01 .mode_no {
    left: 10.6666666667vw;
    top: 4vw;
    font-size: 5.3333333333vw;
  }
  .approache-01 .mode_no span {
    font-size: 16.8vw;
  }
  .approache-01 .image {
    position: relative;
    left: auto;
    top: auto;
    width: 72vw;
    margin: 0 auto 40px;
  }
  .approache-01 .text {
    width: 80%;
    position: relative;
    left: auto;
    top: auto;
    margin: 0 auto;
  }
  .approache-01 .text h2 {
    font-size: 5.3333333333vw;
    text-align: center;
  }
  .approache-01 .text h2 span {
    font-size: 3.7333333333vw;
  }
  .approache-01 .text p {
    width: 100%;
    font-size: 3.4666666667vw;
    margin-top: 10px;
  }
  .approache-01 .box {
    position: relative;
    top: auto;
    left: auto;
    width: 80%;
    margin: 0 auto;
    padding: 30px 0 0;
  }
  .approache-01 .box h3 {
    font-size: 4.8vw;
    margin-bottom: 20px;
    padding-bottom: 5px;
  }
  .approache-01 .box p {
    font-size: 3.4666666667vw;
    text-align: left;
  }
  .approache-01 .box p.note {
    font-size: 2.9333333333vw;
  }
  .approache-01 .box .row_wrap {
    width: 100%;
    margin-top: 30px;
  }
  .approache-01 .box .row_wrap .left {
    float: none;
    width: 100%;
    margin-bottom: 30px;
  }
  .approache-01 .box .row_wrap .right {
    float: none;
    width: 100%;
  }
  /* アプローチ 02 */
  .approache-02 {
    margin-bottom: 100px;
  }
  .approache-02 .bg {
    width: 50%;
    top: 164px;
  }
  .approache-02 .mode_no {
    right: 10.6666666667vw;
    top: 4vw;
    font-size: 5.3333333333vw;
  }
  .approache-02 .mode_no span {
    font-size: 16.8vw;
  }
  .approache-02 .image {
    position: relative;
    right: auto;
    top: auto;
    width: 72vw;
    margin: 0 auto 40px;
  }
  .approache-02 .text {
    width: 80%;
    position: relative;
    left: auto;
    top: auto;
    margin: 0 auto;
  }
  .approache-02 .text h2 {
    font-size: 5.3333333333vw;
    text-align: center;
  }
  .approache-02 .text h2 span {
    font-size: 3.7333333333vw;
  }
  .approache-02 .text p {
    width: 100%;
    font-size: 3.4666666667vw;
    margin-top: 10px;
  }
  .approache-02 .box {
    position: relative;
    top: auto;
    left: auto;
    width: 80%;
    margin: 0 auto;
    padding: 30px 0 0;
  }
  .approache-02 .box h3 {
    font-size: 28px;
    letter-spacing: 0.2em;
    border-bottom: 1px dotted #1d3348;
    margin-bottom: 20px;
    padding-bottom: 5px;
  }
  .approache-02 .box h3 {
    font-size: 4.8vw;
    margin-bottom: 20px;
    padding-bottom: 5px;
  }
  .approache-02 .box p {
    font-size: 3.4666666667vw;
    text-align: left;
  }
  .approache-02 .box p.note {
    font-size: 2.9333333333vw;
  }
  .approache-02 .box .row_wrap {
    width: 100%;
    margin-top: 30px;
  }
  .approache-02 .box .row_wrap .left {
    float: none;
    width: 100%;
    margin-bottom: 30px;
  }
  .approache-02 .box .row_wrap .right {
    float: none;
    width: 100%;
  }
  /* アプローチ 03 */
  .approache-03 {
    margin-bottom: 100px;
  }
  .approache-03 .bg {
    width: 50%;
    top: 164px;
  }
  .approache-03 .mode_no {
    left: 10.6666666667vw;
    top: 4vw;
    font-size: 5.3333333333vw;
  }
  .approache-03 .mode_no span {
    font-size: 16.8vw;
  }
  .approache-03 .image {
    position: relative;
    left: auto;
    top: auto;
    width: 72vw;
    margin: 0 auto 40px;
  }
  .approache-03 .text {
    width: 80%;
    position: relative;
    left: auto;
    top: auto;
    margin: 0 auto;
  }
  .approache-03 .text h2 {
    font-size: 5.3333333333vw;
    text-align: center;
  }
  .approache-03 .text h2 span {
    font-size: 3.7333333333vw;
  }
  .approache-03 .text p {
    width: 100%;
    font-size: 3.4666666667vw;
    margin-top: 10px;
  }
  .approache-03 .box {
    position: relative;
    top: auto;
    left: auto;
    width: 80%;
    margin: 0 auto;
    padding: 30px 0 0;
  }
  .approache-03 .box h3 {
    font-size: 4.8vw;
    margin-bottom: 20px;
    padding-bottom: 5px;
  }
  .approache-03 .box p {
    font-size: 3.4666666667vw;
    text-align: left;
  }
  .approache-03 .box p.note {
    font-size: 2.9333333333vw;
  }
  .approache-03 .box .row_wrap {
    width: 100%;
    margin-top: 30px;
  }
  .approache-03 .box .row_wrap .left {
    float: none;
    width: 100%;
    margin-bottom: 30px;
  }
  .approache-03 .box .row_wrap .right {
    float: none;
    width: 100%;
  }
  /* アプローチ 04 */
  .approache-04 {
    margin-bottom: 80px;
  }
  .approache-04 h2 {
    font-size: 5.3333333333vw;
  }
  .approache-04 .text {
    width: 80%;
    margin: 0 auto;
  }
  .approache-04 .text p {
    font-size: 3.4666666667vw;
    text-align: left;
  }
  .approache-04 .box {
    width: 80%;
  }
  .approache-04 .box .row_wrap {
    width: 100%;
    margin-top: 30px;
  }
  .approache-04 .box .row_wrap .left {
    float: none;
    width: 100%;
    margin-bottom: 15px;
  }
  .approache-04 .box .row_wrap .right {
    float: none;
    width: 100%;
  }
  .approache-04 .box .btn {
    padding: 17px 0;
    width: 77.3333333333vw;
    font-size: 3.7333333333vw;
  }
  /* アプローチ 05 */
  .approache-05 {
    margin-bottom: 150px;
  }
  .approache-05 .bg {
    width: 100%;
    left: 0;
    top: 25%;
  }
  .approache-05 .carousel {
    position: relative;
    width: 100%;
    height: auto;
    left: auto;
    top: auto;
  }
  .approache-05 .carousel .slide {
    width: auto;
    margin-left: 0;
  }
  .approache-05 .carousel .slide .text {
    position: relative;
    width: 90%;
    margin: 25px auto;
  }
  .approache-05 .carousel .slide .text h2 {
    font-size: 6vw;
    line-height: 1.65em;
  }
  .approache-05 .carousel .slide .text p {
    width: 100%;
    font-size: 3.7333333333vw;
  }
  .approache-05 .carousel .slide .text ul {
    font-size: 3.7333333333vw;
  }
  .approache-05 .carousel .customPrevBtn {
    display: none;
  }
  .approache-05 .carousel .customNextBtn {
    display: none;
  }
  .approache-05 .carousel .customPrevBtn-Hit {
    display: none;
  }
  .approache-05 .carousel .customNextBtn-Hit {
    display: none;
  }
  /* アプローチ 06 */
  .approache-06 {
    margin-bottom: 100px;
  }
  .approache-06 .bg {
    width: 50%;
    left: 0;
    right: auto;
    top: 50px;
  }
  .approache-06 .image {
    position: relative;
  }
  .approache-06 .text {
    width: 80%;
    position: relative;
    left: auto;
    top: auto;
    margin: 20px auto 0;
  }
  .approache-06 .text h2 {
    font-size: 5.3333333333vw;
  }
  .approache-06 .box {
    position: relative;
    top: auto;
    left: auto;
    width: 80%;
    padding: 30px 0 0;
  }
  .approache-06 .box h3 {
    font-size: 4.8vw;
    margin-top: 10px;
  }
  .approache-06 .box p {
    font-size: 3.4666666667vw;
  }
  .approache-06 .box p.note {
    font-size: 2.9333333333vw;
  }
  .approache-06 .box .row_wrap {
    width: 100%;
  }
  .approache-06 .box .row_wrap:not(:last-child) {
    margin-bottom: 0;
  }
  .approache-06 .box .row_wrap .left {
    float: none;
    width: 100%;
    margin-bottom: 40px;
  }
  .approache-06 .box .row_wrap .right {
    float: none;
    width: 100%;
    margin-bottom: 40px;
  }
  .approache-06 .cert_box {
    position: relative;
    top: auto;
    left: auto;
    width: 80%;
    margin: 0 auto 40px;
  }
  .approache-06 .cert_box_inner {
    -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: 25px 15px;
  }
  .approache-06 .cert_box .cert_img {
    margin: 0 0 20px 0;
  }
  .approache-06 .cert_box p {
    font-size: 3.4666666667vw;
    width: 100%;
  }
  .approache-06 .cert_box p span {
    font-size: 2.9333333333vw;
  }
  .approache-06 .value_box {
    position: relative;
    top: auto;
    left: auto;
    width: 80%;
  }
  .approache-06 .value_box h3 {
    font-size: 4.8vw;
    margin-bottom: 20px;
  }
  .approache-06 .value_box dl {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: 15px;
    padding: 0 10px 5px;
  }
  .approache-06 .value_box dl dt {
    font-size: 3.7333333333vw;
    width: 100%;
    margin-right: 0;
  }
  .approache-06 .value_box dl dd {
    font-size: 3.4666666667vw;
  }
  .approache-06 .value_box ul {
    font-size: 2.9333333333vw;
  }
  /* CM */
  .cm-01 {
    margin-bottom: 150px;
    padding: 40px 0 50px;
  }
  .cm-01 .bd {
    width: 3.2%;
    left: 4.5%;
    top: -2.5em;
  }
  .cm-01 h2 {
    font-size: 6.1333333333vw;
    line-height: 1.4782608696;
  }
  .cm-01 .row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 80%;
    margin: 20px auto 0;
  }
  .cm-01 .row .left {
    margin-bottom: 30px;
  }
  .cm-01 .row figcaption {
    font-size: 3.7333333333vw;
  }
  /* ANDMORE 01 */
  .andomore-01 {
    margin-bottom: 100px;
  }
  .andomore-01 .bg {
    width: 50%;
  }
  .andomore-01 .bd {
    width: 3.2%;
    right: 4.5%;
    top: 0;
  }
  .andomore-01 .icon {
    width: 18.6%;
    position: relative;
    left: auto;
    top: auto;
    margin: 55px auto 25px;
  }
  .andomore-01 .image {
    width: 80%;
    position: relative;
    left: auto;
    top: auto;
    margin: 0 auto 30px;
  }
  .andomore-01 .bt {
    width: 80%;
    position: relative;
    left: auto;
    top: auto;
    margin: 0 auto;
  }
  .andomore-01 .text {
    width: 80%;
    position: relative;
    left: auto;
    top: auto;
    text-align: left;
    margin: 0 auto 1em;
  }
  .andomore-01 .text h2 {
    font-size: 5.3333333333vw;
    line-height: 1.65em;
    letter-spacing: 0.2em;
    margin-bottom: 1em;
  }
  .andomore-01 .text p {
    width: 100%;
    font-size: 3.7333333333vw;
    margin-top: 0.1em;
    line-height: 2em;
    padding: 0;
  }
  .andomore-01 .bt-2 {
    width: 93.3%;
    position: relative;
    left: auto;
    top: auto;
    margin: 30px auto 100px;
  }
  /* ANDMORE 02 */
  .andomore-02 {
    margin-bottom: 100px;
  }
  .andomore-02 .icon {
    width: 18.6%;
    position: relative;
    left: auto;
    top: auto;
    margin: 55px auto 25px;
  }
  .andomore-02 .bg {
    width: 59.7%;
  }
  .andomore-02 .graph {
    width: 80%;
    position: relative;
    left: auto;
    top: auto;
    margin: 0 auto;
  }
  .andomore-02 .text {
    width: 80%;
    position: relative;
    left: auto;
    top: auto;
    margin: 0 auto 1em;
  }
  .andomore-02 .text h2 {
    font-size: 5.3333333333vw;
    line-height: 1.65em;
    letter-spacing: 0.2em;
    margin-bottom: 1em;
  }
  .andomore-02 .text p {
    width: 100%;
    font-size: 3.7333333333vw;
    text-align: left;
    margin-top: 0.1em;
    padding-left: 0;
    line-height: 2em;
  }
}