@charset "UTF-8";
body {
  width: 100%;
  min-width: 1200px;
  max-width: 2000px;
  margin-inline: auto;
  font-family: "Noto Sans JP", sans-serif;
  letter-spacing: 0.06em;
  font-weight: 500;
  font-style: normal;
  font-size: 16px;
  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;
}

.sp_only {
  display: none !important;
}

.inner {
  width: 1100px;
  margin: 0 auto;
  position: relative;
}

#fv {
  background: url(../img/fv_bg.jpg) no-repeat center 0;
  height: 800px;
  color: #fff;
  margin-bottom: -140px;
}
#fv .inner {
  padding: 138px 0 0;
}
#fv .logo {
  width: 303px;
  margin: 0 0 0 50px;
}
#fv .txt01 {
  font-size: 32px;
  line-height: 50px;
  letter-spacing: 0.09em;
  font-weight: 700;
  margin: 28px 0 22px 50px;
}
#fv h1 {
  width: 476px;
  margin: 0 0 50px 50px;
}
#fv .txt02 {
  font-size: 25px;
  letter-spacing: 0.07em;
  color: #102642;
  margin: 0 0 0 50px;
}
#fv .txt02 strong {
  font-size: 110%;
  color: #0071BC;
}
#fv .txt02 span {
  width: fit-content;
  width: -moz-fit-content;
  height: 42px;
  display: block;
  position: relative;
  z-index: 2;
  margin: 0 0 8px;
  letter-spacing: 0;
}
#fv .txt02 span::after {
  content: "";
  display: block;
  width: 120%;
  height: 100%;
  background: #fff;
  position: absolute;
  top: -6px;
  left: -10%;
  z-index: -1;
  transform: skewX(-30deg);
}
#fv .txt02 span:nth-of-type(2) {
  margin-left: 26px;
}
#fv .img {
  width: 784px;
  position: absolute;
  top: 0;
  left: 375px;
}
#fv .img_s {
  width: 200px;
  height: 200px;
  position: absolute;
  top: 425px;
  left: 393px;
  z-index: 5;
}

#gnav {
  height: 140px;
  background: rgba(0, 79, 159, 0.4);
  padding: 39px 0 0;
  z-index: 999;
}
#gnav ul {
  display: flex;
  justify-content: center;
  gap: 15px;
}
#gnav li {
  width: 220px;
  height: 60px;
  border: 1px solid #FFF;
}
#gnav a {
  width: 100%;
  height: 100%;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  line-height: 24px;
  position: relative;
}
#gnav a::after {
  content: "";
  display: block;
  width: 9px;
  height: 9px;
  border-right: 2px solid #FFF;
  border-bottom: 2px solid #FFF;
  rotate: 45deg;
  position: absolute;
  top: 23px;
  right: 12px;
}
@media (any-hover: hover) {
  #gnav a:hover {
    transition: all .3s;
    background: #fff;
    color: #004097;
  }
  #gnav a:hover::after {
    border-color: #004097;
  }
}

.sect_title {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 50px;
  position: relative;
  margin: 0 0 120px;
  gap: 0 15px;
}
.sect_title::after {
  content: "";
  display: block;
  width: 1px;
  height: 70px;
  position: absolute;
  bottom: -92px;
  background: #102642;
}
.sect_title .num {
  display: block;
  width: 113px;
}

.desc {
  background: #FAFAFF;
  width: 900px;
  margin: 0 auto;
  position: relative;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  padding: 0 0 0 390px;
  display: flex;
  align-items: center;
}
.desc .img {
  width: 480px;
  position: absolute;
  top: 90px;
  left: -150px;
  box-shadow: 10px 10px 10px rgba(0, 0, 0, 0.1);
}
.desc .txt {
  width: 460px;
}
.desc .txt p {
  font-size: 23px;
  line-height: 42px;
  letter-spacing: 0;
}
.desc .txt strong {
  font-weight: 800;
}

.reference h3 {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 26px;
  letter-spacing: 0.2em;
  gap: 12px;
  margin: 0 0 30px;
}
.reference h3::before, .reference h3::after {
  content: "";
  display: block;
  height: 1px;
  width: 45px;
  background: #1A1A1A;
}
.reference ul {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
}
.reference ul li {
  width: 390px;
  height: 70px;
  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;
  font-size: 20px;
  letter-spacing: 0;
  position: relative;
}
.reference ul a::after {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  border-right: 1px solid #1A1A1A;
  border-bottom: 1px solid #1A1A1A;
  rotate: -45deg;
  position: absolute;
  top: 30px;
  right: 15px;
}

#sect01 {
  background: url(../img/01_bg.jpg) no-repeat center 0;
  height: 4024px;
  padding: 108px 0 0;
}
#sect01 .desc {
  height: 510px;
  margin-bottom: 122px;
}
#sect01 .ready .ico {
  width: 120px;
  margin: -40px auto 35px;
  filter: drop-shadow(10px 10px 10px rgba(0, 0, 0, 0.2));
}
#sect01 .ready .lead {
  text-align: center;
  color: #fff;
  margin-bottom: 52px;
}
#sect01 .ready .lead h3 {
  font-size: 40px;
  letter-spacing: 0.05em;
  margin: 0 0 22px;
}
#sect01 .ready .lead p {
  font-size: 23px;
  line-height: 42px;
  letter-spacing: 0.05em;
  margin: 0 0 10px;
}
#sect01 .ready .lead p:nth-last-of-type(1) {
  margin-bottom: 0;
}
#sect01 .ready .lead p strong {
  font-size: 27px;
  font-weight: 600;
}
#sect01 .ready .introduction {
  position: relative;
  width: 1100px;
  height: 853px;
  margin: 0 auto 40px;
  padding-top: 43px;
  background-color: #fff;
  border-radius: 10px;
}
#sect01 .ready .introduction .introduction_tit {
  font-size: 38px;
  font-weight: 700;
  text-align: center;
  font-feature-settings: "palt";
}
#sect01 .ready .introduction .introduction_img_area {
  position: relative;
  background: url("../img/introduction_top.png") no-repeat center/100%;
  width: 100%;
  height: 455px;
  margin-top: 31px;
}
#sect01 .ready .introduction .introduction_list_box {
  width: 1040px;
  height: 230px;
  margin: 22px auto 0;
  padding-top: 26px;
  border-radius: 10px;
  background-color: #b9d2ed;
}
#sect01 .ready .introduction .introduction_list_tit {
  font-size: 28px;
  letter-spacing: 0.09em;
  font-weight: 700;
  text-align: center;
  font-feature-settings: "palt";
}
#sect01 .ready .introduction .introduction_list {
  display: flex;
  justify-content: space-between;
  width: 996px;
  margin: 18px auto 0;
}
#sect01 .ready .introduction .introduction_list .list_item {
  white-space: nowrap;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 240px;
  height: 140px;
  border-radius: 10px;
  font-size: 20px;
  line-height: 28px;
  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: 18px;
}
#sect01 .ready .introduction_link {
  display: block;
  position: absolute;
  top: 151px;
  right: 37px;
  width: 130px;
  height: 66px;
}
#sect01 .ready .spec {
  background: #fff;
  width: 1100px;
  height: 600px;
  border-radius: 10px;
  margin: 0 auto 162px;
  padding: 42px 0 0;
}
#sect01 .ready .spec .name {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 24px;
  margin: 0 0 25px;
}
#sect01 .ready .spec .name .txt01 {
  font-size: 22px;
  font-weight: 700;
}
#sect01 .ready .spec .name .txt02 {
  font-size: 40px;
  letter-spacing: 0.09em;
  font-weight: 700;
}
#sect01 .ready .spec .name .txt03 {
  width: fit-content;
  width: -moz-fit-content;
  font-size: 18px;
  letter-spacing: 0;
  border: 1px solid #1A1A1A;
  height: 28px;
  padding: 3px 5px;
  margin-top: 5px;
}
#sect01 .ready .spec .label {
  height: 114px;
  background: #B9D2ED;
  color: #004097;
  text-align: center;
  padding: 22px 0 0;
}
#sect01 .ready .spec .label .txt01 {
  font-size: 26px;
  font-weight: 700;
  margin-bottom: 10px;
}
#sect01 .ready .spec .label .txt02 {
  font-size: 35px;
  letter-spacing: 0.05em;
  font-weight: 700;
}
#sect01 .ready .spec .label .txt02 span {
  font-size: 22px;
  letter-spacing: 0;
}
#sect01 .ready .spec .spec_inner {
  display: flex;
  flex-flow: row wrap;
  position: relative;
}
#sect01 .ready .spec .spec_inner .img {
  width: 350px;
  margin: 75px 42px 0 46px;
}
#sect01 .ready .spec .spec_inner .list {
  width: 625px;
  margin: 23px 0 0;
}
#sect01 .ready .spec .spec_inner .list li {
  background: url(../img/chk.png) no-repeat 0 4px/24px;
  font-size: 18px;
  line-height: 30px;
  letter-spacing: 0;
  padding: 0 0 0 40px;
  margin: 0 0 8px;
}
#sect01 .ready .spec .spec_inner .link {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 320px;
  height: 60px;
  border: 1px solid #333;
  color: #333;
  font-size: 20px;
  letter-spacing: 0.23em;
  font-weight: 600;
  position: absolute;
  top: 280px;
  left: 50px;
}
#sect01 .ready .spec .spec_inner .link::after {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  border-right: 1px solid #333;
  border-bottom: 1px solid #333;
  rotate: -45deg;
  position: absolute;
  top: 25px;
  right: 20px;
}
@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 {
  width: 900px;
  margin: 0 auto 56px;
}
#sect01 .ready .img02 {
  width: 1000px;
  margin: 0 auto 65px;
}

#sect02 {
  background: url(../img/02_bg.jpg) no-repeat center 0;
  height: 3858px;
  padding: 95px 0 0;
}
#sect02 .desc {
  height: 591px;
  margin-bottom: 122px;
  padding-left: 60px;
  align-items: flex-start;
}
#sect02 .desc .img {
  top: 68px;
  left: 570px;
}
#sect02 .desc .txt {
  width: 460px;
  margin-top: 64px;
}
#sect02 .scene .ico {
  width: 120px;
  margin: -40px auto 35px;
  filter: drop-shadow(10px 10px 10px rgba(0, 0, 0, 0.2));
}
#sect02 .scene .lead {
  text-align: center;
  color: #fff;
  margin-bottom: 60px;
}
#sect02 .scene .lead h3 {
  font-size: 40px;
  letter-spacing: 0.05em;
}
#sect02 .scene .table {
  width: 100%;
}
#sect02 .scene .table .table_area {
  position: relative;
  width: 1000px;
  height: 1440px;
  margin: 0 auto;
  padding-top: 70px;
  border-radius: 10px;
  background-color: #fff;
}
#sect02 .scene .table .scene_table {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 900px;
  margin: 0 auto;
}
#sect02 .scene .table .scene_table::after {
  content: "";
  display: block;
  background: url("../img/scene_frame.png") no-repeat center/100%;
  position: absolute;
  bottom: 3px;
  right: 3px;
  width: 394px;
  height: 296px;
}
#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: 200px;
  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: 301px;
  height: 45px;
  font-size: 23px;
  line-height: 45px;
  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: 399px;
  font-size: 27px;
  line-height: 60px;
  height: 60px;
}
#sect02 .scene .table .table_head,
#sect02 .scene .table .table_row.data_row .col_normal
, #sect02 .scene .table .table_row.data_row .col_myna {
  background-color: #102642;
  color: #fff;
  width: 200px;
  height: 60px;
  font-size: 23px;
  line-height: 60px;
  letter-spacing: 0.05em;
  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_row.data_row .col_normal
, #sect02 .scene .table .table_row.data_row .col_myna {
  background-color: #fff;
  width: 301px;
  height: 60px;
  color: #1A1A1A;
  border-bottom: 1px solid #333;
  border-right: 1px solid #333;
}
#sect02 .scene .table .table_row.data_row .col_myna {
  width: 399px;
}
#sect02 .scene .table .scene_table_ic {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 641px;
  right: -50px;
  width: 192px;
  height: 182px;
  border-radius: 10px;
  font-size: 23px;
  line-height: 31px;
  letter-spacing: 0.05em;
  font-weight: 700;
  text-align: center;
  color: #fff;
  background-color: #d8127e;
}
#sect02 .scene .table .scene_table_ic::after {
  content: "";
  position: absolute;
  bottom: -19px;
  right: 70px;
  width: 20px;
  height: 21px;
  background-color: #d8127e;
  clip-path: polygon(35% 0%, 100% 0%, 0% 100%);
}
#sect02 .scene .table .table_list_txt {
  white-space: nowrap;
  position: absolute;
  top: 936px;
  left: 579px;
  width: 348px;
  font-size: 23px;
  line-height: 36px;
  letter-spacing: 0.05em;
}
#sect02 .scene .table .table_list {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 710px;
  margin: 186px auto 0;
}
#sect02 .scene .table .table_list::after {
  content: "";
  display: block;
  background: url("../img/table_arrow.png") no-repeat center/100%;
  position: absolute;
  top: -127px;
  left: 50%;
  transform: translateX(-50%);
  width: 102px;
  height: 119px;
}
#sect02 .scene .table .table_list .list_item {
  width: 210px;
}
#sect02 .scene .table .table_list .list_txt {
  height: 3em;
  margin-top: 8px;
  font-size: 20px;
  line-height: 1.5;
  letter-spacing: 0.05em;
  font-weight: 500;
  color: #1A1A1A;
  text-align: center;
}
#sect02 .scene .img01 {
  width: 900px;
  margin: 163px auto 35px;
}
#sect02 .scene .img02 {
  width: 1000px;
  margin: 0 auto 65px;
}

#sect03 {
  background: url(../img/03_bg.jpg) no-repeat center 0;
  height: 3007px;
  padding: 100px 0 0;
}
#sect03 .desc {
  height: 555px;
  margin-bottom: 105px;
  align-items: flex-start;
}
#sect03 .desc .img {
  top: 143px;
  left: -150px;
  box-shadow: none;
}
#sect03 .desc .txt {
  margin-top: 68px;
}
#sect03 .necessary .ico {
  width: 120px;
  margin: -40px auto 30px;
  filter: drop-shadow(10px 10px 10px rgba(0, 0, 0, 0.2));
}
#sect03 .necessary .lead {
  text-align: center;
  color: #fff;
  margin-bottom: 42px;
}
#sect03 .necessary .lead h3 {
  font-size: 40px;
  letter-spacing: 0.05em;
}
#sect03 .necessary .lead h3 span {
  font-size: 30px;
}
#sect03 .necessary .flow {
  width: 1100px;
  margin: 0 0 173px;
}
#sect03 .necessary .flow .flow_list {
  display: flex;
  flex-wrap: wrap;
  gap: 31px 39px;
  width: 1080px;
}
#sect03 .necessary .flow .list_item {
  position: absolute;
  background: url("../img/flow_list01.png") no-repeat top left, #fff;
  background-size: 250px 250px,100%;
  position: relative;
  width: 520px;
  height: 280px;
  padding-top: 42px;
  padding-left: 273px;
  border-radius: 10px;
}
#sect03 .necessary .flow .list_item::after {
  content: "";
  position: absolute;
  top: 50%;
  right: -19px;
  transform: translateY(-50%);
  border-style: solid;
  border-width: 25px 0 25px 20px;
  border-color: transparent transparent transparent #ffffff;
  width: 0;
  height: 0;
}
#sect03 .necessary .flow .list_item:nth-of-type(2) {
  background: url("../img/flow_list02.png") no-repeat top left, #fff;
}
#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.png") no-repeat top left, #fff;
}
#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.png") no-repeat top left, #fff;
}
#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: 41px;
  padding-left: 54px;
  font-size: 24px;
  line-height: 41px;
  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: 41px;
  height: 41px;
  font-size: 24px;
  line-height: 41px;
  font-weight: 500;
  color: #fff;
  text-align: center;
}
#sect03 .necessary .flow .list_txt {
  width: 200px;
  margin-top: 16px;
  font-size: 23px;
  line-height: 36px;
  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: 153px;
  left: 32px;
  width: 210px;
  height: 150px;
  border-radius: 5px;
  font-size: 20px;
  line-height: 31px;
  letter-spacing: 0.05em;
  color: #fff;
  text-align: center;
  background-color: #d8127e;
}
#sect03 .necessary .flow .list_ic_area::after {
  content: "";
  position: absolute;
  top: -28px;
  left: 42px;
  width: 30px;
  height: 31px;
  background-color: #d8127e;
  clip-path: polygon(0% 100%, 65% 100%, 100% 0%);
}
#sect03 .necessary .flow .flow_note {
  margin-top: 12px;
  padding-right: 20px;
  font-size: 16px;
  letter-spacing: 0.05em;
  color: #fff;
  text-align: right;
}
#sect03 .necessary .img01 {
  width: 1000px;
  margin: 0 auto 10px;
}
#sect03 .necessary .img02 {
  width: 1000px;
  margin: 0 auto 65px;
}

#ex {
  background: linear-gradient(150deg, #a7caf7 0%, #97c5f4 11.44%, #6cb8ed 33.81%, #44ace6 52.46%, #278ad4 74.96%, #0360bd 100%);
  padding: 78px 0 92px;
}
#ex h2 {
  color: #fff;
  text-align: center;
  font-size: 40px;
  letter-spacing: 0.05em;
  margin: 0 0 60px;
}
#ex .c-usageTableWrap {
  width: 1100px;
  margin: 0 auto;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 10px 30px 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: 26px 18px;
  text-align: center;
  vertical-align: middle;
  line-height: 36px;
  font-size: 23px;
  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: 25px;
  line-height: 34px;
  font-weight: 500;
  padding: 14px 0;
}
#ex .c-usageTable__th--head {
  background: #0a8fd6;
  color: #fff;
  font-weight: 700;
  font-size: 23px;
  padding: 18px 16px;
}
#ex .c-usageTable__th--sub {
  background: #0a8fd6;
  color: #fff;
  font-weight: 700;
  font-size: 18px;
  padding: 18px 16px;
}
#ex .c-usageTable__rowHead {
  font-weight: 500;
  width: 26%;
}
#ex .c-usageTable__td--ref a {
  color: #29ABE2;
  text-decoration: underline;
  text-underline-offset: 3px;
  display: block;
  margin-bottom: 15px;
  line-height: 36px;
}
#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: 36px;
}
#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: 70px 0 132px;
}
#lineup .block {
  display: flex;
  justify-content: flex-end;
  margin: 0 50px 0 auto;
}
#lineup .block .logo {
  width: 197px;
  margin: 0 0 17px;
}
#lineup .block .txt_wrap {
  width: 470px;
}
#lineup .block .img {
  width: 420px;
}
#lineup .block .name {
  color: #102642;
  display: flex;
  align-items: center;
  flex-flow: row wrap;
  gap: 15px;
  margin: 0 0 30px;
}
#lineup .block .name p {
  font-size: 37px;
  letter-spacing: 0.05em;
  font-weight: 700;
}
#lineup .block .name span {
  display: block;
  border: 1px solid #102642;
  font-size: 17px;
  letter-spacing: 0.05em;
  height: 35px;
  padding: 7px 10px;
}
#lineup .block .txt {
  border-top: 1px solid #333;
  font-size: 23px;
  line-height: 42px;
  padding: 20px 0 35px;
}
#lineup .block .link {
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #333;
  width: 320px;
  height: 60px;
  font-size: 20px;
  color: #333;
  font-weight: 600;
  letter-spacing: 0.2em;
  position: relative;
}
#lineup .block .link::after {
  content: "";
  display: block;
  width: 9px;
  height: 9px;
  border-right: 1px solid #333;
  border-bottom: 1px solid #333;
  rotate: -45deg;
  position: absolute;
  top: 25px;
  right: 22px;
}
@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: 84px;
}
#lineup .block_01 .img {
  width: 472px;
}
#lineup .block_01 .txt_wrap {
  margin: 94px 0 0 32px;
}
#lineup .block_02 {
  flex-flow: row-reverse wrap;
  margin: 0 0 55px 130px;
}
#lineup .block_02 .txt_wrap {
  margin: 60px 35px 0 0;
}
#lineup .block_03 {
  margin-bottom: 50px;
}
#lineup .block_03 .txt_wrap {
  margin: 42px 0 0 62px;
}
#lineup .block_04 {
  flex-flow: row-reverse wrap;
  margin: 0 0 70px 130px;
}
#lineup .block_04 .txt_wrap {
  margin: 60px 35px 0 0;
}
#lineup .block_05 .txt_wrap {
  margin: 42px 0 0 62px;
}

/* ================================
   スクロールアニメーション
================================ */
[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(40px);
}

[data-scroll="fade-left"] {
  transform: translateX(-60px);
}

[data-scroll="fade-right"] {
  transform: translateX(60px);
}

[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: 67px 0 70px;
}
#ask .inner {
  background: #fff;
  border-radius: 10px;
  width: 940px;
  text-align: center;
  color: #102642;
  padding: 56px 0 25px;
}
#ask h2 {
  font-weight: 700;
  font-size: 44px;
  letter-spacing: 0.05em;
}
#ask .txt {
  font-size: 26px;
  letter-spacing: 0.05em;
  margin: 25px 0 30px;
}
#ask .btn {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100vh;
  border: 4px 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: 780px;
  height: 120px;
  font-size: 40px;
  letter-spacing: 0.05em;
  font-weight: 700;
  margin-inline: auto;
  position: relative;
  filter: drop-shadow(5px 5px 10px rgba(0, 0, 0, 0.2));
}
#ask .btn::after {
  content: "";
  display: block;
  width: 16px;
  height: 16px;
  border-right: 2px solid #FFF;
  border-bottom: 2px solid #FFF;
  rotate: -45deg;
  position: absolute;
  top: 46px;
  right: 40px;
}
@media (any-hover: hover) {
  #ask .btn:hover {
    filter: drop-shadow(5px 5px 10px rgba(0, 0, 0, 0.2)) brightness(110%);
    transition: all 0.3s;
  }
}
#ask .note {
  width: fit-content;
  width: -moz-fit-content;
  font-size: 20px;
  line-height: 30px;
  letter-spacing: 0.05em;
  text-indent: -1em;
  padding-left: 1em;
  text-align: left;
  margin: 30px auto 0;
  color: #4D4D4D;
}

/*# sourceMappingURL=style.css.map */
