<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&amp;display=swap");
/* -----------------------------------------------------
	columnLayout
----------------------------------------------------- */
.columnLayout {
  clear: both;
}
.columnLayout .colLeft {
  float: left;
}
.columnLayout .colRight {
  float: right;
}

/* -----------------------------------------------------
	Clearfix
----------------------------------------------------- */
.columnLayout:after {
  content: ".";
  display: block;
  height: 0;
  font-size: 0;
  clear: both;
  visibility: hidden;
}

.columnLayout {
  *display: inline-table;
  *zoom: 1;
}

.section06 + .section06 {
  margin-top: 90px;
}

/* slideBottom2 
*****************************************/
html .slideBottom2 {
  -webkit-transform: translateY(36px);
  transform: translateY(36px);
  opacity: 0;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  -webkit-transition-duration: 0.7s;
  transition-duration: 0.7s;
  -webkit-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
  /*
transition: $moveTime all $easing;*/
}

html .slideBottom2.active {
  -webkit-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
}

/* slideRight 
*****************************************/
html .slideRight2 {
  -webkit-transform: translateX(36px);
  transform: translateX(36px);
  opacity: 0;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  -webkit-transition-duration: 0.7s;
  transition-duration: 0.7s;
  -webkit-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
  /*
transition: $moveTime all $easing;*/
}

html .slideRight2.active {
  -webkit-transform: translateX(0);
  transform: translateX(0);
  opacity: 1;
}

/* slideLeft 
*****************************************/
html .slideLeft2 {
  -webkit-transform: translateX(-36px);
  transform: translateX(-36px);
  opacity: 0;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  -webkit-transition-duration: 0.7s;
  transition-duration: 0.7s;
  -webkit-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
  /*
transition: $moveTime all $easing;*/
}

html .slideLeft2.active {
  -webkit-transform: translateX(0);
  transform: translateX(0);
  opacity: 1;
}

/* slideBottomRight2 
*****************************************/
html .slideBottomRight2 {
  -webkit-transform: translate(-88.5px, 36px);
          transform: translate(-88.5px, 36px);
  opacity: 0;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  -webkit-transition-duration: 0.7s;
  transition-duration: 0.7s;
  -webkit-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
  /*
transition: $moveTime all $easing;*/
}

html .slideBottomRight2.active {
  -webkit-transform: translateX(0);
  transform: translateX(0);
  opacity: 1;
}

/* slideTop2 
*****************************************/
html .slideTop2 {
  -webkit-transform: translateY(-36px);
          transform: translateY(-36px);
  opacity: 0;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  -webkit-transition-duration: 0.7s;
  transition-duration: 0.7s;
  -webkit-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
  /*
transition: $moveTime all $easing;*/
}

html .slideTop2.active {
  -webkit-transform: translateX(0);
  transform: translateX(0);
  opacity: 1;
}

.layoutType01 .sideContents #rightNavigation2Wrap {
  top: 0;
}
@media screen and (max-width: 767px) {
  .layoutType01 .sideContents #rightNavigation2Wrap {
    top: inherit;
  }
}

.layoutType01 .sideContents #rightNavigation2Wrap.fixed {
  top: 100px;
}
@media screen and (max-width: 767px) {
  .layoutType01 .sideContents #rightNavigation2Wrap.fixed {
    top: inherit;
  }
}

.mainArea {
  margin-top: 46px;
  background: url("../img/bg01.png") no-repeat 50% 0, url("../img/bg02.png") repeat-x 50% 0;
  background-color: #efefef;
}
@media screen and (max-width: 767px) {
  .mainArea {
    margin-top: 0;
    background: url("../img/bg01s.png") no-repeat 50% 0/100%;
    background-color: #fff;
    height: 260.2vw;
  }
}
.mainArea &gt; .inner01 {
  width: 960px;
  margin: 0 auto;
  min-height: 600px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
}
@media screen and (max-width: 767px) {
  .mainArea &gt; .inner01 {
    width: 100%;
    min-height: auto;
    height: 177.0666666667vw;
  }
}
@media screen and (min-width: 768px) {
  .mainArea &gt; .inner01 .logo01 {
    width: 342px;
    margin-bottom: 0;
  }
}
@media screen and (max-width: 767px) {
  .mainArea &gt; .inner01 .logo01 {
    width: 91.466667vw;
    margin: 11.7vw 0 0 4.35vw;
  }
}
.mainArea &gt; .inner01 &gt; .inner02 {
  width: 350px;
  color: #fff;
  text-align: center;
  padding-top: 21px;
}
@media screen and (max-width: 767px) {
  .mainArea &gt; .inner01 &gt; .inner02 {
    width: 100%;
    padding-top: 5.2vw;
    height: 68vw;
  }
}
.mainArea &gt; .inner01 &gt; .inner02 .tx01 {
  color: #fff;
  text-align: center;
  font-family: 'Noto Sans JP', sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  font-size: 18px;
  margin-bottom: 33px;
}
@media screen and (max-width: 767px) {
  .mainArea &gt; .inner01 &gt; .inner02 .tx01 {
    margin-bottom: 4vw;
    font-size: 4.2666666667vw;
  }
}
.mainArea &gt; .inner01 &gt; .inner02 .tx01 span {
  font-family: 'Noto Sans JP', sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  font-size: 23px;
  line-height: 1.3;
}
@media screen and (max-width: 767px) {
  .mainArea &gt; .inner01 &gt; .inner02 .tx01 span {
    font-size: 4.48vw;
  }
}
.mainArea &gt; .inner01 &gt; .inner02 .tx02 {
  width: 320px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 61px;
}
@media screen and (max-width: 767px) {
  .mainArea &gt; .inner01 &gt; .inner02 .tx02 {
    width: 66.26vw;
    margin: 0 auto;
  }
}
.mainArea &gt; .inner01 &gt; .inner02 .tx03 {
  color: #000;
  text-align: center;
  font-family: 'Noto Sans JP', sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  font-size: 18px;
  line-height: 1.55;
  margin-bottom: 12px;
}
@media screen and (max-width: 767px) {
  .mainArea &gt; .inner01 &gt; .inner02 .tx03 {
    position: absolute;
    top: 228vw;
    font-size: 4.8vw;
    margin-bottom: 0;
    width: 100%;
    text-align: center;
  }
}
.mainArea &gt; .inner01 &gt; .inner02 .img01 {
  position: absolute;
  top: 257px;
  left: 101px;
  width: 301px;
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  .mainArea &gt; .inner01 &gt; .inner02 .img01 {
    top: 173.8vw;
    left: 48.7vw;
    width: 47.7vw;
  }
}
.mainArea &gt; .inner01 &gt; .inner02 .img02 {
  position: absolute;
  top: 397px;
  left: 18px;
  width: 383px;
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  .mainArea &gt; .inner01 &gt; .inner02 .img02 {
    top: 187.3vw;
    left: 4.5vw;
    width: 67vw;
  }
}
@media screen and (min-width: 768px) {
  .mainArea .slider01Wrap {
    position: absolute;
    right: 0;
    top: 132px;
    width: 600px;
  }
}
@media screen and (max-width: 767px) {
  .mainArea .slider01Wrap {
    width: 100%;
    height: 72.296vw;
    margin-bottom: 4.8vw;
  }
}
.mainArea .slider01Wrap .slider01 .slick-list li:nth-child(n + 2) {
  display: none;
}
.mainArea .slider01Wrap .slider01.slick-initialized .slick-list li:nth-child(n + 2) {
  display: block;
}
.mainArea .slider01Wrap .slick-prev,
.mainArea .slider01Wrap .slick-next {
  position: absolute;
  top: inherit;
  bottom: -24px;
  background: none;
  margin-top: 210px;
  z-index: 10;
  display: block;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  -webkit-transition: .3s;
  transition: .3s;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .mainArea .slider01Wrap .slick-prev,
  .mainArea .slider01Wrap .slick-next {
    bottom: -22px;
  }
}
.mainArea .slider01Wrap .slick-prev:hover,
.mainArea .slider01Wrap .slick-next:hover {
  background: none;
}
.mainArea .slider01Wrap .slick-prev:before,
.mainArea .slider01Wrap .slick-next:before {
  content: "";
  position: absolute;
  top: 50%;
  width: 7px;
  height: 7px;
  border-top: solid 3px #959595;
  border-right: solid 3px #959595;
  -webkit-transition: .3s;
  transition: .3s;
}
.mainArea .slider01Wrap .slick-prev:hover:before,
.mainArea .slider01Wrap .slick-next:hover:before {
  border-color: #000;
}
.mainArea .slider01Wrap .slick-prev:before {
  left: 11px;
  -webkit-transform: translateY(-50%) rotate(-135deg);
          transform: translateY(-50%) rotate(-135deg);
}
.mainArea .slider01Wrap .slick-next:before {
  right: 11px;
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
}
.mainArea .slider01Wrap .slick-prev {
  left: 209px;
  border-radius: 0 10px 10px 0;
}
@media screen and (max-width: 767px) {
  .mainArea .slider01Wrap .slick-prev {
    left: 25.0666666667vw;
  }
}
.mainArea .slider01Wrap .slick-next {
  right: 206px;
  border-radius: 10px 0 0 10px;
}
@media screen and (max-width: 767px) {
  .mainArea .slider01Wrap .slick-next {
    right: 25.3333333333vw;
  }
}
.mainArea .slider01Wrap .slide-dots {
  margin: 0;
  padding: 0;
  text-align: center;
}
.mainArea .slider01Wrap .slide-dots li {
  display: inline-block;
  margin: 0 5px;
  line-height: 0;
  font-size: 0;
}
@media screen and (max-width: 767px) {
  .mainArea .slider01Wrap .slide-dots li {
    margin: 0 4px;
  }
}
.mainArea .slider01Wrap .slide-dots li button {
  background: #959595;
  border-radius: 50%;
  border: none;
  outline: none;
  width: 10px;
  height: 10px;
  cursor: pointer;
  font-size: 0;
}
@media screen and (max-width: 767px) {
  .mainArea .slider01Wrap .slide-dots li button {
    width: 2.6666666667vw;
    height: 2.6666666667vw;
  }
}
.mainArea .slider01Wrap .slide-dots li.slick-active button,
.mainArea .slider01Wrap .slide-dots li:hover button {
  background: #000;
}

/* contentsWrap 
*****************************************/
#contentsWrap2016 {
  width: 100%;
}

.SpringCP2Banner {
  padding: 15px 0 60px;
}

/* 標準構成 
*****************************************/
.mainContents .wrapSection05 {
  clear: both;
  width: 100%;
  margin: 0 auto 0 !important;
  padding: 112px 0;
}
@media screen and (max-width: 767px) {
  .mainContents .wrapSection05 {
    margin: 45px auto 0 !important;
    padding: 80px 0;
  }
}

.mainContents .wrapSection05 .hdg {
  font-size: 18px;
  line-height: 1;
  color: #fff;
  margin-bottom: 35px;
}
@media screen and (max-width: 767px) {
  .mainContents .wrapSection05 .hdg {
    line-height: 1.5;
  }
}

.featureArea {
  width: 100%;
}
.featureArea * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}
.featureArea &gt; .inner01 {
  width: 960px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 767px) {
  .featureArea &gt; .inner01 {
    width: 100%;
  }
}
.featureArea &gt; .inner01 p {
  margin-bottom: 0;
}

.featureArea.featureArea01 {
  background: #e9e9e9;
  margin-top: 46px;
}
@media screen and (max-width: 767px) {
  .featureArea.featureArea01 {
    margin-top: 45px;
  }
}
.featureArea.featureArea01 &gt; .inner01 {
  padding-top: 37px;
  padding-bottom: 70px;
  padding-left: 15px;
  padding-right: 15px;
}
@media screen and (max-width: 767px) {
  .featureArea.featureArea01 &gt; .inner01 {
    padding-top: 7.2vw;
    padding-bottom: 11vw;
    padding-left: 15px;
    padding-right: 15px;
  }
}
.featureArea.featureArea01 &gt; .inner01 .cmp01 {
  text-align: center;
  width: 800px;
  margin: 0 auto 65px;
}
@media screen and (max-width: 767px) {
  .featureArea.featureArea01 &gt; .inner01 .cmp01 {
    width: 100%;
    margin-bottom: 8vw;
  }
}
.featureArea.featureArea01 &gt; .inner01 .tx01 {
  color: #000;
  text-align: center;
  font-family: 'Noto Sans JP', sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  font-size: 26px;
  line-height: 1.55;
  margin-bottom: -5px;
}
@media screen and (max-width: 767px) {
  .featureArea.featureArea01 &gt; .inner01 .tx01 {
    font-family: 'Noto Sans JP', sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    -webkit-font-feature-settings: "palt";
            font-feature-settings: "palt";
    font-size: 3.7333333333vw;
    margin-bottom: 1.3333333333vw;
  }
}
.featureArea.featureArea01 &gt; .inner01 .tx02 {
  color: #000;
  text-align: center;
  font-family: 'Noto Sans JP', sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  font-size: 46.6px;
  line-height: 1.55;
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  .featureArea.featureArea01 &gt; .inner01 .tx02 {
    font-size: 5.3333333333vw;
  }
}
.featureArea.featureArea01 &gt; .inner01 .tx03 {
  color: #000;
  text-align: center;
  font-family: 'Noto Sans JP', sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  font-size: 20px;
  line-height: 1.55;
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  .featureArea.featureArea01 &gt; .inner01 .tx03 {
    text-align: left;
    font-size: 4.8vw;
    line-height: 1.33;
  }
}
.featureArea.featureArea01 &gt; .inner01 .tx04 {
  color: #000;
  text-align: center;
  font-family: 'Noto Sans JP', sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  font-size: 20px;
  line-height: 1.55;
  margin-bottom: 0.3em;
}
@media screen and (max-width: 767px) {
  .featureArea.featureArea01 &gt; .inner01 .tx04 {
    font-size: 3.7333333333vw;
    margin-bottom: 0.1em;
  }
}
.featureArea.featureArea01 &gt; .inner01 .tx05 {
  color: #000;
  text-align: center;
  font-family: 'Noto Sans JP', sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  font-size: 46px;
  line-height: 1.55;
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  .featureArea.featureArea01 &gt; .inner01 .tx05 {
    font-size: 6.6666666667vw;
    margin-bottom: 0.42em;
  }
}
.featureArea.featureArea01 &gt; .inner01 .tx06 {
  color: #000;
  text-align: center;
  font-family: 'Noto Sans JP', sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  font-size: 20px;
  line-height: 1.55;
  margin-bottom: 90px;
}
@media screen and (max-width: 767px) {
  .featureArea.featureArea01 &gt; .inner01 .tx06 {
    font-size: 4.5333333333vw;
    margin-bottom: 12vw;
  }
}
.featureArea.featureArea01 &gt; .inner01 .img01Wrap {
  margin-top: 86px;
  height: 806px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .featureArea.featureArea01 &gt; .inner01 .img01Wrap {
    height: 83.3333333333vw;
    margin: 7vw -15px 5.2vw;
  }
}
.featureArea.featureArea01 &gt; .inner01 .img01Wrap .posAbs {
  position: absolute;
}
.featureArea.featureArea01 &gt; .inner01 .img01Wrap .img01 {
  top: -36px;
  left: 80px;
}
@media screen and (max-width: 767px) {
  .featureArea.featureArea01 &gt; .inner01 .img01Wrap .img01 {
    top: -3.2vw;
    left: 9.5vw;
    width: 87.6vw;
  }
}
.featureArea.featureArea01 &gt; .inner01 .img01Wrap .img02 {
  top: 470px;
  left: 31px;
}
@media screen and (max-width: 767px) {
  .featureArea.featureArea01 &gt; .inner01 .img01Wrap .img02 {
    top: 47.3vw;
    left: 4.5vw;
    width: 55.5vw;
  }
}
.featureArea.featureArea01 &gt; .inner01 .img01Wrap .img03 {
  top: 420px;
  left: 558px;
}
@media screen and (max-width: 767px) {
  .featureArea.featureArea01 &gt; .inner01 .img01Wrap .img03 {
    top: 42.4vw;
    left: 59.3vw;
    width: 40.1vw;
  }
}
.featureArea.featureArea01 &gt; .inner01 .img01Wrap .arrow01 {
  top: 299px;
  left: 116px;
}
@media screen and (max-width: 767px) {
  .featureArea.featureArea01 &gt; .inner01 .img01Wrap .arrow01 {
    top: 30.8vw;
    left: 13.5vw;
    width: 11.9466666667vw;
  }
}
.featureArea.featureArea01 &gt; .inner01 .img01Wrap .arrow02 {
  top: 313px;
  left: 247px;
}
@media screen and (max-width: 767px) {
  .featureArea.featureArea01 &gt; .inner01 .img01Wrap .arrow02 {
    top: 31.8vw;
    left: 27vw;
    width: 11.9466666667vw;
  }
}
.featureArea.featureArea01 &gt; .inner01 .img01Wrap .arrow03 {
  top: 0;
  left: 258px;
}
@media screen and (max-width: 767px) {
  .featureArea.featureArea01 &gt; .inner01 .img01Wrap .arrow03 {
    left: 28.1vw;
    width: 5.2vw;
  }
}
.featureArea.featureArea01 &gt; .inner01 .img01Wrap .arrow04 {
  top: 0;
  left: 395px;
}
@media screen and (max-width: 767px) {
  .featureArea.featureArea01 &gt; .inner01 .img01Wrap .arrow04 {
    left: 42.6vw;
    width: 5.2vw;
  }
}
.featureArea.featureArea01 &gt; .inner01 .img01Wrap .arrow05 {
  top: 287px;
  left: 759px;
}
@media screen and (max-width: 767px) {
  .featureArea.featureArea01 &gt; .inner01 .img01Wrap .arrow05 {
    top: 28.8vw;
    left: 80.2vw;
    width: 10.3466666667vw;
  }
}
.featureArea.featureArea01 &gt; .inner01 .img01Wrap .tx01,
.featureArea.featureArea01 &gt; .inner01 .img01Wrap .tx02 {
  color: #fff;
  background: rgba(0, 128, 255, 0.8);
  font-size: 21px;
  font-weight: bold;
  text-align: center;
  border-radius: 50%;
  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;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 67.2px;
  height: 67.2px;
}
@media screen and (max-width: 767px) {
  .featureArea.featureArea01 &gt; .inner01 .img01Wrap .tx01,
  .featureArea.featureArea01 &gt; .inner01 .img01Wrap .tx02 {
    width: 7.04vw;
    height: 7.04vw;
    font-size: 2.1333333333vw;
  }
}
.featureArea.featureArea01 &gt; .inner01 .img01Wrap .tx01 {
  top: 494px;
  left: 337px;
}
@media screen and (max-width: 767px) {
  .featureArea.featureArea01 &gt; .inner01 .img01Wrap .tx01 {
    top: 51.5vw;
    left: 36.5vw;
  }
}
.featureArea.featureArea01 &gt; .inner01 .img01Wrap .tx02 {
  top: 494px;
  left: 492px;
}
@media screen and (max-width: 767px) {
  .featureArea.featureArea01 &gt; .inner01 .img01Wrap .tx02 {
    top: 51.5vw;
    left: 52.7vw;
  }
}

.featureArea.featureArea02 {
  padding-top: 48px;
  padding-bottom: 48px;
}
@media screen and (max-width: 767px) {
  .featureArea.featureArea02 {
    padding-top: 6.4vw;
    padding-bottom: 6.4vw;
  }
}
@media screen and (max-width: 767px) {
  .featureArea.featureArea02 &gt; .inner01 {
    padding: 0 15px;
  }
}
.featureArea.featureArea02 &gt; .inner01 .tx01 {
  color: #000;
  text-align: center;
  font-family: 'Noto Sans JP', sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  font-size: 46.6px;
  line-height: 1.55;
  margin-bottom: 65px;
}
@media screen and (max-width: 767px) {
  .featureArea.featureArea02 &gt; .inner01 .tx01 {
    font-size: 5.3333333333vw;
    margin-bottom: 8.5333333333vw;
  }
}
.featureArea.featureArea02 &gt; .inner01 .tx02 {
  color: #000;
  text-align: center;
  font-family: 'Noto Sans JP', sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  font-size: 20px;
  line-height: 1.55;
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .featureArea.featureArea02 &gt; .inner01 .tx02 {
    text-align: left;
    font-size: 4.8vw;
  }
}
.featureArea.featureArea02 &gt; .inner01 figure figcaption {
  color: #000;
  text-align: center;
  font-family: 'Noto Sans JP', sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  font-size: 20.4px;
  line-height: 1.55;
  margin-top: 9px;
}
.featureArea.featureArea02 &gt; .inner01 .fig01 {
  width: 418px;
  margin-left: 21px;
}
@media screen and (max-width: 767px) {
  .featureArea.featureArea02 &gt; .inner01 .fig01 {
    width: 79%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 10.6666666667vw;
  }
}
.featureArea.featureArea02 &gt; .inner01 .fig02 {
  width: 501px;
  margin-right: 9px;
}
@media screen and (max-width: 767px) {
  .featureArea.featureArea02 &gt; .inner01 .fig02 {
    width: 94%;
    margin-left: 5%;
    margin-right: 1%;
  }
}
.featureArea.featureArea02 &gt; .inner01 .fig03 {
  width: 466px;
  margin-left: 1px;
  margin-top: -4px;
}
@media screen and (max-width: 767px) {
  .featureArea.featureArea02 &gt; .inner01 .fig03 {
    width: 89%;
    margin-left: 7.2%;
  }
}
.featureArea.featureArea02 &gt; .inner01 .fig04 {
  width: 401px;
  margin-right: 9px;
}
@media screen and (max-width: 767px) {
  .featureArea.featureArea02 &gt; .inner01 .fig04 {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 10.6666666667vw;
  }
}
.featureArea.featureArea02 &gt; .inner01 .figwrap01 {
  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;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  margin-bottom: 76px;
}
@media screen and (max-width: 767px) {
  .featureArea.featureArea02 &gt; .inner01 .figwrap01 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    margin-bottom: 13.3333333333vw;
  }
  .featureArea.featureArea02 &gt; .inner01 .figwrap01 figure figcaption {
    font-size: 16px;
    margin-top: 9px;
  }
}
.featureArea.featureArea02 &gt; .inner01 .figwrap02 {
  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;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  padding-right: 16px;
}
@media screen and (max-width: 767px) {
  .featureArea.featureArea02 &gt; .inner01 .figwrap02 {
    padding-right: 0;
  }
}

.featureArea.featureArea05 {
  background: #000;
}
.featureArea.featureArea05 &gt; .inner01 {
  padding: 73px 0 120px;
}
@media screen and (max-width: 767px) {
  .featureArea.featureArea05 &gt; .inner01 {
    padding: 30px 15px 50px;
  }
}
.featureArea.featureArea05 &gt; .inner01 .tableHdg {
  text-align: center;
  color: #fff;
  font-family: 'Noto Sans JP', sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  font-size: 32px;
  line-height: 1.5;
  margin-bottom: 44px;
}
@media screen and (max-width: 767px) {
  .featureArea.featureArea05 &gt; .inner01 .tableHdg {
    font-size: 5.6vw;
  }
}
.featureArea.featureArea05 &gt; .inner01 table {
  width: 100%;
  border-bottom: 1px solid #3c3c3c;
}
.featureArea.featureArea05 &gt; .inner01 table tr {
  border-top: 1px solid #3c3c3c;
}
.featureArea.featureArea05 &gt; .inner01 table tr th {
  color: #b0b0b0;
  padding: 0.45em 1em;
  text-align: left;
  font-family: 'Noto Sans JP', sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  font-size: 16px;
}
@media screen and (max-width: 767px) {
  .featureArea.featureArea05 &gt; .inner01 table tr th {
    font-size: 3.2vw;
    padding: 0.45em 0;
  }
}
.featureArea.featureArea05 &gt; .inner01 table tr td {
  color: #fff;
  padding: 0.45em 1em;
  text-align: left;
  font-family: 'Noto Sans JP', sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  font-size: 16px;
}
@media screen and (max-width: 767px) {
  .featureArea.featureArea05 &gt; .inner01 table tr td {
    font-size: 3.2vw;
    padding: 0.45em 0;
  }
}

.featureArea.featureArea06 {
  background: #000 url("../img/bg02.jpg") no-repeat 50% 0;
  color: #fff;
  text-align: left;
}
@media screen and (max-width: 767px) {
  .featureArea.featureArea06 {
    background: #000 url("../img/bg02.jpg") no-repeat 50% 0/425.33vw;
  }
}
.featureArea.featureArea06 &gt; .inner01 {
  padding-top: 70px;
  padding-bottom: 78px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .featureArea.featureArea06 &gt; .inner01 {
    padding-top: 17.1vw;
    padding-bottom: 10.1vw;
    padding-left: 4vw;
    padding-right: 4vw;
  }
}
.featureArea.featureArea06 &gt; .inner01 .logo01 {
  position: absolute;
  top: 38px;
  right: 0;
  width: 242px;
}
@media screen and (max-width: 767px) {
  .featureArea.featureArea06 &gt; .inner01 .logo01 {
    top: 4vw;
    right: 5.3333333333vw;
    width: 45.3333333333vw;
  }
}
.featureArea.featureArea06 &gt; .inner01 .tx01 {
  font-family: 'Noto Sans JP', sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  font-size: 27.8px;
  font-style: italic;
  line-height: 1.55;
  margin-bottom: 1px;
}
@media screen and (max-width: 767px) {
  .featureArea.featureArea06 &gt; .inner01 .tx01 {
    font-size: 3.9066666667vw;
    line-height: 1.25;
    margin-left: 2.1333333333vw;
    margin-right: 2.1333333333vw;
    margin-bottom: 0.5333333333vw;
  }
}
.featureArea.featureArea06 &gt; .inner01 .tx02 {
  font-family: 'Noto Sans JP', sans-serif;
  font-optical-sizing: auto;
  font-weight: 900;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  font-size: 57.11px;
  font-style: italic;
  line-height: 1.2;
  margin-bottom: 80px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .featureArea.featureArea06 &gt; .inner01 .tx02 {
    font-size: 8vw;
    margin-left: 2.1333333333vw;
    margin-right: 2.1333333333vw;
    margin-bottom: 11.2vw;
  }
}
.featureArea.featureArea06 &gt; .inner01 .tx02::before {
  content: '';
  position: absolute;
  bottom: -13px;
  left: 0;
  width: 641px;
  height: 1px;
  background: #fff;
}
@media screen and (max-width: 767px) {
  .featureArea.featureArea06 &gt; .inner01 .tx02::before {
    bottom: -1.9vw;
    width: 89.6vw;
  }
}
.featureArea.featureArea06 &gt; .inner01 .tx02::after {
  content: '';
  position: absolute;
  bottom: -22px;
  left: 0;
  width: 540px;
  height: 1px;
  background: #fff;
}
@media screen and (max-width: 767px) {
  .featureArea.featureArea06 &gt; .inner01 .tx02::after {
    bottom: -3.1vw;
    width: 75.4666666667vw;
  }
}
.featureArea.featureArea06 &gt; .inner01 .envList01 {
  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;
}
.featureArea.featureArea06 &gt; .inner01 .envList01 li {
  width: 48.9583333333%;
  border-radius: 10px;
  overflow: hidden;
  background: #000;
}
@media screen and (max-width: 767px) {
  .featureArea.featureArea06 &gt; .inner01 .envList01 li {
    width: 100%;
  }
}
@media screen and (min-width: 768px) {
  .featureArea.featureArea06 &gt; .inner01 .envList01 li:nth-child(n + 3) {
    margin-top: 20px;
  }
}
@media screen and (max-width: 767px) {
  .featureArea.featureArea06 &gt; .inner01 .envList01 li:nth-child(n + 2) {
    margin-top: 15px;
  }
}
.featureArea.featureArea06 &gt; .inner01 .envList01 li &gt; .inner01 {
  padding: 39px 20px 20px 20px;
}
@media screen and (max-width: 767px) {
  .featureArea.featureArea06 &gt; .inner01 .envList01 li &gt; .inner01 {
    padding: 7.6vw 4.1vw 4vw 4.1vw;
  }
}
.featureArea.featureArea06 &gt; .inner01 .envList01 li &gt; .inner01 .tx03 {
  font-family: 'Noto Sans JP', sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  font-size: 22px;
  line-height: 1.55;
  margin-bottom: 0.9em;
}
@media screen and (max-width: 767px) {
  .featureArea.featureArea06 &gt; .inner01 .envList01 li &gt; .inner01 .tx03 {
    font-size: 4.2933333333vw;
  }
}
.featureArea.featureArea06 &gt; .inner01 .envList01 li &gt; .inner01 .tx04 {
  color: #b0b0b0;
  font-family: 'Noto Sans JP', sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  font-size: 14px;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .featureArea.featureArea06 &gt; .inner01 .envList01 li &gt; .inner01 .tx04 {
    font-size: 3.2vw;
  }
}
.featureArea.featureArea06 &gt; .inner01 .envList01 li &gt; .inner01 .tx04 + .tx04 {
  margin-top: 0.8em;
}

.featureArea.featureArea07 {
  background: #282828;
  color: #fff;
}
.featureArea.featureArea07 &gt; .inner01 {
  padding-top: 81px;
  padding-bottom: 112px;
}
@media screen and (max-width: 767px) {
  .featureArea.featureArea07 &gt; .inner01 {
    padding: 19.2vw 15px 21.3333333333vw;
  }
}
.featureArea.featureArea07 &gt; .inner01 .tx01 {
  text-align: center;
  font-family: 'Noto Sans JP', sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  font-size: 46.6px;
  line-height: 1.55;
  margin-bottom: 16px;
}
@media screen and (max-width: 767px) {
  .featureArea.featureArea07 &gt; .inner01 .tx01 {
    font-size: 8.5333333333vw;
    margin-bottom: 2.6666666667vw;
  }
}
.featureArea.featureArea07 &gt; .inner01 .tx02 {
  text-align: center;
  font-family: 'Noto Sans JP', sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  font-size: 20px;
  line-height: 1.55;
  margin-bottom: 55px;
}
@media screen and (max-width: 767px) {
  .featureArea.featureArea07 &gt; .inner01 .tx02 {
    font-size: 4.2666666667vw;
    margin-bottom: 8.8vw;
  }
}
.featureArea.featureArea07 &gt; .inner01 .tx03 {
  text-align: center;
  font-family: 'Noto Sans JP', sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  font-size: 32px;
  line-height: 1.5;
  margin-bottom: 22px;
}
@media screen and (max-width: 767px) {
  .featureArea.featureArea07 &gt; .inner01 .tx03 {
    font-size: 5.6vw;
    line-height: 1.45;
    margin-bottom: 8vw;
  }
}
.featureArea.featureArea07 &gt; .inner01 .tx04 {
  color: #b0b0b0;
  text-align: center;
  font-family: 'Noto Sans JP', sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  font-size: 14px;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .featureArea.featureArea07 &gt; .inner01 .tx04 {
    font-size: 3.7333333333vw;
  }
}
.featureArea.featureArea07 &gt; .inner01 .tx04 + .tx04 {
  margin-top: 0.8em;
}
.featureArea.featureArea07 &gt; .inner01 .graphArea {
  margin-bottom: 62px;
}
@media screen and (max-width: 767px) {
  .featureArea.featureArea07 &gt; .inner01 .graphArea {
    margin-bottom: 9.0666666667vw;
  }
}
.featureArea.featureArea07 &gt; .inner01 .graphArea .item {
  padding: 15px;
  background: #282828;
  border: 1px solid #282828;
  border-radius: 10px;
}
@media screen and (max-width: 767px) {
  .featureArea.featureArea07 &gt; .inner01 .graphArea .item {
    padding: 2.4vw 6.6666666667vw 5.8666666667vw 5.3333333333vw;
  }
}
.featureArea.featureArea07 &gt; .inner01 .graphArea .item.type02 {
  border: 1px solid #b3b3b3;
  background: #000;
}
.featureArea.featureArea07 &gt; .inner01 .graphArea .item + .item {
  margin-top: 16px;
}
@media screen and (max-width: 767px) {
  .featureArea.featureArea07 &gt; .inner01 .graphArea .item + .item {
    margin-top: 1.6vw;
  }
}
.featureArea.featureArea07 &gt; .inner01 .graphArea .item:nth-child(2) .graphWrap .graph &gt; .inner.active {
  -webkit-transition-delay: 0.1s;
          transition-delay: 0.1s;
}
.featureArea.featureArea07 &gt; .inner01 .graphArea .item:nth-child(3) .graphWrap .graph &gt; .inner.active {
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
}
.featureArea.featureArea07 &gt; .inner01 .graphArea .item:nth-child(4) .graphWrap .graph &gt; .inner.active {
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
}
.featureArea.featureArea07 &gt; .inner01 .graphArea .item:nth-child(5) .graphWrap .graph &gt; .inner.active {
  -webkit-transition-delay: 0.4s;
          transition-delay: 0.4s;
}
.featureArea.featureArea07 &gt; .inner01 .graphArea .item .ti01 {
  font-family: 'Noto Sans JP', sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  font-size: 20px;
  line-height: 1.55;
  margin-bottom: 22px;
}
@media screen and (max-width: 767px) {
  .featureArea.featureArea07 &gt; .inner01 .graphArea .item .ti01 {
    font-size: 4.2666666667vw;
    margin-bottom: 3.2vw;
  }
}
.featureArea.featureArea07 &gt; .inner01 .graphArea .item .ti01 strong {
  font-family: 'Noto Sans JP', sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  color: #0095ff;
}
.featureArea.featureArea07 &gt; .inner01 .graphArea .item .graphWrap {
  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;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.featureArea.featureArea07 &gt; .inner01 .graphArea .item .graphWrap + .graphWrap {
  margin-top: 20px;
}
.featureArea.featureArea07 &gt; .inner01 .graphArea .item .graphWrap .graph {
  width: 91.9037199125%;
  height: 20px;
  background: #1f1f1f;
}
@media screen and (max-width: 767px) {
  .featureArea.featureArea07 &gt; .inner01 .graphArea .item .graphWrap .graph {
    width: 80.2675585284%;
  }
}
.featureArea.featureArea07 &gt; .inner01 .graphArea .item .graphWrap .graph.type01 &gt; .inner {
  background: #5e9b1e;
}
.featureArea.featureArea07 &gt; .inner01 .graphArea .item .graphWrap .graph.type02 &gt; .inner {
  background: #cfa100;
}
.featureArea.featureArea07 &gt; .inner01 .graphArea .item .graphWrap .graph.type03 &gt; .inner {
  background: #1eb78f;
}
.featureArea.featureArea07 &gt; .inner01 .graphArea .item .graphWrap .graph .hide {
  display: none;
}
.featureArea.featureArea07 &gt; .inner01 .graphArea .item .graphWrap .graph &gt; .inner {
  width: 0%;
  height: 20px;
  background: #0074a5;
  -webkit-transition: 1.5s all ease-in-out;
  transition: 1.5s all ease-in-out;
}
.featureArea.featureArea07 &gt; .inner01 .graphArea .item .graphWrap .num {
  width: 8.0962800875%;
  text-align: right;
  color: #fff;
  font-family: 'Noto Sans JP', sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  font-size: 20px;
  line-height: 1;
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  .featureArea.featureArea07 &gt; .inner01 .graphArea .item .graphWrap .num {
    width: 19.7324414716%;
    font-size: 4.2666666667vw;
  }
}
.featureArea.featureArea07 &gt; .inner01 .hanreiList01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 84px;
  margin-left: 20px;
}
@media screen and (max-width: 767px) {
  .featureArea.featureArea07 &gt; .inner01 .hanreiList01 {
    margin-bottom: 16vw;
    margin-left: 6.1333333333vw;
  }
}
.featureArea.featureArea07 &gt; .inner01 .hanreiList01 li {
  font-family: 'Noto Sans JP', sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  font-size: 20px;
  padding-left: 35px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .featureArea.featureArea07 &gt; .inner01 .hanreiList01 li {
    width: 100%;
    font-size: 3.2vw;
    padding-left: 5.3333333333vw;
  }
  .featureArea.featureArea07 &gt; .inner01 .hanreiList01 li + li {
    margin-top: 1.0666666667vw;
  }
}
.featureArea.featureArea07 &gt; .inner01 .hanreiList01 li::before {
  content: '';
  position: absolute;
  top: 7px;
  left: 0;
  width: 20px;
  height: 20px;
}
@media screen and (max-width: 767px) {
  .featureArea.featureArea07 &gt; .inner01 .hanreiList01 li::before {
    top: 0.8vw;
    left: 0;
    width: 3.2vw;
    height: 3.2vw;
  }
}
.featureArea.featureArea07 &gt; .inner01 .hanreiList01 li:nth-child(1)::before {
  background: #5e9b1e;
}
.featureArea.featureArea07 &gt; .inner01 .hanreiList01 li:nth-child(2)::before {
  background: #cfa100;
}
.featureArea.featureArea07 &gt; .inner01 .hanreiList01 li:nth-child(3)::before {
  background: #1eb78f;
}
.featureArea.featureArea07 &gt; .inner01 .hanreiList01 li:nth-child(n + 2) {
  margin-left: 70px;
}
@media screen and (max-width: 767px) {
  .featureArea.featureArea07 &gt; .inner01 .hanreiList01 li:nth-child(n + 2) {
    margin-left: 0;
  }
}

.active.graph_w0per {
  width: 0%;
}

.active.graph_w1per {
  width: 1%;
}

.active.graph_w2per {
  width: 2%;
}

.active.graph_w3per {
  width: 3%;
}

.active.graph_w4per {
  width: 4%;
}

.active.graph_w5per {
  width: 5%;
}

.active.graph_w6per {
  width: 6%;
}

.active.graph_w7per {
  width: 7%;
}

.active.graph_w8per {
  width: 8%;
}

.active.graph_w9per {
  width: 9%;
}

.active.graph_w10per {
  width: 10%;
}

.active.graph_w11per {
  width: 11%;
}

.active.graph_w12per {
  width: 12%;
}

.active.graph_w13per {
  width: 13%;
}

.active.graph_w14per {
  width: 14%;
}

.active.graph_w15per {
  width: 15%;
}

.active.graph_w16per {
  width: 16%;
}

.active.graph_w17per {
  width: 17%;
}

.active.graph_w18per {
  width: 18%;
}

.active.graph_w19per {
  width: 19%;
}

.active.graph_w20per {
  width: 20%;
}

.active.graph_w21per {
  width: 21%;
}

.active.graph_w22per {
  width: 22%;
}

.active.graph_w23per {
  width: 23%;
}

.active.graph_w24per {
  width: 24%;
}

.active.graph_w25per {
  width: 25%;
}

.active.graph_w26per {
  width: 26%;
}

.active.graph_w27per {
  width: 27%;
}

.active.graph_w28per {
  width: 28%;
}

.active.graph_w29per {
  width: 29%;
}

.active.graph_w30per {
  width: 30%;
}

.active.graph_w31per {
  width: 31%;
}

.active.graph_w32per {
  width: 32%;
}

.active.graph_w33per {
  width: 33%;
}

.active.graph_w34per {
  width: 34%;
}

.active.graph_w35per {
  width: 35%;
}

.active.graph_w36per {
  width: 36%;
}

.active.graph_w37per {
  width: 37%;
}

.active.graph_w38per {
  width: 38%;
}

.active.graph_w39per {
  width: 39%;
}

.active.graph_w40per {
  width: 40%;
}

.active.graph_w41per {
  width: 41%;
}

.active.graph_w42per {
  width: 42%;
}

.active.graph_w43per {
  width: 43%;
}

.active.graph_w44per {
  width: 44%;
}

.active.graph_w45per {
  width: 45%;
}

.active.graph_w46per {
  width: 46%;
}

.active.graph_w47per {
  width: 47%;
}

.active.graph_w48per {
  width: 48%;
}

.active.graph_w49per {
  width: 49%;
}

.active.graph_w50per {
  width: 50%;
}

.active.graph_w51per {
  width: 51%;
}

.active.graph_w52per {
  width: 52%;
}

.active.graph_w53per {
  width: 53%;
}

.active.graph_w54per {
  width: 54%;
}

.active.graph_w55per {
  width: 55%;
}

.active.graph_w56per {
  width: 56%;
}

.active.graph_w57per {
  width: 57%;
}

.active.graph_w58per {
  width: 58%;
}

.active.graph_w59per {
  width: 59%;
}

.active.graph_w60per {
  width: 60%;
}

.active.graph_w61per {
  width: 61%;
}

.active.graph_w62per {
  width: 62%;
}

.active.graph_w63per {
  width: 63%;
}

.active.graph_w64per {
  width: 64%;
}

.active.graph_w65per {
  width: 65%;
}

.active.graph_w66per {
  width: 66%;
}

.active.graph_w67per {
  width: 67%;
}

.active.graph_w68per {
  width: 68%;
}

.active.graph_w69per {
  width: 69%;
}

.active.graph_w70per {
  width: 70%;
}

.active.graph_w71per {
  width: 71%;
}

.active.graph_w72per {
  width: 72%;
}

.active.graph_w73per {
  width: 73%;
}

.active.graph_w74per {
  width: 74%;
}

.active.graph_w75per {
  width: 75%;
}

.active.graph_w76per {
  width: 76%;
}

.active.graph_w77per {
  width: 77%;
}

.active.graph_w78per {
  width: 78%;
}

.active.graph_w79per {
  width: 79%;
}

.active.graph_w80per {
  width: 80%;
}

.active.graph_w81per {
  width: 81%;
}

.active.graph_w82per {
  width: 82%;
}

.active.graph_w83per {
  width: 83%;
}

.active.graph_w84per {
  width: 84%;
}

.active.graph_w85per {
  width: 85%;
}

.active.graph_w86per {
  width: 86%;
}

.active.graph_w87per {
  width: 87%;
}

.active.graph_w88per {
  width: 88%;
}

.active.graph_w89per {
  width: 89%;
}

.active.graph_w90per {
  width: 90%;
}

.active.graph_w91per {
  width: 91%;
}

.active.graph_w92per {
  width: 92%;
}

.active.graph_w93per {
  width: 93%;
}

.active.graph_w94per {
  width: 94%;
}

.active.graph_w95per {
  width: 95%;
}

.active.graph_w96per {
  width: 96%;
}

.active.graph_w97per {
  width: 97%;
}

.active.graph_w98per {
  width: 98%;
}

.active.graph_w99per {
  width: 99%;
}

.active.graph_w100per {
  width: 100%;
}

/* verificationArea 
*****************************************/
.verificationArea {
  width: 960px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 115px;
}

.verificationArea p {
  margin-bottom: 0;
}

.verificationArea p strong {
  color: #e80000;
}

.verificationArea .verificationAreaInner01 {
  width: 800px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 767px) {
  .verificationArea .verificationAreaInner01 {
    width: 100%;
  }
}

.verificationArea .vhdg01 {
  color: #000;
  text-align: center;
  font-size: 38px;
  line-height: 1.1;
  padding: 0 0 0.15em;
  margin-bottom: 33px;
  border-bottom: 1px solid #535353;
}
@media screen and (max-width: 767px) {
  .verificationArea .vhdg01 {
    font-size: 26px;
  }
}

.verificationArea .vhdg01 + p {
  color: #535353;
  font-size: 18px;
  line-height: 1.5;
  margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
  .verificationArea .vhdg01 + p {
    font-size: 14px;
  }
}

.verificationArea .vhdg02 {
  color: #280079;
  font-size: 20px;
  padding: 0.65em 0;
  margin-bottom: 38px;
  border-top: 1px solid #280079;
  border-bottom: 1px solid #280079;
}

.verificationArea .vhdg03 {
  width: 800px;
  margin-left: auto;
  margin-right: auto;
  color: #000;
  text-align: center;
  font-size: 28px;
  font-weight: bold;
  line-height: 1.1;
  padding: 0 0 0.27em;
  margin-bottom: 20px;
  border-bottom: 1px solid #000;
}
@media screen and (max-width: 767px) {
  .verificationArea .vhdg03 {
    width: 100%;
    font-size: 20px;
  }
}

.verificationArea .vhdg03 + p {
  color: #303030;
  font-size: 16px;
  line-height: 1.5;
  margin-bottom: 8px;
}

.verificationArea .vhdg04 {
  text-align: center;
  margin-bottom: 35px;
}

.verificationArea .vhdg04 + p {
  width: 808px;
  margin-left: auto;
  margin-right: auto;
  color: #303030;
  font-size: 18px;
  line-height: 1.66;
}
@media screen and (max-width: 767px) {
  .verificationArea .vhdg04 + p {
    width: 100%;
    font-size: 13px;
  }
}

.verificationArea .vlead01 {
  width: 808px;
  margin-left: auto;
  margin-right: auto;
  color: #535353;
  font-size: 18px;
  line-height: 1.65;
  margin-bottom: 105px;
}
@media screen and (max-width: 767px) {
  .verificationArea .vlead01 {
    width: 100%;
    font-size: 14px;
  }
}

.verificationArea .configurationArea .hdg {
  width: 352px;
  color: #000;
  font-size: 20px;
  text-align: center;
  background: #f3f3f3;
  border: 2px solid #7f7f7f;
  padding: 0.15em;
  border-radius: 20px;
  margin-bottom: 25px;
  margin-top: 38px;
}
@media screen and (max-width: 767px) {
  .verificationArea .configurationArea .hdg {
    width: 100%;
    font-size: 15px;
  }
}

.verificationArea .configurationArea dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0.5em;
  margin-left: 12px;
}

.verificationArea .configurationArea dl dt {
  font-size: 14px;
  color: #7c7c7c;
  width: 58px;
}

.verificationArea .configurationArea dl dd {
  font-size: 14px;
  color: #000;
}

.verificationArea .f-center {
  margin-left: auto;
  margin-right: auto;
}

.verificationArea .caption {
  text-align: center;
  margin-top: 0.75em;
  font-size: 12px;
}

.verificationArea .vnote {
  margin-top: 1em;
  font-size: 12px;
}
</pre></body></html>