@charset "UTF-8";
/* -----------------------------------------------------
	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;
}

.mainArea {
  background: url("../img/mainArea/bg01.png") no-repeat 50% 0, url("../img/mainArea/bg02.png") repeat-x 0 0;
}
@media screen and (max-width: 767px) {
  .mainArea {
    background: url("../img/mainArea/bg01s.png") no-repeat 50% 0/100%;
    background-color: #efefef;
    overflow-x: hidden;
    overflow-y: auto;
  }
}
.mainArea > .inner01 {
  width: 960px;
  margin: 0 auto;
  min-height: 680px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .mainArea > .inner01 {
    width: 100%;
    min-height: auto;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .mainArea > .inner01 {
    padding-bottom: 2.5vw;
  }
}

@media screen and (min-width: 768px) {
  .mainArea > .inner01 .logo01 {
    position: absolute;
    bottom: -3px;
    left: -2px;
    width: 352px;
    margin-bottom: 0;
  }
}
@media screen and (max-width: 767px) {
  .mainArea > .inner01 .logo01 {
    width: 91.5vw;
    margin-left: 4.145vw;
    margin-bottom: 0;
  }
}
.mainArea > .inner01 .tx04 {
  color: #000;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  font-feature-settings: "palt";
  font-size: 18px;
  line-height: 1.55;
}
@media screen and (max-width: 767px) {
  .mainArea > .inner01 .tx04 {
    text-align: center;
    margin-bottom: 5vw;
  }
}
.mainArea > .inner01 > .inner02 {
  width: 370px;
  color: #fff;
  text-align: center;
  padding-top: 30px;
  margin-left: -5px;
}
@media screen and (max-width: 767px) {
  .mainArea > .inner01 > .inner02 {
    width: 100%;
    margin-left: 0;
    padding-top: 4.75vw;
  }
}
.mainArea > .inner01 > .inner02 .tx01 {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-feature-settings: "palt";
  font-size: 18px;
  margin-bottom: 6px;
  text-shadow: 0 0 2px rgba(0, 0, 0, 0.8);
}
@media screen and (max-width: 767px) {
  .mainArea > .inner01 > .inner02 .tx01 {
    margin-bottom: 7px;
    font-size: 4.5vw;
  }
}
.mainArea > .inner01 > .inner02 .tx02 {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  font-feature-settings: "palt";
  font-size: 23.3px;
  margin-bottom: 3px;
  text-shadow: 0 0 2px rgba(0, 0, 0, 0.8);
}
@media screen and (max-width: 767px) {
  .mainArea > .inner01 > .inner02 .tx02 {
    font-size: 5.825vw;
    margin-bottom: 0;
  }
}
.mainArea > .inner01 > .inner02 .tx03 {
  font-family: "Oswald", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-feature-settings: "palt";
  font-size: 61px;
  line-height: 1.09;
  text-shadow: 0 0 2px rgba(0, 0, 0, 0.8);
  margin-bottom: 42px;
}
@media screen and (max-width: 767px) {
  .mainArea > .inner01 > .inner02 .tx03 {
    font-size: 15.25vw;
    margin-bottom: 0;
  }
}
.mainArea > .inner01 > .inner02 .tx03 img {
  width: 135px;
}
@media screen and (max-width: 767px) {
  .mainArea > .inner01 > .inner02 .tx03 img {
    width: 32vw;
  }
}
.mainArea > .inner01 > .inner02 .tx03 span {
  color: #ff007b;
}
@media screen and (min-width: 768px) {
  .mainArea .slider01Wrap {
    position: absolute;
    right: 0;
    top: 0;
    width: 600px;
    max-height: 690px;
    overflow: hidden;
  }
}
@media screen and (max-width: 767px) {
  .mainArea .slider01Wrap {
    width: 88vw;
    margin: 0 auto 4.5vw;
  }
}
.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;
  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;
  transition: .3s;
}
.mainArea .slider01Wrap .slick-prev:hover:before,
.mainArea .slider01Wrap .slick-next:hover:before {
  border-color: #000;
}
.mainArea .slider01Wrap .slick-prev:before {
  left: 11px;
  transform: translateY(-50%) rotate(-135deg);
}
.mainArea .slider01Wrap .slick-next:before {
  right: 11px;
  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: 23.5vw;
  }
}
.mainArea .slider01Wrap .slick-next {
  right: 206px;
  border-radius: 10px 0 0 10px;
}
@media screen and (max-width: 767px) {
  .mainArea .slider01Wrap .slick-next {
    right: 23.75vw;
  }
}
.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 {
  display: block;
  line-height: 0;
  padding: 0;
  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.5vw;
    height: 2.5vw;
  }
}
.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: 46px 0 0;
}
@media screen and (max-width: 767px) {
  .mainContents .wrapSection05 {
    padding: 46px 0 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%;
  background: #000;
}
.featureArea * {
  box-sizing: border-box;
  font-feature-settings: "palt";
}
.featureArea > .inner01 {
  width: 960px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 767px) {
  .featureArea > .inner01 {
    width: 100%;
  }
}
.featureArea > .inner01 p {
  margin-bottom: 0;
}

.featureArea.featureArea01 {
  background: #e9e9e9;
  padding-top: 40px;
  padding-bottom: 84px;
}
@media screen and (max-width: 767px) {
  .featureArea.featureArea01 {
    padding-bottom: 84px;
  }
}

.featureArea.featureArea05 {
  background: #282828;
}
.featureArea.featureArea05 > .inner01 {
  padding: 73px 0 120px;
}
@media screen and (max-width: 767px) {
  .featureArea.featureArea05 > .inner01 {
    padding: 30px 15px 50px;
  }
}
.featureArea.featureArea05 > .inner01 .tableHdg {
  text-align: center;
  color: #fff;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  font-feature-settings: "palt";
  font-size: 32px;
  line-height: 1.5;
  margin-bottom: 44px;
}
@media screen and (max-width: 767px) {
  .featureArea.featureArea05 > .inner01 .tableHdg {
    font-size: 5.25vw;
  }
}
.featureArea.featureArea05 > .inner01 table {
  width: 100%;
  border-bottom: 1px solid #3c3c3c;
}
.featureArea.featureArea05 > .inner01 table tr {
  border-top: 1px solid #3c3c3c;
}
.featureArea.featureArea05 > .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;
  font-style: normal;
  font-feature-settings: "palt";
  font-size: 16px;
}
@media screen and (max-width: 767px) {
  .featureArea.featureArea05 > .inner01 table tr th {
    font-size: 3vw;
    padding: 0.45em 0;
  }
}
.featureArea.featureArea05 > .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;
  font-style: normal;
  font-feature-settings: "palt";
  font-size: 16px;
}
@media screen and (max-width: 767px) {
  .featureArea.featureArea05 > .inner01 table tr td {
    font-size: 3vw;
    padding: 0.45em 0;
  }
}

.featureArea.featureArea06 {
  background: #000 url("../img1/bg02.jpg") no-repeat 50% 0;
  color: #fff;
  text-align: left;
}
@media screen and (max-width: 767px) {
  .featureArea.featureArea06 {
    background: #000 url("../img1/bg02.jpg") no-repeat 50% 0/425.33vw;
  }
}
.featureArea.featureArea06 > .inner01 {
  padding-top: 70px;
  padding-bottom: 78px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .featureArea.featureArea06 > .inner01 {
    padding-top: 17.1vw;
    padding-bottom: 10.1vw;
    padding-left: 3.75vw;
    padding-right: 3.75vw;
  }
}
.featureArea.featureArea06 > .inner01 .logo01 {
  position: absolute;
  top: 38px;
  right: 0;
  width: 242px;
}
@media screen and (max-width: 767px) {
  .featureArea.featureArea06 > .inner01 .logo01 {
    top: 4vw;
    right: 5vw;
    width: 42.5vw;
  }
}
.featureArea.featureArea06 > .inner01 .tx01 {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  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 > .inner01 .tx01 {
    font-size: 3.6625vw;
    line-height: 1.25;
    margin-left: 2vw;
    margin-right: 2vw;
    margin-bottom: 0.5vw;
  }
}
.featureArea.featureArea06 > .inner01 .tx02 {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 900;
  font-style: normal;
  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 > .inner01 .tx02 {
    font-size: 7.5vw;
    margin-left: 2vw;
    margin-right: 2vw;
    margin-bottom: 10.5vw;
  }
}
.featureArea.featureArea06 > .inner01 .tx02::before {
  content: '';
  position: absolute;
  bottom: -13px;
  left: 0;
  width: 641px;
  height: 1px;
  background: #fff;
}
@media screen and (max-width: 767px) {
  .featureArea.featureArea06 > .inner01 .tx02::before {
    bottom: -1.9vw;
    width: 84vw;
  }
}
.featureArea.featureArea06 > .inner01 .tx02::after {
  content: '';
  position: absolute;
  bottom: -22px;
  left: 0;
  width: 540px;
  height: 1px;
  background: #fff;
}
@media screen and (max-width: 767px) {
  .featureArea.featureArea06 > .inner01 .tx02::after {
    bottom: -3.1vw;
    width: 70.75vw;
  }
}
.featureArea.featureArea06 > .inner01 .envList01 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.featureArea.featureArea06 > .inner01 .envList01 li {
  width: 48.9583333333%;
  border-radius: 10px;
  overflow: hidden;
  background: #000;
}
@media screen and (max-width: 767px) {
  .featureArea.featureArea06 > .inner01 .envList01 li {
    width: 100%;
  }
}
@media screen and (min-width: 768px) {
  .featureArea.featureArea06 > .inner01 .envList01 li:nth-child(n + 3) {
    margin-top: 20px;
  }
}
@media screen and (max-width: 767px) {
  .featureArea.featureArea06 > .inner01 .envList01 li:nth-child(n + 2) {
    margin-top: 15px;
  }
}
.featureArea.featureArea06 > .inner01 .envList01 li > .inner01 {
  padding: 39px 20px 20px 20px;
}
@media screen and (max-width: 767px) {
  .featureArea.featureArea06 > .inner01 .envList01 li > .inner01 {
    padding: 7.6vw 4.1vw 4vw 4.1vw;
  }
}
.featureArea.featureArea06 > .inner01 .envList01 li > .inner01 .tx03 {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  font-feature-settings: "palt";
  font-size: 22px;
  line-height: 1.55;
  margin-bottom: 0.9em;
}
@media screen and (max-width: 767px) {
  .featureArea.featureArea06 > .inner01 .envList01 li > .inner01 .tx03 {
    font-size: 4.025vw;
  }
}
.featureArea.featureArea06 > .inner01 .envList01 li > .inner01 .tx04 {
  color: #b0b0b0;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-feature-settings: "palt";
  font-size: 14px;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .featureArea.featureArea06 > .inner01 .envList01 li > .inner01 .tx04 {
    font-size: 3vw;
  }
}
.featureArea.featureArea06 > .inner01 .envList01 li > .inner01 .tx04 + .tx04 {
  margin-top: 0.8em;
}

.featureArea.featureArea07 {
  background: #000;
  color: #fff;
}
.featureArea.featureArea07 > .inner01 {
  padding-top: 60px;
  padding-bottom: 60px;
}
@media screen and (max-width: 767px) {
  .featureArea.featureArea07 > .inner01 {
    padding: 15vw 15px 15vw;
  }
}

.movieArea {
  width: 800px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 767px) {
  .movieArea {
    width: 100%;
  }
}
.movieArea .movieWrap01 {
  position: relative;
  height: 0;
  padding-bottom: 56.25%;
  overflow: hidden;
}
.movieArea .movieWrap01 iframe {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.featureMainArea * {
  box-sizing: border-box;
}
.featureMainArea p {
  margin-bottom: 0;
}
.featureMainArea figure {
  margin-bottom: 0;
}
.featureMainArea .tx01 {
  color: #000;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  font-feature-settings: "palt";
  font-size: 27.96px;
  text-align: center;
  line-height: 1.85;
}
@media screen and (max-width: 767px) {
  .featureMainArea .tx01 {
    font-size: 5vw;
  }
}
.featureMainArea .tx01 span {
  font-size: 42.65px;
}
@media screen and (max-width: 767px) {
  .featureMainArea .tx01 span {
    font-size: 8vw;
  }
}
.featureMainArea .tx02 {
  color: #000;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-feature-settings: "palt";
  font-size: 20px;
  text-align: center;
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  .featureMainArea .tx02 {
    font-size: 3.5vw;
  }
}
.featureMainArea > .inner01 {
  text-align: center;
  position: relative;
  height: 1118px;
  margin-top: 40px;
  margin-bottom: 29px;
  padding-top: 27px;
}
@media screen and (max-width: 767px) {
  .featureMainArea > .inner01 {
    height: auto;
  }
}
.featureMainArea > .inner01 .img01 {
  width: 761px;
  margin: 0 auto;
  padding-right: 8px;
}
@media screen and (max-width: 767px) {
  .featureMainArea > .inner01 .img01 {
    width: 83vw;
    margin: 0 auto 6.75vw;
    padding-right: 0;
  }
}
.featureMainArea > .inner01 .caption {
  color: #242424;
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-feature-settings: "palt";
  font-size: 14px;
}
@media screen and (min-width: 768px) {
  .featureMainArea > .inner01 .caption {
    white-space: nowrap;
  }
}
@media screen and (max-width: 767px) {
  .featureMainArea > .inner01 .caption {
    font-size: 3.5vw;
  }
}
.featureMainArea > .inner01 .caption span {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  font-feature-settings: "palt";
  font-size: 18px;
}
@media screen and (max-width: 767px) {
  .featureMainArea > .inner01 .caption span {
    font-size: 4.5vw;
  }
}
@media screen and (min-width: 768px) {
  .featureMainArea > .inner01 .img02 {
    position: absolute;
    bottom: 0;
    left: calc(50% - 501px);
    width: 511px;
  }
}
@media screen and (min-width: 768px) {
  .featureMainArea > .inner01 .img02 .caption {
    position: absolute;
    top: -50px;
    left: calc(50% - 203px);
  }
}
@media screen and (min-width: 768px) {
  .featureMainArea > .inner01 .img03 {
    position: absolute;
    bottom: 92px;
    left: calc(50% - 14px);
    width: 500px;
  }
}
@media screen and (min-width: 768px) {
  .featureMainArea > .inner01 .img03 .caption {
    position: absolute;
    top: -32px;
    left: calc(50% - 151px);
  }
}
.featureMainArea > .inner01 .arrow01 {
  position: absolute;
  top: 225px;
  left: 724px;
  width: 170px;
}
@media screen and (max-width: 767px) {
  .featureMainArea > .inner01 .arrow01 {
    top: 28.5vw;
    left: 73.6vw;
    width: 18.5vw;
  }
}
.featureMainArea > .inner01 .arrow02 {
  position: absolute;
  top: 537px;
  left: 296px;
  width: 373px;
}
@media screen and (max-width: 767px) {
  .featureMainArea > .inner01 .arrow02 {
    top: 62.8vw;
    left: 26.4vw;
    width: 41.25vw;
  }
}
.featureMainArea > .inner01 .arrow03 {
  position: absolute;
  top: 0;
  left: 256px;
  width: 334px;
}
@media screen and (max-width: 767px) {
  .featureMainArea > .inner01 .arrow03 {
    top: 3.5vw;
    left: 22vw;
    width: 37vw;
  }
}
.featureMainArea > .inner01 .arrow04 {
  position: absolute;
  top: 191px;
  left: 55px;
  width: 127px;
}
@media screen and (max-width: 767px) {
  .featureMainArea > .inner01 .arrow04 {
    top: 22.7vw;
    left: 0;
    width: 14vw;
  }
}
.featureMainArea > .inner01.active .arrow01 {
  transform: translateX(0);
  opacity: 1;
}
.featureMainArea > .inner01.active .arrow02 {
  transform: translateY(0);
  opacity: 1;
}
.featureMainArea > .inner01.active .arrow03 {
  transition-delay: .9s;
  transform: translateY(0);
  opacity: 1;
}
.featureMainArea > .inner01.active .arrow04 {
  transition-delay: .9s;
  transform: translateX(0);
  opacity: 1;
}
@media screen and (max-width: 767px) {
  .featureMainArea > .inner02 {
    margin: 0 3.75vw;
  }
}
.featureMainArea > .inner02 .tx03 {
  color: #000;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  font-feature-settings: "palt";
  font-size: 26px;
  text-align: center;
  line-height: 1.5384615385;
  margin-bottom: 41px;
}
@media screen and (max-width: 767px) {
  .featureMainArea > .inner02 .tx03 {
    font-size: 4.5vw;
    margin: 0 0 5vw;
  }
}
.featureMainArea > .inner02 .pList01 {
  width: 600px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 767px) {
  .featureMainArea > .inner02 .pList01 {
    width: 100%;
  }
}
.featureMainArea > .inner02 .pList01 li {
  color: #303030;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-feature-settings: "palt";
  font-size: 14px;
  line-height: 1.4285714286;
  padding-left: 1em;
  position: relative;
}
.featureMainArea > .inner02 .pList01 li::before {
  content: '';
  position: absolute;
  top: 8px;
  left: 3px;
  width: 6px;
  height: 6px;
  background: #303030;
  border-radius: 50%;
}
.featureMainArea > .inner02 .pList01 li + li {
  margin-top: 1em;
}

.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 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: 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;
}

.verificationArea .vhdg04.type02 {
  color: #008dff;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
  font-feature-settings: "palt";
  font-size: 32px;
  padding-left: 57px;
}
@media screen and (max-width: 767px) {
  .verificationArea .vhdg04.type02 {
    font-size: 4vw;
    padding-left: 7.125vw;
  }
  .verificationArea .vhdg04.type02.type03 {
    padding-left: 0;
  }
}
.verificationArea .vhdg04.type02 img {
  position: relative;
  width: 62px;
  top: -11px;
  right: -9px;
}
@media screen and (max-width: 767px) {
  .verificationArea .vhdg04.type02 img {
    width: 7.75vw;
    top: -1.375vw;
    right: -1.125vw;
  }
}

.graphTitle01 {
  color: #242424;
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  font-feature-settings: "palt";
  font-size: 22px;
  line-height: 1.75;
  margin-top: 115px;
}
@media screen and (max-width: 767px) {
  .graphTitle01 {
    font-size: 5.5vw;
    margin-top: 57px;
  }
}
.verificationArea02 .graphTitle01 {
  margin-top: 60px;
}
@media screen and (max-width: 767px) {
  .verificationArea02 .graphTitle01 {
    margin-top: 57px;
  }
}

.area01 {
  color: #000;
  background: #f8f8f8;
  padding: 51px 0 55px;
  overflow-x: hidden;
}
.area01 * {
  box-sizing: border-box;
}
.area01 p {
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  .area01 {
    padding: 16.5vw 0 13vw;
  }
}
.area01 .area01_inner01 {
  width: 960px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .area01 .area01_inner01 {
    width: 100%;
    padding: 0 3.75vw;
  }
}
.area01 .ti01 {
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  font-feature-settings: "palt";
  font-size: 32px;
  line-height: 1.2;
  margin-bottom: 44px;
}
@media screen and (max-width: 767px) {
  .area01 .ti01 {
    margin-bottom: 9.5vw;
  }
}
.area01 .ti01 .en {
  font-family: "Oswald", serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  font-feature-settings: "palt";
  font-size: 61.6px;
}
@media screen and (max-width: 767px) {
  .area01 .ti01 .en {
    font-size: 8.5vw;
  }
}
.area01 .ti01 .plus {
  font-family: "Oswald", serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  font-feature-settings: "palt";
  font-size: 61.6px;
  color: #00a5ff;
}
@media screen and (max-width: 767px) {
  .area01 .ti01 .plus {
    font-size: 8.5vw;
  }
}
.area01 .ti01 .jp {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 300;
  font-style: normal;
  font-feature-settings: "palt";
  font-size: 61px;
}
@media screen and (max-width: 767px) {
  .area01 .ti01 .jp {
    font-size: 8.5vw;
  }
}
.area01 .ti01 .tx_new {
  font-size: 58px;
  display: block;
  margin-top: 0.3em;
}
@media screen and (max-width: 767px) {
  .area01 .ti01 .tx_new {
    font-size: 10.5vw;
    margin-top: 0.2em;
  }
}
.area01 .ti01 .subTitle {
  font-size: 32px;
  display: block;
  margin-bottom: 0.1em;
}
@media screen and (max-width: 767px) {
  .area01 .ti01 .subTitle {
    font-size: 5vw;
    margin-bottom: 0.55em;
  }
}
.area01 .tx01 {
  color: #242424;
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-feature-settings: "palt";
  font-size: 14px;
  line-height: 1.7;
  margin-bottom: 9px;
}
@media screen and (max-width: 767px) {
  .area01 .tx01 {
    font-size: 3.5vw;
  }
}
.area01 .fig01 {
  width: 887px;
  margin: 0 auto;
  position: relative;
}
@media screen and (max-width: 767px) {
  .area01 .fig01 {
    width: 100%;
    margin: 6.75vw -3.75vw 7.5vw;
  }
  .area01 .fig01 img {
    width: 100vw;
    max-width: 100vw;
  }
}
.area01 .fig01 figcaption {
  position: absolute;
  bottom: 67px;
  right: 50px;
}
@media screen and (max-width: 767px) {
  .area01 .fig01 figcaption {
    bottom: -7.5vw;
    right: -1vw;
    font-size: 3vw;
    line-height: 1.2;
  }
}
.area01 .fig01 figcaption .wrap01 {
  align-items: center;
}
.area01 .fig01 figcaption .wrap01 .new {
  font-family: "Oswald", serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  font-feature-settings: "palt";
  font-size: 27px;
  background: #404040;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.35em 0.75em;
  margin-right: 0.4em;
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  .area01 .fig01 figcaption .wrap01 .new {
    padding: 0.6em 0.8em;
    font-size: 4.825vw;
  }
}
.area01 .fig01 figcaption .wrap01 .name {
  font-family: "Oswald", serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  font-feature-settings: "palt";
  font-size: 27px;
  line-height: 1.2;
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  .area01 .fig01 figcaption .wrap01 .name {
    font-size: 4.96975vw;
  }
}
.area01 .fig01 figcaption .wrap01 .name .jp {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-feature-settings: "palt";
}
.area01 .fig01 figcaption .wrap01 .name .plus {
  color: #00a5ff;
}
.area01 .fig02 {
  margin-top: -11px;
  width: 690px;
  margin-left: 18px;
  margin-right: auto;
  position: relative;
}
@media screen and (max-width: 767px) {
  .area01 .fig02 {
    width: 100%;
    margin-left: auto;
    margin-top: 18vw;
    margin-bottom: 7.5vw;
  }
  .area01 .fig02 img {
    width: 92.5vw;
    max-width: 92.5vw;
  }
}
.area01 .fig02 figcaption {
  color: #242424;
  position: absolute;
  bottom: -20px;
  left: 87px;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-feature-settings: "palt";
  font-size: 14px;
}
@media screen and (max-width: 767px) {
  .area01 .fig02 figcaption {
    bottom: -7.5vw;
    left: 0;
    font-size: 3.5vw;
  }
}
.area01 .fig03 {
  width: 569px;
  margin-top: -136px;
  margin-left: auto;
  margin-right: 34px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .area01 .fig03 {
    width: 100%;
    margin-right: auto;
    margin-top: 11.75vw;
    margin-bottom: 7.5vw;
  }
  .area01 .fig03 img {
    width: 92.5vw;
    max-width: 92.5vw;
  }
}
.area01 .fig03 figcaption {
  color: #242424;
  position: absolute;
  bottom: -20px;
  right: 67px;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-feature-settings: "palt";
  font-size: 14px;
}
@media screen and (max-width: 767px) {
  .area01 .fig03 figcaption {
    bottom: -4.5vw;
    right: inherit;
    left: 0;
    font-size: 3.5vw;
  }
}

.area03 {
  color: #000;
  background: #f8f8f8;
  padding: 36px 0 51px;
  overflow-x: hidden;
}
@media screen and (max-width: 767px) {
  .area03 {
    padding: 9vw 0 12.75vw;
  }
}
.area03 .area03_inner01 {
  width: 960px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .area03 .area03_inner01 {
    width: 100%;
    padding: 0 3.75vw;
  }
}
.area03 .ti01 {
  color: #242424;
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  font-feature-settings: "palt";
  font-size: 22px;
  line-height: 1.2;
  margin-bottom: 19px;
}
@media screen and (max-width: 767px) {
  .area03 .ti01 {
    font-size: 5.5vw;
    margin-bottom: 7.5vw;
    line-height: 1.4;
  }
}
.area03 .tx01 {
  color: #242424;
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-feature-settings: "palt";
  font-size: 14px;
  line-height: 1.7;
}
@media screen and (max-width: 767px) {
  .area03 .tx01 {
    font-size: 3.5vw;
  }
}
.area03 .fig01 {
  width: 594px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 22px;
}
.area03 .fig02 {
  width: 100%;
  margin-bottom: 5.5vw;
}
.area03 .ti02 {
  color: #242424;
  width: 880px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 100px;
  margin-bottom: 24px;
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  font-feature-settings: "palt";
  font-size: 19.4px;
  line-height: 1.4;
  border-bottom: 3px solid #000;
  padding-bottom: 9px;
}
@media screen and (max-width: 767px) {
  .area03 .ti02 {
    margin-top: 15vw;
    margin-bottom: 5.5vw;
    padding-bottom: 1.25vw;
    width: 100%;
    font-size: 4vw;
    border-bottom: 2px solid #000;
  }
}
.area03 .ti02 > span {
  font-size: 26px;
}
@media screen and (max-width: 767px) {
  .area03 .ti02 > span {
    font-size: 5.5vw;
    display: inline-block;
    margin-top: 4.5vw;
    line-height: 1.25;
  }
}
.area03 .ti02 > span > span {
  font-size: 37.7px;
}
@media screen and (max-width: 767px) {
  .area03 .ti02 > span > span {
    font-size: 8.5vw;
  }
}
.area03 .vbox01 {
  color: #242424;
  width: 800px;
  margin-left: auto;
  margin-right: auto;
  background: #fff;
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.2);
  border: 3px solid #636363;
  border-radius: 10px;
  padding: 26px 40px 55px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .area03 .vbox01 {
    width: 100%;
    padding: 4.5vw 2.5vw 5.5vw;
    border: 2px solid #636363;
  }
}
.area03 .vbox01 .vbox01_tx01 {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  font-feature-settings: "palt";
  font-size: 22px;
  line-height: 1.4;
  padding-bottom: 13px;
  border-bottom: 3px solid #000;
  margin-bottom: 26px;
}
@media screen and (max-width: 767px) {
  .area03 .vbox01 .vbox01_tx01 {
    font-size: 14px;
    padding-bottom: 1px;
    margin-bottom: 16px;
    border-bottom: 2px solid #000;
  }
}
.area03 .vbox01 .vbox01_tx01 span {
  font-size: 38.9px;
}
@media screen and (max-width: 767px) {
  .area03 .vbox01 .vbox01_tx01 span {
    font-size: 19px;
  }
}
.area03 .vbox01 .vbox01_tx02 {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  font-feature-settings: "palt";
  font-size: 18px;
  line-height: 1.8;
  margin-bottom: 56px;
}
@media screen and (max-width: 767px) {
  .area03 .vbox01 .vbox01_tx02 {
    font-size: 12px;
    line-height: 1.5;
    margin-bottom: 42px;
  }
}
.area03 .vbox01 .vbox01_tx02 span {
  color: #0000ff;
}
.area03 .vbox01 .vbox01_tx03 {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  font-feature-settings: "palt";
  font-size: 22px;
  line-height: 1.6363636364;
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  .area03 .vbox01 .vbox01_tx03 {
    font-size: 14px;
    line-height: 1.4;
    margin-top: -16px;
  }
}

.area04 {
  color: #000;
  background: #f2f2f2;
  padding: 59px 0 51px;
  overflow-x: hidden;
}
@media screen and (max-width: 767px) {
  .area04 {
    padding: 9vw 0 12.75vw;
  }
}
.area04 .area04_inner01 {
  width: 960px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .area04 .area04_inner01 {
    width: 100%;
    padding: 0 3.75vw;
  }
}
.area04 .ti01 {
  color: #242424;
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  font-feature-settings: "palt";
  font-size: 22px;
  line-height: 1.8;
  margin-bottom: 24px;
}
@media screen and (max-width: 767px) {
  .area04 .ti01 {
    font-size: 4vw;
  }
}
.area04 .ti01 span {
  font-size: 32.5px;
}
@media screen and (max-width: 767px) {
  .area04 .ti01 span {
    font-size: 5.5vw;
  }
}
.area04 .vbox01 {
  width: 960px;
  margin-left: auto;
  margin-right: auto;
  background: #fff;
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.2);
  border-radius: 10px;
  overflow: hidden;
  position: relative;
}
@media screen and (max-width: 767px) {
  .area04 .vbox01 {
    width: 100%;
  }
}
.area04 .vbox01 .textWrap {
  position: absolute;
  top: 125px;
  left: 25px;
  width: 444px;
}
@media screen and (max-width: 767px) {
  .area04 .vbox01 .textWrap {
    top: 21.875vw;
    left: 43.5vw;
    width: 45vw;
  }
}
.area04 .vbox01 .vbox01_tx01 {
  margin-bottom: 0;
  font-family: "Oswald", serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  font-feature-settings: "palt";
  font-size: 42px;
  line-height: 1.2;
  border-bottom: 3px solid #000;
  padding: 0 15px 30px;
}
@media screen and (max-width: 767px) {
  .area04 .vbox01 .vbox01_tx01 {
    font-size: 4.75vw;
    padding: 0 0 2vw;
    margin-right: -2.5vw;
    border-bottom: 2px solid #000;
  }
}
.area04 .vbox01 .vbox01_tx01 .plus {
  color: #00a5ff;
}
.area04 .vbox01 .vbox01_tx01 .jp {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 300;
  font-style: normal;
  font-feature-settings: "palt";
}
.area04 .vbox01 .vbox01_tx02 {
  margin-bottom: 0;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  font-feature-settings: "palt";
  font-size: 18.5px;
  line-height: 1.64;
  padding: 30px 15px 0;
}
@media screen and (max-width: 767px) {
  .area04 .vbox01 .vbox01_tx02 {
    width: 100%;
    font-size: 3vw;
    padding: 4.25vw 0 0;
    line-height: 1.49;
  }
}
.area04 .vbox01 .vbox01_tx02 .plus {
  color: #00a5ff;
}
.area04 .vbox01 .vbox01_tx02 .jp {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 300;
  font-style: normal;
  font-feature-settings: "palt";
}

.area01 *,
.verificationArea01 *,
.verificationArea02 *,
.verificationArea03 *,
.verificationArea04 * {
  box-sizing: border-box;
}
.area01 p,
.verificationArea01 p,
.verificationArea02 p,
.verificationArea03 p,
.verificationArea04 p {
  margin-bottom: 0;
}
.area01 .vbox01,
.verificationArea01 .vbox01,
.verificationArea02 .vbox01,
.verificationArea03 .vbox01,
.verificationArea04 .vbox01 {
  width: 800px;
  margin-left: auto;
  margin-right: auto;
  background: #fff;
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.2);
  border-radius: 10px;
  padding: 32px 60px;
}
@media screen and (max-width: 767px) {
  .area01 .vbox01,
  .verificationArea01 .vbox01,
  .verificationArea02 .vbox01,
  .verificationArea03 .vbox01,
  .verificationArea04 .vbox01 {
    width: 100%;
    padding: 4.5vw 2.5vw;
  }
}
.area01 .vbox01.typeGraph,
.verificationArea01 .vbox01.typeGraph,
.verificationArea02 .vbox01.typeGraph,
.verificationArea03 .vbox01.typeGraph,
.verificationArea04 .vbox01.typeGraph {
  width: 920px;
  margin-top: 19px;
  padding: 40px 60px;
}
@media screen and (max-width: 767px) {
  .area01 .vbox01.typeGraph,
  .verificationArea01 .vbox01.typeGraph,
  .verificationArea02 .vbox01.typeGraph,
  .verificationArea03 .vbox01.typeGraph,
  .verificationArea04 .vbox01.typeGraph {
    width: 100%;
    padding: 10px 15px 8px;
  }
}
.area01 .vbox01 p,
.verificationArea01 .vbox01 p,
.verificationArea02 .vbox01 p,
.verificationArea03 .vbox01 p,
.verificationArea04 .vbox01 p {
  color: #242424;
}
.area01 .vbox01 .vbox01_tx01,
.verificationArea01 .vbox01 .vbox01_tx01,
.verificationArea02 .vbox01 .vbox01_tx01,
.verificationArea03 .vbox01 .vbox01_tx01,
.verificationArea04 .vbox01 .vbox01_tx01 {
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  font-feature-settings: "palt";
  font-size: 18px;
  line-height: 1.7777777778;
}
@media screen and (max-width: 767px) {
  .area01 .vbox01 .vbox01_tx01,
  .verificationArea01 .vbox01 .vbox01_tx01,
  .verificationArea02 .vbox01 .vbox01_tx01,
  .verificationArea03 .vbox01 .vbox01_tx01,
  .verificationArea04 .vbox01 .vbox01_tx01 {
    font-size: 3vw;
    line-height: 1.4916666667;
  }
}
.area01 .vbox01 .vbox01_tx02,
.verificationArea01 .vbox01 .vbox01_tx02,
.verificationArea02 .vbox01 .vbox01_tx02,
.verificationArea03 .vbox01 .vbox01_tx02,
.verificationArea04 .vbox01 .vbox01_tx02 {
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  font-feature-settings: "palt";
  font-size: 34px;
  line-height: 1.9411764706;
}
@media screen and (max-width: 767px) {
  .area01 .vbox01 .vbox01_tx02,
  .verificationArea01 .vbox01 .vbox01_tx02,
  .verificationArea02 .vbox01 .vbox01_tx02,
  .verificationArea03 .vbox01 .vbox01_tx02,
  .verificationArea04 .vbox01 .vbox01_tx02 {
    font-size: 4.75vw;
  }
}
.area01 .vbox01 .vbox01_tx02 strong,
.verificationArea01 .vbox01 .vbox01_tx02 strong,
.verificationArea02 .vbox01 .vbox01_tx02 strong,
.verificationArea03 .vbox01 .vbox01_tx02 strong,
.verificationArea04 .vbox01 .vbox01_tx02 strong {
  color: #242424 !important;
  position: relative;
}
.area01 .vbox01 .vbox01_tx02 strong::before,
.verificationArea01 .vbox01 .vbox01_tx02 strong::before,
.verificationArea02 .vbox01 .vbox01_tx02 strong::before,
.verificationArea03 .vbox01 .vbox01_tx02 strong::before,
.verificationArea04 .vbox01 .vbox01_tx02 strong::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background: #000;
}
@media screen and (max-width: 767px) {
  .area01 .vbox01 .vbox01_tx02 strong::before,
  .verificationArea01 .vbox01 .vbox01_tx02 strong::before,
  .verificationArea02 .vbox01 .vbox01_tx02 strong::before,
  .verificationArea03 .vbox01 .vbox01_tx02 strong::before,
  .verificationArea04 .vbox01 .vbox01_tx02 strong::before {
    bottom: -2px;
  }
}
.area01 .vbox01 .vbox01_tx02 + .vbox01_tx01,
.verificationArea01 .vbox01 .vbox01_tx02 + .vbox01_tx01,
.verificationArea02 .vbox01 .vbox01_tx02 + .vbox01_tx01,
.verificationArea03 .vbox01 .vbox01_tx02 + .vbox01_tx01,
.verificationArea04 .vbox01 .vbox01_tx02 + .vbox01_tx01 {
  margin-top: 13px;
}
@media screen and (max-width: 767px) {
  .area01 .vbox01 .vbox01_tx02 + .vbox01_tx01,
  .verificationArea01 .vbox01 .vbox01_tx02 + .vbox01_tx01,
  .verificationArea02 .vbox01 .vbox01_tx02 + .vbox01_tx01,
  .verificationArea03 .vbox01 .vbox01_tx02 + .vbox01_tx01,
  .verificationArea04 .vbox01 .vbox01_tx02 + .vbox01_tx01 {
    margin-top: 7px;
  }
}
.area01 .vbox01 .vbox01_tx02 + .vbox01_tx01 + .vbox01_tx02,
.verificationArea01 .vbox01 .vbox01_tx02 + .vbox01_tx01 + .vbox01_tx02,
.verificationArea02 .vbox01 .vbox01_tx02 + .vbox01_tx01 + .vbox01_tx02,
.verificationArea03 .vbox01 .vbox01_tx02 + .vbox01_tx01 + .vbox01_tx02,
.verificationArea04 .vbox01 .vbox01_tx02 + .vbox01_tx01 + .vbox01_tx02 {
  margin-top: 15px;
  margin-bottom: 3px;
}
@media screen and (max-width: 767px) {
  .area01 .vbox01 .vbox01_tx02 + .vbox01_tx01 + .vbox01_tx02,
  .verificationArea01 .vbox01 .vbox01_tx02 + .vbox01_tx01 + .vbox01_tx02,
  .verificationArea02 .vbox01 .vbox01_tx02 + .vbox01_tx01 + .vbox01_tx02,
  .verificationArea03 .vbox01 .vbox01_tx02 + .vbox01_tx01 + .vbox01_tx02,
  .verificationArea04 .vbox01 .vbox01_tx02 + .vbox01_tx01 + .vbox01_tx02 {
    margin-top: 8px;
    margin-bottom: 2px;
  }
}
.area01 .vbox01 .vbox01_tx03,
.verificationArea01 .vbox01 .vbox01_tx03,
.verificationArea02 .vbox01 .vbox01_tx03,
.verificationArea03 .vbox01 .vbox01_tx03,
.verificationArea04 .vbox01 .vbox01_tx03 {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  font-feature-settings: "palt";
  font-size: 22px;
  line-height: 1.75;
}
@media screen and (max-width: 767px) {
  .area01 .vbox01 .vbox01_tx03,
  .verificationArea01 .vbox01 .vbox01_tx03,
  .verificationArea02 .vbox01 .vbox01_tx03,
  .verificationArea03 .vbox01 .vbox01_tx03,
  .verificationArea04 .vbox01 .vbox01_tx03 {
    font-size: 4vw;
  }
}
@media screen and (max-width: 767px) {
  .area01 .vbox01 .vbox01_tx03.typeHasChip,
  .verificationArea01 .vbox01 .vbox01_tx03.typeHasChip,
  .verificationArea02 .vbox01 .vbox01_tx03.typeHasChip,
  .verificationArea03 .vbox01 .vbox01_tx03.typeHasChip,
  .verificationArea04 .vbox01 .vbox01_tx03.typeHasChip {
    margin-bottom: 23vw;
  }
}
.area01 .vbox02,
.verificationArea01 .vbox02,
.verificationArea02 .vbox02,
.verificationArea03 .vbox02,
.verificationArea04 .vbox02 {
  border: 3px solid #636363;
  background: #fff;
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.2);
  border-radius: 10px;
  text-align: center;
  padding: 10px;
}
.area01 .vbox02 p,
.verificationArea01 .vbox02 p,
.verificationArea02 .vbox02 p,
.verificationArea03 .vbox02 p,
.verificationArea04 .vbox02 p {
  color: #242424;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  font-feature-settings: "palt";
  font-size: 22px;
  line-height: 1.6363636364;
}
@media screen and (max-width: 767px) {
  .area01 .vbox02 p,
  .verificationArea01 .vbox02 p,
  .verificationArea02 .vbox02 p,
  .verificationArea03 .vbox02 p,
  .verificationArea04 .vbox02 p {
    font-size: 4vw;
  }
}
.area01 .vtable01,
.verificationArea01 .vtable01,
.verificationArea02 .vtable01,
.verificationArea03 .vtable01,
.verificationArea04 .vtable01 {
  width: 100%;
  border-top: 1px solid #c5c5c5;
}
.area01 .vtable01 th,
.area01 .vtable01 td,
.verificationArea01 .vtable01 th,
.verificationArea01 .vtable01 td,
.verificationArea02 .vtable01 th,
.verificationArea02 .vtable01 td,
.verificationArea03 .vtable01 th,
.verificationArea03 .vtable01 td,
.verificationArea04 .vtable01 th,
.verificationArea04 .vtable01 td {
  text-align: left;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-feature-settings: "palt";
  font-size: 14px;
  line-height: 1.2857142857;
  border-bottom: 1px solid #c5c5c5;
  padding: 0.61em 0.65em;
}
@media screen and (max-width: 767px) {
  .area01 .vtable01 th,
  .area01 .vtable01 td,
  .verificationArea01 .vtable01 th,
  .verificationArea01 .vtable01 td,
  .verificationArea02 .vtable01 th,
  .verificationArea02 .vtable01 td,
  .verificationArea03 .vtable01 th,
  .verificationArea03 .vtable01 td,
  .verificationArea04 .vtable01 th,
  .verificationArea04 .vtable01 td {
    font-size: 11px;
    padding: 0.8em 0.65em;
    line-height: 1.3636363636;
  }
}
.area01 .vtable01 th,
.verificationArea01 .vtable01 th,
.verificationArea02 .vtable01 th,
.verificationArea03 .vtable01 th,
.verificationArea04 .vtable01 th {
  white-space: nowrap;
  width: 23.2%;
}
@media screen and (max-width: 767px) {
  .area01 .vtable01 th,
  .verificationArea01 .vtable01 th,
  .verificationArea02 .vtable01 th,
  .verificationArea03 .vtable01 th,
  .verificationArea04 .vtable01 th {
    width: 33.2%;
  }
}
.area01 .graphArea01,
.verificationArea01 .graphArea01,
.verificationArea02 .graphArea01,
.verificationArea03 .graphArea01,
.verificationArea04 .graphArea01 {
  width: 100%;
  margin-top: 10px;
  margin-bottom: 13px;
}
@media screen and (max-width: 767px) {
  .area01 .graphArea01,
  .verificationArea01 .graphArea01,
  .verificationArea02 .graphArea01,
  .verificationArea03 .graphArea01,
  .verificationArea04 .graphArea01 {
    margin-top: 3px;
    margin-bottom: 0;
  }
}
.area01 .graphArea01 > .item,
.verificationArea01 .graphArea01 > .item,
.verificationArea02 .graphArea01 > .item,
.verificationArea03 .graphArea01 > .item,
.verificationArea04 .graphArea01 > .item {
  width: 100%;
}
.area01 .graphArea01 > .item + .item,
.verificationArea01 .graphArea01 > .item + .item,
.verificationArea02 .graphArea01 > .item + .item,
.verificationArea03 .graphArea01 > .item + .item,
.verificationArea04 .graphArea01 > .item + .item {
  margin-top: 17px;
}
@media screen and (max-width: 767px) {
  .area01 .graphArea01 > .item + .item,
  .verificationArea01 .graphArea01 > .item + .item,
  .verificationArea02 .graphArea01 > .item + .item,
  .verificationArea03 .graphArea01 > .item + .item,
  .verificationArea04 .graphArea01 > .item + .item {
    margin-top: 4px;
  }
}
.area01 .graphArea01 > .item.visible,
.verificationArea01 .graphArea01 > .item.visible,
.verificationArea02 .graphArea01 > .item.visible,
.verificationArea03 .graphArea01 > .item.visible,
.verificationArea04 .graphArea01 > .item.visible {
  opacity: 1;
  transform: translateY(0);
}
.area01 .graphArea01 > .item > .inner01,
.verificationArea01 .graphArea01 > .item > .inner01,
.verificationArea02 .graphArea01 > .item > .inner01,
.verificationArea03 .graphArea01 > .item > .inner01,
.verificationArea04 .graphArea01 > .item > .inner01 {
  display: flex;
  align-items: center;
  position: relative;
}
@media screen and (max-width: 767px) {
  .area01 .graphArea01 > .item > .inner01,
  .verificationArea01 .graphArea01 > .item > .inner01,
  .verificationArea02 .graphArea01 > .item > .inner01,
  .verificationArea03 .graphArea01 > .item > .inner01,
  .verificationArea04 .graphArea01 > .item > .inner01 {
    flex-direction: column;
  }
}
.area01 .graphArea01 > .item > .inner01 .bar,
.verificationArea01 .graphArea01 > .item > .inner01 .bar,
.verificationArea02 .graphArea01 > .item > .inner01 .bar,
.verificationArea03 .graphArea01 > .item > .inner01 .bar,
.verificationArea04 .graphArea01 > .item > .inner01 .bar {
  width: 90%;
  height: 16px;
  border-radius: 8px;
  background: #e1e1e1;
  position: relative;
  overflow: hidden;
}
.area01 .graphArea01 > .item > .inner01 .bar > .inner01,
.verificationArea01 .graphArea01 > .item > .inner01 .bar > .inner01,
.verificationArea02 .graphArea01 > .item > .inner01 .bar > .inner01,
.verificationArea03 .graphArea01 > .item > .inner01 .bar > .inner01,
.verificationArea04 .graphArea01 > .item > .inner01 .bar > .inner01 {
  height: 100%;
  width: 0;
  border-radius: 8px;
  background: #9f9f9f;
  transition: width 1s ease-in-out;
}
@media screen and (max-width: 767px) {
  .area01 .graphArea01 > .item > .inner01 .bar,
  .verificationArea01 .graphArea01 > .item > .inner01 .bar,
  .verificationArea02 .graphArea01 > .item > .inner01 .bar,
  .verificationArea03 .graphArea01 > .item > .inner01 .bar,
  .verificationArea04 .graphArea01 > .item > .inner01 .bar {
    width: 100%;
    margin-top: 8px;
  }
}
.area01 .graphArea01 > .item > .inner01 .bar.color01 > .inner01,
.verificationArea01 .graphArea01 > .item > .inner01 .bar.color01 > .inner01,
.verificationArea02 .graphArea01 > .item > .inner01 .bar.color01 > .inner01,
.verificationArea03 .graphArea01 > .item > .inner01 .bar.color01 > .inner01,
.verificationArea04 .graphArea01 > .item > .inner01 .bar.color01 > .inner01 {
  background: #008ee1;
}
.area01 .graphArea01 > .item > .inner01 .bar.color02 > .inner01,
.verificationArea01 .graphArea01 > .item > .inner01 .bar.color02 > .inner01,
.verificationArea02 .graphArea01 > .item > .inner01 .bar.color02 > .inner01,
.verificationArea03 .graphArea01 > .item > .inner01 .bar.color02 > .inner01,
.verificationArea04 .graphArea01 > .item > .inner01 .bar.color02 > .inner01 {
  background: #ff7600;
}
.area01 .graphArea01 > .item > .inner01 .bar.color03 > .inner01,
.verificationArea01 .graphArea01 > .item > .inner01 .bar.color03 > .inner01,
.verificationArea02 .graphArea01 > .item > .inner01 .bar.color03 > .inner01,
.verificationArea03 .graphArea01 > .item > .inner01 .bar.color03 > .inner01,
.verificationArea04 .graphArea01 > .item > .inner01 .bar.color03 > .inner01 {
  background: #a6d100;
}
.area01 .graphArea01 > .item > .inner01 .value,
.verificationArea01 .graphArea01 > .item > .inner01 .value,
.verificationArea02 .graphArea01 > .item > .inner01 .value,
.verificationArea03 .graphArea01 > .item > .inner01 .value,
.verificationArea04 .graphArea01 > .item > .inner01 .value {
  width: 10%;
  color: #242424;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  font-feature-settings: "palt";
  font-size: 14.4px;
  text-align: right;
}
.area01 .graphArea01 > .item > .inner01 .value .num,
.verificationArea01 .graphArea01 > .item > .inner01 .value .num,
.verificationArea02 .graphArea01 > .item > .inner01 .value .num,
.verificationArea03 .graphArea01 > .item > .inner01 .value .num,
.verificationArea04 .graphArea01 > .item > .inner01 .value .num {
  font-size: 20px;
}
@media screen and (max-width: 767px) {
  .area01 .graphArea01 > .item > .inner01 .value .num,
  .verificationArea01 .graphArea01 > .item > .inner01 .value .num,
  .verificationArea02 .graphArea01 > .item > .inner01 .value .num,
  .verificationArea03 .graphArea01 > .item > .inner01 .value .num,
  .verificationArea04 .graphArea01 > .item > .inner01 .value .num {
    font-size: 5vw;
  }
}
.area01 .graphArea01 > .item > .inner01 .value.type02 .underline,
.verificationArea01 .graphArea01 > .item > .inner01 .value.type02 .underline,
.verificationArea02 .graphArea01 > .item > .inner01 .value.type02 .underline,
.verificationArea03 .graphArea01 > .item > .inner01 .value.type02 .underline,
.verificationArea04 .graphArea01 > .item > .inner01 .value.type02 .underline {
  color: #00647b;
  position: relative;
}
.area01 .graphArea01 > .item > .inner01 .value.type02 .underline::before,
.verificationArea01 .graphArea01 > .item > .inner01 .value.type02 .underline::before,
.verificationArea02 .graphArea01 > .item > .inner01 .value.type02 .underline::before,
.verificationArea03 .graphArea01 > .item > .inner01 .value.type02 .underline::before,
.verificationArea04 .graphArea01 > .item > .inner01 .value.type02 .underline::before {
  content: '';
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 100%;
  height: 3px;
  background: #00647b;
}
@media screen and (max-width: 767px) {
  .area01 .graphArea01 > .item > .inner01 .value,
  .verificationArea01 .graphArea01 > .item > .inner01 .value,
  .verificationArea02 .graphArea01 > .item > .inner01 .value,
  .verificationArea03 .graphArea01 > .item > .inner01 .value,
  .verificationArea04 .graphArea01 > .item > .inner01 .value {
    width: 100%;
    font-size: 4.5vw;
  }
}
.area01 .graphArea01 > .item > .inner01 .chip,
.verificationArea01 .graphArea01 > .item > .inner01 .chip,
.verificationArea02 .graphArea01 > .item > .inner01 .chip,
.verificationArea03 .graphArea01 > .item > .inner01 .chip,
.verificationArea04 .graphArea01 > .item > .inner01 .chip {
  position: absolute;
  bottom: 39px;
  right: -22px;
  background: #00647b;
  text-align: center;
  border-radius: 10px;
  padding: 9px 13px;
  color: #fff;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  font-feature-settings: "palt";
  font-size: 16px;
  line-height: 1.3125;
}
@media screen and (max-width: 767px) {
  .area01 .graphArea01 > .item > .inner01 .chip,
  .verificationArea01 .graphArea01 > .item > .inner01 .chip,
  .verificationArea02 .graphArea01 > .item > .inner01 .chip,
  .verificationArea03 .graphArea01 > .item > .inner01 .chip,
  .verificationArea04 .graphArea01 > .item > .inner01 .chip {
    bottom: 17vw;
    right: -0.75vw;
    padding: 2.25vw 3.25vw;
    font-size: 4vw;
  }
}
.area01 .graphArea01 > .item > .inner01 .chip::before,
.verificationArea01 .graphArea01 > .item > .inner01 .chip::before,
.verificationArea02 .graphArea01 > .item > .inner01 .chip::before,
.verificationArea03 .graphArea01 > .item > .inner01 .chip::before,
.verificationArea04 .graphArea01 > .item > .inner01 .chip::before {
  content: '';
  position: absolute;
  bottom: -10px;
  right: 49px;
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 6px solid transparent;
  border-left: 6px solid transparent;
  border-top: 18px solid #00647b;
  border-bottom: 0;
}
.area01 .graphArea01 + .vbox01_tx03,
.verificationArea01 .graphArea01 + .vbox01_tx03,
.verificationArea02 .graphArea01 + .vbox01_tx03,
.verificationArea03 .graphArea01 + .vbox01_tx03,
.verificationArea04 .graphArea01 + .vbox01_tx03 {
  margin-top: 30px;
}
@media screen and (max-width: 767px) {
  .area01 .graphArea01 + .vbox01_tx03,
  .verificationArea01 .graphArea01 + .vbox01_tx03,
  .verificationArea02 .graphArea01 + .vbox01_tx03,
  .verificationArea03 .graphArea01 + .vbox01_tx03,
  .verificationArea04 .graphArea01 + .vbox01_tx03 {
    margin-top: 15px;
  }
}
.area01 .hanrei01,
.verificationArea01 .hanrei01,
.verificationArea02 .hanrei01,
.verificationArea03 .hanrei01,
.verificationArea04 .hanrei01 {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 150px;
  margin-top: 30px;
}
@media screen and (max-width: 767px) {
  .area01 .hanrei01,
  .verificationArea01 .hanrei01,
  .verificationArea02 .hanrei01,
  .verificationArea03 .hanrei01,
  .verificationArea04 .hanrei01 {
    gap: 12px 0;
    flex-direction: column;
    justify-content: flex-start;
    margin-left: 15px;
    margin-top: 23px;
  }
}
@media screen and (max-width: 767px) {
  .area01 .hanrei01.type02,
  .verificationArea01 .hanrei01.type02,
  .verificationArea02 .hanrei01.type02,
  .verificationArea03 .hanrei01.type02,
  .verificationArea04 .hanrei01.type02 {
    gap: 12px 43px;
    flex-direction: row;
  }
}
.area01 .hanrei01 li,
.verificationArea01 .hanrei01 li,
.verificationArea02 .hanrei01 li,
.verificationArea03 .hanrei01 li,
.verificationArea04 .hanrei01 li {
  color: #242424;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  font-feature-settings: "palt";
  font-size: 14.4px;
  line-height: 1;
  padding-left: 25px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .area01 .hanrei01 li,
  .verificationArea01 .hanrei01 li,
  .verificationArea02 .hanrei01 li,
  .verificationArea03 .hanrei01 li,
  .verificationArea04 .hanrei01 li {
    font-size: 12px;
    padding-left: 16px;
  }
}
.area01 .hanrei01 li::before,
.verificationArea01 .hanrei01 li::before,
.verificationArea02 .hanrei01 li::before,
.verificationArea03 .hanrei01 li::before,
.verificationArea04 .hanrei01 li::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: #9f9f9f;
  transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  .area01 .hanrei01 li::before,
  .verificationArea01 .hanrei01 li::before,
  .verificationArea02 .hanrei01 li::before,
  .verificationArea03 .hanrei01 li::before,
  .verificationArea04 .hanrei01 li::before {
    width: 11.2px;
    height: 11.2px;
  }
}
.area01 .hanrei01 li.color01::before,
.verificationArea01 .hanrei01 li.color01::before,
.verificationArea02 .hanrei01 li.color01::before,
.verificationArea03 .hanrei01 li.color01::before,
.verificationArea04 .hanrei01 li.color01::before {
  background: #008ee1;
}
.area01 .hanrei01 li.color02::before,
.verificationArea01 .hanrei01 li.color02::before,
.verificationArea02 .hanrei01 li.color02::before,
.verificationArea03 .hanrei01 li.color02::before,
.verificationArea04 .hanrei01 li.color02::before {
  background: #ff7600;
}
.area01 .hanrei01 li.color03::before,
.verificationArea01 .hanrei01 li.color03::before,
.verificationArea02 .hanrei01 li.color03::before,
.verificationArea03 .hanrei01 li.color03::before,
.verificationArea04 .hanrei01 li.color03::before {
  background: #a6d100;
}

.verificationArea01 .verificationArea01_inner01,
.verificationArea01 .verificationArea02_inner01,
.verificationArea01 .verificationArea03_inner01,
.verificationArea01 .verificationArea04_inner01,
.verificationArea02 .verificationArea01_inner01,
.verificationArea02 .verificationArea02_inner01,
.verificationArea02 .verificationArea03_inner01,
.verificationArea02 .verificationArea04_inner01,
.verificationArea03 .verificationArea01_inner01,
.verificationArea03 .verificationArea02_inner01,
.verificationArea03 .verificationArea03_inner01,
.verificationArea03 .verificationArea04_inner01,
.verificationArea04 .verificationArea01_inner01,
.verificationArea04 .verificationArea02_inner01,
.verificationArea04 .verificationArea03_inner01,
.verificationArea04 .verificationArea04_inner01 {
  width: 960px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .verificationArea01 .verificationArea01_inner01,
  .verificationArea01 .verificationArea02_inner01,
  .verificationArea01 .verificationArea03_inner01,
  .verificationArea01 .verificationArea04_inner01,
  .verificationArea02 .verificationArea01_inner01,
  .verificationArea02 .verificationArea02_inner01,
  .verificationArea02 .verificationArea03_inner01,
  .verificationArea02 .verificationArea04_inner01,
  .verificationArea03 .verificationArea01_inner01,
  .verificationArea03 .verificationArea02_inner01,
  .verificationArea03 .verificationArea03_inner01,
  .verificationArea03 .verificationArea04_inner01,
  .verificationArea04 .verificationArea01_inner01,
  .verificationArea04 .verificationArea02_inner01,
  .verificationArea04 .verificationArea03_inner01,
  .verificationArea04 .verificationArea04_inner01 {
    width: 100%;
    padding: 0 3.75vw;
  }
}
.verificationArea01 .verificationArea01_inner01 *,
.verificationArea01 .verificationArea02_inner01 *,
.verificationArea01 .verificationArea03_inner01 *,
.verificationArea01 .verificationArea04_inner01 *,
.verificationArea02 .verificationArea01_inner01 *,
.verificationArea02 .verificationArea02_inner01 *,
.verificationArea02 .verificationArea03_inner01 *,
.verificationArea02 .verificationArea04_inner01 *,
.verificationArea03 .verificationArea01_inner01 *,
.verificationArea03 .verificationArea02_inner01 *,
.verificationArea03 .verificationArea03_inner01 *,
.verificationArea03 .verificationArea04_inner01 *,
.verificationArea04 .verificationArea01_inner01 *,
.verificationArea04 .verificationArea02_inner01 *,
.verificationArea04 .verificationArea03_inner01 *,
.verificationArea04 .verificationArea04_inner01 * {
  box-sizing: border-box;
}
.verificationArea01 .ti01,
.verificationArea02 .ti01,
.verificationArea03 .ti01,
.verificationArea04 .ti01 {
  color: #000;
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  font-feature-settings: "palt";
  font-size: 28px;
  line-height: 1.75;
  border-bottom: 2px solid #000;
  width: 500px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 12px;
}
@media screen and (max-width: 767px) {
  .verificationArea01 .ti01,
  .verificationArea02 .ti01,
  .verificationArea03 .ti01,
  .verificationArea04 .ti01 {
    width: 100%;
    font-size: 5.5vw;
    padding-bottom: 3px;
    margin-bottom: 14px;
  }
}
.verificationArea01 .ti02,
.verificationArea02 .ti02,
.verificationArea03 .ti02,
.verificationArea04 .ti02 {
  color: #000;
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  font-feature-settings: "palt";
  font-size: 42px;
  line-height: 1.45;
  border-bottom: 2px solid #000;
  width: 500px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 41px;
}
@media screen and (max-width: 767px) {
  .verificationArea01 .ti02,
  .verificationArea02 .ti02,
  .verificationArea03 .ti02,
  .verificationArea04 .ti02 {
    width: 100%;
    font-size: 7vw;
    padding-bottom: 3px;
    margin-bottom: 30px;
  }
}
.verificationArea01 .ti03,
.verificationArea02 .ti03,
.verificationArea03 .ti03,
.verificationArea04 .ti03 {
  color: #000;
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  font-feature-settings: "palt";
  font-size: 42px;
  line-height: 1.7571428571;
  margin-bottom: 12px;
}
.verificationArea01 .ti04,
.verificationArea02 .ti04,
.verificationArea03 .ti04,
.verificationArea04 .ti04 {
  color: #242424;
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  font-feature-settings: "palt";
  font-size: 18px;
  line-height: 1.7777777778;
  margin-bottom: 12px;
}
@media screen and (max-width: 767px) {
  .verificationArea01 .ti04,
  .verificationArea02 .ti04,
  .verificationArea03 .ti04,
  .verificationArea04 .ti04 {
    font-size: 4.5vw;
  }
}
.verificationArea01 .tx01,
.verificationArea02 .tx01,
.verificationArea03 .tx01,
.verificationArea04 .tx01 {
  color: #000;
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  font-feature-settings: "palt";
  font-size: 28px;
  line-height: 1.75;
  margin-bottom: 2px;
}
@media screen and (max-width: 767px) {
  .verificationArea01 .tx01,
  .verificationArea02 .tx01,
  .verificationArea03 .tx01,
  .verificationArea04 .tx01 {
    font-size: 5vw;
    line-height: 1.4;
  }
}
@media screen and (max-width: 767px) {
  .verificationArea01 .tx01.type02,
  .verificationArea02 .tx01.type02,
  .verificationArea03 .tx01.type02,
  .verificationArea04 .tx01.type02 {
    font-size: 5.5vw;
    margin-bottom: 30px;
  }
}
.verificationArea01 .tx02,
.verificationArea02 .tx02,
.verificationArea03 .tx02,
.verificationArea04 .tx02 {
  color: #000;
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  font-feature-settings: "palt";
  font-size: 42px;
  line-height: 1.75;
  margin-bottom: 18px;
}
@media screen and (max-width: 767px) {
  .verificationArea01 .tx02,
  .verificationArea02 .tx02,
  .verificationArea03 .tx02,
  .verificationArea04 .tx02 {
    font-size: 8vw;
    line-height: 1.1875;
    margin-bottom: 27px;
  }
}
.verificationArea01 .tx03,
.verificationArea02 .tx03,
.verificationArea03 .tx03,
.verificationArea04 .tx03 {
  color: #242424;
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-feature-settings: "palt";
  font-size: 14px;
  line-height: 1.75;
}
@media screen and (max-width: 767px) {
  .verificationArea01 .tx03,
  .verificationArea02 .tx03,
  .verificationArea03 .tx03,
  .verificationArea04 .tx03 {
    font-size: 3.5vw;
  }
}
@media screen and (max-width: 767px) {
  .verificationArea01 .tx03.type02,
  .verificationArea02 .tx03.type02,
  .verificationArea03 .tx03.type02,
  .verificationArea04 .tx03.type02 {
    font-size: 12px;
  }
}
.verificationArea01 .tx04,
.verificationArea02 .tx04,
.verificationArea03 .tx04,
.verificationArea04 .tx04 {
  color: #242424;
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  font-feature-settings: "palt";
  font-size: 22px;
  line-height: 1.75;
}
@media screen and (max-width: 767px) {
  .verificationArea01 .tx04,
  .verificationArea02 .tx04,
  .verificationArea03 .tx04,
  .verificationArea04 .tx04 {
    font-size: 5.5vw;
  }
}

.verificationArea01 {
  background: #fff;
  padding: 46px 0 53px;
}
@media screen and (max-width: 767px) {
  .verificationArea01 {
    padding: 35px 0 65px;
  }
}
.verificationArea01 .fig01 {
  margin-top: 32px;
  margin-bottom: 38px;
}
@media screen and (max-width: 767px) {
  .verificationArea01 .fig01 {
    margin-top: 18px;
    margin-bottom: 47px;
  }
}
.verificationArea01 .fig02Wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  margin-top: 47px;
  margin-bottom: 42px;
}
@media screen and (max-width: 767px) {
  .verificationArea01 .fig02Wrap {
    gap: 26px;
    margin-top: 42px;
    margin-bottom: 26px;
  }
}
.verificationArea01 .fig02 {
  width: 450px;
  margin-left: -20px;
  margin-top: -13px;
}
@media screen and (max-width: 767px) {
  .verificationArea01 .fig02 {
    margin-left: 0;
  }
}
.verificationArea01 .vtable01 {
  width: 520px;
}

.verificationArea02 {
  background: #f3f2ed;
  padding: 96px 0 50px;
}
@media screen and (max-width: 767px) {
  .verificationArea02 {
    padding: 57px 0 50px;
  }
}
.verificationArea02 .tx01 {
  margin-bottom: 18px;
}
.verificationArea02 .tx03 + .vbox01 {
  margin-top: 32px;
}
@media screen and (max-width: 767px) {
  .verificationArea02 .tx03 + .vbox01 {
    margin-top: 22px;
  }
}
.verificationArea02 .fig01 {
  width: 594px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 22px;
  margin-bottom: 22px;
}
.verificationArea02 .fig02 {
  width: 100%;
  margin-bottom: 5.5vw;
  margin-top: 22px;
  margin-bottom: 20px;
}

.verificationArea03 {
  background: #f8f8f5;
  padding: 85px 0 129px;
}
@media screen and (max-width: 767px) {
  .verificationArea03 {
    padding: 61px 0 44px;
  }
}
.verificationArea03 .tx05 {
  color: #000;
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  font-feature-settings: "palt";
  font-size: 18px;
  line-height: 1.4;
  margin-bottom: 2px;
}
@media screen and (max-width: 767px) {
  .verificationArea03 .tx05 {
    font-size: 4.5vw;
  }
}
.verificationArea03 .tx05 span {
  font-size: 28px;
}
@media screen and (max-width: 767px) {
  .verificationArea03 .tx05 span {
    font-size: 5vw;
    line-height: 1.4;
  }
}
.verificationArea03 .tx05 + .tx03 {
  margin-top: 29px;
  margin-bottom: 36px;
}
.verificationArea03 .fig01 + .vbox01 {
  margin-top: 25px;
}
.verificationArea03 .fig02 + .vbox01 {
  margin-top: 25px;
}
.verificationArea03 .vbox01 + .tx04 {
  margin-top: 66px;
}
@media screen and (max-width: 767px) {
  .verificationArea03 .vbox01 + .tx04 {
    margin-top: 39px;
    line-height: 1.55;
  }
}
.verificationArea03 .hanrei01 + .vbox01 {
  margin-top: 57px;
}
@media screen and (max-width: 767px) {
  .verificationArea03 .hanrei01 + .vbox01 {
    margin-top: 45px;
  }
}
.verificationArea03 .vbox01 .vbox01_tx01 + .vbox01_tx02 {
  margin-top: 7px;
}
@media screen and (max-width: 767px) {
  .verificationArea03 .vbox01 .vbox01_tx01 + .vbox01_tx02 {
    margin-top: 2px;
  }
}

.verificationArea04 {
  background: #f3f2ed;
  padding: 63px 0 120px;
}
@media screen and (max-width: 767px) {
  .verificationArea04 {
    padding: 48px 0 67px;
  }
}
.verificationArea04 .figureWrap {
  width: 920px;
  margin-top: 32px;
  margin-bottom: 46px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .verificationArea04 .figureWrap {
    width: 100%;
    gap: 21px;
    margin-top: 28px;
    margin-bottom: 21px;
  }
}
.verificationArea04 .figureWrap figure {
  width: 440px;
}

.detail_btn01 {
  text-align: center;
  margin-top: 52px;
}
.detail_btn01 a {
  text-decoration: none;
  display: inline-block;
  width: 500px;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  font-feature-settings: "palt";
  font-size: 18px;
  color: #fff;
  background: #505050;
  padding: 0.7em 0.5em;
  border-radius: 999px;
  transition: background .3s;
}
@media screen and (max-width: 767px) {
  .detail_btn01 a {
    width: 100%;
  }
}
@media screen and (min-width: 768px) {
  .detail_btn01 a:hover {
    background: #858585;
  }
}
