@charset "UTF-8";
@media screen and (min-width: 750px) {
  .whitepaper .sp {
    display: none !important;
  }
}
@media screen and (max-width: 749px) {
  .whitepaper .pc {
    display: none !important;
  }
}
.whitepaper .font, .whitepaper body {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 140%;
  letter-spacing: 0.04em;
  color: #333;
}
@media screen and (max-width: 749px) {
  .whitepaper .font, .whitepaper body {
    font-size: 1.3rem;
  }
}
.whitepaper .central {
  display: flex;
  align-items: center;
  justify-content: center;
}
.whitepaper * {
  border: 0;
  outline: none;
  font: inherit;
  vertical-align: baseline;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  list-style: none;
  text-decoration: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  position: relative;
  font-feature-settings: "palt" on;
  line-height: 140%;
  letter-spacing: 0.04em;
  font-feature-settings: "halt" on;
}
.whitepaper html {
  font-size: 62.5% !important;
  height: 100%;
  -webkit-overflow-scrolling: touch;
}
.whitepaper body {
  height: 100%;
  -webkit-overflow-scrolling: touch;
  overflow-x: hidden;
}
.whitepaper div,
.whitepaper main,
.whitepaper section {
  display: block;
  position: relative;
}
@media screen and (min-width: 750px) {
  .whitepaper .outer {
    overflow-x: hidden;
    display: flex;
    justify-content: center;
    align-items: flex-start;
  }
}
@media screen and (min-width: 750px) {
  .whitepaper .wrapper {
    min-width: 1920px;
    margin: 0 auto;
  }
}
.whitepaper h1,
.whitepaper h2 {
  position: relative;
}
.whitepaper *:focus {
  outline: none;
}
.whitepaper p {
  line-height: 1.75;
  text-align: justify;
}
.whitepaper p a {
  word-break: break-all;
}
.whitepaper sup {
  vertical-align: super;
  font-size: 50%;
}
.whitepaper em {
  font-weight: 700;
}
.whitepaper b {
  font-weight: 700;
}
.whitepaper a {
  color: #333;
  cursor: pointer;
  transition: opacity 0.3s;
}
.whitepaper a.block {
  display: block;
}
.whitepaper .opa {
  cursor: pointer;
  transition: 0.5s;
  opacity: 1;
}
.whitepaper .opa:hover {
  opacity: 0.5 !important;
}
.whitepaper .scale {
  overflow: hidden;
  display: block;
}
.whitepaper .scale img {
  transition: transform 0.5s;
}
.whitepaper .scale:hover img {
  transform: scale(1.1);
}
.whitepaper .underline {
  text-decoration: underline;
}
.whitepaper figcaption,
.whitepaper small {
  font-size: 1.2rem;
}
@media screen and (max-width: 749px) {
  .whitepaper figcaption,
  .whitepaper small {
    font-size: 1rem;
  }
}
.whitepaper figcaption {
  margin-top: 5px;
}
.whitepaper .spaces {
  letter-spacing: 0.1em;
}
.whitepaper .dash {
  letter-spacing: 0;
}
@media screen and (min-width: 750px) {
  .whitepaper .block-inline {
    display: inline-block;
  }
}
.whitepaper .center-m {
  margin-left: auto;
  margin-right: auto;
}
.whitepaper .center {
  text-align: center;
}
.whitepaper .left {
  text-align: left;
}
@media screen and (max-width: 749px) {
  .whitepaper .sp-left {
    text-align: left !important;
  }
}
.whitepaper .right {
  text-align: right;
}
.whitepaper img.block {
  display: block;
}
.whitepaper .w100 {
  width: 100% !important;
  display: block;
}
.whitepaper .wh100 {
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: bottom center;
     object-position: bottom center;
  font-family: "object-fit: cover; object-position: bottom center;";
}
.whitepaper .bg_main {
  background: #205EA4 !important;
}
.whitepaper .bg_white {
  background: #FFF !important;
}
.whitepaper .bg_black {
  background: #333 !important;
}
.whitepaper .bg_blue {
  background: #0266B4 !important;
}
.whitepaper .bdr_main {
  border: 1px solid #205EA4 !important;
}
.whitepaper .bdr_white {
  border: 1px solid #FFF !important;
}
.whitepaper .bdr_black {
  border: 1px solid #333 !important;
}
.whitepaper .bdr_blue {
  border: 1px solid #0266B4 !important;
}
.whitepaper .text_main {
  color: #205EA4;
}
.whitepaper .text_white {
  color: #FFF;
}
.whitepaper .text_black {
  color: #333;
}
.whitepaper .text_blue {
  color: #0266B4;
}
.whitepaper .hr_main {
  border-top: 1px solid #205EA4;
}
.whitepaper .hr_white {
  border-top: 1px solid #FFF;
}
.whitepaper .hr_black {
  border-top: 1px solid #333;
}
.whitepaper .hr_blue {
  border-top: 1px solid #0266B4;
}
.whitepaper .wrap920 {
  margin: auto;
  max-width: 920px;
  width: 100%;
}
@media screen and (max-width: 749px) {
  .whitepaper .wrap920 {
    padding: 0 8vw;
  }
}
.whitepaper .wrap1000 {
  margin: auto;
  max-width: 1000px;
  width: 100%;
}
@media screen and (max-width: 749px) {
  .whitepaper .wrap1000 {
    padding: 0 8vw;
  }
}
.whitepaper .mt0 {
  display: block;
  margin-top: 0px !important;
}
@media screen and (max-width: 749px) {
  .whitepaper .mt0 {
    margin-top: 0px !important;
  }
}
.whitepaper .mt5 {
  display: block;
  margin-top: 5px !important;
}
@media screen and (max-width: 749px) {
  .whitepaper .mt5 {
    margin-top: 2.5px !important;
  }
}
.whitepaper .mt10 {
  display: block;
  margin-top: 10px !important;
}
@media screen and (max-width: 749px) {
  .whitepaper .mt10 {
    margin-top: 5px !important;
  }
}
.whitepaper .mt15 {
  display: block;
  margin-top: 15px !important;
}
@media screen and (max-width: 749px) {
  .whitepaper .mt15 {
    margin-top: 7.5px !important;
  }
}
.whitepaper .mt20 {
  display: block;
  margin-top: 20px !important;
}
@media screen and (max-width: 749px) {
  .whitepaper .mt20 {
    margin-top: 10px !important;
  }
}
.whitepaper .mt25 {
  display: block;
  margin-top: 25px !important;
}
@media screen and (max-width: 749px) {
  .whitepaper .mt25 {
    margin-top: 12.5px !important;
  }
}
.whitepaper .mt30 {
  display: block;
  margin-top: 30px !important;
}
@media screen and (max-width: 749px) {
  .whitepaper .mt30 {
    margin-top: 15px !important;
  }
}
.whitepaper .mt40 {
  display: block;
  margin-top: 40px !important;
}
@media screen and (max-width: 749px) {
  .whitepaper .mt40 {
    margin-top: 20px !important;
  }
}
.whitepaper .mt50 {
  display: block;
  margin-top: 50px !important;
}
@media screen and (max-width: 749px) {
  .whitepaper .mt50 {
    margin-top: 25px !important;
  }
}
.whitepaper .mt60 {
  display: block;
  margin-top: 60px !important;
}
@media screen and (max-width: 749px) {
  .whitepaper .mt60 {
    margin-top: 30px !important;
  }
}
.whitepaper .mt70 {
  display: block;
  margin-top: 70px !important;
}
@media screen and (max-width: 749px) {
  .whitepaper .mt70 {
    margin-top: 35px !important;
  }
}
.whitepaper .mt80 {
  display: block;
  margin-top: 80px !important;
}
@media screen and (max-width: 749px) {
  .whitepaper .mt80 {
    margin-top: 40px !important;
  }
}
.whitepaper .mt90 {
  display: block;
  margin-top: 90px !important;
}
@media screen and (max-width: 749px) {
  .whitepaper .mt90 {
    margin-top: 45px !important;
  }
}
.whitepaper .mt100 {
  display: block;
  margin-top: 100px !important;
}
@media screen and (max-width: 749px) {
  .whitepaper .mt100 {
    margin-top: 50px !important;
  }
}
.whitepaper .mt110 {
  display: block;
  margin-top: 110px !important;
}
@media screen and (max-width: 749px) {
  .whitepaper .mt110 {
    margin-top: 55px !important;
  }
}
.whitepaper .mt120 {
  display: block;
  margin-top: 120px !important;
}
@media screen and (max-width: 749px) {
  .whitepaper .mt120 {
    margin-top: 60px !important;
  }
}
.whitepaper .mt130 {
  display: block;
  margin-top: 130px !important;
}
@media screen and (max-width: 749px) {
  .whitepaper .mt130 {
    margin-top: 65px !important;
  }
}
.whitepaper .mt140 {
  display: block;
  margin-top: 140px !important;
}
@media screen and (max-width: 749px) {
  .whitepaper .mt140 {
    margin-top: 70px !important;
  }
}
.whitepaper .mt150 {
  display: block;
  margin-top: 150px !important;
}
@media screen and (max-width: 749px) {
  .whitepaper .mt150 {
    margin-top: 75px !important;
  }
}
.whitepaper .mt160 {
  display: block;
  margin-top: 160px !important;
}
@media screen and (max-width: 749px) {
  .whitepaper .mt160 {
    margin-top: 80px !important;
  }
}
.whitepaper .mt200 {
  display: block;
  margin-top: 200px !important;
}
@media screen and (max-width: 749px) {
  .whitepaper .mt200 {
    margin-top: 100px !important;
  }
}
@media screen and (max-width: 749px) {
  .whitepaper .sp-mt0 {
    margin-top: 0px !important;
  }
}
@media screen and (max-width: 749px) {
  .whitepaper .sp-mt5 {
    margin-top: 5px !important;
  }
}
@media screen and (max-width: 749px) {
  .whitepaper .sp-mt10 {
    margin-top: 10px !important;
  }
}
@media screen and (max-width: 749px) {
  .whitepaper .sp-mt15 {
    margin-top: 15px !important;
  }
}
@media screen and (max-width: 749px) {
  .whitepaper .sp-mt20 {
    margin-top: 20px !important;
  }
}
@media screen and (max-width: 749px) {
  .whitepaper .sp-mt25 {
    margin-top: 25px !important;
  }
}
@media screen and (max-width: 749px) {
  .whitepaper .sp-mt30 {
    margin-top: 30px !important;
  }
}
@media screen and (max-width: 749px) {
  .whitepaper .sp-mt40 {
    margin-top: 40px !important;
  }
}
@media screen and (max-width: 749px) {
  .whitepaper .sp-mt50 {
    margin-top: 50px !important;
  }
}
@media screen and (max-width: 749px) {
  .whitepaper .sp-mt60 {
    margin-top: 60px !important;
  }
}
@media screen and (max-width: 749px) {
  .whitepaper .sp-mt70 {
    margin-top: 70px !important;
  }
}
@media screen and (max-width: 749px) {
  .whitepaper .sp-mt80 {
    margin-top: 80px !important;
  }
}
@media screen and (max-width: 749px) {
  .whitepaper .sp-mt90 {
    margin-top: 90px !important;
  }
}
@media screen and (max-width: 749px) {
  .whitepaper .sp-mt100 {
    margin-top: 100px !important;
  }
}
@media screen and (max-width: 749px) {
  .whitepaper .sp-mt110 {
    margin-top: 110px !important;
  }
}
@media screen and (max-width: 749px) {
  .whitepaper .sp-mt120 {
    margin-top: 120px !important;
  }
}
@media screen and (max-width: 749px) {
  .whitepaper .sp-mt130 {
    margin-top: 130px !important;
  }
}
@media screen and (max-width: 749px) {
  .whitepaper .sp-mt140 {
    margin-top: 140px !important;
  }
}
@media screen and (max-width: 749px) {
  .whitepaper .sp-mt150 {
    margin-top: 150px !important;
  }
}
@media screen and (max-width: 749px) {
  .whitepaper .sp-mt160 {
    margin-top: 160px !important;
  }
}
@media screen and (max-width: 749px) {
  .whitepaper .sp-mt200 {
    margin-top: 200px !important;
  }
}
.whitepaper .pt0 {
  display: block;
  padding-top: 0px !important;
}
@media screen and (max-width: 749px) {
  .whitepaper .pt0 {
    padding-top: 0px !important;
  }
}
.whitepaper .pt5 {
  display: block;
  padding-top: 5px !important;
}
@media screen and (max-width: 749px) {
  .whitepaper .pt5 {
    padding-top: 2.5px !important;
  }
}
.whitepaper .pt10 {
  display: block;
  padding-top: 10px !important;
}
@media screen and (max-width: 749px) {
  .whitepaper .pt10 {
    padding-top: 5px !important;
  }
}
.whitepaper .pt15 {
  display: block;
  padding-top: 15px !important;
}
@media screen and (max-width: 749px) {
  .whitepaper .pt15 {
    padding-top: 7.5px !important;
  }
}
.whitepaper .pt20 {
  display: block;
  padding-top: 20px !important;
}
@media screen and (max-width: 749px) {
  .whitepaper .pt20 {
    padding-top: 10px !important;
  }
}
.whitepaper .pt25 {
  display: block;
  padding-top: 25px !important;
}
@media screen and (max-width: 749px) {
  .whitepaper .pt25 {
    padding-top: 12.5px !important;
  }
}
.whitepaper .pt30 {
  display: block;
  padding-top: 30px !important;
}
@media screen and (max-width: 749px) {
  .whitepaper .pt30 {
    padding-top: 15px !important;
  }
}
.whitepaper .pt40 {
  display: block;
  padding-top: 40px !important;
}
@media screen and (max-width: 749px) {
  .whitepaper .pt40 {
    padding-top: 20px !important;
  }
}
.whitepaper .pt50 {
  display: block;
  padding-top: 50px !important;
}
@media screen and (max-width: 749px) {
  .whitepaper .pt50 {
    padding-top: 25px !important;
  }
}
.whitepaper .pt60 {
  display: block;
  padding-top: 60px !important;
}
@media screen and (max-width: 749px) {
  .whitepaper .pt60 {
    padding-top: 30px !important;
  }
}
.whitepaper .pt70 {
  display: block;
  padding-top: 70px !important;
}
@media screen and (max-width: 749px) {
  .whitepaper .pt70 {
    padding-top: 35px !important;
  }
}
.whitepaper .pt80 {
  display: block;
  padding-top: 80px !important;
}
@media screen and (max-width: 749px) {
  .whitepaper .pt80 {
    padding-top: 40px !important;
  }
}
.whitepaper .pt90 {
  display: block;
  padding-top: 90px !important;
}
@media screen and (max-width: 749px) {
  .whitepaper .pt90 {
    padding-top: 45px !important;
  }
}
.whitepaper .pt100 {
  display: block;
  padding-top: 100px !important;
}
@media screen and (max-width: 749px) {
  .whitepaper .pt100 {
    padding-top: 50px !important;
  }
}
.whitepaper .pt110 {
  display: block;
  padding-top: 110px !important;
}
@media screen and (max-width: 749px) {
  .whitepaper .pt110 {
    padding-top: 55px !important;
  }
}
.whitepaper .pt120 {
  display: block;
  padding-top: 120px !important;
}
@media screen and (max-width: 749px) {
  .whitepaper .pt120 {
    padding-top: 60px !important;
  }
}
.whitepaper .pt130 {
  display: block;
  padding-top: 130px !important;
}
@media screen and (max-width: 749px) {
  .whitepaper .pt130 {
    padding-top: 65px !important;
  }
}
.whitepaper .pt140 {
  display: block;
  padding-top: 140px !important;
}
@media screen and (max-width: 749px) {
  .whitepaper .pt140 {
    padding-top: 70px !important;
  }
}
.whitepaper .pt150 {
  display: block;
  padding-top: 150px !important;
}
@media screen and (max-width: 749px) {
  .whitepaper .pt150 {
    padding-top: 75px !important;
  }
}
.whitepaper .pt160 {
  display: block;
  padding-top: 160px !important;
}
@media screen and (max-width: 749px) {
  .whitepaper .pt160 {
    padding-top: 80px !important;
  }
}
.whitepaper .pt200 {
  display: block;
  padding-top: 200px !important;
}
@media screen and (max-width: 749px) {
  .whitepaper .pt200 {
    padding-top: 100px !important;
  }
}
@media screen and (max-width: 749px) {
  .whitepaper .sp-pt0 {
    padding-top: 0px !important;
  }
}
@media screen and (max-width: 749px) {
  .whitepaper .sp-pt5 {
    padding-top: 5px !important;
  }
}
@media screen and (max-width: 749px) {
  .whitepaper .sp-pt10 {
    padding-top: 10px !important;
  }
}
@media screen and (max-width: 749px) {
  .whitepaper .sp-pt15 {
    padding-top: 15px !important;
  }
}
@media screen and (max-width: 749px) {
  .whitepaper .sp-pt20 {
    padding-top: 20px !important;
  }
}
@media screen and (max-width: 749px) {
  .whitepaper .sp-pt25 {
    padding-top: 25px !important;
  }
}
@media screen and (max-width: 749px) {
  .whitepaper .sp-pt30 {
    padding-top: 30px !important;
  }
}
@media screen and (max-width: 749px) {
  .whitepaper .sp-pt40 {
    padding-top: 40px !important;
  }
}
@media screen and (max-width: 749px) {
  .whitepaper .sp-pt50 {
    padding-top: 50px !important;
  }
}
@media screen and (max-width: 749px) {
  .whitepaper .sp-pt60 {
    padding-top: 60px !important;
  }
}
@media screen and (max-width: 749px) {
  .whitepaper .sp-pt70 {
    padding-top: 70px !important;
  }
}
@media screen and (max-width: 749px) {
  .whitepaper .sp-pt80 {
    padding-top: 80px !important;
  }
}
@media screen and (max-width: 749px) {
  .whitepaper .sp-pt90 {
    padding-top: 90px !important;
  }
}
@media screen and (max-width: 749px) {
  .whitepaper .sp-pt100 {
    padding-top: 100px !important;
  }
}
@media screen and (max-width: 749px) {
  .whitepaper .sp-pt110 {
    padding-top: 110px !important;
  }
}
@media screen and (max-width: 749px) {
  .whitepaper .sp-pt120 {
    padding-top: 120px !important;
  }
}
@media screen and (max-width: 749px) {
  .whitepaper .sp-pt130 {
    padding-top: 130px !important;
  }
}
@media screen and (max-width: 749px) {
  .whitepaper .sp-pt140 {
    padding-top: 140px !important;
  }
}
@media screen and (max-width: 749px) {
  .whitepaper .sp-pt150 {
    padding-top: 150px !important;
  }
}
@media screen and (max-width: 749px) {
  .whitepaper .sp-pt160 {
    padding-top: 160px !important;
  }
}
@media screen and (max-width: 749px) {
  .whitepaper .sp-pt200 {
    padding-top: 200px !important;
  }
}
.whitepaper .pb0 {
  display: block;
  padding-bottom: 0px !important;
}
@media screen and (max-width: 749px) {
  .whitepaper .pb0 {
    padding-bottom: 0px !important;
  }
}
.whitepaper .pb5 {
  display: block;
  padding-bottom: 5px !important;
}
@media screen and (max-width: 749px) {
  .whitepaper .pb5 {
    padding-bottom: 2.5px !important;
  }
}
.whitepaper .pb10 {
  display: block;
  padding-bottom: 10px !important;
}
@media screen and (max-width: 749px) {
  .whitepaper .pb10 {
    padding-bottom: 5px !important;
  }
}
.whitepaper .pb15 {
  display: block;
  padding-bottom: 15px !important;
}
@media screen and (max-width: 749px) {
  .whitepaper .pb15 {
    padding-bottom: 7.5px !important;
  }
}
.whitepaper .pb20 {
  display: block;
  padding-bottom: 20px !important;
}
@media screen and (max-width: 749px) {
  .whitepaper .pb20 {
    padding-bottom: 10px !important;
  }
}
.whitepaper .pb25 {
  display: block;
  padding-bottom: 25px !important;
}
@media screen and (max-width: 749px) {
  .whitepaper .pb25 {
    padding-bottom: 12.5px !important;
  }
}
.whitepaper .pb30 {
  display: block;
  padding-bottom: 30px !important;
}
@media screen and (max-width: 749px) {
  .whitepaper .pb30 {
    padding-bottom: 15px !important;
  }
}
.whitepaper .pb40 {
  display: block;
  padding-bottom: 40px !important;
}
@media screen and (max-width: 749px) {
  .whitepaper .pb40 {
    padding-bottom: 20px !important;
  }
}
.whitepaper .pb50 {
  display: block;
  padding-bottom: 50px !important;
}
@media screen and (max-width: 749px) {
  .whitepaper .pb50 {
    padding-bottom: 25px !important;
  }
}
.whitepaper .pb60 {
  display: block;
  padding-bottom: 60px !important;
}
@media screen and (max-width: 749px) {
  .whitepaper .pb60 {
    padding-bottom: 30px !important;
  }
}
.whitepaper .pb70 {
  display: block;
  padding-bottom: 70px !important;
}
@media screen and (max-width: 749px) {
  .whitepaper .pb70 {
    padding-bottom: 35px !important;
  }
}
.whitepaper .pb80 {
  display: block;
  padding-bottom: 80px !important;
}
@media screen and (max-width: 749px) {
  .whitepaper .pb80 {
    padding-bottom: 40px !important;
  }
}
.whitepaper .pb90 {
  display: block;
  padding-bottom: 90px !important;
}
@media screen and (max-width: 749px) {
  .whitepaper .pb90 {
    padding-bottom: 45px !important;
  }
}
.whitepaper .pb100 {
  display: block;
  padding-bottom: 100px !important;
}
@media screen and (max-width: 749px) {
  .whitepaper .pb100 {
    padding-bottom: 50px !important;
  }
}
.whitepaper .pb110 {
  display: block;
  padding-bottom: 110px !important;
}
@media screen and (max-width: 749px) {
  .whitepaper .pb110 {
    padding-bottom: 55px !important;
  }
}
.whitepaper .pb120 {
  display: block;
  padding-bottom: 120px !important;
}
@media screen and (max-width: 749px) {
  .whitepaper .pb120 {
    padding-bottom: 60px !important;
  }
}
.whitepaper .pb130 {
  display: block;
  padding-bottom: 130px !important;
}
@media screen and (max-width: 749px) {
  .whitepaper .pb130 {
    padding-bottom: 65px !important;
  }
}
.whitepaper .pb140 {
  display: block;
  padding-bottom: 140px !important;
}
@media screen and (max-width: 749px) {
  .whitepaper .pb140 {
    padding-bottom: 70px !important;
  }
}
.whitepaper .pb150 {
  display: block;
  padding-bottom: 150px !important;
}
@media screen and (max-width: 749px) {
  .whitepaper .pb150 {
    padding-bottom: 75px !important;
  }
}
.whitepaper .pb160 {
  display: block;
  padding-bottom: 160px !important;
}
@media screen and (max-width: 749px) {
  .whitepaper .pb160 {
    padding-bottom: 80px !important;
  }
}
.whitepaper .pb200 {
  display: block;
  padding-bottom: 200px !important;
}
@media screen and (max-width: 749px) {
  .whitepaper .pb200 {
    padding-bottom: 100px !important;
  }
}
@media screen and (max-width: 749px) {
  .whitepaper .sp-pb0 {
    padding-bottom: 0px !important;
  }
}
@media screen and (max-width: 749px) {
  .whitepaper .sp-pb5 {
    padding-bottom: 5px !important;
  }
}
@media screen and (max-width: 749px) {
  .whitepaper .sp-pb10 {
    padding-bottom: 10px !important;
  }
}
@media screen and (max-width: 749px) {
  .whitepaper .sp-pb15 {
    padding-bottom: 15px !important;
  }
}
@media screen and (max-width: 749px) {
  .whitepaper .sp-pb20 {
    padding-bottom: 20px !important;
  }
}
@media screen and (max-width: 749px) {
  .whitepaper .sp-pb25 {
    padding-bottom: 25px !important;
  }
}
@media screen and (max-width: 749px) {
  .whitepaper .sp-pb30 {
    padding-bottom: 30px !important;
  }
}
@media screen and (max-width: 749px) {
  .whitepaper .sp-pb40 {
    padding-bottom: 40px !important;
  }
}
@media screen and (max-width: 749px) {
  .whitepaper .sp-pb50 {
    padding-bottom: 50px !important;
  }
}
@media screen and (max-width: 749px) {
  .whitepaper .sp-pb60 {
    padding-bottom: 60px !important;
  }
}
@media screen and (max-width: 749px) {
  .whitepaper .sp-pb70 {
    padding-bottom: 70px !important;
  }
}
@media screen and (max-width: 749px) {
  .whitepaper .sp-pb80 {
    padding-bottom: 80px !important;
  }
}
@media screen and (max-width: 749px) {
  .whitepaper .sp-pb90 {
    padding-bottom: 90px !important;
  }
}
@media screen and (max-width: 749px) {
  .whitepaper .sp-pb100 {
    padding-bottom: 100px !important;
  }
}
@media screen and (max-width: 749px) {
  .whitepaper .sp-pb110 {
    padding-bottom: 110px !important;
  }
}
@media screen and (max-width: 749px) {
  .whitepaper .sp-pb120 {
    padding-bottom: 120px !important;
  }
}
@media screen and (max-width: 749px) {
  .whitepaper .sp-pb130 {
    padding-bottom: 130px !important;
  }
}
@media screen and (max-width: 749px) {
  .whitepaper .sp-pb140 {
    padding-bottom: 140px !important;
  }
}
@media screen and (max-width: 749px) {
  .whitepaper .sp-pb150 {
    padding-bottom: 150px !important;
  }
}
@media screen and (max-width: 749px) {
  .whitepaper .sp-pb160 {
    padding-bottom: 160px !important;
  }
}
@media screen and (max-width: 749px) {
  .whitepaper .sp-pb200 {
    padding-bottom: 200px !important;
  }
}
.whitepaper .p0 {
  padding: 0px !important;
}
@media screen and (max-width: 749px) {
  .whitepaper .p0 {
    padding: 0px !important;
  }
}
.whitepaper .p5 {
  padding: 5px !important;
}
@media screen and (max-width: 749px) {
  .whitepaper .p5 {
    padding: 2.5px !important;
  }
}
.whitepaper .p10 {
  padding: 10px !important;
}
@media screen and (max-width: 749px) {
  .whitepaper .p10 {
    padding: 5px !important;
  }
}
.whitepaper .p15 {
  padding: 15px !important;
}
@media screen and (max-width: 749px) {
  .whitepaper .p15 {
    padding: 7.5px !important;
  }
}
.whitepaper .p20 {
  padding: 20px !important;
}
@media screen and (max-width: 749px) {
  .whitepaper .p20 {
    padding: 10px !important;
  }
}
.whitepaper .p25 {
  padding: 25px !important;
}
@media screen and (max-width: 749px) {
  .whitepaper .p25 {
    padding: 12.5px !important;
  }
}
.whitepaper .p30 {
  padding: 30px !important;
}
@media screen and (max-width: 749px) {
  .whitepaper .p30 {
    padding: 15px !important;
  }
}
.whitepaper .p40 {
  padding: 40px !important;
}
@media screen and (max-width: 749px) {
  .whitepaper .p40 {
    padding: 20px !important;
  }
}
.whitepaper .p50 {
  padding: 50px !important;
}
@media screen and (max-width: 749px) {
  .whitepaper .p50 {
    padding: 25px !important;
  }
}
.whitepaper .p60 {
  padding: 60px !important;
}
@media screen and (max-width: 749px) {
  .whitepaper .p60 {
    padding: 30px !important;
  }
}
.whitepaper .p70 {
  padding: 70px !important;
}
@media screen and (max-width: 749px) {
  .whitepaper .p70 {
    padding: 35px !important;
  }
}
.whitepaper .p80 {
  padding: 80px !important;
}
@media screen and (max-width: 749px) {
  .whitepaper .p80 {
    padding: 40px !important;
  }
}
.whitepaper .p90 {
  padding: 90px !important;
}
@media screen and (max-width: 749px) {
  .whitepaper .p90 {
    padding: 45px !important;
  }
}
.whitepaper .p100 {
  padding: 100px !important;
}
@media screen and (max-width: 749px) {
  .whitepaper .p100 {
    padding: 50px !important;
  }
}
.whitepaper .p110 {
  padding: 110px !important;
}
@media screen and (max-width: 749px) {
  .whitepaper .p110 {
    padding: 55px !important;
  }
}
.whitepaper .p120 {
  padding: 120px !important;
}
@media screen and (max-width: 749px) {
  .whitepaper .p120 {
    padding: 60px !important;
  }
}
.whitepaper .p130 {
  padding: 130px !important;
}
@media screen and (max-width: 749px) {
  .whitepaper .p130 {
    padding: 65px !important;
  }
}
.whitepaper .p140 {
  padding: 140px !important;
}
@media screen and (max-width: 749px) {
  .whitepaper .p140 {
    padding: 70px !important;
  }
}
.whitepaper .p150 {
  padding: 150px !important;
}
@media screen and (max-width: 749px) {
  .whitepaper .p150 {
    padding: 75px !important;
  }
}
.whitepaper .p160 {
  padding: 160px !important;
}
@media screen and (max-width: 749px) {
  .whitepaper .p160 {
    padding: 80px !important;
  }
}
.whitepaper .p200 {
  padding: 200px !important;
}
@media screen and (max-width: 749px) {
  .whitepaper .p200 {
    padding: 100px !important;
  }
}
.whitepaper a:hover, .whitepaper input[type=submit]:hover {
  filter: brightness(130%);
}
.whitepaper a, .whitepaper input[type=submit] {
  transition: filter 0.3s;
}
.whitepaper .fv_cont {
  background: url("../img/pc/fv_bg.png") no-repeat;
  background-size: cover;
}
@media screen and (max-width: 749px) {
  .whitepaper .fv_cont {
    background: url("../img/sp/fv_bg.png") no-repeat;
    background-size: cover;
  }
}
.whitepaper .fv_cont_inner {
  width: 919px;
  margin: auto;
  padding: 30px 0;
  display: flex;
}
@media screen and (max-width: 749px) {
  .whitepaper .fv_cont_inner {
    padding: 5.3333333333vw 8.6666666667vw 5.3333333333vw 7.7333333333vw;
    width: 100%;
  }
}
.whitepaper .fv_main {
  width: 529px;
}
@media screen and (max-width: 749px) {
  .whitepaper .fv_main {
    width: 100%;
  }
}
.whitepaper .fv_sub {
  font-size: 2rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  width: 235px;
}
@media screen and (max-width: 749px) {
  .whitepaper .fv_sub {
    font-size: 3.2vw;
    width: 37.3333333333vw;
    padding-left: 9.3333333333vw;
  }
}
.whitepaper .fv_sub::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  width: 57px;
  height: 2px;
  background: url(../img/common/fv_line.svg) no-repeat;
  background-size: 100% 100%;
}
@media screen and (max-width: 749px) {
  .whitepaper .fv_sub::after {
    right: auto;
    left: 0;
    width: 7.6vw;
    height: 0.2666666667vw;
  }
}
.whitepaper .fv_title {
  font-weight: 700;
  letter-spacing: 0.04em;
  margin: 20px 0 0;
  white-space: nowrap;
}
@media screen and (max-width: 749px) {
  .whitepaper .fv_title {
    margin: 1.0666666667vw 0 0;
    letter-spacing: 0;
  }
}
.whitepaper .fv_title small {
  font-size: 3.2rem;
}
@media screen and (max-width: 749px) {
  .whitepaper .fv_title small {
    font-size: 5.3333333333vw;
    letter-spacing: 0;
  }
}
.whitepaper .fv_title em {
  font-size: 4.8rem;
}
@media screen and (max-width: 749px) {
  .whitepaper .fv_title em {
    font-size: 7.7333333333vw;
    letter-spacing: 0;
  }
}
.whitepaper .fv_title span {
  font-size: 3.6rem;
}
@media screen and (max-width: 749px) {
  .whitepaper .fv_title span {
    font-size: 4.8vw;
    letter-spacing: 0;
  }
}
.whitepaper .fv_logo {
  width: 256px;
  margin: 20px 0 0;
}
@media screen and (max-width: 749px) {
  .whitepaper .fv_logo {
    width: 29.3333333333vw;
    margin: 1.3333333333vw 0 0;
  }
}
.whitepaper .fv_point {
  width: 130px;
}
.whitepaper .fv_pointWrap {
  width: 416px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 20px 0 0;
}
@media screen and (max-width: 749px) {
  .whitepaper .fv_pointWrap {
    flex-wrap: wrap;
    justify-content: center;
    width: 42.6666666667vw;
    margin: 1.3333333333vw 0 0;
  }
  .whitepaper .fv_pointWrap .sp {
    width: 100%;
  }
}
@media screen and (max-width: 749px) {
  .whitepaper .fv_point {
    width: 20.8vw;
  }
  .whitepaper .fv_point:first-child {
    margin: 0 auto -2.1333333333vw;
  }
  .whitepaper .fv_point:last-child {
    margin-left: 1.0666666667vw;
  }
}
.whitepaper .fv_image {
  width: 469px;
  margin-left: -60px;
}
@media screen and (max-width: 749px) {
  .whitepaper .fv_image {
    width: 40.2666666667vw;
    position: absolute;
    right: 5.0666666667vw;
    bottom: 9.0666666667vw;
  }
}
.whitepaper .fv .cv {
  padding-top: 52px;
}
@media screen and (max-width: 749px) {
  .whitepaper .fv .cv {
    padding: 4.2666666667vw 0;
  }
}
.whitepaper .fv .cv .cv_btnWrap {
  margin: 0 auto;
}
.whitepaper .cv {
  background: linear-gradient(90.56deg, #205EA4 1.08%, #7DBCD8 99.22%);
  padding: 40px 0;
  text-align: center;
  color: #FFF;
}
@media screen and (max-width: 749px) {
  .whitepaper .cv {
    padding: 7.4666666667vw 0;
  }
}
.whitepaper .cv_caption {
  text-align: center;
  letter-spacing: 0;
  font-weight: 700;
  font-size: 3.2rem;
}
@media screen and (max-width: 749px) {
  .whitepaper .cv_caption {
    font-size: 4.2666666667vw;
  }
}
.whitepaper .cv_caption em {
  font-size: 4rem;
}
@media screen and (max-width: 749px) {
  .whitepaper .cv_caption em {
    font-size: 6.4vw;
  }
}
.whitepaper .cv_btn {
  color: #333;
  width: 450px;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 80px;
  font-size: 2.4rem;
  font-weight: 700;
  text-align: center;
  background: #F2F400;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.24);
  border-radius: 96px;
}
.whitepaper .cv_btnWrap {
  display: flex;
  justify-content: space-between;
  width: 920px;
  margin: 56px auto 0;
}
@media screen and (max-width: 749px) {
  .whitepaper .cv_btnWrap {
    width: 84vw;
    flex-direction: column;
    margin: 5.3333333333vw auto 0;
  }
}
@media screen and (max-width: 749px) {
  .whitepaper .cv_btn {
    width: 100%;
    font-size: 4.2666666667vw;
    height: 13.3333333333vw;
  }
}
.whitepaper .cv_btn .-arrow {
  width: 8px;
  height: 11px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 27px;
}
.whitepaper .cv_btn .-arrow svg {
  width: 100%;
  display: block;
}
@media screen and (max-width: 749px) {
  .whitepaper .cv_btn .-arrow {
    width: 1.4666666667vw;
    height: 2.2666666667vw;
  }
}
.whitepaper .cv_btn .-tel {
  width: 24px;
  margin-right: 19px;
}
@media screen and (max-width: 749px) {
  .whitepaper .cv_btn .-tel {
    width: 4vw;
    margin-right: 2.6666666667vw;
  }
}
.whitepaper .cv_btn:nth-child(2) {
  font-size: 32px;
  line-height: 160%;
  background: #FFF;
  color: #205EA4;
}
@media screen and (max-width: 749px) {
  .whitepaper .cv_btn:nth-child(2) {
    margin: 8.8vw auto 0;
    font-size: 5.3333333333vw;
  }
}
.whitepaper .cv_btn:nth-child(2)::before {
  content: "＼お急ぎの方はお電話ください／";
  font-size: 1.8rem;
  color: #FFF;
  letter-spacing: 0.04em;
  line-height: 170%;
  font-feature-settings: "palt" on;
  display: block;
  position: absolute;
  top: -5px;
  transform: translateY(-100%);
}
@media screen and (max-width: 749px) {
  .whitepaper .cv_btn:nth-child(2)::before {
    font-size: 3.2vw;
    top: -0.6666666667vw;
  }
}
.whitepaper .sec01 {
  padding: 80px 0;
  background: url(../img/pc/sec01_bg.png);
  background-size: cover;
}
@media screen and (max-width: 749px) {
  .whitepaper .sec01 {
    padding: 10.6666666667vw 0;
    background: url(../img/sp/sec01_bg.png);
    background-size: cover;
  }
}
@media screen and (max-width: 749px) {
  .whitepaper .sec01 .wrap1000 {
    padding: 0 6vw;
  }
}
.whitepaper .sec01_caption {
  font-size: 4rem;
  font-weight: 700;
  line-height: 160%;
  letter-spacing: 0.08em;
  text-align: center;
  margin: 80px auto 0;
}
@media screen and (max-width: 749px) {
  .whitepaper .sec01_caption {
    font-size: 5.3333333333vw;
    margin: 8vw auto 0;
  }
}
.whitepaper .sec01_caption span {
  background: linear-gradient(90deg, #2790BE 0%, #19467A 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}
.whitepaper .sec01_imgWrap {
  display: flex;
  gap: 0 40px;
  margin: 40px auto 0;
}
@media screen and (max-width: 749px) {
  .whitepaper .sec01_imgWrap {
    margin: 2.6666666667vw auto 0;
    grid-gap: 0 2.6666666667vw;
  }
}
.whitepaper .sec02 {
  background: url("../img/pc/sec02_bg.png") #fff no-repeat right top;
  background-size: 750px;
  z-index: 10;
}
@media screen and (max-width: 749px) {
  .whitepaper .sec02 {
    background: url("../img/sp/sec02_bg.png") #fff no-repeat right top;
    background-size: 100vw;
    padding: 17.3333333333vw 0 16vw;
  }
}
@media screen and (max-width: 749px) {
  .whitepaper .sec02 .wrap1000 {
    padding: 0 4.6666666667vw;
  }
}
.whitepaper .sec02_title {
  font-size: 3.6rem;
  margin: 40px 0 0;
}
@media screen and (max-width: 749px) {
  .whitepaper .sec02_title {
    margin: 5.3333333333vw 0 0;
    font-size: 5.3333333333vw;
  }
}
.whitepaper .sec02_title b {
  background: linear-gradient(90deg, #2790BE 0%, #19467A 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}
.whitepaper .sec02_title em {
  font-size: 4.8rem;
}
@media screen and (max-width: 749px) {
  .whitepaper .sec02_title em {
    font-size: 6.4vw;
  }
}
.whitepaper .sec02_cont {
  width: 1040px;
  margin: 80px auto 0;
  background: #E9EFF6;
}
.whitepaper .sec02_cont_inner {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 749px) {
  .whitepaper .sec02_cont {
    width: 100%;
    margin: 8vw auto 0;
  }
}
.whitepaper .sec02_cont::after {
  content: "";
  display: block;
  height: 100%;
  width: 460px;
  background: #E9EFF6;
  position: absolute;
  top: 0;
}
@media screen and (max-width: 749px) {
  .whitepaper .sec02_cont::after {
    display: none;
  }
}
.whitepaper .sec02_cont:nth-child(even) {
  border-radius: 0 300px 300px 0;
}
.whitepaper .sec02_cont:nth-child(even)::after {
  left: 0;
  transform: translateX(-100%);
}
@media screen and (max-width: 749px) {
  .whitepaper .sec02_cont:nth-child(even) .sec02_cont_main {
    padding: 11.7333333333vw 31.7333333333vw 6.4vw 12vw;
  }
  .whitepaper .sec02_cont:nth-child(even) .sec02_cont_img {
    right: 36.5333333333vw;
  }
}
.whitepaper .sec02_cont:nth-child(odd) {
  border-radius: 300px 0 0 300px;
}
.whitepaper .sec02_cont:nth-child(odd)::after {
  right: 0;
  transform: translateX(100%);
}
.whitepaper .sec02_cont_img {
  width: 480px;
}
@media screen and (max-width: 749px) {
  .whitepaper .sec02_cont_img {
    position: absolute;
    width: 25.8666666667vw;
    top: -6.6666666667vw;
    right: 14.5333333333vw;
  }
}
.whitepaper .sec02_cont_main {
  padding: 71px 0;
}
@media screen and (max-width: 749px) {
  .whitepaper .sec02_cont_main {
    padding: 11.7333333333vw 16vw 6.4vw 25.3333333333vw;
    width: 100%;
  }
}
.whitepaper .sec02_cont_title .-no {
  color: #205EA4;
  font-size: 8rem;
  font-weight: 700;
  line-height: 1;
}
@media screen and (max-width: 749px) {
  .whitepaper .sec02_cont_title .-no {
    font-size: 10.6666666667vw;
  }
}
.whitepaper .sec02_cont_title .-title {
  font-size: 3.2rem;
  margin: 20px auto 40px;
}
@media screen and (max-width: 749px) {
  .whitepaper .sec02_cont_title .-title {
    font-size: 4.2666666667vw;
    margin: 2.6666666667vw auto 5.3333333333vw;
  }
}
.whitepaper .sec02_cont_title .-title em {
  font-size: 4.8rem;
}
@media screen and (max-width: 749px) {
  .whitepaper .sec02_cont_title .-title em {
    font-size: 6.4vw;
  }
}
.whitepaper .sec02_cont p.label {
  padding-left: 90px;
  font-size: 2rem;
  line-height: 150%;
  text-align: justify;
  letter-spacing: 0.08em;
  width: 520px;
}
@media screen and (max-width: 749px) {
  .whitepaper .sec02_cont p.label {
    width: 56vw;
    font-size: 2.6666666667vw;
    padding-left: 12vw;
  }
}
.whitepaper .sec02_cont p.label::before {
  width: 80px;
  height: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #205EA4;
  color: #FFF;
  font-weight: 700;
  border-radius: 80px;
  margin-right: 10px;
  position: absolute;
  left: 0;
  top: 0;
}
@media screen and (max-width: 749px) {
  .whitepaper .sec02_cont p.label::before {
    width: 10.6666666667vw;
    height: 4vw;
    margin-right: 1.3333333333vw;
  }
}
.whitepaper .sec02_cont p.label.-ai::before {
  content: "AI";
}
.whitepaper .sec02_cont p.label.-pro {
  margin: 20px auto 0;
}
@media screen and (max-width: 749px) {
  .whitepaper .sec02_cont p.label.-pro {
    margin: 0;
  }
}
.whitepaper .sec02_cont p.label.-pro::before {
  content: "専門家";
}
@media screen and (max-width: 749px) {
  .whitepaper .sec02_cont p {
    font-size: 2.6666666667vw;
  }
}
.whitepaper .sec02_caption {
  text-align: center;
  font-size: 3.6rem;
  font-weight: 700;
  margin: 80px auto 0;
}
@media screen and (max-width: 749px) {
  .whitepaper .sec02_caption {
    margin: 5.3333333333vw auto 0;
    font-size: 4.8vw;
  }
}
.whitepaper .sec02_caption b {
  font-size: 4.8rem;
}
@media screen and (max-width: 749px) {
  .whitepaper .sec02_caption b {
    font-size: 6.4vw;
  }
}
.whitepaper .sec02_caption .-grad {
  background: linear-gradient(90deg, #2790BE 0%, #19467A 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}/*
.whitepaper .sec02_caption::before {
  content: "";
  display: block;
  width: 48px;
  height: 48px;
  background: url("../img/common/arrow.svg") no-repeat;
  background-size: 100% 100%;
  margin: 0 auto 40px;
}*/
@media screen and (max-width: 749px) {
  .whitepaper .sec02_caption::before {
    margin: 0 auto 4vw;
    width: 4.6666666667vw;
    height: 6.4vw;
  }
}
.whitepaper .sec02 .adlpC-iframe {
  width: 100%;
  max-width: 1060px;
  aspect-ratio: 16/9;
  margin: 40px auto 0;
}
@media screen and (max-width: 749px) {
  .whitepaper .sec02 .adlpC-iframe {
    width: 84vw;
    margin: 4vw auto 0;
  }
}
.whitepaper .sec02 .adlpC-iframe video {
  width: 100%;
  height: 100%;
}
.whitepaper .sec03 {
  background: #E9EFF6;
  padding: 120px 0;
  z-index: 10;
}
@media screen and (max-width: 749px) {
  .whitepaper .sec03 {
    padding: 16vw 0;
  }
}
.whitepaper .sec03 .ttl {
  margin: auto;
}
.whitepaper .sec03_title {
  font-size: 3.6rem;
  font-weight: 700;
  margin: 40px auto 0;
  text-align: center;
}
@media screen and (max-width: 749px) {
  .whitepaper .sec03_title {
    font-size: 6.4vw;
    margin: 5.3333333333vw auto 0;
  }
}
.whitepaper .sec03_title b {
  background: linear-gradient(90deg, #2790BE 0%, #19467A 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}
.whitepaper .sec03_title em {
  font-size: 4.8rem;
}
@media screen and (max-width: 749px) {
  .whitepaper .sec03_title em {
    font-size: 6.4vw;
  }
}
.whitepaper .sec03_cont {
  width: 1080px;
  margin: 80px auto 0;
  background: #FFF;
}
.whitepaper .sec03_cont_inner {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 749px) {
  .whitepaper .sec03_cont {
    width: 92vw;
  }
}
@media screen and (min-width: 750px) {
  .whitepaper .sec03_cont::after {
    content: "";
    display: block;
    height: 100%;
    width: 460px;
    background: #FFF;
    position: absolute;
    top: 0;
  }
}
.whitepaper .sec03_cont:nth-child(even) {
  border-radius: 0 16px 16px 0;
  padding: 40px 40px 40px 0;
}
@media screen and (max-width: 749px) {
  .whitepaper .sec03_cont:nth-child(even) {
    padding: 5.3333333333vw;
    margin: 10.6666666667vw auto 0 0;
    border-radius: 0 2.1333333333vw 2.1333333333vw 0;
  }
}
.whitepaper .sec03_cont:nth-child(even)::after {
  left: 0;
  transform: translateX(-100%);
}
.whitepaper .sec03_cont:nth-child(odd) {
  border-radius: 16px 0 0 16px;
  padding: 40px 0 40px 40px;
}
@media screen and (max-width: 749px) {
  .whitepaper .sec03_cont:nth-child(odd) {
    padding: 5.3333333333vw 10.6666666667vw 5.3333333333vw 5.3333333333vw;
    margin: 10.6666666667vw 0 0 auto;
    border-radius: 2.1333333333vw 0 0 2.1333333333vw;
  }
}
.whitepaper .sec03_cont:nth-child(odd)::after {
  right: 0;
  transform: translateX(100%);
}
@media screen and (max-width: 749px) {
  .whitepaper .sec03_cont_img {
    position: absolute;
  }
  .whitepaper .sec03_cont_img.-img01 {
    width: 40.1333333333vw;
    top: -9.8666666667vw;
    right: 1.3333333333vw;
  }
  .whitepaper .sec03_cont_img.-img02 {
    width: 44.2666666667vw;
    top: -13.8666666667vw;
    right: 8.9333333333vw;
  }
  .whitepaper .sec03_cont_img.-img03 {
    width: 38.8vw;
    top: -10.9333333333vw;
    right: 0.1333333333vw;
  }
}
@media screen and (min-width: 750px) {
  .whitepaper .sec03_cont_img {
    width: 480px;
    margin-top: -58px;
  }
  .whitepaper .sec03_cont_img.-img01 {
    width: 407px;
    margin-right: 80px;
  }
  .whitepaper .sec03_cont_img.-img02 {
    width: 336px;
    margin-left: 70px;
  }
  .whitepaper .sec03_cont_img.-img03 {
    width: 382px;
    margin-right: 70px;
    transform: translateY(80px);
  }
}
.whitepaper .sec03_cont_title .-no {
  width: 80px;
}
@media screen and (max-width: 749px) {
  .whitepaper .sec03_cont_title .-no {
    width: 12vw;
  }
}
.whitepaper .sec03_cont_title .-title {
  font-size: 3.2rem;
  font-weight: 700;
  margin: 20px auto;
}
@media screen and (max-width: 749px) {
  .whitepaper .sec03_cont_title .-title {
    font-size: 4.2666666667vw;
    margin: 2.6666666667vw auto;
  }
}
.whitepaper .sec03_cont p {
  line-height: 150%;
}
@media screen and (min-width: 750px) {
  .whitepaper .sec03_cont p {
    width: 480px;
  }
}
@media screen and (max-width: 749px) {
  .whitepaper .sec03_cont p {
    font-size: 3.2vw;
  }
}
.whitepaper .sec04 {
  background: url("../img/pc/sec04_bg.png") #E9EFF6 no-repeat right 183px top;
  background-size: 752px 400px;
  padding: 120px 0;
  z-index: 10;
}
@media screen and (max-width: 749px) {
  .whitepaper .sec04 {
    background: url("../img/sp/sec04_bg.png") #E9EFF6 no-repeat right top;
    background-size: 76.4vw 54.2666666667vw;
    padding: 16vw 0;
  }
}
.whitepaper .sec04_title {
  font-size: 4.8rem;
  font-weight: 700;
  margin: 40px 0 0;
}
@media screen and (max-width: 749px) {
  .whitepaper .sec04_title {
    font-size: 6.4vw;
    margin: 5.3333333333vw 0 0;
  }
}
.whitepaper .sec04_cont {
  width: 1000px;
  margin: 80px auto 0;
}
.whitepaper .sec04_cont_inner {
  display: flex;
  justify-content: space-between;
  z-index: 1;
  align-items: flex-start;
}
@media screen and (max-width: 749px) {
  .whitepaper .sec04_cont_inner {
    flex-direction: column;
  }
}
@media screen and (max-width: 749px) {
  .whitepaper .sec04_cont {
    width: 100%;
    margin: 10.6666666667vw auto 0;
  }
}
.whitepaper .sec04_cont::after {
  content: "";
  display: block;
  height: 2px;
  width: 100vw;
  background: #205EA4;
  position: absolute;
  top: 120px;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width: 749px) {
  .whitepaper .sec04_cont::after {
    top: 78.6666666667vw;
    height: 0.2666666667vw;
  }
}
.whitepaper .sec04_cont_img {
  width: 330px;
  border-radius: 16px;
  overflow: hidden;
}
@media screen and (max-width: 749px) {
  .whitepaper .sec04_cont_img {
    border-radius: 2.1333333333vw;
    width: 84vw;
    order: 1;
    margin: auto;
  }
}
.whitepaper .sec04_cont_main {
  width: 630px;
}
@media screen and (max-width: 749px) {
  .whitepaper .sec04_cont_main {
    width: 84vw;
    order: 2;
    margin: auto;
  }
}
.whitepaper .sec04_cont_title {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 749px) {
  .whitepaper .sec04_cont_title {
    margin: 5.3333333333vw auto 0;
  }
}
.whitepaper .sec04_cont_title .-no {
  width: 90px;
  margin-right: 30px;
}
@media screen and (max-width: 749px) {
  .whitepaper .sec04_cont_title .-no {
    width: 12vw;
    margin-right: 4vw;
  }
}
.whitepaper .sec04_cont_title .-title {
  font-size: 3.6rem;
  font-weight: 700;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 749px) {
  .whitepaper .sec04_cont_title .-title {
    font-size: 4.8vw;
  }
}
.whitepaper .sec04_cont_title .-title span {
  background: linear-gradient(90deg, #2790BE 0%, #19467A 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}
.whitepaper .sec04_cont p {
  font-size: 2rem;
  font-weight: 700;
  margin: 40px auto 0;
}
@media screen and (max-width: 749px) {
  .whitepaper .sec04_cont p {
    font-size: 3.2vw;
    margin: 5.3333333333vw auto 0;
  }
}
.whitepaper .sec04_cont p b {
  font-size: 2.4rem;
}
@media screen and (max-width: 749px) {
  .whitepaper .sec04_cont p b {
    font-size: 3.7333333333vw;
  }
}
.whitepaper .sec04_cont ul {
  padding: 42px 26px 20px;
  background: #FFF;
  border-radius: 16px;
  margin: 63px auto 0;
}
@media screen and (max-width: 749px) {
  .whitepaper .sec04_cont ul {
    border-radius: 2.1333333333vw;
    padding: 6.6666666667vw 2.1333333333vw 2.6666666667vw;
    margin: 8.4vw auto 0;
  }
}
.whitepaper .sec04_cont ul::before {
  content: "導入ポイント";
  background: #799EC8;
  color: #FFF;
  font-size: 2.4rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  line-height: 160%;
  padding: 5px 30px;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 80px;
}
@media screen and (max-width: 749px) {
  .whitepaper .sec04_cont ul::before {
    font-size: 3.7333333333vw;
    padding: 0.6666666667vw 4vw;
  }
}
.whitepaper .sec04_cont ul li {
  list-style: none;
  line-height: 160%;
  font-size: 2rem;
}
.whitepaper .sec04_cont ul li::before {
  content: "・";
}
@media screen and (max-width: 749px) {
  .whitepaper .sec04_cont ul li {
    font-size: 3.2vw;
  }
}
.whitepaper .sec04_btn {
  display: block;
  margin: 60px auto 0;
  width: 450px;
  height: 80px;
  background: linear-gradient(90deg, #1C487A 0%, #2D84B5 100%);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.24);
  border-radius: 96px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 2.4rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  color: #FFF;
}
@media screen and (max-width: 749px) {
  .whitepaper .sec04_btn {
    width: 84vw;
    height: 20vw;
    font-size: 4.2666666667vw;
    margin: 10.6666666667vw auto 0;
    box-shadow: 0 0.5333333333vw 1.0666666667vw rgba(0, 0, 0, 0.24);
  }
}
.whitepaper .sec04_btn .-arrow {
  width: 8px;
  height: 11px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 27px;
}
.whitepaper .sec04_btn .-arrow svg {
  width: 100%;
  display: block;
}
@media screen and (max-width: 749px) {
  .whitepaper .sec04_btn .-arrow {
    width: 1.4666666667vw;
    height: 2.2666666667vw;
  }
}
.whitepaper .sec05 {
  padding: 80px 0;
}
@media screen and (max-width: 749px) {
  .whitepaper .sec05 {
    padding: 10.6666666667vw 0;
  }
}
.whitepaper .sec05 .ttl {
  margin: auto;
}
.whitepaper .sec05_title {
  font-size: 4.8rem;
  font-weight: 700;
  text-align: center;
  margin: 40px auto 56px;
}
@media screen and (max-width: 749px) {
  .whitepaper .sec05_title {
    font-size: 6.4vw;
    margin: 5.3333333333vw auto 7.4666666667vw;
  }
}
.whitepaper .sec05_step {
  width: 210px;
}
.whitepaper .sec05_stepWrap {
  display: flex;
  justify-content: space-between;
  margin: 23px auto 0;
}
@media screen and (min-width: 750px) {
  .whitepaper .sec05_stepWrap > *:last-child {
    display: flex;
    justify-content: space-between;
    width: 100%;
  }
}
.whitepaper .sec05_stepWrap .sp {
  width: 21.3333333333vw;
}
@media screen and (max-width: 749px) {
  .whitepaper .sec05_step {
    width: 59.6vw;
    margin: 2.6666666667vw auto 0;
  }
}
@media screen and (max-width: 749px) {
  .whitepaper .sec05_step_img {
    width: 28vw;
    margin: auto;
  }
}
.whitepaper .sec05_step_title {
  font-size: 2rem;
  font-weight: 700;
  text-align: center;
  margin: 20px auto;
}
@media screen and (max-width: 749px) {
  .whitepaper .sec05_step_title {
    font-size: 3.2vw;
    margin: 1.3333333333vw auto;
  }
}
.whitepaper .sec05_step_text {
  font-size: 1.6rem;
  line-height: 170%;
  text-align: justify;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 749px) {
  .whitepaper .sec05_step_text {
    font-size: 3.2vw;
  }
}
.whitepaper .sec06 {
  background: url("../img/pc/sec06_bg.jpg") #fff no-repeat center top;
  background-size: cover;
  padding: 66px 0 100px;
}
@media screen and (max-width: 749px) {
  .whitepaper .sec06 {
    background: url("../img/sp/sec06_bg.jpg") #fff no-repeat center top;
    background-size: cover;
    padding: 10.6666666667vw 0;
  }
}
.whitepaper .sec06_title {
  width: 365px;
  margin: 30px auto 18px;
}
@media screen and (max-width: 749px) {
  .whitepaper .sec06_title {
    width: 64.2666666667vw;
    margin: 4.2666666667vw auto 2.6666666667vw;
  }
}
@media screen and (max-width: 749px) {
  .whitepaper .sec06 .wrap1000 {
    padding: 0 4vw;
  }
}
.whitepaper .sec06_box1 {
  background: linear-gradient(90deg, rgba(255, 255, 255, 0) -46.4%, #FFFFFF 43.59%, rgba(255, 255, 255, 0) 145.8%);
  border-radius: 16px;
  padding: 40px;
}
@media screen and (max-width: 749px) {
  .whitepaper .sec06_box1 {
    padding: 5.3333333333vw;
    border-radius: 2.1333333333vw;
  }
}
.whitepaper .sec06_box1_price {
  width: 493px;
  margin: auto;
}
@media screen and (max-width: 749px) {
  .whitepaper .sec06_box1_price {
    width: 65.7333333333vw;
  }
}
.whitepaper .sec06_box1 p {
  margin: 30px auto 0;
  text-align: left;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 2rem;
  letter-spacing: -0.02em;
  line-height: 1.6;
}
@media screen and (max-width: 749px) {
  .whitepaper .sec06_box1 p {
    font-size: 3.2vw;
    margin: 4vw auto 0;
  }
}
.whitepaper .sec06_service {
  background: #FFF;
  border-radius: 16px;
  padding: 40px 0;
}
.whitepaper .sec06_serviceWrap {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media screen and (max-width: 749px) {
  .whitepaper .sec06_serviceWrap {
    flex-direction: column;
  }
}
@media screen and (min-width: 750px) {
  .whitepaper .sec06_service {
    width: 160px;
  }
  .whitepaper .sec06_service:last-child {
    width: 100%;
    margin-top: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 20px 0;
  }
  .whitepaper .sec06_service:last-child .sec06_service_head {
    width: auto;
    display: flex;
    align-items: center;
  }
  .whitepaper .sec06_service:last-child .sec06_service_title {
    height: auto;
    margin: 0 44px 0 0;
  }
  .whitepaper .sec06_service:last-child .sec06_service_list {
    min-height: auto;
    border-top: none;
    border-left: 1px solid #205EA4;
    padding: 16px 0 6px 20px;
  }
  .whitepaper .sec06_service:last-child .sec06_service_img.-img07 {
    width: 81px;
    margin: 0 44px 0 0;
  }
}
@media screen and (max-width: 749px) {
  .whitepaper .sec06_service {
    padding: 2.6666666667vw 4vw;
    display: flex;
    flex-wrap: wrap;
    margin-top: 1.0666666667vw;
    border-radius: 2.1333333333vw;
  }
}
.whitepaper .sec06_service_head {
  width: 100%;
}
@media screen and (max-width: 749px) {
  .whitepaper .sec06_service_head {
    display: flex;
    justify-content: flex-start;
    align-items: center;
  }
}
.whitepaper .sec06_service_img {
  margin: auto;
}
@media screen and (max-width: 749px) {
  .whitepaper .sec06_service_img {
    margin: 0 1.3333333333vw 0 0;
  }
}
.whitepaper .sec06_service_img.-img01 {
  width: 42px;
}
@media screen and (max-width: 749px) {
  .whitepaper .sec06_service_img.-img01 {
    width: 4.2666666667vw;
  }
}
.whitepaper .sec06_service_img.-img02 {
  width: 90px;
}
@media screen and (max-width: 749px) {
  .whitepaper .sec06_service_img.-img02 {
    width: 9.0666666667vw;
  }
}
.whitepaper .sec06_service_img.-img03 {
  width: 30px;
}
@media screen and (max-width: 749px) {
  .whitepaper .sec06_service_img.-img03 {
    width: 4vw;
  }
}
.whitepaper .sec06_service_img.-img04 {
  width: 81px;
}
@media screen and (max-width: 749px) {
  .whitepaper .sec06_service_img.-img04 {
    width: 8.2666666667vw;
  }
}
.whitepaper .sec06_service_img.-img05 {
  width: 74px;
}
@media screen and (max-width: 749px) {
  .whitepaper .sec06_service_img.-img05 {
    width: 7.4666666667vw;
  }
}
.whitepaper .sec06_service_img.-img06 {
  width: 84px;
}
@media screen and (max-width: 749px) {
  .whitepaper .sec06_service_img.-img06 {
    width: 8.4vw;
  }
}
.whitepaper .sec06_service_img.-img07 {
  width: 81px;
}
@media screen and (max-width: 749px) {
  .whitepaper .sec06_service_img.-img07 {
    width: 8.1333333333vw;
  }
}
.whitepaper .sec06_service_title {
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.08em;
  color: #205EA4;
  text-align: center;
  margin: 24px auto;
  height: 63px;
}
@media screen and (max-width: 749px) {
  .whitepaper .sec06_service_title {
    font-size: 2.6666666667vw;
    text-align: left;
    height: auto;
    margin: 0;
  }
}
.whitepaper .sec06_service_list {
  margin: 0 7px;
  padding-top: 10px;
}
@media screen and (min-width: 750px) {
  .whitepaper .sec06_service_list {
    min-height: 150px;
    border-top: 1px solid #205EA4;
  }
}
@media screen and (max-width: 749px) {
  .whitepaper .sec06_service_list {
    width: 50%;
    height: auto;
    margin: 0;
    display: flex;
    flex-wrap: wrap;
  }
  .whitepaper .sec06_service_list.-wide {
    width: 100%;
  }
}
.whitepaper .sec06_service_list li {
  padding-left: 7px;
  font-size: 1.4rem;
  letter-spacing: 0.08em;
  font-feature-settings: "palt" on;
}
@media screen and (max-width: 749px) {
  .whitepaper .sec06_service_list li {
    font-size: 2.6666666667vw;
    margin-left: 2.6666666667vw;
  }
}
.whitepaper .sec06_service_list li::before {
  content: "・";
  display: block;
  position: absolute;
  left: -4px;
  top: 0;
  width: 9px;
}
.whitepaper .sec06_service p {
  margin: 0 5px;
  color: #205EA4;
  padding: 24px 0 0;
}
@media screen and (min-width: 750px) {
  .whitepaper .sec06_service p {
    border-top: 1px solid #205EA4;
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 749px) {
  .whitepaper .sec06_service p {
    padding: 0 0 0 2.6666666667vw;
    font-size: 2.6666666667vw;
    border-left: 1px solid #205EA4;
    width: 50%;
    margin: 0;
  }
}
.whitepaper .sec07 {
  background: url("../img/pc/sec07_bg.png") no-repeat;
  background-size: cover;
}
@media screen and (max-width: 749px) {
  .whitepaper .sec07 {
    background: url("../img/sp/sec07_bg.png") no-repeat;
    background-size: cover;
    padding: 13.3333333333vw 0;
  }
}
.whitepaper .sec07_inner {
  display: flex;
  align-items: center;
  width: 974px;
  margin: auto;
}
@media screen and (max-width: 749px) {
  .whitepaper .sec07_inner {
    padding: 0 8vw;
    width: 100%;
    flex-direction: column;
  }
}
.whitepaper .sec07_title {
  font-size: 4.8rem;
  font-weight: 700;
  line-height: 1.45;
  margin-bottom: 36px;
}
@media screen and (max-width: 749px) {
  .whitepaper .sec07_title {
    font-size: 8.5333333333vw;
    margin-bottom: 2.6666666667vw;
  }
}
.whitepaper .sec07_title span {
  font-size: 2.6rem;
}
@media screen and (max-width: 749px) {
  .whitepaper .sec07_title span {
    font-size: 4.8vw;
  }
}
.whitepaper .sec07_title em {
  color: #0266B4;
}
.whitepaper .sec07_image {
  margin: auto;
  width: 567px;
}
@media screen and (max-width: 749px) {
  .whitepaper .sec07_image {
    width: 100%;
  }
}
.whitepaper .sec08 {
  padding: 100px 0 80px;
  background: #E9EFF6;
  /* adlpC-accordion03_headerの高さ固定用 */
  /* adlpC-accordion03_bodyの区切り線用 */
}
@media screen and (max-width: 749px) {
  .whitepaper .sec08 {
    padding: 13.3333333333vw 0;
  }
}
.whitepaper .sec08 .ttl {
  margin: auto;
}
.whitepaper .sec08_title {
  text-align: center;
  font-size: 4.8rem;
  font-weight: 700;
  margin: 40px auto 56px;
}
@media screen and (max-width: 749px) {
  .whitepaper .sec08_title {
    font-size: 6.4vw;
    margin: 5.3333333333vw auto 7.4666666667vw;
  }
}
.whitepaper .sec08_qa {
  margin: auto;
}
@media screen and (max-width: 749px) {
  .whitepaper .sec08_qa {
    width: 100;
  }
}
.whitepaper .sec08 .adlpC-accordion03 {
  border-radius: 8px;
  width: 100%;
  margin: auto;
  padding: 24px;
  background: #FFF;
}
@media screen and (max-width: 749px) {
  .whitepaper .sec08 .adlpC-accordion03 {
    border-radius: 1.0666666667vw;
  }
}
.whitepaper .sec08 .adlpC-accordion03 + .adlpC-accordion03 {
  margin-top: 30px;
}
.whitepaper .sec08 .adlpC-accordion03_header {
  position: relative;
  cursor: pointer;
  color: #205EA4;
  font-size: 2rem;
  font-weight: 700;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 749px) {
  .whitepaper .sec08 .adlpC-accordion03_header {
    font-size: 3.2vw;
    padding-right: 8vw;
  }
}
.whitepaper .sec08 .adlpC-accordion03_header::after {
  content: "";
  display: block;
  width: 11px;
  height: 6px;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%) rotate(180deg);
  background-image: url("../img/common/arrow.png");
  background-size: contain;
  background-position: 50% 50%;
  background-repeat: no-repeat;
}
@media screen and (max-width: 749px) {
  .whitepaper .sec08 .adlpC-accordion03_header::after {
    width: 1.8666666667vw;
    height: 0.9333333333vw;
  }
}
.whitepaper .sec08 .open.adlpC-accordion03_header::after {
  transform: translateY(-50%);
}
.whitepaper .sec08 .adlpC-accordion03_body {
  display: none;
  font-size: 1.6rem;
  padding-top: 8px;
  border-top: 1px solid #205EA4;
  margin-top: 8px;
}
@media screen and (max-width: 749px) {
  .whitepaper .sec08 .adlpC-accordion03_body {
    font-size: 3.2vw;
  }
}
.whitepaper .sec08 .adlpC-accordion03_header.--fixed-height {
  height: 50px;
  display: flex;
  align-items: center;
}
.whitepaper .sec08 .adlpC-accordion03_body.--bdr-top {
  border-top: 1px solid #ccc;
  margin-top: 20px;
}
@media all and (min-width: 0px) and (max-width: 750px) {
  .whitepaper .sec08 {
    /* adlpC-accordion03_headerの高さ固定用 */
    /* adlpC-accordion03_bodyの区切り線用 */
  }
  .whitepaper .sec08 .adlpC-accordion03 {
    width: 100%;
    padding: 3.2vw 4vw 3.2vw 4vw;
  }
  .whitepaper .sec08 .adlpC-accordion03 + .adlpC-accordion03 {
    margin-top: 4vw;
  }
  .whitepaper .sec08 .adlpC-accordion03_body {
    padding-top: 1.6vw;
  }
  .whitepaper .sec08 .adlpC-accordion03_header.--fixed-height {
    height: 13.3333333333vw;
  }
  .whitepaper .sec08 .adlpC-accordion03_body.--bdr-top {
    margin-top: 1.6vw;
  }
}
.whitepaper button,
.whitepaper input,
.whitepaper optgroup,
.whitepaper select,
.whitepaper textarea {
  margin: 0;
  color: inherit;
  font: inherit;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  -o-appearance: none;
  -ms-appearance: none;
  text-transform: none;
}
.whitepaper .sec09 {
  padding: 100px 0 80px;
}
.whitepaper .sec09 .ttl {
  margin: auto;
}
@media screen and (max-width: 749px) {
  .whitepaper .sec09 {
    padding: 13.3333333333vw 0;
  }
}
.whitepaper .sec09_title {
  text-align: center;
  font-size: 4.8rem;
  font-weight: 700;
  margin: 40px 0 56px;
}
@media screen and (max-width: 749px) {
  .whitepaper .sec09_title {
    font-size: 6.4vw;
    margin: 5.3333333333vw auto 7.4666666667vw;
  }
}
.whitepaper .sec09_form {
  max-width: 1000px;
  margin: auto;
}
.whitepaper .sec09_form dl {
  width: 80%;
  margin: 0 auto;
  margin-top: 30px;
}
.whitepaper .sec09_form dl dt {
  font-weight: 700;
}
.whitepaper .sec09_form dl dt.-req::after {
  content: "必須";
  background: #ED5C5C;
  color: #FFF;
  margin-left: 12px;
  padding: 0 4px 2px;
}
.whitepaper .sec09_form dl dt.-any::after {
  content: "任意";
  background: #0a4399;
  color: #FFF;
  margin-left: 12px;
  padding: 0 4px 2px;
}
.whitepaper .sec09_form dl dd {
  margin-top: 8px;
  text-align: center;
}
@media screen and (min-width: 750px) {
  .whitepaper .sec09_form dl {
    display: flex;
    justify-content: space-around;
    align-items: center;
  }
  .whitepaper .sec09_form dl dt {
    width: 30%;
  }
  .whitepaper .sec09_form dl dd {
    margin-top: 0;
    width: 70%;
  }
}
@media screen and (max-width: 749px) {
  .whitepaper .sec09_form dl {
    width: 100%;
  }
  .whitepaper .sec09_form dl dd {
    display: block;
    text-align: left;
  }
}
.whitepaper .sec09_form dl dd.-select::after {
  content: "";
  display: block;
  background: url(../img/icon_arrow_b2.svg) no-repeat;
  background-size: 100% 100%;
  width: 7px;
  height: 11px;
  transform: rotate(90deg) translate(-50%);
  transform-origin: center;
  position: absolute;
  right: 19px;
  top: 50%;
}
@media screen and (max-width: 749px) {
  .whitepaper .sec09_form dl dd.-select::after {
    width: 10px;
    height: 10px;
    right: 10px;
    top: 48%;
  }
}
.whitepaper .sec09_form dl dd.-error input {
  border-color: #ED5C5C;
  background: #FEF2F2;
}
.whitepaper .sec09_form dl dd.-error p {
  color: #ED5C5C;
  margin-top: 8px;
}
.whitepaper .sec09_form .error {
  display: block;
  text-align: left;
  color: #ED5C5C;
  margin-top: 8px;
}
.whitepaper .sec09_form .privacy__check .error {
  text-align: center;
}
.whitepaper .sec09_form dl dd.-submit {
  max-width: 690px;
  margin: auto;
}
.whitepaper .sec09_form dl dd.-submit::after {
  content: "";
  display: block;
  position: absolute;
  width: 24px;
  height: 24px;
  background: url(../img/icon_arrow.svg) no-repeat;
  background-size: 100% 100%;
  right: 24px;
  top: 50%;
  transform: translateY(-50%) rotate(-90deg);
}
.whitepaper .sec09 input[type=text],
.whitepaper .sec09 input[type=email],
.whitepaper .sec09 textarea,
.whitepaper .sec09 select {
  width: 100%;
  border-radius: 3px;
  padding: 16px 16px;
  background-color: #fafafa;
  border: solid 1px #dfdfdf;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: 0.1px;
  box-shadow: none;
  transition: all 0.5s;
  background-position: calc(100% - 1rem) center;
  position: relative;
}
.whitepaper .sec09 .checkbox input[type=checkbox] {
  -webkit-appearance: auto;
     -moz-appearance: auto;
          appearance: auto;
  margin-right: 12px;
}
.whitepaper .checkbox {
  display: flex;
  margin-top: 24px;
}
@media screen and (min-width: 750px) {
  .whitepaper .checkbox {
    margin-top: 0;
  }
}
.whitepaper .checkbox label {
  display: block;
  margin-right: 24px;
}
.whitepaper .checkbox:last-child {
  margin-right: 0;
}
.whitepaper .checkbox label span {
  font-weight: 700;
}
@media screen and (max-width: 749px) {
  .whitepaper .checkbox {
    display: block;
  }
  .whitepaper .checkbox label {
    margin-bottom: 12px;
  }
  .whitepaper .checkbox:last-child {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 749px) {
  .whitepaper .sec09 input[type=text],
  .whitepaper .sec09 input[type=email],
  .whitepaper .sec09 textarea,
  .whitepaper .sec09 select {
    padding: 3.2vw 2.1333333333vw;
  }
}
.whitepaper .sec09 input[type=text]::-moz-placeholder, .whitepaper .sec09 input[type=email]::-moz-placeholder, .whitepaper .sec09 textarea::-moz-placeholder, .whitepaper .sec09 select::-moz-placeholder {
  color: #CBCBCB;
}
.whitepaper .sec09 input[type=text]::placeholder,
.whitepaper .sec09 input[type=email]::placeholder,
.whitepaper .sec09 textarea::placeholder,
.whitepaper .sec09 select::placeholder {
  color: #CBCBCB;
}
.whitepaper .sec09 input[type=text]:focus,
.whitepaper .sec09 input[type=email]:focus,
.whitepaper .sec09 textarea:focus,
.whitepaper .sec09 select:focus {
  border-color: #27B2EB;
  color: #333;
  background: #FFF;
}
.whitepaper .sec09 select {
  color: #CBCBCB;
}
.whitepaper .sec09 textarea {
  height: 130px;
}
@media screen and (max-width: 749px) {
  .whitepaper .sec09 textarea {
    height: 37.3333333333vw;
  }
}
.whitepaper .sec09 .privacy__box {
  width: 80%;
  height: 120px;
  padding: 24px 24px;
  margin: 24px auto 0;
  border: 1px solid #dddddd;
  overflow: scroll;
  -webkit-overflow-scrolling: touch;
}
@media screen and (max-width: 749px) {
  .whitepaper .sec09 .privacy__box {
    width: 100%;
  }
}
.whitepaper .sec09 .privacy__box p {
  margin-bottom: 24px;
}
.whitepaper .sec09 .privacy__box h3 {
  font-weight: 700;
  margin-bottom: 12px;
}
.whitepaper .sec09 .privacy__check {
  margin: 24px 0 0;
  text-align: center;
}
.whitepaper .sec09 .privacy__check .checkbox {
  display: block;
}
.whitepaper .sec09 input[type=submit] {
  color: #FFF;
  cursor: pointer;
  display: block;
  font-size: 2.4rem;
  font-weight: 700;
  width: 40%;
  max-width: 690px;
  padding: 16px 0 18px;
  background: linear-gradient(180deg, #FAB401 -9.76%, #E54500 100.33%);
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.24);
  border-radius: 96px;
  margin: 24px auto 0;
}
@media screen and (max-width: 749px) {
  .whitepaper .sec09 input[type=submit] {
    width: 100%;
    font-size: 4.2666666667vw;
  }
}
.whitepaper .header {
  width: 100vw;
  margin: auto;
  background: #FFF;
}
.whitepaper .header_inner {
  display: flex;
  align-items: center;
  width: 1000px;
  margin: auto;
  padding: 16px 0;
}
@media screen and (max-width: 749px) {
  .whitepaper .header_inner {
    width: 100%;
    padding: 3.2vw 4vw;
  }
}
.whitepaper .header_logo {
  width: 184px;
}
@media screen and (max-width: 749px) {
  .whitepaper .header_logo {
    width: 26.4vw;
    padding: 2.6666666667vw;
  }
}
.whitepaper .header_mail {
  margin-left: auto;
  width: 240px;
  background: #F2F400;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.32);
  border-radius: 96px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 16px 24px;
  font-weight: 700;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 749px) {
  .whitepaper .header_mail {
    font-size: 2.6666666667vw;
    width: 29.8666666667vw;
    padding: 2.1333333333vw;
    box-shadow: 0 0.2666666667vw 0.5333333333vw rgba(0, 0, 0, 0.32);
    border-radius: 12.8vw;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
  }
}
.whitepaper .header_tel {
  margin-left: 17px;
}
@media screen and (max-width: 749px) {
  .whitepaper .header_tel {
    width: 32vw;
    box-shadow: 0 0.2666666667vw 0.5333333333vw rgba(0, 0, 0, 0.32);
    border-radius: 12.8vw;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 4px 0 5px;
    margin-left: 1.3333333333vw;
  }
}
@media screen and (max-width: 749px) {
  .whitepaper .header_tel::before {
    content: "";
    display: block;
    width: 3.2vw;
    height: 4.2666666667vw;
    background: url("../img/common/icon_tel.svg") no-repeat;
    background-size: 100% 100%;
  }
}
.whitepaper .header_tel span {
  display: block;
  text-align: center;
}
@media screen and (max-width: 749px) {
  .whitepaper .header_tel span {
    text-align: left;
  }
}
.whitepaper .header_tel span.-type1 {
  font-size: 1.2rem;
  font-weight: 700;
}
@media screen and (max-width: 749px) {
  .whitepaper .header_tel span.-type1 {
    font-size: 2.6666666667vw;
    color: #205EA4;
    padding-left: 2.6666666667vw;
  }
}
.whitepaper .header_tel span.-type2 {
  font-size: 2.8rem;
  font-weight: 700;
}
@media screen and (max-width: 749px) {
  .whitepaper .header_tel span.-type2 {
    display: none;
  }
}
.whitepaper .footer {
  background: #205EA4;
  padding: 40px 0;
}
@media screen and (max-width: 749px) {
  .whitepaper .footer {
    padding: 8vw 0;
  }
}
.whitepaper .footer_menu {
  display: flex;
  justify-content: space-between;
  margin: auto;
  width: 346px;
}
@media screen and (max-width: 749px) {
  .whitepaper .footer_menu {
    flex-direction: column;
    text-align: center;
  }
}
.whitepaper .footer_menu > * {
  color: #FFF;
  font-size: 2rem;
  line-height: 1;
  font-weight: 700;
}
@media screen and (max-width: 749px) {
  .whitepaper .footer_menu > * {
    font-size: 3.2vw;
  }
  .whitepaper .footer_menu > *:last-child {
    margin-top: 7.4666666667vw;
  }
}
.whitepaper .footer_copy {
  color: #FFF;
  font-size: 1.4rem;
  text-align: center;
  margin-top: 40px;
  line-height: 1;
}
@media screen and (max-width: 749px) {
  .whitepaper .footer_copy {
    font-size: 2.6666666667vw;
  }
}
.whitepaper .ttl {
  padding-right: 67px;
  color: #205EA4;
  letter-spacing: 0.08em;
  font-size: 3.2rem;
  font-weight: 700;
  line-height: 1;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (max-width: 749px) {
  .whitepaper .ttl {
    font-size: 4.2666666667vw;
    padding-right: 8.9333333333vw;
  }
}
.whitepaper .ttl::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  width: 57px;
  height: 4px;
  background: url("../img/common/ttl_line.svg") no-repeat;
  background-size: 100% 100%;
}
@media screen and (max-width: 749px) {
  .whitepaper .ttl::after {
    width: 7.6vw;
    height: 0.5333333333vw;
  }
}
.whitepaper .header {
  position: fixed;
  z-index: 99;
  top: 0;
  left: 0;
}
@media screen and (min-width: 750px) {
  .whitepaper .view_area_1 {
    margin-top: 87px;
  }
}
@media screen and (max-width: 749px) {
  .whitepaper .view_area_1 {
    margin-top: 68px;
  }
}
@media screen and (min-width: 750px) {
  .whitepaper .adjust {
    width: 100vw;
  }
}
@media screen and (max-width: 749px) {
  .whitepaper .adjust {
    display: none;
  }
}/*# sourceMappingURL=whitepaper.css.map */