@charset "UTF-8";
/* contentsWrap 
*****************************************/
#contentsWrap2016 {
  width: 100%;
}

@media screen and (max-width: 767px) {
  .pt00-sp {
    padding-top: 0 !important;
  }
}
figure {
  margin: 0;
}

figure img {
  vertical-align: bottom;
}

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

.mainArea {
  background: url("../img/mainArea/bg01.webp") no-repeat 50% 0/auto 741px;
}
@media screen and (max-width: 767px) {
  .mainArea {
    display: none;
  }
}
.mainArea p {
  margin-bottom: 0;
}
.mainArea > .inner01 {
  width: 960px;
  margin: 0 auto;
  min-height: 741px;
  position: relative;
}
.mainArea > .inner01 .img01 {
  position: absolute;
  top: 0;
  left: calc(50% - 631px);
  width: 670px;
}
.mainArea .slider01Wrap {
  position: absolute;
  right: -121px;
  top: 21px;
  width: 600px;
  height: 678px;
  overflow: hidden;
}
.mainArea .slider01Wrap .slider01 > li:nth-child(n + 2) {
  display: none;
}
.mainArea .slider01Wrap .slider01.slick-initialized .slick-track > 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: 1px 0 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;
}

.price_head {
  display: block;
  float: right;
  margin-top: 5px;
  width: 300px;
}

.price_head .price_tx {
  font-size: 24px;
  font-weight: bold;
  color: #007cff;
  margin-left: 10px;
}

.price_head .yen_tx {
  font-weight: bold;
  color: #007cff;
  margin-left: 5px;
}

/* カラム
*****************************************/
.column_inspection {
  width: 812px;
  margin-right: auto;
  margin-left: auto;
  margin-top: 20px;
  height: 100%;
}

.column .colLeft {
  float: left;
}

.column .colRight {
  float: right;
}

.featureMainArea {
  margin-top: 90px;
  margin-bottom: 50px;
}
.featureMainArea * {
  box-sizing: border-box;
}
.featureMainArea p {
  margin-bottom: 0;
}
.featureMainArea figure {
  margin-bottom: 0;
}
.featureMainArea .tx01 {
  color: #000;
  font-weight: 700;
  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 .inner01 {
  text-align: center;
  position: relative;
  height: 1148px;
  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: #646464;
  text-align: center;
  font-weight: 400;
  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-weight: 700;
  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;
}

.os_contents .os_tx01 {
  font-size: 140%;
  font-weight: bold;
}

.os_contents .os_inner01 {
  margin: 30px 64px 0 27px;
}

.os_contents .os_inner01 dl + dl {
  margin-top: 30px;
}

.os_contents .os_inner01 dl dt {
  /*
  color: #000;
  font-size: 145%;
  font-weight: bold;
  */
}

.os_contents .os_inner01 dl dd {
  margin-top: 5px;
  font-size: 110%;
}

/* feature
*****************************************/
.section06 + .section06 {
  margin-top: 60px;
}

.section06 p {
  margin-bottom: 0;
}

.section06 p + p {
  margin-top: 13px;
}

.section06 .textIndent01 {
  margin-left: 5px;
}

.section06 .featureHdg01 {
  color: #280079;
  font-size: 20px;
  padding: 0.65em 0;
  margin-bottom: 30px;
  border-top: 1px solid #280079;
  border-bottom: 1px solid #280079;
}

.section06 .featureLead01 {
  font-size: 20px !important;
  margin-bottom: 15px;
}

.section06 .featureText01 {
  font-size: 14px !important;
  margin-bottom: 60px;
}

.section06 .detailLink {
  text-align: right;
  font-size: 11px;
}

.section06 .detailLink a {
  font-size: 15px;
}

.section06 .logoList {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-between;
  width: 402px;
  margin: 35px auto 0;
}
@media screen and (max-width: 767px) {
  .section06 .logoList {
    display: none;
  }
}

.section06 .featureImg01 {
  margin-bottom: 64px;
}

/* featureCol01 */
.section06 .featureCol01 {
  margin-top: 29px;
}

.section06 .featureCol01 .colLeft {
  width: 638px;
}

.section06 .featureCol01 .colLeft p {
  font-size: 16px;
}

.section06 .featureCol01 .colLeft span {
  color: #007cff;
}

.section06 .featureCol01 .colRight {
  width: 311px;
  padding-top: 5px;
}

/* featureCol02 */
.section06 .featureCol02 .colLeft {
  width: 684px;
}

.section06 .featureCol02 .colRight {
  width: 241px;
  margin-right: 25px;
  padding-top: 25px;
}

/* featureCol03 */
.section06 .featureCol03 .colLeft {
  width: 614px;
}

.section06 .featureCol03 .colRight {
  width: 311px;
}

/* featureCol04 */
.section06 .featureCol04 .colLeft {
  width: 620px;
}

.section06 .featureCol04 .colRight {
  width: 330px;
}

/* featureCol05 */
.section06 .featureCol05 .colLeft {
  width: 48%;
}

.section06 .featureCol05 .colRight {
  width: 48%;
}

/* featureCol06 */
.section06 .featureCol06 {
  margin-right: 50px;
}

.section06 .featureCol06 .colLeft {
  width: 550px;
}

.section06 .featureCol06 .colLeft .textIndent01 {
  margin-top: 30px;
}

.section06 .featureCol06 .colRight {
  width: 318px;
}

/* featureCol07 */
.section06 .featureCol07 {
  margin-right: 50px;
}

.section06 .featureCol07 .colRight {
  padding-top: 10px;
}

.section06 .featureList02 {
  padding-top: 50px;
  margin-left: 1em;
  margin-bottom: 15px;
}

.section06 .featureList02 li {
  list-style: disc;
  float: left;
  width: 50%;
  font-size: 14px;
}

.section06 .featureList02 li + li {
  margin-bottom: 0.7em;
}

.section06 p + .featureList03 {
  margin-top: 40px;
}

.section06 figure + .featureList03 {
  margin-top: 20px;
}

.section06 .featureList03 {
  margin-left: 1em;
  margin-bottom: 15px;
}

.section06 .featureList03 li {
  list-style: disc;
  font-size: 14px;
}

.section06 .featureList03 li + li {
  margin-top: 0.7em;
}

.section06 .featureImgList01 {
  text-align: center;
}

.section06 .featureImgList01 li {
  display: inline-block;
  margin: 15px 15px;
}

.section06 .featureImgList02 {
  margin-bottom: 35px;
}

.section06 .featureImgList02 li {
  float: left;
  margin-right: 15px;
  margin-bottom: 15px;
}

.section06 .featureImgList02 li:nth-child(5n + 5) {
  margin-right: 0;
}

.section06 .featureImgList02 li a {
  border: 1px solid #d7d7d7;
  display: block;
}

.section06 .note01 {
  color: #787878;
  font-size: 12px !important;
}

.section06 .featureStrong01 {
  color: #e80000;
  font-size: 14px !important;
}

.section06 .youtubeWrap {
  width: 735px;
  margin: 85px auto 20px;
}

.section06 .youtubeWrap .note01 {
  margin-top: 5px;
}

.section06 .youtubeWrap02 {
  width: 960px;
  margin: 35px auto 40px;
}

.section06 .cardkeeperWrap {
  margin-top: 50px;
  margin-left: 40px;
  width: 880px;
}

.section06 .cardkeeperWrap .columnLayout .colLeft,
.section06 .cardkeeperWrap .columnLayout .colRight {
  width: 400px;
}

.section06 .cardkeeperWrap .columnLayout .txt {
  margin-top: 17px;
  min-height: 4.5em;
}

.section06 .cardkeeperWrap .columnLayout a {
  text-decoration: underline;
}

.pt15 {
  padding-top: 15px;
}

.ml37 {
  margin-left: 37px;
}

/* columnLayout 
*****************************************/
.columnLayout {
  clear: both;
}

.colLeft {
  float: left;
}

.colRight {
  float: right;
}

/* Clearfix
*****************************************/
.featureMainArea .logoList:after,
.section06 .featureImgList01:after,
.section06 .featureImgList02:after,
.section06 .featureList01:after,
.section06 .featureList02:after,
.kensyo_phList01:after,
.columnLayout:after,
.kensyo_cautionList:after {
  content: ".";
  display: block;
  height: 0;
  font-size: 0;
  clear: both;
  visibility: hidden;
}

.featureMainArea .logoList,
.section06 .featureImgList01,
.section06 .featureImgList02,
.section06 .featureList01,
.section06 .featureList02,
.kensyo_phList01,
.columnLayout,
.kensyo_cautionList {
  *display: inline-table;
  *zoom: 1;
}

/* verificationArea 
*****************************************/
.verificationArea {
  padding-top: 69px;
}
@media screen and (max-width: 767px) {
  .verificationArea {
    padding-top: 34.5px;
  }
}

.verificationArea p {
  margin-bottom: 0;
}

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

/* 
*****************************************/
.pcNone {
  display: none !important;
}
@media screen and (max-width: 767px) {
  .pcNone {
    display: block !important;
  }
}

.pcNoneImg {
  display: none !important;
}
@media screen and (max-width: 767px) {
  .pcNoneImg {
    display: inline !important;
  }
}

.spNone {
  display: block !important;
}
@media screen and (max-width: 767px) {
  .spNone {
    display: none !important;
  }
}

.spNoneImg {
  display: inline !important;
}
@media screen and (max-width: 767px) {
  .spNoneImg {
    display: none !important;
  }
}

@media screen and (max-width: 767px) {
  #layer02 {
    overflow-x: hidden;
  }
}

.verificationArea .vhdg04.type02 {
  color: #008dff;
  font-weight: 600;
  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;
  }
}

.benchMarkBox01 {
  max-width: 840px;
  margin: 0 auto 42px;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
  border-radius: 10px;
  padding: 10px 10px 40px 20px;
  box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .benchMarkBox01 {
    padding: 10px 10px 10px 20px;
  }
}
.benchMarkBox01 > .tx01 {
  color: #000;
  font-weight: 600;
  font-size: 21.75px;
  margin-bottom: 22px;
}
@media screen and (max-width: 767px) {
  .benchMarkBox01 > .tx01 {
    font-size: 16.3125px;
    margin-bottom: 16.5px;
  }
}
.benchMarkBox01 .tx02 {
  color: #000;
  font-weight: 600;
  font-size: 21.75px;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .benchMarkBox01 .tx02 {
    width: 100%;
    font-size: 16.3125px;
    margin-bottom: 10px;
  }
}
.benchMarkBox01 .tx03 {
  color: #008bff;
  font-weight: 600;
  font-size: 32.15px;
  margin-left: 15px;
}
@media screen and (max-width: 767px) {
  .benchMarkBox01 .tx03 {
    font-size: 20.8975px;
    margin-left: 9.75px;
  }
}
.benchMarkBox01 .tx04 {
  color: #000;
  font-weight: 700;
  font-size: 21.75px;
  margin-left: 12px;
}
@media screen and (max-width: 767px) {
  .benchMarkBox01 .tx04 {
    font-size: 16.3125px;
    margin-left: 9px;
  }
}
.benchMarkBox01 .cool {
  color: #008bff;
  font-weight: 500;
  font-size: 22.48px;
  padding-left: 45px;
  margin-left: 5px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .benchMarkBox01 .cool {
    font-size: 14.612px;
    padding-left: 29.25px;
    margin-left: 3.25px;
  }
}
.benchMarkBox01 .cool::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-color: transparent #91cdff transparent transparent;
  border-width: 7px 40px 7px 0;
  transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  .benchMarkBox01 .cool::before {
    border-width: 4.55px 26px 4.55px 0;
  }
}
.benchMarkBox01 .graphWrap {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.benchMarkBox01 .graphWrap + .graphWrap {
  margin-top: 42px;
}
@media screen and (max-width: 767px) {
  .benchMarkBox01 .graphWrap + .graphWrap {
    margin-top: 21px;
  }
}
.benchMarkBox01 .graph {
  margin-left: 24px;
}
.benchMarkBox01 .graph > .inner01 {
  display: inline-block;
  height: 20px;
}
@media screen and (max-width: 767px) {
  .benchMarkBox01 .graph > .inner01 {
    height: 15px;
  }
}
@media screen and (max-width: 767px) {
  .benchMarkBox01 .graph.type01 {
    margin-top: -5px;
  }
}
.benchMarkBox01 .graph.type01 > .inner01 {
  background: #008bff;
  width: 391.2313432836px;
}
.benchMarkBox01 .graph.type02 > .inner01 {
  background: #ff007c;
  width: 450px;
}
@media screen and (max-width: 767px) {
  .benchMarkBox01 .graph {
    margin-left: 0;
  }
  .benchMarkBox01 .graph.type01 > .inner01 {
    width: 32.7302631579vw;
  }
  .benchMarkBox01 .graph.type02 > .inner01 {
    width: 50vw;
  }
}

.hanrei01 {
  max-width: 758px;
  margin: 0 auto 20px;
}
.hanrei01 .inner01 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.hanrei01 .inner01 > .inner02 {
  display: flex;
  flex-wrap: wrap;
}
.hanrei01 .tx01 {
  color: #000;
  font-weight: 400;
  font-size: 16px;
  line-height: 1;
  padding-left: 30px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .hanrei01 .tx01 {
    font-size: 14px;
    width: 100%;
    padding-left: 20px;
  }
}
.hanrei01 .tx01::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  width: 20px;
  height: 20px;
  background: #008bff;
  transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  .hanrei01 .tx01::before {
    width: 15px;
    height: 15px;
    transform: translateY(-43%);
  }
}
.hanrei01 .tx02 {
  color: #000;
  font-weight: 400;
  font-size: 16px;
  line-height: 1;
  padding-left: 30px;
  margin-left: 50px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .hanrei01 .tx02 {
    font-size: 14px;
    width: 100%;
    margin-left: 0;
    margin-top: 10px;
    padding-left: 20px;
  }
}
.hanrei01 .tx02::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  width: 20px;
  height: 20px;
  background: #ffae00;
  transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  .hanrei01 .tx02::before {
    width: 15px;
    height: 15px;
    transform: translateY(-43%);
  }
}
.hanrei01 .tx03 {
  color: #000;
  font-weight: 400;
  font-size: 16px;
}
@media screen and (max-width: 767px) {
  .hanrei01 .tx03 {
    font-size: 14px;
    text-align: right;
    width: 100%;
  }
}

.benchMarkBox02 {
  max-width: 840px;
  margin: 0 auto 42px;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
  border-radius: 10px;
  padding: 10px 10px 19px 13px;
  box-sizing: border-box;
}
.benchMarkBox02 > .tx01 {
  color: #000;
  font-weight: 400;
  font-size: 16px;
  margin-bottom: 22px;
}
.benchMarkBox02 .tx02 {
  text-align: right;
  color: #000;
  font-weight: 400;
  font-size: 16px;
  line-height: 1;
  width: 160px;
}
@media screen and (max-width: 767px) {
  .benchMarkBox02 .tx02 {
    text-align: left;
    width: auto;
    margin-bottom: 10px;
  }
}
.benchMarkBox02 .tx03 {
  color: #000;
  font-weight: 600;
  font-size: 18px;
  margin-left: 12px;
}
@media screen and (max-width: 767px) {
  .benchMarkBox02 .tx03 {
    font-size: 16.2px;
    margin-left: 6px;
  }
}
.benchMarkBox02 .better {
  color: #008bff;
  font-weight: 500;
  font-size: 22.48px;
  line-height: 1;
  padding-left: 71px;
  margin-left: 5px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .benchMarkBox02 .better {
    font-size: 14.612px;
    padding-left: 46.15px;
    margin-left: 3.25px;
  }
}
.benchMarkBox02 .better::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-color: transparent #91cdff transparent transparent;
  border-width: 7px 66px 7px 0px;
  transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  .benchMarkBox02 .better::before {
    border-width: 3.5px 33px 3.5px 0;
  }
}
.benchMarkBox02 .graphWrap {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.benchMarkBox02 .graphWrap + .graphWrap {
  margin-top: 22px;
}
.benchMarkBox02 .graph {
  margin-left: 15px;
  display: flex;
  align-items: center;
}
.benchMarkBox02 .graph + .graph {
  margin-top: 5px;
}
@media screen and (max-width: 767px) {
  .benchMarkBox02 .graph {
    margin-left: 0;
  }
}
.benchMarkBox02 .graph > .inner01 {
  display: inline-block;
  height: 20px;
}
@media screen and (max-width: 767px) {
  .benchMarkBox02 .graph > .inner01 {
    height: 15px;
  }
}
.benchMarkBox02 .graph.type01 > .inner01 {
  background: #008bff;
  width: 288px;
}
.benchMarkBox02 .graph.type02 > .inner01 {
  background: #ffae00;
  width: 294px;
}
.benchMarkBox02 .graph.type03 > .inner01 {
  background: #008bff;
  width: 318px;
}
.benchMarkBox02 .graph.type04 > .inner01 {
  background: #ffae00;
  width: 486px;
}
.benchMarkBox02 .graph.type05 > .inner01 {
  background: #008bff;
  width: 312px;
}
.benchMarkBox02 .graph.type06 > .inner01 {
  background: #ffae00;
  width: 324px;
}
.benchMarkBox02 .graph.type07 > .inner01 {
  background: #008bff;
  width: 402px;
}
.benchMarkBox02 .graph.type08 > .inner01 {
  background: #ffae00;
  width: 534px;
}
@media screen and (max-width: 767px) {
  .benchMarkBox02 .graph.type01 > .inner01 {
    width: 29.6629213483vw;
  }
  .benchMarkBox02 .graph.type02 > .inner01 {
    width: 30.2808988764vw;
  }
  .benchMarkBox02 .graph.type03 > .inner01 {
    width: 32.7528089888vw;
  }
  .benchMarkBox02 .graph.type04 > .inner01 {
    width: 50.0561797753vw;
  }
  .benchMarkBox02 .graph.type05 > .inner01 {
    width: 32.1348314607vw;
  }
  .benchMarkBox02 .graph.type06 > .inner01 {
    width: 33.3707865169vw;
  }
  .benchMarkBox02 .graph.type07 > .inner01 {
    width: 41.404494382vw;
  }
  .benchMarkBox02 .graph.type08 > .inner01 {
    width: 55vw;
  }
}
@media screen and (max-width: 365px) {
  .benchMarkBox02 .graph.type01 > .inner01 {
    width: 25.8876404494vw;
  }
  .benchMarkBox02 .graph.type02 > .inner01 {
    width: 26.4269662921vw;
  }
  .benchMarkBox02 .graph.type03 > .inner01 {
    width: 28.5842696629vw;
  }
  .benchMarkBox02 .graph.type04 > .inner01 {
    width: 43.6853932584vw;
  }
  .benchMarkBox02 .graph.type05 > .inner01 {
    width: 28.0449438202vw;
  }
  .benchMarkBox02 .graph.type06 > .inner01 {
    width: 29.1235955056vw;
  }
  .benchMarkBox02 .graph.type07 > .inner01 {
    width: 36.1348314607vw;
  }
  .benchMarkBox02 .graph.type08 > .inner01 {
    width: 48vw;
  }
}

.benchMarkBox03 {
  max-width: 860px;
  margin: 0 auto 10px;
  border: 3px solid #e80000;
  border-radius: 10px;
  padding: 25px;
  box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .benchMarkBox03 {
    padding: 12.5px;
  }
}
.benchMarkBox03 p {
  text-align: center;
  color: #000;
  font-weight: 700;
  font-size: 21.59px;
  text-shadow: -2px -2px 0 white, 2px -2px 0 white, -2px 2px 0 white, 2px 2px 0 white, 0 0 5px black;
}
@media screen and (max-width: 767px) {
  .benchMarkBox03 p {
    font-size: 16px;
  }
}

.graphTitle01 {
  color: #646464;
  text-align: center;
  font-weight: 700;
  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;
}
@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-weight: 700;
  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", system-ui;
  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", system-ui;
  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-weight: 300;
  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: #646464;
  text-align: center;
  font-weight: 400;
  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", system-ui;
  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", system-ui;
  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-weight: 400;
}
.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: #646464;
  position: absolute;
  bottom: -20px;
  left: 87px;
  font-weight: 400;
  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: #646464;
  position: absolute;
  bottom: -20px;
  right: 67px;
  font-weight: 400;
  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: #646464;
  text-align: center;
  font-weight: 700;
  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: #646464;
  text-align: center;
  font-weight: 400;
  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: #646464;
  width: 880px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 100px;
  margin-bottom: 24px;
  text-align: center;
  font-weight: 700;
  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: #646464;
  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-weight: 700;
  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-weight: 700;
  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-weight: 700;
  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: #646464;
  text-align: center;
  font-weight: 700;
  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", system-ui;
  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-weight: 300;
}
.area04 .vbox01 .vbox01_tx02 {
  margin-bottom: 0;
  font-weight: 700;
  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-weight: 300;
}

.area05,
.area06 {
  color: #fff;
}
.area05 .hdg01,
.area06 .hdg01 {
  text-align: center;
}
@media screen and (max-width: 767px) {
  .area05 .hdg01,
  .area06 .hdg01 {
    font-size: 9.5vw;
    margin-bottom: 5vw;
  }
}
.area05 .hdg01 span,
.area06 .hdg01 span {
  display: block;
  position: relative;
  font-weight: 800;
  font-size: 30px;
  line-height: 1.2;
  width: 580px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 767px) {
  .area05 .hdg01 span,
  .area06 .hdg01 span {
    font-size: 5.315vw;
    width: 100%;
  }
}
.area05 .hdg01 span::before,
.area06 .hdg01 span::before {
  content: '';
  position: absolute;
  bottom: -8px;
  left: 0;
  height: 3px;
  width: 100%;
  background: #fff;
}
@media screen and (max-width: 767px) {
  .area05 .hdg01 span::before,
  .area06 .hdg01 span::before {
    height: 2px;
  }
}
.area05 .hdg01 b,
.area06 .hdg01 b {
  display: block;
  font-family: "Oswald", system-ui;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
  font-feature-settings: "palt";
  font-size: 42px;
  margin-top: 34px;
}
@media screen and (max-width: 767px) {
  .area05 .hdg01 b,
  .area06 .hdg01 b {
    font-size: 9.49vw;
    line-height: 1.2212855638;
    margin-top: 14px;
  }
}

.area05 {
  background: #222 url("../img/area05/bg01.webp") no-repeat 50% 0;
  padding: 57px 0 55px;
  margin-top: 55px;
  overflow-x: hidden;
}
@media screen and (max-width: 767px) {
  .area05 {
    padding: 14.5vw 0 14vw;
    background: #222 url("../img/area05/bg01s.webp") no-repeat 50% 0/100%;
  }
}
.area05 .area05_inner01 {
  width: 960px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .area05 .area05_inner01 {
    width: 100%;
    padding: 0 3.75vw;
  }
}
.area05 .tx01Wrap {
  margin-top: 696px;
  margin-bottom: 44px;
}
@media screen and (max-width: 767px) {
  .area05 .tx01Wrap {
    margin-top: 98.7vw;
    margin-bottom: 6.5vw;
  }
}
.area05 .tx01 {
  text-align: center;
  font-weight: 700;
  font-size: 16px;
  line-height: 1.5;
}
.area05 .tx01 + .tx01 {
  margin-top: 1em;
}
@media screen and (max-width: 767px) {
  .area05 .tx01 + .tx01 {
    margin-top: 1.4em;
  }
}
@media screen and (max-width: 767px) {
  .area05 .tx01 {
    font-size: 3.5vw;
  }
}
.area05 .tx02 {
  color: #b1b1b1;
  text-align: center;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.7142857143;
}
@media screen and (max-width: 767px) {
  .area05 .tx02 {
    font-size: 3vw;
  }
}

.area06 {
  background: #383838;
  padding: 67px 0 0;
  min-height: 1191px;
  overflow-x: hidden;
}
@media screen and (max-width: 767px) {
  .area06 {
    padding: 15vw 0 14.5vw;
    min-height: 334vw;
  }
}
.area06 .area06_inner01 {
  position: relative;
  width: 1200px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .area06 .area06_inner01 {
    min-height: 0;
    width: 100%;
    padding: 0 3.75vw;
  }
}
.area06 .tx01 {
  color: #fff;
  text-align: center;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.7;
  margin-bottom: 9px;
}
@media screen and (max-width: 767px) {
  .area06 .tx01 {
    font-size: 2.64vw;
    line-height: 1.55;
  }
}
.area06 .tx01 span {
  font-weight: 700;
  font-size: 18px;
}
@media screen and (max-width: 767px) {
  .area06 .tx01 span {
    font-size: 3.395vw;
  }
}
.area06 .tx02 {
  color: #00aeff;
  text-align: center;
  font-weight: 800;
  font-size: 30px;
  line-height: 1.25;
}
@media screen and (max-width: 767px) {
  .area06 .tx02 {
    font-size: 5.6575vw;
  }
}
.area06 .parts01,
.area06 .parts02,
.area06 .parts03 {
  position: absolute;
}
@media screen and (max-width: 767px) {
  .area06 .parts01,
  .area06 .parts02,
  .area06 .parts03 {
    position: static;
    width: 100%;
  }
}
.area06 .parts01 img,
.area06 .parts02 img,
.area06 .parts03 img {
  display: block;
  width: 100%;
  height: auto;
}
.area06 .parts01 {
  top: 99px;
  left: calc(50% - 587px);
  width: 695px;
}
@media screen and (max-width: 767px) {
  .area06 .parts01 {
    margin-top: 13.5vw;
    width: 100vw;
    margin-left: -3.75vw;
    margin-right: -3.75vw;
  }
}
.area06 .parts01 .tx01 {
  width: 593px;
}
@media screen and (max-width: 767px) {
  .area06 .parts01 .tx01 {
    width: 100%;
  }
}
.area06 .parts01 .tx02 {
  position: absolute;
  left: 289px;
  bottom: 18px;
}
@media screen and (max-width: 767px) {
  .area06 .parts01 .tx02 {
    position: static;
    margin-top: -9.5vw;
    text-align: right;
    margin-right: 2em;
  }
}
@media screen and (max-width: 767px) {
  .area06 .parts01 img {
    width: 110.7238vw;
    max-width: 110.7238vw;
    margin-left: 6.25vw;
  }
}
.area06 .parts02 {
  top: 552px;
  left: calc(50% - 509px);
  width: 375px;
}
@media screen and (max-width: 767px) {
  .area06 .parts02 {
    margin-top: 10.5vw;
    width: 70vw;
    margin-left: auto;
    margin-right: auto;
  }
}
.area06 .parts02 .tx01 {
  width: 363px;
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  .area06 .parts02 .tx01 {
    width: 100%;
    margin-bottom: 1.25vw;
  }
}
.area06 .parts02 .tx02 {
  width: 342px;
  margin-top: 25px;
}
@media screen and (max-width: 767px) {
  .area06 .parts02 .tx02 {
    width: 65vw;
    margin-top: 3.25vw;
  }
}
@media screen and (max-width: 767px) {
  .area06 .parts02 img {
    margin-top: 2.5vw;
    margin-left: 1.25vw;
  }
}
.area06 .parts03 {
  top: 137px;
  left: calc(50% - 77px);
  width: 665px;
}
@media screen and (max-width: 767px) {
  .area06 .parts03 {
    margin-top: 8.75vw;
    width: 100vw;
    margin-left: -3.75vw;
    margin-right: -3.75vw;
  }
}
.area06 .parts03 .tx01 {
  position: absolute;
  top: 0;
  left: 60px;
  width: 300px;
}
@media screen and (max-width: 767px) {
  .area06 .parts03 .tx01 {
    position: static;
    text-align: center;
    width: 50vw;
    margin-bottom: -1.25vw;
  }
}
.area06 .parts03 .tx02 {
  position: absolute;
  top: 64px;
  left: 60px;
  width: 300px;
}
@media screen and (max-width: 767px) {
  .area06 .parts03 .tx02 {
    position: static;
    text-align: center;
    width: 50vw;
    margin-top: 1.5vw;
  }
}
.area06 .parts03 img {
  margin-top: 69px;
}
@media screen and (max-width: 767px) {
  .area06 .parts03 img {
    width: 88.5vw;
    max-width: none;
    margin-top: -6.75vw;
    margin-left: 5.55vw;
  }
}

.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: #646464;
}
.area01 .vbox01 .vbox01_tx01,
.verificationArea01 .vbox01 .vbox01_tx01,
.verificationArea02 .vbox01 .vbox01_tx01,
.verificationArea03 .vbox01 .vbox01_tx01,
.verificationArea04 .vbox01 .vbox01_tx01 {
  text-align: center;
  font-weight: 700;
  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-weight: 700;
  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: #646464 !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-weight: 700;
  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: #646464;
  font-weight: 700;
  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-weight: 400;
  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: #646464;
  font-weight: 700;
  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-weight: 700;
  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: #646464;
  font-weight: 700;
  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-weight: 700;
  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-weight: 700;
  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-weight: 700;
  font-size: 42px;
  line-height: 1.7571428571;
  margin-bottom: 12px;
}
.verificationArea01 .ti04,
.verificationArea02 .ti04,
.verificationArea03 .ti04,
.verificationArea04 .ti04 {
  color: #646464;
  text-align: center;
  font-weight: 700;
  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-weight: 700;
  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-weight: 700;
  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: #646464;
  text-align: center;
  font-weight: 400;
  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: #646464;
  text-align: center;
  font-weight: 700;
  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: 23px 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: 112px 0 129px;
}
@media screen and (max-width: 767px) {
  .verificationArea03 {
    padding: 61px 0 44px;
  }
}
.verificationArea03 .tx01 + .tx03 {
  margin-top: 25px;
  margin-bottom: 36px;
}
@media screen and (max-width: 767px) {
  .verificationArea03 .tx01 + .tx03 {
    margin-top: -9px;
    margin-bottom: 35px;
  }
}
.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-weight: 700;
  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;
  }
}
