@charset "UTF-8";
/* --------------------------------------------------------------------------

---- Style

-------------------------------------------------------------------------- */
html {
  font-size: 62.5%;
  scroll-behavior: smooth;
  scroll-padding-top: 0rem;
}
@media screen and (min-width: 768px) and (max-width: 1267px) {
  html {
    font-size: 0.78vw;
  }
}
@media screen and (max-width: 767px) {
  html {
    font-size: 2.5vw;
  }
}

body {
  font-family: "ヒラギノ角ゴ ProN W3", "Noto Sans JP", HiraKakuProN-W3, sans-serif;
  font-size: 1.4rem;
  line-height: 1;
  color: #333333;
  -webkit-text-size-adjust: 100%;
     -moz-text-size-adjust: 100%;
          text-size-adjust: 100%;
}
body.is-active {
  overflow: hidden;
}

.inner {
  max-width: 100rem;
  margin-right: auto;
  margin-left: auto;
}
.inner--small {
  max-width: 85rem;
  margin-right: auto;
  margin-left: auto;
}

.sp {
  display: none;
}

.pc {
  display: block;
}

.btn {
  text-align: center;
}
.btn a {
  font-size: 2.6rem;
  display: inline-block;
  min-width: 20rem;
  padding: 1.5rem 2rem 1.7rem 4rem;
  letter-spacing: 0.05em;
  color: #ffffff;
  border-radius: 5rem;
  background: linear-gradient(#5a8eca 0%, #497dc1 100%);
}
.btn a span {
  position: relative;
  display: inline-block;
  padding-right: 3rem;
}
.btn a span::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  width: 1rem;
  height: 1rem;
  transform: translateY(-50%);
  background: #ffffff;
  -webkit-clip-path: polygon(0 0, 0% 100%, 100% 50%);
          clip-path: polygon(0 0, 0% 100%, 100% 50%);
}

.more-btn {
  text-align: center;
}
.more-btn a {
  font-size: 2.6rem;
  position: relative;
  display: inline-block;
  min-width: 20rem;
  padding: 1.5rem 6rem 1.7rem;
  letter-spacing: 0.05em;
  color: #ffffff;
  border-radius: 5rem;
  background: linear-gradient(#5a8eca 0%, #497dc1 100%);
}
.more-btn a::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 2.5rem;
  width: 1rem;
  height: 1rem;
  transform: translateY(-50%);
  background: #ffffff;
  -webkit-clip-path: polygon(0 0, 0% 100%, 100% 50%);
          clip-path: polygon(0 0, 0% 100%, 100% 50%);
}

.header {
  position: sticky;
  z-index: 100;
  top: 0;
  right: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 2rem 5rem;
  background: #ffffff;
  box-shadow: 0 0 0.5rem #666666;
}
.header__logo {
  width: 33rem;
}
.header__list {
  display: flex;
  gap: 1rem;
}
.header__list-item a {
  font-size: 2rem;
  display: inline-block;
  min-width: 20rem;
  padding: 1.5rem 2rem;
  text-align: center;
  letter-spacing: 0.05em;
  color: #ffffff;
  border-radius: 5rem;
  background: linear-gradient(#5a8eca 0%, #497dc1 100%);
}

.firstView {
  background: url(../../assets/img/fv_bg01.jpg) no-repeat center center/cover;
}
.firstView__wrap {
  position: relative;
  padding: 5rem 0;
}
.firstView__desc {
  max-width: 50%;
  margin-left: 3rem;
}
.firstView__ttl {
  font-size: 2.6rem;
  font-weight: 400;
  padding: 2rem;
  text-align: center;
  letter-spacing: 0.05em;
  color: #ffffff;
  background: #336699;
}
.firstView__ico {
  position: absolute;
  top: 0;
  right: 0;
  width: 18rem;
}

.worries__wrap01 {
  padding: 5rem 0;
  text-align: center;
}
.worries__wrap02 {
  padding-bottom: 5rem;
  background: url(../../assets/img/worries_bg01.jpg) no-repeat center top 4rem/cover;
}
.worries__desc-ttl {
  font-family: "Noto Serif JP", serif;
  font-size: 4.1rem;
  margin-bottom: 3rem;
  letter-spacing: 0.05em;
  color: #996600;
}
.worries__desc-txt {
  font-size: 2rem;
  line-height: 1.5;
  letter-spacing: 0.05em;
}
.worries__head {
  font-family: "Noto Serif JP", serif;
  font-size: 3.6rem;
  line-height: 1.5;
  width: -moz-fit-content;
  width: fit-content;
  margin-right: auto;
  margin-bottom: 3rem;
  margin-left: auto;
  padding: 2rem 10rem 6rem;
  text-align: center;
  letter-spacing: 0.1em;
  color: #ffffff;
  background: #333333;
  -webkit-clip-path: polygon(0 0, 100% 0%, 100% 65%, 50% 100%, 0 65%);
          clip-path: polygon(0 0, 100% 0%, 100% 65%, 50% 100%, 0 65%);
}
.worries__list {
  display: flex;
  gap: 1rem;
  flex-direction: column;
  width: 50%;
  margin-left: auto;
}
.worries__list-item {
  font-size: 2.6rem;
  font-weight: 400;
  line-height: 1.4;
  position: relative;
  z-index: 10;
  display: flex;
  gap: 1.5rem;
  align-items: center;
  padding: 1rem 2rem;
  letter-spacing: 0.05em;
  color: #ffffff;
}
.worries__list-item::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(55, 55, 55, 0.7);
  background-color: #333333;
  mix-blend-mode: multiply;
  filter: blur(0.4rem);
}
.worries__list-ico {
  display: block;
  width: 2.3rem;
}
.worries__list-ico img {
  display: block;
}
.worries__list-txt {
  flex: 1;
}

.remain {
  padding: 6.5rem 5rem 5rem;
  background: url(../../assets/img/remain_bg01.jpg) no-repeat center top/cover;
}
.remain__ttl {
  font-family: "Noto Serif JP", serif;
  font-size: 4.2rem;
  margin-bottom: 6rem;
  text-align: center;
  letter-spacing: 0.05em;
  color: #003366;
}
.remain__list {
  display: flex;
  gap: 6rem;
  align-items: flex-end;
  filter: drop-shadow(0.3rem 0.3rem 0.3rem #979797);
}

.feature {
  padding: 6rem 5rem;
  background: url(../../assets/img/feature_bg01.jpg) no-repeat center/cover;
}
.feature__ttl {
  font-family: "Noto Serif JP", serif;
  font-size: 4rem;
  margin-bottom: 6rem;
  text-align: center;
  color: #003366;
}
.feature__txt {
  font-size: 2rem;
  line-height: 1.5;
  letter-spacing: 0.05em;
}
.feature__result {
  font-family: "Noto Serif JP", serif;
  margin-bottom: 4rem;
  padding: 3rem;
  text-align: center;
  color: #003366;
  background: url(../../assets/img/feature_bg02.png) no-repeat center/100% 100%;
}
.feature__result-sub {
  font-size: 2.6rem;
  font-weight: 500;
  margin-bottom: 1rem;
  letter-spacing: 0.05em;
}
.feature__result-ttl {
  font-size: 4.1rem;
  letter-spacing: 0.05em;
}
.feature__result-ttl span {
  font-size: 6.7rem;
  font-weight: 600;
}

.works {
  padding: 6rem 5rem;
}
.works__ttl {
  font-family: "Noto Serif JP", serif;
  font-size: 4rem;
  margin-bottom: 6rem;
  text-align: center;
  color: #003366;
}
.works__ttl::after {
  content: "";
  display: block;
  width: 8rem;
  height: 0.8rem;
  margin-top: 2rem;
  margin-right: auto;
  margin-left: auto;
  background: url(../../assets/img/ttl_dec.png) no-repeat center/contain;
}
.works__txt {
  font-size: 2rem;
  line-height: 1.5;
  letter-spacing: 0.05em;
}
.works__list {
  display: flex;
  gap: 4rem;
  margin-top: 4rem;
  margin-bottom: 4rem;
}

.importance {
  padding: 6rem 5rem;
  background: url(../../assets/img/importance_bg01.jpg) no-repeat center/cover;
}
.importance__ttl {
  font-family: "Noto Serif JP", serif;
  font-size: 4rem;
  margin-bottom: 6rem;
  text-align: center;
  color: #003366;
}
.importance__graph {
  padding: 5rem;
  background: rgba(255, 255, 255, 0.8);
}
.importance__graph-ttl {
  font-size: 2rem;
  margin-bottom: 3rem;
  text-align: center;
  color: #003366;
}

.introduction {
  padding: 6rem 5rem;
}
.introduction__ttl {
  font-family: "Noto Serif JP", serif;
  font-size: 4rem;
  margin-bottom: 6rem;
  text-align: center;
  color: #003366;
}
.introduction__ttl::after {
  content: "";
  display: block;
  width: 8rem;
  height: 0.8rem;
  margin-top: 2rem;
  margin-right: auto;
  margin-left: auto;
  background: url(../../assets/img/ttl_dec.png) no-repeat center/contain;
}
.introduction__list {
  display: flex;
  gap: 4rem;
}
.introduction__list-item {
  width: 100%;
}
.introduction__list-btn {
  margin-top: 2.5rem;
}
.introduction__list-btn a {
  font-size: 2.5rem;
  position: relative;
  display: block;
  padding: 1.5rem 2rem 1.7rem;
  text-align: center;
  letter-spacing: 0.05em;
  color: #ffffff;
  border-radius: 5rem;
  background: linear-gradient(#5a8eca 0%, #497dc1 100%);
}
.introduction__list-btn a::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 1.5rem;
  width: 0.8rem;
  height: 1rem;
  transform: translateY(-50%);
  background: #ffffff;
  -webkit-clip-path: polygon(0 0, 0% 100%, 100% 50%);
          clip-path: polygon(0 0, 0% 100%, 100% 50%);
}
.introduction__list-btn small {
  font-size: 1.5rem;
  margin-right: 0.6rem;
}

.merit {
  padding: 6rem 5rem;
  background: url(../../assets/img/merit_bg01.jpg) no-repeat center/cover;
}
.merit__ttl {
  font-family: "Noto Serif JP", serif;
  font-size: 4rem;
  margin-bottom: 6rem;
  text-align: center;
  color: #003366;
}
.merit__wrap {
  max-width: 90rem;
  margin-right: auto;
  margin-left: auto;
}
.merit__item {
  position: relative;
  z-index: 10;
  display: flex;
  gap: 4rem;
}
.merit__item-img {
  position: relative;
  z-index: 10;
  width: 30rem;
}
.merit__item-desc {
  flex: 1;
}
.merit__item-ttl {
  font-family: "Noto Serif JP", serif;
  font-size: 2.8rem;
  position: relative;
  margin-top: 7rem;
  margin-bottom: 2rem;
  padding: 1.5rem;
  letter-spacing: 0.05em;
  color: #003366;
  background: #ffffff;
}
.merit__item-ttl::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  right: 0;
  bottom: 0;
  left: -25rem;
  background: #ffffff;
  box-shadow: 1rem 1rem 0 #507db2;
}
.merit__item-txt {
  font-size: 2rem;
  line-height: 1.6;
  letter-spacing: 0.05em;
}
.merit__item:nth-of-type(even) {
  flex-direction: row-reverse;
  margin: -3rem 0 -4rem;
}
.merit__item:nth-of-type(even) .merit__item-ttl::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  right: -25rem;
  bottom: 0;
  left: 0;
  background: #ffffff;
  box-shadow: 1rem 1rem 0 #507db2;
}

.point {
  padding: 6rem 0 0;
}
.point__ttl {
  font-family: "Noto Serif JP", serif;
  font-size: 4rem;
  margin-bottom: 6rem;
  text-align: center;
  color: #003366;
}
.point__wrap {
  position: relative;
  z-index: 10;
  overflow: hidden;
  padding: 2rem 0 13rem;
}
.point__wrap::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  right: 0;
  bottom: 10rem;
  left: 0;
  background: #c8e3fe;
}
.point .splide {
  max-width: 52rem;
  margin-right: auto;
  margin-left: auto;
}
.point .splide__track {
  overflow: visible;
}
.point .splide__slide {
  background: #ffffff;
  box-shadow: 1rem 1rem 0 #a4c8ef;
}
.point .splide__slide figure {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.point .splide__slide figure figcaption {
  font-size: 2.6rem;
  line-height: 1.5;
  display: flex;
  align-items: center;
  flex: 1;
  justify-content: center;
  padding: 2rem;
  text-align: center;
  color: #003366;
}
.point .splide__arrows {
  position: absolute;
  top: 50%;
  right: -12rem;
  left: -12rem;
  display: flex;
  justify-content: space-between;
  transform: translateY(-50%);
}
.point .splide__arrow--prev {
  width: 5rem;
  margin: 0;
}
.point .splide__arrow--next {
  width: 5rem;
  margin: 0;
}
.point .splide__pagination {
  position: absolute;
  top: calc(100% + 7rem);
  right: 0;
  left: 0;
  display: flex;
  gap: 2rem;
}
.point .splide__pagination__page {
  width: 1rem;
  height: 1rem;
  border-radius: 100%;
  background-color: #cccccc;
}
.point .splide__pagination__page.is-active {
  background: #003366;
}

.guarantee {
  padding-bottom: 4rem;
  background: #eef4fd;
}
.guarantee__ttl {
  font-size: 2.6rem;
  font-weight: 400;
  padding: 2rem;
  text-align: center;
  letter-spacing: 0.05em;
  color: #ffffff;
  background: #336699;
}
.guarantee__ttl span {
  font-size: 3.1rem;
}
.guarantee__wrap {
  padding: 6rem 5rem 4rem;
  background: url(../../assets/img/guarantee_bg01.jpg) no-repeat center/cover;
}
.guarantee__wrap img {
  display: block;
  width: 90%;
  max-width: 85rem;
  margin-right: auto;
  margin-left: auto;
}
.guarantee__note {
  font-size: 1.3rem;
  line-height: 1.5;
  text-align: center;
  letter-spacing: 0.05em;
}
.guarantee__detail {
  position: relative;
  max-width: 85rem;
  margin: 5rem auto 2rem;
  padding: 3rem 0 3rem;
  text-align: center;
  background: url(../../assets/img/guarantee_bg02.jpg) no-repeat center/100% 100%;
}
.guarantee__detail-ico {
  position: absolute;
  top: -5rem;
  left: -6rem;
  width: 16.8rem;
}
.guarantee__detail-ttl {
  font-family: "Noto Serif JP", serif;
  font-size: 3.6rem;
  line-height: 1.3;
  margin-bottom: 2rem;
  letter-spacing: 0.05em;
}
.guarantee__detail-txt {
  font-size: 1.6rem;
  line-height: 1.6;
  letter-spacing: 0.05em;
}
.guarantee__detail-img {
  max-width: 350px;
  margin: 1.5rem auto;
}

.flow {
  padding: 6rem 5rem 0;
  background: #eef4fd;
}
.flow__head {
  margin-bottom: 6rem;
  text-align: center;
  color: #003366;
}
.flow__head-ttl {
  font-family: "Noto Serif JP", serif;
  font-size: 4rem;
  margin-bottom: 2rem;
}
.flow__head-txt {
  font-size: 2rem;
  margin-bottom: 2rem;
}
.flow__wrap {
  position: relative;
  z-index: 10;
  padding-bottom: 5rem;
}
.flow__wrap::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  bottom: 0;
  left: -3.5rem;
  width: 20rem;
  background: #accbee;
  background: linear-gradient(#eef4fd 0%, #cde0f6 50%, #accbee 100%);
}
.flow__item {
  position: relative;
  display: flex;
  gap: 5rem;
}
.flow__item:not(:last-child) {
  margin-bottom: 5rem;
}
.flow__item-img {
  width: 33rem;
}
.flow__item-img img {
  display: block;
  box-shadow: 0 0.5rem 0.8rem rgba(0, 0, 0, 0.2);
}
.flow__item-detail {
  flex: 1;
}
.flow__item-ttl {
  font-family: "Noto Serif JP", serif;
  font-size: 3.1rem;
  margin-bottom: 1rem;
  padding-bottom: 1.5rem;
  color: #003366;
  border-bottom: dashed 0.2rem #336699;
}
.flow__item-txt {
  font-size: 1.8rem;
  line-height: 1.5;
  letter-spacing: 0.05em;
}
.flow__num {
  font-family: "Roboto", sans-serif;
  font-size: 1.3rem;
  position: absolute;
  top: -2rem;
  left: -5rem;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  width: 8rem;
  height: 8rem;
  color: #ffffff;
  border-radius: 100%;
  background: #336699;
}
.flow__num span {
  font-size: 4rem;
}

.flowGraph {
  padding-bottom: 6rem;
  background: url(../../assets/img/flow_bg01.jpg) no-repeat center/cover;
}
.flowGraph__img {
  margin-bottom: -1rem;
  transform: translateY(-6rem);
}
.flowGraph__txt {
  font-size: 1.9rem;
  line-height: 1.65;
  letter-spacing: 0.025em;
  color: #ffffff;
}

.achievement {
  padding: 6rem 5rem 8rem;
}
.achievement__ttl {
  font-family: "Noto Serif JP", serif;
  font-size: 4rem;
  margin-bottom: 6rem;
  text-align: center;
  color: #003366;
}
.achievement__box {
  padding-bottom: 4rem;
  background: #eef4fd;
}
.achievement__box:not(:last-child) {
  margin-bottom: 5rem;
}
.achievement__box-ttl {
  font-size: 2.6rem;
  font-weight: 400;
  padding: 1.5rem;
  text-align: center;
  letter-spacing: 0.05em;
  color: #ffffff;
  background: #336699;
}
.achievement__list {
  display: flex;
  gap: 3rem;
  margin: 3.5rem;
}
.achievement__list-item {
  position: relative;
  padding: 5rem 2rem 2rem;
  background: #ffffff;
}
.achievement__list-item:first-child::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 100%;
  display: block;
  width: 2.5rem;
  height: 5rem;
  transform: translateY(-50%);
  background: #ff66cc;
  -webkit-clip-path: polygon(0 0, 0% 100%, 100% 50%);
          clip-path: polygon(0 0, 0% 100%, 100% 50%);
}
.achievement__tag {
  font-size: 2.2rem;
  position: absolute;
  top: 0;
  left: 0;
  width: 14rem;
  padding: 0.8rem 0;
  text-align: center;
}
.achievement__tag.type01 {
  background: #cccccc;
}
.achievement__tag.type02 {
  color: #ffffff;
  background: #ff66cc;
}
.achievement__thumb {
  display: flex;
  gap: 1rem;
  flex-wrap: wrap;
}
.achievement__thumb-item {
  width: 100%;
}
.achievement__thumb-item:not(:first-child) {
  width: calc(50% - 0.5rem);
}
.achievement__detail {
  margin: 3.5rem 3.5rem 0;
}
.achievement__detail table {
  width: 100%;
  border-collapse: collapse;
  background: #ffffff;
}
.achievement__detail table tbody tr th {
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.5;
  padding: 1rem 2rem;
  vertical-align: middle;
  border: solid 1px #eef4fd;
}
.achievement__detail table tbody tr td {
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.5;
  padding: 1rem 2rem;
  vertical-align: middle;
  border: solid 1px #eef4fd;
}
.achievement__detail table tbody tr:first-child th {
  font-size: 1.8rem;
  letter-spacing: 0.05em;
  background: #99ccff;
}
.achievement__detail table tbody tr:first-child td {
  font-size: 1.8rem;
  letter-spacing: 0.05em;
  background: #99ccff;
}

.price {
  padding: 6rem 5rem 5rem;
  background: #eef4fd;
}
.price__ttl {
  font-family: "Noto Serif JP", serif;
  font-size: 4rem;
  margin-bottom: 6rem;
  text-align: center;
  color: #003366;
}
.price__ttl:after {
  content: "";
  display: block;
  width: 8rem;
  height: 0.8rem;
  margin-top: 2rem;
  margin-right: auto;
  margin-left: auto;
  background: url(../../assets/img/ttl_dec.png) no-repeat center/contain;
}
.price__table {
  border: solid 1px #003366;
  border-collapse: collapse;
  background: #ffffff;
}
.price__table tbody tr {
  border-bottom: solid 1px #003366;
}
.price__table tbody tr th {
  font-size: 2.6rem;
  font-weight: 400;
  padding: 1rem;
  vertical-align: middle;
  white-space: nowrap;
  letter-spacing: 0.05em;
  color: #ffffff;
  background: #336699;
}
.price__table tbody tr th span {
  font-size: 2rem;
  display: block;
  margin-top: 0.8rem;
}
.price__table tbody tr td {
  padding: 1.5rem;
  vertical-align: middle;
}
.price__table tbody tr td:nth-of-type(1) {
  font-size: 1.8rem;
  line-height: 1.5;
  letter-spacing: 0.05em;
}
.price__table tbody tr td:nth-of-type(2) {
  border: solid 1px #003366;
}
.price__table tbody tr:nth-of-type(even) th {
  background: #4275a8;
}
.price__table tbody tr:nth-of-type(even) td {
  background: #f9f9f9;
}
.price__table-val {
  font-family: "Roboto", sans-serif;
  font-size: 2.9rem;
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
  color: #ff3333;
}
.price__table-val span {
  font-size: 2rem;
  display: block;
  margin-top: 1rem;
  text-align: right;
}

.message {
  padding: 5rem;
  background: url(../../assets/img/message_bg01.jpg) no-repeat center/cover;
}
.message__box {
  display: flex;
  gap: 5rem;
  padding: 3.5rem;
  background: url(../../assets/img/message_bg02.jpg) no-repeat center/100% 100%;
}
.message__detail {
  width: 30rem;
}
.message__detail-img {
  position: relative;
  z-index: 10;
  margin-bottom: -3rem;
  transform: translate(-2rem, -2rem) rotate(-6deg);
  transform-origin: left top;
}
.message__detail-img img {
  display: block;
  filter: drop-shadow(0.3rem 0.3rem 0.3rem rgba(0, 0, 0, 0.3));
}
.message__detail-ttl {
  font-family: "Noto Serif JP", serif;
  font-size: 4rem;
  font-weight: 400;
  position: relative;
  margin-right: 3.5rem;
  margin-left: -3.5rem;
  padding: 3rem;
  text-align: center;
  letter-spacing: 0.04em;
  color: #ffffff;
  background: #6699cc;
}
.message__detail-txt {
  font-size: 1.6rem;
  line-height: 1.8;
  margin: 1rem 0;
  letter-spacing: 0.05em;
  color: #003366;
}
.message__detail-name {
  font-family: "Noto Serif JP", serif;
  margin-top: 1.5rem;
  color: #003366;
}
.message__detail-name .post {
  font-size: 2rem;
  display: block;
  margin-bottom: 0.6rem;
}
.message__detail-name .name {
  font-size: 4.6rem;
}
.message__desc {
  flex: 1;
}
.message__desc-txt {
  font-size: 1.7rem;
  line-height: 1.8;
  letter-spacing: 0.05em;
}

.reason {
  padding: 6rem 0 0;
}
.reason__wrap {
  position: relative;
  z-index: 10;
  overflow: hidden;
  padding: 2rem 0 13rem;
}
.reason__wrap::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  right: 0;
  bottom: 10rem;
  left: 0;
  background: #c8e3fe;
}
.reason__ttl {
  font-size: 2.8rem;
  font-weight: 400;
  margin: 3rem;
  letter-spacing: 0.05em;
  color: #003366;
}
.reason__txt {
  font-size: 1.6rem;
  line-height: 1.65;
  margin: 2rem 3rem;
  letter-spacing: 0.08em;
}
.reason .splide {
  max-width: 52rem;
  margin-right: auto;
  margin-left: auto;
}
.reason .splide__track {
  overflow: visible;
}
.reason .splide__slide {
  background: #ffffff;
  box-shadow: 1rem 1rem 0 #a4c8ef;
}
.reason .splide__slide figure {
  position: relative;
}
.reason .splide__slide figure figcaption {
  font-family: "Roboto", sans-serif;
  font-size: 3rem;
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 6rem;
  height: 6rem;
  color: #ffffff;
  background: #003366;
}
.reason .splide__arrows {
  position: absolute;
  top: 50%;
  right: -12rem;
  left: -12rem;
  display: flex;
  justify-content: space-between;
  transform: translateY(-50%);
}
.reason .splide__arrow--prev {
  width: 5rem;
  margin: 0;
}
.reason .splide__arrow--next {
  width: 5rem;
  margin: 0;
}
.reason .splide__pagination {
  position: absolute;
  top: calc(100% + 7rem);
  right: 0;
  left: 0;
  display: flex;
  gap: 2rem;
}
.reason .splide__pagination__page {
  width: 1rem;
  height: 1rem;
  border-radius: 100%;
  background-color: #cccccc;
}
.reason .splide__pagination__page.is-active {
  background: #003366;
}

.faq {
  padding: 6rem 5rem;
  background: #eef4fd;
}
.faq__head {
  margin-bottom: 5rem;
  text-align: center;
}
.faq__head-ttl {
  font-family: "Noto Serif JP", serif;
  font-size: 4rem;
  margin-bottom: 2rem;
  color: #003366;
}
.faq__head-txt {
  font-family: "Roboto", sans-serif;
  font-size: 2.6rem;
  font-weight: 500;
  letter-spacing: 0.2em;
  color: #336699;
}
.faq__box {
  display: flex;
  gap: 2rem;
  flex-direction: column;
}
.faq__item {
  background: #ffffff;
}
.faq__item-summary {
  position: relative;
  display: flex;
  gap: 1.5rem;
  align-items: center;
  padding: 1rem 2rem;
  cursor: pointer;
}
.faq__item-summary::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 3rem;
  width: 2.6rem;
  height: 0.2rem;
  transform: translate(0, -50%);
  background-color: #003366;
}
.faq__item-summary::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 4.2rem;
  width: 0.2rem;
  height: 2.6rem;
  transition: all 0.5s ease 0s;
  transform: translate(0, -50%);
  background-color: #003366;
}
.faq__item-summary.open {
  border-bottom: dashed 0.2rem #adc9e4;
}
.faq__item-summary.open::after {
  height: 0;
}
.faq__item-ico {
  font-family: "Roboto", sans-serif;
  font-size: 2.6rem;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 6rem;
  height: 6rem;
  color: #ffffff;
  border-radius: 100%;
  background: #336699;
}
.faq__item-ttl {
  font-size: 2.9rem;
  line-height: 1.4;
  letter-spacing: 0.05em;
  color: #003366;
}
.faq__item-txt {
  font-size: 2rem;
  line-height: 1.6;
  padding: 2rem 2rem 2rem 10rem;
  letter-spacing: 0.05em;
}

.cta {
  padding: 4rem 5rem 5rem;
  background: url(../../assets/img/cta_bg.jpg) no-repeat center/cover;
}
.cta__box-ttl {
  font-family: "Noto Serif JP", serif;
  font-size: 4rem;
  line-height: 1.2;
  letter-spacing: 0.05em;
  color: #003366;
  margin-bottom: 1rem;
}
.cta__box-ttl span {
  font-size: 5.2rem;
}
.cta__box-txt {
  font-size: 2rem;
  line-height: 1.5;
  letter-spacing: 0.05em;
}
.cta__box-txt2 {
  font-size: 1.4rem;
  line-height: 1.5;
  letter-spacing: 0.05em;
  margin-top: 4rem;
}
.cta__list {
  display: flex;
  margin-top: 4rem;
}
.cta__list-item {
  width: 100%;
  margin: 0 2rem;
}
.cta__list-item a {
  width: 100%;
  font-size: 2.6rem;
  display: block;
  text-align: center;
  padding: 1.5rem 2rem 1.7rem;
  letter-spacing: 0.05em;
  color: #ffffff;
  border-radius: 5rem;
  background: linear-gradient(#5a8eca 0%, #497dc1 100%);
}

.footer {
  padding: 7rem 0 0;
  background: #eef4fd;
}
.footer__ttl {
  font-size: 4rem;
  font-weight: 400;
  margin-bottom: 6rem;
  text-align: center;
  color: #003366;
}
.footer__box {
  display: flex;
  gap: 2rem;
}
.footer__box-map {
  width: 50%;
  border: solid 0.3rem #6699cc;
}
.footer__box-detail {
  flex: 1;
}
.footer__box-detail table {
  width: 100%;
  border-collapse: collapse;
}
.footer__box-detail table tbody tr:not(:last-child) {
  border-bottom: dashed 2px #7f9ab7;
}
.footer__box-detail table tbody tr th {
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.5;
  padding: 1.5rem;
  vertical-align: middle;
  white-space: nowrap;
  letter-spacing: 0.05em;
}
.footer__box-detail table tbody tr td {
  font-size: 1.6rem;
  line-height: 1.5;
  padding: 1.5rem;
  vertical-align: middle;
}
.footer__box-detail table tbody tr td a {
  color: #333333;
}
.footer__box-detail table tbody tr td ul {
  display: flex;
  gap: 0.6rem 3rem;
  flex-wrap: wrap;
}
.footer__schedule {
  display: flex;
  gap: 4rem;
  margin-top: 4rem;
  margin-bottom: 10rem;
}
.footer__schedule-box {
  width: 50%;
}
.footer__schedule-ttl {
  font-size: 2rem;
  font-weight: 400;
  margin-bottom: 1rem;
  letter-spacing: 0.05em;
  color: #003366;
}
.footer__schedule-ttl:first-letter {
  color: #6699cc;
}
.footer__schedule-note {
  font-size: 1.3rem;
  line-height: 1.5;
  margin-top: 1rem;
}
.footer__schedule-table {
  width: 100%;
  border: solid 1px #003366;
  border-collapse: collapse;
  background: #ffffff;
}
.footer__schedule-table tbody tr th {
  font-size: 1.6rem;
  font-weight: 400;
  padding: 1rem;
  text-align: center;
  vertical-align: middle;
  white-space: nowrap;
  border: solid 1px #003366;
}
.footer__schedule-table tbody tr td {
  font-size: 1.6rem;
  padding: 1rem;
  text-align: center;
  vertical-align: middle;
  white-space: nowrap;
  border: solid 1px #003366;
}
.footer__schedule-list {
  display: flex;
  gap: 1rem;
  justify-content: flex-end;
  margin-left: auto;
  margin-top: 2rem;
}
.footer__schedule-list li a {
  font-size: 2rem;
  display: inline-block;
  padding: 1.5rem 2rem;
  letter-spacing: 0.05em;
  color: #ffffff;
  border-radius: 5rem;
  background: linear-gradient(#5a8eca 0%, #497dc1 100%);
}
.footer__copy {
  padding: 5rem 5rem 7rem;
  text-align: center;
  color: #ffffff;
  background: #336699;
  font-size: 1.2rem;
}

@media screen and (max-width: 767px) {
  .sp {
    display: block;
  }
  .pc {
    display: none;
  }
  .btn a {
    font-size: 2rem;
    min-width: 0;
    padding: 1.5rem 2rem 1.7rem 4rem;
  }
  .btn a span {
    padding-right: 3rem;
  }
  .btn a span::after {
    width: 1rem;
    height: 1rem;
  }
  .more-btn a {
    font-size: 2rem;
    min-width: 0;
    padding: 1.5rem 4rem 1.7rem;
  }
  .more-btn a::after {
    right: 1.5rem;
    width: 0.8rem;
  }
  .header {
    position: static;
    padding: 2rem;
    display: block;
  }
  .header__logo {
    width: 25rem;
  }
  .header__list {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 110;
    padding: 1rem 2rem;
    background: rgba(255, 255, 255, 0.8);
  }
  .header__list-item {
    width: 100%;
  }
  .header__list-item a {
    display: block;
    font-size: 1.4rem;
    white-space: nowrap;
    min-width: 0;
    padding: 1.5rem 2rem;
  }
  .firstView__wrap {
    padding: 5rem 0;
  }
  .firstView__desc {
    max-width: 70%;
    margin-left: 2rem;
  }
  .firstView__ttl {
    font-size: 1.6rem;
    padding: 2rem;
  }
  .firstView__ico {
    right: 1rem;
    width: 10rem;
  }
  .worries__wrap01 {
    padding: 5rem 2rem;
  }
  .worries__wrap02 {
    padding-bottom: 4rem;
  }
  .worries__desc-ttl {
    font-size: 2.4rem;
    margin-bottom: 2.5rem;
  }
  .worries__desc-txt {
    font-size: 1.6rem;
    line-height: 1.8;
    text-align: justify;
  }
  .worries__head {
    font-size: 2.3rem;
    width: auto;
    margin-bottom: 3rem;
    padding: 2rem 2rem 4rem;
    -webkit-clip-path: polygon(0 0, 100% 0%, 100% 80%, 50% 100%, 0 80%);
            clip-path: polygon(0 0, 100% 0%, 100% 80%, 50% 100%, 0 80%);
  }
  .worries__list {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }
  .worries__list-item {
    font-size: 1.8rem;
    gap: 1.5rem;
    padding: 1rem 1.5rem;
  }
  .worries__list-ico {
    width: 2rem;
  }
  .remain {
    padding: 5rem 2rem;
    background-position: right;
    position: relative;
    z-index: 10;
  }
  .remain::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #ffffff;
    opacity: 0.75;
    z-index: -1;
  }
  .remain__ttl {
    font-size: 2.6rem;
    margin-bottom: 4rem;
  }
  .remain__list {
    gap: 2rem;
  }
  .feature {
    padding: 6rem 2rem;
    background: url(../../assets/img/feature_bg01.jpg) no-repeat center/cover;
  }
  .feature__ttl {
    font-size: 2.6rem;
    margin-bottom: 4rem;
  }
  .feature__txt {
    font-size: 1.6rem;
    line-height: 1.5;
    letter-spacing: 0.05em;
  }
  .feature__result {
    margin-bottom: 4rem;
    padding: 3rem;
  }
  .feature__result-sub {
    font-size: 2rem;
  }
  .feature__result-ttl {
    font-size: 2rem;
  }
  .feature__result-ttl span {
    font-size: 3.6rem;
  }
  .works {
    padding: 6rem 2rem;
  }
  .works__ttl {
    font-size: 2.4rem;
    margin-bottom: 4rem;
  }
  .works__ttl::after {
    width: 6rem;
    height: 0.6rem;
  }
  .works__txt {
    font-size: 1.6rem;
  }
  .works__list {
    display: flex;
    flex-wrap: wrap;
    gap: 2rem;
  }
  .importance {
    padding: 6rem 2rem;
    background-position: right -20rem center;
  }
  .importance__ttl {
    font-size: 2.6rem;
    margin-bottom: 4rem;
  }
  .importance__graph {
    padding: 4rem 2rem;
  }
  .importance__graph-ttl {
    font-size: 1.8rem;
    line-height: 1.5;
    margin-bottom: 3rem;
  }
  .introduction {
    padding: 6rem 2rem;
  }
  .introduction__ttl {
    font-size: 2.6rem;
    margin-bottom: 4rem;
  }
  .introduction__ttl::after {
    width: 6rem;
    height: 0.6rem;
  }
  .introduction__list {
    display: flex;
    flex-wrap: wrap;
    gap: 5rem;
  }
  .introduction__list-item {
    width: 100%;
    max-width: 42rem;
    margin-left: auto;
    margin-right: auto;
  }
  .introduction__list-btn {
    margin-top: 2rem;
  }
  .introduction__list-btn a {
    font-size: 2.5rem;
    padding: 1.5rem 2rem 1.7rem;
  }
  .introduction__list-btn small {
    font-size: 1.5rem;
  }
  .merit {
    padding: 6rem 2rem;
  }
  .merit__ttl {
    font-size: 2.8rem;
    margin-bottom: 4rem;
  }
  .merit__item {
    gap: 1rem;
  }
  .merit__item-img {
    width: 10rem;
    margin-right: auto;
  }
  .merit__item-ttl {
    font-size: 1.8rem;
    line-height: 1.4;
    position: relative;
    margin-top: 2rem;
    margin-bottom: 3rem;
    padding: 1rem 1.5rem;
    height: 7rem;
    display: flex;
    align-items: center;
  }
  .merit__item-ttl::before {
    left: -12rem;
  }
  .merit__item-txt {
    font-size: 1.5rem;
    margin-left: -10rem;
  }
  .merit__item:nth-of-type(even) {
    margin: 2rem 0;
  }
  .merit__item:nth-of-type(even) .merit__item-ttl::before {
    right: -12rem;
  }
  .merit__item:nth-of-type(even) .merit__item-txt {
    margin-left: 0;
    margin-right: -10rem;
  }
  .point {
    padding: 5rem 0 0;
  }
  .point__ttl {
    font-size: 2.6rem;
    margin-bottom: 4rem;
  }
  .point__wrap {
    padding: 2rem 3rem 10rem;
  }
  .point__wrap::before {
    bottom: 7rem;
  }
  .point .splide__slide figure figcaption {
    font-size: 2rem;
    padding: 1.5rem;
  }
  .point .splide__arrows {
    display: none;
  }
  .point .splide__pagination {
    top: calc(100% + 5.5rem);
    gap: 1rem;
  }
  .point .splide__pagination__page {
    width: 1rem;
    height: 1rem;
  }
  .guarantee {
    padding-bottom: 2rem;
  }
  .guarantee__ttl {
    font-size: 1.4rem;
    padding: 2rem 0;
  }
  .guarantee__ttl span {
    font-size: 1.8rem;
  }
  .guarantee__wrap {
    padding: 4rem 2rem 2rem;
  }
  .guarantee__wrap img {
    width: 100%;
  }
  .guarantee__note {
    font-size: 1rem;
    text-align: left;
    margin: 1rem 2rem 2rem;
  }
  .guarantee__detail {
    margin: 2rem 2rem 0;
    padding: 3rem 0 3rem;
    background: #ffffff;
    position: relative;
    z-index: 10;
  }
  .guarantee__detail::before {
    content: "";
    position: absolute;
    top: 0.3rem;
    left: 0.3rem;
    right: 0.3rem;
    bottom: 0.3rem;
    border: solid 1px #666666;
    opacity: 0.3;
  }
  .guarantee__detail-ico {
    top: -2rem;
    left: -2rem;
    width: 8rem;
  }
  .guarantee__detail-ttl {
    font-size: 1.7rem;
    line-height: 1.5;
    margin-right: 2rem;
    margin-left: 7rem;
    text-align: left;
  }
  .guarantee__detail-txt {
    font-size: 1.4rem;
    margin-left: 2rem;
    margin-right: 2rem;
    text-align: justify;
  }
  .flow {
    padding: 2rem 2rem 0;
  }
  .flow__head {
    margin-bottom: 4rem;
  }
  .flow__head-ttl {
    font-size: 2.6rem;
    margin-bottom: 2rem;
  }
  .flow__head-txt {
    font-size: 1.5rem;
    line-height: 1.5;
    margin-bottom: 2rem;
  }
  .flow__wrap {
    padding-bottom: 4rem;
  }
  .flow__wrap::before {
    left: -2rem;
    width: 12rem;
  }
  .flow__item {
    display: block;
    gap: 4rem;
  }
  .flow__item:not(:last-child) {
    margin-bottom: 4rem;
  }
  .flow__item-img {
    width: 100%;
    margin-bottom: 2rem;
  }
  .flow__item-ttl {
    font-size: 2.4rem;
    text-align: center;
  }
  .flow__item-txt {
    font-size: 1.5rem;
  }
  .flow__num {
    font-size: 1.2rem;
    top: -2rem;
    left: 2rem;
    width: 6rem;
    height: 6rem;
  }
  .flow__num span {
    font-size: 3rem;
  }
  .flowGraph {
    padding: 4rem 1rem 6rem 2rem;
  }
  .flowGraph__img {
    margin-bottom: -3rem;
  }
  .flowGraph__txt {
    font-size: 1.5rem;
    line-height: 1.65;
  }
  .achievement {
    padding: 6rem 3rem;
  }
  .achievement__ttl {
    font-size: 2.4rem;
    margin-bottom: 4rem;
  }
  .achievement__box {
    padding-bottom: 4rem;
  }
  .achievement__box:not(:last-child) {
    margin-bottom: 4rem;
  }
  .achievement__box-ttl {
    font-size: 1.8rem;
    line-height: 1.5;
    padding: 1.5rem;
  }
  .achievement__list {
    display: flex;
    flex-wrap: wrap;
    gap: 2rem;
    margin: 2rem;
  }
  .achievement__list-item {
    width: 100%;
    position: relative;
    padding: 5rem 2rem 2rem;
    background: #ffffff;
  }
  .achievement__list-item:first-child::after {
    top: 100%;
    left: 50%;
    width: 4rem;
    height: 2rem;
    transform: translate(-50%, 0);
    -webkit-clip-path: polygon(0 0, 50% 100%, 100% 0);
            clip-path: polygon(0 0, 50% 100%, 100% 0);
  }
  .achievement__tag {
    font-size: 1.6rem;
    width: 10rem;
  }
  .achievement__thumb {
    display: flex;
    gap: 1rem;
    flex-wrap: wrap;
  }
  .achievement__thumb-item {
    width: 100%;
  }
  .achievement__thumb-item:not(:first-child) {
    width: calc(50% - 0.5rem);
  }
  .achievement__detail {
    margin: 2rem 2rem 0;
  }
  .achievement__detail table tbody tr th {
    font-size: 1.2rem;
    padding: 1rem;
    white-space: nowrap;
  }
  .achievement__detail table tbody tr td {
    font-size: 1.2rem;
    padding: 1rem;
  }
  .achievement__detail table tbody tr:first-child th {
    font-size: 1.3rem;
  }
  .achievement__detail table tbody tr:first-child td {
    font-size: 1.3rem;
  }
  .price {
    padding: 4rem 2rem;
  }
  .price__ttl {
    font-size: 3rem;
    margin-bottom: 4rem;
  }
  .price__ttl:after {
    width: 6rem;
    height: 0.6rem;
  }
  .price__table {
    display: block;
  }
  .price__table tbody {
    display: block;
  }
  .price__table tbody tr {
    display: block;
  }
  .price__table tbody tr:last-child {
    border-bottom: none;
  }
  .price__table tbody tr th {
    display: block;
    font-size: 2rem;
    padding: 1.5rem;
  }
  .price__table tbody tr th span {
    font-size: 2rem;
    display: block;
    margin-top: 0.8rem;
  }
  .price__table tbody tr td {
    display: block;
    padding: 1.5rem;
  }
  .price__table tbody tr td:nth-of-type(1) {
    font-size: 1.5rem;
  }
  .price__table tbody tr td:nth-of-type(2) {
    border-left: none;
    border-right: none;
    border-bottom: none;
  }
  .price__table-val {
    font-size: 2.8rem;
  }
  .price__table-val span {
    font-size: 1.5rem;
    display: inline;
    margin-top: 0;
    margin-left: 0.8rem;
    text-align: left;
  }
  .message {
    padding: 5rem 2rem;
  }
  .message__box {
    display: block;
    padding: 2rem;
    position: relative;
    z-index: 10;
    background: #ffffff;
  }
  .message__box::before {
    content: "";
    position: absolute;
    top: 0.8rem;
    left: 0.8rem;
    right: 0.8rem;
    bottom: 0.8rem;
    border: solid 1px #666666;
    opacity: 0.3;
  }
  .message__detail {
    width: 100%;
  }
  .message__detail-img {
    margin-bottom: 0;
    transform: translate(0, 0) rotate(0);
  }
  .message__detail-img img {
    fill: drop-shadow(0.1rem 0.1rem 0.1rem rgba(0, 0, 0, 0.3));
  }
  .message__detail-ttl {
    font-size: 2.6rem;
    margin-right: 0;
    margin-left: 0;
    margin-top: 2rem;
    padding: 2rem;
  }
  .message__detail-txt {
    font-size: 1.5rem;
    line-height: 1.8;
    margin: 1rem 0;
    text-align: center;
  }
  .message__detail-name {
    text-align: center;
    margin-top: 4rem;
  }
  .message__detail-name .post {
    font-size: 2rem;
    display: block;
    margin-bottom: 0.6rem;
  }
  .message__detail-name .name {
    font-size: 4.6rem;
  }
  .message__desc {
    margin-top: 3rem;
  }
  .message__desc-txt {
    font-size: 1.5rem;
  }
  .reason {
    padding: 4rem 0 0;
  }
  .reason__wrap {
    position: relative;
    z-index: 10;
    overflow: hidden;
    padding: 2rem 0 13rem;
  }
  .reason__wrap::before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    right: 0;
    bottom: 10rem;
    left: 0;
    background: #c8e3fe;
  }
  .reason__ttl {
    text-align: center;
    font-size: 1.8rem;
    font-weight: 500;
    margin: 3rem 2rem 2rem;
  }
  .reason__txt {
    font-size: 1.4rem;
    margin: 2rem;
    letter-spacing: 0.04em;
  }
  .reason .splide__slide figure figcaption {
    font-size: 2rem;
    width: 5rem;
    height: 5rem;
  }
  .reason .splide__arrows {
    display: none;
  }
  .reason .splide__pagination {
    top: calc(100% + 5.5rem);
    gap: 1rem;
  }
  .reason .splide__pagination__page {
    width: 1rem;
    height: 1rem;
  }
  .faq {
    padding: 5rem 2rem;
  }
  .faq__head {
    margin-bottom: 4rem;
  }
  .faq__head-ttl {
    font-size: 2.6rem;
    margin-bottom: 2rem;
  }
  .faq__head-txt {
    font-size: 2.4rem;
  }
  .faq__box {
    gap: 2rem;
  }
  .faq__item-summary {
    gap: 1.5rem;
    padding: 1rem 5rem 1rem 1rem;
  }
  .faq__item-summary::before {
    right: 2rem;
    width: 1.2rem;
    height: 0.2rem;
  }
  .faq__item-summary::after {
    top: 50%;
    right: 2.5rem;
    width: 0.2rem;
    height: 1.2rem;
  }
  .faq__item-ico {
    font-size: 1.6rem;
    width: 4rem;
    height: 4rem;
  }
  .faq__item-ttl {
    flex: 1;
    font-size: 1.6rem;
  }
  .faq__item-txt {
    font-size: 1.4rem;
    padding: 2rem;
  }
  .cta {
    padding: 4rem 2rem 5rem;
    background: url(../../assets/img/cta_bg.jpg) no-repeat right -45rem center/cover;
  }
  .cta__box-ttl {
    font-size: 2.4rem;
    margin-bottom: 1rem;
  }
  .cta__box-ttl span {
    font-size: 3rem;
  }
  .cta__box-txt {
    font-size: 1.6rem;
  }
  .cta__box-txt2 {
    font-size: 1.4rem;
  }
  .cta__list {
    flex-wrap: wrap;
    gap: 1rem;
  }
  .cta__list-item {
    width: 100%;
    margin: 0 2rem;
  }
  .cta__list-item a {
    font-size: 1.8rem;
    padding: 1.5rem 2rem 1.7rem;
  }
  .footer {
    padding: 4rem 0 0;
    margin-bottom: 6.8rem;
  }
  .footer__ttl {
    font-size: 2.5rem;
    margin-bottom: 4rem;
  }
  .footer__box {
    display: flex;
    flex-wrap: wrap;
    gap: 2rem;
    padding: 0 2rem;
  }
  .footer__box-map {
    width: 100%;
  }
  .footer__box-map iframe {
    width: 100%;
    height: 25rem;
  }
  .footer__box-detail {
    width: 100%;
  }
  .footer__box-detail table tbody tr th {
    font-size: 1.4rem;
    padding: 1.5rem;
  }
  .footer__box-detail table tbody tr td {
    font-size: 1.3rem;
    padding: 1.5rem;
  }
  .footer__box-detail table tbody tr td ul {
    display: flex;
    gap: 0.6rem 3rem;
    flex-wrap: wrap;
  }
  .footer__schedule {
    display: block;
    margin: 4rem 2rem;
  }
  .footer__schedule-box {
    width: 100%;
    margin-top: 4rem;
  }
  .footer__schedule-ttl {
    font-size: 2rem;
    margin-bottom: 1rem;
  }
  .footer__schedule-note {
    font-size: 1.3rem;
    line-height: 1.5;
    margin-top: 1rem;
  }
  .footer__schedule-table {
    width: 100%;
    border: solid 1px #003366;
    border-collapse: collapse;
    background: #ffffff;
  }
  .footer__schedule-table tbody tr th {
    font-size: 1.6rem;
    font-weight: 400;
    padding: 1rem;
    text-align: center;
    vertical-align: middle;
    white-space: nowrap;
    border: solid 1px #003366;
  }
  .footer__schedule-table tbody tr td {
    font-size: 1.6rem;
    padding: 1rem;
    text-align: center;
    vertical-align: middle;
    white-space: nowrap;
    border: solid 1px #003366;
  }
  .footer__schedule-list {
    display: flex;
    gap: 1rem;
    justify-content: center;
    margin-left: auto;
    margin-right: auto;
    margin-top: 2rem;
  }
  .footer__schedule-list li a {
    font-size: 1.6rem;
    padding: 1.5rem 2rem;
  }
  .footer__copy {
    padding: 2rem 2rem 4rem;
    font-size: 1.2rem;
    line-height: 1.5;
  }
}/*# sourceMappingURL=style.css.map */