@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&display=swap");
[data-aos=fade-left] {
  -webkit-transform: translate3d(15px, 0, 0);
          transform: translate3d(15px, 0, 0);
}

[data-aos=fade-right] {
  -webkit-transform: translate3d(-15px, 0, 0);
          transform: translate3d(-15px, 0, 0);
}

[data-aos=fade-up] {
  -webkit-transform: translate3d(0, 15px, 0);
          transform: translate3d(0, 15px, 0);
}

@media screen and (min-width: 961px) {
  .intro-section > .inner {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
    margin: 0 auto;
  }
}
.intro-section > .inner > .col.-left {
  padding-bottom: 40px;
}
@media screen and (min-width: 961px) {
  .intro-section > .inner > .col.-left {
    position: sticky;
    top: 60px;
  }
}
@media screen and (min-width: 1341px) {
  .intro-section > .inner > .col.-left {
    top: 90px;
  }
}
@media screen and (max-width: 767px) {
  .intro-section > .inner > .col.-left {
    padding-bottom: 30px;
  }
}
.intro-section .left-box {
  width: 100%;
  height: calc(100vh - 125px);
  padding-left: 40px;
}
@media screen and (min-width: 961px) and (max-width: 1340px) {
  .intro-section .left-box {
    height: calc(100vh - 95px);
  }
}
@media screen and (max-width: 767px) {
  .intro-section .left-box {
    padding-left: 30px;
  }
}
.intro-section .left-box .image {
  width: 100%;
  height: 100%;
  background-image: url("../img/img1.jpg");
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: relative;
}
@media screen and (max-width: 767px) {
  .intro-section .left-box .image {
    background-image: url("../img/img1_sp.jpg");
  }
}
.intro-section .left-box .caption {
  position: absolute;
  width: 450px;
  left: -40px;
  bottom: -40px;
}
@media screen and (max-width: 767px) {
  .intro-section .left-box .caption {
    width: 337px;
    left: -30px;
    bottom: -30px;
  }
}
.intro-section .white-box {
  color: #0066b3;
  padding: 110px 70px 70px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .intro-section .white-box {
    padding: 70px 30px 30px;
  }
}
.intro-section .white-box .wrapper {
  max-width: 560px;
  margin: 0 auto;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  padding: 0 40px;
}
@media screen and (max-width: 767px) {
  .intro-section .white-box .wrapper {
    padding: 0;
  }
}
.intro-section .white-box .name {
  font-size: 28px;
  font-weight: bold;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .intro-section .white-box .name {
    font-size: 26px;
  }
}
.intro-section .white-box .name > span {
  display: inline-block;
  border: 1px solid #0066b3;
  padding: 10px 22px 7px;
}
.intro-section .white-box .team {
  font-size: 13px;
  line-height: 1.8461538462;
  font-weight: 500;
  margin: 30px 0 50px;
}
.intro-section .white-box .team > span {
  display: inline-block;
}
.intro-section .white-box .text {
  font-size: 16px;
  font-weight: bold;
}
.intro-section .blue-box {
  background: #0066b3;
  padding: 64px;
  overflow-x: clip;
}
@media screen and (max-width: 767px) {
  .intro-section .blue-box {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.intro-section .blue-box > .heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0 20px;
  line-height: 1.65;
  margin: 0 0 34px;
}
.intro-section .blue-box > .heading > .icon {
  width: 57px;
}
.intro-section .blue-box > .heading > .text {
  color: #fff;
  font-size: 24px;
  font-weight: bold;
}
.intro-section .blue-box > .heading > .text > .sub {
  font-size: 16px;
  display: block;
}
@media screen and (min-width: 429px) {
  .intro-section .blue-box > .heading br {
    display: none;
  }
}
@media screen and (min-width: 1904px) {
  .intro-section .blue-box > .group {
    max-width: 820px;
    margin-left: auto;
    margin-right: auto;
    -webkit-columns: 2;
       -moz-columns: 2;
            columns: 2;
    -webkit-column-gap: 0;
       -moz-column-gap: 0;
            column-gap: 0;
  }
  .intro-section .blue-box > .group .white-card {
    -webkit-column-break-inside: avoid;
       -moz-column-break-inside: avoid;
            break-inside: avoid-column;
    margin-bottom: -4px;
  }
  .intro-section .blue-box > .group .white-card:nth-last-child(1), .intro-section .blue-box > .group .white-card:nth-last-child(2) {
    margin-left: -4px;
  }
}
@media screen and (max-width: 1903px) {
  .intro-section .blue-box > .group {
    max-width: 756px;
    margin-left: auto;
    margin-right: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .intro-section .blue-box > .group .-sm1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .intro-section .blue-box > .group .-sm2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .intro-section .blue-box > .group .-sm3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  .intro-section .blue-box > .group .-sm4 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
  .intro-section .blue-box > .group .-sm0, .intro-section .blue-box > .group .-sm2, .intro-section .blue-box > .group .-sm4 {
    margin-right: auto;
  }
  .intro-section .blue-box > .group .-sm1, .intro-section .blue-box > .group .-sm3 {
    margin-left: auto;
  }
}
@media screen and (max-width: 600px) {
  .intro-section .blue-box > .group .-sm0, .intro-section .blue-box > .group .-sm2, .intro-section .blue-box > .group .-sm4 {
    padding-left: 20px;
    margin-left: -24px;
  }
  .intro-section .blue-box > .group .-sm1, .intro-section .blue-box > .group .-sm3 {
    padding-right: 20px;
    margin-right: -24px;
  }
}
.intro-section .white-card {
  background: #fff;
  max-width: 412px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 4px solid #0066b3;
  padding: 40px 39px 36px 40px;
}
.intro-section .white-card > .text {
  font-size: 14px;
  font-weight: 500;
  color: #333;
  margin: 20px 0 0;
  line-height: 1.6428571429;
}
@media screen and (max-width: 767px) {
  .intro-section .white-card > .text {
    font-size: 15px;
    line-height: 1.6;
  }
}
@media screen and (max-width: 1903px) {
  .intro-section .white-card + .white-card {
    margin-top: -26px;
  }
}
@media screen and (min-width: 961px) and (max-width: 1350px) {
  .intro-section .white-card {
    max-width: 30.5185185185vw;
    padding: 2.962962963vw 2.8888888889vw 2.6666666667vw 2.962962963vw;
  }
  .intro-section .white-card + .white-card {
    margin-top: -1.9259259259vw;
  }
}

.anchor-menu {
  background: #fff;
  padding: 68px 0 55px;
  position: relative;
}
@media screen and (min-width: 961px) and (max-width: 1245px) {
  .anchor-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media screen and (max-width: 767px) {
  .anchor-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin: 103px -10px 0;
    padding: 36px 0 32px;
  }
}
.anchor-menu .lead {
  position: absolute;
  bottom: 20px;
  left: 10px;
  -webkit-writing-mode: vertical-lr;
      -ms-writing-mode: tb-lr;
          writing-mode: vertical-lr;
  font-size: 16px;
  font-style: italic;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .anchor-menu .lead {
    bottom: auto;
    top: 20px;
  }
}
.anchor-menu .list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 0.75fr;
  grid-template-columns: 1fr 0.75fr;
  -ms-grid-rows: (auto)[4];
  grid-template-rows: repeat(4, auto);
  grid-auto-flow: column;
  max-width: 410px;
  margin: 0 auto;
  padding: 0;
}
.anchor-menu .list > *:nth-child(1) {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}
.anchor-menu .list > *:nth-child(2) {
  -ms-grid-row: 2;
  -ms-grid-column: 1;
}
.anchor-menu .list > *:nth-child(3) {
  -ms-grid-row: 3;
  -ms-grid-column: 1;
}
.anchor-menu .list > *:nth-child(4) {
  -ms-grid-row: 4;
  -ms-grid-column: 1;
}
.anchor-menu .list > *:nth-child(5) {
  -ms-grid-row: 1;
  -ms-grid-column: 2;
}
.anchor-menu .list > *:nth-child(6) {
  -ms-grid-row: 2;
  -ms-grid-column: 2;
}
.anchor-menu .list > *:nth-child(7) {
  -ms-grid-row: 3;
  -ms-grid-column: 2;
}
.anchor-menu .list > *:nth-child(8) {
  -ms-grid-row: 4;
  -ms-grid-column: 2;
}
@media screen and (min-width: 961px) and (max-width: 1245px) {
  .anchor-menu .list {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: none;
    grid-template-rows: none;
    grid-auto-flow: row;
  }
  .anchor-menu .list > *:nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
}
@media screen and (max-width: 767px) {
  .anchor-menu .list {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: none;
    grid-template-rows: none;
    grid-auto-flow: row;
  }
  .anchor-menu .list > *:nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
}
.anchor-menu .list li {
  font-size: 15px;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .anchor-menu .list li {
    font-size: 16px;
  }
  .anchor-menu .list li + li {
    margin-top: 2px;
  }
}
.anchor-menu .list li > a {
  text-decoration: none;
  color: inherit;
  padding-left: 25px;
  position: relative;
}
.anchor-menu .list li > a::before {
  position: absolute;
  top: 2px;
  left: 0;
  width: 15px;
  height: 15px;
  background-image: url("data:image/svg+xml,%3Csvg width='15' height='15' viewBox='0 0 15 15' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M14.53 7.27C14.53 11.28 11.28 14.54 7.26 14.54C3.24 14.54 0 11.28 0 7.27C0 3.26 3.25 0 7.27 0C11.29 0 14.54 3.25 14.54 7.27H14.53ZM6.63 2.8C6.35 2.52 5.91 2.52 5.64 2.8L5.14 3.3C4.86 3.58 4.86 4.02 5.14 4.29L8.12 7.27L5.14 10.25C4.86 10.53 4.86 10.97 5.14 11.24L5.64 11.74C5.92 12.02 6.36 12.02 6.63 11.74L10.6 7.77C10.88 7.49 10.88 7.05 10.6 6.77L6.63 2.8Z' fill='%23FFE300'/%3E%3C/svg%3E%0A");
  background-size: contain;
  background-repeat: no-repeat;
  content: "";
}
@media screen and (max-width: 767px) {
  .anchor-menu .list li > a::before {
    width: 16px;
    height: 16px;
  }
}
.anchor-menu::after {
  position: absolute;
  bottom: -70px;
  left: -70px;
  width: calc(100% + 140px);
  height: 168px;
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="6" height="6" viewBox="0 0 6 6"><path d="M0 6L6 0" stroke="%230066b3" stroke-opacity="0.25" stroke-width="1"/></svg>');
  background-size: 6px 6px;
  z-index: -1;
  content: "";
}
@media screen and (max-width: 767px) {
  .anchor-menu::after {
    bottom: auto;
    top: -40px;
    left: -20px;
    width: calc(100% + 40px);
    height: 90.5%;
  }
}

.floating-anchor-button {
  opacity: 0;
  visibility: hidden;
  position: fixed;
  top: 60px;
  right: 0;
  z-index: 99;
  -webkit-transition-property: opacity, visibility;
  transition-property: opacity, visibility;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
}
@media screen and (min-width: 768px) {
  .floating-anchor-button {
    display: none;
  }
}
.floating-anchor-button > a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-writing-mode: vertical-lr;
      -ms-writing-mode: tb-lr;
          writing-mode: vertical-lr;
  font-style: italic;
  font-weight: 500;
  font-size: 16px;
  color: #0066b3;
  text-decoration: none;
  padding: 20px 10px;
  line-height: 1;
  background: #fff;
  -webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.2);
}
.floating-anchor-button > a::after {
  display: inline-block;
  -webkit-margin-start: 6px;
          margin-inline-start: 6px;
  width: 12px;
  height: 12px;
  background-image: url("data:image/svg+xml,%3Csvg width='15' height='15' viewBox='0 0 15 15' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M14.53 7.27C14.53 11.28 11.28 14.54 7.26 14.54C3.24 14.54 0 11.28 0 7.27C0 3.26 3.25 0 7.27 0C11.29 0 14.54 3.25 14.54 7.27H14.53ZM6.63 2.8C6.35 2.52 5.91 2.52 5.64 2.8L5.14 3.3C4.86 3.58 4.86 4.02 5.14 4.29L8.12 7.27L5.14 10.25C4.86 10.53 4.86 10.97 5.14 11.24L5.64 11.74C5.92 12.02 6.36 12.02 6.63 11.74L10.6 7.77C10.88 7.49 10.88 7.05 10.6 6.77L6.63 2.8Z' fill='%23FFE300'/%3E%3C/svg%3E%0A");
  background-size: contain;
  background-repeat: no-repeat;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  content: "";
}
.floating-anchor-button > a:hover {
  opacity: 1;
}
.floating-anchor-button.-show {
  opacity: 1;
  visibility: visible;
}

.floating-anchor-menu {
  position: fixed;
  z-index: 100;
  width: 100%;
  top: 60px;
  right: 0;
  opacity: 0;
  visibility: hidden;
  -webkit-transition-property: opacity, visibility;
  transition-property: opacity, visibility;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
}
@media screen and (min-width: 768px) {
  .floating-anchor-menu {
    display: none;
  }
}
.floating-anchor-menu > .inner {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  padding: 35px 20px 30px;
  background: #fff;
  -webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.2);
}
.floating-anchor-menu .floating-anchor-button {
  opacity: 1;
  visibility: visible;
  position: absolute;
  top: 0;
  right: auto;
  left: 28px;
}
.floating-anchor-menu .floating-anchor-button > a {
  -webkit-box-shadow: none;
          box-shadow: none;
}
.floating-anchor-menu .floating-anchor-button > a::after {
  -webkit-transform: translateX(0);
          transform: translateX(0);
}
.floating-anchor-menu .list {
  list-style: none;
  margin: 0;
  padding: 0;
  background: #fff;
}
.floating-anchor-menu .list li {
  font-size: 16px;
  line-height: 1.875;
  font-weight: bold;
}
.floating-anchor-menu .list li + li {
  margin-top: 2px;
}
.floating-anchor-menu .list li > a {
  text-decoration: none;
  color: inherit;
  padding-left: 25px;
  color: #0066b3;
  position: relative;
}
.floating-anchor-menu .list li > a::before {
  position: absolute;
  top: 3px;
  left: 0;
  width: 16px;
  height: 16px;
  background-image: url("data:image/svg+xml,%3Csvg width='15' height='15' viewBox='0 0 15 15' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M14.53 7.27C14.53 11.28 11.28 14.54 7.26 14.54C3.24 14.54 0 11.28 0 7.27C0 3.26 3.25 0 7.27 0C11.29 0 14.54 3.25 14.54 7.27H14.53ZM6.63 2.8C6.35 2.52 5.91 2.52 5.64 2.8L5.14 3.3C4.86 3.58 4.86 4.02 5.14 4.29L8.12 7.27L5.14 10.25C4.86 10.53 4.86 10.97 5.14 11.24L5.64 11.74C5.92 12.02 6.36 12.02 6.63 11.74L10.6 7.77C10.88 7.49 10.88 7.05 10.6 6.77L6.63 2.8Z' fill='%23FFE300'/%3E%3C/svg%3E%0A");
  background-size: contain;
  background-repeat: no-repeat;
  content: "";
}
.floating-anchor-menu .close {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 14px;
  height: 14px;
  background: none;
  padding: 10px;
  border: 0;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}
.floating-anchor-menu .close svg {
  width: 100%;
  height: 100%;
}
.floating-anchor-menu.-open {
  opacity: 1;
  visibility: visible;
}

.schedule-section {
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="6" height="6" viewBox="0 0 6 6"><path d="M0 6L6 0" stroke="%230066b3" stroke-opacity="0.15" stroke-width="1"/></svg>');
  background-size: 6px 6px;
  overflow-x: clip;
}
.schedule-section .inner {
  padding: 70px;
}
@media screen and (max-width: 767px) {
  .schedule-section .inner {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.schedule-section .inner > .heading {
  color: #fff;
  font-size: 24.4px;
  font-weight: bold;
  line-height: 1;
}
.schedule-section .inner > .heading > span {
  display: inline-block;
  width: 218px;
  background: #0066b3;
  padding: 12px 12px 8px;
  text-align: center;
}
.schedule-section .inner > .heading .number {
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  -webkit-transform: skewX(-10deg) scale(1.38);
          transform: skewX(-10deg) scale(1.38);
  display: inline-block;
  vertical-align: 2px;
}
.schedule-section .inner > .heading .text {
  -webkit-transform: skewX(-10deg) scale(0.98);
          transform: skewX(-10deg) scale(0.98);
  display: inline-block;
}
.schedule-section .inner > .text {
  font-size: 16px;
  font-weight: bold;
  color: #0066b3;
  margin: 20px 0 0;
  line-height: 1.75;
}
@media screen and (max-width: 767px) {
  .schedule-section .inner > .text {
    line-height: 2.15;
  }
}
.schedule-section .inner > .text > span {
  display: inline;
  background: #fff;
  padding: 5px 16px;
  -webkit-box-decoration-break: clone;
          box-decoration-break: clone;
}
@media screen and (min-width: 768px) {
  .schedule-section .inner > .text br {
    display: none;
  }
}
.schedule-section .timeline-container {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.schedule-section .timeline-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 105px;
  background-image: -webkit-gradient(linear, left top, right top, from(#c3e3ff), color-stop(34%, #f3f4b4), color-stop(67%, #fbe7cc), to(#f7ccde));
  background-image: linear-gradient(90deg, #c3e3ff 0%, #f3f4b4 34%, #fbe7cc 67%, #f7ccde 100%);
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.schedule-section .timeline-list .item {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0 15px;
}
.schedule-section .timeline-list .item:not(:last-child) {
  padding-right: 15px;
}
.schedule-section .timeline-list .item:not(:last-child)::after {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 108px;
  height: 2px;
  background-image: repeating-linear-gradient(to right, #0066b3 0px, #0066b3 2px, transparent 2px, transparent 6px);
  content: "";
}
.schedule-section .timeline-list .item:first-child {
  padding-left: 15px;
}
.schedule-section .timeline-list .item:first-child .event::after {
  left: 30px;
}
.schedule-section .timeline-list .item:last-child {
  padding-right: 14px;
}
.schedule-section .timeline-list .item.-break .event {
  background: #fff;
  color: #0066b3;
}
.schedule-section .timeline-list .item.-break .event::after {
  border-color: #fff transparent transparent transparent;
}
.schedule-section .timeline-list .item.-xs::after {
  width: 38px;
}
.schedule-section .timeline-list .item.-sm::after {
  width: 78px;
}
.schedule-section .timeline-list .item.-lg::after {
  width: 179px;
}
.schedule-section .timeline-list .time {
  font-size: 15px;
  font-weight: bold;
  font-style: italic;
  font-family: "Roboto", sans-serif;
  color: #0066b3;
  min-width: 38px;
  text-align: center;
}
.schedule-section .timeline-list .event {
  position: absolute;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  color: #fff;
  font-size: 15px;
  font-weight: bold;
  background: #0066b3;
  padding: 0 11px;
  white-space: nowrap;
  bottom: calc(100% + 20px);
  left: 0;
}
.schedule-section .timeline-list .event::after {
  position: absolute;
  top: 100%;
  left: 13px;
  border-style: solid;
  border-width: 10px 5px 0 5px;
  border-color: #0066b3 transparent transparent transparent;
  content: "";
}
.schedule-section .event-list {
  padding-top: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.schedule-section .event-list .item {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.schedule-section .event-list .item:nth-child(2) .-i1 {
  bottom: -67px;
  right: 84px;
}
.schedule-section .event-list .item:nth-child(2) .-i2 {
  bottom: -67px;
  right: -112px;
}
.schedule-section .event-list .item:nth-child(4) .-i1 {
  right: -67px;
  bottom: -67px;
}
.schedule-section .event-list .item:nth-child(5) .text {
  margin-bottom: 17px;
}
.schedule-section .event-list .item:nth-child(5) .illust {
  top: 0;
  left: -36px;
}
.schedule-section .event-list .item:nth-child(6) .-i1 {
  right: 80px;
  bottom: -76px;
}
.schedule-section .event-list .item:nth-child(6) .-i2 {
  right: -132px;
  bottom: -70px;
}
.schedule-section .event-list .item:nth-child(8) .-i1 {
  right: -30px;
  bottom: -67px;
}
.schedule-section .event-list .item:nth-child(9) .illust {
  top: 0;
  left: -45px;
}
.schedule-section .event-list .text {
  font-size: 14px;
  line-height: 1.4285714286;
  font-weight: 500;
  margin: 0 0 18px;
}
.schedule-section .event-list .image {
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.schedule-section .event-list .image .float {
  position: absolute;
}
.schedule-section .event-list .image.-shift {
  -webkit-transform: translateX(-26px);
          transform: translateX(-26px);
}

.chart-section > .inner {
  max-width: 1350px;
  margin: 0 auto;
  padding: 60px 70px 70px;
}
@media screen and (max-width: 767px) {
  .chart-section > .inner {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.chart-section .heading {
  font-size: 24px;
  color: #0066b3;
  font-weight: bold;
}
.chart-section .image {
  margin-top: 60px;
  text-align: center;
}

.faq-section {
  background: #0066b3;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 66px 86px 89px 66px;
}
@media screen and (max-width: 767px) {
  .faq-section {
    padding: 64px 0 86px;
    overflow-x: clip;
  }
}
.faq-section > .inner {
  max-width: 1512px;
  margin: 0 auto;
}
.faq-section .white-box {
  max-width: 970px;
  position: relative;
  border: 4px solid #0066b3;
  z-index: 1;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}
@media screen and (max-width: 1190px) {
  .faq-section .white-box {
    max-width: none;
    width: calc(100% - 60px);
    margin-left: -4px;
  }
}
@media screen and (max-width: 767px) {
  .faq-section .white-box {
    width: calc(100% - 40px);
  }
}
.faq-section .white-box > .wrapper {
  background: #fff;
  padding: 50px 48px 60px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .faq-section .white-box > .wrapper {
    padding-left: 20px;
    padding-right: 43px;
  }
}
.faq-section .white-box.-right {
  margin-left: auto;
  margin-top: -36px;
}
@media screen and (max-width: 1190px) {
  .faq-section .white-box.-right {
    margin-right: -4px;
  }
}
@media screen and (max-width: 767px) {
  .faq-section .white-box.-right > .wrapper {
    padding-left: 40px;
    padding-right: 24px;
  }
}
.faq-section .white-box::after {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 20px;
  left: 20px;
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="6" height="6" viewBox="0 0 6 6"><path d="M0 6L6 0" stroke="%23ffffff" stroke-width="1"/></svg>');
  background-size: 6px 6px;
  z-index: -1;
  content: "";
}
.faq-section .white-box .title {
  font-size: 18px;
  font-weight: bold;
  color: #0066b3;
}
@media screen and (min-width: 768px) {
  .faq-section .white-box .title {
    padding-left: 70px;
    position: relative;
  }
}
.faq-section .white-box .title mark {
  color: inherit;
  background: linear-gradient(to top, #ffe300 8px, transparent 8px);
  -webkit-box-decoration-break: clone;
          box-decoration-break: clone;
  padding: 0 7px;
}
.faq-section .white-box .title::before {
  display: block;
  width: 45px;
  height: 69px;
  background-image: url("../img/icon-q.svg");
  background-size: contain;
  background-repeat: no-repeat;
  content: "";
}
@media screen and (min-width: 768px) {
  .faq-section .white-box .title::before {
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}
@media screen and (max-width: 767px) {
  .faq-section .white-box .title::before {
    margin-bottom: 10px;
  }
}
.faq-section .white-box .content {
  margin-top: 29px;
}
.faq-section .white-box .content p {
  font-size: 15px;
  line-height: 1.9333333333;
  font-weight: 500;
  text-align: justify;
}
.faq-section .white-box .button {
  margin-top: 18px;
}
.faq-section .white-box .button > a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 260px;
  padding: 8px 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  gap: 7px;
  font-size: 15px;
  font-weight: bold;
  background: #fff;
  text-decoration: none;
  color: #0066b3;
  border: 1px solid #0066b3;
  position: relative;
}
.faq-section .white-box .button > a:hover {
  opacity: 1;
}
.faq-section .white-box .button > a::before {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 15px;
  height: 15px;
  background-image: url("data:image/svg+xml,%3Csvg width='15' height='15' viewBox='0 0 15 15' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M14.53 7.27C14.53 11.28 11.28 14.54 7.26 14.54C3.24 14.54 0 11.28 0 7.27C0 3.26 3.25 0 7.27 0C11.29 0 14.54 3.25 14.54 7.27H14.53ZM6.63 2.8C6.35 2.52 5.91 2.52 5.64 2.8L5.14 3.3C4.86 3.58 4.86 4.02 5.14 4.29L8.12 7.27L5.14 10.25C4.86 10.53 4.86 10.97 5.14 11.24L5.64 11.74C5.92 12.02 6.36 12.02 6.63 11.74L10.6 7.77C10.88 7.49 10.88 7.05 10.6 6.77L6.63 2.8Z' fill='%23FFE300'/%3E%3C/svg%3E%0A");
  background-size: contain;
  background-repeat: no-repeat;
  content: "";
}
.faq-section .white-box .button > a::after {
  position: absolute;
  width: calc(100% + 2px);
  height: calc(100% + 2px);
  top: 8px;
  left: 8px;
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="6" height="6" viewBox="0 0 6 6"><path d="M0 6L6 0" stroke="%230066b3" stroke-width="1"/></svg>');
  background-size: 6px 6px;
  z-index: -1;
  content: "";
}

@media screen and (min-width: 961px) {
  .voice-section {
    overflow-y: clip;
  }
}
@media screen and (min-width: 961px) {
  .voice-section > .inner {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (50%)[2];
    grid-template-columns: repeat(2, 50%);
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
  }
}
.voice-section .heading {
  font-size: 24px;
  font-weight: bold;
  color: #0066b3;
  margin: 0 0 25px;
}
.voice-section .heading.-center {
  text-align: center;
}
.voice-section .heading mark {
  color: inherit;
  background: linear-gradient(to top, #ffe300 10px, transparent 10px);
  -webkit-box-decoration-break: clone;
          box-decoration-break: clone;
  padding: 0 7px;
}
.voice-section > .inner > .col.-left {
  padding: 40px;
}
@media screen and (min-width: 961px) {
  .voice-section > .inner > .col.-left {
    position: sticky;
    top: 90px;
  }
}
@media screen and (min-width: 1351px) and (max-width: 1505px) {
  .voice-section > .inner > .col.-left {
    padding-left: 2.657807309vw;
    padding-right: 2.657807309vw;
  }
}
@media screen and (min-width: 961px) and (max-width: 1350px) {
  .voice-section > .inner > .col.-left {
    padding-left: 2.962962963vw;
    padding-right: 2.962962963vw;
  }
}
@media screen and (min-width: 961px) and (max-width: 1340px) {
  .voice-section > .inner > .col.-left {
    top: 60px;
  }
}
@media screen and (max-width: 767px) {
  .voice-section > .inner > .col.-left {
    padding: 20px;
  }
}
.voice-section > .inner > .col.-left .voice-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 0 170px;
  position: relative;
}
@media screen and (min-width: 961px) and (max-width: 1350px) {
  .voice-section > .inner > .col.-left .voice-box {
    gap: 0 12.5925925926vw;
  }
}
@media screen and (max-width: 767px) {
  .voice-section > .inner > .col.-left .voice-box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    max-width: 460px;
    margin-left: auto;
    margin-right: auto;
  }
  .voice-section > .inner > .col.-left .voice-box .col {
    display: contents;
  }
}
.voice-section > .inner > .col.-left .voice-box .bubble {
  font-size: 14px;
  line-height: 1.6428571429;
  font-weight: 500;
  width: 196px;
  position: relative;
  padding-bottom: 17px;
  margin-bottom: 56px;
}
@media screen and (min-width: 1351px) and (max-width: 1505px) {
  .voice-section > .inner > .col.-left .voice-box .bubble {
    width: 13.023255814vw;
    font-size: 0.9302325581vw;
    padding-bottom: 1.1295681063vw;
    margin-bottom: 3.7209302326vw;
  }
}
@media screen and (min-width: 961px) and (max-width: 1350px) {
  .voice-section > .inner > .col.-left .voice-box .bubble {
    width: 11.7037037037vw;
    font-size: 1.037037037vw;
    padding-bottom: 1.2592592593vw;
    margin-bottom: 4.1481481481vw;
  }
}
@media screen and (max-width: 767px) {
  .voice-section > .inner > .col.-left .voice-box .bubble {
    width: 225px;
    font-size: 15px;
    line-height: 1.6;
    padding-bottom: 0;
    padding-top: 17px;
    margin-bottom: 26px;
  }
  .voice-section > .inner > .col.-left .voice-box .bubble.-sm1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .voice-section > .inner > .col.-left .voice-box .bubble.-sm2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .voice-section > .inner > .col.-left .voice-box .bubble.-sm3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  .voice-section > .inner > .col.-left .voice-box .bubble.-sm4 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
    margin-bottom: 0;
  }
}
.voice-section > .inner > .col.-left .voice-box .bubble::before {
  position: absolute;
  right: 47px;
  width: 24px;
  height: 26px;
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='26' viewBox='0 0 24 26' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M2 2L22 24V2' stroke='%23267DBE' stroke-width='4' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
  background-size: contain;
  background-repeat: no-repeat;
  z-index: 1;
  content: "";
}
@media screen and (min-width: 768px) {
  .voice-section > .inner > .col.-left .voice-box .bubble::before {
    bottom: -22px;
  }
}
@media screen and (min-width: 1351px) and (max-width: 1505px) {
  .voice-section > .inner > .col.-left .voice-box .bubble::before {
    bottom: -1.4617940199vw;
    right: 3.122923588vw;
    width: 1.5946843854vw;
    height: 1.7275747508vw;
  }
}
@media screen and (min-width: 961px) and (max-width: 1350px) {
  .voice-section > .inner > .col.-left .voice-box .bubble::before {
    bottom: -1.6296296296vw;
    right: 3.4814814815vw;
    width: 1.7777777778vw;
    height: 1.9259259259vw;
  }
}
@media screen and (max-width: 767px) {
  .voice-section > .inner > .col.-left .voice-box .bubble::before {
    top: -19px;
    width: 21px;
    height: 23px;
    right: 61px;
    -webkit-transform: scaleY(-1);
            transform: scaleY(-1);
  }
}
.voice-section > .inner > .col.-left .voice-box .bubble::after {
  position: absolute;
  left: 0;
  width: 100%;
  height: 4px;
  background-image: -webkit-gradient(linear, left top, right top, from(#267DBE), color-stop(65.306122449%, #267DBE), color-stop(65.306122449%, rgb(255, 255, 255)), color-stop(75.5102040816%, rgba(255, 255, 255, 0)), color-stop(75.5102040816%, #267DBE));
  background-image: linear-gradient(to right, #267DBE 0%, #267DBE 65.306122449%, rgb(255, 255, 255) 65.306122449%, rgba(255, 255, 255, 0) 75.5102040816%, #267DBE 75.5102040816%);
  background-position: bottom left;
  background-repeat: no-repeat;
  border-radius: 50vh;
  content: "";
}
@media screen and (min-width: 768px) {
  .voice-section > .inner > .col.-left .voice-box .bubble::after {
    bottom: 0;
  }
}
@media screen and (min-width: 1351px) and (max-width: 1505px) {
  .voice-section > .inner > .col.-left .voice-box .bubble::after {
    height: 0.2657807309vw;
  }
}
@media screen and (min-width: 961px) and (max-width: 1350px) {
  .voice-section > .inner > .col.-left .voice-box .bubble::after {
    background-image: -webkit-gradient(linear, left top, right top, from(#267DBE), color-stop(55.8441558442%, #267DBE), color-stop(55.8441558442%, rgb(255, 255, 255)), color-stop(68.8311688312%, rgba(255, 255, 255, 0)), color-stop(68.8311688312%, #267DBE));
    background-image: linear-gradient(to right, #267DBE 0%, #267DBE 55.8441558442%, rgb(255, 255, 255) 55.8441558442%, rgba(255, 255, 255, 0) 68.8311688312%, #267DBE 68.8311688312%);
    height: 0.2962962963vw;
  }
}
@media screen and (max-width: 767px) {
  .voice-section > .inner > .col.-left .voice-box .bubble::after {
    top: 0;
    background-image: -webkit-gradient(linear, left top, right top, from(#267DBE), color-stop(64%, #267DBE), color-stop(64%, rgb(255, 255, 255)), color-stop(72.4444444444%, rgba(255, 255, 255, 0)), color-stop(72.4444444444%, #267DBE));
    background-image: linear-gradient(to right, #267DBE 0%, #267DBE 64%, rgb(255, 255, 255) 64%, rgba(255, 255, 255, 0) 72.4444444444%, #267DBE 72.4444444444%);
  }
}
@media screen and (max-width: 767px) {
  .voice-section > .inner > .col.-left .voice-box .bubble.-right {
    margin-left: auto;
  }
}
.voice-section > .inner > .col.-left .voice-box .bubble.-right::before {
  right: auto;
  left: 47px;
}
@media screen and (min-width: 1351px) and (max-width: 1505px) {
  .voice-section > .inner > .col.-left .voice-box .bubble.-right::before {
    left: 3.122923588vw;
  }
}
@media screen and (min-width: 961px) and (max-width: 1350px) {
  .voice-section > .inner > .col.-left .voice-box .bubble.-right::before {
    left: 3.4814814815vw;
  }
}
@media screen and (max-width: 767px) {
  .voice-section > .inner > .col.-left .voice-box .bubble.-right::before {
    left: 62px;
    -webkit-transform: scale(-1);
            transform: scale(-1);
  }
}
.voice-section > .inner > .col.-left .voice-box .bubble.-right::after {
  background-image: -webkit-gradient(linear, left top, right top, from(#267DBE), color-stop(24.4897959184%, #267DBE), color-stop(24.4897959184%, rgb(255, 255, 255)), color-stop(34.693877551%, rgba(255, 255, 255, 0)), color-stop(34.693877551%, #267DBE));
  background-image: linear-gradient(to right, #267DBE 0%, #267DBE 24.4897959184%, rgb(255, 255, 255) 24.4897959184%, rgba(255, 255, 255, 0) 34.693877551%, #267DBE 34.693877551%);
}
@media screen and (min-width: 961px) and (max-width: 1350px) {
  .voice-section > .inner > .col.-left .voice-box .bubble.-right::after {
    background-image: -webkit-gradient(linear, left top, right top, from(#267DBE), color-stop(31.1688311688%, #267DBE), color-stop(31.1688311688%, rgb(255, 255, 255)), color-stop(44.1558441558%, rgba(255, 255, 255, 0)), color-stop(44.1558441558%, #267DBE));
    background-image: linear-gradient(to right, #267DBE 0%, #267DBE 31.1688311688%, rgb(255, 255, 255) 31.1688311688%, rgba(255, 255, 255, 0) 44.1558441558%, #267DBE 44.1558441558%);
  }
}
@media screen and (max-width: 767px) {
  .voice-section > .inner > .col.-left .voice-box .bubble.-right::after {
    background-image: -webkit-gradient(linear, left top, right top, from(#267DBE), color-stop(27.5555555556%, #267DBE), color-stop(27.5555555556%, rgb(255, 255, 255)), color-stop(36.4444444444%, rgba(255, 255, 255, 0)), color-stop(36.4444444444%, #267DBE));
    background-image: linear-gradient(to right, #267DBE 0%, #267DBE 27.5555555556%, rgb(255, 255, 255) 27.5555555556%, rgba(255, 255, 255, 0) 36.4444444444%, #267DBE 36.4444444444%);
  }
}
.voice-section > .inner > .col.-left .voice-box .round {
  width: 166px;
}
@media screen and (min-width: 961px) and (max-width: 1350px) {
  .voice-section > .inner > .col.-left .voice-box .round {
    width: 12.2962962963vw;
  }
}
@media screen and (min-width: 768px) {
  .voice-section > .inner > .col.-left .voice-box .illust {
    width: 178px;
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  .voice-section > .inner > .col.-left .voice-box .illust > .wrapper {
    display: none;
  }
}
@media screen and (min-width: 1351px) and (max-width: 1505px) {
  .voice-section > .inner > .col.-left .voice-box .illust {
    width: 11.8272425249vw;
  }
}
@media screen and (min-width: 961px) and (max-width: 1350px) {
  .voice-section > .inner > .col.-left .voice-box .illust {
    width: 13.1851851852vw;
  }
}
@media screen and (max-width: 767px) {
  .voice-section > .inner > .col.-left .voice-box .illust {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    gap: 0 20px;
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
    margin-bottom: 50px;
  }
  .voice-section > .inner > .col.-left .voice-box .illust .image {
    width: 111px;
  }
  .voice-section > .inner > .col.-left .voice-box .illust .round {
    width: 156px;
  }
}
.voice-section > .inner > .col.-left .voice-box .info {
  width: 154px;
  margin: 40px auto 0;
  border: 4px solid #0066b3;
  background: #fff;
  border-radius: 20px;
  font-size: 14px;
  line-height: 1.5714285714;
  font-weight: bold;
  padding: 13px 15px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #0066b3;
}
@media screen and (min-width: 961px) and (max-width: 1350px) {
  .voice-section > .inner > .col.-left .voice-box .info {
    width: 11.4074074074vw;
    font-size: 1.037037037vw;
    margin-top: 2.962962963vw;
    padding: 1.1111111111vw;
  }
}
@media screen and (max-width: 767px) {
  .voice-section > .inner > .col.-left .voice-box .info {
    margin-top: 18px;
  }
}
@media screen and (max-width: 767px) {
  .voice-section > .inner > .col.-left .voice-box .-sm {
    display: none;
  }
}
.voice-section > .inner > .col.-left .grid-box {
  width: 100%;
  border: 2px solid rgba(0, 102, 179, 0.1);
  background-color: transparent;
  background-image: linear-gradient(to right, rgba(0, 102, 179, 0.1) 1px, transparent 1px), linear-gradient(to bottom, rgba(0, 102, 179, 0.1) 1px, transparent 1px);
  background-size: 18px 18px;
  padding: 28px 36px 36px;
}
@media screen and (min-width: 1351px) and (max-width: 1505px) {
  .voice-section > .inner > .col.-left .grid-box {
    padding: 1.8604651163vw 2.3920265781vw 2.3920265781vw;
  }
}
@media screen and (min-width: 961px) and (max-width: 1350px) {
  .voice-section > .inner > .col.-left .grid-box {
    padding: 2.0740740741vw 2.6666666667vw 2.6666666667vw;
  }
}
@media screen and (max-width: 767px) {
  .voice-section > .inner > .col.-left .grid-box {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.voice-section > .inner > .col.-left .grid-box.-empty {
  position: absolute;
  width: calc(100% - 80px);
  height: 766px;
  margin-top: 40px;
}
@media screen and (min-width: 1351px) and (max-width: 1505px) {
  .voice-section > .inner > .col.-left .grid-box.-empty {
    width: calc(100% - 5.3156146179vw);
  }
}
@media screen and (min-width: 961px) and (max-width: 1350px) {
  .voice-section > .inner > .col.-left .grid-box.-empty {
    width: calc(100% - 5.9259259259vw);
  }
}
@media screen and (max-width: 960px) {
  .voice-section > .inner > .col.-left .grid-box.-empty {
    display: none;
  }
}
.voice-section > .inner > .col.-left .grid-box > .wrapper {
  max-width: 600px;
  margin: 0 auto;
}
.voice-section > .inner > .col.-left .grid-box .text {
  font-size: 16px;
  font-weight: bold;
  color: #0066b3;
  margin: 0 0 52px;
}
@media screen and (min-width: 1351px) {
  .voice-section > .inner > .col.-left .grid-box .text {
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (min-width: 1506px) {
  .voice-section > .inner > .col.-left .grid-box .text {
    max-width: 500px;
  }
}
@media screen and (min-width: 1351px) and (max-width: 1505px) {
  .voice-section > .inner > .col.-left .grid-box .text {
    max-width: 33.2225913621vw;
  }
}
@media screen and (min-width: 961px) and (max-width: 1350px) {
  .voice-section > .inner > .col.-left .grid-box .text {
    margin: 0 0 3.8518518519vw;
  }
}
@media screen and (max-width: 767px) {
  .voice-section > .inner > .col.-left .grid-box .text {
    margin-bottom: 14px;
  }
}
.voice-section > .inner > .col.-right {
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="6" height="6" viewBox="0 0 6 6"><path d="M0 6L6 0" stroke="%230066b3" stroke-opacity="0.15" stroke-width="1"/></svg>');
  background-size: 6px 6px;
  padding: 60px 70px 70px;
}
@media screen and (min-width: 1351px) and (max-width: 1904px) {
  .voice-section > .inner > .col.-right {
    padding-left: 3.6764705882vw;
    padding-right: 3.6764705882vw;
  }
}
@media screen and (min-width: 961px) and (max-width: 1350px) {
  .voice-section > .inner > .col.-right {
    padding-left: 5.1851851852vw;
    padding-right: 5.1851851852vw;
  }
}
@media screen and (max-width: 767px) {
  .voice-section > .inner > .col.-right {
    padding-left: 20px;
    padding-right: 20px;
    overflow-x: clip;
  }
}
.voice-section > .inner > .col.-right .text {
  font-size: 15px;
  line-height: 1.9333333333;
  font-weight: 500;
}
@media screen and (min-width: 961px) {
  .voice-section > .inner > .col.-right .text {
    max-width: 525px;
  }
}
.voice-section > .inner > .col.-right .card-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 25px -20px 60px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (min-width: 1351px) and (max-width: 1903px) {
  .voice-section > .inner > .col.-right .card-group {
    max-width: 610px;
    margin-left: auto;
    margin-right: auto;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
@media screen and (min-width: 961px) and (max-width: 1350px) {
  .voice-section > .inner > .col.-right .card-group {
    margin: 1.8518518519vw -1.4814814815vw 4.4444444444vw;
  }
}
@media screen and (max-width: 767px) {
  .voice-section > .inner > .col.-right .card-group {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 422px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 462px) {
  .voice-section > .inner > .col.-right .card-group {
    width: 112.5333333333vw;
    margin-left: -12vw;
    margin-right: -12vw;
  }
}
.voice-section > .inner > .col.-right .card-group .white-card {
  margin-bottom: -20px;
}
@media screen and (max-width: 767px) {
  .voice-section > .inner > .col.-right .card-group .white-card {
    margin-bottom: -86px;
  }
}
@media screen and (min-width: 1351px) and (max-width: 1904px) {
  .voice-section > .inner > .col.-right .card-group .white-card {
    margin-bottom: -1.0504201681vw;
  }
}
@media screen and (min-width: 961px) and (max-width: 1350px) {
  .voice-section > .inner > .col.-right .card-group .white-card {
    margin-bottom: -1.4814814815vw;
  }
  .voice-section > .inner > .col.-right .card-group .white-card:nth-child(odd) {
    margin-right: -2vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 960px) {
  .voice-section > .inner > .col.-right .card-group .white-card:nth-child(odd) {
    margin-right: -27px;
  }
}
@media screen and (min-width: 1904px) {
  .voice-section > .inner > .col.-right .card-group .white-card.-md {
    display: none;
  }
}
@media screen and (max-width: 1903px) {
  .voice-section > .inner > .col.-right .card-group .white-card.-lg {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .voice-section > .inner > .col.-right .card-group .white-card.-sm1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .voice-section > .inner > .col.-right .card-group .white-card.-sm2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .voice-section > .inner > .col.-right .card-group .white-card.-sm3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  .voice-section > .inner > .col.-right .card-group .white-card.-sm4 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
  .voice-section > .inner > .col.-right .card-group .white-card.-sm5 {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
    margin-bottom: 0;
  }
  .voice-section > .inner > .col.-right .card-group .white-card.-sm1, .voice-section > .inner > .col.-right .card-group .white-card.-sm3, .voice-section > .inner > .col.-right .card-group .white-card.-sm5 {
    margin-left: auto;
    position: relative;
    z-index: 1;
  }
}
@media screen and (max-width: 767px) {
  .voice-section > .inner > .col.-right .card-group .col {
    display: contents;
  }
}
@media screen and (min-width: 1904px) {
  .voice-section > .inner > .col.-right .card-group .col.-md {
    display: contents;
  }
}
@media screen and (min-width: 1351px) and (max-width: 1903px) {
  .voice-section > .inner > .col.-right .card-group .col.-md {
    padding-top: 100px;
    margin-left: -25px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1350px) {
  .voice-section > .inner > .col.-right .card-group .col.-md {
    padding-top: 7.4074074074vw;
    margin-left: -1.8518518519vw;
  }
}
@media screen and (max-width: 1903px) {
  .voice-section > .inner > .col.-right .card-group .col.-md > .col {
    display: contents;
  }
}
@media screen and (min-width: 768px) {
  .voice-section > .inner > .col.-right .card-group .col.-md > .col:nth-child(1) {
    padding-top: 100px;
    margin-left: -24px;
    margin-right: -44px;
  }
}
@media screen and (min-width: 1351px) and (max-width: 1903px) {
  .voice-section > .inner > .col.-right .card-group .col.-md > .col:nth-child(1) {
    padding-top: 5.2521008403vw;
    margin-left: -1.2605042017vw;
    margin-right: -2.3109243697vw;
  }
}
.voice-section > .inner > .col.-right .table-group {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 30px 1fr;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
}
@media screen and (max-width: 767px) {
  .voice-section > .inner > .col.-right .table-group {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}
.voice-section > .inner > .col.-right .white-card {
  background: #fff;
  width: 300px;
  height: 300px;
  border-radius: 50%;
  padding: 44px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (min-width: 961px) and (max-width: 1350px) {
  .voice-section > .inner > .col.-right .white-card {
    width: 22.2222222222vw;
    height: 22.2222222222vw;
    padding: 3.2592592593vw;
  }
}
@media screen and (max-width: 462px) {
  .voice-section > .inner > .col.-right .white-card {
    width: 80vw;
    height: 80vw;
  }
}
.voice-section > .inner > .col.-right .white-card.-image {
  padding: 25px;
}
@media screen and (min-width: 1351px) and (max-width: 1904px) {
  .voice-section > .inner > .col.-right .white-card.-image {
    padding: 1.3130252101vw;
  }
}
@media screen and (min-width: 961px) and (max-width: 1350px) {
  .voice-section > .inner > .col.-right .white-card.-image {
    padding: 1.8518518519vw;
  }
}
.voice-section > .inner > .col.-right .white-card .lead {
  font-size: 16px;
  font-weight: bold;
  color: #0066b3;
  margin: 0 0 10px;
  position: relative;
  z-index: 2;
}
@media screen and (min-width: 961px) and (max-width: 1350px) {
  .voice-section > .inner > .col.-right .white-card .lead {
    font-size: 1.3333333333vw;
    margin: 0 0 0.7407407407vw;
  }
}
.voice-section > .inner > .col.-right .white-card .lead mark {
  color: inherit;
  background: linear-gradient(to top, #ffe300 8px, transparent 8px);
  -webkit-box-decoration-break: clone;
          box-decoration-break: clone;
  padding: 0 7px;
}
@media screen and (min-width: 1351px) and (max-width: 1904px) {
  .voice-section > .inner > .col.-right .white-card .lead mark {
    background: -webkit-gradient(linear, left bottom, left top, color-stop(0.4201680672vw, #ffe300), color-stop(0.4201680672vw, transparent));
    background: linear-gradient(to top, #ffe300 0.4201680672vw, transparent 0.4201680672vw);
    padding: 0 0.3676470588vw;
  }
}
@media screen and (min-width: 961px) and (max-width: 1350px) {
  .voice-section > .inner > .col.-right .white-card .lead mark {
    background: -webkit-gradient(linear, left bottom, left top, color-stop(0.5925925926vw, #ffe300), color-stop(0.5925925926vw, transparent));
    background: linear-gradient(to top, #ffe300 0.5925925926vw, transparent 0.5925925926vw);
    padding: 0 0.5185185185vw;
  }
}
.voice-section > .inner > .col.-right .white-card p {
  font-size: 14px;
  line-height: 1.6428571429;
  font-weight: 500;
}
@media screen and (min-width: 961px) and (max-width: 1350px) {
  .voice-section > .inner > .col.-right .white-card p {
    font-size: 1.037037037vw;
  }
}
@media screen and (max-width: 767px) {
  .voice-section > .inner > .col.-right .white-card p {
    font-size: 15px;
    line-height: 1.6;
  }
}
.voice-section > .inner > .col.-right .white-card .image img {
  border-radius: 50%;
}
.voice-section > .inner > .col.-right .table-col .title {
  font-size: 18px;
  font-weight: bold;
  line-height: 1.3333333333;
  color: #0066b3;
  background: #ffe300;
  padding: 8px 16px 4px;
  margin: 0 0 24px;
}
@media screen and (max-width: 767px) {
  .voice-section > .inner > .col.-right .table-col .title {
    margin: 0 0 20px;
  }
}
.voice-section > .inner > .col.-right .table-col .title.-reverse {
  color: #ffe300;
  background: #0066b3;
}
.voice-section > .inner > .col.-right .table-col .lead {
  font-size: 16px;
  color: #0066b3;
  font-weight: bold;
  margin-top: 20px;
}
@media screen and (max-width: 767px) {
  .voice-section > .inner > .col.-right .table-col .lead {
    font-size: 17px;
    margin-top: 16px;
  }
}
.voice-section > .inner > .col.-right .table-col .lead mark {
  color: inherit;
  background: linear-gradient(to top, #ffe300 8px, transparent 8px);
  -webkit-box-decoration-break: clone;
          box-decoration-break: clone;
  padding: 0 7px;
}
.voice-section > .inner > .col.-right .table-col .lead.-blue mark {
  background: linear-gradient(to top, #fff 8px, transparent 8px);
}
.voice-section > .inner > .col.-right .table-col .lead + p {
  margin-top: 10px;
}
@media screen and (max-width: 767px) {
  .voice-section > .inner > .col.-right .table-col .lead + p {
    margin-top: 12px;
  }
}
.voice-section > .inner > .col.-right .table-col p {
  font-size: 14px;
  font-weight: 500;
  line-height: 1.6428571429;
  margin: 0 0 8px;
}
@media screen and (max-width: 767px) {
  .voice-section > .inner > .col.-right .table-col p {
    font-size: 15px;
    line-height: 1.6;
  }
}
@media screen and (max-width: 767px) {
  .voice-section > .inner > .col.-right .table-col[data-aos-delay] {
    -webkit-transition-delay: 0s;
            transition-delay: 0s;
  }
}
.voice-section > .inner > .col.-right .gallery-group {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[2];
  grid-template-columns: repeat(2, 1fr);
  margin: 16px 0 0;
}
@media screen and (max-width: 767px) {
  .voice-section > .inner > .col.-right .gallery-group {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}
.voice-section > .inner > .col.-right .gallery-group img {
  width: 100%;
}

.nav-section {
  background: #f2f2f2;
  padding: 70px 20px;
}
.nav-section > .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 30px;
}
.nav-section > .inner > .col {
  width: 270px;
}
.nav-section .heading {
  background: #fff;
  font-size: 20px;
  font-weight: bold;
  color: #ff569d;
  margin: 0 0 16px;
}
.nav-section .heading a {
  display: block;
  color: inherit;
  padding: 20px 20px 15px;
  position: relative;
}
.nav-section .heading a::after {
  position: absolute;
  bottom: 6px;
  right: 6px;
  border-style: solid;
  border-width: 0 0 26px 26px;
  border-color: transparent transparent #FFDBEC transparent;
  content: "";
}
.nav-section .heading span {
  display: inline-block;
  padding-left: 25px;
  position: relative;
}
.nav-section .heading span::before {
  position: absolute;
  top: 10px;
  left: 0;
  width: 16px;
  height: 16px;
  background-image: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M15.5 7.75C15.5 12.03 12.03 15.5 7.75 15.5C3.47 15.5 0 12.03 0 7.75C0 3.47 3.47 0 7.75 0C12.03 0 15.5 3.47 15.5 7.75ZM7.08 2.98C6.79 2.69 6.31 2.69 6.02 2.98L5.49 3.51C5.2 3.8 5.2 4.28 5.49 4.57L8.66 7.74L5.49 10.92C5.2 11.21 5.2 11.69 5.49 11.98L6.02 12.51C6.31 12.8 6.79 12.8 7.08 12.51L11.31 8.28C11.6 7.99 11.6 7.51 11.31 7.22L7.08 2.98Z' fill='%23ffe300'/%3E%3C/svg%3E%0A");
  background-size: contain;
  background-repeat: no-repeat;
  content: "";
}
.nav-section .wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 609px) {
  .nav-section .list {
    min-width: 215px;
  }
}
.nav-section .list li + li {
  margin-top: 2px;
}
.nav-section .list a {
  text-decoration: none;
  font-size: 16px;
  font-weight: bold;
  color: #ff569d;
  padding-left: 25px;
  position: relative;
}
.nav-section .list a::before {
  position: absolute;
  top: 2px;
  left: 0;
  width: 16px;
  height: 16px;
  background-image: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M15.5 7.75C15.5 12.03 12.03 15.5 7.75 15.5C3.47 15.5 0 12.03 0 7.75C0 3.47 3.47 0 7.75 0C12.03 0 15.5 3.47 15.5 7.75ZM7.08 2.98C6.79 2.69 6.31 2.69 6.02 2.98L5.49 3.51C5.2 3.8 5.2 4.28 5.49 4.57L8.66 7.74L5.49 10.92C5.2 11.21 5.2 11.69 5.49 11.98L6.02 12.51C6.31 12.8 6.79 12.8 7.08 12.51L11.31 8.28C11.6 7.99 11.6 7.51 11.31 7.22L7.08 2.98Z' fill='%23ff569d'/%3E%3C/svg%3E%0A");
  background-size: contain;
  background-repeat: no-repeat;
  content: "";
}
.nav-section .list a[target=_blank]::after {
  display: inline-block;
  width: 14px;
  height: 14px;
  background-image: url("data:image/svg+xml,%3Csvg width='14' height='14' viewBox='0 0 14 14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12.3 1V9.4H3.9V1H12.3ZM13.3 0H2.9V10.4H13.3V0Z' fill='%23FF569D'/%3E%3Cpath d='M9.3 13.3H0V4H1V12.3H9.3V13.3Z' fill='%23FF569D'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-size: contain;
  vertical-align: -1px;
  content: "";
}
.nav-section .col.-right .heading {
  color: #0066b3;
}
.nav-section .col.-right .heading a::after {
  border-color: transparent transparent #C7E1F2 transparent;
}
.nav-section .col.-right .list a {
  color: #0066b3;
}
.nav-section .col.-right .list a::before {
  background-image: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M15.5 7.75C15.5 12.03 12.03 15.5 7.75 15.5C3.47 15.5 0 12.03 0 7.75C0 3.47 3.47 0 7.75 0C12.03 0 15.5 3.47 15.5 7.75ZM7.08 2.98C6.79 2.69 6.31 2.69 6.02 2.98L5.49 3.51C5.2 3.8 5.2 4.28 5.49 4.57L8.66 7.74L5.49 10.92C5.2 11.21 5.2 11.69 5.49 11.98L6.02 12.51C6.31 12.8 6.79 12.8 7.08 12.51L11.31 8.28C11.6 7.99 11.6 7.51 11.31 7.22L7.08 2.98Z' fill='%230066b3'/%3E%3C/svg%3E%0A");
}
/*# sourceMappingURL=seizo.css.map */