@charset "UTF-8";
body {
  width: 100%;
  margin-inline: auto;
  font-family: "Noto Sans JP", sans-serif;
  letter-spacing: 0.06em;
  font-weight: 500;
  font-style: normal;
  font-size: 3.3854166667vw;
  line-height: 1em;
  color: #1A1A1A;
}
body * {
  box-sizing: border-box;
  line-height: 1em;
}

a {
  text-decoration: none;
}

p {
  margin: 0;
}

img {
  display: block;
  width: 100%;
  vertical-align: bottom;
}

ul,
li {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.pc_only {
  display: none !important;
}

.inner {
  width: 100%;
  margin: 0 auto;
  position: relative;
}

.wrapper {
  width: 100%;
  overflow-x: hidden;
}

#fv {
  background: url(../img/fv_bg_sp.jpg) no-repeat center 0/100% 100%;
  height: 188.8020833333vw;
  color: #fff;
  margin-bottom: -32.5520833333vw;
}
#fv .inner {
  padding: 8.7239583333vw 0 0;
}
#fv .logo {
  width: 39.453125vw;
  margin: 0 0 0 6.5104166667vw;
}
#fv .txt01 {
  font-size: 4.9479166667vw;
  line-height: 7.8125vw;
  letter-spacing: 0.09em;
  font-weight: 700;
  margin: 4.9479166667vw 0 1.5625vw 6.5104166667vw;
}
#fv h1 {
  width: 74.3489583333vw;
  margin: 0 0 6.5104166667vw 6.5104166667vw;
}
#fv .txt02 {
  font-size: 3.90625vw;
  letter-spacing: 0.07em;
  color: #102642;
  margin: 0 0 0 8.3333333333vw;
}
#fv .txt02 strong {
  font-size: 110%;
  color: #0071BC;
}
#fv .txt02 span {
  width: fit-content;
  width: -moz-fit-content;
  height: 6.640625vw;
  display: block;
  position: relative;
  z-index: 2;
  margin: 0 0 1.3020833333vw;
  letter-spacing: 0;
}
#fv .txt02 span::after {
  content: "";
  display: block;
  width: 124%;
  height: 100%;
  background: #fff;
  position: absolute;
  top: -0.9114583333vw;
  left: -12%;
  z-index: -1;
  transform: skewX(-30deg);
}
#fv .txt02 span:nth-of-type(2) {
  margin-left: 3.90625vw;
}
#fv .img {
  width: 89.7135416667vw;
  margin: 0 0 0 4.296875vw;
}
#fv .img_s {
  width: 31.7708333333vw;
  position: absolute;
  top: 50.6510416667vw;
  left: 62.3697916667vw;
  z-index: 5;
}

#gnav {
  height: 32.5520833333vw;
  background: rgba(0, 79, 159, 0.4);
  padding: 5.078125vw 0 0;
  z-index: 999;
}
#gnav ul {
  display: flex;
  justify-content: center;
  flex-flow: row wrap;
  gap: 2.0833333333vw 2.4739583333vw;
}
#gnav li {
  width: 37.2395833333vw;
  height: 10.15625vw;
  border: 1px solid #FFF;
}
#gnav a {
  width: 100%;
  height: 100%;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 4.0364583333vw;
  position: relative;
}
#gnav a::after {
  content: "";
  display: block;
  width: 1.3020833333vw;
  height: 1.3020833333vw;
  border-right: 0.2604166667vw solid #FFF;
  border-bottom: 0.2604166667vw solid #FFF;
  rotate: 45deg;
  position: absolute;
  top: 4.296875vw;
  right: 2.6041666667vw;
}
@media (any-hover: hover) {
  #gnav a:hover {
    transition: all .3s;
    background: #fff;
    color: #004097;
  }
  #gnav a:hover::after {
    border-color: #004097;
  }
}

.sect_title {
  font-size: 8.3333333333vw;
  position: relative;
  margin: 0 0 14.3229166667vw;
  text-align: center;
}
.sect_title::after {
  content: "";
  display: block;
  width: 1px;
  height: 6.5104166667vw;
  position: absolute;
  bottom: -10.4166666667vw;
  left: 0;
  right: 0;
  margin-inline: auto;
  background: #102642;
}
.sect_title .num {
  display: block;
  width: 19.140625vw;
  margin: 0 auto 3.515625vw;
}

.desc {
  background: #FAFAFF;
  width: 87.2395833333vw;
  margin: 0 auto;
  position: relative;
  box-shadow: 0 0 1.953125vw rgba(0, 0, 0, 0.1);
  padding: 73.4375vw 0 0;
}
.desc .img {
  width: 87.3697916667vw;
  position: absolute;
  top: 7.9427083333vw;
  left: -6.640625vw;
  box-shadow: 1.3020833333vw 1.3020833333vw 1.3020833333vw rgba(0, 0, 0, 0.1);
}
.desc .txt {
  width: 74.21875vw;
  margin-inline: auto;
}
.desc .txt p {
  font-size: 3.6458333333vw;
  line-height: 7.03125vw;
  letter-spacing: 0;
}
.desc .txt strong {
  font-weight: 800;
}

.reference h3 {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 4.4270833333vw;
  letter-spacing: 0.2em;
  gap: 1.5625vw;
  margin: 0 0 4.5572916667vw;
}
.reference h3::before, .reference h3::after {
  content: "";
  display: block;
  height: 1px;
  width: 7.5520833333vw;
  background: #1A1A1A;
}
.reference ul {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-flow: row wrap;
  gap: 2.9947916667vw;
}
.reference ul li {
  width: 66.015625vw;
  height: 11.8489583333vw;
  border: 1px solid #1A1A1A;
  position: relative;
}
@media (any-hover: hover) {
  .reference ul li:hover {
    transition: all .3s;
    background: #004097;
  }
  .reference ul li:hover a {
    color: #fff;
  }
  .reference ul li:hover a::after {
    border-color: #fff;
  }
}
.reference ul a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  color: #1A1A1A;
  letter-spacing: 0;
  position: relative;
}
.reference ul a::after {
  content: "";
  display: block;
  width: 1.3020833333vw;
  height: 1.3020833333vw;
  border-right: 1px solid #1A1A1A;
  border-bottom: 1px solid #1A1A1A;
  rotate: -45deg;
  position: absolute;
  top: 5.2083333333vw;
  right: 2.6041666667vw;
}

#sect01 {
  background: url(../img/01_bg_sp.jpg) no-repeat center 0/100% 100%;
  height: 878.2552083333vw;
  padding: 13.0208333333vw 0 0;
}
#sect01 .sect_title .num {
  translate: 1.8229166667vw 0;
}
#sect01 .desc {
  height: 144.2708333333vw;
  margin-bottom: 18.8802083333vw;
}
#sect01 .ready .ico {
  width: 20.4427083333vw;
  margin: -6.9010416667vw auto 7.8125vw;
  filter: drop-shadow(1.3020833333vw 1.3020833333vw 1.3020833333vw rgba(0, 0, 0, 0.2));
}
#sect01 .ready .lead {
  color: #fff;
  margin-bottom: 10.6770833333vw;
}
#sect01 .ready .lead h3 {
  font-size: 6.25vw;
  letter-spacing: 0.05em;
  margin: 0 0 6.25vw;
  text-align: center;
}
#sect01 .ready .lead p {
  width: fit-content;
  width: -moz-fit-content;
  font-size: 3.6458333333vw;
  line-height: 7.03125vw;
  letter-spacing: 0.05em;
  margin: 0 auto 4.1666666667vw;
  font-weight: 400;
}
#sect01 .ready .lead p:nth-last-of-type(1) {
  margin-bottom: 0;
}
#sect01 .ready .lead p strong {
  font-size: 4.4270833333vw;
  line-height: 7.5520833333vw;
  font-weight: 600;
}
#sect01 .ready .introduction {
  position: relative;
  width: 92.4479166667vw;
  height: 192.7083333333vw;
  margin: 0 auto 4.4270833333vw;
  padding-top: 7.2916666667vw;
  background-color: #fff;
  border-radius: 1.3020833333vw;
}
#sect01 .ready .introduction .introduction_tit {
  font-size: 6.7708333333vw;
  font-weight: 700;
  text-align: center;
  font-feature-settings: "palt";
}
#sect01 .ready .introduction .introduction_img_area {
  position: relative;
  background: url("../img/introduction_top_sp.png") no-repeat center/100%;
  width: 100%;
  height: 84.8958333333vw;
  margin-top: 4.9479166667vw;
}
#sect01 .ready .introduction .introduction_list_box {
  width: 87.2395833333vw;
  height: 73.4375vw;
  margin: 6.7708333333vw auto 0;
  padding-top: 3.125vw;
  border-radius: 1.3020833333vw;
  background-color: #b9d2ed;
}
#sect01 .ready .introduction .introduction_list_tit {
  font-size: 4.6875vw;
  line-height: 7.2916666667vw;
  font-weight: 700;
  text-align: center;
  font-feature-settings: "palt";
}
#sect01 .ready .introduction .introduction_list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 78.125vw;
  margin: 2.6041666667vw auto 0;
}
#sect01 .ready .introduction .introduction_list .list_item {
  white-space: nowrap;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 38.1510416667vw;
  height: 23.6979166667vw;
  margin-bottom: 2.34375vw;
  border-radius: 1.3020833333vw;
  font-size: 3.125vw;
  line-height: 4.6875vw;
  color: #2e436d;
  font-weight: 500;
  background-color: #fff;
  text-align: center;
  font-feature-settings: "palt";
}
#sect01 .ready .introduction .introduction_list .list_item:first-of-type {
  font-size: 2.8645833333vw;
}
#sect01 .ready .introduction_link {
  display: block;
  position: absolute;
  top: 72.7864583333vw;
  right: 7.5520833333vw;
  width: 22.0052083333vw;
  height: 11.1979166667vw;
}
#sect01 .ready .spec {
  background: #fff;
  width: 92.4479166667vw;
  height: 210.9375vw;
  border-radius: 1.3020833333vw;
  margin: 0 auto 21.09375vw;
  padding: 6.7708333333vw 0 0;
}
#sect01 .ready .spec .name {
  text-align: center;
  margin: 0 0 3.3854166667vw;
}
#sect01 .ready .spec .name .txt01 {
  font-size: 4.1666666667vw;
  font-weight: 700;
}
#sect01 .ready .spec .name .txt02 {
  font-size: 6.5104166667vw;
  letter-spacing: 0.09em;
  font-weight: 700;
  margin: 1.953125vw auto 2.8645833333vw;
}
#sect01 .ready .spec .name .txt03 {
  width: fit-content;
  width: -moz-fit-content;
  font-size: 3.2552083333vw;
  letter-spacing: 0;
  border: 1px solid #1A1A1A;
  height: 5.2083333333vw;
  padding: 0.6510416667vw 1.8229166667vw;
  margin: 0 auto;
}
#sect01 .ready .spec .label {
  height: 22.3958333333vw;
  background: #B9D2ED;
  color: #004097;
  text-align: center;
  padding: 3.90625vw 0 0;
}
#sect01 .ready .spec .label .txt01 {
  font-size: 3.6458333333vw;
  font-weight: 700;
  margin-bottom: 1.953125vw;
}
#sect01 .ready .spec .label .txt02 {
  font-size: 4.4270833333vw;
  letter-spacing: 0.05em;
  font-weight: 700;
}
#sect01 .ready .spec .label .txt02 span {
  display: block;
  font-size: 2.8645833333vw;
  letter-spacing: 0;
  margin-top: 2.34375vw;
}
#sect01 .ready .spec .spec_inner {
  display: flex;
  flex-flow: row wrap;
  position: relative;
}
#sect01 .ready .spec .spec_inner .img {
  width: 63.9322916667vw;
  margin: 6.5104166667vw auto 0;
}
#sect01 .ready .spec .spec_inner .list {
  margin: 4.296875vw 0 3.90625vw 3.6458333333vw;
}
#sect01 .ready .spec .spec_inner .list li {
  background: url(../img/chk.png) no-repeat 0 0.5208333333vw/4.0364583333vw;
  font-size: 3.6458333333vw;
  line-height: 5.2083333333vw;
  letter-spacing: 0;
  padding: 0 0 0 6.25vw;
  margin: 0 0 2.0833333333vw;
  white-space: nowrap;
}
#sect01 .ready .spec .spec_inner .link {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 59.6354166667vw;
  height: 11.1979166667vw;
  border: 1px solid #333;
  color: #333;
  font-size: 3.6458333333vw;
  letter-spacing: 0.23em;
  font-weight: 600;
  margin: 0 auto;
}
#sect01 .ready .spec .spec_inner .link::after {
  content: "";
  display: block;
  width: 1.3020833333vw;
  height: 1.3020833333vw;
  border-right: 1px solid #333;
  border-bottom: 1px solid #333;
  rotate: -45deg;
  position: absolute;
  top: 4.5572916667vw;
  right: 4.6875vw;
}
@media (any-hover: hover) {
  #sect01 .ready .spec .spec_inner .link:hover {
    transition: all .3s;
    background: #004097;
    color: #fff;
  }
  #sect01 .ready .spec .spec_inner .link:hover::after {
    border-color: #fff;
  }
}
#sect01 .ready .img01 {
  margin: 0 auto 7.2916666667vw;
}
#sect01 .ready .img02 {
  margin: 0 auto 9.765625vw;
}

#sect02 {
  background: url(../img/02_bg_sp.jpg) no-repeat center 0/100% 100%;
  height: 609.1145833333vw;
  padding: 13.0208333333vw 0 0;
}
#sect02 .sect_title {
  margin-bottom: 13.671875vw;
}
#sect02 .desc {
  height: 157.8125vw;
  margin-bottom: 20.1822916667vw;
  padding-top: 72.3958333333vw;
}
#sect02 .desc .img {
  top: 7.8125vw;
  left: 6.5104166667vw;
}
#sect02 .desc .txt {
  width: 74.21875vw;
}
#sect02 .scene .ico {
  width: 20.4427083333vw;
  margin: -7.5520833333vw auto 3.90625vw;
  filter: drop-shadow(1.3020833333vw 1.3020833333vw 1.3020833333vw rgba(0, 0, 0, 0.2));
}
#sect02 .scene .lead {
  text-align: center;
  color: #fff;
  margin-bottom: 7.8125vw;
}
#sect02 .scene .lead h3 {
  font-size: 6.25vw;
  line-height: 9.1145833333vw;
  letter-spacing: 0.05em;
}
#sect02 .scene .table {
  width: 100%;
}
#sect02 .scene .table .table_area {
  position: relative;
  width: 92.4479166667vw;
  height: 195.3125vw;
  margin: 0 auto;
  padding-top: 6.5104166667vw;
  border-radius: 1.3020833333vw;
  background-color: #fff;
}
#sect02 .scene .table .scene_table {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 87.2395833333vw;
  margin: 0 auto;
}
#sect02 .scene .table .scene_table::after {
  content: "";
  display: block;
  background: url("../img/scene_frame_sp.png") no-repeat center/100%;
  position: absolute;
  bottom: 0.390625vw;
  right: 0.2604166667vw;
  width: 38.5416666667vw;
  height: 38.5416666667vw;
}
#sect02 .scene .table .table_row {
  display: flex;
  align-items: stretch;
}
#sect02 .scene .table .table_row.header_row {
  align-items: flex-end;
}
#sect02 .scene .table .table_row.header_row .table_empty {
  width: 19.2708333333vw;
  flex-shrink: 0;
}
#sect02 .scene .table .table_row.header_row .col_normal,
#sect02 .scene .table .table_row.header_row .col_myna {
  background-color: #b3b3b3;
  color: #fff;
  width: 29.1666666667vw;
  height: 5.859375vw;
  font-size: 2.9947916667vw;
  line-height: 5.859375vw;
  font-weight: 700;
  letter-spacing: 0.05em;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  flex-shrink: 0;
  box-sizing: border-box;
  border-bottom: 1px solid #333;
}
#sect02 .scene .table .table_row.header_row .col_myna {
  background-color: #29abe2;
  width: 38.671875vw;
  font-size: 3.515625vw;
  line-height: 7.8125vw;
  height: 7.8125vw;
}
#sect02 .scene .table .table_head,
#sect02 .scene .table .table_row.data_row .col_normal
, #sect02 .scene .table .table_row.data_row .col_myna {
  white-space: nowrap;
  background-color: #102642;
  color: #fff;
  width: 19.2708333333vw;
  height: 7.8125vw;
  font-size: 2.9947916667vw;
  line-height: 7.8125vw;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  flex-shrink: 0;
  box-sizing: border-box;
  border-bottom: 1px solid #35506d;
}
#sect02 .scene .table .table_head.table_head_small,
#sect02 .scene .table .table_row.data_row .col_normal.table_head_small
, #sect02 .scene .table .table_row.data_row .col_myna.table_head_small {
  font-size: 2.734375vw;
}
#sect02 .scene .table .table_head.table_head_more_small,
#sect02 .scene .table .table_row.data_row .col_normal.table_head_more_small
, #sect02 .scene .table .table_row.data_row .col_myna.table_head_more_small {
  font-size: 2.4739583333vw;
  letter-spacing: 0;
}
#sect02 .scene .table .table_row.data_row .col_normal
, #sect02 .scene .table .table_row.data_row .col_myna {
  background-color: #fff;
  width: 29.1666666667vw;
  height: 7.8125vw;
  color: #1A1A1A;
  border-bottom: 1px solid #333;
  border-right: 1px solid #333;
}
#sect02 .scene .table .table_row.data_row .col_myna {
  width: 38.671875vw;
}
#sect02 .scene .table .table_row.data_row .col_myna .small {
  font-size: 70%;
}
#sect02 .scene .table .scene_table_ic {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 118.8802083333vw;
  left: 50%;
  transform: translateX(-50%);
  width: 80.9895833333vw;
  height: 10.4166666667vw;
  border-radius: 1.3020833333vw;
  font-size: 2.8645833333vw;
  line-height: 10.4166666667vw;
  font-weight: 700;
  text-align: center;
  color: #fff;
  background-color: #d8127e;
}
#sect02 .scene .table .scene_table_ic::after {
  content: "";
  position: absolute;
  top: -5.7291666667vw;
  right: 30.7291666667vw;
  width: 6.25vw;
  height: 5.859375vw;
  background-color: #d8127e;
  clip-path: polygon(0% 100%, 65% 100%, 100% 0%);
}
#sect02 .scene .table .table_list_txt {
  width: 76.3020833333vw;
  margin: 15.8854166667vw auto 0;
  font-size: 2.9947916667vw;
  line-height: 4.6875vw;
  letter-spacing: 0.05em;
}
#sect02 .scene .table .table_list {
  position: relative;
  display: flex;
  justify-content: space-between;
  width: 84.6354166667vw;
  margin: 6.5104166667vw auto 0;
}
#sect02 .scene .table .table_list::after {
  content: "";
  display: block;
  background: url("../img/table_arrow.png") no-repeat center/100%;
  position: absolute;
  top: -7.421875vw;
  left: 50%;
  transform: translateX(-50%);
  width: 9.9661458333vw;
  height: 11.5885416667vw;
}
#sect02 .scene .table .table_list .list_item {
  width: 27.34375vw;
}
#sect02 .scene .table .table_list .list_txt {
  margin-top: 0vw;
  font-size: 2.6041666667vw;
  line-height: 1.5;
  letter-spacing: 0.05em;
  font-weight: 500;
  color: #1A1A1A;
  text-align: center;
}
#sect02 .scene .img01 {
  margin: 16.9270833333vw auto 6.5104166667vw;
}
#sect02 .scene .img02 {
  margin: 0 auto 8.4635416667vw;
}

#sect03 {
  background: url(../img/03_bg_sp.jpg) no-repeat center 0/100% 100%;
  height: 602.9947916667vw;
  padding: 13.0208333333vw 0 0;
}
#sect03 .desc {
  height: 125.5208333333vw;
  margin-bottom: 18.2291666667vw;
  padding: 5.46875vw 0 0;
}
#sect03 .desc .img {
  width: 62.6302083333vw;
  position: static;
  margin-inline: auto;
  box-shadow: none;
}
#sect03 .desc .txt {
  margin-top: 6.25vw;
}
#sect03 .desc .txt p {
  letter-spacing: 0.05em;
}
#sect03 .necessary .ico {
  width: 20.4427083333vw;
  margin: -6.9010416667vw auto 4.5572916667vw;
  filter: drop-shadow(1.3020833333vw 1.3020833333vw 1.3020833333vw rgba(0, 0, 0, 0.2));
}
#sect03 .necessary .lead {
  text-align: center;
  color: #fff;
  margin-bottom: 7.1614583333vw;
}
#sect03 .necessary .lead h3 {
  font-size: 6.25vw;
  letter-spacing: 0.05em;
}
#sect03 .necessary .lead h3 span {
  display: block;
  font-size: 4.6875vw;
  margin-top: 2.6041666667vw;
}
#sect03 .necessary .flow {
  width: 88.0208333333vw;
  margin: 0 auto 26.6927083333vw;
}
#sect03 .necessary .flow .flow_list {
  width: 100%;
}
#sect03 .necessary .flow .list_item {
  position: absolute;
  background: url("../img/flow_list01_sp.png") no-repeat top left, #fff;
  background-size: 44.0104166667vw 47.3958333333vw, 100%;
  position: relative;
  width: 100%;
  height: 47.3958333333vw;
  margin-top: 3.90625vw;
  padding-top: 7.03125vw;
  padding-left: 46.09375vw;
  border-radius: 1.3020833333vw;
}
#sect03 .necessary .flow .list_item::after {
  content: "";
  position: absolute;
  bottom: -2.9947916667vw;
  left: 50%;
  transform: translateX(-50%);
  border-style: solid;
  border-width: 3.3854166667vw 4.296875vw 0 4.296875vw;
  border-color: #ffffff transparent transparent transparent;
  width: 0;
  height: 0;
}
#sect03 .necessary .flow .list_item:nth-of-type(1) {
  margin-top: 0;
}
#sect03 .necessary .flow .list_item:nth-of-type(2) {
  background: url("../img/flow_list02_sp.png") no-repeat top left, #fff;
  background-size: 44.0104166667vw 47.3958333333vw, 100%;
}
#sect03 .necessary .flow .list_item:nth-of-type(2) .list_tit::after {
  content: "2";
}
#sect03 .necessary .flow .list_item:nth-of-type(3) {
  background: url("../img/flow_list03_sp.png") no-repeat top left, #fff;
  background-size: 44.0104166667vw 47.3958333333vw, 100%;
}
#sect03 .necessary .flow .list_item:nth-of-type(3) .list_tit::after {
  content: "3";
}
#sect03 .necessary .flow .list_item:nth-of-type(4) {
  background: url("../img/flow_list04_sp.png") no-repeat top left, #fff;
  background-size: 44.0104166667vw 47.3958333333vw, 100%;
}
#sect03 .necessary .flow .list_item:nth-of-type(4) .list_tit::after {
  content: "4";
}
#sect03 .necessary .flow .list_item:nth-of-type(4)::after {
  display: none;
}
#sect03 .necessary .flow .list_tit {
  position: relative;
  height: 6.9010416667vw;
  padding-left: 9.5052083333vw;
  font-size: 4.0364583333vw;
  line-height: 6.9010416667vw;
  letter-spacing: 0.05em;
  font-weight: 500;
  color: #29abe2;
}
#sect03 .necessary .flow .list_tit::after {
  content: "1";
  display: block;
  background: #29abe2;
  position: absolute;
  top: 0;
  left: 0;
  width: 6.9010416667vw;
  height: 6.9010416667vw;
  font-size: 4.0364583333vw;
  line-height: 6.9010416667vw;
  font-weight: 500;
  color: #fff;
  text-align: center;
}
#sect03 .necessary .flow .list_txt {
  width: 33.8541666667vw;
  margin-top: 3.6458333333vw;
  font-size: 3.90625vw;
  line-height: 6.09375vw;
  letter-spacing: 0.05em;
  font-weight: 500;
  color: #1A1A1A;
}
#sect03 .necessary .flow .list_ic_area {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 22.7864583333vw;
  left: 6.3802083333vw;
  width: 28.125vw;
  height: 20.5729166667vw;
  border-radius: 0.6510416667vw;
  font-size: 2.734375vw;
  line-height: 4.1666666667vw;
  letter-spacing: 0.02em;
  color: #fff;
  text-align: center;
  background-color: #d8127e;
}
#sect03 .necessary .flow .list_ic_area::after {
  content: "";
  position: absolute;
  top: -3.6458333333vw;
  left: 5.46875vw;
  width: 3.90625vw;
  height: 4.0364583333vw;
  background-color: #d8127e;
  clip-path: polygon(0% 100%, 65% 100%, 100% 0%);
}
#sect03 .necessary .flow .flow_note {
  margin-top: 2.6041666667vw;
  padding-right: 0vw;
  font-size: 2.34375vw;
  letter-spacing: 0.05em;
  color: #fff;
  text-align: right;
}
#sect03 .necessary .img01 {
  margin: 0 auto 7.1614583333vw;
}
#sect03 .necessary .img02 {
  margin: 0 auto 8.4635416667vw;
}

#ex {
  background: linear-gradient(150deg, #a7caf7 0%, #97c5f4 11.44%, #6cb8ed 33.81%, #44ace6 52.46%, #278ad4 74.96%, #0360bd 100%);
  padding: 8.0729166667vw 0 13.0208333333vw;
}
#ex h2 {
  color: #fff;
  text-align: center;
  font-size: 6.25vw;
  line-height: 9.1145833333vw;
  letter-spacing: 0.05em;
  margin: 0 0 6.5104166667vw;
}
#ex .c-usageTableWrap {
  width: 91.1458333333vw;
  margin: 0 auto;
  border-radius: 1.3020833333vw;
  overflow: hidden;
  box-shadow: 0 1.3020833333vw 3.90625vw rgba(0, 0, 0, 0.06);
}
#ex .c-usageTable {
  width: 100%;
  border-collapse: collapse;
  table-layout: fixed;
}
#ex .c-usageTable th,
#ex .c-usageTable td {
  border: 1px solid #d7dbe2;
  padding: 2.6041666667vw 1.3020833333vw;
  text-align: center;
  vertical-align: middle;
  line-height: 3.6458333333vw;
  font-size: 2.6041666667vw;
  color: #1b1f26;
  background: #fff;
  word-break: keep-all;
}
#ex .c-usageTable thead th {
  border-color: #ccc;
  border-top: none;
  color: #fff;
  background: #0095DC;
  font-size: 3.125vw;
  line-height: 4.1666666667vw;
  font-weight: 500;
  padding: 1.8229166667vw 0;
}
#ex .c-usageTable__th--head {
  background: #0a8fd6;
  color: #fff;
  font-weight: 700;
  font-size: 2.9947916667vw;
  padding: 2.34375vw 2.0833333333vw;
}
#ex .c-usageTable__th--sub {
  background: #0a8fd6;
  color: #fff;
  font-weight: 700;
  font-size: 2.34375vw;
  padding: 2.34375vw 2.0833333333vw;
}
#ex .c-usageTable__rowHead {
  font-weight: 500;
  width: 26%;
}
#ex .c-usageTable__td--ref a {
  color: #29ABE2;
  text-decoration: underline;
  text-underline-offset: 0.390625vw;
  display: block;
  margin-bottom: 1.953125vw;
  line-height: 3.6458333333vw;
}
#ex .c-usageTable__td--ref a:nth-last-of-type(1) {
  margin-bottom: 0;
}
@media (any-hover: hover) {
  #ex .c-usageTable__td--ref a:hover {
    opacity: .7;
    text-decoration: none;
  }
}
#ex .c-usageTable__td--ref span {
  display: block;
  color: #4b5563;
  font-weight: 700;
  letter-spacing: 0.04em;
  line-height: 4.6875vw;
}
#ex .c-usageTable__td--dash {
  color: #4b5563;
  font-weight: 700;
  letter-spacing: 0.04em;
}
#ex .c-usageTable thead tr:first-child th:nth-child(1) {
  width: 27%;
}
#ex .c-usageTable thead tr:first-child th:nth-child(2) {
  width: 46%;
}
#ex th.c-usageTable__th--head:nth-child(1) {
  border-left: none;
}
#ex th.c-usageTable__th:nth-child(3) {
  border-right: none;
}

#lineup {
  background: #F2F2F2;
  padding: 9.1145833333vw 0 17.1875vw;
}
#lineup .block {
  width: 89.84375vw;
  margin: 0 auto;
}
#lineup .block .logo {
  width: 33.3333333333vw;
  margin: 0 0 2.6041666667vw;
}
#lineup .block .txt_wrap {
  width: 83.3333333333vw;
  margin-inline: auto;
}
#lineup .block .img {
  width: 69.6614583333vw;
  margin: 0 auto 0.6510416667vw;
  translate: -1.3020833333vw 0;
}
#lineup .block .name {
  color: #102642;
  display: flex;
  align-items: center;
  flex-flow: row wrap;
  gap: 3.90625vw;
  margin: 0 0 5.859375vw;
}
#lineup .block .name p {
  font-size: 5.9895833333vw;
  letter-spacing: 0.05em;
  font-weight: 700;
}
#lineup .block .name span {
  display: block;
  border: 1px solid #102642;
  font-size: 2.8645833333vw;
  letter-spacing: 0.05em;
  height: 5.9895833333vw;
  padding: 1.3020833333vw 1.953125vw;
}
#lineup .block .txt {
  border-top: 1px solid #333;
  font-size: 3.6458333333vw;
  line-height: 7.03125vw;
  padding: 3.2552083333vw 0 5.2083333333vw;
}
#lineup .block .link {
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #333;
  width: 59.6354166667vw;
  height: 11.1979166667vw;
  font-size: 3.6458333333vw;
  color: #333;
  font-weight: 600;
  letter-spacing: 0.2em;
  position: relative;
  margin-inline: auto;
}
#lineup .block .link::after {
  content: "";
  display: block;
  width: 1.5625vw;
  height: 1.5625vw;
  border-right: 1px solid #333;
  border-bottom: 1px solid #333;
  rotate: -45deg;
  position: absolute;
  top: 4.9479166667vw;
  right: 4.1666666667vw;
}
@media (any-hover: hover) {
  #lineup .block .link:hover {
    transition: all .3s;
    background: #004097;
    color: #FFF;
  }
  #lineup .block .link:hover::after {
    border-color: #FFF;
  }
}
#lineup .block_01 {
  margin-bottom: 16.1458333333vw;
}
#lineup .block_01 .img {
  width: 80.2083333333vw;
  margin: 0 0 1.3020833333vw 3.90625vw;
}
#lineup .block_02 {
  margin-bottom: 16.40625vw;
}
#lineup .block_03 {
  margin-bottom: 16.40625vw;
}
#lineup .block_03 .img {
  margin-bottom: 1.953125vw;
}
#lineup .block_04 {
  margin-bottom: 16.40625vw;
}

/* ================================
   スクロールアニメーション
================================ */
[data-scroll]:not([data-scroll="clip-lr"]) {
  opacity: 0;
  transition: opacity 0.8s ease, transform 0.8s ease;
  will-change: opacity, transform;
}

[data-scroll="fade-up"] {
  transform: translateY(5.2083333333vw);
}

[data-scroll="fade-left"] {
  transform: translateX(-7.8125vw);
}

[data-scroll="fade-right"] {
  transform: translateX(7.8125vw);
}

[data-scroll="zoom-in"] {
  transform: scale(0.85);
}

[data-scroll="fade-in"] {
  transform: none;
}

[data-scroll="clip-lr"] {
  clip-path: inset(0 100% 0 0);
}

[data-scroll]:not([data-scroll="clip-lr"]).is-visible {
  opacity: 1;
  transform: translate(0, 0) scale(1);
}

[data-scroll="clip-lr"].is-visible {
  animation: clipRevealLR 1s cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards;
}

@keyframes clipRevealLR {
  0% {
    clip-path: inset(0 100% 0 0);
  }
  100% {
    clip-path: inset(0 0% 0 0);
  }
}
/* ディレイ用クラス */
.delay-1 {
  transition-delay: 0.1s;
}

.delay-2 {
  transition-delay: 0.2s;
}

.delay-3 {
  transition-delay: 0.3s;
}

.delay-4 {
  transition-delay: 0.4s;
}

.delay-5 {
  transition-delay: 0.5s;
}

#ask {
  background: linear-gradient(150deg, #a7caf7 0%, #97c5f4 11.44%, #6cb8ed 33.81%, #44ace6 52.46%, #278ad4 74.96%, #0360bd 100%);
  padding: 11.328125vw 0 12.109375vw;
}
#ask .inner {
  background: #fff;
  border-radius: 1.3020833333vw;
  width: 91.1458333333vw;
  text-align: center;
  color: #102642;
  padding: 5.9895833333vw 0 4.5572916667vw;
}
#ask h2 {
  font-weight: 100;
  font-size: 7.2916666667vw;
  line-height: 9.375vw;
  letter-spacing: 0.05em;
}
#ask .txt {
  font-size: 4.1666666667vw;
  letter-spacing: 0.05em;
  margin: 4.5572916667vw 0 6.5104166667vw;
  font-weight: 300;
}
#ask .btn {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100vh;
  border: 0.5208333333vw solid #FFF;
  background: linear-gradient(150deg, #a7caf7 0%, #97c5f4 3.16%, #6cb8ed 9.33%, #44ace6 14.47%, #278ad4 54.96%, #0360bd 100%);
  color: #fff;
  width: 78.125vw;
  height: 22.1354166667vw;
  font-size: 5.46875vw;
  line-height: 7.8125vw;
  letter-spacing: 0.05em;
  font-weight: 100;
  margin-inline: auto;
  position: relative;
  filter: drop-shadow(0.6510416667vw 0.6510416667vw 1.3020833333vw rgba(0, 0, 0, 0.2));
}
#ask .btn::after {
  content: "";
  display: block;
  width: 2.0833333333vw;
  height: 2.0833333333vw;
  border-right: 0.2604166667vw solid #FFF;
  border-bottom: 0.2604166667vw solid #FFF;
  rotate: -45deg;
  position: absolute;
  top: 5.9895833333vw;
  right: 5.2083333333vw;
}
@media (any-hover: hover) {
  #ask .btn:hover {
    filter: drop-shadow(0.6510416667vw 0.6510416667vw 1.3020833333vw rgba(0, 0, 0, 0.2)) brightness(110%);
    transition: all 0.3s;
  }
}
#ask .note {
  width: fit-content;
  width: -moz-fit-content;
  font-size: 2.6041666667vw;
  line-height: 5.078125vw;
  letter-spacing: 0.05em;
  text-indent: -1em;
  padding-left: 1em;
  text-align: left;
  margin: 3.90625vw auto 0;
  color: #4D4D4D;
  font-weight: 300;
}

/*# sourceMappingURL=style_sp.css.map */
