@charset "UTF-8";
@-webkit-keyframes fadeInTabs {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeInTabs {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.shadow-level-0 {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.shadow-level-1 {
  -webkit-box-shadow: 0px 2px 4px 0px rgba(11, 42, 58, 0.12);
  box-shadow: 0px 2px 4px 0px rgba(11, 42, 58, 0.12);
}

.shadow-level-2 {
  -webkit-box-shadow: 0px 4px 8px 0px rgba(11, 42, 58, 0.12);
  box-shadow: 0px 4px 8px 0px rgba(11, 42, 58, 0.12);
}

.shadow-level-3 {
  -webkit-box-shadow: 0px 8px 10px 0px rgba(11, 42, 58, 0.12);
  box-shadow: 0px 8px 10px 0px rgba(11, 42, 58, 0.12);
}

.shadow-level-4 {
  -webkit-box-shadow: 0px 10px 14px 0px rgba(11, 42, 58, 0.12);
  box-shadow: 0px 10px 14px 0px rgba(11, 42, 58, 0.12);
}

.shadow-level-5 {
  -webkit-box-shadow: 0px 14px 18px 0px rgba(11, 42, 58, 0.12);
  box-shadow: 0px 14px 18px 0px rgba(11, 42, 58, 0.12);
}

.shadow-button-card {
  -webkit-box-shadow: 4px 4px 20px 0px rgba(11, 42, 58, 0.15);
  box-shadow: 4px 4px 20px 0px rgba(11, 42, 58, 0.15);
}

.shadow-sp-bottom {
  -webkit-box-shadow: 0px 8px 16px 0px rgba(11, 42, 58, 0.2);
  box-shadow: 0px 8px 16px 0px rgba(11, 42, 58, 0.2);
}

.shadow-tab {
  -webkit-box-shadow: 0px -4px 12px 0px rgba(11, 42, 58, 0.1);
  box-shadow: 0px -4px 12px 0px rgba(11, 42, 58, 0.1);
}

.m-0 {
  margin: 0;
}

.mt-0 {
  margin-top: 0;
}

.mb-0 {
  margin-bottom: 0;
}

.ml-0 {
  margin-left: 0;
}

.mr-0 {
  margin-right: 0;
}

.mx-0 {
  margin-left: 0;
  margin-right: 0;
}

.my-0 {
  margin-top: 0;
  margin-bottom: 0;
}

.p-0 {
  padding: 0;
}

.pt-0 {
  padding-top: 0;
}

.pb-0 {
  padding-bottom: 0;
}

.pl-0 {
  padding-left: 0;
}

.pr-0 {
  padding-right: 0;
}

.px-0 {
  padding-left: 0;
  padding-right: 0;
}

.py-0 {
  padding-top: 0;
  padding-bottom: 0;
}

.gap-0 {
  gap: 0;
}

.m-x4s {
  margin: 4px;
}

.mt-x4s {
  margin-top: 4px;
}

.mb-x4s {
  margin-bottom: 4px;
}

.ml-x4s {
  margin-left: 4px;
}

.mr-x4s {
  margin-right: 4px;
}

.mx-x4s {
  margin-left: 4px;
  margin-right: 4px;
}

.my-x4s {
  margin-top: 4px;
  margin-bottom: 4px;
}

.p-x4s {
  padding: 4px;
}

.pt-x4s {
  padding-top: 4px;
}

.pb-x4s {
  padding-bottom: 4px;
}

.pl-x4s {
  padding-left: 4px;
}

.pr-x4s {
  padding-right: 4px;
}

.px-x4s {
  padding-left: 4px;
  padding-right: 4px;
}

.py-x4s {
  padding-top: 4px;
  padding-bottom: 4px;
}

.gap-x4s {
  gap: 4px;
}

.m-x3s {
  margin: 8px;
}

.mt-x3s {
  margin-top: 8px;
}

.mb-x3s {
  margin-bottom: 8px;
}

.ml-x3s {
  margin-left: 8px;
}

.mr-x3s {
  margin-right: 8px;
}

.mx-x3s {
  margin-left: 8px;
  margin-right: 8px;
}

.my-x3s {
  margin-top: 8px;
  margin-bottom: 8px;
}

.p-x3s {
  padding: 8px;
}

.pt-x3s {
  padding-top: 8px;
}

.pb-x3s {
  padding-bottom: 8px;
}

.pl-x3s {
  padding-left: 8px;
}

.pr-x3s {
  padding-right: 8px;
}

.px-x3s {
  padding-left: 8px;
  padding-right: 8px;
}

.py-x3s {
  padding-top: 8px;
  padding-bottom: 8px;
}

.gap-x3s {
  gap: 8px;
}

.m-x2s {
  margin: 12px;
}

.mt-x2s {
  margin-top: 12px;
}

.mb-x2s {
  margin-bottom: 12px;
}

.ml-x2s {
  margin-left: 12px;
}

.mr-x2s {
  margin-right: 12px;
}

.mx-x2s {
  margin-left: 12px;
  margin-right: 12px;
}

.my-x2s {
  margin-top: 12px;
  margin-bottom: 12px;
}

.p-x2s {
  padding: 12px;
}

.pt-x2s {
  padding-top: 12px;
}

.pb-x2s {
  padding-bottom: 12px;
}

.pl-x2s {
  padding-left: 12px;
}

.pr-x2s {
  padding-right: 12px;
}

.px-x2s {
  padding-left: 12px;
  padding-right: 12px;
}

.py-x2s {
  padding-top: 12px;
  padding-bottom: 12px;
}

.gap-x2s {
  gap: 12px;
}

.m-xs {
  margin: 16px;
}

.mt-xs {
  margin-top: 16px;
}

.mb-xs {
  margin-bottom: 16px;
}

.ml-xs {
  margin-left: 16px;
}

.mr-xs {
  margin-right: 16px;
}

.mx-xs {
  margin-left: 16px;
  margin-right: 16px;
}

.my-xs {
  margin-top: 16px;
  margin-bottom: 16px;
}

.p-xs {
  padding: 16px;
}

.pt-xs {
  padding-top: 16px;
}

.pb-xs {
  padding-bottom: 16px;
}

.pl-xs {
  padding-left: 16px;
}

.pr-xs {
  padding-right: 16px;
}

.px-xs {
  padding-left: 16px;
  padding-right: 16px;
}

.py-xs {
  padding-top: 16px;
  padding-bottom: 16px;
}

.gap-xs {
  gap: 16px;
}

.m-s {
  margin: 20px;
}

.mt-s {
  margin-top: 20px;
}

.mb-s {
  margin-bottom: 20px;
}

.ml-s {
  margin-left: 20px;
}

.mr-s {
  margin-right: 20px;
}

.mx-s {
  margin-left: 20px;
  margin-right: 20px;
}

.my-s {
  margin-top: 20px;
  margin-bottom: 20px;
}

.p-s {
  padding: 20px;
}

.pt-s {
  padding-top: 20px;
}

.pb-s {
  padding-bottom: 20px;
}

.pl-s {
  padding-left: 20px;
}

.pr-s {
  padding-right: 20px;
}

.px-s {
  padding-left: 20px;
  padding-right: 20px;
}

.py-s {
  padding-top: 20px;
  padding-bottom: 20px;
}

.gap-s {
  gap: 20px;
}

.m-m {
  margin: 24px;
}

.mt-m {
  margin-top: 24px;
}

.mb-m {
  margin-bottom: 24px;
}

.ml-m {
  margin-left: 24px;
}

.mr-m {
  margin-right: 24px;
}

.mx-m {
  margin-left: 24px;
  margin-right: 24px;
}

.my-m {
  margin-top: 24px;
  margin-bottom: 24px;
}

.p-m {
  padding: 24px;
}

.pt-m {
  padding-top: 24px;
}

.pb-m {
  padding-bottom: 24px;
}

.pl-m {
  padding-left: 24px;
}

.pr-m {
  padding-right: 24px;
}

.px-m {
  padding-left: 24px;
  padding-right: 24px;
}

.py-m {
  padding-top: 24px;
  padding-bottom: 24px;
}

.gap-m {
  gap: 24px;
}

.m-l {
  margin: 32px;
}

.mt-l {
  margin-top: 32px;
}

.mb-l {
  margin-bottom: 32px;
}

.ml-l {
  margin-left: 32px;
}

.mr-l {
  margin-right: 32px;
}

.mx-l {
  margin-left: 32px;
  margin-right: 32px;
}

.my-l {
  margin-top: 32px;
  margin-bottom: 32px;
}

.p-l {
  padding: 32px;
}

.pt-l {
  padding-top: 32px;
}

.pb-l {
  padding-bottom: 32px;
}

.pl-l {
  padding-left: 32px;
}

.pr-l {
  padding-right: 32px;
}

.px-l {
  padding-left: 32px;
  padding-right: 32px;
}

.py-l {
  padding-top: 32px;
  padding-bottom: 32px;
}

.gap-l {
  gap: 32px;
}

.m-xl {
  margin: 40px;
}

.mt-xl {
  margin-top: 40px;
}

.mb-xl {
  margin-bottom: 40px;
}

.ml-xl {
  margin-left: 40px;
}

.mr-xl {
  margin-right: 40px;
}

.mx-xl {
  margin-left: 40px;
  margin-right: 40px;
}

.my-xl {
  margin-top: 40px;
  margin-bottom: 40px;
}

.p-xl {
  padding: 40px;
}

.pt-xl {
  padding-top: 40px;
}

.pb-xl {
  padding-bottom: 40px;
}

.pl-xl {
  padding-left: 40px;
}

.pr-xl {
  padding-right: 40px;
}

.px-xl {
  padding-left: 40px;
  padding-right: 40px;
}

.py-xl {
  padding-top: 40px;
  padding-bottom: 40px;
}

.gap-xl {
  gap: 40px;
}

.m-x2l {
  margin: 48px;
}

.mt-x2l {
  margin-top: 48px;
}

.mb-x2l {
  margin-bottom: 48px;
}

.ml-x2l {
  margin-left: 48px;
}

.mr-x2l {
  margin-right: 48px;
}

.mx-x2l {
  margin-left: 48px;
  margin-right: 48px;
}

.my-x2l {
  margin-top: 48px;
  margin-bottom: 48px;
}

.p-x2l {
  padding: 48px;
}

.pt-x2l {
  padding-top: 48px;
}

.pb-x2l {
  padding-bottom: 48px;
}

.pl-x2l {
  padding-left: 48px;
}

.pr-x2l {
  padding-right: 48px;
}

.px-x2l {
  padding-left: 48px;
  padding-right: 48px;
}

.py-x2l {
  padding-top: 48px;
  padding-bottom: 48px;
}

.gap-x2l {
  gap: 48px;
}

.m-x3l {
  margin: 64px;
}

.mt-x3l {
  margin-top: 64px;
}

.mb-x3l {
  margin-bottom: 64px;
}

.ml-x3l {
  margin-left: 64px;
}

.mr-x3l {
  margin-right: 64px;
}

.mx-x3l {
  margin-left: 64px;
  margin-right: 64px;
}

.my-x3l {
  margin-top: 64px;
  margin-bottom: 64px;
}

.p-x3l {
  padding: 64px;
}

.pt-x3l {
  padding-top: 64px;
}

.pb-x3l {
  padding-bottom: 64px;
}

.pl-x3l {
  padding-left: 64px;
}

.pr-x3l {
  padding-right: 64px;
}

.px-x3l {
  padding-left: 64px;
  padding-right: 64px;
}

.py-x3l {
  padding-top: 64px;
  padding-bottom: 64px;
}

.gap-x3l {
  gap: 64px;
}

.m-x4l {
  margin: 80px;
}

.mt-x4l {
  margin-top: 80px;
}

.mb-x4l {
  margin-bottom: 80px;
}

.ml-x4l {
  margin-left: 80px;
}

.mr-x4l {
  margin-right: 80px;
}

.mx-x4l {
  margin-left: 80px;
  margin-right: 80px;
}

.my-x4l {
  margin-top: 80px;
  margin-bottom: 80px;
}

.p-x4l {
  padding: 80px;
}

.pt-x4l {
  padding-top: 80px;
}

.pb-x4l {
  padding-bottom: 80px;
}

.pl-x4l {
  padding-left: 80px;
}

.pr-x4l {
  padding-right: 80px;
}

.px-x4l {
  padding-left: 80px;
  padding-right: 80px;
}

.py-x4l {
  padding-top: 80px;
  padding-bottom: 80px;
}

.gap-x4l {
  gap: 80px;
}

.m-x5l {
  margin: 96px;
}

.mt-x5l {
  margin-top: 96px;
}

.mb-x5l {
  margin-bottom: 96px;
}

.ml-x5l {
  margin-left: 96px;
}

.mr-x5l {
  margin-right: 96px;
}

.mx-x5l {
  margin-left: 96px;
  margin-right: 96px;
}

.my-x5l {
  margin-top: 96px;
  margin-bottom: 96px;
}

.p-x5l {
  padding: 96px;
}

.pt-x5l {
  padding-top: 96px;
}

.pb-x5l {
  padding-bottom: 96px;
}

.pl-x5l {
  padding-left: 96px;
}

.pr-x5l {
  padding-right: 96px;
}

.px-x5l {
  padding-left: 96px;
  padding-right: 96px;
}

.py-x5l {
  padding-top: 96px;
  padding-bottom: 96px;
}

.gap-x5l {
  gap: 96px;
}

.m-x6l {
  margin: 128px;
}

.mt-x6l {
  margin-top: 128px;
}

.mb-x6l {
  margin-bottom: 128px;
}

.ml-x6l {
  margin-left: 128px;
}

.mr-x6l {
  margin-right: 128px;
}

.mx-x6l {
  margin-left: 128px;
  margin-right: 128px;
}

.my-x6l {
  margin-top: 128px;
  margin-bottom: 128px;
}

.p-x6l {
  padding: 128px;
}

.pt-x6l {
  padding-top: 128px;
}

.pb-x6l {
  padding-bottom: 128px;
}

.pl-x6l {
  padding-left: 128px;
}

.pr-x6l {
  padding-right: 128px;
}

.px-x6l {
  padding-left: 128px;
  padding-right: 128px;
}

.py-x6l {
  padding-top: 128px;
  padding-bottom: 128px;
}

.gap-x6l {
  gap: 128px;
}

.m-custom70 {
  margin: 70px;
}

.mt-custom70 {
  margin-top: 70px;
}

.mb-custom70 {
  margin-bottom: 70px;
}

.ml-custom70 {
  margin-left: 70px;
}

.mr-custom70 {
  margin-right: 70px;
}

.mx-custom70 {
  margin-left: 70px;
  margin-right: 70px;
}

.my-custom70 {
  margin-top: 70px;
  margin-bottom: 70px;
}

.p-custom70 {
  padding: 70px;
}

.pt-custom70 {
  padding-top: 70px;
}

.pb-custom70 {
  padding-bottom: 70px;
}

.pl-custom70 {
  padding-left: 70px;
}

.pr-custom70 {
  padding-right: 70px;
}

.px-custom70 {
  padding-left: 70px;
  padding-right: 70px;
}

.py-custom70 {
  padding-top: 70px;
  padding-bottom: 70px;
}

.gap-custom70 {
  gap: 70px;
}

.m-custom36 {
  margin: 36px;
}

.mt-custom36 {
  margin-top: 36px;
}

.mb-custom36 {
  margin-bottom: 36px;
}

.ml-custom36 {
  margin-left: 36px;
}

.mr-custom36 {
  margin-right: 36px;
}

.mx-custom36 {
  margin-left: 36px;
  margin-right: 36px;
}

.my-custom36 {
  margin-top: 36px;
  margin-bottom: 36px;
}

.p-custom36 {
  padding: 36px;
}

.pt-custom36 {
  padding-top: 36px;
}

.pb-custom36 {
  padding-bottom: 36px;
}

.pl-custom36 {
  padding-left: 36px;
}

.pr-custom36 {
  padding-right: 36px;
}

.px-custom36 {
  padding-left: 36px;
  padding-right: 36px;
}

.py-custom36 {
  padding-top: 36px;
  padding-bottom: 36px;
}

.gap-custom36 {
  gap: 36px;
}

@media (max-width: 479px) {
  .m-0-sp {
    margin: 0 !important;
  }
  .mt-0-sp {
    margin-top: 0 !important;
  }
  .mb-0-sp {
    margin-bottom: 0 !important;
  }
  .ml-0-sp {
    margin-left: 0 !important;
  }
  .mr-0-sp {
    margin-right: 0 !important;
  }
  .mx-0-sp {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  .my-0-sp {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .p-0-sp {
    padding: 0 !important;
  }
  .pt-0-sp {
    padding-top: 0 !important;
  }
  .pb-0-sp {
    padding-bottom: 0 !important;
  }
  .pl-0-sp {
    padding-left: 0 !important;
  }
  .pr-0-sp {
    padding-right: 0 !important;
  }
  .px-0-sp {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .py-0-sp {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .gap-0-sp {
    gap: 0 !important;
  }
  .m-x4s-sp {
    margin: 4px !important;
  }
  .mt-x4s-sp {
    margin-top: 4px !important;
  }
  .mb-x4s-sp {
    margin-bottom: 4px !important;
  }
  .ml-x4s-sp {
    margin-left: 4px !important;
  }
  .mr-x4s-sp {
    margin-right: 4px !important;
  }
  .mx-x4s-sp {
    margin-left: 4px !important;
    margin-right: 4px !important;
  }
  .my-x4s-sp {
    margin-top: 4px !important;
    margin-bottom: 4px !important;
  }
  .p-x4s-sp {
    padding: 4px !important;
  }
  .pt-x4s-sp {
    padding-top: 4px !important;
  }
  .pb-x4s-sp {
    padding-bottom: 4px !important;
  }
  .pl-x4s-sp {
    padding-left: 4px !important;
  }
  .pr-x4s-sp {
    padding-right: 4px !important;
  }
  .px-x4s-sp {
    padding-left: 4px !important;
    padding-right: 4px !important;
  }
  .py-x4s-sp {
    padding-top: 4px !important;
    padding-bottom: 4px !important;
  }
  .gap-x4s-sp {
    gap: 4px !important;
  }
  .m-x3s-sp {
    margin: 8px !important;
  }
  .mt-x3s-sp {
    margin-top: 8px !important;
  }
  .mb-x3s-sp {
    margin-bottom: 8px !important;
  }
  .ml-x3s-sp {
    margin-left: 8px !important;
  }
  .mr-x3s-sp {
    margin-right: 8px !important;
  }
  .mx-x3s-sp {
    margin-left: 8px !important;
    margin-right: 8px !important;
  }
  .my-x3s-sp {
    margin-top: 8px !important;
    margin-bottom: 8px !important;
  }
  .p-x3s-sp {
    padding: 8px !important;
  }
  .pt-x3s-sp {
    padding-top: 8px !important;
  }
  .pb-x3s-sp {
    padding-bottom: 8px !important;
  }
  .pl-x3s-sp {
    padding-left: 8px !important;
  }
  .pr-x3s-sp {
    padding-right: 8px !important;
  }
  .px-x3s-sp {
    padding-left: 8px !important;
    padding-right: 8px !important;
  }
  .py-x3s-sp {
    padding-top: 8px !important;
    padding-bottom: 8px !important;
  }
  .gap-x3s-sp {
    gap: 8px !important;
  }
  .m-x2s-sp {
    margin: 12px !important;
  }
  .mt-x2s-sp {
    margin-top: 12px !important;
  }
  .mb-x2s-sp {
    margin-bottom: 12px !important;
  }
  .ml-x2s-sp {
    margin-left: 12px !important;
  }
  .mr-x2s-sp {
    margin-right: 12px !important;
  }
  .mx-x2s-sp {
    margin-left: 12px !important;
    margin-right: 12px !important;
  }
  .my-x2s-sp {
    margin-top: 12px !important;
    margin-bottom: 12px !important;
  }
  .p-x2s-sp {
    padding: 12px !important;
  }
  .pt-x2s-sp {
    padding-top: 12px !important;
  }
  .pb-x2s-sp {
    padding-bottom: 12px !important;
  }
  .pl-x2s-sp {
    padding-left: 12px !important;
  }
  .pr-x2s-sp {
    padding-right: 12px !important;
  }
  .px-x2s-sp {
    padding-left: 12px !important;
    padding-right: 12px !important;
  }
  .py-x2s-sp {
    padding-top: 12px !important;
    padding-bottom: 12px !important;
  }
  .gap-x2s-sp {
    gap: 12px !important;
  }
  .m-xs-sp {
    margin: 16px !important;
  }
  .mt-xs-sp {
    margin-top: 16px !important;
  }
  .mb-xs-sp {
    margin-bottom: 16px !important;
  }
  .ml-xs-sp {
    margin-left: 16px !important;
  }
  .mr-xs-sp {
    margin-right: 16px !important;
  }
  .mx-xs-sp {
    margin-left: 16px !important;
    margin-right: 16px !important;
  }
  .my-xs-sp {
    margin-top: 16px !important;
    margin-bottom: 16px !important;
  }
  .p-xs-sp {
    padding: 16px !important;
  }
  .pt-xs-sp {
    padding-top: 16px !important;
  }
  .pb-xs-sp {
    padding-bottom: 16px !important;
  }
  .pl-xs-sp {
    padding-left: 16px !important;
  }
  .pr-xs-sp {
    padding-right: 16px !important;
  }
  .px-xs-sp {
    padding-left: 16px !important;
    padding-right: 16px !important;
  }
  .py-xs-sp {
    padding-top: 16px !important;
    padding-bottom: 16px !important;
  }
  .gap-xs-sp {
    gap: 16px !important;
  }
  .m-s-sp {
    margin: 20px !important;
  }
  .mt-s-sp {
    margin-top: 20px !important;
  }
  .mb-s-sp {
    margin-bottom: 20px !important;
  }
  .ml-s-sp {
    margin-left: 20px !important;
  }
  .mr-s-sp {
    margin-right: 20px !important;
  }
  .mx-s-sp {
    margin-left: 20px !important;
    margin-right: 20px !important;
  }
  .my-s-sp {
    margin-top: 20px !important;
    margin-bottom: 20px !important;
  }
  .p-s-sp {
    padding: 20px !important;
  }
  .pt-s-sp {
    padding-top: 20px !important;
  }
  .pb-s-sp {
    padding-bottom: 20px !important;
  }
  .pl-s-sp {
    padding-left: 20px !important;
  }
  .pr-s-sp {
    padding-right: 20px !important;
  }
  .px-s-sp {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
  .py-s-sp {
    padding-top: 20px !important;
    padding-bottom: 20px !important;
  }
  .gap-s-sp {
    gap: 20px !important;
  }
  .m-m-sp {
    margin: 24px !important;
  }
  .mt-m-sp {
    margin-top: 24px !important;
  }
  .mb-m-sp {
    margin-bottom: 24px !important;
  }
  .ml-m-sp {
    margin-left: 24px !important;
  }
  .mr-m-sp {
    margin-right: 24px !important;
  }
  .mx-m-sp {
    margin-left: 24px !important;
    margin-right: 24px !important;
  }
  .my-m-sp {
    margin-top: 24px !important;
    margin-bottom: 24px !important;
  }
  .p-m-sp {
    padding: 24px !important;
  }
  .pt-m-sp {
    padding-top: 24px !important;
  }
  .pb-m-sp {
    padding-bottom: 24px !important;
  }
  .pl-m-sp {
    padding-left: 24px !important;
  }
  .pr-m-sp {
    padding-right: 24px !important;
  }
  .px-m-sp {
    padding-left: 24px !important;
    padding-right: 24px !important;
  }
  .py-m-sp {
    padding-top: 24px !important;
    padding-bottom: 24px !important;
  }
  .gap-m-sp {
    gap: 24px !important;
  }
  .m-l-sp {
    margin: 32px !important;
  }
  .mt-l-sp {
    margin-top: 32px !important;
  }
  .mb-l-sp {
    margin-bottom: 32px !important;
  }
  .ml-l-sp {
    margin-left: 32px !important;
  }
  .mr-l-sp {
    margin-right: 32px !important;
  }
  .mx-l-sp {
    margin-left: 32px !important;
    margin-right: 32px !important;
  }
  .my-l-sp {
    margin-top: 32px !important;
    margin-bottom: 32px !important;
  }
  .p-l-sp {
    padding: 32px !important;
  }
  .pt-l-sp {
    padding-top: 32px !important;
  }
  .pb-l-sp {
    padding-bottom: 32px !important;
  }
  .pl-l-sp {
    padding-left: 32px !important;
  }
  .pr-l-sp {
    padding-right: 32px !important;
  }
  .px-l-sp {
    padding-left: 32px !important;
    padding-right: 32px !important;
  }
  .py-l-sp {
    padding-top: 32px !important;
    padding-bottom: 32px !important;
  }
  .gap-l-sp {
    gap: 32px !important;
  }
  .m-xl-sp {
    margin: 40px !important;
  }
  .mt-xl-sp {
    margin-top: 40px !important;
  }
  .mb-xl-sp {
    margin-bottom: 40px !important;
  }
  .ml-xl-sp {
    margin-left: 40px !important;
  }
  .mr-xl-sp {
    margin-right: 40px !important;
  }
  .mx-xl-sp {
    margin-left: 40px !important;
    margin-right: 40px !important;
  }
  .my-xl-sp {
    margin-top: 40px !important;
    margin-bottom: 40px !important;
  }
  .p-xl-sp {
    padding: 40px !important;
  }
  .pt-xl-sp {
    padding-top: 40px !important;
  }
  .pb-xl-sp {
    padding-bottom: 40px !important;
  }
  .pl-xl-sp {
    padding-left: 40px !important;
  }
  .pr-xl-sp {
    padding-right: 40px !important;
  }
  .px-xl-sp {
    padding-left: 40px !important;
    padding-right: 40px !important;
  }
  .py-xl-sp {
    padding-top: 40px !important;
    padding-bottom: 40px !important;
  }
  .gap-xl-sp {
    gap: 40px !important;
  }
  .m-x2l-sp {
    margin: 48px !important;
  }
  .mt-x2l-sp {
    margin-top: 48px !important;
  }
  .mb-x2l-sp {
    margin-bottom: 48px !important;
  }
  .ml-x2l-sp {
    margin-left: 48px !important;
  }
  .mr-x2l-sp {
    margin-right: 48px !important;
  }
  .mx-x2l-sp {
    margin-left: 48px !important;
    margin-right: 48px !important;
  }
  .my-x2l-sp {
    margin-top: 48px !important;
    margin-bottom: 48px !important;
  }
  .p-x2l-sp {
    padding: 48px !important;
  }
  .pt-x2l-sp {
    padding-top: 48px !important;
  }
  .pb-x2l-sp {
    padding-bottom: 48px !important;
  }
  .pl-x2l-sp {
    padding-left: 48px !important;
  }
  .pr-x2l-sp {
    padding-right: 48px !important;
  }
  .px-x2l-sp {
    padding-left: 48px !important;
    padding-right: 48px !important;
  }
  .py-x2l-sp {
    padding-top: 48px !important;
    padding-bottom: 48px !important;
  }
  .gap-x2l-sp {
    gap: 48px !important;
  }
  .m-x3l-sp {
    margin: 64px !important;
  }
  .mt-x3l-sp {
    margin-top: 64px !important;
  }
  .mb-x3l-sp {
    margin-bottom: 64px !important;
  }
  .ml-x3l-sp {
    margin-left: 64px !important;
  }
  .mr-x3l-sp {
    margin-right: 64px !important;
  }
  .mx-x3l-sp {
    margin-left: 64px !important;
    margin-right: 64px !important;
  }
  .my-x3l-sp {
    margin-top: 64px !important;
    margin-bottom: 64px !important;
  }
  .p-x3l-sp {
    padding: 64px !important;
  }
  .pt-x3l-sp {
    padding-top: 64px !important;
  }
  .pb-x3l-sp {
    padding-bottom: 64px !important;
  }
  .pl-x3l-sp {
    padding-left: 64px !important;
  }
  .pr-x3l-sp {
    padding-right: 64px !important;
  }
  .px-x3l-sp {
    padding-left: 64px !important;
    padding-right: 64px !important;
  }
  .py-x3l-sp {
    padding-top: 64px !important;
    padding-bottom: 64px !important;
  }
  .gap-x3l-sp {
    gap: 64px !important;
  }
  .m-x4l-sp {
    margin: 80px !important;
  }
  .mt-x4l-sp {
    margin-top: 80px !important;
  }
  .mb-x4l-sp {
    margin-bottom: 80px !important;
  }
  .ml-x4l-sp {
    margin-left: 80px !important;
  }
  .mr-x4l-sp {
    margin-right: 80px !important;
  }
  .mx-x4l-sp {
    margin-left: 80px !important;
    margin-right: 80px !important;
  }
  .my-x4l-sp {
    margin-top: 80px !important;
    margin-bottom: 80px !important;
  }
  .p-x4l-sp {
    padding: 80px !important;
  }
  .pt-x4l-sp {
    padding-top: 80px !important;
  }
  .pb-x4l-sp {
    padding-bottom: 80px !important;
  }
  .pl-x4l-sp {
    padding-left: 80px !important;
  }
  .pr-x4l-sp {
    padding-right: 80px !important;
  }
  .px-x4l-sp {
    padding-left: 80px !important;
    padding-right: 80px !important;
  }
  .py-x4l-sp {
    padding-top: 80px !important;
    padding-bottom: 80px !important;
  }
  .gap-x4l-sp {
    gap: 80px !important;
  }
  .m-x5l-sp {
    margin: 96px !important;
  }
  .mt-x5l-sp {
    margin-top: 96px !important;
  }
  .mb-x5l-sp {
    margin-bottom: 96px !important;
  }
  .ml-x5l-sp {
    margin-left: 96px !important;
  }
  .mr-x5l-sp {
    margin-right: 96px !important;
  }
  .mx-x5l-sp {
    margin-left: 96px !important;
    margin-right: 96px !important;
  }
  .my-x5l-sp {
    margin-top: 96px !important;
    margin-bottom: 96px !important;
  }
  .p-x5l-sp {
    padding: 96px !important;
  }
  .pt-x5l-sp {
    padding-top: 96px !important;
  }
  .pb-x5l-sp {
    padding-bottom: 96px !important;
  }
  .pl-x5l-sp {
    padding-left: 96px !important;
  }
  .pr-x5l-sp {
    padding-right: 96px !important;
  }
  .px-x5l-sp {
    padding-left: 96px !important;
    padding-right: 96px !important;
  }
  .py-x5l-sp {
    padding-top: 96px !important;
    padding-bottom: 96px !important;
  }
  .gap-x5l-sp {
    gap: 96px !important;
  }
  .m-x6l-sp {
    margin: 128px !important;
  }
  .mt-x6l-sp {
    margin-top: 128px !important;
  }
  .mb-x6l-sp {
    margin-bottom: 128px !important;
  }
  .ml-x6l-sp {
    margin-left: 128px !important;
  }
  .mr-x6l-sp {
    margin-right: 128px !important;
  }
  .mx-x6l-sp {
    margin-left: 128px !important;
    margin-right: 128px !important;
  }
  .my-x6l-sp {
    margin-top: 128px !important;
    margin-bottom: 128px !important;
  }
  .p-x6l-sp {
    padding: 128px !important;
  }
  .pt-x6l-sp {
    padding-top: 128px !important;
  }
  .pb-x6l-sp {
    padding-bottom: 128px !important;
  }
  .pl-x6l-sp {
    padding-left: 128px !important;
  }
  .pr-x6l-sp {
    padding-right: 128px !important;
  }
  .px-x6l-sp {
    padding-left: 128px !important;
    padding-right: 128px !important;
  }
  .py-x6l-sp {
    padding-top: 128px !important;
    padding-bottom: 128px !important;
  }
  .gap-x6l-sp {
    gap: 128px !important;
  }
  .m-custom70-sp {
    margin: 70px !important;
  }
  .mt-custom70-sp {
    margin-top: 70px !important;
  }
  .mb-custom70-sp {
    margin-bottom: 70px !important;
  }
  .ml-custom70-sp {
    margin-left: 70px !important;
  }
  .mr-custom70-sp {
    margin-right: 70px !important;
  }
  .mx-custom70-sp {
    margin-left: 70px !important;
    margin-right: 70px !important;
  }
  .my-custom70-sp {
    margin-top: 70px !important;
    margin-bottom: 70px !important;
  }
  .p-custom70-sp {
    padding: 70px !important;
  }
  .pt-custom70-sp {
    padding-top: 70px !important;
  }
  .pb-custom70-sp {
    padding-bottom: 70px !important;
  }
  .pl-custom70-sp {
    padding-left: 70px !important;
  }
  .pr-custom70-sp {
    padding-right: 70px !important;
  }
  .px-custom70-sp {
    padding-left: 70px !important;
    padding-right: 70px !important;
  }
  .py-custom70-sp {
    padding-top: 70px !important;
    padding-bottom: 70px !important;
  }
  .gap-custom70-sp {
    gap: 70px !important;
  }
  .m-custom36-sp {
    margin: 36px !important;
  }
  .mt-custom36-sp {
    margin-top: 36px !important;
  }
  .mb-custom36-sp {
    margin-bottom: 36px !important;
  }
  .ml-custom36-sp {
    margin-left: 36px !important;
  }
  .mr-custom36-sp {
    margin-right: 36px !important;
  }
  .mx-custom36-sp {
    margin-left: 36px !important;
    margin-right: 36px !important;
  }
  .my-custom36-sp {
    margin-top: 36px !important;
    margin-bottom: 36px !important;
  }
  .p-custom36-sp {
    padding: 36px !important;
  }
  .pt-custom36-sp {
    padding-top: 36px !important;
  }
  .pb-custom36-sp {
    padding-bottom: 36px !important;
  }
  .pl-custom36-sp {
    padding-left: 36px !important;
  }
  .pr-custom36-sp {
    padding-right: 36px !important;
  }
  .px-custom36-sp {
    padding-left: 36px !important;
    padding-right: 36px !important;
  }
  .py-custom36-sp {
    padding-top: 36px !important;
    padding-bottom: 36px !important;
  }
  .gap-custom36-sp {
    gap: 36px !important;
  }
}
.radius-none {
  border-radius: 0px;
}

.radius-t-none {
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
}

.radius-b-none {
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
}

.radius-l-none {
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
}

.radius-r-none {
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
}

.radius-tl-none {
  border-top-left-radius: 0px;
}

.radius-tr-none {
  border-top-right-radius: 0px;
}

.radius-bl-none {
  border-bottom-left-radius: 0px;
}

.radius-br-none {
  border-bottom-right-radius: 0px;
}

.radius-xsmall {
  border-radius: 4px;
}

.radius-t-xsmall {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}

.radius-b-xsmall {
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}

.radius-l-xsmall {
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}

.radius-r-xsmall {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}

.radius-tl-xsmall {
  border-top-left-radius: 4px;
}

.radius-tr-xsmall {
  border-top-right-radius: 4px;
}

.radius-bl-xsmall {
  border-bottom-left-radius: 4px;
}

.radius-br-xsmall {
  border-bottom-right-radius: 4px;
}

.radius-small {
  border-radius: 8px;
}

.radius-t-small {
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
}

.radius-b-small {
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
}

.radius-l-small {
  border-top-left-radius: 8px;
  border-bottom-left-radius: 8px;
}

.radius-r-small {
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
}

.radius-tl-small {
  border-top-left-radius: 8px;
}

.radius-tr-small {
  border-top-right-radius: 8px;
}

.radius-bl-small {
  border-bottom-left-radius: 8px;
}

.radius-br-small {
  border-bottom-right-radius: 8px;
}

.radius-x2small {
  border-radius: 64px;
}

.radius-t-x2small {
  border-top-left-radius: 64px;
  border-top-right-radius: 64px;
}

.radius-b-x2small {
  border-bottom-left-radius: 64px;
  border-bottom-right-radius: 64px;
}

.radius-l-x2small {
  border-top-left-radius: 64px;
  border-bottom-left-radius: 64px;
}

.radius-r-x2small {
  border-top-right-radius: 64px;
  border-bottom-right-radius: 64px;
}

.radius-tl-x2small {
  border-top-left-radius: 64px;
}

.radius-tr-x2small {
  border-top-right-radius: 64px;
}

.radius-bl-x2small {
  border-bottom-left-radius: 64px;
}

.radius-br-x2small {
  border-bottom-right-radius: 64px;
}

.radius-medium {
  border-radius: 12px;
}

.radius-t-medium {
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
}

.radius-b-medium {
  border-bottom-left-radius: 12px;
  border-bottom-right-radius: 12px;
}

.radius-l-medium {
  border-top-left-radius: 12px;
  border-bottom-left-radius: 12px;
}

.radius-r-medium {
  border-top-right-radius: 12px;
  border-bottom-right-radius: 12px;
}

.radius-tl-medium {
  border-top-left-radius: 12px;
}

.radius-tr-medium {
  border-top-right-radius: 12px;
}

.radius-bl-medium {
  border-bottom-left-radius: 12px;
}

.radius-br-medium {
  border-bottom-right-radius: 12px;
}

.radius-large {
  border-radius: 16px;
}

.radius-t-large {
  border-top-left-radius: 16px;
  border-top-right-radius: 16px;
}

.radius-b-large {
  border-bottom-left-radius: 16px;
  border-bottom-right-radius: 16px;
}

.radius-l-large {
  border-top-left-radius: 16px;
  border-bottom-left-radius: 16px;
}

.radius-r-large {
  border-top-right-radius: 16px;
  border-bottom-right-radius: 16px;
}

.radius-tl-large {
  border-top-left-radius: 16px;
}

.radius-tr-large {
  border-top-right-radius: 16px;
}

.radius-bl-large {
  border-bottom-left-radius: 16px;
}

.radius-br-large {
  border-bottom-right-radius: 16px;
}

.radius-xlarge {
  border-radius: 40px;
}

.radius-t-xlarge {
  border-top-left-radius: 40px;
  border-top-right-radius: 40px;
}

.radius-b-xlarge {
  border-bottom-left-radius: 40px;
  border-bottom-right-radius: 40px;
}

.radius-l-xlarge {
  border-top-left-radius: 40px;
  border-bottom-left-radius: 40px;
}

.radius-r-xlarge {
  border-top-right-radius: 40px;
  border-bottom-right-radius: 40px;
}

.radius-tl-xlarge {
  border-top-left-radius: 40px;
}

.radius-tr-xlarge {
  border-top-right-radius: 40px;
}

.radius-bl-xlarge {
  border-bottom-left-radius: 40px;
}

.radius-br-xlarge {
  border-bottom-right-radius: 40px;
}

.radius-x2large {
  border-radius: 80px;
}

.radius-t-x2large {
  border-top-left-radius: 80px;
  border-top-right-radius: 80px;
}

.radius-b-x2large {
  border-bottom-left-radius: 80px;
  border-bottom-right-radius: 80px;
}

.radius-l-x2large {
  border-top-left-radius: 80px;
  border-bottom-left-radius: 80px;
}

.radius-r-x2large {
  border-top-right-radius: 80px;
  border-bottom-right-radius: 80px;
}

.radius-tl-x2large {
  border-top-left-radius: 80px;
}

.radius-tr-x2large {
  border-top-right-radius: 80px;
}

.radius-bl-x2large {
  border-bottom-left-radius: 80px;
}

.radius-br-x2large {
  border-bottom-right-radius: 80px;
}

.radius-full {
  border-radius: 999999px;
}

.radius-t-full {
  border-top-left-radius: 999999px;
  border-top-right-radius: 999999px;
}

.radius-b-full {
  border-bottom-left-radius: 999999px;
  border-bottom-right-radius: 999999px;
}

.radius-l-full {
  border-top-left-radius: 999999px;
  border-bottom-left-radius: 999999px;
}

.radius-r-full {
  border-top-right-radius: 999999px;
  border-bottom-right-radius: 999999px;
}

.radius-tl-full {
  border-top-left-radius: 999999px;
}

.radius-tr-full {
  border-top-right-radius: 999999px;
}

.radius-bl-full {
  border-bottom-left-radius: 999999px;
}

.radius-br-full {
  border-bottom-right-radius: 999999px;
}

.d-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.d-inline-flex {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

.justify-content-center {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.align-items-center {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.flex-direction-column {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.u-ta-l {
  text-align: left !important;
}

.u-ta-c {
  text-align: center !important;
}

.u-ta-r {
  text-align: right !important;
}

.u-ta-j {
  text-align: justify !important;
}

.u-flex-c {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-pack: center !important;
  -ms-flex-pack: center !important;
  justify-content: center !important;
  -ms-flex-wrap: wrap !important;
  flex-wrap: wrap !important;
}

.u-bold {
  font-weight: bold !important;
}

@media (min-width: 480px) {
  .u-ta-l-pc {
    text-align: left !important;
  }
  .u-ta-c-pc {
    text-align: center !important;
  }
  .u-ta-r-pc {
    text-align: right !important;
  }
  .u-ta-j-pc {
    text-align: justify !important;
    -ms-text-justify: inter-ideograph !important;
    text-justify: inter-ideograph !important;
  }
}
@media (max-width: 479px) {
  .u-ta-l-sp {
    text-align: left !important;
  }
  .u-ta-c-sp {
    text-align: center !important;
  }
  .u-ta-r-sp {
    text-align: right !important;
  }
  .u-ta-j-sp {
    text-align: justify !important;
    -ms-text-justify: inter-ideograph !important;
    text-justify: inter-ideograph !important;
  }
}
/***
    The new CSS reset - version 1.11.2 (last updated 15.11.2023)
    GitHub page: https://github.com/elad2412/the-new-css-reset
***/
/*
    Remove all the styles of the "User-Agent-Stylesheet", except for the 'display' property
    - The "symbol *" part is to solve Firefox SVG sprite bug
    - The "html" element is excluded, otherwise a bug in Chrome breaks the CSS hyphens property (https://github.com/elad2412/the-new-css-reset/issues/36)
 */
*:where(:not(html, iframe, canvas, img, svg, video, audio):not(svg *, symbol *)) {
  all: unset;
  display: revert;
}

/* Preferred box-sizing value */
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

/* Fix mobile Safari increase font-size on landscape mode */
html {
  -moz-text-size-adjust: none;
  -webkit-text-size-adjust: none;
  -ms-text-size-adjust: none;
  text-size-adjust: none;
}

/* Reapply the pointer cursor for anchor tags */
a,
button {
  cursor: revert;
}

/* Remove list styles (bullets/numbers) */
ol,
ul,
menu,
summary {
  list-style: none;
}

/* For images to not be able to exceed their container */
img {
  max-inline-size: 100%;
  max-block-size: 100%;
}

/* removes spacing between cells in tables */
table {
  border-collapse: collapse;
}

/* Safari - solving issue when using user-select:none on the <body> text input doesn't working */
input,
textarea {
  -webkit-user-select: auto;
}

/* revert the 'white-space' property for textarea elements on Safari */
textarea {
  white-space: revert;
}

/* minimum style to allow to style meter element */
meter {
  -webkit-appearance: revert;
  -moz-appearance: revert;
  appearance: revert;
}

/* preformatted text - use only for this feature */
:where(pre) {
  all: revert;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

/* reset default text opacity of input placeholder */
::-webkit-input-placeholder {
  color: unset;
}
::-moz-placeholder {
  color: unset;
}
:-ms-input-placeholder {
  color: unset;
}
::-ms-input-placeholder {
  color: unset;
}
::placeholder {
  color: unset;
}

/* fix the feature of 'hidden' attribute.
 display:revert; revert to element instead of attribute */
:where([hidden]) {
  display: none;
}

/* revert for bug in Chromium browsers
 - fix for the content editable attribute will work properly.
 - webkit-user-select: auto; added for Safari in case of using user-select:none on wrapper element*/
:where([contenteditable]:not([contenteditable=false])) {
  -moz-user-modify: read-write;
  -webkit-user-modify: read-write;
  overflow-wrap: break-word;
  -webkit-line-break: after-white-space;
  -webkit-user-select: auto;
}

/* apply back the draggable feature - exist only in Chromium and Safari */
:where([draggable=true]) {
  -webkit-user-drag: element;
}

/* Revert Modal native behavior */
:where(dialog:modal) {
  all: revert;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

/* Remove details summary webkit styles */
::-webkit-details-marker {
  display: none;
}

span {
  font-weight: inherit;
}

@font-face {
  font-family: "Noto Sans JP";
  src: url("../fonts/NotoSansJP-Black.woff2") format("woff2"), url("../fonts/NotoSansJP-Black.woff") format("woff");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Noto Sans JP";
  src: url("../fonts/NotoSansJP-Bold.woff2") format("woff2"), url("../fonts/NotoSansJP-Bold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Noto Sans JP";
  src: url("../fonts/NotoSansJP-Medium.woff2") format("woff2"), url("../fonts/NotoSansJP-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Noto Sans JP";
  src: url("../fonts/NotoSansJP-Regular.woff2") format("woff2"), url("../fonts/NotoSansJP-Regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Noto Sans JP";
  src: url("../fonts/NotoSansJP-SemiBold.woff2") format("woff2"), url("../fonts/NotoSansJP-SemiBold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Inter";
  src: url("../fonts/Inter-Bold.woff2") format("woff2"), url("../fonts/Inter-Bold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Inter";
  src: url("../fonts/Inter-Medium.woff2") format("woff2"), url("../fonts/Inter-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Inter";
  src: url("../fonts/Inter-Regular.woff2") format("woff2"), url("../fonts/Inter-Regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Inter";
  src: url("../fonts/Inter-SemiBold.woff2") format("woff2"), url("../fonts/Inter-SemiBold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Inter";
  src: url("../fonts/Inter-Black.woff2") format("woff2"), url("../fonts/Inter-Black.woff") format("woff");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
:root {
  scroll-padding-top: 100px;
}

@media (max-width: 479px) {
  :root {
    scroll-padding-top: 80px;
  }
}
html {
  font-size: 62.5%;
}

body {
  min-height: 100vh;
  color: #0b2a3a;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.6rem;
  line-height: 1.8;
  font-weight: 400;
  overflow-wrap: break-word;
  letter-spacing: 0.05em;
  text-align: left;
}

@media (max-width: 479px) {
  body.is-open {
    overflow: hidden;
  }
}
button:not(:disabled):focus-visible,
a:not(:disabled):focus-visible,
pre:not(:disabled):focus-visible,
input:not(:disabled):focus-visible,
select:not(:disabled):focus-visible,
button:not(:disabled):focus-visible,
textarea:not(:disabled):focus-visible {
  outline: 2px solid #e0b928;
  -webkit-transition: outline-color 0.17s linear;
  transition: outline-color 0.17s linear;
}

html.disableScroll body,
html.disableScroll {
  overflow: hidden;
  width: 100%;
  height: 100%;
  position: fixed;
}

.visually_hidden {
  border: 0;
  clip: rect(0 0 0 0);
  -webkit-clip-path: inset(50%);
  clip-path: inset(50%);
  width: 1px;
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  white-space: nowrap;
}

a:focus {
  outline: none;
  text-decoration: none;
}

@media (max-width: 479px) {
  a[href^=tel] {
    pointer-events: none;
    text-decoration: none;
    opacity: 1 !important;
    cursor: default !important;
  }
}
ul,
ol {
  margin: 0;
  padding: 0;
}

ul li,
ol li {
  list-style: none;
}

figure {
  margin: 0;
  padding: 0;
  line-height: 0;
}

figure img {
  width: 100%;
}

input[type=submit] {
  border: none;
  -webkit-transition-duration: 0.2s;
  transition-duration: 0.2s;
}

table {
  border-spacing: inherit;
  border-collapse: collapse;
}

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  word-break: break-word;
}

img {
  max-width: 100%;
  height: auto;
  display: block;
}

strong,
b {
  font-weight: bold;
}

.image-cover {
  overflow: hidden;
}

.image-cover img {
  font-family: "object-fit: cover;";
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

@media (max-width: 479px) {
  .only-pc {
    display: none !important;
  }
}
@media (min-width: 480px) {
  .only-sp {
    display: none !important;
  }
}
.separator {
  width: 100%;
  height: 1px;
  background: #cacaca;
}

.br-block {
  display: block !important;
}

#l-wrapper {
  position: relative;
}

.l-inner {
  width: 100%;
  margin-inline: auto;
  padding-inline: 20px;
  max-width: 1240px;
}

@media (max-width: 479px) {
  .l-inner {
    padding-inline: 24px;
    width: 100%;
  }
}
.content-renewal {
  background-color: #ffffff;
}

.content-renewal .l-main {
  overflow: hidden;
  width: 100%;
  margin-inline: auto;
  max-width: 1240px;
}

@media (min-width: 480px) {
  .content-renewal .btn_to_top {
    right: 100px;
    left: auto;
    margin-left: 500px;
  }
}
.content-renewal #header {
  margin-inline: auto;
  max-width: 1240px;
  width: 100%;
  font-family: "メイリオ", Meiryo, "Meiryo UI", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", Helvetica, Arial, sans-serif;
  z-index: 10002;
}

.content-renewal #header p.login a {
  line-height: 1;
  padding-left: 35px;
}

@media (min-width: 480px) {
  .content-renewal #header #h_submenu {
    top: 55px;
    letter-spacing: 0;
  }
  .content-renewal #header #h_submenu li {
    margin-left: 20px;
  }
}
.content-renewal #header #h_code {
  letter-spacing: 0;
  top: 61px;
}

.content-renewal #header input#mf-search-bar_input::-webkit-input-placeholder {
  color: #757575;
}

.content-renewal #header input#mf-search-bar_input::-moz-placeholder {
  color: #757575;
}

.content-renewal #header input#mf-search-bar_input:-ms-input-placeholder {
  color: #757575;
}

.content-renewal #header input#mf-search-bar_input::-ms-input-placeholder {
  color: #757575;
}

.content-renewal #header input#mf-search-bar_input::placeholder {
  color: #757575;
}

.content-renewal #header #h_font_size dt {
  letter-spacing: 0;
}

@media (min-width: 480px) {
  .content-renewal #header .h_g_menu {
    width: 100%;
    height: 64px;
    position: absolute;
    left: 0;
    bottom: 0;
    background-color: #009900;
  }
  .content-renewal #header .h_g_menu dd.h_g_menu_01_01 {
    top: 64px;
  }
}
.content-renewal #header .h_g_menu > dt > a {
  text-align: center;
  padding: 12px 10px;
}

.content-renewal #header #h_sp_menu {
  width: 100%;
}

.content-renewal #header::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 16px;
  background-color: #009900;
  pointer-events: none;
  z-index: 1;
}

.content-renewal #footer {
  margin-inline: auto;
  max-width: 1240px;
  font-family: "メイリオ", Meiryo, "Meiryo UI", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", Helvetica, Arial, sans-serif;
}

.content-renewal #footer #footer_link,
.content-renewal #footer #footer_group {
  width: calc(100% - 40px);
}

.content-renewal #footer #footer_link li,
.content-renewal #footer #footer_group li {
  line-height: 1.1;
  letter-spacing: 0;
}

.content-renewal #footer #footer_link li a,
.content-renewal #footer #footer_group li a {
  text-decoration: underline;
}

.content-renewal #footer #footer_copyright {
  max-width: 1240px;
  width: 100%;
  margin-inline: auto;
}

@media (min-width: 480px) {
  .content-renewal #wrapper {
    min-width: 1240px;
    width: 100%;
  }
}
@media (max-width: 479px) {
  .content-renewal #wrapper {
    min-width: auto;
  }
  .content-renewal .l-main {
    min-width: auto;
    overflow: hidden !important;
  }
  .content-renewal #header {
    width: 100%;
  }
  .content-renewal #header::after {
    content: none;
  }
  .content-renewal #footer {
    width: 100%;
    padding-inline: 0;
  }
  .content-renewal #footer #footer_link,
  .content-renewal #footer #footer_group {
    width: 100%;
  }
}
.print-area {
  margin-top: 20px;
}

.printing {
  overflow: inherit !important;
  position: static !important;
}

.printing .c-modal {
  display: none !important;
}

.printing .c-modal.is-active {
  position: relative !important;
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
  z-index: 1 !important;
}

.printing .c-modal.printing-modal {
  position: relative !important;
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
  z-index: 1 !important;
}

.printing .c-modal_overlay,
.printing #wrapper,
.printing .floatMenu,
.printing .followMenu__wrap,
.printing .followFixed-wrapper,
.printing #datasign_cmp__host,
.printing .icon-btn--close {
  display: none !important;
}

body.printing .c-modal.is-active,
body.printing .c-modal.printing-modal {
  position: relative !important;
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
  -webkit-transform: none !important;
  transform: none !important;
}

body.printing .c-modal_wrap {
  position: relative !important;
  display: block !important;
  visibility: visible !important;
}

body.printing .c-modal_inner {
  position: relative !important;
  display: block !important;
  visibility: visible !important;
}

body.printing .c-modal_body {
  display: block !important;
  visibility: visible !important;
}

@media print {
  @page {
    size: A4 portrait;
    margin: 2cm;
  }
  body {
    width: 980px !important;
  }
  .c-modal_inner {
    padding: 0 !important;
  }
  .print-area {
    display: none !important;
  }
  .udvrsreports_modal + .udvrsreports_modal {
    page-break-before: always;
  }
  .no-break {
    page-break-inside: inherit;
  }
}
.c-breadcrumb__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  row-gap: 8px;
  padding-top: 16px;
  padding-bottom: 16px;
}

.c-breadcrumb__item {
  font-size: 1.2rem;
  line-height: 1.4;
  letter-spacing: 0.0116666667em;
  font-weight: 400;
  position: relative;
}

@media (max-width: 479px) {
  .c-breadcrumb__item {
    letter-spacing: 0.012em;
  }
}
.c-breadcrumb__item:not(:last-child) {
  padding-right: 28px;
}

.c-breadcrumb__item::after {
  content: "";
  width: 12px;
  height: 12px;
  display: inline-block;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-mask-size: contain;
  mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-image: url("../images/components/icons/ico_breadcrumb.svg");
  mask-image: url("../images/components/icons/ico_breadcrumb.svg");
  background: #546a75;
  margin-top: 1px;
  position: absolute;
  top: 50%;
  right: 8px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 1;
}

.c-breadcrumb__item:last-child::after {
  content: none;
}

.c-breadcrumb__item a, .c-breadcrumb__item--current {
  color: #546a75;
  text-decoration: underline;
  text-underline-offset: 0.2ex;
}

.c-breadcrumb__item a[aria-current=page], .c-breadcrumb__item--current[aria-current=page] {
  text-decoration: none;
}

.c-pagetitle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  min-height: 209px;
  padding-bottom: 6px;
  background-color: #ffffff;
  position: relative;
}

.c-pagetitle::after {
  content: "";
  width: calc(100% + 50vw);
  height: 6px;
  background-color: #ecf5ea;
  position: absolute;
  bottom: 0;
  right: -16px;
}

@media (max-width: 479px) {
  .c-pagetitle {
    min-height: 133px;
  }
}
@media only screen and (min-width: 1441px) {
  .c-pagetitle::after {
    width: 100vw;
  }
  .c-pagetitle::before {
    content: "";
    width: 100vw;
    height: calc(100% + 55px);
    position: absolute;
    top: auto;
    bottom: 0;
    left: calc(100% + 100px);
    background-color: #ecf5ea;
    z-index: 1;
  }
}
.c-pagetitle__layer {
  position: relative;
  width: 100%;
}

.c-pagetitle__layer::after {
  content: "";
  width: 120px;
  height: calc(100% + 55px);
  background-color: #ecf5ea;
  border-top-left-radius: 40px;
  position: absolute;
  top: auto;
  bottom: -6px;
  z-index: 1;
  right: -119px;
}

@media (max-width: 479px) {
  .c-pagetitle__layer::after {
    width: 16px;
    right: -24px;
    height: calc(100% + 77px);
  }
}
.c-pagetitle__inner {
  height: 100%;
  position: relative;
}

.c-pagetitle__inner:before, .c-pagetitle__inner:after {
  content: "";
  width: 120px;
  height: 86px;
  position: absolute;
  bottom: 0;
  right: 0;
}

@media (max-width: 479px) {
  .c-pagetitle__inner:before, .c-pagetitle__inner:after {
    right: -8px;
  }
}
.c-pagetitle__inner:before {
  background-color: #ecf5ea;
}

.c-pagetitle__inner:after {
  background-color: #ffffff;
  border-bottom-right-radius: 80px;
}

.c-pagetitle__content {
  padding-block: 47px 90px;
  margin-inline: auto;
  position: relative;
  z-index: 1;
}

.c-pagetitle__content .c-text {
  margin-top: 19px;
  text-align: center;
}

@media (max-width: 479px) {
  .c-pagetitle__content {
    margin-top: 0;
    padding-inline: 0;
    padding-block: 32px 43px;
  }
  .c-pagetitle__content .c-headline--xl {
    font-size: 3.2rem;
    line-height: 1.6;
    letter-spacing: 0.05em;
  }
  .c-pagetitle__content .c-text {
    margin-top: 17px;
    text-align: left;
  }
}
.c-pagetitle__date {
  color: #546a75;
  font-size: 1.2rem;
  line-height: 1.6;
  font-weight: 400;
  letter-spacing: 0.0375em;
  margin-bottom: 16px;
}

.c-pagetitle__images {
  width: 800px;
  max-width: 100%;
  margin: 0 auto;
  padding: 8px 0 58px;
  position: relative;
  z-index: 1;
}

@media (max-width: 479px) {
  .c-pagetitle__images {
    width: auto;
    max-width: inherit;
    margin: 0 -8px;
    padding: 30px 0 47px;
  }
}
.c-pagetitle--custom {
  min-height: 191px;
}

@media (max-width: 479px) {
  .c-pagetitle--custom {
    min-height: 187px;
  }
}
.c-pagetitle--custom .c-pagetitle__content {
  max-width: 960px;
  padding-block: 47px 80px;
}

.c-pagetitleService {
  width: 100%;
  padding-block: 48px 66px;
  position: relative;
}

.c-pagetitleService__head {
  width: 100%;
  min-height: 107px;
  background-color: #ffffff;
}

@media (max-width: 479px) {
  .c-pagetitleService__head {
    min-height: 214px;
    padding-top: 0;
  }
}
@media (min-width: 480px) {
  .c-pagetitleService__head {
    position: relative;
  }
  .c-pagetitleService__head::before {
    content: "";
    width: 100vw;
    height: calc(100% + 48px);
    position: absolute;
    top: -48px;
    left: 50%;
    background-color: #ecf5ea;
    z-index: 1;
  }
}
.c-pagetitleService__head::after {
  content: "";
  height: calc(100% + 48px);
  position: absolute;
  width: 40px;
  background-color: #ecf5ea;
  border-top-left-radius: 40px;
  top: -48px;
}

@media (min-width: 480px) {
  .c-pagetitleService__head::after {
    left: calc(50% - 20px);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
}
@media (max-width: 479px) {
  .c-pagetitleService__head::after {
    right: -24px;
    top: -71px;
    height: calc(100% + 71px);
  }
}
.c-pagetitleService__body {
  position: relative;
  z-index: 1;
}

.c-pagetitleService__body::before {
  content: "";
  width: 100vw;
  height: calc(100% + 66px);
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: #ecf5ea;
  z-index: -1;
}

@media only screen and (max-width: 1240px) {
  .c-pagetitleService__body::before {
    width: calc(100% + 50px);
  }
}
@media (max-width: 479px) {
  .c-pagetitleService__body {
    margin-top: -113px;
  }
  .c-pagetitleService__body::before {
    height: calc(100% - 22px);
    top: 65px;
  }
}
.c-pagetitleService__info {
  width: 368px;
  width: 30.78%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 16px;
  padding-top: 48px;
}

@media (max-width: 479px) {
  .c-pagetitleService__info {
    width: 100%;
    padding-top: 32px;
  }
}
.c-pagetitleService__media {
  width: 75.33%;
  border-top-left-radius: 120px;
  border-bottom-left-radius: 16px;
  aspect-ratio: 904/345;
}

@media (max-width: 479px) {
  .c-pagetitleService__media {
    width: calc(100% + 24px);
    aspect-ratio: 351/234;
    border-top-left-radius: 40px;
    border-bottom-left-radius: 8px;
  }
}
@media (min-width: 480px) {
  .c-pagetitleService__media {
    position: absolute;
    top: -106px;
    right: -120px;
    z-index: 1;
  }
}
@media (max-width: 479px) {
  .c-pagetitleService {
    padding-block: 22px 42px;
  }
  .c-pagetitleService .c-headline--xl {
    letter-spacing: 0.05em;
  }
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: bold;
  line-height: 1.6;
}

h1 {
  font-size: 3.6rem;
}

h2 {
  font-size: 2.6rem;
}

h3 {
  font-size: 2.2rem;
}

h4 {
  font-size: 1.8rem;
}

h5 {
  font-size: 1.6rem;
}

.l-header {
  padding: 0;
}

.l-header .header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  z-index: 1;
  padding-top: 16px;
}

.l-header .header::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 16px;
  background-color: #009900;
  pointer-events: none;
}

.l-header .header__logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
}

.l-header .header__logoTitle {
  background-color: #009900;
  margin-bottom: 0;
  padding: 0 33px 11px;
  position: relative;
  margin-right: 44px;
  z-index: 1;
}

.l-header .header__logoTitle::before {
  content: "";
  position: absolute;
  bottom: 0;
  right: -47px;
  width: 80px;
  height: 60px;
  z-index: -1;
  background-image: url("../images/components/header/mask_header.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  pointer-events: none;
}

.l-header .header__text {
  width: 112px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.l-header .header__text img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.l-header .header__logoLink {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 207px;
  height: 33px;
}

.l-header .header__logoLink img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.l-header .header__right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-right: 8px;
}

.l-header .header__menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.l-header .header__menuItem {
  position: relative;
}

.l-header .header__menuItem:not(:last-child)::after {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 0;
  width: 1px;
  height: 10px;
  background-color: #546a75;
}

.l-header .header__menuItem a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #546a75;
  font-size: 1.2rem;
  font-family: "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "Yu Gothic", YuGothic, "メイリオ", Meiryo, "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-size: 1.2rem;
  letter-spacing: 0.012em;
  padding: 0 12px 0 11px;
  line-height: 1.4;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  min-height: 24px;
}

@media (min-width: 480px) and (max-width: 1023px) {
  .l-header .header {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .l-header .header__logo {
    width: 100%;
  }
  .l-header .header__right {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 100%;
  }
}
@media (max-width: 479px) {
  .l-header {
    background-color: #009900;
  }
  .l-header .header {
    padding: 10px 16px;
  }
  .l-header .header::before {
    content: none;
    background: transparent;
  }
  .l-header .header__logo {
    width: 100%;
  }
  .l-header .header__logoTitle {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    margin: 0;
    padding: 0;
    background: transparent;
  }
  .l-header .header__logoTitle::before {
    content: none;
    background: transparent;
  }
  .l-header .header__logoLink {
    margin-inline: 15px;
  }
  .l-header .header__icon_logout {
    width: 32px;
    display: block;
  }
  .l-header .header__hamburgerIcon {
    width: 32px;
    display: block;
  }
}
@media (max-width: 359px) {
  .l-header .header__logoLink {
    width: 100%;
    max-width: 78.5%;
    height: auto;
    margin-inline: 10px;
  }
}
.l-footer {
  padding-top: 43px;
}

.l-footer__links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-left: 33px;
  padding-right: 20px;
}

.l-footer__logo {
  width: 84px;
  margin-right: 9px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.l-footer__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.l-footer__navItem {
  position: relative;
}

.l-footer__navItem:not(:last-child)::after {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 0;
  width: 1px;
  height: 10px;
  background-color: #546a75;
}

.l-footer__navItem a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #546a75;
  font-size: 1.2rem;
  font-family: "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "Yu Gothic", YuGothic, "メイリオ", Meiryo, "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 400;
  letter-spacing: 0.012em;
  padding: 0 12px 0 11px;
  line-height: 1.4;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  min-height: 24px;
}

.l-footer__bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #009900;
  padding: 7px 20px 7px 32px;
  margin-top: 3px;
}

.l-footer__brand {
  width: 107px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.l-footer__copyright {
  color: #ffffff;
  font-size: 0.9rem;
  letter-spacing: 0.02em;
  line-height: 1;
  font-weight: 300;
  font-family: "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "Yu Gothic", YuGothic, "メイリオ", Meiryo, "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

@media (max-width: 479px) {
  .l-footer {
    padding-top: 33px;
  }
  .l-footer__links {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 0 25px;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .l-footer__nav {
    row-gap: 8px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    width: 100%;
  }
  .l-footer__navItem:not(:last-child)::after {
    content: none;
    background: transparent;
  }
  .l-footer__navItem a {
    padding: 4px 0;
  }
  .l-footer__copyright {
    font-size: 1.2rem;
    line-height: 1.4;
    color: #000000;
    text-align: center;
    width: 100%;
    margin-top: 25px;
  }
  .l-footer__bottom {
    margin-top: 11px;
    padding: 15px 20px;
  }
  .l-footer__brand {
    width: 147px;
    margin: 0 auto;
  }
}
.btn_group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 12px;
}

.btn_group__title {
  margin-top: 40px;
}

.btn-fill__primary,
.btn-fill__secondary,
.btn-outline__primary,
.btn-outline__secondary,
.btn-noBorder__primary,
.btn-noBorder__secondary {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  gap: 10px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 12px;
  border: none;
  border-radius: 12px;
  font-weight: 600;
  font-size: 1.6rem;
  line-height: 1.6;
  letter-spacing: 0.05em;
  text-align: center;
  cursor: pointer;
  text-decoration: none;
  position: relative;
  overflow: hidden;
  color: #ffffff;
  font-family: "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "Yu Gothic", YuGothic, "メイリオ", Meiryo, "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.btn__label {
  white-space: nowrap;
  -webkit-transition: color 0.17s linear;
  transition: color 0.17s linear;
}

.btn__outline {
  position: absolute;
  top: -1px;
  left: -1px;
  width: calc(100% + 2px);
  height: calc(100% + 2px);
  border-radius: 12px;
  border: 2px solid transparent;
  -webkit-transition: border-color 0.17s linear;
  transition: border-color 0.17s linear;
  pointer-events: none;
}

.btn.w-full {
  width: 100%;
}

.btn::before {
  content: "";
  display: inline-block;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  background-image: none;
  -webkit-mask-image: none;
  mask-image: none;
  -webkit-mask-size: contain;
  mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-transition: background 0.17s linear, -webkit-transform 0.25s linear;
  transition: background 0.17s linear, -webkit-transform 0.25s linear;
  transition: background 0.17s linear, transform 0.25s linear;
  transition: background 0.17s linear, transform 0.25s linear, -webkit-transform 0.25s linear;
}

.btn::after {
  content: "";
  display: inline-block;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  background-image: none;
  -webkit-mask-image: none;
  mask-image: none;
  -webkit-mask-size: contain;
  mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-transition: background 0.17s linear, -webkit-transform 0.25s linear;
  transition: background 0.17s linear, -webkit-transform 0.25s linear;
  transition: background 0.17s linear, transform 0.25s linear;
  transition: background 0.17s linear, transform 0.25s linear, -webkit-transform 0.25s linear;
}

.btn:focus-visible:not(:disabled) {
  outline: 2px solid #e0b928;
}

.btn--large {
  padding: 22px 20px;
  min-width: 320px;
  font-weight: bold;
  -webkit-box-shadow: 4px 4px 20px 0px rgba(11, 42, 58, 0.15);
  box-shadow: 4px 4px 20px 0px rgba(11, 42, 58, 0.15);
  border-radius: 16px;
}

.btn--large.btn--outline .btn__outline {
  border-radius: 16px;
}

.btn--large::before {
  width: 32px;
  height: 32px;
}

.btn--large::after {
  width: 24px;
  height: 24px;
}

.btn--medium {
  padding: 10px 19px;
  font-size: 1.6rem;
  gap: 12px;
  border-radius: 12px;
}

.btn--medium.btn--outline .btn__outline {
  border-radius: 12px;
}

.btn--medium::before, .btn--medium::after {
  width: 24px;
  height: 24px;
}

.btn--small {
  padding: 9px 11px;
  font-size: 1.4rem;
  gap: 8px;
  border-radius: 8px;
}

.btn--small.btn--outline .btn__outline {
  border-radius: 8px;
}

.btn--small::before, .btn--small::after {
  width: 20px;
  height: 20px;
}

.btn--primary {
  background-color: #009900;
  color: #fdfdfd;
  border: 2px solid transparent;
  -webkit-transition: background-color 0.17s linear, color 0.17s linear, border-color 0.17s linear;
  transition: background-color 0.17s linear, color 0.17s linear, border-color 0.17s linear;
}

.btn--primary:visited {
  color: #fdfdfd;
}

.btn--primary:not(.btn--outline, .btn--noBorder):disabled {
  background-color: #f3f4f4;
  color: #8d8d8d;
  cursor: not-allowed;
}

.btn--primary:not(.btn--outline, .btn--noBorder):hover:not(:disabled) {
  background-color: #fdfdfd;
  color: #0b2a3a;
  border-color: #009900;
}

.btn--primary.btn--outline_large {
  background-color: transparent;
  border: 2px solid #009900;
  color: #0b2a3a;
  position: relative;
  -webkit-transition: background-color 0.17s linear;
  transition: background-color 0.17s linear;
}

.btn--primary.btn--outline_large:hover:not(:disabled) {
  background-color: #d1eed7;
}

.btn--primary.btn--outline_large:hover:not(:disabled) .btn__label {
  text-decoration: none;
}

.btn--primary.btn--outline_large:disabled {
  border-color: #a6a6a6;
}

.btn--primary.btn--outline {
  background-color: transparent;
  border: 1px solid #009900;
  color: #009900;
  position: relative;
  -webkit-transition: color 0.17s linear;
  transition: color 0.17s linear;
}

.btn--primary.btn--outline .btn__outline {
  border: 2px solid transparent;
}

.btn--primary.btn--outline:hover:not(:disabled) .btn__outline {
  border-color: #009900;
}

.btn--primary.btn--outline:focus-visible {
  outline-offset: 0;
  -moz-outline-offset: 0;
  -webkit-outline-offset: 2px;
}

.btn--primary.btn--noBorder {
  background-color: transparent;
  border: none;
  color: #009900;
}

.btn--secondary {
  background-color: #a3ddb0;
  color: #255217;
  border: 2px solid transparent;
  -webkit-transition: background-color 0.17s linear, color 0.17s linear, border-color 0.17s linear;
  transition: background-color 0.17s linear, color 0.17s linear, border-color 0.17s linear;
}

.btn--secondary:not(.btn--outline, .btn--noBorder):disabled {
  background-color: #f3f4f4;
  color: #8d8d8d;
  cursor: not-allowed;
}

.btn--secondary:not(.btn--outline, .btn--noBorder):hover:not(:disabled) {
  background-color: #fdfdfd;
  color: #255217;
  border-color: #a3ddb0;
}

.btn--secondary.btn--outline {
  background-color: transparent;
  color: #546a75;
  border: 1px solid #546a75;
  -webkit-transition: color 0.17s linear, border-color 0.17s linear;
  transition: color 0.17s linear, border-color 0.17s linear;
}

.btn--secondary.btn--outline .btn__outline {
  border: 2px solid transparent;
  -webkit-transition: border-color 0.17s linear;
  transition: border-color 0.17s linear;
}

.btn--secondary.btn--outline:hover:not(:disabled) {
  border-color: #546a75;
}

.btn--secondary.btn--outline:hover:not(:disabled) .btn__outline {
  border-color: #546a75;
}

.btn--secondary.btn--outline:focus-visible {
  outline-offset: 0;
  -moz-outline-offset: 0;
  -webkit-outline-offset: 2px;
}

.btn--secondary.btn--noBorder {
  background-color: transparent;
  border: none;
  color: #546a75;
  -webkit-transition: color 0.17s linear, border-color 0.17s linear;
  transition: color 0.17s linear, border-color 0.17s linear;
}

.btn:hover:not(:disabled) .btn__label {
  text-decoration: underline;
}

.btn:hover:not(:disabled).icon-left.icon-transfor--left::before {
  -webkit-transform: translateX(-3.5px);
  transform: translateX(-3.5px);
}

.btn:hover:not(:disabled).icon-right.icon-transfor--right::after {
  -webkit-transform: translateX(3.5px);
  transform: translateX(3.5px);
}

.btn.btn--noBorder:disabled {
  background-color: transparent;
  color: #8d8d8d;
  cursor: not-allowed;
}

.btn.btn--outline:disabled {
  background-color: transparent;
  color: #8d8d8d;
  cursor: not-allowed;
  border-color: #a6a6a6;
}

.btn.icon-left::before {
  -webkit-mask-image: url("../images/components/icons/IconWrapper.svg");
  mask-image: url("../images/components/icons/IconWrapper.svg");
  background: #eadaff;
}

.btn.icon-right::after {
  -webkit-mask-image: url("../images/components/icons/IconWrapper.svg");
  mask-image: url("../images/components/icons/IconWrapper.svg");
  background: #eadaff;
}

.btn.icon-left.icon-searchLeft::before {
  -webkit-mask-image: url("../images/components/icons/ico_search.svg");
  mask-image: url("../images/components/icons/ico_search.svg");
}

.icon-btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
  border: none;
  background: transparent;
  border-radius: 4px;
  cursor: pointer;
  padding: 0;
  gap: 0;
}

.icon-btn::before {
  content: "";
  display: inline-block;
  width: 24px;
  height: 24px;
  background: var(--icon-color, #eadaff);
  -webkit-mask-image: url("../images/components/icons/IconWrapper.svg");
  mask-image: url("../images/components/icons/IconWrapper.svg");
  -webkit-mask-size: contain;
  mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
}

.icon-btn::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 100px;
  background-color: transparent;
  -webkit-transition: background-color 0.17s linear, opacity 0.17s linear;
  transition: background-color 0.17s linear, opacity 0.17s linear;
  pointer-events: none;
}

.icon-btn--large {
  width: 48px;
  height: 48px;
}

.icon-btn--medium {
  width: 40px;
  height: 40px;
}

.icon-btn--small {
  width: 34px;
  height: 34px;
}

.icon-btn--primary {
  --icon-color: #eadaff;
}

.icon-btn--primary:hover:not(:disabled)::after {
  background-color: rgba(11, 42, 58, 0.05);
}

.icon-btn--secondary {
  --icon-color: #eadaff;
}

.icon-btn--secondary:hover:not(:disabled)::after {
  background-color: rgba(84, 106, 117, 0.05);
}

.icon-btn:focus-visible:not(:disabled) {
  outline: 2px solid #e0b928;
}

.icon-btn:disabled {
  cursor: not-allowed;
}

.btn--tag {
  padding: 8px 16px;
  border-radius: 21px;
  background-color: #d1eed7;
  color: #0b2a3a;
  font-size: 1.4rem;
  line-height: 1.8;
  letter-spacing: 0.05em;
  border: 1px solid transparent;
  cursor: pointer;
  -webkit-transition: background-color 0.17s linear, color 0.17s linear, border-color 0.17s linear;
  transition: background-color 0.17s linear, color 0.17s linear, border-color 0.17s linear;
}

.btn--tag:hover:not(:disabled) {
  background-color: #a3ddb0;
}

.btn--tag:focus-visible:not(:disabled) {
  outline: 2px solid #e0b928;
}

.btn--tag:disabled {
  background-color: #f3f4f4;
  color: #8d8d8d;
  cursor: not-allowed;
}

.btn-carousel__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 12px;
}

.btn--carousel {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border: none;
  border-radius: 100px;
  background: #ffffff;
  -webkit-box-shadow: 0px 4px 8px 0px rgba(11, 42, 58, 0.12);
  box-shadow: 0px 4px 8px 0px rgba(11, 42, 58, 0.12);
  position: relative;
  cursor: pointer;
  padding: 0;
  border: 1px solid #009900;
  -webkit-transition: background-color 0.17s linear;
  transition: background-color 0.17s linear;
}

.btn--carousel.icon--play {
  width: 64px;
  height: 64px;
  border-color: #cacaca;
  -webkit-transition: border-color 0.17s, background-color 0.17s linear;
  transition: border-color 0.17s, background-color 0.17s linear;
}

.btn--carousel.icon--play::before {
  background: #009900;
  -webkit-mask-image: url("../images/components/icons/ico_play.svg");
  mask-image: url("../images/components/icons/ico_play.svg");
}

.btn--carousel.icon--play:hover:not(:disabled) {
  border-color: #009900;
}

.btn--carousel .btn__label {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.btn--carousel::before {
  content: "";
  display: inline-block;
  width: 24px;
  height: 24px;
  background: #009900;
  -webkit-mask-image: url("../images/components/icons/ico_arrows_carousel.svg");
  mask-image: url("../images/components/icons/ico_arrows_carousel.svg");
  -webkit-mask-size: contain;
  mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
}

.btn--carousel::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  background-color: transparent;
  -webkit-transition: background-color 0.17s linear, opacity 0.17s linear;
  transition: background-color 0.17s linear, opacity 0.17s linear;
  pointer-events: none;
}

.btn--carousel:hover:not(:disabled) {
  background-color: #d1eed7;
}

.btn--carousel:focus-visible:not(:disabled) {
  outline: 2px solid #e0b928;
}

.btn--carousel:disabled {
  opacity: 0;
  pointer-events: none;
}

.btn--carousel.is-prev::before {
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
}

.btn--carousel.is-next::before {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}

.slide_dummy {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 12px;
  width: 300px;
  height: 100%;
  position: relative;
}

.slide_dummy img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.slide_dummy .carousel-btn {
  position: absolute;
}

.slide_dummy .is-prev {
  left: -20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.slide_dummy .is-next {
  right: -20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.btn-anchor__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 12px;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

@media (max-width: 479px) {
  .btn-anchor__row {
    -webkit-column-gap: 30px;
    -moz-column-gap: 30px;
    column-gap: 30px;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}
.btn-anchor__parts {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

@media (min-width: 480px) {
  .btn-anchor__parts {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(100px, 1fr));
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }
}
@media (max-width: 479px) {
  .btn-anchor__parts {
    -webkit-column-gap: 30px;
    -moz-column-gap: 30px;
    column-gap: 30px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}
.btn-anchor__long__grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-column-gap: 48px;
  -moz-column-gap: 48px;
  column-gap: 48px;
}

@media (max-width: 479px) {
  .btn-anchor__long__grid {
    -webkit-column-gap: 30px;
    -moz-column-gap: 30px;
    column-gap: 30px;
    max-width: 100%;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}
.btn--anchor {
  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-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 4px;
  width: 172px;
  padding: 0 8px;
  background: transparent;
  cursor: pointer;
  text-decoration: none;
  position: relative;
  border-right: 1px solid #cacaca;
}

.btn--anchor:last-child {
  border-right: none;
}

.btn--anchor.is-off .btn--anchor__header {
  display: none;
}

.btn--anchor.is-off .btn--anchor__content {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.btn--anchor__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 4px;
  width: 100%;
  padding-left: 20px;
  margin-bottom: 4px;
}

.btn--anchor__step {
  font-family: "Inter", sans-serif;
  font-weight: 700;
  font-size: 1.4rem;
  line-height: 1.8;
  letter-spacing: 0.07em;
  text-align: center;
  color: #0b2a3a;
  white-space: nowrap;
  -webkit-transition: color 0.17s linear;
  transition: color 0.17s linear;
}

.btn--anchor__content {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 1.6rem;
  line-height: 1.6;
  text-align: center;
  color: #0b2a3a;
  width: 100%;
  -webkit-transition: color 0.17s linear;
  transition: color 0.17s linear;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 100%;
}

.btn--anchor__content__label {
  text-align: center;
  width: 100%;
}

@media (max-width: 479px) {
  .btn--anchor__content__label {
    text-align: left;
  }
}
.btn--anchor__icon {
  display: inline-block;
  width: 24px;
  height: 24px;
  background: #ffffff;
  -webkit-mask-image: url("../images/components/icons/ico_chevron_down.svg");
  mask-image: url("../images/components/icons/ico_chevron_down.svg");
  -webkit-mask-size: contain;
  mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
  background-color: #009900;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-transition: -webkit-transform 0.17s cubic-bezier(0.33, 0, 0.24, 1);
  transition: -webkit-transform 0.17s cubic-bezier(0.33, 0, 0.24, 1);
  transition: transform 0.17s cubic-bezier(0.33, 0, 0.24, 1);
  transition: transform 0.17s cubic-bezier(0.33, 0, 0.24, 1), -webkit-transform 0.17s cubic-bezier(0.33, 0, 0.24, 1);
}

.btn--anchor--hovered, .btn--anchor:hover:not(:disabled) {
  border-color: #cacaca;
}

.btn--anchor--hovered .btn--anchor__step,
.btn--anchor--hovered .btn--anchor__content, .btn--anchor:hover:not(:disabled) .btn--anchor__step,
.btn--anchor:hover:not(:disabled) .btn--anchor__content {
  color: #009900;
}

.btn--anchor--hovered .btn--anchor__icon, .btn--anchor:hover:not(:disabled) .btn--anchor__icon {
  -webkit-transform: translateY(3.5px);
  transform: translateY(3.5px);
}

.btn--anchor--focused, .btn--anchor:focus-visible:not(:disabled) {
  outline: 2px solid #e0b928;
}

.btn--anchor--long {
  max-width: 456px;
  min-height: auto;
  padding: 20px 0;
  border-right: none;
  border-bottom: 1px solid #cacaca;
  border-radius: 0;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  width: 100%;
}

.btn--anchor--long .btn--anchor__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 16px;
  width: 100%;
  padding: 0;
  margin: 0;
}

.btn--anchor--long .btn--anchor__content__label {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  text-align: left;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 1.6rem;
  line-height: 1.6;
  letter-spacing: 0.05em;
  color: #0b2a3a;
  -webkit-transition: color 0.17s linear;
  transition: color 0.17s linear;
  width: 100%;
}

.btn--anchor--long .btn--anchor__icon {
  width: 24px;
  height: 24px;
  background: #ffffff;
  -webkit-mask-image: url("../images/components/icons/ico_chevron_down.svg");
  mask-image: url("../images/components/icons/ico_chevron_down.svg");
  -webkit-mask-size: contain;
  mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
  background-color: #009900;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.btn--anchor--long.btn--anchor--hovered .btn--anchor__content__label, .btn--anchor--long:hover:not(:disabled) .btn--anchor__content__label {
  color: #009900;
}

.btn--anchor--long.btn--anchor--focused, .btn--anchor--long:focus-visible:not(:disabled) {
  outline: 2px solid #e0b928;
}

.btn--anchor--long:disabled {
  opacity: 0.6;
  cursor: not-allowed;
  border-bottom-color: #cacaca;
}

.btn--anchor--long:disabled .btn--anchor__content__label {
  color: #8d8d8d;
}

.btn--anchor--long:disabled .btn--anchor__icon {
  background-color: #8d8d8d;
}

@media (max-width: 479px) {
  .btn--anchor {
    width: 100%;
    max-width: 100%;
    min-height: auto;
    padding: 12px 0;
    border-right: none;
    border-bottom: 1px solid #cacaca;
  }
  .btn--anchor__header {
    padding-left: 0;
    margin-bottom: 4px;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .btn--anchor__step {
    font-size: 1.4rem;
    line-height: 1.8;
  }
  .btn--anchor__content {
    font-size: 1.6rem;
    line-height: 1.6;
    -webkit-column-gap: 8px;
    -moz-column-gap: 8px;
    column-gap: 8px;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .btn--anchor__icon {
    margin-left: auto;
  }
  .btn--anchor--long {
    max-width: 100%;
    width: 100%;
    padding: 12px 0;
  }
  .btn--anchor--long .btn--anchor__content {
    gap: 8px;
  }
  .btn--anchor--long .btn--anchor__content__label {
    font-size: 1.6rem;
    line-height: 1.6;
  }
}
.btn-anchor__s__grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 12px;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.btn--anchor-s {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 6px;
  padding: 8px 12px;
  border: none;
  background: transparent;
  cursor: pointer;
  text-decoration: none;
  position: relative;
}

.btn--anchor-s__text {
  font-family: "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "Yu Gothic", YuGothic, "メイリオ", Meiryo, "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 300;
  font-size: 1.4rem;
  line-height: 1;
  letter-spacing: 0.012em;
  text-align: center;
  color: #546a75;
  white-space: nowrap;
  -webkit-transition: color 0.17s linear, font-weight 0.17s linear;
  transition: color 0.17s linear, font-weight 0.17s linear;
}

.btn--anchor-s__icon {
  display: inline-block;
  width: 24px;
  height: 24px;
  -webkit-mask-image: url("../images/components/icons/ico_chevron_down.svg");
  mask-image: url("../images/components/icons/ico_chevron_down.svg");
  -webkit-mask-size: contain;
  mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
  background-color: #009900;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-transition: -webkit-transform 0.17s linear;
  transition: -webkit-transform 0.17s linear;
  transition: transform 0.17s linear;
  transition: transform 0.17s linear, -webkit-transform 0.17s linear;
}

.btn--anchor-s--selected .btn--anchor-s__text {
  color: #0b2a3a;
  font-weight: 600;
}

.btn--anchor-s--hovered .btn--anchor-s__text, .btn--anchor-s:hover:not(:disabled) .btn--anchor-s__text {
  color: #009900;
  font-weight: 600;
}

.btn--anchor-s--hovered .btn--anchor-s__icon, .btn--anchor-s:hover:not(:disabled) .btn--anchor-s__icon {
  -webkit-transform: translateY(3.5px);
  transform: translateY(3.5px);
}

.btn--anchor-s--focused, .btn--anchor-s:focus-visible:not(:disabled) {
  outline: 2px solid #e0b928;
}

.c-link {
  display: inline-block;
  font-size: 1.6rem;
  line-height: 1.4;
  font-weight: 300;
  letter-spacing: 0.012em;
  font-family: "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "Yu Gothic", YuGothic, "メイリオ", Meiryo, "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #009900;
  text-decoration: underline;
  text-underline-offset: 0.2ex;
  background-repeat: no-repeat;
  background-position: center right;
  background-size: contain;
  border-radius: 4px;
  -webkit-transition: border 0.17s linear, outline 0.17s linear;
  transition: border 0.17s linear, outline 0.17s linear;
}

.c-link--bold {
  font-weight: bold;
}

.c-link--modal {
  font-size: 1.6rem;
  line-height: 1.6;
  text-decoration: none;
  cursor: pointer;
}

@media (min-width: 480px) {
  .c-link {
    border: 2px solid transparent;
  }
}
.c-link:hover {
  color: #009900;
  border: 2px solid #009900;
  text-decoration: underline;
}

.c-link:not(.c-link-disabled):visited {
  color: #009900;
}

.c-link:focus-visible {
  outline: 2px solid #e0b928;
  text-decoration: underline;
  border-radius: 4px;
}

.c-link-exclamation {
  padding-right: 34px;
  background-image: url("../images/components/icons/ico_exclamation.svg");
  background-size: 20px 20px;
}

.c-link-blank {
  padding-right: 20px;
  background-image: url("../images/components/icons/ico_blank.svg");
  background-size: 16px 17px;
}

.c-link-pdf {
  padding-right: 20px;
  background-image: url("../images/components/icons/ico_pdf.svg");
  background-size: 16px 16px;
}

.c-link-pdf--type2:after {
  content: "";
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  position: relative;
  width: 16px;
  height: 16px;
  background-image: url("../images/components/icons/ico_pdf.svg");
  background-size: 16px 16px;
  background-repeat: no-repeat;
  margin-left: 5px;
  -webkit-transform: translateY(2px);
  transform: translateY(2px);
}

.c-link-disabled {
  color: #a6a6a6;
  text-decoration: none;
  pointer-events: none;
}

.c-link-disabled:focus-visible {
  outline: none;
  text-decoration: none;
}

.c-listLink {
  font-size: 0;
}

.c-listLink__sub {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  font-size: 1.2rem;
  line-height: 1.6;
  font-weight: 400;
  letter-spacing: 0.05em;
  color: #546a75;
  margin-bottom: 10px;
}

.c-listLink__item {
  line-height: 1;
  padding-top: 18px;
  padding-bottom: 20px;
  border-bottom: 1px solid #cacaca;
}

.c-listLink__item:has(a:focus-visible) {
  outline: 2px solid #e0b928;
  border-bottom-color: transparent;
  border-radius: 4px;
}

.c-listLink__item:has(a:focus-visible) a:focus-visible {
  outline: none;
}

.c-listLink__item:has(.c-listLink__link--disabled:focus-visible) {
  outline: none;
}

.c-listLink__item--row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 24px;
}

.c-listLink__item--row .c-listLink__sub {
  margin-bottom: 0;
}

.c-listLink__link {
  display: inline-block;
  width: 100%;
  font-size: 1.6rem;
  line-height: 1.6;
  font-weight: 600;
  letter-spacing: 0.05em;
  color: #0b2a3a;
  padding-right: 34px;
  position: relative;
  -webkit-transition: color 0.17s linear;
  transition: color 0.17s linear;
}

.c-listLink__link::after, .c-listLink__link::before {
  content: "";
  width: 24px;
  height: 24px;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center center;
  mask-position: center center;
  background: #009900;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 1;
}

.c-listLink__link::after {
  -webkit-mask-image: url("../images/components/icons/ico_chevron_right.svg");
  mask-image: url("../images/components/icons/ico_chevron_right.svg");
  -webkit-transition: right 0.25s cubic-bezier(0.33, 0, 0.24, 1);
  transition: right 0.25s cubic-bezier(0.33, 0, 0.24, 1);
  right: 0;
}

.c-listLink__link::before {
  content: none;
}

.c-listLink__link:visited {
  color: #0b2a3a;
}

.c-listLink__link:hover {
  color: #009900;
  text-decoration: underline;
  text-underline-offset: 0.2ex;
}

.c-listLink__link:hover::after {
  right: -3.5px;
}

.c-listLink__link:focus-visible {
  border-radius: 4px;
}

.c-listLink__link--icoLeft {
  padding-inline: 34px 0;
  text-align: right;
}

.c-listLink__link--icoLeft::after {
  content: none;
}

.c-listLink__link--icoLeft::before {
  content: "";
  -webkit-mask-image: url("../images/components/icons/ico_chevron_left.svg");
  mask-image: url("../images/components/icons/ico_chevron_left.svg");
  -webkit-transition: left 0.25s cubic-bezier(0.33, 0, 0.24, 1);
  transition: left 0.25s cubic-bezier(0.33, 0, 0.24, 1);
  left: 0;
}

.c-listLink__link--icoLeft:hover::before {
  left: -3.5px;
}

.c-listLink__link--disabled {
  font-size: 1.6rem;
  line-height: 1.6;
  font-weight: 600;
  letter-spacing: 0.05em;
  color: #a6a6a6;
  text-decoration: none;
  pointer-events: none;
}

.c-listLink__link--disabled::after {
  background-image: none;
  content: none;
}

.c-listLink__link--disabled::before {
  background-image: none;
  content: none;
}

.c-btn-load {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  max-width: 320px;
  margin: 64px auto 0;
}

.c-btn-load .btn {
  width: 100%;
}

.c-btn-load .btn.icon-right.arrowRight::after {
  -webkit-mask-image: url("../images/components/icons/ico_load.svg");
  mask-image: url("../images/components/icons/ico_load.svg");
  background: #ffffff;
}

.c-btn-load .btn:hover.icon-right.arrowRight::after {
  background: #009900;
}

.loadMore .c-listLink__item {
  -webkit-transition: opacity 0.33s linear;
  transition: opacity 0.33s linear;
}

.loadMore .c-listLink__item.is-hidden {
  opacity: 0;
  visibility: hidden;
}

.loadMore .c-listLink__item.is-visible {
  -webkit-transition-delay: 0.33s;
  transition-delay: 0.33s;
  opacity: 1;
}

.loadMore .c-listLink {
  -webkit-transition: height 0.5s cubic-bezier(0.33, 0, 0.24, 1);
  transition: height 0.5s cubic-bezier(0.33, 0, 0.24, 1);
}

.c-accordion {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 8px;
}

.c-accordion_item:last-child .c-accordion_content {
  margin-bottom: 0;
}

.c-accordion_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 8px;
  margin-top: 30px;
}

.c-accordion_list .c-accordion_content {
  margin-bottom: 25px;
}

.c-accordion_list .c-accordion_child:last-child .c-accordion_content {
  margin-bottom: 0;
}

.c-accordion_heading {
  margin-bottom: 0;
}

.c-accordion_trigger {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-shadow: none;
  box-shadow: none;
  padding: 16px 72px 16px 24px;
  color: #0b2a3a;
  background-color: #ecf5ea;
  text-decoration: none;
  text-transform: none;
  border-radius: 8px;
  min-height: 61px;
  font-size: 1.8rem;
  line-height: 1.6;
  font-weight: bold;
  letter-spacing: 0.05625em;
  letter-spacing: 0.05em;
  cursor: pointer;
  -webkit-transition: color 0.17s linear, background-color 0.17s linear;
  transition: color 0.17s linear, background-color 0.17s linear;
  position: relative;
}

@media (max-width: 479px) {
  .c-accordion_trigger {
    padding-inline: 16px 56px;
  }
}
.c-accordion_trigger::after {
  content: "";
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 14px;
  height: 14px;
  margin-left: auto;
  background: url("../images/components/icons/ico_plus.svg") no-repeat center center/14px;
  position: absolute;
  right: 29px;
  top: 30px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

@media (max-width: 479px) {
  .c-accordion_trigger::after {
    right: 16px;
  }
}
@media (hover: hover) {
  .c-accordion_trigger:hover:not(.c-accordion_trigger-normal) {
    background: #d1eed7;
    color: #009900;
  }
}
.c-accordion_trigger[aria-expanded=true] {
  background: #d1eed7;
}

.c-accordion_trigger[aria-expanded=true]::after {
  background-image: url("../images/components/icons/ico_minute.svg");
}

.c-accordion_trigger-level {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 8px;
  -moz-column-gap: 8px;
  column-gap: 8px;
}

.c-accordion_trigger-level--big {
  -webkit-column-gap: 24px;
  -moz-column-gap: 24px;
  column-gap: 24px;
}

@media (max-width: 479px) {
  .c-accordion_trigger-level--big {
    -webkit-column-gap: 16px;
    -moz-column-gap: 16px;
    column-gap: 16px;
  }
}
.c-accordion_trigger-txt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 4px;
}

.c-accordion_trigger-txtSub {
  font-size: 1.4rem;
  line-height: 1.8;
  font-weight: 400;
  letter-spacing: 0.04375em;
  letter-spacing: 0.05em;
}

.c-accordion_trigger .icon {
  width: 24px;
  height: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-top: 3px;
}

.c-accordion_trigger .icon--big {
  width: 64px;
  height: 64px;
  margin-top: 0;
}

.c-accordion_trigger-normal {
  min-height: auto;
  background-color: transparent;
  padding: 0 38px 0 0;
}

@media (max-width: 479px) {
  .c-accordion_trigger-normal {
    padding: 0 40px 0 0;
  }
}
.c-accordion_trigger-normal[aria-expanded=true] {
  background-color: transparent;
}

.c-accordion_trigger-normal::after {
  top: 12px;
  right: 5px;
}

.c-accordion_panel {
  height: 0;
  overflow: hidden;
  -webkit-transition: height 0.5s cubic-bezier(0.73, 0, 0.83, 1);
  transition: height 0.5s cubic-bezier(0.73, 0, 0.83, 1);
}

.c-accordion_panel .c-accordion_content {
  opacity: 0;
  -webkit-animation: fadeOut 0.17s linear forwards;
  animation: fadeOut 0.17s linear forwards;
}

.c-accordion_panel.is-active {
  -webkit-transition: height 0.5s cubic-bezier(0.33, 0, 0.24, 1);
  transition: height 0.5s cubic-bezier(0.33, 0, 0.24, 1);
}

.c-accordion_panel.is-active .c-accordion_content {
  -webkit-animation: fadeIn 0.33s linear 0.33s forwards;
  animation: fadeIn 0.33s linear 0.33s forwards;
}

.c-accordion_content {
  padding-top: 24px;
  margin-bottom: 32px;
}

.c-accordion_content .c-list__item {
  padding-left: 14px;
}

@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
.card-list,
.card-disabled {
  max-width: 1200px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
}

@media (max-width: 479px) {
  .card-list,
  .card-disabled {
    grid-template-columns: repeat(2, 1fr);
    gap: 8px;
  }
}
.card-linkText {
  max-width: 1200px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}

.c-card {
  display: block;
  width: 100%;
  height: 100%;
  padding: 45px 22px;
  -webkit-box-shadow: 4px 4px 20px 0px rgba(11, 42, 58, 0.15);
  box-shadow: 4px 4px 20px 0px rgba(11, 42, 58, 0.15);
  border-radius: 8px;
  border: 2px solid transparent;
  -webkit-transition: background 0.17s linear, border-color 0.17s linear;
  transition: background 0.17s linear, border-color 0.17s linear;
  position: relative;
}

@media (max-width: 1023px) {
  .c-card {
    padding: 30px 22px 32px;
    width: 100%;
  }
}
.c-card::after, .c-card::before {
  content: "";
  width: 32px;
  height: 32px;
  background-color: #ecf5ea;
  border-top-left-radius: 8px;
  border-bottom-right-radius: 8px;
  -webkit-transition: background-color 0.17s linear;
  transition: background-color 0.17s linear;
  position: absolute;
  bottom: -2px;
  right: -2px;
  z-index: 1;
}

.c-card::before {
  -webkit-mask-image: url("../images/components/icons/ico_chevron_right.svg");
  mask-image: url("../images/components/icons/ico_chevron_right.svg");
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center center;
  mask-position: center center;
  background: #009900;
  z-index: 2;
}

.c-card:hover:not(.disabled, .no-hover) {
  border-color: #009900;
  border-radius: 8px;
}

.c-card:hover:not(.disabled, .no-hover)::after {
  background-color: #009900;
}

.c-card:hover:not(.disabled, .no-hover)::before {
  background: #ffffff;
}

.c-card:focus-visible:not(.disabled, .no-hover) {
  outline: 2px solid #e0b928;
  border-color: #009900;
}

.c-card:focus-visible:not(.disabled, .no-hover)::after {
  background-color: #009900;
}

.c-card:focus-visible:not(.disabled, .no-hover)::before {
  background: #ffffff;
}

.c-card_linkText:focus-visible:not(.disabled, .no-hover) {
  outline: 2px solid #e0b928;
  border-color: #009900;
}

.c-card_linkText:focus-visible:not(.disabled, .no-hover)::after {
  background-color: #ecf5ea;
}

.c-card_linkText:focus-visible:not(.disabled, .no-hover)::before {
  background: #009900;
}

.c-card_linkText--style02:focus-visible:not(.disabled, .no-hover) {
  outline: 2px solid #009900;
  border-color: #009900;
}

.c-card_linkText--style02:focus-visible:not(.disabled, .no-hover)::after {
  background-color: #009900;
}

.c-card_linkText--style02:focus-visible:not(.disabled, .no-hover)::before {
  background: #ffffff;
}

.c-card_linkText--style02:hover:not(.disabled, .no-hover) {
  border-color: transparent;
}

.c-card_linkText--style02:hover:not(.disabled, .no-hover)::after {
  background-color: #f3f4f4;
}

.c-card_linkText--style02:hover:not(.disabled, .no-hover)::before {
  background: #8d8d8d;
}

.c-card_linkText--style02.disabled {
  border-color: #e0b928;
}

.c-card.disabled {
  cursor: not-allowed;
}

.c-card.disabled::after {
  background-color: #f3f4f4;
}

.c-card.disabled::before {
  background: #8d8d8d;
}

.c-card.disabled:focus-visible {
  outline: none;
}

.c-card-image {
  width: 144px;
  aspect-ratio: 144/144;
  overflow: hidden;
  margin: 0 auto;
}

@media (max-width: 479px) {
  .c-card-image {
    width: 112px;
    aspect-ratio: 112/112;
  }
}
.c-card-image.is-small {
  width: 56px;
  aspect-ratio: 56/56;
}

.c-card-info-ttl {
  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;
  font-size: 1.8rem;
  line-height: 1.6;
  font-weight: 600;
  letter-spacing: 0.05em;
  color: #0b2a3a;
  text-align: center;
  margin-top: 16px;
  margin-bottom: 0;
}

.c-card-info-copy {
  font-size: 1.6rem;
  line-height: 1.8;
  font-weight: 400;
  letter-spacing: 0.05em;
  color: #0b2a3a;
  margin-top: 8px;
}

@media (max-width: 479px) {
  .c-card_linkText {
    padding-inline: 16px;
  }
}
.c-card_linkText:focus-visible {
  border-color: transparent !important;
}

.c-card_linkText.no-hover::after {
  background-color: #f3f4f4;
}

.c-card_linkText.no-hover::before {
  background: #8d8d8d;
}

.c-card_linkText.no-hover:focus-visible {
  outline: none;
  border-color: #009900 !important;
}

.c-card_linkText.no-hover:focus-visible::after {
  background-color: #009900;
}

.c-card_linkText.no-hover:focus-visible::before {
  background: #ffffff;
}

.c-select_component {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 24px;
}

.c-dropdown {
  position: relative;
  width: 320px;
}

.c-dropdown_toggle {
  width: 100%;
  min-height: 56px;
  background-color: #eaf3f6;
  border: 2px solid transparent;
  border-radius: 12px;
  padding: 16px 36px 17px 16px;
  color: #0b2a3a;
  font-size: 1.6rem;
  line-height: 1.4;
  letter-spacing: 0.012em;
  font-family: "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "Yu Gothic", YuGothic, "メイリオ", Meiryo, "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 400;
  cursor: pointer;
  position: relative;
  -webkit-transition: opacity 0.17s linear, color 0.17s linear, background-color 0.17s linear;
  transition: opacity 0.17s linear, color 0.17s linear, background-color 0.17s linear;
  text-align: left;
}

.c-dropdown_toggle::after {
  content: "";
  width: 16px;
  height: 16px;
  -webkit-mask-image: url("../images/components/icons/ico_dropdown.svg");
  mask-image: url("../images/components/icons/ico_dropdown.svg");
  -webkit-mask-size: contain;
  mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center center;
  mask-position: center center;
  background: #0b2a3a;
  position: absolute;
  top: 50%;
  right: 16px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 1;
  -webkit-transition: opacity 0.17s linear, background-color 0.17s linear;
  transition: opacity 0.17s linear, background-color 0.17s linear;
}

.c-dropdown_toggle:hover:not(:disabled) {
  color: #0b2a3a;
}

.c-dropdown_toggle:focus-visible:not(.disabled, .error), .c-dropdown_toggle.focused:not(.disabled, .error) {
  outline: none;
  border-color: #0b2a3a;
  color: #0b2a3a;
}

.c-dropdown_toggle:focus-visible:not(.disabled, .error)::after, .c-dropdown_toggle.focused:not(.disabled, .error)::after {
  background: #0b2a3a;
}

.c-dropdown_toggle:disabled {
  background-color: #f3f4f4;
  color: #8d8d8d;
  cursor: not-allowed;
  opacity: 1;
}

.c-dropdown_toggle:disabled::after {
  background: #8d8d8d;
}

.c-dropdown_toggle.error {
  border-color: #c8395b;
  background-color: #fef8f9;
  color: #0b2a3a;
}

.c-dropdown_toggle.error::after {
  background: #0b2a3a;
}

.c-dropdown_toggle.active {
  border-color: #0b2a3a;
  color: #0b2a3a;
}

.c-dropdown_toggle.active::after {
  background: #0b2a3a;
}

.c-dropdown_content {
  height: 0;
  overflow: hidden;
  margin: 4px 0 0;
  background: #f7f8f9;
  border-radius: 12px;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  z-index: 100;
  -webkit-transition: height 0.33s cubic-bezier(0.33, 0, 0.24, 1);
  transition: height 0.33s cubic-bezier(0.33, 0, 0.24, 1);
}

.c-dropdown_item {
  display: block;
  width: 100%;
  opacity: 0;
  background: none;
  border: none;
  cursor: pointer;
  text-align: left;
}

.c-dropdown_item_text {
  display: block;
  width: 100%;
  height: 100%;
  color: #0b2a3a;
  text-decoration: none;
  font-family: "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "Yu Gothic", YuGothic, "メイリオ", Meiryo, "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 1.6rem;
  line-height: 1.4;
  font-weight: 400;
  letter-spacing: 0.0075em;
  padding: 17px 16px;
  -webkit-transition: opacity 0.17s linear;
  transition: opacity 0.17s linear;
}

.c-dropdown_item_text:hover {
  opacity: 0.5;
  color: #0b2a3a;
}

.c-dropdown_content.is-open .c-dropdown_item {
  -webkit-animation: textFadeIn 0.25s linear 0.08s forwards;
  animation: textFadeIn 0.25s linear 0.08s forwards;
}

.c-dropdown_content.is-closing .c-dropdown_item {
  -webkit-animation: textFadeOut 0.17s linear forwards;
  animation: textFadeOut 0.17s linear forwards;
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@-webkit-keyframes slideDown {
  from {
    height: 0;
  }
  to {
    height: auto;
  }
}
@keyframes slideDown {
  from {
    height: 0;
  }
  to {
    height: auto;
  }
}
@-webkit-keyframes slideUp {
  from {
    height: auto;
  }
  to {
    height: 0;
  }
}
@keyframes slideUp {
  from {
    height: auto;
  }
  to {
    height: 0;
  }
}
@-webkit-keyframes textFadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes textFadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes textFadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes textFadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
.c-searchBox {
  width: 100%;
  max-width: 960px;
  margin: 0 auto;
}

.c-searchBox__container {
  background: #ffffff;
  border: 2px solid #009900;
  border-radius: 16px;
  -webkit-box-shadow: 4px 4px 20px 0px rgba(11, 42, 58, 0.15);
  box-shadow: 4px 4px 20px 0px rgba(11, 42, 58, 0.15);
  padding: 40px 48px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 24px;
}

.c-searchBox__title {
  font-weight: bold;
  font-size: 1.8rem;
  line-height: 1.6;
  color: #0b2a3a;
  margin: 0;
  text-align: left;
}

.c-searchBox__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 24px;
  width: 100%;
}

.c-searchBox__input-wrapper {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  position: relative;
  z-index: 2;
}

.c-searchBox__input-wrapper .c-textField__container {
  max-width: 100%;
  padding: 0 16px;
  height: 56px;
}

.c-searchBox .c-textField__icon {
  cursor: pointer;
}

.c-searchBox .c-textField__icon--reset {
  background: #546a75;
  -webkit-mask-image: url("../images/components/icons/ico_resetSearch.svg");
  mask-image: url("../images/components/icons/ico_resetSearch.svg");
  width: 16px;
  height: 16px;
}

.c-searchBox .c-textField__input {
  font-weight: 400;
}

.c-searchBox .c-textField__input::-webkit-input-placeholder {
  font-weight: 400;
}

.c-searchBox .c-textField__input::-moz-placeholder {
  font-weight: 400;
}

.c-searchBox .c-textField__input:-ms-input-placeholder {
  font-weight: 400;
}

.c-searchBox .c-textField__input::-ms-input-placeholder {
  font-weight: 400;
}

.c-searchBox .c-textField__input::placeholder {
  font-weight: 400;
}

.c-searchBox__buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 8px;
}

.c-searchBox__buttons .search-btn {
  color: #ffffff;
  background-color: #009900;
  font-family: "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "Yu Gothic", YuGothic, "メイリオ", Meiryo, "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 600;
  padding-inline: 23px;
  padding: 10px 25px;
}

.c-searchBox__buttons .search-btn::before {
  background: #ffffff;
}

.c-searchBox__buttons .search-btn:hover:not(:disabled)::before {
  background: #0b2a3a;
}

.c-searchBox__buttons .search-btn:disabled::before {
  background: #8d8d8d;
}

.c-searchBox__buttons .reset-btn {
  color: #009900;
  font-family: "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "Yu Gothic", YuGothic, "メイリオ", Meiryo, "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 600;
}

.c-searchBox__buttons .reset-btn::before, .c-searchBox__buttons .reset-btn::after {
  content: none;
  background: transparent;
  -webkit-mask: none;
  mask: none;
}

.c-searchBox__buttons .reset-btn:hover:not(:disabled) {
  color: #0b2a3a;
}

.c-searchBox--two .c-searchBox__container {
  padding: 36px 48px;
  gap: 32px;
}

.c-searchBox--two .c-searchBox__content--tag {
  gap: 12px;
}

.c-searchBox--two .c-searchBox__content--tag .btn--tag {
  background-color: #ecf5ea;
}

.c-searchBox--two .c-searchBox__content--tag .btn--tag:hover:not(:disabled) {
  background-color: #a3ddb0;
}

.c-searchBox--two .c-searchBox__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 45px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.c-searchBox--two .c-searchBox__title {
  max-width: 200px;
  width: 100%;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.c-searchBox--two .c-textField__container {
  max-width: 312px;
}

@media (max-width: 479px) {
  .c-searchBox__container {
    padding: 32px 24px;
  }
  .c-searchBox__content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    gap: 24px;
  }
  .c-searchBox__buttons {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 7px;
  }
  .c-searchBox__buttons .reset-btn {
    min-width: 112px;
    padding: 12px 20px;
  }
  .c-searchBox__buttons .search-btn {
    min-width: 160px;
    padding: 12px 20px;
  }
  .c-searchBox__input-wrapper .c-textField__container {
    height: 56px;
    padding: 0 16px;
    border-radius: 12px;
  }
  .c-searchBox--two .c-searchBox__container {
    padding: 30px 24px;
    gap: 24px;
  }
  .c-searchBox--two .c-searchBox__content--tag {
    gap: 12px;
  }
  .c-searchBox--two .c-searchBox__content--tag .btn--tag {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    padding: 8px 14px;
  }
  .c-searchBox--two .c-searchBox__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 24px;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .c-searchBox--two .c-searchBox__inner--tag {
    margin-top: 4px;
  }
  .c-searchBox--two .c-textField__container {
    max-width: 312px;
  }
}
@media (max-width: 374px) {
  .c-searchBox__buttons .search-btn {
    min-width: auto;
  }
}
.c-selectBox {
  width: 100%;
  max-width: 960px;
  margin: 0 auto;
}

.c-selectBox__container {
  padding: 39px 48px;
  background: #ffffff;
  border: 2px solid #009900;
  border-radius: 16px;
  -webkit-box-shadow: 4px 4px 20px 0px rgba(11, 42, 58, 0.15);
  box-shadow: 4px 4px 20px 0px rgba(11, 42, 58, 0.15);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-column-gap: 24px;
  -moz-column-gap: 24px;
  column-gap: 24px;
}

.c-selectBox__title {
  font-weight: bold;
  font-size: 1.8rem;
  line-height: 1.6;
  color: #0b2a3a;
  margin: 0;
  text-align: left;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.c-selectBox__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  max-width: 576px;
}

.c-selectBox__input-wrapper {
  position: relative;
  z-index: 2;
  width: 100%;
}

.c-selectBox .c-dropdown {
  width: 100%;
}

.c-selectBox .c-dropdown_toggle {
  width: 100%;
  max-width: 100%;
  height: 56px;
  color: #0b2a3a;
}

.c-selectBox .c-dropdown_toggle.has-selection {
  color: #0b2a3a;
}

.c-selectBox .c-dropdown_content {
  width: 100%;
  max-width: 100%;
}

.c-selectBox .c-dropdown_item_text {
  font-weight: 400;
}

.c-selectBox .c-dropdown_item_text:visited {
  color: #0b2a3a;
}

@media (max-width: 479px) {
  .c-selectBox__container {
    padding: 32px 24px;
    gap: 24px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
}
.c-indicator {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 12px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  cursor: pointer;
}

.c-indicator__hoz {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.c-indicator__dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #dbdbdb;
  -webkit-transition: background-color 0.17s linear 0.33s;
  transition: background-color 0.17s linear 0.33s;
}

.c-indicator__dot--active {
  background-color: #009900;
}

.c-radio-dumy {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 30px;
}

.c-radio--layout {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.c-radio {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 8px;
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 50%;
}

.c-radio__input {
  position: absolute;
  opacity: 0;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
  padding: 0;
  margin: -1px;
}

.c-radio__control {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 50%;
  background: #ffffff;
  -webkit-transition: background-color 0.17s linear, -webkit-box-shadow 0.17s linear;
  transition: background-color 0.17s linear, -webkit-box-shadow 0.17s linear;
  transition: background-color 0.17s linear, box-shadow 0.17s linear;
  transition: background-color 0.17s linear, box-shadow 0.17s linear, -webkit-box-shadow 0.17s linear;
}

.c-radio__control::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 50%;
  -webkit-box-shadow: inset 0 0 0 2px #009900;
  box-shadow: inset 0 0 0 2px #009900;
  -webkit-transition: -webkit-box-shadow 0.17s linear;
  transition: -webkit-box-shadow 0.17s linear;
  transition: box-shadow 0.17s linear;
  transition: box-shadow 0.17s linear, -webkit-box-shadow 0.17s linear;
}

.c-radio__control::after {
  content: "";
  display: block;
  border-radius: 50%;
  background-color: #009900;
  -webkit-transform: scale(0);
  transform: scale(0);
  -webkit-transition: -webkit-transform 0.17s linear;
  transition: -webkit-transform 0.17s linear;
  transition: transform 0.17s linear;
  transition: transform 0.17s linear, -webkit-transform 0.17s linear;
}

.c-radio--small .c-radio__control {
  width: 16px;
  height: 16px;
}

.c-radio--small .c-radio__control::after {
  width: 100%;
  height: 100%;
}

.c-radio--medium .c-radio__control {
  width: 24px;
  height: 24px;
}

.c-radio--medium .c-radio__control::after {
  width: 100%;
  height: 100%;
}

.c-radio__label {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  border-radius: 100%;
  text-indent: -9999px;
  overflow: hidden;
}

.c-radio:hover .c-radio__control {
  -webkit-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
  box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
}

.c-radio:hover .c-radio__control::before {
  -webkit-box-shadow: inset 0 0 0 2px #009900, 0 0 0 8px rgba(11, 42, 58, 0.05);
  box-shadow: inset 0 0 0 2px #009900, 0 0 0 8px rgba(11, 42, 58, 0.05);
}

.c-radio:has(.c-radio__input:focus-visible) {
  outline: 2px solid #e0b928;
}

.c-radio:has(.c-radio__input:checked) .c-radio__control::after {
  -webkit-transform: scale(0.5);
  transform: scale(0.5);
}

.c-radio:has(.c-radio__input:disabled) {
  cursor: not-allowed;
}

.c-radio:has(.c-radio__input:disabled) .c-radio__control {
  background: #f3f4f4;
}

.c-radio:has(.c-radio__input:disabled) .c-radio__control::before {
  -webkit-box-shadow: inset 0 0 0 2px #a6a6a6;
  box-shadow: inset 0 0 0 2px #a6a6a6;
}

.c-radio:has(.c-radio__input:disabled) .c-radio__control::after {
  background-color: #8d8d8d;
}

.c-radio_form--layout {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 20px;
}

.c-radio_form {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 4px;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  cursor: pointer;
}

.c-radio_form__control {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 50%;
  background: #ffffff;
  -webkit-transition: background-color 0.17s linear, -webkit-box-shadow 0.17s linear;
  transition: background-color 0.17s linear, -webkit-box-shadow 0.17s linear;
  transition: background-color 0.17s linear, box-shadow 0.17s linear;
  transition: background-color 0.17s linear, box-shadow 0.17s linear, -webkit-box-shadow 0.17s linear;
}

.c-radio_form__control::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 50%;
  -webkit-box-shadow: inset 0 0 0 2px #009900;
  box-shadow: inset 0 0 0 2px #009900;
  -webkit-transition: -webkit-box-shadow 0.17s linear;
  transition: -webkit-box-shadow 0.17s linear;
  transition: box-shadow 0.17s linear;
  transition: box-shadow 0.17s linear, -webkit-box-shadow 0.17s linear;
}

.c-radio_form__control::after {
  content: "";
  display: block;
  border-radius: 50%;
  background-color: #009900;
  -webkit-transform: scale(0);
  transform: scale(0);
  -webkit-transition: -webkit-transform 0.17s linear;
  transition: -webkit-transform 0.17s linear;
  transition: transform 0.17s linear;
  transition: transform 0.17s linear, -webkit-transform 0.17s linear;
}

.c-radio_form--medium .c-radio_form__control {
  width: 24px;
  height: 24px;
}

.c-radio_form--medium .c-radio_form__control::after {
  width: 12px;
  height: 12px;
}

.c-radio_form__label {
  font-size: 1.6rem;
  line-height: 1.4;
  letter-spacing: 0.012em;
  color: #0b2a3a;
  cursor: pointer;
}

.c-radio_form .c-radio-form__label {
  font-size: 1.6rem;
  line-height: 1.4;
  letter-spacing: 0.012em;
  color: #0b2a3a;
  cursor: pointer;
}

.c-radio_form:hover:not(:has(.c-radio__input:disabled)) .c-radio-form__label {
  text-decoration: underline;
}

.c-radio_form:has(.c-radio__input:focus-visible) {
  outline: 2px solid #e0b928;
}

.c-radio_form:has(.c-radio__input:checked) .c-radio_form__control::after {
  -webkit-transform: scale(1);
  transform: scale(1);
}

.c-radio_form:has(.c-radio__input:disabled) {
  cursor: not-allowed;
}

.c-radio_form:has(.c-radio__input:disabled) .c-radio_form__control {
  background: #f3f4f4;
}

.c-radio_form:has(.c-radio__input:disabled) .c-radio_form__control::before {
  -webkit-box-shadow: inset 0 0 0 2px #a6a6a6;
  box-shadow: inset 0 0 0 2px #a6a6a6;
}

.c-radio_form:has(.c-radio__input:disabled) .c-radio_form__control::after {
  background-color: #8d8d8d;
}

.c-radio_form:has(.c-radio__input:disabled) .c-radio_form__label,
.c-radio_form:has(.c-radio__input:disabled) .c-radio-form__label {
  color: #8d8d8d;
  cursor: not-allowed;
}

.c-radio-card--layout {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 20px;
}

.c-radio-card {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 4px;
  padding: 12px 24px;
  border-radius: 16px;
  border: 1px solid #009900;
  background: #ffffff;
  -webkit-box-shadow: 4px 4px 20px 0px rgba(11, 42, 58, 0.15);
  box-shadow: 4px 4px 20px 0px rgba(11, 42, 58, 0.15);
  cursor: pointer;
  -webkit-transition: background-color 0.17s linear;
  transition: background-color 0.17s linear;
  min-height: 80px;
  width: 100%;
  max-width: 320px;
}

.c-radio-card__input {
  position: absolute;
  opacity: 0;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
  padding: 0;
  margin: -1px;
}

.c-radio-card__control {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin: 9px;
}

.c-radio-card__control::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 50%;
  -webkit-box-shadow: inset 0 0 0 2px #009900;
  box-shadow: inset 0 0 0 2px #009900;
  -webkit-transition: -webkit-box-shadow 0.17s linear;
  transition: -webkit-box-shadow 0.17s linear;
  transition: box-shadow 0.17s linear;
  transition: box-shadow 0.17s linear, -webkit-box-shadow 0.17s linear;
}

.c-radio-card__control::after {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #009900;
  -webkit-transform: scale(0);
  transform: scale(0);
  -webkit-transition: -webkit-transform 0.17s linear;
  transition: -webkit-transform 0.17s linear;
  transition: transform 0.17s linear;
  transition: transform 0.17s linear, -webkit-transform 0.17s linear;
}

.c-radio-card__label {
  font-weight: 700;
  font-size: 1.6rem;
  line-height: 1.6;
  letter-spacing: 0.012em;
  color: #0b2a3a;
  cursor: pointer;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

@media (min-width: 480px) {
  .c-radio-card:hover:not(:has(.c-radio-card__input:disabled)) {
    background: #ecf5ea;
  }
}
.c-radio-card:has(.c-radio-card__input:focus-visible) {
  outline: 1px solid #e0b928;
}

.c-radio-card:has(.c-radio-card__input:checked) {
  background: #d1eed7;
}

.c-radio-card:has(.c-radio-card__input:checked) .c-radio-card__control::after {
  -webkit-transform: scale(1);
  transform: scale(1);
}

.c-radio-card:has(.c-radio-card__input:disabled) {
  cursor: not-allowed;
  background: #f3f4f4;
  border-color: #8d8d8d;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.c-radio-card:has(.c-radio-card__input:disabled) .c-radio-card__control::before {
  -webkit-box-shadow: inset 0 0 0 2px #8d8d8d;
  box-shadow: inset 0 0 0 2px #8d8d8d;
}

.c-radio-card:has(.c-radio-card__input:disabled) .c-radio-card__control::after {
  background-color: #8d8d8d;
}

.c-radio-card:has(.c-radio-card__input:disabled) .c-radio-card__label {
  color: #8d8d8d;
  cursor: not-allowed;
}

.c-radio-card:has(.c-radio-card__input:disabled:checked) {
  background: #dbdbdb;
}

@media (max-width: 768px) {
  .c-radio-card {
    max-width: 327px;
    min-height: 64px;
    padding: 12px 24px;
  }
}
.c-textField__group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 16px;
}

.c-textField__demo {
  margin-bottom: 40px;
}

.c-textField__demo h3 {
  font-family: "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "Yu Gothic", YuGothic, "メイリオ", Meiryo, "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  font-weight: 400;
  color: #546a75;
  margin-bottom: 8px;
}

.c-textField__container {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 8px;
  padding: 16px 16px;
  width: 100%;
  max-width: 327px;
  min-height: 56px;
  border: 1px solid transparent;
  border-radius: 12px;
  overflow: hidden;
}

.c-textField__container::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #eaf3f6;
  pointer-events: none;
  z-index: -2;
}

.c-textField__container::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(11, 42, 58, 0.05)), to(rgba(11, 42, 58, 0.05))), #eaf3f6;
  background: linear-gradient(0deg, rgba(11, 42, 58, 0.05), rgba(11, 42, 58, 0.05)), #eaf3f6;
  pointer-events: none;
  z-index: -1;
  opacity: 0;
  -webkit-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
}

.c-textField__container:focus-visible {
  border-color: #0b2a3a;
  -webkit-box-shadow: 0 0 0 2px #e0b928;
  box-shadow: 0 0 0 2px #e0b928;
}

.c-textField__container:has(.c-textField__input:not(:-moz-placeholder-shown)) {
  border-color: #0b2a3a;
}

.c-textField__container:has(.c-textField__input:not(:-ms-input-placeholder)) {
  border-color: #0b2a3a;
}

.c-textField__container:has(.c-textField__input:not(:placeholder-shown)) {
  border-color: #0b2a3a;
}

.c-textField__container--disabled {
  background-color: #f3f4f4;
  cursor: not-allowed;
  border-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.c-textField__container--error {
  background-color: #fef8f9;
  border-color: #c8395b;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.c-textField__container--with-label {
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  gap: 8px;
  padding: 8px 16px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}

.c-textField__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 8px;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.c-textField__label {
  font-family: "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "Yu Gothic", YuGothic, "メイリオ", Meiryo, "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.4;
  letter-spacing: 0.012em;
  color: #546a75;
}

.c-textField__input-wrapper {
  position: relative;
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 8px;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  min-width: 0;
}

.c-textField__input {
  position: relative;
  z-index: 2;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  min-width: 0;
  border: none;
  outline: none;
  background: transparent;
  font-family: "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "Yu Gothic", YuGothic, "メイリオ", Meiryo, "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.4;
  letter-spacing: 0.012em;
  color: #0b2a3a;
  caret-color: transparent;
}

.c-textField__input::-webkit-input-placeholder {
  color: #546a75;
  -webkit-transition: color 0.2s linear;
  transition: color 0.2s linear;
  letter-spacing: 0;
}

.c-textField__input::-moz-placeholder {
  color: #546a75;
  -moz-transition: color 0.2s linear;
  transition: color 0.2s linear;
  letter-spacing: 0;
}

.c-textField__input:-ms-input-placeholder {
  color: #546a75;
  -ms-transition: color 0.2s linear;
  transition: color 0.2s linear;
  letter-spacing: 0;
}

.c-textField__input::-ms-input-placeholder {
  color: #546a75;
  -ms-transition: color 0.2s linear;
  transition: color 0.2s linear;
  letter-spacing: 0;
}

.c-textField__input::placeholder {
  color: #546a75;
  -webkit-transition: color 0.2s linear;
  transition: color 0.2s linear;
  letter-spacing: 0;
}

.c-textField__input:disabled {
  color: #8d8d8d;
  cursor: not-allowed;
}

.c-textField__input:disabled::-webkit-input-placeholder {
  color: #8d8d8d;
}

.c-textField__input:disabled::-moz-placeholder {
  color: #8d8d8d;
}

.c-textField__input:disabled:-ms-input-placeholder {
  color: #8d8d8d;
}

.c-textField__input:disabled::-ms-input-placeholder {
  color: #8d8d8d;
}

.c-textField__input:disabled::placeholder {
  color: #8d8d8d;
}

.c-textField__input:focus-visible {
  color: #0b2a3a;
  outline: none !important;
}

.c-textField__cursor {
  position: absolute;
  left: 0;
  top: 0;
  width: 1px;
  height: 1em;
  opacity: 0;
  background: #0b2a3a;
}

.c-textField__icons {
  position: relative;
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 16px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.c-textField__icon {
  width: 16px;
  height: 16px;
  background-color: #eadaff;
  -webkit-mask-image: url("../images/components/icons/IconWrapper.svg");
  mask-image: url("../images/components/icons/IconWrapper.svg");
  -webkit-mask-size: contain;
  mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
}

.c-textField__caption {
  font-family: "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "Yu Gothic", YuGothic, "メイリオ", Meiryo, "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 1.1rem;
  font-weight: 400;
  line-height: 1.4;
  letter-spacing: 0.012em;
  margin-top: 8px;
}

.c-textField__caption--error {
  color: #c8395b;
}

@-webkit-keyframes caretBlink {
  0% {
    opacity: 1;
  }
  30.77% {
    opacity: 1;
  }
  46.15% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}

@keyframes caretBlink {
  0% {
    opacity: 1;
  }
  30.77% {
    opacity: 1;
  }
  46.15% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
.c-textField__container:not(.c-textField__container--disabled):hover::after {
  opacity: 1;
}

.c-textField__container:not(.c-textField__container--disabled):hover .c-textField__input::-webkit-input-placeholder {
  color: #0b2a3a;
}

.c-textField__container:not(.c-textField__container--disabled):hover .c-textField__input::-moz-placeholder {
  color: #0b2a3a;
}

.c-textField__container:not(.c-textField__container--disabled):hover .c-textField__input:-ms-input-placeholder {
  color: #0b2a3a;
}

.c-textField__container:not(.c-textField__container--disabled):hover .c-textField__input::-ms-input-placeholder {
  color: #0b2a3a;
}

.c-textField__container:not(.c-textField__container--disabled):hover .c-textField__input::placeholder {
  color: #0b2a3a;
}

.c-textField__container:not(.c-textField__container--disabled):focus-within .c-textField__cursor {
  opacity: 1;
  -webkit-animation: caretBlink 1.08s linear infinite;
  animation: caretBlink 1.08s linear infinite;
}

.c-textArea__demo {
  margin-bottom: 40px;
}

.c-textArea__demo h3 {
  font-family: "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "Yu Gothic", YuGothic, "メイリオ", Meiryo, "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 1.4rem;
  font-weight: 400;
  color: #546a75;
  margin-bottom: 8px;
}

.c-textArea__container {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  gap: 4px;
  padding: 12px 16px;
  width: 100%;
  max-width: 327px;
  min-height: 100px;
  border: 1px solid transparent;
  border-radius: 12px;
  overflow: hidden;
  background-color: #eaf3f6;
  width: 100%;
}

.c-textArea__container::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #eaf3f6;
  pointer-events: none;
  z-index: -2;
}

.c-textArea__container::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(234, 243, 246, 0.5)), to(rgba(234, 243, 246, 0.5))), #eaf3f6;
  background: linear-gradient(0deg, rgba(234, 243, 246, 0.5), rgba(234, 243, 246, 0.5)), #eaf3f6;
  pointer-events: none;
  z-index: -1;
  opacity: 0;
  -webkit-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
}

.c-textArea__container:focus-visible {
  border-color: #0b2a3a;
  -webkit-box-shadow: 0 0 0 2px #e0b928;
  box-shadow: 0 0 0 2px #e0b928;
}

.c-textArea__container:has(.c-textArea__input:not(:-moz-placeholder-shown)) {
  border-color: #0b2a3a;
}

.c-textArea__container:has(.c-textArea__input:not(:-ms-input-placeholder)) {
  border-color: #0b2a3a;
}

.c-textArea__container:has(.c-textArea__input:not(:placeholder-shown)) {
  border-color: #0b2a3a;
}

.c-textArea__container--selected {
  border-color: #0b2a3a;
}

.c-textArea__container--focused {
  border-color: #0b2a3a;
  -webkit-box-shadow: 0 0 0 2px #e0b928;
  box-shadow: 0 0 0 2px #e0b928;
}

.c-textArea__container--disabled {
  background-color: #f3f4f4;
  cursor: not-allowed;
  border-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.c-textArea__container--error {
  background-color: #fef8f9;
  border-color: #c8395b;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.c-textArea__input-wrapper {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  gap: 4px;
  width: 100%;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.c-textArea__input {
  position: relative;
  z-index: 2;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border: none;
  outline: none;
  background: transparent;
  font-family: "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "Yu Gothic", YuGothic, "メイリオ", Meiryo, "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.4;
  letter-spacing: 0.012em;
  color: #0b2a3a;
  caret-color: transparent;
  min-height: 60px;
  max-height: 70vh;
  resize: none;
}

.c-textArea__input::-webkit-input-placeholder {
  color: #546a75;
  -webkit-transition: color 0.2s linear;
  transition: color 0.2s linear;
}

.c-textArea__input::-moz-placeholder {
  color: #546a75;
  -moz-transition: color 0.2s linear;
  transition: color 0.2s linear;
}

.c-textArea__input:-ms-input-placeholder {
  color: #546a75;
  -ms-transition: color 0.2s linear;
  transition: color 0.2s linear;
}

.c-textArea__input::-ms-input-placeholder {
  color: #546a75;
  -ms-transition: color 0.2s linear;
  transition: color 0.2s linear;
}

.c-textArea__input::placeholder {
  color: #546a75;
  -webkit-transition: color 0.2s linear;
  transition: color 0.2s linear;
}

.c-textArea__input:disabled {
  color: #8d8d8d;
  cursor: not-allowed;
}

.c-textArea__input:disabled::-webkit-input-placeholder {
  color: #8d8d8d;
}

.c-textArea__input:disabled::-moz-placeholder {
  color: #8d8d8d;
}

.c-textArea__input:disabled:-ms-input-placeholder {
  color: #8d8d8d;
}

.c-textArea__input:disabled::-ms-input-placeholder {
  color: #8d8d8d;
}

.c-textArea__input:disabled::placeholder {
  color: #8d8d8d;
}

.c-textArea__input:focus-visible {
  color: #0b2a3a;
  outline: none !important;
}

.c-textArea__cursor {
  position: absolute;
  left: 0;
  top: 0;
  width: 1px;
  height: 1em;
  opacity: 0;
  background: #0b2a3a;
  z-index: 3;
  pointer-events: none;
}

.c-textArea__resize-icon {
  position: absolute;
  bottom: 5px;
  right: 5px;
  z-index: 2;
  width: 8px;
  height: 8px;
  color: #546a75;
  background-image: url("../images/components/icons/ico_resize.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  cursor: se-resize;
  -ms-touch-action: none;
  touch-action: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.c-textArea__container--disabled .c-textArea__resize-icon {
  color: #8d8d8d;
  cursor: not-allowed;
}

.c-textArea__resize-icon::after {
  content: "";
  position: absolute;
  inset: -8px;
}

.c-textArea__caption {
  font-family: "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "Yu Gothic", YuGothic, "メイリオ", Meiryo, "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 1.1rem;
  font-weight: 400;
  line-height: 1.4;
  letter-spacing: 0.012em;
  margin-top: 8px;
}

.c-textArea__caption--error {
  color: #c8395b;
}

@keyframes caretBlink {
  0% {
    opacity: 1;
  }
  30.77% {
    opacity: 1;
  }
  46.15% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
.c-textArea__container:not(.c-textArea__container--disabled):hover::after {
  opacity: 1;
}

.c-textArea__container:not(.c-textArea__container--disabled):hover .c-textArea__input::-webkit-input-placeholder {
  color: #0b2a3a;
}

.c-textArea__container:not(.c-textArea__container--disabled):hover .c-textArea__input::-moz-placeholder {
  color: #0b2a3a;
}

.c-textArea__container:not(.c-textArea__container--disabled):hover .c-textArea__input:-ms-input-placeholder {
  color: #0b2a3a;
}

.c-textArea__container:not(.c-textArea__container--disabled):hover .c-textArea__input::-ms-input-placeholder {
  color: #0b2a3a;
}

.c-textArea__container:not(.c-textArea__container--disabled):hover .c-textArea__input::placeholder {
  color: #0b2a3a;
}

.c-textArea__container:not(.c-textArea__container--disabled):focus-within .c-textArea__cursor {
  opacity: 1;
  -webkit-animation: caretBlink 1.08s linear infinite;
  animation: caretBlink 1.08s linear infinite;
}

.c-textArea__container[data-resizing="1"] .c-textArea__cursor {
  -webkit-animation: none !important;
  animation: none !important;
}

.c-video {
  max-width: 464px;
  width: 100%;
  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-align: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
}

.c-video__container {
  width: 100%;
  height: 261px;
  position: relative;
}

.c-video__play-button {
  width: 64px;
  height: 64px;
  background-color: #ffffff;
  border: 1px solid #0b2a3a;
  border-radius: 999999px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-transition: background-color 0.17s linear, border-color 0.17s linear;
  transition: background-color 0.17s linear, border-color 0.17s linear;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  pointer-events: none;
}

.c-video__play-icon {
  width: 24px;
  height: 24px;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: center;
  object-position: center;
  -webkit-mask-image: url("../images/components/icons/ico_play.svg");
  mask-image: url("../images/components/icons/ico_play.svg");
  -webkit-mask-size: contain;
  mask-size: contain;
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  background-color: #009900;
  -webkit-transition: background-color 0.17s linear;
  transition: background-color 0.17s linear;
}

.c-video__title {
  font-weight: 700;
  font-size: 16px;
  line-height: 1.6;
  letter-spacing: 0.05em;
  text-align: center;
  color: #0b2a3a;
  margin: 8px 0 0 0;
  -webkit-transition: color 0.17s linear;
  transition: color 0.17s linear;
  cursor: pointer;
}

.c-video:hover .c-video__title {
  color: #009900;
}

.c-video__iframe-wrapper {
  width: 100%;
  height: 100%;
  position: relative;
}

.c-video__iframe-wrapper iframe {
  width: 100%;
  height: 100%;
  border: none;
}

@media (max-width: 479px) {
  .c-video__iframe-wrapper {
    height: 184px;
  }
}
.c-video__thumbnail {
  width: 100%;
  height: 100%;
  position: relative;
  cursor: pointer;
}

.c-video__thumbnail img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.c-video.is-playing {
  cursor: default;
}

.ico--play:hover .c-video__play-button {
  background-color: #009900;
  border-color: #009900;
}

.ico--play:hover .c-video__play-icon {
  background-color: #ffffff;
}

.c-tabs-component .tabs-section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 40px;
}

.c-tabs-component .tabs-section .tabs-layout {
  max-width: 375px;
  width: 100%;
}

.tabs-section {
  margin-bottom: 3rem;
}

.tabs-section h2 {
  font-size: 1.5rem;
  font-weight: 600;
  margin-bottom: 1.5rem;
  color: #333;
}

.tabs-layout {
  margin-bottom: 2rem;
}

.tabs-layout h3 {
  font-size: 1.25rem;
  font-weight: 500;
  margin-bottom: 1rem;
  color: #555;
}

.tabs-demo {
  margin-bottom: 1.5rem;
}

.tabs-demo h4 {
  font-size: 0.875rem;
  font-weight: 500;
  margin-bottom: 0.5rem;
  color: #666;
}

.tabs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-column-gap: 8px;
  -moz-column-gap: 8px;
  column-gap: 8px;
}

.tabs__item {
  border: none;
  font-size: 1.4rem;
  line-height: 1;
  font-weight: 300;
  font-family: "Noto Sans JP", sans-serif;
  color: #546a75;
  cursor: pointer;
}

.tabs--standard {
  padding: 0 24px;
}

.tabs--standard .tabs__item {
  background: none;
  -webkit-transition: color 0.17s linear, font-weight 0.17s linear, border-bottom-color 0.17s linear;
  transition: color 0.17s linear, font-weight 0.17s linear, border-bottom-color 0.17s linear;
  position: relative;
  border-bottom: 2px solid transparent;
}

.tabs--standard .tabs__item:hover, .tabs--standard .tabs__item--active {
  color: #0b2a3a;
  font-weight: 600;
  border-bottom-color: #009900;
}

.tabs--standard.tabs--width-fit .tabs__item {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  text-align: center;
  padding: 9px;
}

.tabs--standard.tabs--overflow .tabs__item {
  padding: 9px 7px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  text-align: center;
}

.tabs--chip {
  gap: 8px;
  padding: 0 24px;
}

.tabs--chip.tabs--menu .tabs__item {
  color: #0b2a3a;
}

.tabs--chip.tabs--menu .tabs__item:hover, .tabs--chip.tabs--menu .tabs__item--active {
  color: #ffffff;
}

.tabs--chip .tabs__item {
  background: #ffffff;
  border-radius: 999999px;
  -webkit-transition: color 0.17s linear, font-weight 0.17s linear, background-color 0.17s linear;
  transition: color 0.17s linear, font-weight 0.17s linear, background-color 0.17s linear;
  -webkit-box-shadow: 0px 4px 8px 0px rgba(11, 42, 58, 0.12);
  box-shadow: 0px 4px 8px 0px rgba(11, 42, 58, 0.12);
}

.tabs--chip .tabs__item:hover, .tabs--chip .tabs__item--active {
  color: #ffffff;
  font-weight: 600;
  background-color: #009900;
}

.tabs--chip.tabs--width-fit .tabs__item {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  text-align: center;
  padding: 12px 10px;
}

.tabs--chip.tabs--overflow .tabs__item {
  padding: 12px 17px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  text-align: center;
}

@media (max-width: 479px) {
  .tabs--standard, .tabs--chip {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .tabs--standard.tabs--width-fit .tabs__item {
    -webkit-box-flex: 1;
    -ms-flex: 1 auto;
    flex: 1 auto;
  }
}
.c-tabs-page .tabs {
  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: 4px;
  position: relative;
  min-height: 68px;
}

.c-tabs-page .tabs::before {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background-color: #009900;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 5;
}

.c-tabs-page .tabs__item {
  max-width: 360px;
  width: 100%;
  padding: 10px 16px;
  position: relative;
  z-index: 6;
  border-radius: 8px 8px 0 0;
  border: 1px solid #009900;
  -webkit-transition: padding 0.17s linear, background-color 0.17s linear;
  transition: padding 0.17s linear, background-color 0.17s linear;
  background-color: #fdfdfd;
}

.c-tabs-page .tabs__item::after {
  content: "";
  display: block;
  width: 100%;
  height: 3px;
  background-color: #ffffff;
  position: absolute;
  bottom: -1px;
  left: 0;
  z-index: 5;
  overflow: hidden;
  opacity: 0;
  -webkit-transition: opacity 0.17s linear;
  transition: opacity 0.17s linear;
}

.c-tabs-page .tabs__item::before {
  content: "";
  display: block;
  width: calc(100% - 6px);
  height: calc(100% - 2px);
  background-color: #d1eed7;
  position: absolute;
  bottom: -1px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: 6;
  border-radius: 4px 4px 0 0;
  overflow: hidden;
  opacity: 0;
  -webkit-transition: opacity 0.17s linear;
  transition: opacity 0.17s linear;
}

.c-tabs-page .tabs__item__label {
  font-size: 1.6rem;
  line-height: 1.6;
  font-weight: bold;
  color: #546a75;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  z-index: 7;
  gap: 8px;
  -webkit-transition: color 0.17s linear, font-size 0.17s linear;
  transition: color 0.17s linear, font-size 0.17s linear;
}

.c-tabs-page .tabs__item__label::before {
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  background-color: #eadaff;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-mask: url("../images/components/icons/IconWrapper.svg");
  mask: url("../images/components/icons/IconWrapper.svg");
  -webkit-mask-size: contain;
  mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-transition: background-color 0.17s linear;
  transition: background-color 0.17s linear;
}

@media (min-width: 480px) {
  .c-tabs-page .tabs__item:hover {
    background-color: transparent;
  }
  .c-tabs-page .tabs__item:hover .tabs__item__label {
    color: #009900;
  }
}
.c-tabs-page .tabs__item--active {
  padding-block: 18px;
}

.c-tabs-page .tabs__item--active .tabs__item__label {
  color: #0b2a3a;
  font-size: 1.8rem;
}

.c-tabs-page .tabs__item--active::before {
  opacity: 1;
}

.c-tabs-page .tabs__item--active::after {
  opacity: 1;
}

.c-tabs-page__panel {
  display: none;
}

.c-tabs-page__panel.is-active {
  display: block;
}

.c-tabs-page__panel.is-active .c-tabs-page__animation {
  -webkit-animation: fadeInTabs 0.25s linear 0.17s forwards;
  animation: fadeInTabs 0.25s linear 0.17s forwards;
}

.c-tabs-page__animation {
  opacity: 0;
}

.c-tabs-page__panels {
  position: relative;
}

@media (max-width: 479px) {
  .c-tabs-page .tabs {
    padding-inline: 16px;
    min-height: 64px;
  }
  .c-tabs-page .tabs__item {
    padding-block: 6px;
    padding-inline: 5px;
  }
  .c-tabs-page .tabs__item__label {
    font-size: 1.2rem;
    line-height: 1.4;
    min-height: 34px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 4px;
  }
  .c-tabs-page .tabs__item--active {
    padding-block: 14px;
  }
  .c-tabs-page .tabs__item--active .tabs__item__label {
    font-size: 1.2rem;
  }
}
.c-searchText__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 8px;
  margin-top: 32px;
}

.c-searchText .tabs--chip {
  padding: 0;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.c-searchText .tabs--menu .tabs__item {
  min-width: 88px;
}

.c-searchText .c-tabs-page__panels {
  min-height: 170px;
}

@media (max-width: 479px) {
  .c-searchText .c-dropdown {
    width: 100%;
  }
}
/* modal.scss */
.c-modal {
  position: fixed;
  inset: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin: 0;
  padding: 0;
  z-index: 10002;
  outline: none;
  overscroll-behavior-y: contain;
  opacity: 1;
  visibility: hidden;
  pointer-events: none;
}

.c-modal.is-active {
  visibility: visible;
  pointer-events: auto;
}

.c-modal.is-closing {
  pointer-events: none;
}

.c-modal--video .c-modal_inner {
  max-height: 450px;
  height: calc(100% - 125px);
}

.c-modal--video .c-modal_inner .c-video__iframe-wrapper {
  padding-right: 24px;
}

.c-modal--video .c-modal_inner .c-modal_header {
  min-height: 48px;
}

.c-modal--video .c-modal_inner .icon-btn {
  margin-left: auto;
}

.c-modal--video .c-modal_inner .c-video__iframe-wrapper {
  overflow: hidden;
  margin-top: 40px;
  height: 323px;
}

@media (max-width: 479px) {
  .c-modal--video .c-modal_inner {
    max-height: 296px;
  }
  .c-modal--video .c-modal_inner .c-video__iframe-wrapper {
    padding-right: 16px;
    margin-top: 24px;
    height: 184px;
  }
}
.c-modal_overlay {
  position: fixed;
  inset: 0;
  z-index: -1;
  background: rgba(11, 42, 58, 0.7);
  opacity: 0;
  -webkit-transition: opacity 0.25s linear;
  transition: opacity 0.25s linear;
  will-change: opacity;
}

.c-modal.is-active .c-modal_overlay {
  opacity: 1;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}

.c-modal.is-closing .c-modal_overlay {
  opacity: 0;
  -webkit-transition-delay: 0.17s;
  transition-delay: 0.17s;
}

.c-modal_wrap {
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  min-height: 0;
  z-index: 100;
  overflow-x: clip;
  overflow-y: visible;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 20px;
}

@media (max-width: 479px) {
  .c-modal_wrap {
    padding-inline: 8px;
  }
}
.c-modal_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin: 0 auto;
  height: auto;
  max-height: 100%;
  width: 100%;
  max-width: 640px;
  -webkit-transform: translateY(100px);
  transform: translateY(100px);
  opacity: 0;
  -webkit-transition: opacity 0.25s linear, -webkit-transform 0.5s cubic-bezier(0.33, 0, 0.24, 1);
  transition: opacity 0.25s linear, -webkit-transform 0.5s cubic-bezier(0.33, 0, 0.24, 1);
  transition: transform 0.5s cubic-bezier(0.33, 0, 0.24, 1), opacity 0.25s linear;
  transition: transform 0.5s cubic-bezier(0.33, 0, 0.24, 1), opacity 0.25s linear, -webkit-transform 0.5s cubic-bezier(0.33, 0, 0.24, 1);
  background: #ffffff;
  padding: 16px 24px 40px 48px;
  border-radius: 12px;
  position: relative;
}

@media (max-width: 479px) {
  .c-modal_inner {
    max-width: calc(100vw - 16px);
    padding: 16px 8px 24px 24px;
    border-radius: 16px;
    -webkit-transform: translateY(200px);
    transform: translateY(200px);
  }
}
.c-modal.is-active .c-modal_inner {
  -webkit-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
}

.c-modal.is-closing .c-modal_inner {
  -webkit-transform: translateY(100px);
  transform: translateY(100px);
  opacity: 0;
}

.c-modal_body {
  overflow-y: auto;
  padding-right: 24px;
  margin-top: 40px;
  position: relative;
}

@media (max-width: 479px) {
  .c-modal_body {
    padding-right: 16px;
    margin-top: 24px;
  }
}
.c-modal_body::-webkit-scrollbar {
  width: 8px;
  background-color: #ffffff;
  border-radius: 4px;
}

.c-modal_body::-webkit-scrollbar-thumb {
  border-radius: 4px;
  background-color: #575757;
}

.c-modal_body::--webkit-scrollbar-track {
  border-radius: 4px;
  background-color: #ffffff;
}

.c-modal_header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-bottom: 16px;
  position: relative;
}

.c-modal_header::before {
  content: "";
  display: block;
  width: calc(100% + 72px);
  height: 1px;
  background-color: #cacaca;
  position: absolute;
  bottom: 0;
  left: calc(50% - 12px);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: 5;
}

@media (max-width: 479px) {
  .c-modal_header::before {
    width: calc(100% + 32px);
    left: calc(50% - 8px);
  }
}
.c-modal .icon-btn {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 32px;
  height: 32px;
}

.c-modal .icon-btn:focus-visible {
  outline: none;
}

@media (max-width: 479px) {
  .c-modal .icon-btn {
    -webkit-transform: translateX(-8px);
    transform: translateX(-8px);
  }
}
.c-modal_title {
  font-size: 1.8rem;
  line-height: 1.6;
  font-weight: bold;
  color: #0b2a3a;
  margin-bottom: 0;
}

.c-modal_content_title {
  font-size: 1.8rem;
  line-height: 1.4;
  font-weight: bold;
  color: #0b2a3a;
  margin-bottom: 0;
  text-align: center;
  padding-bottom: 12px;
}

.c-modal_content_description {
  font-size: 1.4rem;
  line-height: 1.4;
  color: #546a75;
  margin-bottom: 0;
  text-align: center;
}

.c-modal_content .btn-fill__primary {
  margin-top: 20px;
  gap: 20px;
  padding: 2px;
}

.c-modal .icon-btn--close::before {
  background: var(--icon-color, #009900);
  -webkit-mask-image: url("../images/components/icons/ico_close.svg");
  mask-image: url("../images/components/icons/ico_close.svg");
}

.c-modal_subtile {
  font-family: "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "Yu Gothic", YuGothic, "メイリオ", Meiryo, "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #0b2a3a;
  font-size: 1.4rem;
  line-height: 1.8;
  font-weight: 600;
  letter-spacing: 0.012em;
}

.c-modal--udvrsreports .c-modal_inner {
  max-width: 1304px;
}

.c-modal--udvrsreports .l-inner {
  padding: 0;
}

@media screen and (max-width: 767px) {
  .c-modal--udvrsreports .c-modal_inner {
    height: calc(100% - 125px);
  }
}
.c-carousel {
  position: relative;
  max-width: 1152px;
  margin: 0 auto;
}

.c-carousel__track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.c-carousel .slick-list {
  overflow: visible;
}

.c-carousel .slick-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.c-carousel__slide {
  position: relative;
}

.c-carousel__slide-figure {
  width: 352px;
  margin: 0 24px;
  line-height: 1;
  position: relative;
}

.c-carousel__slide-figure-caption {
  font-size: 1.8rem;
  line-height: 1.6;
  letter-spacing: 0.05em;
  font-weight: bold;
  color: #0b2a3a;
  text-align: center;
  margin-top: 16px;
  -webkit-transition: color 0.17s linear;
  transition: color 0.17s linear;
}

.c-carousel__slide-figure .c-video__play-button {
  pointer-events: auto;
  cursor: pointer;
}

.c-carousel__slide-figure:hover .c-carousel__slide-figure-caption {
  color: #009900;
}

.c-carousel__slide img {
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 8px;
}

.c-carousel__slide img:hover {
  opacity: 1 !important;
}

.c-carousel .slick-prev,
.c-carousel .slick-next {
  position: absolute;
  top: 79px;
  z-index: 2;
  inline-size: 40px;
  block-size: 40px;
  border-radius: 9999px;
  display: grid;
  place-items: center;
}

.c-carousel .slick-prev {
  left: calc((100% - 1192px) / 2);
}

.c-carousel .slick-next {
  right: calc((100% - 1192px) / 2);
}

.c-carousel__dots {
  margin-top: 25px;
  display: grid;
  place-items: center;
}

@media (max-width: 479px) {
  .c-carousel__slide {
    position: relative;
  }
  .c-carousel__slide-figure {
    width: 295px;
    margin: 0 8px;
  }
  .c-carousel .slick-prev,
  .c-carousel .slick-next {
    top: 64px;
  }
  .c-carousel .slick-prev {
    left: -10px;
  }
  .c-carousel .slick-next {
    right: -10px;
  }
}
.c-carouselBanner {
  position: relative;
  max-width: 1200px;
  margin: 0 auto;
}

.c-carouselBanner__track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.c-carouselBanner .slick-list {
  overflow: visible;
}

.c-carouselBanner .slick-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.c-carouselBanner .slick-slide {
  width: 368px;
  margin: 0 24px;
}

.c-carouselBanner .slick-slide > div {
  line-height: 1;
}

.c-carouselBanner__slide {
  position: relative;
}

.c-carouselBanner__slide-figure {
  line-height: 1;
}

.c-carouselBanner .slick-prev,
.c-carouselBanner .slick-next {
  position: absolute;
  top: 79px;
  z-index: 2;
  inline-size: 40px;
  block-size: 40px;
  border-radius: 9999px;
  display: grid;
  place-items: center;
}

.c-carouselBanner .slick-prev {
  left: calc((100% - 1192px) / 2);
}

.c-carouselBanner .slick-next {
  right: calc((100% - 1192px) / 2);
}

.c-carouselBanner__dots {
  margin-top: 25px;
  display: grid;
  place-items: center;
  margin-left: -18px;
}

@media (max-width: 479px) {
  .c-carouselBanner__dots {
    margin-left: 17px;
    margin-top: 22px;
  }
  .c-carouselBanner .slick-slide {
    width: 295px;
    margin: 0 8px;
  }
  .c-carouselBanner .slick-prev,
  .c-carouselBanner .slick-next {
    top: 64px;
  }
  .c-carouselBanner .slick-prev {
    left: -10px;
  }
  .c-carouselBanner .slick-next {
    right: -10px;
  }
}
.c-notification__track--notification {
  position: relative;
  min-height: 79px;
}

.c-notification__slide {
  position: absolute;
  inset: 0;
  display: block;
  pointer-events: none;
  visibility: hidden;
  will-change: transform, opacity;
  -webkit-transform: translateY(0);
  transform: translateY(0);
  overflow: hidden;
  border: 1px solid #cacaca;
  border-radius: 8px;
  -webkit-transition: border-color 0.17s linear;
  transition: border-color 0.17s linear;
}

.c-notification__slide:has(a:focus-visible) {
  border-color: #e0b928;
  outline: none;
}

.c-notification__slide::after, .c-notification__slide::before {
  content: "";
  display: block;
  width: 100%;
  height: 25px;
  background-color: #ffffff;
  position: absolute;
  pointer-events: none;
  z-index: 1;
}

.c-notification__slide::after {
  bottom: 0;
  top: auto;
}

.c-notification__slide::before {
  bottom: auto;
  top: 0;
}

.c-notification__slide .c-listLink__item {
  -webkit-transform: translateY(-30px);
  transform: translateY(-30px);
  opacity: 0;
}

.c-notification__slide[data-state=active] {
  visibility: visible;
  pointer-events: auto;
}

.c-notification__slide[data-state=active] .c-listLink__item {
  -webkit-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
  -webkit-transition: opacity 0.33s linear, -webkit-transform 0.33s cubic-bezier(0.73, 0, 0.83, 1);
  transition: opacity 0.33s linear, -webkit-transform 0.33s cubic-bezier(0.73, 0, 0.83, 1);
  transition: transform 0.33s cubic-bezier(0.73, 0, 0.83, 1), opacity 0.33s linear;
  transition: transform 0.33s cubic-bezier(0.73, 0, 0.83, 1), opacity 0.33s linear, -webkit-transform 0.33s cubic-bezier(0.73, 0, 0.83, 1);
}

.c-notification__slide[data-state=exiting] {
  visibility: visible;
}

.c-notification__slide[data-state=exiting] .c-listLink__item {
  -webkit-transform: translateY(30px);
  transform: translateY(30px);
  opacity: 0;
  -webkit-transition: opacity 0.33s linear, -webkit-transform 0.33s cubic-bezier(0.73, 0, 0.83, 1);
  transition: opacity 0.33s linear, -webkit-transform 0.33s cubic-bezier(0.73, 0, 0.83, 1);
  transition: transform 0.33s cubic-bezier(0.73, 0, 0.83, 1), opacity 0.33s linear;
  transition: transform 0.33s cubic-bezier(0.73, 0, 0.83, 1), opacity 0.33s linear, -webkit-transform 0.33s cubic-bezier(0.73, 0, 0.83, 1);
}

.c-notification__slide[data-state=entering] {
  visibility: visible;
  pointer-events: auto;
}

.c-notification__slide[data-state=entering] .c-listLink__item {
  -webkit-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
  -webkit-transition: opacity 0.33s linear 0.33s, -webkit-transform 0.33s cubic-bezier(0.73, 0, 0.83, 1) 0.33s;
  transition: opacity 0.33s linear 0.33s, -webkit-transform 0.33s cubic-bezier(0.73, 0, 0.83, 1) 0.33s;
  transition: transform 0.33s cubic-bezier(0.73, 0, 0.83, 1) 0.33s, opacity 0.33s linear 0.33s;
  transition: transform 0.33s cubic-bezier(0.73, 0, 0.83, 1) 0.33s, opacity 0.33s linear 0.33s, -webkit-transform 0.33s cubic-bezier(0.73, 0, 0.83, 1) 0.33s;
}

.c-notification .c-listLink__sub {
  color: #546a75;
}

.c-notification .c-listLink__item {
  border: none;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  will-change: transform, opacity;
  padding: 24px;
}

.c-notification .c-listLink__link {
  font-size: 1.8rem;
  line-height: 1.6;
  font-weight: bold;
  letter-spacing: 0.05em;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}

.c-notification .c-listLink__link:hover {
  text-decoration: none;
}

.c-notification .c-listLink__link:focus-visible {
  outline: none;
}

.c-notification .c-indicator__dots {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 24px;
}

@media (prefers-reduced-motion: reduce) {
  .c-notification__slide .c-listLink__item {
    -webkit-transition: none !important;
    transition: none !important;
  }
}
@media (max-width: 479px) {
  .c-notification__slide[data-state=active] .c-listLink__item {
    -webkit-transition: opacity 0.66s linear, -webkit-transform 0.66s cubic-bezier(0.73, 0, 0.83, 1);
    transition: opacity 0.66s linear, -webkit-transform 0.66s cubic-bezier(0.73, 0, 0.83, 1);
    transition: transform 0.66s cubic-bezier(0.73, 0, 0.83, 1), opacity 0.66s linear;
    transition: transform 0.66s cubic-bezier(0.73, 0, 0.83, 1), opacity 0.66s linear, -webkit-transform 0.66s cubic-bezier(0.73, 0, 0.83, 1);
  }
  .c-notification__slide[data-state=exiting] .c-listLink__item {
    -webkit-transform: translateY(100px);
    transform: translateY(100px);
    -webkit-transition: opacity 0.5s linear, -webkit-transform 0.5s cubic-bezier(0.73, 0, 0.83, 1);
    transition: opacity 0.5s linear, -webkit-transform 0.5s cubic-bezier(0.73, 0, 0.83, 1);
    transition: transform 0.5s cubic-bezier(0.73, 0, 0.83, 1), opacity 0.5s linear;
    transition: transform 0.5s cubic-bezier(0.73, 0, 0.83, 1), opacity 0.5s linear, -webkit-transform 0.5s cubic-bezier(0.73, 0, 0.83, 1);
  }
  .c-notification__slide[data-state=entering] .c-listLink__item {
    -webkit-transition: opacity 0.5s linear 0.5s, -webkit-transform 0.5s cubic-bezier(0.73, 0, 0.83, 1) 0.5s;
    transition: opacity 0.5s linear 0.5s, -webkit-transform 0.5s cubic-bezier(0.73, 0, 0.83, 1) 0.5s;
    transition: transform 0.5s cubic-bezier(0.73, 0, 0.83, 1) 0.5s, opacity 0.5s linear 0.5s;
    transition: transform 0.5s cubic-bezier(0.73, 0, 0.83, 1) 0.5s, opacity 0.5s linear 0.5s, -webkit-transform 0.5s cubic-bezier(0.73, 0, 0.83, 1) 0.5s;
  }
  .c-notification .c-listLink__link {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    white-space: normal;
  }
  .c-notification .c-listLink__item {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    row-gap: 7px;
    -webkit-transform: translateY(-100px);
    transform: translateY(-100px);
  }
  .c-notification .c-listLink__link:after {
    top: 34%;
  }
}
.news {
  min-height: 1000px;
  position: relative;
}

.news::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: -webkit-gradient(linear, left top, right top, from(#ff6b6b), to(#4ecdc4));
  background: linear-gradient(90deg, #ff6b6b, #4ecdc4);
  z-index: 1;
}

.content-section {
  padding: 80px 0;
}

.list-anchor--followMenu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 0;
}

.list-anchor--followMenu .btn--anchor {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

@media (max-width: 479px) {
  .list-anchor--followMenu .btn--anchor {
    -webkit-box-flex: 1;
    -ms-flex: auto;
    flex: auto;
  }
  .list-anchor--followMenu .btn--anchor br {
    display: none;
  }
}
.followFixed-wrapper .followFixed {
  opacity: 1;
}

@media (max-width: 479px) {
  .followMenu__wrap.is-sp-menu-open {
    opacity: 0 !important;
    visibility: hidden !important;
    pointer-events: none !important;
    height: 0 !important;
  }
}
.followMenu {
  position: fixed;
  top: 60px;
  right: 50%;
  -webkit-transform: translateX(50%);
  transform: translateX(50%);
  z-index: 1000;
  max-width: 1072px;
  width: calc(100% - 168px);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.25s linear, visibility 0.25s linear;
  transition: opacity 0.25s linear, visibility 0.25s linear;
  pointer-events: none;
}

.followMenu.is-closing {
  visibility: visible;
}

.followMenu.is-visible {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

.followMenu.is-stopped {
  position: absolute;
  top: var(--stopped-top);
  bottom: auto;
  -webkit-transform: translateX(50%);
  transform: translateX(50%);
}

.followMenu__trigger {
  position: relative;
  cursor: pointer;
  width: 100%;
  text-align: left;
}

.followMenu__background {
  background: #ffffff;
  border: 2px solid #009900;
  border-radius: 8px;
  padding: 14px 16px;
  -webkit-transition: background-color 0.17s linear;
  transition: background-color 0.17s linear;
  -webkit-box-shadow: 4px 4px 20px 0px rgba(11, 42, 58, 0.15);
  box-shadow: 4px 4px 20px 0px rgba(11, 42, 58, 0.15);
  display: block;
}

.followMenu__trigger:hover .followMenu__background, .followMenu__trigger:focus .followMenu__background, .followMenu.is-open .followMenu__background {
  background-color: #d1eed7;
}

.followMenu__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 8px;
}

.followMenu__text {
  position: relative;
  width: 100%;
  min-height: 24px;
}

.followMenu__text .no-transition {
  -webkit-transition: none !important;
  transition: none !important;
}

.followMenu__text-current, .followMenu__text-next {
  position: absolute;
  inset: 0 auto auto 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 1.6rem;
  line-height: 1.6;
  font-weight: 600;
  color: #0b2a3a;
  -webkit-transition: opacity 0.17s linear;
  transition: opacity 0.17s linear;
  will-change: opacity;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  display: block;
  width: 100%;
}

.followMenu__text-current {
  opacity: 0;
}

.followMenu__text-next {
  opacity: 0;
}

.followMenu__text-current.is-active {
  opacity: 1;
}

.followMenu__text-next.is-active {
  opacity: 1;
}

.followMenu__icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  -webkit-mask-image: url("../images/components/icons/ico_list.svg");
  mask-image: url("../images/components/icons/ico_list.svg");
  -webkit-mask-size: contain;
  mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
  background-color: #009900;
  margin-left: auto;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.followMenu__dropdown {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  margin-top: 3px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.33s cubic-bezier(0.33, 0, 0.24, 1);
  transition: opacity 0.33s cubic-bezier(0.33, 0, 0.24, 1);
}

.followMenu.is-open .followMenu__dropdown {
  opacity: 1;
  visibility: visible;
}

.followMenu__dropdown.is-closing {
  opacity: 1;
  visibility: visible;
}

.followMenu__dropdown-background {
  position: relative;
  background: #f7f7f7;
  border-radius: 8px;
  -webkit-box-shadow: 0px 2px 4px 0px rgba(11, 42, 58, 0.12);
  box-shadow: 0px 2px 4px 0px rgba(11, 42, 58, 0.12);
  overflow: hidden;
  height: 0;
  -webkit-transition: height 0.33s cubic-bezier(0.33, 0, 0.24, 1);
  transition: height 0.33s cubic-bezier(0.33, 0, 0.24, 1);
}

.followMenu__dropdown.is-closing .followMenu__dropdown-background, .followMenu:not(.is-open) .followMenu__dropdown-background.is-closing {
  -webkit-transition: height 0.33s cubic-bezier(0.73, 0, 0.83, 1);
  transition: height 0.33s cubic-bezier(0.73, 0, 0.83, 1);
}

.followMenu__dropdown-content {
  position: relative;
}

.followMenu__dropdown-item {
  display: block;
  width: 100%;
  padding: 13.5px 16px;
  cursor: pointer;
  background: none;
  border: 0;
  text-align: left;
}

.followMenu__dropdown-text {
  font-size: 1.6rem;
  line-height: 1.4;
  color: #0b2a3a;
  font-weight: 400;
  opacity: 0;
  -webkit-transition: opacity 0.25s linear 0.08s, font-weight 0.17s linear;
  transition: opacity 0.25s linear 0.08s, font-weight 0.17s linear;
}

.followMenu.is-open .followMenu__dropdown-text {
  opacity: 1;
}

.followMenu.is-closing .followMenu__dropdown-text {
  -webkit-transition: opacity 0.17s linear 0s, font-weight 0.17s linear;
  transition: opacity 0.17s linear 0s, font-weight 0.17s linear;
}

.followMenu__dropdown-item:hover .followMenu__dropdown-text {
  -webkit-transition: opacity 0.17s linear;
  transition: opacity 0.17s linear;
  opacity: 0.5;
}

.followMenu__dropdown-item.is-active .followMenu__dropdown-text {
  font-weight: bold;
}

@media (max-width: 479px) {
  .followMenu {
    width: calc(100% - 49px);
  }
}
.scroll-trigger {
  position: absolute;
  width: 100%;
  height: 2px;
  left: 0;
  pointer-events: none;
  z-index: 999;
}

.scroll-trigger--start {
  background: blue;
  opacity: 0.7;
}

.scroll-trigger--switch {
  background: red;
  opacity: 0.7;
}

.scroll-trigger--end {
  background: green;
  opacity: 0.7;
}

.followFixed__icon,
.l-menuSub__icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  background-color: #a6a6a6;
  margin-left: auto;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.followFixed__icon.ico_link,
.l-menuSub__icon.ico_link {
  -webkit-mask-image: url("../images/components/icons/ico_chevron_right.svg");
  mask-image: url("../images/components/icons/ico_chevron_right.svg");
  -webkit-mask-size: contain;
  mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
}

.followFixed__icon.ico_target,
.l-menuSub__icon.ico_target {
  -webkit-mask-image: url("../images/components/icons/ico_open_in_new.svg");
  mask-image: url("../images/components/icons/ico_open_in_new.svg");
  -webkit-mask-size: contain;
  mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
}

.followFixed__icon.ico_plus,
.l-menuSub__icon.ico_plus {
  -webkit-mask-image: url("../images/components/icons/ico_add.svg");
  mask-image: url("../images/components/icons/ico_add.svg");
  -webkit-mask-size: contain;
  mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
}

.followFixed__icon.ico_remove,
.l-menuSub__icon.ico_remove {
  -webkit-mask-image: url("../images/components/icons/ico_remove.svg");
  mask-image: url("../images/components/icons/ico_remove.svg");
  -webkit-mask-size: contain;
  mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
}

.menuLocal {
  width: 100%;
  background-color: #f7f8f9;
}

.menuLocal__inner {
  padding: 17px 17px;
}

@media (min-width: 480px) {
  .menuLocal__inner.c-accordion_panel {
    height: auto !important;
  }
}
.menuLocal__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-column-gap: 38px;
  -moz-column-gap: 38px;
  column-gap: 38px;
}

.menuLocal__item:first-child, .menuLocal__item:last-child {
  width: 100%;
}

.menuLocal__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
}

.menuLocal__link--parent {
  font-size: 1.6rem;
  line-height: 1.5;
  font-weight: bold;
  color: #009900;
  letter-spacing: 0;
  -webkit-transition: color 0.17s linear;
  transition: color 0.17s linear;
}

.menuLocal__link--parent:visited {
  color: #009900;
}

.menuLocal__link--parent::before {
  content: "";
  -webkit-mask-image: url("../images/components/icons/ico_chevron_right.svg");
  mask-image: url("../images/components/icons/ico_chevron_right.svg");
  -webkit-mask-size: contain;
  mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
  background-color: #009900;
  width: 27px;
  height: 27px;
  margin-right: 3px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.menuLocal__link--parent:hover {
  color: #009900;
  text-decoration: underline;
  text-underline-offset: 0.3ex;
}

.menuLocal__link--parent.no-link {
  cursor: default;
}

.menuLocal__link--parent.no-link:hover {
  text-decoration: none;
}

.menuLocal__subWrap--level1 {
  margin-block: 7px 15px;
  padding-left: 30px;
  max-width: 926px;
}

@media (min-width: 480px) {
  .menuLocal__subWrap--level1 .menuLocal__subList {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-column-gap: 40px;
    -moz-column-gap: 40px;
    column-gap: 40px;
  }
}
.menuLocal__subWrap--level2 {
  margin-block: 5px 8px;
}

@media (min-width: 480px) {
  .menuLocal__subWrap--level2.c-accordion_panel {
    height: auto !important;
  }
}
.menuLocal__subItem:not(:first-child) {
  margin-top: 0;
}

.menuLocal__subItem-wrap--group {
  padding-left: 24px;
  margin-block: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.menuLocal__subItem--group {
  padding-left: 12px;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  min-width: 185px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
}

.menuLocal__subItem--group-title {
  font-size: 1.4rem;
  line-height: 1.5;
  font-weight: 500;
  color: #0b2a3a;
  letter-spacing: 0;
  padding: 4px 12px 4px;
  margin-bottom: 0;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  background-color: #f7f3f4;
}

.menuLocal__subItem-item--group .menuLocal__subItem-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.menuLocal__subItem-item--group .menuLocal__subItem-link::before {
  content: "";
  -webkit-mask-image: url("../images/components/icons/ico_chevron_right.svg");
  mask-image: url("../images/components/icons/ico_chevron_right.svg");
  -webkit-mask-size: contain;
  mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
  background-color: #009900;
  width: 24px;
  height: 24px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.menuLocal__subItem-item--group .menuLocal__subItem-link:before {
  background-color: #4a4a4a;
}

.menuLocal__subItem-item--group .menuLocal__subItem-link:hover .menuLocal__subItem-text {
  text-decoration: underline;
  text-underline-offset: 0.3ex;
  color: #009900;
}

.menuLocal__subItem-item--group .menuLocal__subItem-text {
  font-weight: 400;
  color: #0b2a3a;
  -webkit-transition: color 0.17s linear;
  transition: color 0.17s linear;
}

.menuLocal__subLink {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  font-size: 1.4rem;
  line-height: 1.5;
  font-weight: bold;
  color: #0b2a3a;
  letter-spacing: 0;
  -webkit-transition: color 0.17s linear;
  transition: color 0.17s linear;
}

.menuLocal__subLink:visited {
  color: #0b2a3a;
}

.menuLocal__subLink::before {
  content: "";
  -webkit-mask-image: url("../images/components/icons/ico_chevron_right.svg");
  mask-image: url("../images/components/icons/ico_chevron_right.svg");
  -webkit-mask-size: contain;
  mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
  background-color: #009900;
  width: 24px;
  height: 24px;
  margin-right: 4px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.menuLocal__subLink:hover {
  color: #009900;
  text-decoration: underline;
  color: #0b2a3a;
  text-underline-offset: 0.3ex;
}

.menuLocal__subItem:nth-child(-n+2):hover .menuLocal__subLink {
text-decoration: none !important;
cursor:default !important;
}
    
.menuLocal__columns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 24px;
  padding-left: 16px;
}

.menuLocal__column {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  min-width: 277px;
}

.menuLocal__linkList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.menuLocal__linkItem:not(:first-child) {
  margin-top: 6px;
}

.menuLocal__linkText {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  position: relative;
  font-size: 1.2rem;
  line-height: 1.5;
  font-weight: 400;
  color: #0b2a3a;
  letter-spacing: 0;
  padding-left: 12px;
  -webkit-transition: color 0.17s linear;
  transition: color 0.17s linear;
}

.menuLocal__linkText:visited {
  color: #0b2a3a;
}

.menuLocal__linkText::before {
  content: "";
  -webkit-mask-image: url("../images/components/icons/ico_line.svg");
  mask-image: url("../images/components/icons/ico_line.svg");
  -webkit-mask-size: contain;
  mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
  background-color: #a6a6a6;
  width: 8px;
  height: 2px;
  margin-top: 8px;
  margin-right: 8px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.menuLocal__linkText:hover {
  color: #009900;
  text-decoration: underline;
  text-underline-offset: 0.3ex;
}

@media (max-width: 479px) {
  .menuLocal {
    width: 100%;
    background-color: #ffffff;
    -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
    border-top: 1px solid #e0e3d4;
    overflow: hidden;
  }
  .menuLocal__button_wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
    height: 60px;
    position: relative;
    z-index: 99;
    cursor: pointer;
  }
  .menuLocal__button_menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 15px;
    margin-left: 24px;
    width: 100%;
  }
  .menuLocal__button_menu[aria-expanded=true] + .menuLocal__button_close {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  .menuLocal__button-text {
    font-size: 1.4rem;
    line-height: 1.4285714286;
    font-weight: bold;
    color: #0b2a3a;
    letter-spacing: 0;
  }
  .menuLocal__button-icon {
    padding-top: 1px;
  }
  .menuLocal__button_close {
    width: 30px;
    height: 100%;
    cursor: pointer;
    background-color: #ecf5ea;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-transition: -webkit-transform 0.17s linear;
    transition: -webkit-transform 0.17s linear;
    transition: transform 0.17s linear;
    transition: transform 0.17s linear, -webkit-transform 0.17s linear;
    -webkit-transform: translateX(101%);
    transform: translateX(101%);
    cursor: pointer;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    position: absolute;
    right: 0;
    top: 0;
    pointer-events: none;
  }
  .menuLocal__inner {
    padding: 0;
  }
  .menuLocal__list {
    -webkit-column-gap: 38px;
    -moz-column-gap: 38px;
    column-gap: 38px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .menuLocal__item {
    border-top: 1px solid #e0e3d4;
  }
  .menuLocal__item:first-child {
    width: 100%;
  }
  .menuLocal__item:last-child {
    border-bottom: 1px solid #e0e3d4;
  }
  .menuLocal__link--parent {
    padding: 14px 22px 18px;
  }
  .menuLocal__subWrap--level1 {
    padding-block: 0 0;
    margin-block: 0px 0px;
    padding-left: 0;
    max-width: 100%;
    border-top: 1px solid #e0e3d4;
  }
  .menuLocal__subWrap--level2 {
    margin-block: -1px 0px;
    padding-left: 0;
  }
  .menuLocal__subItem {
    position: relative;
  }
  .menuLocal__subItem:not(:first-child) {
    border-top: 1px solid #e0e3d4;
    margin-top: 0;
  }
  .menuLocal__subItem-wrap--group {
    padding-inline: 40px 24px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .menuLocal__subItem--group {
    width: 100%;
    min-width: auto;
  }
  .menuLocal__subItem--group-title {
    margin-bottom: 8px;
  }
  .menuLocal__subItem--group .menuLocal__subItem-link {
    width: 100%;
  }
  .menuLocal__subItem.menuLocal__subItem--group {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    border-top: none;
    gap: 10px;
  }
  .menuLocal__subIcon {
    position: absolute;
    right: 11px;
    top: 12px;
    width: 24px;
    height: 24px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    pointer-events: none;
  }
  .menuLocal__subIcon::before {
    content: "";
    -webkit-mask-image: url("../images/components/icons/ico_plus.svg");
    mask-image: url("../images/components/icons/ico_plus.svg");
    -webkit-mask-size: contain;
    mask-size: contain;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-position: center;
    mask-position: center;
    background-color: #009900;
    width: 10px;
    height: 10px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
  }
  .menuLocal__subLink {
    padding: 12px 35px 13px;
  }
  .menuLocal__subLink[aria-expanded=true] + .menuLocal__subIcon::before {
    -webkit-mask-image: url("../images/components/icons/ico_minute.svg");
    mask-image: url("../images/components/icons/ico_minute.svg");
  }
  .menuLocal__columns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 24px;
    padding-left: 0;
  }
  .menuLocal__column {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    min-width: auto;
  }
  .menuLocal__linkList {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    border-top: 1px solid #e0e3d4;
  }
  .menuLocal__linkItem {
    border-bottom: 1px solid #e0e3d4;
    width: 50%;
    min-height: 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .menuLocal__linkItem:not(:first-child) {
    margin-top: 0;
  }
  .menuLocal__linkItem:nth-child(even) .menuLocal__linkText {
    padding-left: 11px;
    padding-right: 14px;
  }
  .menuLocal__linkItem:nth-child(odd) {
    border-right: 1px solid #e0e3d4;
  }
  .menuLocal__linkItem:nth-child(even) {
    border-right: none;
  }
  .menuLocal__linkItem.no-border {
    border-bottom: none;
  }
  .menuLocal__linkText {
    font-size: 1.2rem;
    line-height: 1.3333333333;
    font-weight: 400;
    padding: 7px 8px 10px 23px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .menuLocal__linkText::before {
    margin-top: 9px;
  }
  .menuLocal__linkText:hover {
    color: #009900;
    text-decoration: underline;
    text-underline-offset: 0.3ex;
  }
}
.followFixed {
  position: absolute;
  top: 0;
  z-index: 1000;
  max-width: 300px;
  width: 100%;
  opacity: 0;
  visibility: visible;
  -webkit-transition: opacity 0.25s linear, visibility 0.25s linear;
  transition: opacity 0.25s linear, visibility 0.25s linear;
  pointer-events: auto;
  padding-top: 20px;
}

.followFixed.is-closing {
  visibility: visible;
}

.followFixed.is-visible {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  position: fixed;
  top: 100px;
}

.followFixed__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 8px;
}

@media (max-width: 479px) {
  .followFixed {
    width: calc(100% - 49px);
  }
}
.followFixed.is-pointer-events {
  pointer-events: none !important;
}

.followFixed .ico_accordion-trigger::after {
  content: "";
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 14px;
  height: 14px;
  margin-left: auto;
  background: url("../images/components/icons/ico_plus.svg") no-repeat center center/14px;
  position: absolute;
  right: 29px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.followFixed .ico_accordion-trigger[aria-expanded=true]::after {
  background-image: url("../images/components/icons/ico_minute.svg");
}

.followFixed__button_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  height: 96px;
  position: relative;
  z-index: 99;
  border: 2px solid #009900;
  border-left: none;
  border-radius: 0 14px 14px 0;
  background-color: #ffffff;
  -webkit-transition: left 0.17s linear;
  transition: left 0.17s linear;
  left: 0;
}

.followFixed__button_wrap.is-closed {
  left: -29px;
}

.followFixed__button_close {
  width: 28px;
  height: 100%;
  cursor: pointer;
  background-color: #ecf5ea;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-transition: background-color 0.17s linear;
  transition: background-color 0.17s linear;
}

.followFixed__button_close .followFixed__button-icon {
  margin-top: 0;
}

.followFixed__button_close:hover {
  background-color: #d1eed7;
}

.followFixed__button_menu {
  width: 93px;
  height: 100%;
  padding: 8px;
  cursor: pointer;
  border-left: none;
  border-radius: 0 14px 14px 0;
  text-align: center;
  pointer-events: auto !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-transition: background-color 0.17s linear;
  transition: background-color 0.17s linear;
}

.followFixed__button_menu:hover {
  background-color: #d1eed7;
}

.followFixed__button-icon {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  height: auto;
  margin: 9px auto 0;
}

.followFixed__button-text {
  font-size: 1.1rem;
  line-height: 1.2727272727;
  font-weight: bold;
  color: #0b2a3a;
  margin-top: 9px;
}

.followFixed-background {
  position: relative;
  background: #f7f7f7;
  -webkit-box-shadow: 3px 3px 15px rgba(51, 51, 51, 0.1);
  box-shadow: 3px 3px 15px rgba(51, 51, 51, 0.1);
  -webkit-transition: left 0.34s linear, opacity 0.34s linear;
  transition: left 0.34s linear, opacity 0.34s linear;
  z-index: 90;
  max-height: calc(100vh - 230px);
  overflow-y: auto;
}

.followFixed-background::-webkit-scrollbar {
  width: 8px;
  background-color: #ffffff;
  border-radius: 4px;
}

.followFixed-background::-webkit-scrollbar-thumb {
  border-radius: 4px;
  background-color: #575757;
}

.followFixed-background::--webkit-scrollbar-track {
  border-radius: 4px;
  background-color: #ffffff;
}

.followFixed-background.is-open {
  left: 0;
  opacity: 1;
}

.followFixed-background.is-closed {
  left: -100%;
  pointer-events: none;
  opacity: 0;
}

.followFixed__dropdown-content {
  position: relative;
  padding-block: 18px;
  background-color: #f7f8f9;
}

.followFixed__menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.followFixed__menu {
  padding: 0 15px;
}

.followFixed__menu-item:not(:first-child) {
  margin-top: 8px;
}

.followFixed__menu-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
}

.followFixed__menu-link:hover .followFixed__menu-text {
  text-decoration: underline;
  text-underline-offset: 0.3ex;
}

.followFixed__menu-link.no-link {
  cursor: default;
}

.followFixed__menu-link.no-link:hover .followFixed__menu-text {
  text-decoration: none;
}

.followFixed__menu-link::before {
  content: "";
  -webkit-mask-image: url("../images/components/icons/ico_chevron_right.svg");
  mask-image: url("../images/components/icons/ico_chevron_right.svg");
  -webkit-mask-size: contain;
  mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
  background-color: #009900;
  width: 24px;
  height: 24px;
  margin-right: 3px;
}

.followFixed__menu-text {
  font-size: 1.6rem;
  line-height: 1.5;
  font-weight: bold;
  color: #009900;
  letter-spacing: 0;
}

.followFixed__submenu-wrap--group {
  padding-left: 24px;
  margin-block: 10px;
}

.followFixed__submenu-wrap--level2 {
  margin-top: 7px;
  margin-bottom: 9px;
  padding-left: 28px;
}

.followFixed__submenu-wrap--level3 {
  margin-block: 13px;
  padding-left: 28px;
  overflow: hidden;
  height: auto;
}

.followFixed__submenu--group {
  padding-left: 12px;
}

.followFixed__submenu--group-title {
  font-size: 1.4rem;
  line-height: 1.5;
  font-weight: 500;
  color: #0b2a3a;
  margin-bottom: 8px;
  padding: 4px 8px 4px 12px;
  background-color: #f7f3f4;
}

.followFixed__submenu-item--group .followFixed__submenu-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-block: 5px;
}

.followFixed__submenu-item--group .followFixed__submenu-link:before {
  background-color: #4a4a4a;
}

.followFixed__submenu-item--group .followFixed__submenu-text {
  font-weight: 400;
  color: #0b2a3a;
}

.followFixed__submenu-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
}

.followFixed__submenu-link:hover .followFixed__submenu-text {
  text-decoration: underline;
  text-underline-offset: 0.3ex;
  color: #009900;
}

.followFixed__submenu-link::before {
  content: "";
  -webkit-mask-image: url("../images/components/icons/ico_chevron_right.svg");
  mask-image: url("../images/components/icons/ico_chevron_right.svg");
  -webkit-mask-size: contain;
  mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
  background-color: #009900;
  width: 24px;
  height: 24px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-right: 4px;
}

.followFixed__submenu-text {
  font-size: 1.4rem;
  line-height: 1.5;
  font-weight: bold;
  color: #0b2a3a;
  letter-spacing: 0;
  -webkit-transition: color 0.17s linear;
  transition: color 0.17s linear;
}

.followFixed__submenu-item--level2:not(:first-child) {
  margin-top: 8px;
}

.followFixed__submenu-item--level3:first-child {
  border-top: 1px solid #e0e3d4;
}

.followFixed__submenu-item--level3 .followFixed__submenu-link {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  padding-block: 13px;
  border-bottom: 1px solid #e0e3d4;
}

.followFixed__submenu-item--level3 .followFixed__submenu-link::before {
  content: "";
  -webkit-mask-image: url("../images/components/icons/ico_line.svg");
  mask-image: url("../images/components/icons/ico_line.svg");
  -webkit-mask-size: contain;
  mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
  background-color: #a6a6a6;
  width: 8px;
  height: 2px;
  margin-top: 8px;
  margin-right: 8px;
}

.followFixed__submenu-item--level3 .followFixed__submenu-text {
  font-weight: 400;
  font-size: 1.2rem;
  line-height: 1.3333333333;
  color: #0b2a3a;
}

.floatMenu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  position: fixed;
  right: 0;
  bottom: 16px;
  z-index: 10001;
}

@media (max-width: 479px) {
  .floatMenu {
    right: 16px;
    bottom: 70px;
  }
}
.floatMenu-list {
  width: 96px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  border: 2px solid #009900;
  border-right: none;
  border-top-left-radius: 16px;
  border-bottom-left-radius: 16px;
  background-color: #ffffff;
  -webkit-box-shadow: 4px 4px 20px 0px rgba(11, 42, 58, 0.15);
  box-shadow: 4px 4px 20px 0px rgba(11, 42, 58, 0.15);
  overflow: hidden;
  -webkit-transition: width 0.5s cubic-bezier(0.33, 0, 0.24, 1);
  transition: width 0.5s cubic-bezier(0.33, 0, 0.24, 1);
  position: relative;
}

@media (max-width: 479px) {
  .floatMenu-list {
    -webkit-transition: width 0.42s cubic-bezier(0.33, 0, 0.24, 1);
    transition: width 0.42s cubic-bezier(0.33, 0, 0.24, 1);
  }
}
@media (max-width: 479px) {
  .floatMenu-list {
    width: 66px;
    border-width: 1px;
    border-radius: 8px;
    border-right: 1px solid #009900;
  }
}
.floatMenu-list.is-active {
  width: 414px;
  -webkit-transition: width 0.5s cubic-bezier(0.33, 0, 0.24, 1);
  transition: width 0.5s cubic-bezier(0.33, 0, 0.24, 1);
}

@media (max-width: 479px) {
  .floatMenu-list.is-active {
    width: calc(100vw - 32px);
    -webkit-transition: width 0.42s cubic-bezier(0.33, 0, 0.24, 1);
    transition: width 0.42s cubic-bezier(0.33, 0, 0.24, 1);
  }
}
.floatMenu-list.is-active .floatMenu-item:not(:first-child) {
  -webkit-transition-delay: 0.08s;
  transition-delay: 0.08s;
  opacity: 1;
}

.floatMenu-list.is-active .floatMenu-item:first-child {
  opacity: 0;
  pointer-events: none;
}

.floatMenu-list.is-active .floatMenu-link:not(.floatMenu-link--close) {
  border-left: 1px solid #d1eed7;
}

.floatMenu-item {
  width: 100%;
  opacity: 0;
  -webkit-transition: opacity 0.17s linear;
  transition: opacity 0.17s linear;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}

.floatMenu-item:first-child {
  background-color: #fff;
  opacity: 1;
  -webkit-transition: opacity 0.17s linear;
  transition: opacity 0.17s linear;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
}

.floatMenu-item:first-child .floatMenu-link {
  border-left: none;
}

@media (max-width: 479px) {
  .floatMenu-item:first-child .floatMenu-link {
    width: 66px;
  }
}
.floatMenu-item:first-child .floatMenu-link, .floatMenu-item:nth-child(2) .floatMenu-link {
  border-top-left-radius: 14px;
  border-bottom-left-radius: 14px;
}

@media (max-width: 479px) {
  .floatMenu-item:first-child .floatMenu-link, .floatMenu-item:nth-child(2) .floatMenu-link {
    border-top-left-radius: 7px;
    border-bottom-left-radius: 7px;
  }
}
@media (max-width: 479px) {
  .floatMenu-item:last-child .floatMenu-link {
    border-top-right-radius: 7px;
    border-bottom-right-radius: 7px;
  }
}
.floatMenu-link {
  width: 96px;
  height: 100%;
  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-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 14px 8px;
  gap: 4px;
  font-size: 1.1rem;
  line-height: 1.2727272727;
  font-weight: bold;
  letter-spacing: 0.0109090909em;
  text-align: center;
  color: #0b2a3a;
  border-left: none;
  -webkit-transition: background-color 0.17s linear, outline 0.17s linear, border-left 0.17s linear;
  transition: background-color 0.17s linear, outline 0.17s linear, border-left 0.17s linear;
}

@media (max-width: 479px) {
  .floatMenu-link {
    width: calc((100vw - 61px) / 4);
    font-size: 1rem;
    line-height: 1.4;
    letter-spacing: 0.012em;
    padding: 4px 4px 2px;
    -webkit-transition: background-color 0.42s cubic-bezier(0.33, 0, 0.24, 1), outline 0.17s linear, border-left 0.42s cubic-bezier(0.33, 0, 0.24, 1);
    transition: background-color 0.42s cubic-bezier(0.33, 0, 0.24, 1), outline 0.17s linear, border-left 0.42s cubic-bezier(0.33, 0, 0.24, 1);
  }
}
.floatMenu-link:hover {
  color: #0b2a3a;
  background-color: #d1eed7;
}

.floatMenu-link:focus-visible {
  outline-offset: -2px;
}

.floatMenu-link--close {
  width: 28px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #ecf5ea;
  border-left: none;
}

@media (max-width: 479px) {
  .floatMenu-link--close {
    width: 29px;
  }
}
.floatMenu-link--close .floatMenu-icon {
  width: 16px;
  height: 16px;
}

@media (max-width: 479px) {
  .floatMenu-link--close .floatMenu-icon {
    -webkit-transform: translateX(-1px);
    transform: translateX(-1px);
  }
}
@media (max-width: 479px) {
  .floatMenu-icon {
    width: 24px;
    height: 24px;
  }
}
@keyframes textFadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes textFadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
.c-headline--xl {
  color: #0b2a3a;
  font-size: 3.6rem;
  line-height: 1.6;
  font-weight: bold;
  letter-spacing: 0.05em;
}

@media (max-width: 479px) {
  .c-headline--xl {
    font-size: 3.2rem;
    line-height: 1.8;
    letter-spacing: 0.05625em;
  }
}
.c-headline--l {
  color: #0b2a3a;
  font-size: 2.6rem;
  line-height: 1.6;
  font-weight: bold;
  letter-spacing: 0.05em;
}

.c-headline--m {
  color: #0b2a3a;
  font-size: 2.2rem;
  line-height: 1.6;
  font-weight: bold;
  letter-spacing: 0.05em;
}

.c-headline--s {
  color: #0b2a3a;
  font-size: 1.8rem;
  line-height: 1.6;
  font-weight: bold;
  letter-spacing: 0.05em;
}

.c-headline--xs {
  color: #0b2a3a;
  font-size: 1.6rem;
  line-height: 1.6;
  font-weight: bold;
  letter-spacing: 0.05em;
}

.c-headline--xxs {
  color: #0b2a3a;
  font-size: 1.4rem;
  line-height: 1.8;
  font-weight: bold;
  letter-spacing: 0.05em;
}

.c-headline--icon {
  padding-left: 19px;
  background: url("../images/components/icons/ico_headline.svg") no-repeat top left;
  background-size: 3px 32px;
  background-position-y: 5px;
}

.c-headline--c-green80 {
  color: #2f691d;
}

.c-green80 {
  color: #2f691d;
}

.c-red50 {
  color: #e02828;
}

.u-spacing {
  margin-inline: -1px;
}

.c-text {
  color: #0b2a3a;
  font-size: 1.6rem;
  line-height: 1.8;
  font-weight: 400;
  letter-spacing: 0.05em;
}

.c-text--secondary {
  font-size: 1.4rem;
  line-height: 1.8;
  letter-spacing: 0.05em;
}

.c-text--third {
  font-size: 1.2rem;
  line-height: 1.6;
  letter-spacing: 0.05em;
}

.c-text--green80 {
  color: #2f691d;
}

.c-text--bold {
  font-weight: bold;
}

.c-text--col2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.c-text--col2 span:first-child {
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.c-text--col2 span:last-child {
  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-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 2px;
}

@media (max-width: 479px) {
  .c-text--col2 span:last-child {
    gap: 8px;
  }
}
.c-textSub {
  vertical-align: text-top;
  font-size: 65%;
}

.c-caption,
.c-list {
  list-style-type: none;
  padding-left: 0;
}

.c-caption--decimal > .c-list__item, .c-caption--decimal > .c-caption__item,
.c-list--decimal > .c-list__item,
.c-list--decimal > .c-caption__item {
  counter-increment: listCounter;
}

.c-caption__item,
.c-list__item {
  position: relative;
}

.c-caption__item:not(:first-child),
.c-list__item:not(:first-child) {
  margin-top: 4px;
}

.c-caption__item::before,
.c-list__item::before {
  position: absolute;
  left: 0;
}

.c-caption__item {
  color: #546a75;
  font-size: 1.2rem;
  line-height: 1.6;
  font-weight: 400;
  letter-spacing: 0.05em;
  padding-left: 16px;
}

.c-caption__item::before {
  content: "※";
  color: #546a75;
}

.c-caption__item--secondary {
  font-size: 1rem;
  line-height: 1.4;
  letter-spacing: 0.012em;
}

.c-caption__item--star::before {
  content: "＊";
}

.c-caption__item--normal {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-left: 0;
}

.c-caption__item--normal span {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-right: 4px;
}

.c-caption__item--normal::before {
  content: "";
}

.c-caption__item .c-link {
  color: #009900;
  font-size: 1.2rem;
  line-height: 1.6;
  font-weight: 400;
  letter-spacing: 0.05em;
}

.c-caption--decimal .c-caption__item {
  padding-left: 24px;
}

.c-caption--decimal .c-caption__item::before {
  content: "※" counter(listCounter) "";
}

.c-list {
  padding-left: 5px;
}

.c-list__item {
  color: #0b2a3a;
  font-size: 1.4rem;
  line-height: 1.8;
  font-weight: 400;
  letter-spacing: 0.05em;
  padding-left: 15px;
}

.c-list__item--bold {
  font-weight: bold;
}

.c-list__item .c-link {
  font-size: 1.4rem;
  line-height: 1.8;
  font-weight: 400;
  letter-spacing: 0.05em;
}

.c-list__item .c-link--inline {
  display: inline;
}

.c-list__item::before {
  font-size: 1.6rem;
  line-height: 1;
  font-family: "Inter", sans-serif;
  color: #2f691d;
  font-weight: bold;
  top: 4px;
}

.c-list--decimal .c-list__item::before {
  content: counter(listCounter) "";
}

.c-list--disc .c-list__item::before {
  content: "";
  width: 6px;
  height: 6px;
  background-color: #2f691d;
  border-radius: 100%;
  top: 10px;
}

.c-list--disc__small .c-list__item {
  font-size: 1.2rem;
  line-height: 1.6;
  font-weight: 400;
  letter-spacing: 0.05em;
}

.c-list--disc__small .c-list__item::before {
  top: 7px;
}

.c-list--disc__small--secondary {
  padding-left: 10px;
}

.c-list--disc__small--secondary .c-list__item {
  padding-left: 10px;
  color: #546a75;
}

.c-list--disc__small--secondary .c-list__item::before {
  width: 3px;
  height: 3px;
  background-color: #546a75;
  top: 9px;
}

.c-list--hyphen .c-list__item {
  font-size: 1.2rem;
  line-height: 1.6;
}

.c-list--hyphen .c-list__item::before {
  content: "";
  width: 8px;
  height: 2px;
  background-color: #a6a6a6;
  border-radius: 100%;
  top: 10px;
}

/* ========================================
 * Decorative
 * ========================================
 */
.decorative {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 12px;
}

.decorative__item {
  margin-bottom: 20px;
}

.decorative__title {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 16px;
  color: #333;
}

.decorative__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 20px;
  background-color: #dbdbdb;
  max-width: 300px;
  padding: 20px;
}

.decorative__content--indicator {
  background-color: #f3f4f4;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  gap: 40px;
}

/* ========================================
 * Parts Fukidashi (Speech Bubble)
 * ========================================
 */
.parts-fukidashi {
  position: relative;
  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-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 264px;
  margin: 0 auto;
}

.parts-fukidashi__bubble {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: stretch;
  -ms-flex-pack: stretch;
  justify-content: stretch;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  gap: 10px;
  padding: 5px 16px;
  border-radius: 28px;
  width: 100%;
  position: relative;
  z-index: 2;
}

.parts-fukidashi__text {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-size: 1.4rem;
  line-height: 1.8;
  letter-spacing: 0.07em;
  letter-spacing: 0.05em;
  font-weight: bold;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #2f691d;
}

.parts-fukidashi__tail {
  width: 16px;
  height: 8px;
  position: relative;
  z-index: 1;
  margin-top: -1px;
}

.parts-fukidashi__tail::before {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
}

.parts-fukidashi--green .parts-fukidashi__bubble {
  background-color: #d1eed7;
}

.parts-fukidashi--green .parts-fukidashi__text {
  color: #2f691d;
}

.parts-fukidashi--green .parts-fukidashi__tail::before {
  border-top: 8px solid #d1eed7;
}

.parts-fukidashi--white .parts-fukidashi__bubble {
  background-color: #ffffff;
}

.parts-fukidashi--white .parts-fukidashi__text {
  color: #2f691d;
}

.parts-fukidashi--white .parts-fukidashi__tail::before {
  border-top: 8px solid #ffffff;
}

/* ========================================
 * Parts Alphabet
 * ========================================
 */
.parts-alphabet {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 20px;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.parts-alphabet--size-24 .parts-alphabet__item {
  margin-bottom: 20px;
}

.parts-alphabet--size-40 .parts-alphabet__item {
  margin-bottom: 20px;
}

.parts-alphabet__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.parts-alphabet__circle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #2f691d;
  border-radius: 999999px;
  position: relative;
}

.parts-alphabet__text {
  color: #ffffff;
  font-family: "Inter", sans-serif;
  font-weight: 600;
  text-align: center;
  line-height: 1em;
  -webkit-transform: translateX(0.5px);
  transform: translateX(0.5px);
}

.parts-alphabet--size-24 .parts-alphabet__circle {
  width: 24px;
  height: 24px;
}

.parts-alphabet--size-24 .parts-alphabet__text {
  font-size: 16px;
}

.parts-alphabet--size-40 .parts-alphabet__circle {
  width: 40px;
  height: 40px;
}

.parts-alphabet--size-40 .parts-alphabet__text {
  font-size: 32px;
}

.parts-no {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 8px;
}

.parts-no__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #2f691d;
  border-radius: 999999px;
  color: #ffffff;
  text-align: center;
  padding-left: 1px;
}

.parts-no__text {
  font-family: "Inter", sans-serif;
  font-weight: bold;
  display: block;
  font-size: 1.6rem;
  line-height: 1;
}

.parts-no--size-24 .parts-no__item {
  width: 24px;
  height: 24px;
  border-radius: 999999px;
}

.parts-no--size-24 .parts-no__text {
  font-size: 1.6rem;
  line-height: 1;
}

.parts-no--size-32 .parts-no__item {
  width: 32px;
  height: 32px;
  border-radius: 999999px;
}

.parts-no--size-32 .parts-no__text {
  font-size: 1.8rem;
  line-height: 1.6;
}

.parts-no--green .parts-no__item {
  background-color: #2f691d;
}

.parts-no--orange .parts-no__item {
  background-color: #c74d00;
}

/* ========================================
 * Parts Headline
 * ========================================
 */
.parts-headline {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
  z-index: 1;
}

.parts-headline::after, .parts-headline::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
}

.parts-headline::after {
  background-color: #2f691d;
}

.parts-headline::before {
  background-color: #ffffff;
}

/* ========================================
 * Parts Step
 * ========================================
 */
.parts-step {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 20px;
}

.parts-step_hoz {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
}

.parts-step__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}

.parts-step__item.no-label .parts-step__icon {
  bottom: 0;
  left: 0;
}

.parts-step__item.h-custom .parts-step__icon {
  height: 24px;
}

.parts-step__item--horizontal {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}

.parts-step__item--small .parts-step__label {
  font-size: 1rem;
  line-height: 1;
}

.parts-step__item--small .parts-step__number {
  font-size: 2.4rem;
  line-height: 1;
}

.parts-step__label {
  font-family: "Inter", sans-serif;
  font-weight: 900;
  font-size: 1.2rem;
  line-height: 1;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.parts-step__number {
  font-family: "Inter", sans-serif;
  font-weight: 900;
  font-size: 3.2rem;
  line-height: 1;
  letter-spacing: 0;
}

.parts-step__number--complete {
  font-family: "Noto Sans JP", sans-serif;
}

.parts-step__icon {
  position: absolute;
  top: auto;
  bottom: 12px;
  left: calc(100% + 12px);
  width: 94px;
  height: 4px;
  -webkit-mask-image: url("../images/components/icons/ico_dot.svg");
  mask-image: url("../images/components/icons/ico_dot.svg");
  -webkit-mask-size: contain;
  mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
  background-color: #009900;
  display: none;
}

.parts-step--on .parts-step__icon {
  display: block;
}

.parts-step--hoz .parts-step__icon {
  position: absolute;
  top: calc(100% + 12px);
  bottom: auto;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 4px;
  height: 94px;
  -webkit-mask-image: url("../images/components/icons/ico_dot_hoz.svg");
  mask-image: url("../images/components/icons/ico_dot_hoz.svg");
  -webkit-mask-size: contain;
  mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
  background-color: #2f691d;
  background-color: #009042;
}

.parts-step--hoz .parts-step__item {
  margin-bottom: 94px;
}

.parts-step--hoz.h-custom .parts-step__icon {
  height: 24px;
  -webkit-mask-size: cover;
  mask-size: cover;
  -webkit-mask-position: top;
  mask-position: top;
}

/* ========================================
 * Parts icon big down
 * ========================================
 */
.ico_big_down {
  background-image: url("../images/components/icons/ico_big_down.svg");
  background-size: cover;
  background-repeat: no-repeat;
  width: 48px;
  height: 32px;
  display: block;
}

/* ========================================
 * Parts aiueo
 * ========================================
 */
.c-aiueo {
  position: relative;
  border-radius: 8px;
  background-color: #f3e3a9;
  text-align: center;
  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;
  width: 66px;
  height: 48px;
}

.c-aiueo__text {
  font-weight: bold;
  font-size: 1.8rem;
  line-height: 1.6;
  letter-spacing: 0.09em;
  color: #0b2a3a;
}

.c-aiueo::after {
  content: "";
  position: absolute;
  top: auto;
  bottom: -8px;
  left: 0;
  width: 0px;
  height: 0px;
  border-top: 16px solid transparent;
  border-bottom: 16px solid transparent;
  border-left: 16px solid #f3e3a9;
  pointer-events: none;
}

/* ========================================
 * Parts Step custom mobile
 * ========================================
 */
@media (max-width: 479px) {
  .parts-step--hozTop {
    padding-top: 40px;
  }
  .parts-step--hozTop .parts-step__icon {
    height: 24px;
    -webkit-mask-size: cover;
    mask-size: cover;
    -webkit-mask-position: top;
    mask-position: top;
    top: 0;
  }
}
.btn.icon-chevron_right::after {
  -webkit-mask-image: url("../images/components/icons/ico_chevron_right.svg");
  mask-image: url("../images/components/icons/ico_chevron_right.svg");
  background: #ffffff;
}

.btn.icon-chevron_left::before {
  -webkit-mask-image: url("../images/components/icons/ico_chevron_left.svg");
  mask-image: url("../images/components/icons/ico_chevron_left.svg");
  background: #ffffff;
}

.btn--outline.icon-chevron_right::after {
  -webkit-mask-image: url("../images/components/icons/ico_chevron_right.svg");
  mask-image: url("../images/components/icons/ico_chevron_right.svg");
  background: #546a75;
}

.btn--outline.icon-chevron_left::before {
  -webkit-mask-image: url("../images/components/icons/ico_chevron_left.svg");
  mask-image: url("../images/components/icons/ico_chevron_left.svg");
  background: #546a75;
}

.btn.icon-blank::after {
  -webkit-mask-image: url("../images/components/icons/ico_blank.svg");
  mask-image: url("../images/components/icons/ico_blank.svg");
  background: #ffffff;
}

.btn.icon-pdf::after {
  -webkit-mask-image: url("../images/components/icons/ico_pdf.svg");
  mask-image: url("../images/components/icons/ico_pdf.svg");
  background: #ffffff;
}

.btn.icon-toushin::before {
  -webkit-mask-image: url("../images/components/icons/ico_toushin.svg");
  mask-image: url("../images/components/icons/ico_toushin.svg");
}

.btn.icon-store::before {
  -webkit-mask-image: url("../images/components/icons/ico_store.svg");
  mask-image: url("../images/components/icons/ico_store.svg");
}

.btn.icon-print::after {
  -webkit-mask-image: url("../images/components/icons/ico_print.svg");
  mask-image: url("../images/components/icons/ico_print.svg");
  background-color: #fdfdfd;
}

.btn:hover.c-green60::before, .btn:hover.c-green60::after {
  background: #009900;
}

.btn:hover.icon-chevron_right::after, .btn:hover.icon-blank::after, .btn:hover.icon-pdf::after, .btn:hover.icon-print::after {
  background: #009900;
}

.btn:hover.icon-chevron_right.btn--outline::after, .btn:hover.icon-blank.btn--outline::after, .btn:hover.icon-pdf.btn--outline::after, .btn:hover.icon-print.btn--outline::after {
  background: #546a75;
}

.btn:hover.icon-chevron_left::before {
  background: #009900;
}

.btn:hover.icon-chevron_left.btn--outline::before {
  background: #546a75;
}

.btn.c-green60::before, .btn.c-green60::after {
  background: #009900;
}

.articles__item {
  padding-bottom: 24px;
  border-bottom: 1px solid #cacaca;
}

.articles__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 24px;
  margin-bottom: 40px;
}

@media (max-width: 479px) {
  .articles__head {
    gap: 16px;
  }
}
.articles__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-column-gap: 8px;
  -moz-column-gap: 8px;
  column-gap: 8px;
  margin-bottom: 0;
}

.articles__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-column-gap: 48px;
  -moz-column-gap: 48px;
  column-gap: 48px;
}

@media (max-width: 479px) {
  .articles__link {
    -webkit-column-gap: 16px;
    -moz-column-gap: 16px;
    column-gap: 16px;
  }
}
.articles__link p {
  font-size: 1.8rem;
  line-height: 1.6;
  font-weight: bold;
  letter-spacing: 0.05em;
}

.articles__link:hover {
  text-decoration: none;
}

.articles__link:focus-visible {
  outline: 2px solid #e0b928;
  border-radius: 0;
}

.articles__img {
  width: 160px;
  aspect-ratio: 160/90;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  border-radius: 4px;
}

@media (max-width: 479px) {
  .articles__img {
    width: 103px;
    aspect-ratio: 103/58;
  }
}
.pager {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}

.pager:after {
  content: "";
  width: 1px;
  height: 100%;
  background: #cacaca;
  position: absolute;
  top: 0;
  left: 50%;
  z-index: 1;
}

.pager__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 50%;
}

.pager__item.is-hidden {
  visibility: hidden;
}

.pager__item--prev {
  padding-right: 48px;
}

@media (max-width: 479px) {
  .pager__item--prev {
    padding-right: 16px;
  }
}
.pager__item--prev .pager__link {
  padding-left: 40px;
}

.pager__item--prev .pager__link::before {
  content: "";
  -webkit-mask-image: url("../images/components/icons/ico_chevron_left.svg");
  mask-image: url("../images/components/icons/ico_chevron_left.svg");
  background: #009900;
  -webkit-transition: left 0.25s cubic-bezier(0.33, 0, 0.24, 1);
  transition: left 0.25s cubic-bezier(0.33, 0, 0.24, 1);
  top: 50%;
  left: 0;
}

.pager__item--prev .pager__link:hover::before {
  left: -3.5px;
}

.pager__item--next {
  padding-left: 48px;
  text-align: right;
}

@media (max-width: 479px) {
  .pager__item--next {
    padding-left: 16px;
  }
}
.pager__item--next .pager__link {
  padding-right: 40px;
}

.pager__item--next .pager__link::after {
  content: "";
  -webkit-mask-image: url("../images/components/icons/ico_chevron_right.svg");
  mask-image: url("../images/components/icons/ico_chevron_right.svg");
  background: #009900;
  -webkit-transition: right 0.25s cubic-bezier(0.33, 0, 0.24, 1);
  transition: right 0.25s cubic-bezier(0.33, 0, 0.24, 1);
  top: 50%;
  right: 0;
}

.pager__item--next .pager__link:hover::after {
  right: -3.5px;
}

.pager__link {
  width: 100%;
  display: block;
  color: #009900;
  font-size: 1.6rem;
  line-height: 1.6;
  font-weight: 400;
  letter-spacing: 0.05em;
  -webkit-transition: color 0.17s linear;
  transition: color 0.17s linear;
  position: relative;
}

@media (max-width: 479px) {
  .pager__link {
    font-size: 1.2rem;
    line-height: 1.6;
    letter-spacing: 0.05em;
  }
}
.pager__link:hover {
  color: #009900;
  text-decoration: underline;
  text-underline-offset: 0.2ex;
}

.pager__link::before, .pager__link::after {
  width: 24px;
  height: 24px;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center center;
  mask-position: center center;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 1;
}

.pager__link:visited {
  color: #009900;
}

.pager .btn.icon-right.arrowRight::after {
  -webkit-mask-image: url("../images/components/icons/ico_chevron_right.svg");
  mask-image: url("../images/components/icons/ico_chevron_right.svg");
  background: #ffffff;
}

.pager .btn.icon-left.arrowLeft::after {
  -webkit-mask-image: url("../images/components/icons/ico_chevron_left.svg");
  mask-image: url("../images/components/icons/ico_chevron_left.svg");
  background: #ffffff;
}

.pager .btn:hover.icon-right.arrowRight::after, .pager .btn:hover.icon-left.arrowLeft::after {
  background: #009900;
}

.pager.is-onlyNext {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.consultant {
  max-width: 960px;
  margin: 0 auto;
  border-radius: 16px;
  background-color: #f7f8f9;
}

.consultant__box {
  padding: 56px 64px;
}

@media (max-width: 479px) {
  .consultant__box {
    padding: 32px 24px;
  }
}
.consultant__titleSub, .consultant__schedule {
  margin-top: 24px;
}

@media (max-width: 479px) {
  .consultant__titleSub, .consultant__schedule {
    margin-top: 32px;
  }
}
.consultant__copy {
  margin-block: 24px;
}

@media (max-width: 479px) {
  .consultant__copy {
    margin-block: 16px 40px;
  }
}
.consultant__schedule, .consultant__service {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.consultant__schedule {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-weight: bold;
  margin-bottom: 8px;
}

.consultant__schedule--date {
  width: 48px;
  height: 48px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-weight: bold;
  border-radius: 50%;
  background-color: #f3e3a9;
}

.consultant__schedule--date span {
  font-weight: bold;
}

.consultant__schedule--time {
  margin-inline: 16px 4px;
  font-family: "Inter", sans-serif;
  font-weight: bold;
  color: #2f691d;
  font-size: 2.6rem;
  line-height: 1.6;
  letter-spacing: 0.05em;
}

.consultant__schedule--principle {
  font-weight: bold;
}

.consultant__service {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 16px;
  position: relative;
}

@media (min-width: 480px) {
  .consultant__service {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-inline: 24px;
  }
  .consultant__service:after {
    content: "";
    width: 1px;
    height: 100%;
    background: #cacaca;
    position: absolute;
    top: 0;
    left: 50%;
    z-index: 1;
  }
}
@media (max-width: 479px) {
  .consultant__service {
    margin-top: 24px;
  }
}
.consultant__service-item {
  width: 100%;
}

@media (min-width: 480px) {
  .consultant__service-item {
    width: 40.8163265306%;
  }
}
@media (max-width: 479px) {
  .consultant__service-item:not(:last-child) {
    padding-bottom: 32px;
    margin-bottom: 32px;
    border-bottom: 1px solid #cacaca;
  }
}
.consultant__serviceBtn {
  margin-top: 16px;
}

.consultant__serviceBtn .btn {
  width: 100%;
  padding-inline: 6px;
  font-family: "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "Yu Gothic", YuGothic, "メイリオ", Meiryo, "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 600;
  -webkit-font-feature-settings: "palt";
  -moz-font-feature-settings: "palt";
  font-feature-settings: "palt";
  letter-spacing: 0.06em;
}

.consultant__serviceBtn .btn .cs-txt {
  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;
}

.consultant__caption {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 8px;
}

@media (min-width: 480px) {
  .consultant__caption {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
.operator {
  max-width: 1072px;
  margin: 0 auto;
  padding-block: 40px 42px;
  background: url("../images/common/operator_bg.png") no-repeat bottom center;
  background-size: contain;
  background-color: #F8F5E9;
  border-radius: 16px;
}

@media (max-width: 479px) {
  .operator {
    padding: 40px 24px 38.6666666667vw;
    background-image: url("../images/common/operator_bg_sp.png");
    background-size: 67.2vw;
  }
}
.operator__box {
  margin: 0 auto;
}

@media (min-width: 480px) {
  .operator__box {
    width: 61.9402985075%;
  }
}
.operator__copy {
  margin-top: 18px;
}

@media (max-width: 479px) {
  .operator__copy {
    margin-top: 16px;
  }
}
.operator__service {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
  margin-top: 40px;
}

@media (max-width: 479px) {
  .operator__service {
    grid-template-columns: 1fr;
  }
}
.operator__service--item {
  width: 100%;
}

.operator__service .btn {
  width: 100%;
  padding-inline: 6px;
  font-size: 1.6rem;
  line-height: 1.6;
  letter-spacing: 0.012em;
}

.operator__service .btn .cs-txt {
  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;
}

@media (max-width: 479px) {
  .operator__service .btn .cs-txt {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.operator__serviceBtn {
  margin-top: 16px;
}

.operator__caption {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 8px;
}

@media (min-width: 480px) {
  .operator__caption {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
@media (max-width: 479px) {
  .operator__caption {
    margin-top: 10px;
    margin-left: 6px;
  }
}
.inquiry {
  max-width: 1072px;
  margin: 40px auto 0;
}

.inquiry__contact {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 64px;
  margin-top: 24px;
  position: relative;
}

@media (max-width: 479px) {
  .inquiry__contact {
    gap: 24px;
  }
}
.inquiry__contact-hotline, .inquiry__contact-info {
  width: 100%;
}

@media (min-width: 480px) {
  .inquiry__contact-hotline, .inquiry__contact-info {
    width: calc(50% - 32px);
  }
}
@media (min-width: 480px) {
  .inquiry__contact:after {
    content: "";
    width: 1px;
    height: 100%;
    background: #cacaca;
    position: absolute;
    top: 0;
    left: 50%;
    z-index: 1;
  }
}
.inquiry__contact-charge {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-block: 9px 4px;
}

@media (max-width: 479px) {
  .inquiry__contact-charge {
    margin-block: 8px 4px;
  }
}
.inquiry__contact-charge__icon {
  width: 24px;
  height: 24px;
}

.inquiry__contact-charge__number {
  margin-inline: 4px;
  font-size: 2.2rem;
  line-height: 1.6;
  letter-spacing: 0.05em;
  font-weight: bold;
  color: #0b2a3a;
  font-family: "Inter", sans-serif;
}

.inquiry__contact-charge__number span {
  position: relative;
  top: -2px;
  padding-inline: 2px;
}

.inquiry__contact-charge__fee {
  padding-top: 6px;
  padding-left: 2px;
}

@media (max-width: 479px) {
  .inquiry__contact-charge__fee {
    padding-top: 0;
    padding-left: 0;
    margin-left: -1px;
  }
}
.inquiry__detail {
  margin-top: 27px;
}

@media (max-width: 479px) {
  .inquiry__detail {
    margin-top: 28px;
  }
}
.inquiry__detail .c-caption__item {
  letter-spacing: 0.05em;
}

.inquiry__detail-btn {
  padding-bottom: 14px;
  border-bottom: 1px solid #cacaca;
}

@media (max-width: 479px) {
  .inquiry__detail-btn {
    padding-bottom: 19px;
  }
  .inquiry__detail-btn .c-text {
    font-family: "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "Yu Gothic", YuGothic, "メイリオ", Meiryo, "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 300;
    letter-spacing: 0.012em;
    font-size: 1.6rem;
    line-height: 1.4;
  }
}
@media (max-width: 479px) {
  .inquiry .c-accordion_content {
    margin-bottom: 0;
  }
}
.card-label {
  margin-top: 16px;
}

.card-text {
  margin-top: 4px;
}

.card-link {
  margin-top: 16px;
}

.card-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0 auto;
}

@media (min-width: 480px) {
  .card-btn .btn {
    min-width: 320px;
  }
}
@media (max-width: 479px) {
  .card-btn .btn {
    width: 100%;
  }
}
.cardInfo {
  background-color: #f7f8f9;
  border-radius: 16px;
  padding: 40px 48px;
}

@media (max-width: 479px) {
  .cardInfo {
    padding-inline: 24px;
  }
}
.cardInfo-text {
  margin-top: 16px;
}

.cardInfo-note {
  margin-top: 8px;
}

.cardInfo-btn {
  margin-top: 40px;
}

@media (max-width: 479px) {
  .cardStep {
    width: 100% !important;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 16px;
  }
}
.cardStep-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 24px;
}

@media (max-width: 479px) {
  .cardStep-head {
    min-width: 40px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-bottom: 0;
  }
}
.cardStep-body {
  padding: 24px;
  border-radius: 8px;
}

.cardStep-body.bg-white {
  background-color: #ffffff;
}

.cardStep-body.bg-gray {
  background-color: #f7f8f9;
}

.cardStep-media {
  width: 56px;
  aspect-ratio: 56/56;
  margin: 0 auto;
}

.cardStep-title {
  margin-top: 16px;
}

.cardStep-text {
  margin-top: 8px;
}

.cardStep-note {
  margin-top: 8px;
}

.cardStep-btn {
  margin-top: 24px;
}

.cardAccount {
  max-width: 1200px;
  margin-inline: auto;
  padding: 40px;
  border-radius: 40px;
  overflow: hidden;
  border: 2px solid #ffffff;
  position: relative;
  z-index: 1;
}

@media (max-width: 479px) {
  .cardAccount {
    padding: 40px 22px 61.8666666667vw;
  }
  .cardAccount::after {
    content: "";
    width: 100%;
    height: 100%;
    background-color: #ffffff;
    opacity: 0.6;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
  }
}
.cardAccount::before {
  content: "";
  width: 100%;
  height: 100%;
  background: url("../images/common/card-account_bg.png") no-repeat bottom center/cover;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
}

@media (max-width: 479px) {
  .cardAccount::before {
    background-image: url("../images/common/card-account_bg_sp.png");
    background-size: 87.2vw;
    z-index: 1;
  }
}
.cardAccount-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 40px;
}

@media (max-width: 479px) {
  .cardAccount-box {
    position: relative;
    z-index: 1;
  }
}
.cardAccount-open {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 12px;
}

.cardAccount-open .btn {
  color: #0b2a3a;
  background-color: #ffffff;
  letter-spacing: 0.05em;
}

@media (max-width: 479px) {
  .cardAccount-open {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-item-align: center;
    align-self: center;
  }
  .cardAccount-open .btn {
    width: 100%;
    min-width: 100%;
    padding-inline: 14px;
  }
}
@media (max-width: 374px) {
  .cardAccount-open .btn {
    padding-inline: 12px;
    gap: 6px;
  }
}
.cardAccount-title {
  margin-bottom: 16px;
}

.cardAccount-btn {
  margin-top: 16px;
}

.box {
  width: 100%;
  margin-bottom: 60px;
}

.c-menu {
  position: absolute;
  top: 0;
  left: 50%;
  z-index: 1000;
  overflow: visible;
  z-index: 99;
  background-color: #ffffff;
  max-width: 1200px;
  width: 100%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  pointer-events: auto;
}

.c-menu.is-closing {
  visibility: visible;
}

.c-menu.is-visible {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  position: fixed;
  -webkit-box-shadow: 0px 2px 4px 0px rgba(11, 42, 58, 0.12);
  box-shadow: 0px 2px 4px 0px rgba(11, 42, 58, 0.12);
}

.c-menu.is-stopped {
  position: absolute;
  top: var(--stopped-top);
  bottom: auto;
}

.c-menu__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  padding-block: 20px;
  padding-inline: 10px;
}

@media (max-width: 479px) {
  .c-menu__content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-block: 0;
  }
}
.c-menu__btn {
  width: 75px;
  height: 75px;
  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;
  color: #fff;
  background-color: #009900;
  cursor: pointer;
  font-weight: 600;
}

@media (max-width: 479px) {
  .c-menu__btn {
    position: absolute;
    z-index: 10;
  }
}
.c-menu__list {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media (max-width: 479px) {
  .c-menu__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    padding-left: 80px;
    padding-bottom: 20px;
  }
}
.c-menu__item {
  padding-inline: 20px;
  position: relative;
  border-right: 1px solid #cacaca;
}

.c-menu__item .btn--anchor {
  width: 100%;
  min-height: 80px;
  border-right: none;
  padding: 0;
}

.c-menu__item .c-listLink__link {
  font-weight: 400;
  padding-block: 15px;
}

@media (max-width: 479px) {
  .c-menu__item {
    width: calc(100% - 10px);
    margin-left: 10px;
    border-right: none;
  }
  .c-menu__item .btn--anchor {
    min-height: 68px;
    padding-block: 8px;
  }
  .c-menu__item .c-accordion_content {
    padding-top: 0;
    margin-bottom: 10px;
  }
  .c-menu__item.is-active .c-menu__sublist {
    display: block;
  }
}
@media (min-width: 480px) {
  .c-menu__item:hover .c-menu__sublist {
    display: block;
  }
}
.c-menu__navi {
  width: calc(100% - 80px);
  background-color: #fff;
  opacity: 0;
  -webkit-transform: scale3d(0, 1, 1);
  transform: scale3d(0, 1, 1);
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
  -webkit-transform-origin: left bottom;
  transform-origin: left bottom;
}

@media (max-width: 479px) {
  .c-menu__navi {
    width: 100%;
  }
}
.c-menu.is-open .c-menu__navi {
  opacity: 1;
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
}

.c-menu__sublist {
  display: none;
  width: 100%;
  height: auto;
  background-color: #fff;
  position: absolute;
  top: 100%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: 100;
}

.c-menu__subitem {
  padding-block: 0;
  padding-inline: 15px;
}

@media (max-width: 479px) {
  .c-menu .l-menuSub__logo {
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  .c-menu__sublist {
    padding-left: 10px;
    position: relative;
    top: 0;
    left: 0;
    -webkit-transform: none;
    transform: none;
  }
  .c-menu__subitem {
    padding-block: 0;
    padding-inline: 0;
  }
}
.btn--w320 {
  width: 100%;
  min-height: 50px;
}

@media (min-width: 480px) {
  .btn--w320 {
    max-width: 320px;
  }
}
.openAccount {
  max-width: 1072px;
  margin-inline: auto;
}

.openAccount__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  gap: 0 16px;
  padding: 40px 48px 0 16px;
  background-color: #F8F5E9;
  border-radius: 16px;
}

@media (max-width: 479px) {
  .openAccount__inner {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    gap: 24px 0;
    padding: 40px 24px 0;
  }
}
.openAccount__recept {
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

@media (max-width: 479px) {
  .openAccount__recept {
    width: 100%;
    padding-inline: 8px;
  }
  .openAccount__recept img {
    margin: 0 auto;
  }
}
.openAccount__info {
  width: 100%;
}

.openAccount__des {
  margin-top: 22px;
}

@media (max-width: 479px) {
  .openAccount__des .c-link-exclamation {
    padding-right: 36px;
  }
}
.openAccount__note {
  margin-bottom: 40px;
}

@media (max-width: 479px) {
  .openAccount__note {
    margin-bottom: 0;
  }
}
.openAccount__note-title {
  font-size: 1.6rem;
  line-height: 1.5875;
  font-weight: bold;
  letter-spacing: 0.05em;
  color: #0b2a3a;
}

.noteBox {
  padding: 23px;
  border: 1px solid #e02828;
  border-radius: 4px;
}

@media (max-width: 479px) {
  .noteBox {
    padding: 15px;
  }
}
.completeAccount {
  max-width: 1072px;
  margin: 0 auto;
}

.completeAccount__inner {
  padding: 39px 47px;
  border: 1px solid #a3ddb0;
  border-radius: 8px;
}

@media (max-width: 479px) {
  .completeAccount__inner {
    padding-inline: 23px;
  }
}
@media (max-width: 374px) {
  .completeAccount .c-headline--m {
    margin-inline: -6px;
  }
}
.onlineAccount {
  max-width: 1072px;
  margin: 0 auto;
}

.onlineAccount__storage {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 0 96px;
  margin-top: 42px;
  position: relative;
}

@media (max-width: 479px) {
  .onlineAccount__storage {
    grid-template-columns: repeat(1, 1fr);
    gap: 0;
    margin-top: 32px;
  }
}
@media (min-width: 480px) {
  .onlineAccount__storage:after {
    content: "";
    width: 1px;
    height: 100%;
    background: #cacaca;
    position: absolute;
    top: 0;
    left: 50%;
    z-index: 1;
  }
}
.onlineAccount__device {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0 40px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

@media (max-width: 479px) {
  .onlineAccount__device {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 0 24px;
    padding-bottom: 38px;
    padding-inline: 12px;
    margin-bottom: 36px;
    border-bottom: 1px solid #cacaca;
  }
}
.onlineAccount__phone {
  width: 129px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

@media (max-width: 479px) {
  .onlineAccount__phone {
    width: 101px;
  }
}
@media (min-width: 480px) {
  .onlineAccount__download {
    margin-top: 7px;
  }
}
.onlineAccount__download-logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

@media (max-width: 479px) {
  .onlineAccount__download-logo {
    margin-top: 49px;
  }
}
.onlineAccount__download-app {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0 16px;
}

@media (min-width: 480px) {
  .onlineAccount__download-app {
    margin-top: 32px;
  }
}
@media (max-width: 479px) {
  .onlineAccount__download-app {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.onlineAccount__download-app__logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 12px;
}

.onlineAccount__download .c-link {
  margin-right: -1px;
}

.onlineAccount__link {
  margin-top: 20px;
}

.account-step__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0 24px;
}

@media (max-width: 479px) {
  .account-step__header {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 24px 0;
  }
}
@media (max-width: 479px) {
  .account-step__header-title {
    text-align: center;
  }
}
.account-step__header-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 80px;
  height: 80px;
  border-radius: 999999px;
  background-color: #ecf5ea;
}

.account-step__header-icon--photo {
  width: 40px;
  height: 40px;
  aspect-ratio: 40/40;
}

.account-step__header-info {
  width: 100%;
}

.account-step__header-description {
  margin-top: 16px;
}

.account-step__app {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0 24px;
  padding: 42px 48px 40px;
  background-color: #f7f8f9;
  border-radius: 8px;
}

@media (max-width: 479px) {
  .account-step__app {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 24px 0;
    padding: 24px 16px;
  }
}
@media (min-width: 480px) {
  .account-step__app-icon {
    width: 56px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
  }
}
@media (min-width: 480px) {
  .account-step__app-store {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 316px;
    margin-top: 14px;
  }
  .account-step__app-store .onlineAccount__download-app {
    margin-top: 0;
  }
  .account-step__app-store .onlineAccount__download-app__logo {
    height: 40px;
  }
  .account-step__app-store .onlineAccount__download-app__logo picture {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
.account-step__app-store .onlineAccount__download-app__logo {
  height: 40px;
}

.account-step__app-store .onlineAccount__download-app__logo picture {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

@media (max-width: 479px) {
  .account-step__app-title {
    text-align: center;
  }
}
.account-step__app-description {
  margin-top: 8px;
}

@media (min-width: 480px) {
  .account-step__app-description {
    margin-right: 15px;
  }
}
@media (max-width: 479px) {
  .account-step__app-description {
    margin-top: 10px;
  }
}
.account-step__app-link {
  margin-top: 24px;
}

@media (max-width: 479px) {
  .account-step__app-link {
    margin-top: 22px;
  }
}
.account-step__footer {
  margin-top: 38px;
}

.account-step__footer-logo {
  margin-bottom: 19px;
}

.account-step__footer-btn {
  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-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 15px;
  margin-top: 16px;
}

.account-step__ticket {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 0 24px;
}

@media (max-width: 479px) {
  .account-step__ticket {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    gap: 40px 0;
  }
}
@media (min-width: 480px) {
  .account-step__ticket-photo, .account-step__ticket-note {
    width: 48.4210526316%;
  }
}
@media (min-width: 480px) {
  .account-step__ticket-photo {
    -ms-flex-negative: 0;
    flex-shrink: 0;
  }
}
.account-step__ticket-link {
  margin-top: 24px;
}

@media (max-width: 479px) {
  .account-step__accordion .c-accordion_trigger {
    padding-right: 55px;
  }
}
.account-step__accordion-verifi {
  display: grid;
  grid-template-columns: 1fr 40px 1fr;
  gap: 0 12px;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: start;
}

@media (max-width: 479px) {
  .account-step__accordion-verifi {
    grid-template-columns: repeat(1, 1fr);
    gap: 12px 0;
  }
}
.account-step__accordion-plus {
  width: 40px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 73px;
}

@media (max-width: 479px) {
  .account-step__accordion-plus {
    margin: 0 auto;
  }
}
.account-step__accordion-anpha {
  padding: 24px;
  background-color: #f7f8f9;
  border-radius: 8px;
}

@media (max-width: 479px) {
  .account-step__accordion-anpha {
    padding-inline: 16px;
  }
}
.account-step__accordion-anpha__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 12px;
}

.account-step__accordion-anpha__title .anpha {
  width: 24px;
  height: 24px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-top: 3px;
}

.account-step__accordion-anpha__list {
  margin-top: 17px;
}

.account-step__accordion-anpha__list > .c-list__item:not(:first-child) {
  margin-top: 11px;
}

.account-step__accordion-anpha__list .c-list--hyphen {
  margin-top: 4px;
}

.account-step__accordion-anpha__link {
  margin-top: 14px;
}

.account-step__pointNote {
  padding: 40px 48px;
  background-color: #f7f8f9;
  border-radius: 8px;
}

@media (max-width: 479px) {
  .account-step__pointNote {
    padding: 24px 16px;
  }
  .account-step__pointNote .c-video__container {
    height: auto;
  }
}
.account-step__procedure {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 0 48px;
}

@media (max-width: 479px) {
  .account-step__procedure {
    grid-template-columns: repeat(1, 1fr);
    gap: 34px 0;
  }
}
.account-step__procedure-carousel {
  width: calc(100% + 48px);
  margin-left: -24px;
  margin-right: -24px;
}

@media (max-width: 479px) {
  .account-step__procedure-carousel .c-carousel {
    max-width: 87.2vw;
  }
}
.account-step__procedure-carousel .c-carousel .c-carousel__track {
  overflow: hidden;
}

.account-step__procedure-carousel .c-carousel .slick-prev,
.account-step__procedure-carousel .c-carousel .slick-next {
  display: none !important;
}

@media (max-width: 479px) {
  .account-step__procedure-carousel .slick-track {
    width: 100% !important;
  }
}
@media (max-width: 479px) {
  .account-step__procedure-carousel .c-carousel__slide-figure {
    width: 40vw;
    margin: 0 12px;
  }
}
.account-step__procedure-carousel .c-carousel__slide-figure img {
  width: auto;
  height: auto;
}

.account-step__procedure-txt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 0 8px;
  color: #0b2a3a;
  font-size: 1.2rem;
  line-height: 1.6;
  font-weight: 400;
  letter-spacing: 0.05em;
  margin-bottom: 4px;
}

.account-step__procedure-smartphone {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 0 40px;
}

.account-step__procedure-link {
  margin-top: 24px;
}

.account-step-files__link {
  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-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 4px;
}

@media (max-width: 479px) {
  .account-step-files__link {
    gap: 8px;
  }
}
.account-step-files__txt {
  margin-top: 24px;
}

.account-step-files__modal {
  margin-top: 21px;
}

@media (max-width: 479px) {
  .account-step-files__modal {
    margin-top: 24px;
  }
}
.nisa-page .c-tabs-page .tabs__item:nth-child(2) .tabs__item__label::before {
  -webkit-mask: url(../images/components/icons/ico_data.svg);
  mask: url(../images/components/icons/ico_data.svg);
}

.nisa-page .c-tabs-page .tabs__item:nth-child(3) .tabs__item__label::before {
  -webkit-mask: url(../images/components/icons/ico_chart.svg);
  mask: url(../images/components/icons/ico_chart.svg);
}

.nisa-page .c-tabs-page .tabs__item__label::before {
  background-color: #546a75;
  -webkit-mask: url(../images/components/icons/ico_beginner.svg);
  mask: url(../images/components/icons/ico_beginner.svg);
}

.nisa-page .c-tabs-page .tabs__item--active .tabs__item__label::before {
  background-color: #009900;
}

@media (min-width: 480px) {
  .nisa-page .banner .c-carousel__dots {
    margin-top: 30px;
  }
}
.nisa-page .nisa-box .card-text {
  margin-top: 6px;
  margin-right: -1px;
}

.nisa-page .nisa-box .card-link {
  margin-top: 14px;
}

.nisa-page .nisa-box .mb-x5l {
  margin-bottom: 93px;
}

.nisa-page .nisa-box .taushin-place__card {
  border-bottom: none;
  margin-top: 43px;
}

.nisa-page .nisa-box .c-list__item:not(:first-child) {
  margin-top: 5px;
}

.nisa-page .nisa-content__visual {
  border-radius: 8px;
  overflow: hidden;
}

.nisa-page .nisa-content__visual--place02 {
  border-bottom: 1px solid #cacaca;
  border-radius: 0;
}

.nisa-page .nisa-content .cardStep-body {
  min-height: 244px;
}

.nisa-page .nisa-content__wrap-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 12px;
  max-width: 320px;
  margin-inline: auto;
}

.nisa-page .nisa-content__wrap-button .btn--medium {
  padding: 10px 19px 11px;
}

.nisa-page .nisa-content__wrap-button .icon-right::after {
  background: #ffffff;
  -webkit-mask: url(../images/components/icons/ico_chevron_right.svg);
  mask: url(../images/components/icons/ico_chevron_right.svg);
}

.nisa-page .nisa-content__wrap-button .icon-right:hover::after {
  background: #009900;
}

.nisa-page .nisa-content--tab02 .cardStep-body, .nisa-page .nisa-content--tab03 .cardStep-body {
  min-height: auto;
}

.nisa-page .nisa-content--tab02 .nisa-content__text, .nisa-page .nisa-content--tab03 .nisa-content__text {
  margin-top: 16px;
}

.nisa-page .nisa-content--tab02 .c-investStepWrap, .nisa-page .nisa-content--tab03 .c-investStepWrap {
  padding-top: 50px;
}

.nisa-page .cumulative-investment__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 48px;
  margin-top: 64px;
}

.nisa-page .cumulative-investment__text {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  max-width: 512px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.nisa-page .cumulative-investment__text-copy {
  margin-top: 18px;
}

.nisa-page .cumulative-investment__visual {
  width: 512px;
  height: 288px;
}

.nisa-page .nisa-fund-search {
  background: #F8F5E9;
  border-radius: 16px;
  padding: 40px 48px;
  max-width: 1072px;
  margin-inline: auto;
}

.nisa-page .nisa-fund-search__section--top {
  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-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 16px;
  padding-bottom: 40px;
}

.nisa-page .nisa-fund-search__section--bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 64px;
  margin-top: 38px;
  padding-left: 16px;
}

.nisa-page .nisa-fund-search__section--bottom .nisa-content__wrap-button {
  margin-left: 0;
  margin-top: 40px !important;
}

.nisa-page .nisa-fund-search__button {
  width: 320px;
}

.nisa-page .nisa-fund-search__button .btn__label {
  font-size: 1.6rem;
  line-height: 1.6;
  letter-spacing: 0.012em;
}

.nisa-page .nisa-fund-search__illustration {
  width: 248px;
  height: 121px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-top: 40px;
}

.nisa-page .nisa-fund-search__illustration img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.nisa-page .nisa-fund-search__content {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 1px;
  max-width: 648px;
}

.nisa-page .nisa-fund-search .nisa-content__wrap-button {
  margin-top: 25px;
}

.nisa-page .benefits-simulation .c-accordion_trigger .icon--big {
  border-radius: 50%;
  overflow: hidden;
}

.nisa-page .benefits-simulation .c-accordion_trigger::after {
  top: 48px;
}

.nisa-page .c-simulation {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 48px;
  border: 4px solid #d1eed7;
  border-radius: 8px;
  padding: 36px 44px;
}

.nisa-page .c-simulation__chart {
  border-radius: 8px;
  overflow: hidden;
}

.nisa-page .c-simulation--third {
  padding-bottom: 80px;
}

.nisa-page .c-simulation__left {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 528px;
  flex: 0 0 528px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 24px;
}

.nisa-page .c-simulation__right {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  min-width: 0;
}

.nisa-page .c-simulation__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 17px;
}

.nisa-page .c-simulation__tag {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
}

.nisa-page .c-simulation__tag--second {
  margin-top: -11px;
}

.nisa-page .c-simulation__tag .c-tag {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 3px 16px;
  height: 24px;
  border-radius: 12px;
  font-weight: bold;
  font-size: 1.2rem;
  line-height: 1.3333333333;
  letter-spacing: 0.012em;
  text-align: center;
  color: #ffffff;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-top: 4px;
}

.nisa-page .c-simulation__tag .c-tag--margin01 {
  margin-top: -1px;
}

.nisa-page .c-simulation__tag .c-tag--pink {
  background-color: #c8395b;
}

.nisa-page .c-simulation__tag .c-tag--blue {
  background-color: #0063be;
}

.nisa-page .c-simulation__params {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  gap: 6px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.nisa-page .c-simulation__params .c-caption {
  width: 100%;
  margin-top: -3px;
}

.nisa-page .c-simulation__param {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  gap: 4px;
}

.nisa-page .c-simulation__param-label, .nisa-page .c-simulation__param-unit {
  font-weight: bold;
  font-size: 1.6rem;
  line-height: 1.8;
  letter-spacing: 0.05em;
  color: #0b2a3a;
}

.nisa-page .c-simulation__param-value {
  font-weight: bold;
  font-size: 2.6rem;
  line-height: 1;
  letter-spacing: 0.05em;
  color: #e02828;
  text-align: center;
}

.nisa-page .c-simulation__param-unit--small {
  font-size: 1.2rem;
  line-height: 1.8;
}

.nisa-page .c-simulation__details {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 3px;
}

.nisa-page .c-simulation__detail-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 15px;
}

.nisa-page .c-simulation__detail-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 16px;
  min-width: 136px;
}

.nisa-page .c-simulation__detail-title {
  font-weight: 400;
  font-size: 1.4rem;
  line-height: 1.8;
  letter-spacing: 0.07em;
  color: #0b2a3a;
  white-space: nowrap;
}

.nisa-page .c-simulation__detail-line {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  height: 0;
  border-top: 1px dashed #546a75;
  max-width: 24px;
  margin-left: auto;
}

.nisa-page .c-simulation__detail-value {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  gap: 4px;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.nisa-page .c-simulation__detail-label {
  font-weight: bold;
  font-size: 1.6rem;
  line-height: 1.8;
  letter-spacing: 0.05em;
  color: #0b2a3a;
}

.nisa-page .c-simulation__detail-number {
  font-weight: bold;
  font-size: 2.6rem;
  line-height: 1;
  letter-spacing: 0.05em;
  color: #e02828;
  text-align: center;
}

.nisa-page .c-simulation__detail-number--red {
  color: #e02828;
}

.nisa-page .c-simulation__detail-number--base {
  color: #0b2a3a;
}

.nisa-page .c-simulation__detail-unit {
  font-weight: bold;
  font-size: 1.6rem;
  line-height: 1.8;
  letter-spacing: 0.05em;
  color: #0b2a3a;
}

.nisa-page .c-simulation__note {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  gap: 4px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 2px;
}

.nisa-page .c-simulation__note-text {
  font-weight: bold;
  font-size: 1.6rem;
  line-height: 1.8;
  letter-spacing: 0.05em;
  color: #0b2a3a;
}

.nisa-page .c-simulation__note-number {
  font-weight: bold;
  font-size: 2.6rem;
  line-height: 1;
  letter-spacing: 0.05em;
  color: #0b2a3a;
}

.nisa-page .c-simulation__note--second {
  margin-top: -17px;
}

.nisa-page .c-simulation__point {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 16px;
}

.nisa-page .c-simulation__point-badge {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 6px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  background-image: url(../images/pages/nisa/deco_badge01.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  width: 161px;
  height: 52px;
  position: relative;
}

.nisa-page .c-simulation__point-text {
  color: #ffffff;
  font-weight: bold;
  font-size: 1.4rem;
  line-height: 1.4;
  letter-spacing: 0.05em;
  z-index: 1;
  position: relative;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding-bottom: 5px;
  padding-right: 5px;
}

.nisa-page .c-simulation__point-description {
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 1.8;
  letter-spacing: 0.05em;
  color: #0b2a3a;
  margin: 0;
}

.nisa-page .c-simulation-chart {
  width: 100%;
  height: auto;
}

.nisa-page .c-simulation-chart picture {
  display: block;
  width: 100%;
}

.nisa-page .c-simulation-chart img {
  width: 100%;
  height: auto;
  display: block;
}

.nisa-page .fund-finder__h3-title {
  max-width: 480px;
}

.nisa-page .fund-finder__content {
  margin-top: 66px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 48px;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.nisa-page .fund-finder__card {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  max-width: 576px;
  width: 100%;
  border-radius: 8px;
  overflow: hidden;
}

.nisa-page .fund-finder__card-image {
  width: 100%;
}

.nisa-page .fund-finder__card-image picture {
  display: block;
  width: 100%;
}

.nisa-page .fund-finder__card-image img {
  width: 100%;
  height: auto;
  display: block;
}

.nisa-page .fund-finder__content-text {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  max-width: 576px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 23px;
}

.nisa-page .fund-finder__content-text h3 picture {
  display: block;
  width: 100%;
}

.nisa-page .fund-finder__content-text h3 img {
  width: 100%;
  height: auto;
  display: block;
}

.nisa-page .fund-finder__description {
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 1.8;
  letter-spacing: 0.05em;
  color: #0b2a3a;
}

.nisa-page .fund-finder__buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 12px;
  margin-top: 19px;
  max-width: 320px;
}

.nisa-page .fund-finder__buttons .icon-right::after {
  background: #ffffff;
  -webkit-mask: url(../images/components/icons/ico_chevron_right.svg);
  mask: url(../images/components/icons/ico_chevron_right.svg);
}

.nisa-page .fund-finder__buttons .icon-right:hover::after {
  background: #009900;
}

.nisa-page .investLearn .c-link {
  margin-top: 10px;
}

.nisa-page .c-investStep__inner {
  padding-inline: 20px;
}

.nisa-page .cardAccount {
  padding: 38px 40px;
}

.nisa-page .cardAccount-title {
  margin-bottom: 18px;
  padding-right: 7px;
}

.nisa-page .cardAccount .btn.btn-internet.icon-left::after {
  background-color: #009900;
  -webkit-mask: url(../images/components/icons/ico_chevron_right.svg);
  mask: url(../images/components/icons/ico_chevron_right.svg);
}

.nisa-page .cardAccount .btn.btn-internet.icon-right::before {
  background-color: #009900;
  -webkit-mask: url(../images/components/icons/ico_toushin.svg);
  mask: url(../images/components/icons/ico_toushin.svg);
}

.nisa-page .cardAccount .btn.btn-counterpart.icon-left::after {
  background-color: #009900;
  -webkit-mask: url(../images/components/icons/ico_chevron_right.svg);
  mask: url(../images/components/icons/ico_chevron_right.svg);
}

.nisa-page .cardAccount .btn.btn-counterpart.icon-right::before {
  background-color: #009900;
  -webkit-mask: url(../images/components/icons/ico_store.svg);
  mask: url(../images/components/icons/ico_store.svg);
}

.nisa-page .faq-box .c-accordion_trigger {
  padding-right: 60px;
}

.nisa-page .faq-box .c-text--secondary + .c-text--secondary {
  margin-top: 10px;
}

.nisa-page .faq-box .mt-custom-10 {
  margin-top: 10px;
}

.nisa-page .faq-box .image-cover {
  margin-top: 17px;
}

@media (max-width: 479px) {
  .nisa-page .nisa-content .taushin-place__card-item--last .cardStep-text {
    margin-right: -1px;
  }
  .nisa-page .nisa-content .c-headline--l {
    margin-inline: -1px;
    letter-spacing: 0.05em;
  }
  .nisa-page .nisa-content .taushin-place {
    margin-inline: 8px;
    width: calc(100% - 16px);
  }
  .nisa-page .nisa-content .taushin-place__caption {
    margin-top: 6px;
  }
  .nisa-page .nisa-content__wrap-button {
    max-width: 100%;
  }
  .nisa-page .nisa-content--tab02 .taushin-place__card, .nisa-page .nisa-content--tab03 .taushin-place__card {
    margin-top: 41px;
  }
  .nisa-page .nisa-content--tab02 .taushin-place .nisa-content__text, .nisa-page .nisa-content--tab03 .taushin-place .nisa-content__text {
    margin-right: -2px;
  }
  .nisa-page .nisa-content--tab02 .cardStep-body, .nisa-page .nisa-content--tab03 .cardStep-body {
    width: 100%;
  }
  .nisa-page .nisa-content--tab02 .c-investLearn__about-video, .nisa-page .nisa-content--tab03 .c-investLearn__about-video {
    padding-bottom: 30px;
  }
  .nisa-page .nisa-content--tab02 .c-investLearn__about-photo, .nisa-page .nisa-content--tab03 .c-investLearn__about-photo {
    margin-top: 32px;
  }
  .nisa-page .nisa-content--tab02 .investLearn .c-carousel__dots, .nisa-page .nisa-content--tab03 .investLearn .c-carousel__dots {
    margin-top: 26px;
  }
  .nisa-page .nisa-content--tab02 .c-investStepWrap, .nisa-page .nisa-content--tab03 .c-investStepWrap {
    padding-top: 33px;
  }
  .nisa-page .benefits-simulation .c-accordion_trigger::after {
    right: 21px;
    top: 48px;
  }
  .nisa-page .c-simulation {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 24px;
    padding: 22px 20px 32px;
    width: 100%;
  }
  .nisa-page .c-simulation__chart {
    border-radius: 4px;
  }
  .nisa-page .c-simulation--third {
    padding-bottom: 32px;
  }
  .nisa-page .c-simulation--third .c-simulation__note:not(.c-simulation__note--second) {
    margin-top: -5px;
  }
  .nisa-page .c-simulation__left {
    -webkit-box-flex: 1;
    -ms-flex: auto;
    flex: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 24px;
  }
  .nisa-page .c-simulation__right {
    -webkit-box-flex: 1;
    -ms-flex: auto;
    flex: auto;
    min-width: 0;
  }
  .nisa-page .c-simulation__info {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 17px;
  }
  .nisa-page .c-simulation__tag {
    gap: 8px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .nisa-page .c-simulation__tag--second {
    margin-top: -2px;
  }
  .nisa-page .c-simulation__tag .c-tag {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    margin-top: 0;
  }
  .nisa-page .c-simulation__params .c-caption {
    margin-top: 0;
  }
  .nisa-page .c-simulation__param.style-sp {
    margin-top: -6px;
  }
  .nisa-page .c-simulation__details {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 3px;
  }
  .nisa-page .c-simulation__detail-item {
    gap: 5px;
  }
  .nisa-page .c-simulation__detail-item.flex-start-sp {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .nisa-page .c-simulation__detail-item.flex-start-sp .c-simulation__detail-header {
    margin-top: 2px;
  }
  .nisa-page .c-simulation__detail-header {
    gap: 0;
    min-width: 122px;
  }
  .nisa-page .c-simulation__detail-title {
    font-weight: 400;
    font-size: 1.4rem;
    line-height: 1.8;
    letter-spacing: 0.07em;
    color: #0b2a3a;
    white-space: nowrap;
  }
  .nisa-page .c-simulation__detail-line {
    max-width: 16px;
  }
  .nisa-page .c-simulation__detail-value {
    display: inline;
  }
  .nisa-page .c-simulation__detail-label {
    font-weight: bold;
    font-size: 1.6rem;
    line-height: 1.8;
    letter-spacing: 0.05em;
    color: #0b2a3a;
  }
  .nisa-page .c-simulation__detail-number {
    font-weight: bold;
    font-size: 2.6rem;
    line-height: 1;
    letter-spacing: 0.05em;
    color: #e02828;
    text-align: center;
  }
  .nisa-page .c-simulation__detail-number--red {
    color: #e02828;
  }
  .nisa-page .c-simulation__detail-number--base {
    color: #0b2a3a;
  }
  .nisa-page .c-simulation__detail-unit {
    font-weight: bold;
    font-size: 1.6rem;
    line-height: 1.8;
    letter-spacing: 0.05em;
    color: #0b2a3a;
  }
  .nisa-page .c-simulation__note {
    margin-top: 2px;
    display: inline;
  }
  .nisa-page .c-simulation__note-text {
    font-weight: bold;
    font-size: 1.6rem;
    line-height: 1.8;
    letter-spacing: 0.05em;
    color: #0b2a3a;
  }
  .nisa-page .c-simulation__note-number {
    font-weight: bold;
    font-size: 2.6rem;
    line-height: 1;
    letter-spacing: 0.05em;
    color: #0b2a3a;
  }
  .nisa-page .c-simulation__note--second {
    margin-top: -17px;
  }
  .nisa-page .c-simulation__point {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 16px;
  }
  .nisa-page .c-simulation__point-badge {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 6px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    background-image: url(../images/pages/nisa/deco_badge01.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    width: 161px;
    height: 52px;
    position: relative;
  }
  .nisa-page .c-simulation__point-text {
    color: #ffffff;
    font-weight: bold;
    font-size: 1.4rem;
    line-height: 1.4;
    letter-spacing: 0.05em;
    z-index: 1;
    position: relative;
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding-bottom: 5px;
    padding-right: 5px;
  }
  .nisa-page .c-simulation__point-description {
    font-weight: 400;
    font-size: 1.6rem;
    line-height: 1.8;
    letter-spacing: 0.05em;
    color: #0b2a3a;
    margin: 0;
  }
  .nisa-page .c-simulation-chart {
    width: 100%;
    height: auto;
  }
  .nisa-page .c-simulation-chart picture {
    display: block;
    width: 100%;
  }
  .nisa-page .c-simulation-chart img {
    width: 100%;
    height: auto;
    display: block;
  }
  .nisa-page .fund-finder__h3-title {
    max-width: 200px;
    margin-inline: auto;
  }
  .nisa-page .fund-finder__content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-top: 40px;
    gap: 24px;
  }
  .nisa-page .fund-finder__card {
    -webkit-box-flex: 1;
    -ms-flex: auto;
    flex: auto;
    max-width: 100%;
  }
  .nisa-page .fund-finder__content-text {
    -webkit-box-flex: 1;
    -ms-flex: auto;
    flex: auto;
    max-width: 100%;
    gap: 23px;
  }
  .nisa-page .fund-finder__content-text h3 picture {
    display: block;
    width: 100%;
  }
  .nisa-page .fund-finder__buttons {
    max-width: 100%;
  }
  .nisa-page .investLearn .c-link {
    margin-top: 21px;
    text-align: center;
  }
  .nisa-page .investLearn .c-video__title {
    margin-top: 16px;
  }
  .nisa-page .investLearn .c-carousel__dots {
    margin-top: 53px;
  }
  .nisa-page .investLearn .c-investLearn__des {
    margin-inline: -12px;
  }
  .nisa-page .investLearn .c-video__container {
    height: auto;
  }
  .nisa-page .c-investStep {
    padding-block: 54px 40px;
  }
  .nisa-page .c-investStep__inner {
    padding-inline: 24px;
  }
  .nisa-page .c-investStep .cardStep-head {
    margin-left: -8px;
  }
  .nisa-page .cardAccount {
    margin-left: 0;
    padding: 36px 20px 61.8666666667vw;
  }
  .nisa-page .cardAccount-title {
    margin-bottom: 18px;
    padding-right: 7px;
  }
  .nisa-page .faq-box .c-accordion_trigger {
    padding-right: 60px;
  }
  .nisa-page .faq-box .c-text--secondary + .c-text--secondary {
    margin-top: 10px;
  }
  .nisa-page .faq-box .mt-custom-10 {
    margin-top: 10px;
  }
  .nisa-page .faq-box .image-cover {
    margin-top: 17px;
  }
  .nisa-page .cumulative-investment__box {
    margin-top: 40px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 40px;
  }
  .nisa-page .cumulative-investment__text {
    max-width: 1005;
  }
  .nisa-page .cumulative-investment__text h3 {
    text-align: center;
  }
  .nisa-page .cumulative-investment__text-copy {
    margin-top: 18px;
  }
  .nisa-page .cumulative-investment__visual {
    width: 100%;
    height: auto;
  }
  .nisa-page .nisa-fund-search {
    padding: 40px 24px;
    max-width: 100%;
    margin-inline: 24px;
  }
  .nisa-page .nisa-fund-search__section--top {
    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-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 16px;
    padding-bottom: 40px;
  }
  .nisa-page .nisa-fund-search__section--bottom {
    gap: 40px;
    margin-top: 38px;
    padding-left: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .nisa-page .nisa-fund-search__section--bottom .nisa-content__wrap-button {
    width: 100%;
  }
  .nisa-page .nisa-fund-search__button {
    width: 100%;
  }
  .nisa-page .nisa-fund-search__button .btn__label {
    font-size: 1.6rem;
    line-height: 1.6;
    letter-spacing: 0.012em;
  }
  .nisa-page .nisa-fund-search__illustration {
    width: 200px;
    height: auto;
    margin-top: 0;
    margin-inline: auto;
  }
  .nisa-page .nisa-fund-search__content {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 1px;
    max-width: 648px;
  }
  .nisa-page .nisa-fund-search__content h2 {
    text-align: center;
  }
  .nisa-page .nisa-fund-search .nisa-content__wrap-button {
    margin-top: 25px;
  }
}
@media (max-width: 374px) {
  .nisa-page .c-accordion_trigger {
    padding-inline: 16px 50px;
  }
  .nisa-page .c-simulation {
    padding: 22px 14px 32px 14px;
  }
  .nisa-page .c-simulation__detail-header {
    min-width: 118px;
  }
  .nisa-page .nisa-content .c-headline--l {
    margin-inline: -15px;
  }
  .nisa-page .cardStep-body {
    padding: 24px 20px;
  }
}
.reader div,
.reader a {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 1px;
  height: 1px;
  margin: 0;
  padding: 0;
  overflow: hidden;
}

.btn {
  letter-spacing: 0.012em;
}

.btn.c--secondary::after {
  background: #546a75;
}

.btn:hover.c--secondary::after {
  background: #546a75;
}

@media (min-width: 480px) {
  .toushin-page .c-pagetitleService {
    padding-bottom: 48px;
  }
  .toushin-page .c-pagetitleService__body::before {
    height: calc(100% + 48px);
  }
}
@media (max-width: 479px) {
  .toushin-page .c-investStep .cardStep-head {
    margin-left: -8px;
  }
}
@media (max-width: 479px) {
  .toushin-page .cardAccount {
    padding: 40px 20px 61.8666666667vw;
  }
}
@media (max-width: 479px) {
  .toushin-page .cardStep-btn {
    margin-top: 28px;
  }
}
@media (max-width: 479px) {
  .toushin-page .c-nisaIntro__cta {
    margin-top: 4px;
  }
}
@media (min-width: 480px) {
  .toushin-page .card-text {
    margin-top: 6px;
    margin-right: -1px;
  }
}
@media (min-width: 480px) {
  .toushin-page .card-link {
    margin-top: 14px;
  }
}
@media (max-width: 479px) {
  .toushin-page .c-video__container {
    height: auto;
  }
}
.toushin-page .c-video__title {
  margin-top: 16px;
}

@media (max-width: 479px) {
  .toushin-page .c-accordion_trigger::after {
    right: 20px;
  }
}
@media (max-width: 479px) {
  .toushin-page .c-accordion_trigger-normal::after {
    right: 5px;
  }
}
@media (min-width: 480px) {
  .toushin-page .taushin-news__banner .c-carousel__dots {
    margin-top: 22px;
  }
}
@media (min-width: 480px) {
  .toushin-page .c-text--col2 span:last-child {
    gap: 4px;
  }
}
.taushin-box, .taushin-tabBox {
  padding-top: 96px;
}

@media (max-width: 479px) {
  .taushin-box, .taushin-tabBox {
    padding-top: 80px;
  }
}
.taushin-groupTab {
  padding-top: 92px;
}

@media (max-width: 479px) {
  .taushin-groupTab {
    padding-top: 80px;
  }
}
.taushin-tab-page .tabs__item.tabs__item--active .tabs__item__label::before {
  background-color: #009900;
}

.taushin-tab-page .tabs__item .tabs__item__label::before {
  background-color: #546a75;
  -webkit-mask: url("../images/components/icons/ico_first_use.svg");
  mask: url("../images/components/icons/ico_first_use.svg");
}

.taushin-tab-page .tabs__item:nth-child(2) .tabs__item__label::before {
  -webkit-mask: url("../images/components/icons/ico_fund_search.svg");
  mask: url("../images/components/icons/ico_fund_search.svg");
}

.taushin-tab-page .tabs__item:hover .tabs__item__label::before {
  background-color: #009900;
}

.taushin-news__btn, .taushin-news__notification {
  margin-top: 64px;
}

@media (max-width: 479px) {
  .taushin-news__btn, .taushin-news__notification {
    margin-top: 40px;
  }
}
.taushin-news__btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.taushin-news__btn .btn {
  min-height: 50px;
  width: 320px;
}

@media (max-width: 479px) {
  .taushin-news__btn .btn {
    width: 100%;
  }
}
.taushin-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 48px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 64px;
}

@media (max-width: 479px) {
  .taushin-card {
    gap: 40px;
    margin-top: 40px;
  }
}
.taushin-card__item {
  width: 22%;
  min-width: 264px;
}

@media (max-width: 479px) {
  .taushin-card__item {
    width: 100%;
    min-width: auto;
  }
}
@media (max-width: 479px) {
  .taushin-card .parts-fukidashi {
    width: 100%;
  }
}
.taushin-place {
  width: 100%;
  max-width: 1200px;
  margin-inline: auto;
  border-radius: 40px;
  background-color: #ecf5ea;
  padding: 64px;
}

@media (max-width: 479px) {
  .taushin-placeWrap {
    padding-inline: 8px;
  }
}
@media (max-width: 479px) {
  .taushin-place {
    padding: 40px 16px;
  }
}
.taushin-place__coppy {
  margin-top: 24px;
}

.taushin-place__box {
  margin-top: 64px;
}

@media (max-width: 479px) {
  .taushin-place__box {
    margin-top: 40px;
  }
}
.taushin-place__card {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  margin-top: 40px;
  padding-bottom: 64px;
  border-bottom: 1px solid #cacaca;
}

@media (max-width: 479px) {
  .taushin-place__card {
    grid-template-columns: 1fr;
    padding-bottom: 40px;
  }
}
.taushin-place__card .cardStep,
.taushin-place__card .cardStep-body {
  height: 100%;
}

.taushin-place__card .cardStep-body {
  min-height: 262px;
  background-color: #ffffff;
}

.taushin-place__chart {
  margin-top: 40px;
}

.taushin-place__chart-img {
  border-radius: 8px;
}

.taushin-place__chart-img img {
  border-radius: 8px;
}

.taushin-place__caption {
  margin-top: 8px;
}

.taushin-place__txt {
  margin-top: 32px;
}

.taushin-place__txt p + p {
  margin-top: 16px;
}

.taushin-place__btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 64px;
}

@media (max-width: 479px) {
  .taushin-place__btn {
    margin-top: 40px;
  }
}
.taushin-place__btn .btn {
  width: 320px;
}

@media (max-width: 479px) {
  .taushin-place__btn .btn {
    width: 100%;
  }
}
.c-nisaIntro {
  max-width: 1072px;
  margin-inline: auto;
  background-color: #F8F5E9;
  border-radius: 16px;
  padding-block: 40px;
}

@media (max-width: 479px) {
  .c-nisaIntro {
    padding-bottom: 0;
    padding-inline: 24px;
  }
}
.c-nisaIntro__title {
  margin-bottom: 16px;
}

.c-nisaIntro__visual {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 38px;
  padding-inline: 48px 58px;
  background: url("../images/pages/toushin/nisaIntro_bg.png") no-repeat center top;
  margin-top: 40px;
}

@media (max-width: 479px) {
  .c-nisaIntro__visual {
    grid-template-columns: 1fr;
    padding-inline: 0;
  }
}
.c-nisaIntro__picture {
  border-radius: 8px;
}

.c-nisaIntro__picture img {
  border-radius: 8px;
}

@media (max-width: 479px) {
  .c-nisaIntro__picture {
    border-radius: 4px;
  }
  .c-nisaIntro__picture img {
    border-radius: 4px;
  }
}
@media (min-width: 480px) {
  .c-nisaIntro__illustration {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    padding-bottom: 11px;
    margin-left: 9px;
  }
}
@media (max-width: 479px) {
  .c-nisaIntro__illustration {
    width: calc(100% + 48px);
    margin-left: -24px;
    margin-right: -24px;
  }
}
.c-nisaIntro__caption {
  margin-top: 8px;
  padding-right: 12px;
}

.c-nisaIntro__cta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 40px;
}

@media (max-width: 479px) {
  .c-nisaIntro__cta {
    margin-top: 0;
  }
}
.c-nisaIntro__cta .btn {
  width: 320px;
}

@media (max-width: 479px) {
  .c-nisaIntro__cta .btn {
    width: 100%;
  }
}
.c-investLearn__about-video {
  padding-bottom: 40px;
  border-bottom: 1px solid #bdbdbd;
}

.c-investLearn__des {
  margin-top: 24px;
}

.c-investLearn__carousel {
  margin-top: 65px;
}

@media (max-width: 479px) {
  .c-investLearn__carousel {
    margin-top: 40px;
  }
}
@media (min-width: 480px) {
  .c-investLearn__carousel .c-carousel__dots {
    margin-top: 22px;
  }
}
.c-investLearn__btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 12px;
  margin-top: 64px;
}

@media (max-width: 479px) {
  .c-investLearn__btn {
    margin-top: 40px;
  }
}
.c-investLearn__btn .btn {
  min-height: 50px;
  width: 320px;
}

@media (max-width: 479px) {
  .c-investLearn__btn .btn {
    width: 100%;
  }
}
.taushin-question {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 48px;
}

@media (max-width: 479px) {
  .taushin-question {
    width: 100%;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 40px;
  }
}
.taushin-question__head {
  width: 368px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

@media (max-width: 479px) {
  .taushin-question__head {
    width: 100%;
  }
}
@media (max-width: 479px) {
  .taushin-question__title {
    text-align: center;
    margin-inline: -1px;
  }
}
.taushin-question__btn {
  width: 100%;
  margin-top: 65px;
}

@media (max-width: 479px) {
  .taushin-question__btn {
    margin-top: 3px;
  }
}
.taushin-question__btn .btn {
  min-height: 50px;
  width: 320px;
}

@media (max-width: 479px) {
  .taushin-question__btn .btn {
    width: 100%;
  }
}
.accordionFaq__item + .accordionFaq__item {
  margin-top: 24px;
}

.accordionFaq__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 16px;
}

.accordionFaq__item-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 8px;
}

@media (min-width: 480px) {
  .accordionFaq .c-list--mtop .c-list__item:not(:first-child) {
    margin-top: 5px;
  }
  .accordionFaq .c-list__item--mt0 {
    margin-top: 0;
  }
  .accordionFaq .c-caption--mtop {
    margin-top: -6px;
  }
}
@media (max-width: 479px) {
  .accordionFaq__item--mt0sp {
    margin-top: 26px;
  }
  .accordionFaq .c-list--mtop .c-list__item:not(:first-child) {
    margin-top: 5px;
  }
  .accordionFaq .c-list__item--mt0 {
    margin-top: 0;
  }
  .accordionFaq .c-caption--mtop {
    margin-top: -8px;
  }
}
.c-investStep {
  border-top-left-radius: 40px;
  border-top-right-radius: 40px;
  background: -webkit-gradient(linear, left top, left bottom, from(#ecf5ea), to(#d1eed7));
  background: linear-gradient(to bottom, #ecf5ea 0%, #d1eed7 100%);
  padding-block: 48px 64px;
  position: relative;
}

.c-investStepWrap {
  padding-top: 46px;
  position: relative;
  z-index: 1;
}

@media (max-width: 479px) {
  .c-investStepWrap {
    padding-top: 32px;
  }
}
.c-investStepWrap::before {
  content: "";
  width: min(100%, 1072px);
  aspect-ratio: 1072/400;
  background-color: #ecf5ea;
  border-radius: 50%;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: -1;
}

@media (max-width: 479px) {
  .c-investStepWrap::before {
    width: min(100%, 280px);
    aspect-ratio: 280/167;
  }
}
@media (max-width: 479px) {
  .c-investStep__logo {
    margin-bottom: -22px;
    position: relative;
    z-index: 2;
  }
}
@media (max-width: 479px) {
  .c-investStep {
    padding-block: 54px 40px;
    border-radius: 0;
  }
}
.c-investStep::after {
  content: "";
  width: 100%;
  height: 100%;
  background: url("../images/pages/toushin/investStep_bg.png") no-repeat top center/cover;
  position: absolute;
  bottom: 0;
  left: 0;
  pointer-events: none;
}

@media (max-width: 479px) {
  .c-investStep::after {
    background-image: url("../images/pages/toushin/investStep_bg_sp.png");
    background-size: cover;
    top: auto;
    height: 211px;
  }
}
.c-investStep-unit {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.c-investStep-unit .cardAccount-title {
  margin-bottom: 18px;
}

.c-investStep-unit .cardAccount {
  padding-top: 37px;
}

@media (min-width: 480px) {
  .c-investStep-unit {
    padding-block: 64px 62px;
  }
  .c-investStep-unit::after {
    background-image: url("../images/pages/toushin/investStepUnit_bg.png");
    background-position: bottom center;
  }
}
@media (max-width: 479px) {
  .c-investStep-unit {
    padding-block: 41px 39px;
  }
}
.c-investStep__inner {
  position: relative;
  z-index: 1;
}

@media (max-width: 479px) {
  .c-investStep__inner {
    padding-inline: 24px;
  }
}
.c-investStep__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}

@media (max-width: 479px) {
  .c-investStep__list {
    grid-template-columns: repeat(1, 1fr);
  }
}
.toushin-page-btn .btn {
  min-height: 50px;
  width: 320px;
}

@media (max-width: 479px) {
  .toushin-page-btn .btn {
    width: 100%;
  }
}
.c-investCol2 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 48px;
}

@media (max-width: 479px) {
  .c-investCol2 {
    grid-template-columns: repeat(1, 1fr);
    gap: 24px;
  }
}
.c-investPhoto {
  aspect-ratio: 576/288;
  border-radius: 8px;
}

@media (max-width: 479px) {
  .c-investPhoto {
    aspect-ratio: 327/164;
  }
}
.c-investPhoto img {
  border-radius: 8px;
}

@media (max-width: 479px) {
  .c-investFind__logo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
@media (max-width: 479px) {
  .investInformation__des {
    margin-top: 2px;
  }
}
.investInformation__title {
  margin-top: 8px;
}

@media (max-width: 479px) {
  .investInformation__title {
    margin-top: 9px;
  }
}
.investInformation__box {
  margin-top: 64px;
}

@media (max-width: 479px) {
  .investInformation__box {
    margin-top: 41px;
  }
}
.c-investInformation {
  padding: 40px 52px 53px 48px;
  background: #F8F5E9 no-repeat center top/100%;
  border-radius: 16px;
  position: relative;
}

@media (max-width: 479px) {
  .c-investInformation {
    padding: 40px 24px;
  }
}
.c-investInformation__economic {
  background-image: url("../images/pages/toushin/c-investInformation_bg_01.png");
}

@media (max-width: 479px) {
  .c-investInformation__economic {
    background-image: url("../images/pages/toushin/c-investInformation_bg_sp_01.png");
  }
}
.c-investInformation__service {
  background-image: url("../images/pages/toushin/c-investInformation_bg_02.png");
}

@media (max-width: 479px) {
  .c-investInformation__service {
    background-image: url("../images/pages/toushin/c-investInformation_bg_sp_02.png");
  }
}
@media (max-width: 479px) {
  .c-investInformation__service .btn--secondary {
    padding-block: 12px 11px;
  }
}
.c-investInformation__txt {
  margin-top: 82px;
}

.c-investInformation__linkpdf {
  margin-top: 22px;
}

@media (max-width: 479px) {
  .c-investInformation__linkpdf {
    margin-top: 24px;
  }
}
.c-investAvailable__inner {
  background-color: #F8F5E9;
  border-radius: 8px;
  padding: 40px 48px;
}

@media (max-width: 479px) {
  .c-investAvailable__inner {
    padding: 40px 24px;
  }
}
.c-investAvailable__box {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  -webkit-column-gap: 64px;
  -moz-column-gap: 64px;
  column-gap: 64px;
}

@media (max-width: 479px) {
  .c-investAvailable__box {
    grid-template-columns: repeat(1, 1fr);
    gap: 40px;
  }
}
.c-investAvailable__label {
  background-color: #d1eed7;
  padding: 8px 15px;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  position: relative;
  z-index: 1;
}

@media (min-width: 480px) {
  .c-investAvailable__video {
    margin-top: -1px;
  }
  .c-investAvailable__video .c-video {
    max-width: 520px;
  }
  .c-investAvailable__video .c-video__container {
    height: 293px;
  }
}
@media (max-width: 479px) {
  .c-investAvailable__video .c-video__iframe-wrapper {
    height: 157px;
  }
}
@media (max-width: 479px) {
  .c-investAvailable__des {
    font-size: 1.4rem;
    line-height: 1.8;
    letter-spacing: 0.05em;
  }
}
.c-investAvailable__carousel-btn {
  margin-top: 24px;
}

@media (max-width: 479px) {
  .c-investAvailable__carousel-btn {
    font-size: 1.4rem;
    line-height: 1.8;
    margin-top: 26px;
  }
  .c-investAvailable__carousel-btn .c-link-exclamation {
    padding-right: 33px;
  }
}
.c-investAvailable__youtobe .c-investAvailable__des {
  margin-right: -1px;
}

.c-investAvailable__carousel .c-carousel {
  max-width: 520px;
}

@media (max-width: 479px) {
  .c-investAvailable__carousel .c-carousel {
    max-width: 74.4vw;
  }
}
.c-investAvailable__carousel .c-carousel .c-carousel__track {
  overflow: hidden;
}

.c-investAvailable__carousel .c-carousel .slick-prev,
.c-investAvailable__carousel .c-carousel .slick-next {
  top: 127px;
}

@media (max-width: 479px) {
  .c-investAvailable__carousel .c-carousel .slick-prev,
  .c-investAvailable__carousel .c-carousel .slick-next {
    top: 52px;
  }
}
.c-investAvailable__carousel .c-carousel .slick-prev {
  left: calc((100% - 560px) / 2);
}

@media (max-width: 479px) {
  .c-investAvailable__carousel .c-carousel .slick-prev {
    left: calc((100% - 319px) / 2);
  }
}
.c-investAvailable__carousel .c-carousel .slick-next {
  right: calc((100% - 560px) / 2);
}

@media (max-width: 479px) {
  .c-investAvailable__carousel .c-carousel .slick-next {
    right: calc((100% - 319px) / 2);
  }
}
.c-investAvailable__carousel .c-carousel__slide-figure {
  width: 520px;
  margin: 0 20px;
  height: 292px;
  background-color: #fff;
  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;
}

@media (max-width: 479px) {
  .c-investAvailable__carousel .c-carousel__slide-figure {
    width: 74.4vw;
    height: 156px;
    padding-block: 10px 24px;
    margin: 0;
  }
}
.c-investAvailable__carousel .c-carousel__slide-figure img {
  width: auto;
  height: auto;
}

@media (min-width: 480px) {
  .c-investAvailable__carousel .c-investAvailable__carousel-txt {
    padding-inline: 20px;
  }
}
.c-investAvailable__carousel .slick-track {
  width: 520px !important;
}

@media (max-width: 479px) {
  .c-investAvailable__carousel .slick-track {
    width: 100% !important;
  }
}
.c-investAvailable__carousel .c-carousel__dots {
  margin-top: 0;
  margin-left: 0px;
  position: absolute;
  top: 277px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

@media (max-width: 479px) {
  .c-investAvailable__carousel .c-carousel__dots {
    top: 140px;
  }
}
.c-investAvailable__carousel .c-link {
  font-size: 1.6rem;
  line-height: 1.6;
  letter-spacing: 0.012em;
  font-weight: bold;
  text-decoration: none;
  cursor: pointer;
}

@media (max-width: 479px) {
  .c-investAvailable__carousel .c-carousel__slide03 .c-carousel__slide-figure {
    padding-block: 4px 19px;
  }
}
@media (max-width: 479px) {
  .ranking-card .c-card {
    min-height: 250px;
  }
}
@media (max-width: 479px) {
  .ranking-card .c-card-info-ttl {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
}
.note-point {
  background-color: #f7f8f9;
  padding-block: 32px;
}

@media (max-width: 479px) {
  .note-point {
    padding-right: 5px;
    margin-top: 56px;
  }
}
.note-point .icon-arrow--right {
  font-weight: bold;
  font-size: 1.6rem;
  line-height: 1.6;
  letter-spacing: 0.05em;
  text-decoration: none;
}

.note-point .icon-arrow--right:after {
  content: "";
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  position: relative;
  width: 24px;
  height: 24px;
  background-image: url("../images/components/icons/ico_arrows_next.svg");
  background-size: 24px 24px;
  background-repeat: no-repeat;
  margin-left: 4px;
  -webkit-transform: translateY(6px);
  transform: translateY(6px);
}

.about-page .l-about {
  margin-top: 96px;
}

.about-page .l-about .about-content {
  background: #ecf5ea;
  border-radius: 40px;
  padding: 64px;
  margin: 0 auto;
  width: 100%;
}

.about-page .l-about .about-section__title {
  margin-bottom: 64px;
  font-size: 2.6rem;
  line-height: 1.6;
  padding-right: 5px;
}

.about-page .l-about .about-section__table picture {
  display: block;
  width: 100%;
}

.about-page .l-about .about-section__table img {
  width: 100%;
  height: auto;
  display: block;
}

.about-page .l-about .about-section .c-caption {
  margin-top: 7px;
}

.about-page .l-about .about-section .c-caption__item {
  padding-left: 28px;
}

.about-page .l-about .about-section .c-caption__item:not(:first-child) {
  margin-top: 5px;
}

.about-page .l-about .about-section__content--second {
  margin-top: 96px;
}

.about-page .l-about .about-section__content--second .c-caption {
  margin-top: 7px;
}

.about-page .l-about .about-section__content--second .c-caption__item:not(:first-child) {
  margin-top: 5px;
}

.about-page .l-about .about-links {
  margin-top: 32px;
}

.about-page .l-about .about-links__text {
  font-weight: bold;
  font-size: 1.6rem;
  line-height: 1.6;
}

.about-page .l-about .about-links__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 3px;
  margin-top: 16px;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.about-page .l-about .about-links__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media (max-width: 479px) {
  .about-page .l-about {
    margin-top: 64px;
  }
  .about-page .l-about .l-inner {
    padding-inline: 8px;
  }
  .about-page .l-about .about-content {
    padding: 48px 16px;
  }
  .about-page .l-about .about-section__title {
    margin-bottom: 40px;
    padding-right: 0;
  }
  .about-page .l-about .about-section__table picture {
    display: block;
    width: 100%;
  }
  .about-page .l-about .about-section__table img {
    width: 100%;
    height: auto;
    display: block;
  }
  .about-page .l-about .about-section .c-caption {
    margin-top: 7px;
  }
  .about-page .l-about .about-section .c-caption__item {
    padding-left: 23px;
  }
  .about-page .l-about .about-section .c-caption__item:not(:first-child) {
    margin-top: 4px;
  }
  .about-page .l-about .about-section__content--second {
    margin-top: 68px;
  }
  .about-page .l-about .about-section__content--second .c-caption {
    margin-top: 7px;
  }
  .about-page .l-about .about-section__content--second .c-caption__item {
    padding-left: 27px;
  }
  .about-page .l-about .about-section__content--second .c-caption__item:not(:first-child) {
    margin-top: 5px;
  }
  .about-page .l-about .about-links {
    margin-top: 32px;
  }
  .about-page .l-about .about-links__list {
    gap: 8px;
    margin-top: 18px;
  }
  .about-page .l-about .about-links .c-link {
    display: inline;
  }
}
.about-page .l-consultant {
  margin-top: 38px;
}

.about-page .l-consultant .consultant {
  background: transparent;
}

.about-page .l-consultant .consultant__box {
  padding-block: 0;
  padding-inline: 52px;
}

.about-page .l-consultant .consultant__service {
  padding-inline: 0px;
  margin-top: 50px;
}

.about-page .l-consultant .consultant__service-item {
  max-width: 320px;
}

.about-page .l-consultant .consultant__service .c-headline--s {
  white-space: nowrap;
}

.about-page .l-consultant .consultant__serviceBtn {
  margin-top: 23px;
}

.about-page .l-consultant .consultant__copy {
  margin-top: 49px;
}

@media (max-width: 479px) {
  .about-page .l-consultant {
    margin-top: 45px;
  }
  .about-page .l-consultant .consultant__box {
    padding-block: 0;
    padding-inline: 0;
  }
  .about-page .l-consultant .consultant__service {
    padding-inline: 0px;
    margin-top: 50px;
  }
  .about-page .l-consultant .consultant__service-item {
    max-width: 100%;
  }
  .about-page .l-consultant .consultant__service-item:not(:last-child) {
    padding-bottom: 48px;
    margin-bottom: 48px;
  }
  .about-page .l-consultant .consultant__service .c-headline--s {
    white-space: nowrap;
  }
  .about-page .l-consultant .consultant__serviceBtn {
    margin-top: 24px;
  }
  .about-page .l-consultant .consultant__copy {
    margin-top: 49px;
  }
}
.btn.icon-reset::after {
  -webkit-mask-image: url("../images/components/icons/ico_reset.svg");
  mask-image: url("../images/components/icons/ico_reset.svg");
}

.moushikomi-page .page-title .pagetitle__des {
  margin-top: 18px;
}

@media (max-width: 479px) {
  .moushikomi-page .page-title .pagetitle__des {
    margin-top: 15px;
  }
}
.moushikomi-page .page-title .c-caption {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 7px;
}

.moushikomi-page .page-title .c-pagetitle__content {
  padding-bottom: 96px;
}

@media (max-width: 479px) {
  .moushikomi-page .page-title .c-pagetitle__content {
    padding-bottom: 49px;
  }
}
.moushikomi-page .account-step__pointNote-list {
  margin-top: 17px;
}

@media (min-width: 480px) {
  .moushikomi-page .account-step__pointNote-list {
    margin-top: 16px;
  }
}
.moushikomi-page .account-step__pointNote-video {
  margin-top: 17px;
}

.moushikomi-page .account-step__pointNote-video .c-video-wrap {
  max-width: 464px;
  width: 100%;
}

@media (min-width: 480px) {
  .moushikomi-page .account-step__pointNote-video {
    margin-top: 16px;
  }
}
.moushikomi-page .account-step__procedure {
  margin-top: 42px;
}

@media (min-width: 480px) {
  .moushikomi-page .account-step__procedure {
    margin-top: 35px;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
}
@media (min-width: 480px) {
  .moushikomi-page .account-step__procedure-detail {
    margin-top: 38px;
  }
}
.moushikomi-page .account-step__procedure-logo {
  margin-top: 37px;
}

@media (max-width: 479px) {
  .moushikomi-page .account-step__procedure-logo {
    margin-top: 36px;
  }
}
.moushikomi-page .account-step__procedure-btn {
  margin-top: 20px;
}

.moushikomi-page .account-step-files {
  margin-top: 40px;
}

@media (max-width: 479px) {
  .moushikomi-page .account-step-files {
    margin-top: 40px;
  }
}
@media (min-width: 480px) {
  .moushikomi-page .account-step-files__link {
    margin-left: -2px;
  }
}
.moushikomi-page .completeAccount {
  margin-top: 24px;
}

@media (max-width: 479px) {
  .moushikomi-page .completeAccount {
    margin-top: 16px;
  }
}
.moushikomi-page .onlineAccount {
  margin-top: 64px;
}

@media (max-width: 479px) {
  .moushikomi-page .onlineAccount {
    margin-top: 42px;
  }
}
.moushikomi-page .btn--anchor__header {
  padding-left: 10px;
  margin-bottom: 1px;
}

@media (max-width: 479px) {
  .moushikomi-page .btn--anchor__header {
    padding-left: 0;
  }
}
@media (max-width: 479px) {
  .moushikomi-page .openAccount__note {
    margin-top: 27px;
  }
  .moushikomi-page .onlineAccount__storage-btn {
    margin-top: 37px;
  }
  .moushikomi-page .account-step__accordion-verifi {
    gap: 13px 0;
  }
}
@media (min-width: 480px) {
  .moushikomi-page .tab02__content .apply__step-item01 .account-step__footer {
    margin-top: 43px;
  }
}
@media (max-width: 479px) {
  .moushikomi-page .tab02__content .apply__step-item02 .account-step__footer {
    margin-top: 29px;
  }
}
.moushikomi-page .tab02__content .account-step__footer-btn {
  gap: 16px;
}

@media (max-width: 479px) {
  .moushikomi-page .tab02__content .account-step__footer-btn {
    gap: 17px;
  }
}
.moushikomi-page .tab02__content .account-step__footer-text {
  margin-top: 9px;
}

@media (max-width: 479px) {
  .moushikomi-page .tab02__content .account-step__footer-text {
    margin-top: 10px;
  }
}
.moushikomi-page .tab02__content .account-step__ticket {
  margin-top: 43px;
}

@media (max-width: 479px) {
  .moushikomi-page .tab02__content .account-step__ticket {
    gap: 33px 0;
  }
}
@media (max-width: 479px) {
  .moushikomi-page .tab02__content .account-step__accordion {
    margin-top: 35px;
  }
}
@media (min-width: 480px) {
  .moushikomi-page .tab02__content .account-step-files {
    margin-top: 37px;
  }
}
@media (max-width: 479px) {
  .moushikomi-page .account-step__procedure-carousel .c-carousel {
    max-width: 194px;
    margin: 0 auto;
  }
}
.moushikomi-page .c-modal .c-caption__item {
  color: #0b2a3a;
}

.moushikomi-tab .c-accordion_content {
  margin-bottom: 3px;
}

.moushikomi-tab .tabs {
  min-height: 82px;
  background-color: #ecf5ea;
}

@media (max-width: 479px) {
  .moushikomi-tab .tabs {
    min-height: 76px;
  }
}
.moushikomi-tab .tabs__item.tabs__item--active .tabs__item__label::before {
  background-color: #009900;
}

.moushikomi-tab .tabs__item .tabs__item__label::before {
  background-color: #546a75;
  -webkit-mask: url("../images/components/icons/ico_smartphone.svg");
  mask: url("../images/components/icons/ico_smartphone.svg");
}

.moushikomi-tab .tabs__item:nth-child(2) .tabs__item__label::before {
  -webkit-mask: url("../images/components/icons/ico_user.svg");
  mask: url("../images/components/icons/ico_user.svg");
}

.moushikomi-tab .tabs__item:hover .tabs__item__label::before {
  background-color: #009900;
}

@media (max-width: 479px) {
  .moushikomi-tab .c-radio-card {
    padding-block: 11px;
  }
}
@media (min-width: 480px) {
  .moushikomi-tab .tab02__content .btn--anchor {
    min-height: 56px;
  }
}
.choice {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  row-gap: 24px;
}

.choice-section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  row-gap: 24px;
}

.choice-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 0 12px;
}

@media (max-width: 479px) {
  .choice-row {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 16px 0;
  }
}
@media (min-width: 480px) {
  .choice-item {
    min-width: 320px;
  }
}
@media (max-width: 479px) {
  .choice-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    max-width: 100%;
  }
}
.choice_ico {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.apply__anchor .btn--anchor {
  width: 100%;
}

.apply__anchor .btn--anchor:last-child {
  border-right-color: transparent;
}

@media (max-width: 479px) {
  .apply__step {
    width: calc(100% + 32px);
    margin-left: -16px;
    margin-right: -16px;
  }
}
.apply__step-inner {
  padding: 64px;
  background-color: #ecf5ea;
  border-radius: 40px;
}

@media (max-width: 479px) {
  .apply__step-inner {
    padding: 40px 16px;
  }
}
.apply__step-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 24px 0;
}

@media (max-width: 479px) {
  .apply__step-list {
    gap: 16px 0;
  }
}
.apply__step-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0 64px;
}

@media (max-width: 479px) {
  .apply__step-item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 16px 0;
  }
}
@media (max-width: 479px) {
  .apply__step-item:first-child .parts-step__icon {
    display: none;
  }
}
.apply__step-number {
  width: 48px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

@media (max-width: 479px) {
  .apply__step-number {
    margin-inline: auto;
  }
}
.apply__step-content {
  width: 100%;
  padding: 40px 48px;
  background-color: #ffffff;
  border-radius: 8px;
}

@media (max-width: 479px) {
  .apply__step-content {
    padding: 40px 24px;
  }
}
@media (max-width: 479px) {
  .apply__step .choice_ico {
    margin-top: 16px;
  }
}
@media (max-width: 479px) {
  .apply__reset .c-caption {
    width: calc(100% + 32px);
    margin-left: -16px;
    margin-right: -16px;
  }
}
.apply__reset-btn {
  margin-top: 67px;
}

@media (max-width: 479px) {
  .apply__reset-btn {
    margin-top: 43px;
  }
}
.environment-table-wrapper {
  width: 100%;
}

.environment-table {
  width: 100%;
  max-width: 540px;
  border-collapse: collapse;
  margin-bottom: 20px;
}

@media (max-width: 479px) {
  .environment-table {
    max-width: 100%;
    min-width: auto;
  }
}
.environment-table--mobile {
  margin-top: 20px;
}

.environment-table thead th {
  background-color: #d9d9d9;
  color: #0b2a3a;
  font-size: 1.4rem;
  line-height: 1.8;
  letter-spacing: 0.7px;
  padding: 12px 10px;
  border: 1px solid #000000;
  text-align: center;
  vertical-align: middle;
  font-weight: 400;
}

@media (max-width: 479px) {
  .environment-table thead th {
    font-size: 1.2rem;
    line-height: 1.6666666667;
    padding: 6px 8px;
  }
}
.environment-table tbody td {
  background-color: #ffffff;
  color: #0b2a3a;
  font-size: 1.2rem;
  line-height: 1.3333333333;
  letter-spacing: 0.7px;
  padding: 12px 10px;
  border: 1px solid #000000;
  text-align: left;
  vertical-align: middle;
}

@media (max-width: 479px) {
  .environment-table tbody td {
    font-size: 1rem;
    line-height: 1.4;
    padding: 6px 8px;
  }
}
.environment-table tbody td.os-category {
  background-color: #d9d9d9;
  text-align: center;
  font-weight: 400;
}

.environment-table tbody td.empty-row {
  background-color: #ffffff;
  border: 1px solid #cacaca;
  padding: 0;
  height: 0;
}

.environment-table .trademark {
  font-size: 8px;
  vertical-align: super;
  line-height: 0;
}

@media (max-width: 479px) {
  .environment-table .trademark {
    font-size: 6px;
  }
}
@media (max-width: 479px) {
  .words-page .l-searchBox {
    margin-top: 78px;
  }
}
.words-page .l-alphabetical__inner {
  max-width: 960px;
  margin: 0 auto;
}

.words-page .l-alphabetical__content {
  margin-top: 41px;
}

@media (max-width: 479px) {
  .words-page .l-alphabetical__content {
    margin-top: 30px;
  }
}
.words-page .c-searchText__content {
  gap: 0px;
  margin-top: 25px;
  margin-left: -12px;
}

.words-page .c-searchText__content-body {
  margin-top: 30px;
}

.words-page .c-searchText__content-body-item:not(:first-child) {
  margin-top: 40px;
}

.words-page .c-searchText__content-body-list {
  margin-top: 33px;
}

.words-page .c-searchText__content-body-list .txt-i03 {
  font-size: 1.6rem;
  line-height: 1.8;
  font-family: "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "Yu Gothic", YuGothic, "メイリオ", Meiryo, "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 600;
  letter-spacing: 0.05em;
  margin-top: 2px;
  margin-bottom: 15px;
}

.words-page .c-searchText__content-body-list .txt-i04 {
  margin-right: -4px;
}

.words-page .c-searchText__content-body-list .c-caption-i01 {
  margin-top: 10px;
}

.words-page .c-searchText .c-accordion_panel.is-active {
  height: auto;
}

@media (max-width: 479px) {
  .words-page .c-searchText__content-body {
    margin-top: 38px;
  }
  .words-page .c-searchText__content-body-list .txt-i04 {
    margin-right: 0;
  }
  .words-page .c-searchText__content-body-list .c-caption-i01 {
    margin-top: 7px;
  }
}
.choice-wrap .choice {
  display: none;
}

.choice-wrap .choice.choice-1, .choice-wrap .choice.tab02-choice-1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.choice-wrap .choice.choice-1 .choice_ico, .choice-wrap .choice.tab02-choice-1 .choice_ico {
  display: none;
}

.choice-wrap .choice-content,
.choice-wrap .apply__reset {
  display: none;
}

.choice-wrap:has(.choice #radio-card-1:checked) .choice-section .choice-2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.choice-wrap:has(.choice #radio-card-1:checked):has(.choice #radio-card-3:checked) .choice-section .choice-3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.choice-wrap:has(.choice #radio-card-1:checked):has(.choice #radio-card-3:checked):has(.choice #radio-card-5:checked) .choice-panels .choice-content-1,
.choice-wrap:has(.choice #radio-card-1:checked):has(.choice #radio-card-3:checked):has(.choice #radio-card-5:checked) .choice-panels .apply__reset {
  display: block;
}

.choice-wrap:has(.choice #radio-card-1:checked):has(.choice #radio-card-3:checked):has(.choice #radio-card-6:checked) .choice-panels .choice-content-3,
.choice-wrap:has(.choice #radio-card-1:checked):has(.choice #radio-card-3:checked):has(.choice #radio-card-6:checked) .choice-panels .apply__reset {
  display: block;
}

.choice-wrap:has(.choice #radio-card-1:checked):has(.choice #radio-card-4:checked) .choice-section .choice-4 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.choice-wrap:has(.choice #radio-card-1:checked):has(.choice #radio-card-4:checked):has(.choice #radio-card-7:checked) .choice-panels .choice-content-4,
.choice-wrap:has(.choice #radio-card-1:checked):has(.choice #radio-card-4:checked):has(.choice #radio-card-7:checked) .choice-panels .apply__reset {
  display: block;
}

.choice-wrap:has(.choice #radio-card-1:checked):has(.choice #radio-card-4:checked):has(.choice #radio-card-8:checked) .choice-panels .choice-content-5,
.choice-wrap:has(.choice #radio-card-1:checked):has(.choice #radio-card-4:checked):has(.choice #radio-card-8:checked) .choice-panels .apply__reset {
  display: block;
}

.choice-wrap:has(.choice #radio-card-2:checked) .choice-panels .choice-content-2,
.choice-wrap:has(.choice #radio-card-2:checked) .choice-panels .apply__reset {
  display: block;
}

.choice-wrap:has(.choice #radio-card-2:checked) .choice-1 .choice_ico {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.choice-wrap:has(.choice #tab02-radio-card-1:checked) .choice-section .tab02-choice-2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.choice-wrap:has(.choice #tab02-radio-card-1:checked) .choice-section .tab02-choice-1 .choice_ico {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.choice-wrap:has(.choice #tab02-radio-card-1:checked):has(.choice #tab02-radio-card-3:checked) .choice-panels .tab02-choice-content-2,
.choice-wrap:has(.choice #tab02-radio-card-1:checked):has(.choice #tab02-radio-card-3:checked) .choice-panels .apply__reset {
  display: block;
}

.choice-wrap:has(.choice #tab02-radio-card-1:checked):has(.choice #tab02-radio-card-4:checked) .choice-panels .tab02-choice-content-3,
.choice-wrap:has(.choice #tab02-radio-card-1:checked):has(.choice #tab02-radio-card-4:checked) .choice-panels .apply__reset {
  display: block;
}

.choice-wrap:has(.choice #tab02-radio-card-2:checked) .choice-panels .tab02-choice-content-1,
.choice-wrap:has(.choice #tab02-radio-card-2:checked) .choice-panels .apply__reset {
  display: block;
}

.choice-wrap:has(.choice #tab02-radio-card-2:checked) .tab02-choice-1 .choice_ico {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media (max-width: 479px) {
  .search-page .l-searchBox {
    margin-top: 78px;
  }
}
.search-page .l-alphabetical__inner {
  max-width: 960px;
  margin: 0 auto;
}

.search-page .l-alphabetical__inner .c-headline--s__number {
  font-size: 3.6rem;
  line-height: 1.6;
  font-weight: bold;
  letter-spacing: 0.05em;
  margin-inline: 7px;
}

.search-page .l-alphabetical__content {
  margin-top: 41px;
}

@media (max-width: 479px) {
  .search-page .l-alphabetical__content {
    margin-top: 41px;
  }
}
.search-page .c-searchText__content {
  gap: 0px;
  margin-top: 25px;
  margin-left: -12px;
}

.search-page .c-searchText__content-body {
  margin-top: 30px;
}

.search-page .c-searchText__content-body-item:not(:first-child) {
  margin-top: 40px;
}

.search-page .c-searchText__content-body-list {
  margin-top: 33px;
}

.search-page .c-searchText__content-body-list .txt-i03 {
  font-size: 1.6rem;
  line-height: 1.8;
  font-family: "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "Yu Gothic", YuGothic, "メイリオ", Meiryo, "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 600;
  letter-spacing: 0.05em;
  margin-top: 2px;
  margin-bottom: 15px;
}

.search-page .c-searchText__content-body-list .txt-i04 {
  margin-right: -4px;
}

.search-page .c-searchText__content-body-list .c-caption-i01 {
  margin-top: 10px;
}

.search-page .c-searchText .c-accordion_panel.is-active {
  height: auto;
}

@media (max-width: 479px) {
  .search-page .c-searchText__content-body {
    margin-top: 38px;
  }
  .search-page .c-searchText__content-body-list .c-caption-i01 {
    margin-top: 7px;
  }
}
.search-page .description-guide {
  padding: 42px 48px;
  background: #f7f8f9;
  border-radius: 8px;
  margin-top: 24px;
  overflow: hidden;
}

.search-page .description-guide .c-headline--s {
  margin-bottom: 8px;
}

@media (max-width: 479px) {
  .search-page .description-guide {
    padding: 40px 24px 43px;
  }
}
@media (max-width: 479px) {
  .report-page .c-pagetitle__content {
    padding-block: 32px 50px;
  }
}
.report-page .tabs {
  min-height: 82px;
  background-color: #ecf5ea;
}

@media (max-width: 479px) {
  .report-page .tabs {
    min-height: 75px;
  }
}
.report-page .c-tabs-page .tabs__item__label::before {
  background-color: #546a75;
}

.report-page .c-tabs-page .tabs__item--active .tabs__item__label::before {
  background-color: #009900;
}

.report-page .c-tabs-page .tabs__item:nth-child(1) .tabs__item__label::before {
  -webkit-mask-image: url("../images/components/icons/ico_report.svg");
  mask-image: url("../images/components/icons/ico_report.svg");
}

.report-page .c-tabs-page .tabs__item:nth-child(2) .tabs__item__label::before {
  -webkit-mask-image: url("../images/components/icons/ico_list01.svg");
  mask-image: url("../images/components/icons/ico_list01.svg");
}

.report-page .c-tabs-page__panels {
  margin-top: 90px;
}

.report-page .c-report {
  width: 100%;
  max-width: 960px;
  margin-inline: auto;
  margin-top: 38px;
}

.report-page .c-report--result .c-headline--s__number {
  font-size: 3.6rem;
  line-height: 1.6;
  font-weight: bold;
  letter-spacing: 0.05em;
  margin-inline: 7px;
}

.report-page .c-report__content {
  margin-top: 27px;
}

.report-page .c-searchBox {
  margin-inline: auto;
  margin-top: 63px;
}

.report-page .c-accordion__title {
  margin-bottom: 25px;
  background-color: #eaeff0;
  padding: 7px 24px;
  border-radius: 8px;
  font-size: 1.4rem;
  line-height: 1.8;
  letter-spacing: 0.05em;
}

.report-page .c-listLink__link {
  font-size: 1.6rem;
  line-height: 1.6;
  letter-spacing: 0.05em;
  font-weight: 400;
}

.report-page .c-listLink__link:after {
  -webkit-mask-image: url("../images/components/icons/ico_pdf.svg");
  mask-image: url("../images/components/icons/ico_pdf.svg");
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: contain;
  mask-size: contain;
}

.report-page .c-listLink__link:hover:after {
  right: 0;
}

.report-page .c-listLink__item {
  padding-top: 19px;
  padding-bottom: 20px;
}

.report-page .c-report--temporary {
  margin-top: 65px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 40px;
}

.report-page .c-report-temporary__section {
  width: 100%;
}

.report-page .c-report-temporary__title {
  background-color: #eaeff0;
  padding: 8px 24px;
  border-radius: 8px;
  font-size: 1.4rem;
  line-height: 1.8;
  letter-spacing: 0.05em;
  font-weight: bold;
  color: #0b2a3a;
  margin-bottom: 0;
}

.report-page .c-report-temporary__message {
  font-size: 1.6rem;
  line-height: 1.8;
  letter-spacing: 0.05em;
  font-weight: 400;
  color: #0b2a3a;
  margin-top: 22px;
  text-align: left;
  padding-inline: 24px;
}

.report-page .btn-wrapper {
  margin-top: 97px;
}

.report-page .btn-wrapper .btn {
  color: #546a75;
  padding: 11px 10px;
}

.report-page .btn-wrapper .btn.icon-chevron_right::after {
  background-color: #546a75;
}

.report-page .btn-wrapper__content {
  margin-top: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

@media (max-width: 479px) {
  .report-page .c-tabs-page__panels.c-tabs-page__panels--result {
    margin-top: 63px;
  }
  .report-page .c-tabs-page__panels {
    margin-top: 80px;
  }
  .report-page .c-searchBox {
    margin-top: 40px;
  }
  .report-page .c-searchBox__content {
    gap: 21px;
  }
  .report-page .c-searchBox__container {
    padding: 32px 24px 29px;
  }
  .report-page .c-accordion__title {
    padding: 7px 16px;
  }
  .report-page .c-listLink__link {
    padding-right: 43px;
  }
  .report-page .c-report--temporary {
    margin-top: 40px;
    gap: 41px;
  }
  .report-page .c-report--temporary .c-report-temporary__title {
    padding: 7px 23px;
  }
  .report-page .c-report--temporary .c-report-temporary__message {
    margin-top: 24px;
    padding-inline: 16px;
  }
  .report-page .btn-wrapper {
    margin-top: 82px;
  }
  .report-page .btn-wrapper .btn {
    width: 100%;
  }
}
.shikumi-page .benefits {
  padding-top: 56px;
  margin-top: 40px;
}

@media (max-width: 479px) {
  .shikumi-page .benefits {
    padding-top: 40px;
    margin-top: 40px;
  }
}
@media (max-width: 479px) {
  .shikumi-page .l-shikumi .l-inner {
    padding-inline: 8px;
  }
}
.shikumi-page .pagetitle__caption {
  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-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media (min-width: 480px) {
  .shikumi-page .c-pagetitle__content {
    padding-bottom: 95px;
  }
}
.shikumi-page .c-pagetitle__content .c-text {
  text-align: center;
}

@media (max-width: 479px) {
  .shikumi-page .cardStep .c-caption__item {
    padding-left: 15px;
  }
}
@media (min-width: 480px) {
  .shikumi-page .taushin-question__head {
    width: 30.6666666667%;
  }
}
@media (min-width: 480px) {
  .shikumi-page .taushin-question__body {
    width: 65.3333333333%;
  }
}
.shikumi-page .cardStep,
.shikumi-page .cardStep-body {
  height: 100%;
}

.shikumi-page .shikumi__anchor {
  margin-top: 96px;
}

@media (max-width: 479px) {
  .shikumi-page .shikumi__anchor {
    margin-top: 77px;
  }
}
.shikumi-page .shikumi__anchor .btn--anchor {
  width: 100%;
  min-height: 26px;
}

.shikumi-page .shikumi__anchor .btn--anchor:last-child {
  border-right-color: transparent;
}

.shikumi-page .shikumi-box {
  padding: 64px;
  background-color: #ecf5ea;
  border-radius: 40px;
}

@media (max-width: 479px) {
  .shikumi-page .shikumi-box {
    padding: 40px 16px;
  }
}
.shikumi-page .shikumi-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0 24px;
}

@media (max-width: 479px) {
  .shikumi-page .shikumi-list {
    grid-template-columns: repeat(1, 1fr);
    gap: 27px 0;
  }
}
@media (min-width: 480px) {
  .shikumi-page .shikumi-photo {
    border-radius: 8px;
    overflow: hidden;
  }
}
.shikumi-page .shikumi-photo2 {
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  margin-top: 67px;
  overflow: hidden;
}

@media (max-width: 479px) {
  .shikumi-page .shikumi-photo2 {
    margin-top: 43px;
  }
}
@media (min-width: 480px) {
  .shikumi-page .accordionFaq__item-box {
    gap: 9px;
  }
}
.shikumi-page .accordionFaq__item-box .accordionFaq__item-photo {
  padding-right: 30px;
  margin-top: 9px;
  margin-bottom: 6px;
}

@media (max-width: 479px) {
  .shikumi-page .accordionFaq__item-box .accordionFaq__item-photo {
    padding-right: 0;
    margin-top: 10px;
  }
}
.shikumi-page .menu-anchor-box {
  margin-top: 96px;
}

@media (max-width: 479px) {
  .shikumi-page .menu-anchor-box {
    margin-top: 77px;
  }
}
.trade-page .c-headline--l {
  margin-bottom: 65px;
}

.trade-page .c-selectBox .c-dropdown_content {
  max-height: 480px;
  overflow-y: auto;
}

.trade-page .tradeBox-result {
  margin-top: 37px;
  max-width: 960px;
  margin-inline: auto;
}

.trade-page .tradeBox-result.is-active {
  display: block;
}

.trade-page .tradeBox-result__header {
  display: none;
}

.trade-page .tradeBox-result__group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 48px;
}

.trade-page .tradeBox-result .c-headline--s__number {
  font-size: 3.6rem;
  line-height: 1.6;
  font-weight: bold;
  letter-spacing: 0.05em;
  margin-inline: 7px;
}

.trade-page .tradeBox-result__title {
  margin-bottom: 18px;
  background-color: #f3f4f4;
  padding: 7px 24px;
  border-radius: 8px;
  font-size: 1.4rem;
  line-height: 1.8;
  font-weight: bold;
  letter-spacing: 0.05em;
  color: #0b2a3a;
}

.trade-page .tradeBox-result__content {
  width: 100%;
  margin-top: 25px;
}

.trade-page .tradeBox-result__content.is-empty {
  text-align: center;
  padding: 40px 0;
}

.trade-page .tradeBox-result__content.is-empty .c-text {
  font-size: 1.6rem;
  line-height: 1.6;
  color: #546a75;
}

.trade-page .tradeBox-result__list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  -webkit-column-gap: 48px;
  -moz-column-gap: 48px;
  column-gap: 48px;
  list-style: none;
  padding: 0;
  margin: 0;
}

.trade-page .tradeBox-result__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 16px 0 16px 24px;
  border-bottom: 1px solid #cacaca;
}

.trade-page .tradeBox-result__item-name {
  font-size: 1.6rem;
  line-height: 1.8;
  font-weight: 400;
  letter-spacing: 0.05em;
  color: #0b2a3a;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.trade-page .tradeBox-result__item .btn {
  padding: 11px 6px;
}

.trade-page .tradeBox-result__item .btn.icon-blank::after {
  background-color: #546a75;
}

.trade-page .btn-wrapper {
  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-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 24px;
  margin-top: 94px;
}

.trade-page .btn-wrapper__text {
  font-size: 1.6rem;
  line-height: 1.8;
  font-weight: 400;
  letter-spacing: 0.05em;
  color: #0b2a3a;
  width: 100%;
}

.trade-page .btn-wrapper__content {
  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-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 8px;
  width: 100%;
}

.trade-page .btn-wrapper__content .btn {
  width: 320px;
  padding: 10px 20px;
}

.trade-page .btn-wrapper__caption {
  width: 100%;
  margin-top: 0;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}

.trade-page .btn-wrapper__caption .c-caption__item {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 4px;
}

.trade-page .consultant {
  margin-top: 100px;
}

.trade-page .consultant__box {
  padding: 53px 64px;
}

.trade-page .consultant__schedule {
  max-width: 277px;
  margin: 26px auto 8px;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}

.trade-page .consultant__schedule--time {
  letter-spacing: 0.09em;
  margin-right: 2px;
}

.trade-page .c-investStep {
  margin-top: 101px;
}

@media (max-width: 479px) {
  .trade-page .c-pagetitle__content {
    padding-block: 25px 40px;
  }
  .trade-page .c-pagetitle__content .c-headline--xl {
    font-size: 3.2rem;
    line-height: 1.8;
  }
  .trade-page .c-headline--l {
    margin-bottom: 38px;
  }
  .trade-page .tradeBox-result__title {
    padding: 8px 16px;
    margin-bottom: 16px;
  }
  .trade-page .tradeBox-result__content {
    margin-top: 26px;
  }
  .trade-page .tradeBox-result__item {
    padding: 16px 0 16px 16px;
  }
  .trade-page .tradeBox-result__item .btn {
    padding: 9px 6px;
  }
  .trade-page .tradeBox-result__list {
    grid-template-columns: 1fr;
  }
  .trade-page .btn-wrapper {
    margin-top: 80px;
    gap: 23px;
  }
  .trade-page .btn-wrapper__content .btn {
    width: 100%;
  }
  .trade-page .btn-wrapper__caption {
    margin-left: 3px;
    width: 100%;
  }
  .trade-page .consultant {
    margin-top: 80px;
    max-width: 100%;
    margin-inline: 24px;
  }
  .trade-page .consultant__box {
    padding: 32px 24px;
  }
  .trade-page .consultant__schedule {
    max-width: 100%;
    margin: 34px auto 8px;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .trade-page .consultant__schedule--time {
    letter-spacing: 0.09em;
    margin-right: 2px;
  }
  .trade-page .c-investStep {
    margin-top: 80px;
  }
  .trade-page .c-investStep-unit {
    padding-block: 50px 46px;
  }
  .trade-page .c-investStep .cardAccount-open {
    width: 100%;
  }
  .trade-page .c-investStep .cardAccount-open .btn {
    letter-spacing: 0.04em;
  }
  .trade-page .c-investStep .cardAccount-trading {
    margin-top: -35px;
  }
}
@media (max-width: 374px) {
  .trade-page .consultant__schedule--time {
    font-size: 2.4rem;
  }
  .trade-page .c-investStep .cardAccount-open .btn {
    padding-inline: 12px;
    gap: 6px;
  }
}
.toushin-about-page .c-carousel__dots {
  margin-top: 29px;
}

@media (max-width: 479px) {
  .toushin-about-page .c-carousel__dots {
    margin-top: 30px;
  }
}
.toushin-about-page .pagetitle__caption {
  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-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media (max-width: 479px) {
  .toushin-about-page .c-pagetitle__content {
    padding-bottom: 42px;
  }
}
.toushin-about-page .c-pagetitle__content .c-headline--xl {
  line-height: 1.8;
}

.toushin-about-page .c-pagetitle__content .pagetitle__des {
  text-align: center;
  margin-top: 15px;
}

.toushin-about-page .toushinAbout__anchor {
  margin-top: 96px;
}

@media (max-width: 479px) {
  .toushin-about-page .toushinAbout__anchor {
    margin-top: 80px;
  }
}
.toushin-about-page .toushinAbout__anchor .btn--anchor {
  width: 100%;
}

@media (min-width: 480px) {
  .toushin-about-page .toushinAbout__anchor .btn--anchor {
    min-height: 77px;
  }
}
.toushin-about-page .toushinAbout__anchor .btn--anchor:last-child {
  border-right-color: transparent;
}

.toushin-about-page .learnAbout {
  margin-top: 108px;
}

@media (max-width: 479px) {
  .toushin-about-page .learnAbout {
    margin-top: 121px;
  }
}
.toushin-about-page .learnAbout__item:not(:first-child) {
  margin-top: 48px;
}

@media (max-width: 479px) {
  .toushin-about-page .learnAbout__item:not(:first-child) {
    margin-top: 22px;
  }
}
@media (max-width: 374px) {
  .toushin-about-page .cardFund__btnList .btn {
    padding-inline: 12px;
    gap: 6px;
  }
}
.learnAbout__item {
  padding-top: 60px;
  margin-top: -60px;
}

.learnAbout__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0 48px;
  position: relative;
}

@media (max-width: 479px) {
  .learnAbout__box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 24px 0;
  }
}
@media (min-width: 480px) {
  .learnAbout__box {
    border-top: 4px solid #ecf5ea;
    border-right: 4px solid #ecf5ea;
    border-top-right-radius: 80px;
  }
}
@media (min-width: 480px) {
  .learnAbout__photo {
    width: 48.1605351171%;
    -ms-flex-negative: 0;
    flex-shrink: 0;
  }
}
@media (max-width: 479px) {
  .learnAbout__photo {
    padding-top: 12px;
    padding-right: 12px;
    border-top: 4px solid #ecf5ea;
    border-right: 4px solid #ecf5ea;
    border-top-right-radius: 80px;
  }
}
.learnAbout__photo-box {
  width: 100%;
  aspect-ratio: 576/324;
  border-radius: 16px 80px 16px 16px;
}

@media (min-width: 480px) {
  .learnAbout__photo-box {
    margin-top: -36px;
  }
}
@media (max-width: 479px) {
  .learnAbout__photo-box {
    aspect-ratio: 311/175;
    border-radius: 8px 64px 8px 8px;
  }
}
@media (min-width: 480px) {
  .learnAbout__info {
    width: 48.1605351171%;
    padding-top: 60px;
    padding-right: 44px;
    position: relative;
  }
}
@media (max-width: 479px) {
  .learnAbout__info {
    position: initial;
  }
}
.learnAbout__check {
  position: absolute;
  bottom: 100%;
  left: 0;
  z-index: 1;
}

@media (max-width: 479px) {
  .learnAbout__check {
    bottom: calc(100% - 4px);
  }
}
.learnAbout__des {
  margin-top: 24px;
}

.learnAbout__link {
  margin-top: 27px;
}

.banner-masumaskun {
  width: 100%;
  max-width: 1072px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0 48px;
  padding: 40px 48px;
  margin: 64px auto 0;
  background-color: #F8F5E9;
  border-radius: 16px;
}

@media (max-width: 479px) {
  .banner-masumaskun {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 23px 0;
    padding: 40px 24px 42px;
    margin-top: 42px;
  }
}
.banner-masumaskun__left, .banner-masumaskun__right {
  width: 50%;
}

@media (max-width: 479px) {
  .banner-masumaskun__left, .banner-masumaskun__right {
    width: 100%;
  }
}
.banner-masumaskun__text {
  margin-top: 8px;
}

.banner-masumaskun__btn {
  margin-top: 24px;
}

.cardFund {
  max-width: 1072px;
  margin-inline: auto;
  padding-top: 96px;
}

@media (max-width: 479px) {
  .cardFund {
    padding-top: 77px;
  }
}
.cardFund__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 32px 0;
  background-color: #ecf5ea;
  border-radius: 16px;
  padding-block: 40px;
  overflow: hidden;
  position: relative;
  z-index: 1;
}

@media (max-width: 479px) {
  .cardFund__inner {
    gap: 41px 0;
    padding: 38px 24px 53.3333333333vw;
  }
}
.cardFund__inner::after {
  content: "";
  width: 100%;
  height: 100%;
  background: url("../images/pages/toushin/about/cardFund_bg.png") no-repeat bottom center/cover;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}

@media (max-width: 479px) {
  .cardFund__inner::after {
    background-image: url("../images/pages/toushin/about/cardFund_bg_sp.png");
    background-size: 87.2vw;
  }
}
.cardFund__btnList {
  gap: 0 12px;
}

@media (max-width: 479px) {
  .cardFund__btnList {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 12px 0;
  }
}
.cardFund__btnList .btn {
  min-height: 80px;
  background-color: #ffffff;
  color: #0b2a3a;
}

@media (max-width: 479px) {
  .cardFund__btnList .btn {
    min-width: 100%;
    padding-inline: 14px;
  }
}
.cardFund__des, .cardFund__footer-btn {
  margin-top: 16px;
}

.investmentWork {
  padding-top: 96px;
}

@media (max-width: 479px) {
  .investmentWork {
    padding-top: 80px;
  }
}
.investmentWork__detail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0 80px;
  margin-top: 66px;
}

@media (max-width: 479px) {
  .investmentWork__detail {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 48px 0;
    margin-top: 40px;
  }
}
.investmentWork__detail-item {
  width: 50%;
}

@media (max-width: 479px) {
  .investmentWork__detail-item {
    width: 100%;
  }
}
.investmentWork__detail-photo {
  width: 100%;
  aspect-ratio: 560/315;
  border-radius: 16px 80px 16px 16px;
}

@media (max-width: 479px) {
  .investmentWork__detail-photo {
    aspect-ratio: 327/184;
    border-radius: 8px 64px 8px 8px;
  }
}
.investmentWork__detail-link {
  margin-top: 2px;
}

.investmentWork__des {
  margin-top: 24px;
}

.investmentWork__box {
  margin-top: 66px;
}

@media (max-width: 479px) {
  .investmentWork__box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 24px 0;
    margin-top: 40px;
  }
}
.investmentWork__box .btn {
  padding-inline: 0;
}

@media (min-width: 480px) {
  .investmentWork__box2 {
    margin-top: 94px;
  }
  .investmentWork__box2 .boxPro {
    padding: 54px 64px 69px;
  }
}
@media (max-width: 479px) {
  .investmentWork__box2 .btn {
    margin-top: 2px;
  }
}
.boxPro {
  padding: 56px 64px;
  border-radius: 16px;
  background-color: #f7f8f9;
}

@media (max-width: 479px) {
  .boxPro {
    padding: 40px 24px;
  }
}
@media (max-width: 479px) {
  .tetsuduki-page .banner .c-carousel__dots {
    margin-top: 32px;
  }
}
.tetsuduki-page .tetsuduki-place {
  width: 100%;
  max-width: 1200px;
  margin-inline: auto;
  border-radius: 40px;
  background-color: #ecf5ea;
  padding: 64px;
}

.tetsuduki-page .tetsuduki-place__box {
  background: #ffffff;
  border-radius: 8px;
  padding: 40px 48px;
  -webkit-box-shadow: 0px 4px 8px 0px rgba(11, 42, 58, 0.12);
  box-shadow: 0px 4px 8px 0px rgba(11, 42, 58, 0.12);
}

.tetsuduki-page .tetsuduki-place__box:not(:first-child) {
  margin-top: 24px;
}

.tetsuduki-page .tetsuduki-place__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 24px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.tetsuduki-page .tetsuduki-place__icon {
  width: 80px;
  height: 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.tetsuduki-page .tetsuduki-place__texts {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  min-width: 240px;
}

.tetsuduki-page .tetsuduki-place__title {
  margin-bottom: 16px;
}

.tetsuduki-page .tetsuduki-place__content {
  margin-top: 41px;
}

.tetsuduki-page .tetsuduki-place__group {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  min-width: 240px;
}

.tetsuduki-page .tetsuduki-place__group .c-listLink {
  list-style: none;
  margin-top: 11px;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0 48px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.tetsuduki-page .tetsuduki-place__group .c-listLink__item {
  width: calc((100% - 48px) / 2);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.tetsuduki-page .tetsuduki-place__group:not(:last-child) {
  margin-bottom: 40px;
}

@media (max-width: 479px) {
  .tetsuduki-page .tetsuduki-place {
    padding: 40px 16px;
    border-radius: 40px;
    width: calc(100% + 32px);
    margin: 0 -16px;
  }
  .tetsuduki-page .tetsuduki-place__box {
    padding: 40px 24px;
  }
  .tetsuduki-page .tetsuduki-place__head {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .tetsuduki-page .tetsuduki-place__texts {
    min-width: 0;
  }
  .tetsuduki-page .tetsuduki-place__title {
    text-align: center;
  }
  .tetsuduki-page .tetsuduki-place__group {
    min-width: 100%;
  }
  .tetsuduki-page .tetsuduki-place__group .c-listLink__item {
    width: 100%;
  }
}
.tetsuduki-page .tetsuduki-operator .operator {
  background: url("../images/pages/toushin/tetsuduki/operator_bg.png") no-repeat bottom center, #F8F5E9;
  background-size: 104rem;
}

.tetsuduki-page .tetsuduki-operator .operator .btn {
  max-width: 100%;
}

@media (max-width: 479px) {
  .tetsuduki-page .tetsuduki-operator .operator {
    background: url("../images/pages/toushin/tetsuduki/operator_bg_sp.png") no-repeat bottom center, #F8F5E9;
    background-size: 263px;
    padding: 40px 24px 38.6666666667vw;
  }
}
.tetsuduki-page .tetsuduki-textBox {
  border: solid 2px #a3ddb0;
  padding: 40px;
  max-width: 1072px;
  margin: 0 auto;
  border-radius: 16px;
}

.tetsuduki-page .tetsuduki-textBox__copy {
  margin: 24px 0 32px;
}

.tetsuduki-page .tetsuduki-textBox .btn {
  width: 320px;
}

@media (max-width: 479px) {
  .tetsuduki-page .tetsuduki-textBox {
    padding: 40px 23px;
  }
  .tetsuduki-page .tetsuduki-textBox .c-headline--m {
    margin: 0 -8px;
  }
  .tetsuduki-page .tetsuduki-textBox__copy {
    margin: 24px 0;
  }
  .tetsuduki-page .tetsuduki-textBox .btn {
    width: 100%;
  }
}
.tetsuduki-other {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 48px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.tetsuduki-other__accordion {
  max-width: 784px;
}

.tetsuduki-other__label {
  font-size: 1.4rem;
  line-height: 1.6;
  font-weight: bold;
  letter-spacing: 0.05em;
  color: #0b2a3a;
  margin-bottom: 12px;
}

.tetsuduki-other__table {
  width: 100%;
  overflow-x: auto;
}

.tetsuduki-other .c-caption__item {
  margin-bottom: 6px;
}

.tetsuduki-other__table {
  width: 100%;
  border-collapse: collapse;
}

.tetsuduki-other__table th,
.tetsuduki-other__table td {
  padding: 9px 10px;
  text-align: left;
  border: 1px solid #cacaca;
  font-size: 1.4rem;
  line-height: 1.8;
  vertical-align: middle;
  text-align: center;
}

.tetsuduki-other__table th {
  padding: 9px;
  background-color: #f3f4f4;
  font-weight: 600;
  color: #546a75;
}

.tetsuduki-other__table td {
  width: 292px;
}

.tetsuduki-other__table td:first-child {
  width: 200px;
}

.tetsuduki-other .c-text--secondary + .c-text--secondary {
  margin-top: 16px;
}

.tetsuduki-other__box {
  background-color: #f7f8f9;
  padding: 27px 24px 24px;
  border-radius: 8px;
  margin-top: 16px;
  margin-bottom: 8px;
}

@media (max-width: 479px) {
  .tetsuduki-other {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 40px;
  }
  .tetsuduki-other__table th,
  .tetsuduki-other__table td {
    font-size: 1.2rem;
    line-height: 1.5833333333;
    padding: 8px 7px;
  }
  .tetsuduki-other__table th {
    color: #0b2a3a;
    font-weight: 500;
    padding: 8px;
  }
  .tetsuduki-other__table th:last-child {
    width: 115px;
  }
  .tetsuduki-other__table td:first-child {
    width: 96px;
  }
  .tetsuduki-other__box {
    padding: 24px;
  }
}
.conf-page .c-pagetitle__content .c-text {
  margin-top: 19px;
  text-align: center;
}

.conf-page .conf-check {
  margin-top: 94px;
}

.conf-page .conf-check .c-text {
  margin-top: 26px;
}

.conf-page .conf-report.goriyo-report .cardInfo {
  padding: 38px 48px 41px;
}

.conf-page .conf-report.goriyo-report .cardInfo-btn {
  margin-top: 42px;
}

.conf-page .conf-report__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 24px;
}

.conf-page .conf-report__item {
  width: 100%;
  max-width: 576px;
}

.conf-page .conf-report .cardInfo {
  height: 100%;
  padding: 38px 48px;
}

.conf-page .conf-report .cardInfo-body {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.conf-page .conf-report .cardInfo-text {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.conf-page .onlineAccount__wrapper {
  margin-top: 64px;
  padding: 66px 40px 64px;
  background-color: #ecf5ea;
  border-radius: 40px;
}

.conf-page .onlineAccount__storage {
  margin-top: 0;
}

.conf-page .onlineAccount__phone {
  width: 130px;
  margin-top: -2px;
}

.conf-page .onlineAccount__note {
  margin-top: 8px;
}

.conf-page .conf-information.goriyo-information .c-list {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 18px 24px;
}

.conf-page .conf-information.goriyo-information .c-list__item {
  max-width: 384px;
}

.conf-page .conf-information.goriyo-information .c-list__item:not(:nth-child(4), :nth-child(5)) .c-card-info-ttl {
  margin-top: 29px;
}

.conf-page .conf-information.goriyo-information .c-list__item:not(:nth-child(4), :nth-child(5)) .c-card-info-copy {
  margin-top: 23px;
}

.conf-page .conf-information.goriyo-information .c-card .c-card-info-ttl {
  margin-top: 14px;
}

.conf-page .conf-information.goriyo-information .c-card .c-card-info-copy {
  margin-top: 8px;
}

.conf-page .conf-information .c-headline--l {
  padding-top: 2px;
}

.conf-page .conf-information .c-text {
  margin-top: 24px;
}

.conf-page .conf-information .c-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-left: 0;
  gap: 24px;
  margin-top: 60px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.conf-page .conf-information .c-list__item {
  max-width: 282px;
  padding-left: 0;
  width: 100%;
}

.conf-page .conf-information .c-list__item:first-child .c-card {
  padding: 35px 22px;
}

.conf-page .conf-information .c-card {
  padding: 32px 22px;
}

@media (max-width: 479px) {
  .conf-page .c-pagetitle__content {
    padding-block: 28px 40px;
  }
  .conf-page .conf-check .c-text {
    margin-top: 24px;
  }
  .conf-page .onlineAccount__wrapper {
    margin-top: 40px;
    padding: 49px 16px 41px;
    margin-inline: -16px;
    background-color: #ecf5ea;
    border-radius: 40px;
  }
  .conf-page .onlineAccount__storage {
    margin-top: 32px;
  }
  .conf-page .onlineAccount__storage .mt-l {
    margin-top: 37px;
  }
  .conf-page .onlineAccount__phone {
    width: 101px;
    margin-top: 0;
  }
  .conf-page .onlineAccount__download-logo {
    margin-top: 0;
  }
  .conf-page .onlineAccount__device {
    padding-bottom: 39px;
  }
  .conf-page .onlineAccount__note {
    margin-inline: -16px;
  }
  .conf-page .conf-information.goriyo-information .c-list {
    gap: 19px 24px;
  }
  .conf-page .conf-information.goriyo-information .c-list__item {
    max-width: 100%;
  }
  .conf-page .conf-information.goriyo-information .c-list__item:not(:nth-child(4), :nth-child(5)) .c-card-info-ttl {
    margin-top: 14px;
  }
  .conf-page .conf-information.goriyo-information .c-list__item:not(:nth-child(4), :nth-child(5)) .c-card-info-copy {
    margin-top: 10px;
  }
  .conf-page .conf-information .c-headline--l {
    padding-top: 2px;
  }
  .conf-page .conf-information .c-text {
    margin-top: 24px;
  }
  .conf-page .conf-information .c-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-left: 0;
    gap: 19px;
    margin-top: 41px;
  }
  .conf-page .conf-information .c-list__item {
    max-width: 100%;
    padding-left: 0;
    width: 100%;
  }
  .conf-page .conf-information .c-list__item:first-child .c-card {
    padding: 30px 22px;
  }
  .conf-page .conf-information .c-card {
    padding: 32px 22px;
  }
  .conf-page .conf-information .c-card-info-ttl {
    min-height: 57px;
  }
  .conf-page .conf-report.goriyo-report .conf-report__list {
    gap: 27px;
  }
  .conf-page .conf-report.goriyo-report .cardInfo {
    padding: 39px 22px;
  }
  .conf-page .conf-report.goriyo-report .cardInfo-text {
    margin-top: 16px;
  }
  .conf-page .conf-report.goriyo-report .cardInfo-btn {
    margin-top: 41px;
  }
  .conf-page .conf-report__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 24px;
  }
  .conf-page .conf-report__item {
    max-width: 100%;
  }
  .conf-page .conf-report .cardInfo {
    height: 100%;
    padding: 39px 22px;
  }
  .conf-page .conf-report .cardInfo-body {
    height: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .conf-page .conf-report .cardInfo-text {
    margin-top: 18px;
  }
  .conf-page .conf-report .cardInfo-btn {
    width: 100%;
  }
}
.e-delivery-page .c-pagetitle__content {
  padding-block: 47px 96px;
}

@media (max-width: 479px) {
  .e-delivery-page .c-pagetitle__content {
    padding-block: 26px 40px;
  }
  .e-delivery-page .c-pagetitle__content .c-headline--xl {
    font-size: 3.2rem;
    line-height: 1.8;
    letter-spacing: 0.05625em;
  }
}
@media (max-width: 479px) {
  .e-delivery-page .menu-anchor-box {
    margin-top: 93px;
  }
}
.e-delivery-page .benefits {
  padding-top: 56px;
  margin-top: 40px;
}

.e-delivery-page .benefits__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 49px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 64px;
}

.e-delivery-page .benefits__item {
  max-width: 264px;
  width: 100%;
}

.e-delivery-page .benefits__item .card {
  width: 100%;
}

.e-delivery-page .benefits__item .card-text {
  margin-right: -2px;
}

.e-delivery-page .benefits__item .card-label {
  margin-top: 17px;
}

@media (max-width: 479px) {
  .e-delivery-page .benefits {
    padding-top: 38px;
    margin-top: 40px;
  }
  .e-delivery-page .benefits__list {
    gap: 43px;
    margin-top: 41px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .e-delivery-page .benefits__item {
    max-width: 100%;
    width: 100%;
  }
  .e-delivery-page .benefits__item .card {
    width: 100%;
  }
  .e-delivery-page .benefits__item .card-label {
    margin-top: 16px;
    width: 100%;
  }
}
.e-delivery-page .e-delivery-table .c-text, .e-delivery-page .e-delivery-report .c-text {
  margin-top: 28px;
}

.e-delivery-page .e-delivery-table .c-caption, .e-delivery-page .e-delivery-report .c-caption {
  margin-top: 8px;
}

.e-delivery-page .e-delivery-table__table-box, .e-delivery-page .e-delivery-report__table-box {
  margin-top: 64px;
}

.e-delivery-page .e-delivery-table__table, .e-delivery-page .e-delivery-report__table {
  width: 100%;
  border-collapse: collapse;
  border: 1px solid #dbdbdb;
  border-width: 1px 0;
}

.e-delivery-page .e-delivery-table__table th,
.e-delivery-page .e-delivery-table__table td, .e-delivery-page .e-delivery-report__table th,
.e-delivery-page .e-delivery-report__table td {
  border: 1px solid #dbdbdb;
  border-width: 1px 0;
}

.e-delivery-page .e-delivery-table th,
.e-delivery-page .e-delivery-table td, .e-delivery-page .e-delivery-report th,
.e-delivery-page .e-delivery-report td {
  padding: 10px 16px 14px;
  text-align: left;
  vertical-align: middle;
}

.e-delivery-page .e-delivery-table th, .e-delivery-page .e-delivery-report th {
  background-color: #eaeff0;
  width: 240px;
}

@media (max-width: 479px) {
  .e-delivery-page .e-delivery-table .c-text, .e-delivery-page .e-delivery-report .c-text {
    margin-top: 24px;
  }
  .e-delivery-page .e-delivery-table__table-box, .e-delivery-page .e-delivery-report__table-box {
    margin-top: 41px;
  }
  .e-delivery-page .e-delivery-table th,
  .e-delivery-page .e-delivery-table td, .e-delivery-page .e-delivery-report th,
  .e-delivery-page .e-delivery-report td {
    padding: 11px 14px 13px 16px;
  }
  .e-delivery-page .e-delivery-table th, .e-delivery-page .e-delivery-report th {
    width: 120px;
    font-size: 1.2rem;
    line-height: 1.6;
    letter-spacing: 0.05em;
  }
  .e-delivery-page .e-delivery-table td, .e-delivery-page .e-delivery-report td {
    font-size: 1.2rem;
    line-height: 1.6;
    letter-spacing: 0.05em;
  }
}
.e-delivery-page .description-guide {
  padding: 54px 64px 58px;
  background: #f7f8f9;
  border-radius: 8px;
  margin-top: 66px;
  overflow: hidden;
}

.e-delivery-page .description-guide .c-headline--s {
  margin-bottom: 17px;
}

@media (max-width: 479px) {
  .e-delivery-page .description-guide {
    padding: 40px 24px 42px;
    margin-top: 41px;
  }
}
.e-delivery-page .conf-check__subtitle {
  margin-top: 23px;
}

.e-delivery-page .conf-check h3 {
  margin-bottom: 34px;
}

@media (max-width: 479px) {
  .e-delivery-page .conf-check h3 {
    margin-bottom: 34px;
  }
}
.e-delivery-page .onlineAccount__wrapper {
  margin-top: 64px;
  padding: 66px 40px 64px;
  background-color: #ecf5ea;
  border-radius: 40px;
}

.e-delivery-page .onlineAccount__storage {
  margin-top: 0;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.e-delivery-page .onlineAccount__storage-text {
  margin-top: 30px;
}

.e-delivery-page .onlineAccount__link.link-list {
  margin-top: 24px;
  margin-left: -3px;
  margin-bottom: -10px;
}

.e-delivery-page .onlineAccount__link.link-list a:not(:first-child) {
  margin-top: 20px;
}

.e-delivery-page .onlineAccount__phone {
  width: 130px;
  margin-top: -2px;
}

.e-delivery-page .onlineAccount__note {
  margin-top: 8px;
  padding-bottom: 1px;
}

@media (max-width: 479px) {
  .e-delivery-page .onlineAccount__wrapper {
    margin-top: 40px;
    padding: 41px 16px 41px;
    margin-inline: -16px;
  }
  .e-delivery-page .onlineAccount__storage {
    margin-top: 0;
  }
  .e-delivery-page .onlineAccount__storage-item.onlineAccount__logo h3 {
    margin-bottom: 21px;
  }
  .e-delivery-page .onlineAccount__storage-text {
    margin-top: 35px;
  }
  .e-delivery-page .onlineAccount__storage .mt-l {
    margin-top: 37px;
  }
  .e-delivery-page .onlineAccount__link.link-list {
    margin-top: 24px;
    margin-left: 0;
    margin-bottom: -15px;
  }
  .e-delivery-page .onlineAccount__link.link-list a:not(:first-child) {
    margin-top: 26px;
  }
  .e-delivery-page .onlineAccount__phone {
    width: 101px;
    margin-top: 0;
  }
  .e-delivery-page .onlineAccount__download-logo {
    margin-top: 0;
  }
  .e-delivery-page .onlineAccount__device {
    padding-bottom: 39px;
    margin-top: 31px;
    margin-bottom: 39px;
  }
  .e-delivery-page .onlineAccount__note {
    margin-inline: -16px;
  }
  .e-delivery-page .onlineAccount .btn--medium {
    padding: 10px 9px;
  }
}
.e-delivery-page .tetsuduki-other {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 48px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.e-delivery-page .tetsuduki-other__accordion {
  max-width: 784px;
}

.e-delivery-page .tetsuduki-other .c-accordion_trigger {
  padding-right: 76px;
}

.e-delivery-page .tetsuduki-other .c-text--col2 {
  margin-top: 15px;
}

.e-delivery-page .tetsuduki-other .c-list {
  margin-top: 14px;
  margin-right: -2px;
}

.e-delivery-page .tetsuduki-other .c-list__item:not(:first-child) {
  margin-top: 16px;
}

.e-delivery-page .tetsuduki-other__label {
  font-size: 1.4rem;
  line-height: 1.6;
  font-weight: bold;
  letter-spacing: 0.05em;
  color: #0b2a3a;
  margin-bottom: 12px;
}

@media (max-width: 479px) {
  .e-delivery-page .tetsuduki-other {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 41px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .e-delivery-page .tetsuduki-other__accordion {
    max-width: 100%;
  }
  .e-delivery-page .tetsuduki-other h2 {
    text-align: center;
  }
  .e-delivery-page .tetsuduki-other .c-accordion_trigger {
    padding-right: 55px;
  }
  .e-delivery-page .tetsuduki-other .c-text--col2 {
    margin-top: 16px;
  }
  .e-delivery-page .tetsuduki-other .c-list {
    margin-top: 16px;
    margin-right: 0;
  }
  .e-delivery-page .tetsuduki-other .c-list__item:not(:first-child) {
    margin-top: 16px;
  }
  .e-delivery-page .tetsuduki-other__label {
    font-size: 1.4rem;
    line-height: 1.6;
    font-weight: bold;
    letter-spacing: 0.05em;
    color: #0b2a3a;
    margin-bottom: 12px;
  }
}
.e-delivery-page .tetsuduki-textBox {
  border: solid 2px #a3ddb0;
  padding: 38px 40px;
  max-width: 1072px;
  margin: 0 auto;
  border-radius: 16px;
}

.e-delivery-page .tetsuduki-textBox__copy {
  margin: 18px 0 41px;
}

.e-delivery-page .tetsuduki-textBox .btn {
  width: 320px;
}

@media (max-width: 479px) {
  .e-delivery-page .tetsuduki-textBox {
    padding: 39px 23px 38px;
  }
  .e-delivery-page .tetsuduki-textBox .c-headline--m {
    margin: 0 -5px;
  }
  .e-delivery-page .tetsuduki-textBox__copy {
    margin: 16px 0 41px;
  }
  .e-delivery-page .tetsuduki-textBox .btn {
    width: 100%;
  }
}
.e-delivery-page .btn-box {
  max-width: 320px;
  margin-inline: auto;
  margin-top: 97px;
}

.e-delivery-page .btn-box .btn--medium {
  padding: 10px 9px;
}

@media (max-width: 479px) {
  .e-delivery-page .btn-box {
    max-width: 100%;
    margin-top: 82px;
  }
  .e-delivery-page .btn-box .btn--medium {
    padding: 10px 12px;
  }
}
.udvrsreports-page .c-pagetitle__content {
  padding-block: 47px 96px;
}

@media (max-width: 479px) {
  .udvrsreports-page .c-pagetitle__content {
    padding-block: 29px 42px;
  }
}
@media (min-width: 480px) {
  .udvrsreports-page .menu-anchor-box .list-anchor--followMenu .btn--anchor {
    -webkit-box-flex: 1;
    -ms-flex: auto;
    flex: auto;
  }
  .udvrsreports-page .menu-anchor-box .list-anchor--followMenu .btn--anchor:last-child, .udvrsreports-page .menu-anchor-box .list-anchor--followMenu .btn--anchor:first-child, .udvrsreports-page .menu-anchor-box .list-anchor--followMenu .btn--anchor:nth-child(4), .udvrsreports-page .menu-anchor-box .list-anchor--followMenu .btn--anchor:nth-child(5) {
    width: 150px;
  }
}
@media (max-width: 479px) {
  .udvrsreports-page .menu-anchor-box {
    margin-top: 78px;
  }
  .udvrsreports-page .menu-anchor-box .list-anchor--followMenu .btn--anchor br {
    display: block;
  }
}
.udvrsreports-page .udvrsreports-place {
  width: 100%;
  max-width: 1200px;
  margin-inline: auto;
  border-radius: 40px;
  background-color: #ecf5ea;
  padding: 64px;
}

.udvrsreports-page .udvrsreports-place__box {
  background: #ffffff;
  border-radius: 8px;
  padding: 40px 48px;
}

.udvrsreports-page .udvrsreports-place__box:not(:first-child) {
  margin-top: 25px;
}

.udvrsreports-page .udvrsreports-place__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 24px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.udvrsreports-page .udvrsreports-place__icon {
  width: 80px;
  height: 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.udvrsreports-page .udvrsreports-place__texts {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  min-width: 240px;
}

.udvrsreports-page .udvrsreports-place__title {
  margin-bottom: 16px;
}

.udvrsreports-page .udvrsreports-place__content {
  margin-top: 41px;
}

.udvrsreports-page .udvrsreports-place__detail {
  border-radius: 8px;
  background-color: #f3f4f4;
  padding: 41px 48px;
  margin-bottom: 40px;
}

.udvrsreports-page .udvrsreports-place__detail .c-caption {
  margin-top: 10px;
}

.udvrsreports-page .udvrsreports-place__detail-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  gap: 16px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.udvrsreports-page .udvrsreports-place__detail-label {
  font-weight: 700;
  font-size: 1.6rem;
  line-height: 1.6;
  letter-spacing: 0.05em;
}

.udvrsreports-page .udvrsreports-place__detail-value {
  font-size: 1.6rem;
  line-height: 1.6;
  letter-spacing: 0.05em;
  color: #0b2a3a;
}

.udvrsreports-page .udvrsreports-place__detail-infor {
  background: transparent;
  padding: 0;
}

.udvrsreports-page .udvrsreports-place__detail-infor .infor-box:not(:first-child) {
  margin-top: 40px;
}

.udvrsreports-page .udvrsreports-place__detail-infor .infor-box .c-link {
  margin-top: 14px;
}

.udvrsreports-page .udvrsreports-place__detail-infor .infor-box .c-list {
  margin-top: 5px;
}

.udvrsreports-page .udvrsreports-place__btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.udvrsreports-page .udvrsreports-place__btn .btn {
  min-width: 320px;
}

@media (max-width: 479px) {
  .udvrsreports-page .udvrsreports-place {
    padding: 40px 16px;
    border-radius: 40px;
    width: calc(100% + 32px);
    margin: 0 -16px;
  }
  .udvrsreports-page .udvrsreports-place__box {
    padding: 40px 24px;
  }
  .udvrsreports-page .udvrsreports-place__head {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .udvrsreports-page .udvrsreports-place__texts {
    min-width: 0;
  }
  .udvrsreports-page .udvrsreports-place__title {
    text-align: center;
  }
  .udvrsreports-page .udvrsreports-place__detail {
    padding: 25px 16px 26px;
    margin-bottom: 40px;
  }
  .udvrsreports-page .udvrsreports-place__detail .c-caption {
    margin-top: 6px;
  }
  .udvrsreports-page .udvrsreports-place__detail-item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 10px;
  }
  .udvrsreports-page .udvrsreports-place__detail-value {
    font-size: 1.6rem;
    line-height: 1.8;
    letter-spacing: 0.05em;
  }
  .udvrsreports-page .udvrsreports-place__detail-infor {
    background: transparent;
    padding: 0;
  }
  .udvrsreports-page .udvrsreports-place__detail-infor .infor-box:not(:first-child) {
    margin-top: 42px;
  }
  .udvrsreports-page .udvrsreports-place__detail-infor .infor-box .c-link {
    margin-top: 14px;
  }
  .udvrsreports-page .udvrsreports-place__detail-infor .infor-box .c-list {
    margin-top: 5px;
  }
  .udvrsreports-page .udvrsreports-place__icon {
    margin-inline: auto;
  }
  .udvrsreports-page .udvrsreports-place__btn .btn {
    min-width: auto;
    width: 100%;
  }
}
.udvrsreports-page .udvrsreports-edelivery__box {
  background-color: #fffcf2;
  border-radius: 16px;
  padding: 42px 47px 40px;
  max-width: 1072px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.udvrsreports-page .udvrsreports-edelivery__sup {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 8px;
}

.udvrsreports-page .udvrsreports-edelivery__sup .parts-fukidashi {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin-left: 0;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}

.udvrsreports-page .udvrsreports-edelivery__sup .parts-fukidashi__bubble {
  padding: 5px 8px;
}

.udvrsreports-page .udvrsreports-edelivery__sup .parts-fukidashi__tail {
  margin-top: 0px;
  margin-left: 17px;
}

.udvrsreports-page .udvrsreports-edelivery__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 48px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 15px;
  max-width: 656px;
}

.udvrsreports-page .udvrsreports-edelivery__image {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 180px;
}

.udvrsreports-page .udvrsreports-edelivery__image img {
  width: 100%;
  height: auto;
}

.udvrsreports-page .udvrsreports-edelivery__list {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-color: #ffffff;
  border-radius: 8px;
  padding: 16px 24px;
  width: 272px;
}

.udvrsreports-page .udvrsreports-edelivery__list .c-headline--xs {
  margin-bottom: 16px;
}

.udvrsreports-page .udvrsreports-edelivery__list .c-list {
  margin-top: 8px;
}

.udvrsreports-page .udvrsreports-edelivery__list .c-list__item:not(:first-child) {
  margin-top: 5px;
}

.udvrsreports-page .udvrsreports-edelivery__btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 32px;
  width: 100%;
}

.udvrsreports-page .udvrsreports-edelivery__btn .btn {
  width: 320px;
}

.udvrsreports-page .udvrsreports-edelivery .btn-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.udvrsreports-page .udvrsreports-edelivery .btn-box .btn {
  width: 320px;
}

@media (max-width: 479px) {
  .udvrsreports-page .udvrsreports-edelivery__box {
    padding: 42px 24px;
    max-width: 100%;
    gap: 32px;
  }
  .udvrsreports-page .udvrsreports-edelivery__sup {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 8px;
  }
  .udvrsreports-page .udvrsreports-edelivery__sup .parts-fukidashi {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-inline: auto;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
  }
  .udvrsreports-page .udvrsreports-edelivery__sup .parts-fukidashi__bubble {
    padding: 5px 8px;
  }
  .udvrsreports-page .udvrsreports-edelivery__sup .parts-fukidashi__tail {
    margin-top: 0px;
    margin-left: 0;
  }
  .udvrsreports-page .udvrsreports-edelivery h2 {
    text-align: center;
  }
  .udvrsreports-page .udvrsreports-edelivery__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 19px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 15px;
    max-width: 100%;
  }
  .udvrsreports-page .udvrsreports-edelivery__list {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding: 16px 24px;
    width: 100%;
  }
  .udvrsreports-page .udvrsreports-edelivery__btn {
    margin-top: 0;
  }
  .udvrsreports-page .udvrsreports-edelivery__btn .btn {
    width: 100%;
  }
  .udvrsreports-page .udvrsreports-edelivery .btn-box .btn {
    width: 100%;
  }
}
.udvrsreports_modal:first-child {
  margin-top: 0 !important;
}

.udvrsreports_modal-title {
  margin-bottom: 65px;
}

.udvrsreports_modal__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 40px;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.udvrsreports_modal__inner-title {
  width: 100%;
  text-align: center;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.udvrsreports-right {
  max-width: 360px;
  width: 100%;
}

.udvrsreports-right__box-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 12px;
}

.udvrsreports-right__box-list.parts-custom {
  gap: 13px;
}

.udvrsreports-right__box-list.parts-custom .parts-no__item {
  top: 3px;
}

.udvrsreports-right__box-item {
  padding-left: 32px;
  position: relative;
}

.udvrsreports-right__box-item .parts-no__item {
  position: absolute;
  left: 0;
  top: 2px;
}

.udvrsreports-right__box-title {
  margin-bottom: 8px;
  line-height: 1.81;
}

.udvrsreports-right__box-content.c-caption-mt0 .c-caption {
  margin-top: 0;
}

.udvrsreports-right__box-content .c-caption {
  margin-top: 8px;
}

.udvrsreports-right__box-content .c-list {
  margin-top: 8px;
  margin-right: -1px;
}

.udvrsreports-right__box-content .ico-minus {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 5px;
  padding-left: 3px;
  padding-right: 1px;
}

.udvrsreports-right__box-content .ico-minus::before {
  content: "";
  -webkit-mask-image: url("../images/components/icons/ico_line.svg");
  mask-image: url("../images/components/icons/ico_line.svg");
  -webkit-mask-size: contain;
  mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
  background-color: #a6a6a6;
  width: 8px;
  height: 2px;
  margin-top: 10px;
  margin-right: 8px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.udvrsreports-left__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 24px;
  max-width: 760px;
}

@media screen and (max-width: 767px) {
  .udvrsreports_modal-title {
    margin-bottom: 40px;
  }
  .udvrsreports_modal__inner {
    gap: 40px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .udvrsreports-right {
    max-width: 100%;
  }
  .udvrsreports-right__box-list.parts-custom {
    margin-top: 0;
  }
  .udvrsreports-right__box-list.parts-custom .parts-no__item {
    top: 0;
  }
  .udvrsreports-right__box-list.parts-custom .udvrsreports-right__box-item {
    padding-left: 32px;
  }
  .udvrsreports-right__box-list.parts-custom .udvrsreports-right__box-content .c-caption {
    margin-top: 8px;
  }
  .udvrsreports-right__box-list.parts-custom .udvrsreports-right__box-content .c-list {
    margin-top: 8px;
  }
  .udvrsreports-right__box-item {
    padding-left: 34px;
  }
  .udvrsreports-left__box {
    gap: 16px;
  }
}
.important-page .c-pagetitle__content {
  padding-block: 47px 96px;
}

.important-page .consultant__service {
  max-width: 970px;
  margin-inline: auto;
}

.important-page .consultant__service-item {
  width: 41.816%;
}

.important-page .consultant__serviceBtn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-top: 25px;
  gap: 12px;
}

.important-page .consultant__serviceBtn .btn {
  max-width: 320px;
  margin-inline: auto;
  gap: 17px;
}

.important-page .consultant__serviceBtn .c-link {
  margin-top: 39px;
}

.important-page .consultant__serviceBtn .c-caption {
  margin-top: -4px;
  margin-bottom: -27px;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  margin-inline: auto;
}

.important-page .btn-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 94px;
}

.important-page .btn-box .btn {
  min-width: 320px;
  padding: 10px 10px;
}

@media (max-width: 479px) {
  .important-page .c-pagetitle__content {
    padding-block: 25px 41px;
  }
  .important-page .c-pagetitle__content .c-headline--xl {
    font-size: 3.2rem;
    line-height: 1.8;
  }
  .important-page .consultant__service {
    max-width: 100%;
  }
  .important-page .consultant__service-item {
    width: 100%;
  }
  .important-page .consultant__service-item:not(:last-child) {
    padding-bottom: 40px;
    margin-bottom: 38px;
  }
  .important-page .consultant__serviceBtn .btn {
    max-width: 100%;
  }
  .important-page .consultant__serviceBtn .c-link {
    margin-top: 13px;
    text-align: left;
    padding-right: 5px;
  }
  .important-page .consultant__serviceBtn .c-caption {
    margin-top: -3px;
    margin-bottom: 1px;
  }
  .important-page .btn-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 94px;
  }
  .important-page .btn-box .btn {
    min-width: 320px;
    padding: 10px 10px;
  }
}
@media (max-width: 374px) {
  .important-page .consultant__serviceBtn .btn {
    gap: 12px;
  }
}
.attention-page .c-pagetitle__content {
  padding-block: 47px 96px;
}

.attention-page .risk-box {
  padding-top: 15px;
}

.attention-page .risk-box__inner {
  padding-top: 80px;
}

.attention-page .risk-box__inner:not(:first-child) {
  margin-top: 15px;
}

.attention-page .risk-box__note {
  margin-top: 66px;
  border: 1px solid #e02828;
  border-radius: 16px;
  padding: 55px 64px 56px;
}

.attention-page .risk-box__note--2 {
  border: none;
  background-color: #f7f8f9;
}

.attention-page .risk-box__note__caption {
  margin-top: 18px;
  gap: 16px;
}

.attention-page .risk-box__note__caption span span:nth-child(2) {
  margin-top: 2px;
}

.attention-page .risk-box .btn-box {
  margin-top: 96px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.attention-page .risk-box .btn-box .btn {
  padding: 10px 9px 11px;
}

@media (max-width: 479px) {
  .attention-page .c-pagetitle__content {
    padding-block: 24px 40px;
  }
  .attention-page .c-pagetitle__content .c-headline--xl {
    font-size: 3.2rem;
    line-height: 1.8;
  }
  .attention-page .menu-anchor-box {
    margin-top: 79px;
  }
  .attention-page .risk-box {
    padding-top: 4px;
  }
  .attention-page .risk-box__inner {
    padding-top: 75px;
  }
  .attention-page .risk-box__inner:not(:first-child) {
    margin-top: 4px;
  }
  .attention-page .risk-box__note {
    margin-top: 41px;
    padding: 39px 23px 40px;
  }
  .attention-page .risk-box__note--2 {
    border: none;
    background-color: #f7f8f9;
  }
  .attention-page .risk-box__note__caption {
    margin-top: 18px;
    gap: 16px;
  }
  .attention-page .risk-box__note__caption span:last-child {
    margin-right: 3px;
  }
  .attention-page .risk-box__note__caption span span:nth-child(2) {
    margin-top: -4px;
  }
  .attention-page .risk-box .btn-box {
    margin-top: 82px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding-bottom: 16px;
  }
  .attention-page .risk-box .btn-box .btn {
    width: 100%;
  }
}
.masumasu-box {
  background-color: #ecf5ea;
  padding: 58px 0 68px;
}

@media (max-width: 479px) {
  .masumasu-box .l-inner {
    padding-inline: 16px;
  }
}
.masumasu-family {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 48px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 auto;
}

.masumasu-family__item {
  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-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.masumasu-family__frame {
  width: 176px;
  height: 176px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.masumasu-family__image {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  display: block;
}

.masumasu-family__name {
  margin-top: 10px;
  font-size: 1.6rem;
  line-height: 1.5;
  font-weight: 700;
  color: #0b2a3a;
  text-align: center;
}

@media (max-width: 479px) {
  .masumasu-family {
    gap: 27px 3px;
  }
  .masumasu-family__item {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
    width: calc(50% - 7px);
  }
  .masumasu-family__item:nth-child(2) {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  .masumasu-family__item:nth-child(3) {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    width: 100%;
  }
  .masumasu-family__item:nth-child(3) .masumasu-family__frame {
    width: 176px;
    height: 176px;
  }
  .masumasu-family__frame {
    width: 112px;
    height: 112px;
  }
}
.masumasu-step .btn--anchor__header {
  margin-bottom: 1px;
}

@media screen and (min-width: 479px) {
  .masumasu-step .btn--anchor__header {
    padding-left: 6px;
  }
}
.masumasu-step__content {
  background-color: #ecf5ea;
  padding: 64px;
  border-radius: 40px 40px 0 0;
  margin-bottom: -1px;
}

.masumasu-step__section {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 64px;
}

.masumasu-step__section:not(:last-child) {
  margin-bottom: 24px;
}

.masumasu-step__section .c-caption__item .c-list__item:not(:first-child) {
  margin-top: 0;
}

.masumasu-step__section-body {
  position: relative;
  background-color: #ffffff;
  border-radius: 8px;
  padding: 40px 48px;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.masumasu-step__section-character {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  gap: 24px;
}

.masumasu-step__section-character:not(:last-child) {
  margin-bottom: 24px;
}

.masumasu-step__section-character--left .speech-bubble::after {
  content: "";
  position: absolute;
  bottom: -18px;
  left: -2px;
  width: 42px;
  height: 18px;
  background: url("/assets/images/pages/toushin/masumasu/ico_union.svg") no-repeat bottom center/cover;
}

.masumasu-step__section-character--right {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.masumasu-step__section-character--right .speech-bubble::after {
  content: "";
  position: absolute;
  bottom: -18px;
  right: -2px;
  width: 42px;
  height: 18px;
  background: url("/assets/images/pages/toushin/masumasu/ico_union.svg") no-repeat bottom center/cover;
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
}

.masumasu-step__section .character-img {
  width: 112px;
  height: auto;
  -o-object-fit: contain;
  object-fit: contain;
}

.masumasu-step__section .speech-bubble {
  border: 2px solid #d1eed7;
  border-radius: 8px;
  padding: 22px;
  position: relative;
  width: 100%;
  max-width: 592px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 16px;
  margin-bottom: 16px;
}

.masumasu-step__section .c-video-wrap {
  max-width: 640px;
  margin: 25px auto 40px;
}

.masumasu-step__section .c-video-wrap:is(:last-child) {
  margin-bottom: 0;
}

.masumasu-step__section .c-video-wrap .c-caption {
  margin-top: 8px;
}

.masumasu-step__section .c-video {
  max-width: 100%;
  padding: 8px 8px 14px;
  border: solid 1px #cacaca;
  border-radius: 8px;
}

.masumasu-step__section .c-video__container {
  height: 351px;
}

.masumasu-step__section .c-video__thumbnail {
  border-radius: 8px;
  overflow: hidden;
}

.masumasu-step__section .c-video__title {
  font-size: 1.8rem;
  line-height: 1.6111111111;
  margin-top: 15px;
}

.masumasu-step__section .cardFund {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  max-width: 100%;
  margin-top: 0;
  padding-top: 0;
}

.masumasu-step__section .cardFund__inner {
  border-radius: 0 0 40px 40px;
  padding-block: 0 68px;
}

@media (min-width: 480px) {
  .masumasu-step__section .cardFund__inner:after {
    background: url(../images/pages/toushin/masumasu/cardFund_bg.png) no-repeat bottom center/contain;
  }
}
.masumasu-step__section-num {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 48px;
}

.masumasu-step__box {
  background-color: #f7f8f9;
  padding: 40px;
  border-radius: 8px;
}

.masumasu-step__box-buttons {
  margin: 42px auto 0;
  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-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 12px;
}

.masumasu-step__box-buttons .btn {
  max-width: 320px;
}

.masumasu-step__box-buttons .c-caption {
  margin-top: -4px;
}

.masumasu-step__box-icon {
  height: 80px;
  position: absolute;
  bottom: 16px;
  left: 64px;
}

@media (min-width: 480px) {
  .masumasu-step__box-icon.icon-01 {
    bottom: 43px;
  }
  .masumasu-step__box-icon.icon-02 {
    bottom: 25px;
  }
}
.masumasu-step__box + .masumasu-step__box {
  margin-top: 24px;
}

@media (max-width: 479px) {
  .masumasu-step__content {
    padding: 45px 16px;
    margin-right: -16px;
    margin-left: -16px;
  }
  .masumasu-step .parts-step--hoz .parts-step__item {
    margin-bottom: 0;
  }
  .masumasu-step .parts-step--hoz .parts-step__icon {
    display: none;
  }
  .masumasu-step__section {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 16px;
  }
  .masumasu-step__section:after {
    content: "";
    position: absolute;
    bottom: -40px;
    width: 0.4rem;
    height: 24px;
    background: url("../images/components/icons/ico_dot_hoz.svg");
  }
  .masumasu-step__section:has(.cardFund):after {
    content: none;
  }
  .masumasu-step__section:not(:last-child) {
    margin-bottom: 56px;
  }
  .masumasu-step__section:first-child .parts-step--hoz .parts-step__item {
    padding-top: 0;
  }
  .masumasu-step__section:first-child .parts-step--hoz .parts-step__icon {
    display: none;
  }
  .masumasu-step__section-title {
    font-size: 2.4rem;
    line-height: 1.6;
  }
  .masumasu-step__section-body {
    padding: 40px 16px 42px;
    border-radius: 8px;
    -webkit-box-flex: 1;
    -ms-flex: auto;
    flex: auto;
    width: 100%;
  }
  .masumasu-step__section-character {
    gap: 8px;
  }
  .masumasu-step__section-character:not(:last-child) {
    margin-bottom: 41px;
  }
  .masumasu-step__section .character-img {
    width: 56px;
  }
  .masumasu-step__section .speech-bubble {
    padding: 14px;
    border-radius: 8px;
  }
  .masumasu-step__section .speech-bubble--left::after {
    left: 10px;
  }
  .masumasu-step__section .speech-bubble--right::after {
    right: 10px;
  }
  .masumasu-step__section .cardFund {
    margin: 0 -16px;
    max-width: inherit;
  }
  .masumasu-step__section .cardFund__inner {
    padding-top: 0;
    padding: 10px 24px 53.3333333333vw;
  }
  .masumasu-step__section .cardFund__inner:after {
    background-image: url("../images/pages/toushin/masumasu/cardFund_bg_sp.png");
    background-size: contain;
  }
  .masumasu-step__section .c-video {
    padding-bottom: 16px;
  }
  .masumasu-step__section .c-video__container {
    height: auto;
  }
  .masumasu-step__box {
    padding: 40px 24px;
  }
  .masumasu-step__box + .masumasu-step__box {
    margin-top: 40px;
  }
  .masumasu-step__box-buttons {
    margin: 40px 0;
  }
  .masumasu-step__box-icon {
    position: relative;
    left: 0;
    bottom: 0;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .masumasu-step__box--2 .masumasu-step__box-icon {
    margin-top: 40px;
  }
  .masumasu-step__box--2 .masumasu-step__box-buttons {
    margin-bottom: 0;
  }
  .masumasu-step .onlineAccount__device {
    padding-bottom: 32px;
    margin-bottom: 32px;
  }
}
@media (max-width: 374px) {
  .masumasu-step__section-body .title-step-2 {
    margin-inline: -3px;
  }
}
.cancellation-service-page .c-pagetitle__content {
  padding-block: 47px 96px;
}

.cancellation-service-page .list-anchor--followMenu {
  padding-left: 5px;
}

.cancellation-service-page .risk-box {
  padding-top: 15px;
  padding-left: 1px;
}

.cancellation-service-page .risk-box__inner {
  padding-top: 80px;
}

.cancellation-service-page .risk-box__inner .c-text-sub {
  margin-top: 26px;
}

.cancellation-service-page .risk-box__inner:not(:first-child) {
  margin-top: 15px;
}

.cancellation-service-page .risk-box__note {
  margin-top: 65px;
  border: 1px solid #e02828;
  border-radius: 16px;
  padding: 55px 64px 56px;
}

.cancellation-service-page .risk-box__note--2 {
  border: none;
  background-color: #f7f8f9;
}

.cancellation-service-page .risk-box__note .c-caption {
  margin-top: 17px;
}

.cancellation-service-page .risk-box__note-text {
  margin-top: 7px;
}

.cancellation-service-page .risk-box__note .c-list .c-caption {
  margin-top: 7px;
}

.cancellation-service-page .risk-box__download {
  margin-top: 23px;
  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-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.cancellation-service-page .risk-box__download .c-caption {
  margin-top: 7px;
}

.cancellation-service-page .risk-box__list {
  margin-top: 65px;
  margin-left: 1px;
}

.cancellation-service-page .risk-box__list-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 48px;
}

.cancellation-service-page .risk-box__list-item:not(:last-child) {
  margin-bottom: 40px;
}

.cancellation-service-page .risk-box__list-item-img {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 368px;
  border-radius: 8px;
  overflow: hidden;
}

.cancellation-service-page .risk-box__list-item-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.cancellation-service-page .risk-box .box-infor {
  margin-top: 64px;
  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-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.cancellation-service-page .risk-box .box-infor .c-link {
  margin-top: 22px;
}

.cancellation-service-page .risk-box .btn-box {
  margin-top: 96px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.cancellation-service-page .risk-box .btn-box .btn {
  padding: 10px 9px 11px;
}

@media (max-width: 479px) {
  .cancellation-service-page .c-pagetitle__content {
    padding-block: 24px 40px;
  }
  .cancellation-service-page .c-pagetitle__content .c-headline--xl {
    font-size: 3.2rem;
    line-height: 1.8;
  }
  .cancellation-service-page .list-anchor--followMenu {
    padding-left: 0;
  }
  .cancellation-service-page .menu-anchor-box {
    margin-top: 79px;
  }
  .cancellation-service-page .risk-box {
    padding-top: 4px;
  }
  .cancellation-service-page .risk-box__inner {
    padding-top: 75px;
  }
  .cancellation-service-page .risk-box__inner:not(:first-child) {
    margin-top: 5px;
  }
  .cancellation-service-page .risk-box__inner:first-child .c-text-sub {
    margin-inline: 13px;
  }
  .cancellation-service-page .risk-box__inner-title--custom {
    margin-inline: -2px;
  }
  .cancellation-service-page .risk-box__note {
    margin-top: 41px;
    padding: 39px 23px 41px;
  }
  .cancellation-service-page .risk-box__note--2 {
    border: none;
    background-color: #f7f8f9;
  }
  .cancellation-service-page .risk-box__note .c-list .c-caption {
    margin-top: 6px;
  }
  .cancellation-service-page .risk-box__list {
    margin-top: 40px;
    margin-left: 0;
  }
  .cancellation-service-page .risk-box__list-item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 32px;
  }
  .cancellation-service-page .risk-box__list-item:not(:last-child) {
    margin-bottom: 41px;
  }
  .cancellation-service-page .risk-box__list-item-img {
    width: 100%;
  }
  .cancellation-service-page .risk-box__download {
    margin-top: 40px;
    padding-bottom: 2px;
  }
  .cancellation-service-page .risk-box__download .c-link {
    text-align: center;
    display: inline-block;
  }
  .cancellation-service-page .risk-box__download .c-caption {
    margin-top: 7px;
  }
  .cancellation-service-page .risk-box .box-infor {
    margin-top: 64px;
  }
  .cancellation-service-page .risk-box .box-infor .c-link {
    margin-top: 24px;
    text-align: center;
    margin-inline: -1px;
  }
  .cancellation-service-page .risk-box .btn-box {
    margin-top: 79px;
    padding-bottom: 0px;
  }
  .cancellation-service-page .risk-box .btn-box .btn {
    width: 100%;
  }
}
.lineBox {
  position: relative;
}

.lineBox::before {
  content: "";
  width: 100%;
  height: 160px;
  background: #ecf5ea;
  position: absolute;
  top: 46px;
  left: 0;
}

@media (max-width: 479px) {
  .lineBox::before {
    height: 74px;
    top: 46px;
  }
}
.mainvisual {
  margin-top: -46px;
}

@media (max-width: 479px) {
  .mainvisual {
    margin-top: 16px;
  }
}
.mainvisual__photo {
  width: 100%;
  aspect-ratio: 960/540;
  border-radius: 16px;
}

@media (max-width: 479px) {
  .mainvisual__photo {
    aspect-ratio: 327/184;
    border-radius: 8px;
  }
}
.mainvisual__caption {
  margin-top: 24px;
}

.aboutBox {
  margin-top: 96px;
}

@media (max-width: 479px) {
  .aboutBox {
    margin-top: 80px;
  }
}
.aboutBox__group {
  display: grid;
  gap: 40px 0;
}

.aboutBox__title {
  margin-bottom: 40px;
}

.aboutBox__anchor-link {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0 48px;
}

@media (max-width: 479px) {
  .aboutBox__anchor-link {
    grid-template-columns: 1fr;
    gap: 0;
  }
}
.aboutBox .pager {
  padding-top: 4px;
}

.card-word__head {
  color: #ffffff;
  padding: 5px 10px;
  text-align: center;
  background-color: #2f691d;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
}

.card-word__body {
  border: 1px solid #cacaca;
  border-top: none;
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
  padding: 20px 24px 24px 16px;
}

@media (max-width: 479px) {
  .card-word__body {
    padding: 33px 23px 31px;
  }
}
.card-mutual {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 9px;
  padding: 40px 48px;
  background-color: #F8F5E9;
  border-radius: 8px;
}

@media (max-width: 479px) {
  .card-mutual {
    padding-inline: 24px;
  }
}
.card-mutual__point {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 8px;
}

.card-mutual__point + .card-mutual__point {
  margin-top: 16px;
}

.card-tax {
  padding: 40px 48px;
  background-color: #f7f8f9;
  border-radius: 16px;
}

@media (max-width: 479px) {
  .card-tax {
    padding-inline: 24px;
  }
}
.card-tax__tile {
  font-size: 1.6rem;
  line-height: 1.8;
  letter-spacing: 0.012em;
  color: #000000;
  font-family: "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "Yu Gothic", YuGothic, "メイリオ", Meiryo, "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 600;
  margin-bottom: 25px;
}

.card-tax__btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 12px;
}

.card-svrisk {
  padding: 40px 48px;
  background-color: #F8F5E9;
  border-radius: 16px;
}

@media (max-width: 479px) {
  .card-svrisk {
    padding: 24px 12px;
  }
}
.card-svrisk__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 40px;
}

@media (max-width: 479px) {
  .card-svrisk__title {
    margin-bottom: 24px;
  }
}
.card-svrisk__photo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media (max-width: 479px) {
  .card-svrisk__photo {
    gap: 13px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.card-svrisk__photo-box--apple {
  width: 451px;
}

@media (max-width: 479px) {
  .card-svrisk__photo-box--apple {
    width: 100%;
  }
}
.card-svrisk__photo-box--chat {
  width: 393px;
}

@media (max-width: 479px) {
  .card-svrisk__photo-box--chat {
    width: 100%;
  }
}
.card-svrisk__txt {
  font-size: 1.2rem;
  line-height: 1.6166666667;
  color: #000000;
  letter-spacing: 0;
  margin-top: 8px;
}

@media (max-width: 479px) {
  .card-svrisk__txt {
    font-size: 1rem;
    line-height: 1.5;
    margin-top: 4px;
  }
}
.aboutBox__anchor .c-listLink__item {
  padding-top: 20px;
}

@media (max-width: 479px) {
  .aboutBox__anchor .c-listLink__item {
    padding-block: 14px 10px;
  }
  .aboutBox__anchor .c-listLink__item .c-listLink__link::after {
    -webkit-mask-image: url("../images/components/icons/ico_chevron_down.svg");
    mask-image: url("../images/components/icons/ico_chevron_down.svg");
  }
}
.btn--about {
  min-height: 76px;
}

.money-event__inner {
  max-width: 960px;
  margin-inline: auto;
}

.money-event__group {
  display: grid;
  gap: 40px 0;
}

@media (max-width: 479px) {
  .money-event__group {
    gap: 24px 0;
  }
}
.money-event__row {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0 48px;
}

@media (max-width: 479px) {
  .money-event__row {
    grid-template-columns: 1fr;
    gap: 24px 0;
  }
}
.money-event__photo {
  border-radius: 8px;
}

.money-event__caption {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 8px 0;
  margin-top: 8px;
}

.money-event__caption-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 1rem;
  line-height: 1.4;
  letter-spacing: 0.012em;
  color: #546a75;
  font-weight: 300;
}

.money-event__caption-text span:first-child {
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.money-event__label {
  min-height: 36px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #eaeff0;
  border-radius: 4px;
  padding: 5px 8px;
  font-size: 1.4rem;
  line-height: 1.8;
  letter-spacing: 0.05em;
  color: #0b2a3a;
  font-weight: bold;
}

.money-event__asset {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
}

@media (max-width: 479px) {
  .money-event__asset {
    grid-template-columns: 1fr;
  }
}
.money-event__asset-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 17px;
  padding: 24px;
  background-color: #ecf5ea;
  border-radius: 8px;
}

@media (max-width: 479px) {
  .money-event__asset-box {
    padding-inline: 16px;
  }
}
.money-event__table {
  width: 100%;
  border-collapse: collapse;
}

.money-event__table th,
.money-event__table td {
  padding: 12px 16px;
  text-align: left;
  border: 1px solid #cacaca;
  font-size: 1.4rem;
  line-height: 1.8;
  letter-spacing: 0.05em;
  vertical-align: middle;
  text-align: center;
}

@media (max-width: 479px) {
  .money-event__table th,
  .money-event__table td {
    padding-inline: 15px;
  }
}
@media (max-width: 479px) {
  .money-event__table thead tr:first-child th:first-child,
  .money-event__table tbody tr td:first-child {
    padding-inline: 16px;
  }
}
.money-event__table th {
  background-color: #eaeff0;
  font-weight: 700;
  color: #546a75;
}

.money-event__table td {
  width: 240px;
}

.money-event__table td:first-child {
  width: 240px;
}

@media (max-width: 479px) {
  .money-event__table th,
  .money-event__table td {
    font-size: 1.2rem;
    line-height: 1.6;
    letter-spacing: 0.05em;
  }
  .money-event__table th {
    color: #0b2a3a;
    font-weight: 500;
  }
  .money-event__table td {
    width: 25%;
  }
  .money-event__table td:first-child {
    width: 25%;
  }
}
@media (max-width: 479px) {
  .money-planning-page .rowGap {
    gap: 27px 0;
  }
}
@media (max-width: 479px) {
  .money-planning-page .pager__item--next .pager__link {
    padding-right: 46px;
  }
}
@media screen and (max-width: 374px) {
  .money-planning-page .pager__item--next .pager__link {
    padding-right: 35px;
  }
}
.moving-page .c-pagetitle__content {
  padding-block: 47px 96px;
}

.moving-page .box-notice {
  margin-top: 96px;
}

.moving-page .box-notice__inner {
  background-color: #F8F5E9;
  padding: 56px 64px;
  border-radius: 16px;
}

.moving-page .box-notice__text {
  margin-top: 8px;
}

.moving-page .box-notice__text-link {
  margin-top: 15px;
}

.moving-page .moving-tab {
  margin-top: 91px;
}

.moving-page .c-tabs-page .tabs__item.tabs__item--active .tabs__item__label::before {
  background-color: #009900;
}

.moving-page .c-tabs-page .tabs__item .tabs__item__label::before {
  background-color: #546a75;
  -webkit-mask: url("../images/components/icons/ico_store_24.svg");
  mask: url("../images/components/icons/ico_store_24.svg");
}

.moving-page .c-tabs-page .tabs__item:nth-child(2) .tabs__item__label::before {
  -webkit-mask: url("../images/components/icons/ico_mail.svg");
  mask: url("../images/components/icons/ico_mail.svg");
}

.moving-page .c-tabs-page .tabs__item:hover .tabs__item__label::before {
  background-color: #009900;
}

.moving-page .c-tabs-page__content.moving-01 {
  margin-top: 96px;
}

.moving-page .c-tabs-page__content.moving-01 .c-text-sub {
  margin-top: 25px;
}

.moving-page .c-tabs-page__content.moving-01 .risk-box__note {
  margin-top: 64px;
  padding: 48px 64px 60px;
}

.moving-page .c-tabs-page__content.moving-01 .risk-box__note .c-caption {
  margin-top: 17px;
}

.moving-page .c-tabs-page__content.moving-02 {
  margin-top: 96px;
}

.moving-page .c-tabs-page__content.moving-02 .c-text-sub {
  margin-top: 25px;
}

.moving-page .c-tabs-page__content.moving-02 .box-moreinfo {
  margin-top: 25px;
}

.moving-page .c-tabs-page__content.moving-02 .c-caption-sub {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 24px;
}

.moving-page .c-tabs-page__content.moving-02 .risk-box__note {
  margin-top: 72px;
  padding: 55px 64px 55px;
}

.moving-page .c-tabs-page__content.moving-02 .risk-box__note .c-caption {
  margin-top: 17px;
}

.moving-page .c-tabs-page__content.moving-02 .risk-box__note .c-list {
  margin-top: 17px;
}

.moving-page .c-tabs-page__content.moving-02 .risk-box__note .c-list__item:not(:first-child) {
  margin-top: 5px;
}

.moving-page .risk-box__note {
  margin-top: 18px;
  border: 1px solid #e02828;
  border-radius: 4px;
  padding: 21px 23px 25px;
}

.moving-page .risk-box__note--2 {
  border-radius: 16px;
  border: none;
  background-color: #f7f8f9;
}

.moving-page .risk-box__note .c-list {
  margin-top: 9px;
}

.moving-page .box-moreinfo {
  margin-top: 41px;
  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-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.moving-page .box-moreinfo .btn {
  margin-top: 17px;
  max-width: 320px;
  width: 100%;
  padding: 10px 7px;
}

.moving-page .btn-box {
  margin-top: 96px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.moving-page .btn-box .btn {
  padding: 10px 9px 11px;
}

@media (max-width: 479px) {
  .moving-page .c-pagetitle__content {
    padding-block: 24px 40px;
  }
  .moving-page .c-pagetitle__content .c-headline--xl {
    font-size: 3.2rem;
    line-height: 1.8;
  }
  .moving-page .box-notice {
    margin-top: 80px;
  }
  .moving-page .box-notice__inner {
    padding: 41px 23px;
  }
  .moving-page .box-notice__text {
    margin-top: 8px;
  }
  .moving-page .box-notice__text-link {
    margin-top: 15px;
  }
  .moving-page .moving-tab {
    margin-top: 79px;
  }
  .moving-page .c-tabs-page__content.moving-01 {
    margin-top: 79px;
  }
  .moving-page .c-tabs-page__content.moving-01 .risk-box__note {
    margin-top: 41px;
    padding: 31px 24px 43px;
  }
  .moving-page .c-tabs-page__content.moving-01 .risk-box__note .c-caption {
    margin-top: 18px;
  }
  .moving-page .c-tabs-page__content.moving-02 {
    margin-top: 79px;
  }
  .moving-page .c-tabs-page__content.moving-02 .box-moreinfo {
    margin-top: 25px;
  }
  .moving-page .c-tabs-page__content.moving-02 .risk-box__note {
    margin-top: 62px;
    padding: 41px 24px 40px;
  }
  .moving-page .risk-box__note {
    margin-top: 18px;
    padding: 23px 24px 24px;
  }
  .moving-page .risk-box__note--2 {
    border: none;
    background-color: #f7f8f9;
  }
  .moving-page .risk-box__note .c-list .c-caption {
    margin-top: 6px;
  }
  .moving-page .box-moreinfo {
    margin-top: 40px;
  }
  .moving-page .box-moreinfo .btn {
    max-width: 100%;
  }
  .moving-page .btn-box {
    margin-top: 80px;
    padding-bottom: 0px;
    padding-inline: 24px;
  }
  .moving-page .btn-box .btn {
    width: 100%;
  }
}
.realize-page .c-pagetitle__content {
  padding-block: 47px 96px;
}

.realize-page .box-notice {
  margin-top: 96px;
}

.realize-page .box-notice__inner {
  background-color: #F8F5E9;
  padding: 56px 64px;
  border-radius: 16px;
}

.realize-page .box-notice .c-caption {
  margin-top: 8px;
}

.realize-page .box-notice .c-list__item:not(:first-child) {
  margin-top: 2px;
}

.realize-page .box-notice__text {
  margin-top: 16px;
}

.realize-page .box-notice__text-link {
  margin-top: 15px;
}

.realize-page .moving-tab {
  margin-top: 121px;
}

.realize-page .c-tabs-page .tabs__item.tabs__item--active .tabs__item__label::before {
  background-color: #009900;
}

.realize-page .c-tabs-page .tabs__item .tabs__item__label::before {
  background-color: #546a75;
  -webkit-mask: url("../images/components/icons/ico_devices.svg");
  mask: url("../images/components/icons/ico_devices.svg");
}

.realize-page .c-tabs-page .tabs__item:nth-child(2) .tabs__item__label::before {
  -webkit-mask: url("../images/components/icons/ico_person.svg");
  mask: url("../images/components/icons/ico_person.svg");
}

.realize-page .c-tabs-page .tabs__item:hover .tabs__item__label::before {
  background-color: #009900;
}

.realize-page .c-tabs-page__content .menu-anchor-box {
  margin-top: 63px;
}

.realize-page .c-tabs-page__content.realize-01 {
  margin-top: 96px;
}

.realize-page .c-tabs-page__content.realize-02 {
  margin-top: 96px;
}

.realize-page .c-tabs-page__content.realize-02 .box-moreinfo {
  margin-top: 42px;
}

.realize-page .conf-check {
  padding-top: 97px;
}

.realize-page .conf-check .c-text-sub {
  margin-top: 24px;
}

.realize-page .conf-check .onlineAccount__wrapper {
  margin-top: 65px;
  padding: 23px 40px 64px;
  background-color: #ecf5ea;
  border-radius: 40px;
}

.realize-page .conf-check .onlineAccount__storage {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.realize-page .conf-check .onlineAccount__title {
  margin-bottom: 34px;
}

.realize-page .conf-check .onlineAccount__note {
  margin-top: 8px;
}

.realize-page .conf-check .box-moreinfo {
  margin-top: 65px;
  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-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.realize-page .conf-check .box-moreinfo .btn {
  margin-top: 17px;
  max-width: 320px;
  width: 100%;
  padding: 10px 7px;
}

.realize-page .tradeBox__inner {
  margin-top: 65px;
}

.realize-page .tradeBox__caption {
  margin-top: 16px;
  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-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.realize-page .tradeBox-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 49px 24px;
  margin-top: 43px;
}

.realize-page .tradeBox-list__item {
  width: 282px;
  min-height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.realize-page .tradeBox-list__item--complete {
  margin-top: 7px;
}

.realize-page .tradeBox-list__item--complete .tradeBox-list__item__step {
  margin-bottom: 28px;
}

.realize-page .tradeBox-list__item__step {
  margin-bottom: 24px;
  margin-inline: auto;
}

.realize-page .tradeBox-list__item__content {
  background-color: #ecf5ea;
  border-radius: 8px;
  padding: 24px;
  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-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.realize-page .tradeBox-list__item__content__text {
  margin-bottom: 24px;
}

.realize-page .tradeBox-list__item__content__image {
  width: 177px;
  height: auto;
  display: block;
  margin-inline: auto;
  margin-bottom: 0;
  margin-top: auto;
}

.realize-page .tradeBox-list__item__content__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.realize-page .c-operationGuide {
  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-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 24px;
  margin-top: 38px;
}

.realize-page .c-operationGuide__deviceList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 24px;
}

.realize-page .realize-box__note {
  margin-top: 63px;
  border: 1px solid #e02828;
  border-radius: 16px;
  padding: 55px 64px 56px;
}

.realize-page .realize-box__note--2 {
  border: none;
  background-color: #f7f8f9;
}

.realize-page .realize-box__note__text {
  text-align: center;
  margin-top: 17px;
}

.realize-page .realize-box__note .c-caption {
  margin-top: 7px;
}

.realize-page .tetsuduki-other {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 48px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.realize-page .tetsuduki-other__accordion {
  max-width: 784px;
}

.realize-page .tetsuduki-other .c-accordion_trigger {
  padding-right: 76px;
}

.realize-page .tetsuduki-other .c-text--col2 {
  margin-top: 15px;
}

.realize-page .tetsuduki-other .c-link:not(:first-child) {
  margin-top: 2px;
}

.realize-page .tetsuduki-other .c-caption {
  margin-top: 17px;
}

.realize-page .tetsuduki-other .c-caption--mt {
  margin-top: 4px;
  margin-bottom: 16px;
}

.realize-page .tetsuduki-other .c-list {
  margin-top: 2px;
  margin-left: -2px;
}

.realize-page .tetsuduki-other .c-list__item:not(:first-child) {
  margin-top: 0;
}

.realize-page .tetsuduki-other__label {
  font-size: 1.4rem;
  line-height: 1.6;
  font-weight: bold;
  letter-spacing: 0.05em;
  color: #0b2a3a;
  margin-bottom: 12px;
}

.realize-page .consultant {
  max-width: 100%;
  margin-top: 96px;
}

.realize-page .consultant__service {
  gap: 48px;
  max-width: 953px;
  width: 100%;
  margin-top: 26px;
  margin-inline: auto;
}

.realize-page .consultant__service-item {
  width: 100%;
  max-width: 320px;
}

.realize-page .btn-box {
  margin-top: 98px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.realize-page .btn-box .btn {
  padding: 10px 9px 11px;
}

@media (max-width: 479px) {
  .realize-page .c-pagetitle__content {
    padding-block: 24px 40px;
  }
  .realize-page .c-pagetitle__content .c-headline--xl {
    font-size: 3.2rem;
    line-height: 1.8;
  }
  .realize-page .box-notice {
    margin-top: 80px;
  }
  .realize-page .box-notice__inner {
    padding: 40px 23px;
  }
  .realize-page .box-notice .c-caption {
    padding-right: 1px;
  }
  .realize-page .moving-tab {
    margin-top: 80px;
  }
  .realize-page .c-tabs-page__content .menu-anchor-box {
    margin-top: 40px;
  }
  .realize-page .c-tabs-page__content .menu-anchor-box .only-pc {
    display: block !important;
  }
  .realize-page .c-tabs-page__content.realize-01 {
    margin-top: 80px;
  }
  .realize-page .c-tabs-page__content.realize-01 .risk-box__note {
    margin-top: 41px;
    padding: 31px 24px 43px;
  }
  .realize-page .c-tabs-page__content.realize-01 .risk-box__note .c-caption {
    margin-top: 18px;
  }
  .realize-page .c-tabs-page__content.realize-02 {
    margin-top: 80px;
  }
  .realize-page .c-tabs-page__content.realize-02 .conf-check .c-text-sub {
    margin-inline: 16px;
  }
  .realize-page .c-tabs-page__content.realize-02 .realize-box__note {
    margin-top: 41px;
    padding: 56px 24px 55px;
  }
  .realize-page .c-tabs-page__content.realize-02 .realize-box__note .c-caption {
    margin-top: 4px;
  }
  .realize-page .c-tabs-page__content.realize-02 .realize-box__note .c-list__item:not(:first-child) {
    margin-top: 6px;
  }
  .realize-page .c-tabs-page__content.realize-02 .box-moreinfo {
    margin-top: 41px;
    text-align: center;
  }
  .realize-page .conf-check {
    padding-top: 78px;
  }
  .realize-page .conf-check .c-text-sub {
    margin-top: 25px;
  }
  .realize-page .conf-check .onlineAccount__wrapper {
    margin-top: 40px;
    padding: 41px 16px 41px;
    margin-inline: -16px;
  }
  .realize-page .conf-check .onlineAccount__storage {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin-top: 0;
  }
  .realize-page .conf-check .onlineAccount__logo .onlineAccount__title {
    margin-bottom: 21px;
  }
  .realize-page .conf-check .onlineAccount__logo .mt-l {
    margin-top: 36px;
  }
  .realize-page .conf-check .onlineAccount__link {
    margin-top: 22px;
  }
  .realize-page .conf-check .onlineAccount__title {
    margin-bottom: 32px;
  }
  .realize-page .conf-check .onlineAccount__note {
    margin-top: 7px;
    margin-inline: -16px;
  }
  .realize-page .conf-check .onlineAccount__download-logo {
    margin-top: 0;
  }
  .realize-page .conf-check .onlineAccount__device {
    margin-top: 33px;
    margin-bottom: 40px;
  }
  .realize-page .conf-check .box-moreinfo {
    margin-top: 81px;
  }
  .realize-page .conf-check .box-moreinfo .btn {
    margin-top: 17px;
    max-width: 100%;
    width: 100%;
    padding: 10px 7px;
  }
  .realize-page .tradeBox__inner {
    margin-top: 42px;
  }
  .realize-page .tradeBox__caption {
    margin-top: 16px;
  }
  .realize-page .tradeBox-list {
    gap: 56px 24px;
    margin-top: 40px;
  }
  .realize-page .tradeBox-list__item {
    width: 100%;
    min-height: 100%;
    position: relative;
  }
  .realize-page .tradeBox-list__item--complete {
    margin-top: 7px;
  }
  .realize-page .tradeBox-list__item--complete .tradeBox-list__item__step {
    margin-bottom: 22px;
  }
  .realize-page .tradeBox-list__item .parts-step--hoz .parts-step__item {
    margin-bottom: 0;
  }
  .realize-page .tradeBox-list__item .parts-step__connector {
    position: absolute;
    bottom: -4px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
  .realize-page .tradeBox-list__item__step {
    margin-bottom: 17px;
    margin-inline: auto;
  }
  .realize-page .tradeBox-list__item__content__text {
    margin-bottom: 24px;
    margin-right: -2px;
  }
  .realize-page .c-operationGuide {
    margin-top: 40px;
  }
  .realize-page .c-operationGuide__deviceList {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 22px;
  }
  .realize-page .c-operationGuide__deviceList li:first-child {
    margin-left: 8px;
  }
  .realize-page .realize-box__note {
    margin-top: 80px;
    padding: 39px 24px 42px;
  }
  .realize-page .tetsuduki-other {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 40px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .realize-page .tetsuduki-other__accordion {
    max-width: 100%;
  }
  .realize-page .tetsuduki-other h2 {
    text-align: center;
  }
  .realize-page .tetsuduki-other .c-accordion_trigger {
    padding-right: 55px;
  }
  .realize-page .tetsuduki-other .c-text--col2 {
    margin-top: 16px;
    -webkit-column-gap: 3px;
    -moz-column-gap: 3px;
    column-gap: 3px;
  }
  .realize-page .tetsuduki-other .c-text--col2 span:last-child {
    gap: 7px;
  }
  .realize-page .tetsuduki-other .c-list {
    margin-top: 1px;
    margin-right: 0;
  }
  .realize-page .tetsuduki-other .c-list__item:not(:first-child) {
    margin-top: 0px;
  }
  .realize-page .tetsuduki-other__label {
    font-size: 1.4rem;
    line-height: 1.6;
    font-weight: bold;
    letter-spacing: 0.05em;
    color: #0b2a3a;
    margin-bottom: 12px;
  }
  .realize-page .consultant {
    margin-top: 81px;
  }
  .realize-page .consultant__box {
    padding: 37px 24px 41px;
  }
  .realize-page .consultant__copy {
    margin-block: 18px 41px;
  }
  .realize-page .consultant__service {
    gap: 0;
  }
  .realize-page .consultant__service-item:not(:last-child) {
    padding-bottom: 41px;
    margin-bottom: 39px;
  }
  .realize-page .btn-box {
    margin-top: 83px;
    padding-bottom: 0px;
    padding-inline: 24px;
  }
  .realize-page .btn-box .btn {
    width: 100%;
  }
}
.purchase-page .c-pagetitle {
  padding-bottom: 13px;
}

.purchase-page .c-pagetitle:after {
  height: 13px;
}

.purchase-page .c-pagetitle__layer:after {
  height: calc(100% + 62px);
  bottom: -13px;
}

@media (min-width: 480px) {
  .purchase-page .c-tabs-page .tabs__item--active {
    padding-block: 15px;
  }
}
.purchase-page .onlineAccount__wrapper {
  margin-top: 64px;
  padding: 66px 40px 64px;
  background-color: #ecf5ea;
  border-radius: 40px;
}

.purchase-page .c-tabs-page .tabs {
  background-color: #ecf5ea;
}

.purchase-page .c-tabs-page__panels {
  background-color: #ffffff;
}

.purchase-page .choice-wrap:has(.choice #radio-card-1:checked) .choice-panels .choice-content-1,
.purchase-page .choice-wrap:has(.choice #radio-card-1:checked) .choice-panels .apply__reset {
  display: block;
}

.purchase-page .choice-wrap:has(.choice #radio-card-1:checked) .choice-1 .choice_ico {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.purchase-page .choice-wrap:has(.choice #radio-card-1:checked) .choice-panels .choice-content-1,
.purchase-page .choice-wrap:has(.choice #radio-card-1:checked) .choice-panels .apply__reset {
  display: block;
}

.purchase-page .choice-wrap:has(.choice #radio-card-1:checked) .choice-1 .choice_ico {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.purchase-page .purchase-steps__caption {
  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-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.purchase-page .menu-anchor-box {
  margin-top: 63px;
}

.purchase-page .c-tabs-page .tabs__item.tabs__item--active .tabs__item__label::before {
  background-color: #009900;
}

.purchase-page .c-tabs-page .tabs__item .tabs__item__label::before {
  background-color: #546a75;
  -webkit-mask: url("../images/components/icons/ico_devices.svg");
  mask: url("../images/components/icons/ico_devices.svg");
}

.purchase-page .c-tabs-page .tabs__item:nth-child(2) .tabs__item__label::before {
  -webkit-mask: url("../images/components/icons/ico_person.svg");
  mask: url("../images/components/icons/ico_person.svg");
}

.purchase-page .c-tabs-page .tabs__item:hover .tabs__item__label::before {
  background-color: #009900;
}

.purchase-page .c-tabs-page__content .menu-anchor-box {
  margin-top: 63px;
}

.purchase-page .c-tabs-page__content.realize-01 {
  margin-top: 96px;
}

.purchase-page .c-tabs-page__content.realize-02 {
  margin-top: 96px;
}

.purchase-page .c-tabs-page__content.realize-02 .box-moreinfo {
  margin-top: 42px;
}

.purchase-page .conf-check {
  padding-top: 97px;
}

.purchase-page .conf-check .c-text-sub {
  margin-top: 24px;
}

.purchase-page .conf-check .onlineAccount__wrapper {
  margin-top: 65px;
  padding: 23px 40px 64px;
  background-color: #ecf5ea;
  border-radius: 40px;
}

.purchase-page .conf-check .onlineAccount__storage {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.purchase-page .conf-check .onlineAccount__title {
  margin-bottom: 34px;
}

.purchase-page .conf-check .onlineAccount__note {
  margin-top: 8px;
}

.purchase-page .conf-check .box-moreinfo {
  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-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.purchase-page .conf-check .box-moreinfo .btn {
  margin-top: 17px;
  max-width: 320px;
  width: 100%;
  padding: 10px 7px;
}

.purchase-page .tradeBox__inner {
  margin-top: 93px;
}

.purchase-page .tradeBox__caption {
  margin-top: 16px;
  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-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.purchase-page .tradeBox-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 40px 24px;
  margin-top: 43px;
}

.purchase-page .tradeBox-list__item {
  width: 282px;
  min-height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.purchase-page .tradeBox-list__item--complete {
  margin-top: 7px;
}

.purchase-page .tradeBox-list__item--complete .tradeBox-list__item__step {
  margin-bottom: 28px;
}

.purchase-page .tradeBox-list__item--note {
  width: 100%;
}

@media (min-width: 480px) {
  .purchase-page .tradeBox-list__item--note {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
}
.purchase-page .tradeBox-list__item__step {
  margin-bottom: 24px;
  margin-inline: auto;
}

.purchase-page .tradeBox-list__item__content {
  background-color: #ecf5ea;
  border-radius: 8px;
  padding: 24px;
  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-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.purchase-page .tradeBox-list__item__content__text {
  margin-bottom: 24px;
}

.purchase-page .tradeBox-list__item__content__image {
  width: 177px;
  height: auto;
  display: block;
  margin-inline: auto;
  margin-bottom: 0;
  margin-top: auto;
}

.purchase-page .tradeBox-list__item__content__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.purchase-page .c-operationGuide {
  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-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 24px;
  margin-top: 45px;
}

.purchase-page .c-operationGuide__deviceList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 24px;
}

.purchase-page .realize-box__note {
  margin-top: 63px;
  border: 1px solid #e02828;
  border-radius: 16px;
  padding: 55px 64px 56px;
}

.purchase-page .realize-box__note--2 {
  border: none;
  background-color: #f7f8f9;
}

.purchase-page .realize-box__note__text {
  text-align: center;
  margin-top: 17px;
}

.purchase-page .realize-box__note .c-caption {
  margin-top: 7px;
}

.purchase-page .tetsuduki-other {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 48px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.purchase-page .tetsuduki-other__accordion {
  max-width: 784px;
}

.purchase-page .tetsuduki-other .c-accordion_trigger {
  padding-right: 76px;
}

.purchase-page .tetsuduki-other .c-text--col2 {
  margin-top: 15px;
}

.purchase-page .tetsuduki-other .c-link:not(:first-child) {
  margin-top: 2px;
}

.purchase-page .tetsuduki-other .c-caption--mt {
  margin-top: 4px;
  margin-bottom: 16px;
}

.purchase-page .tetsuduki-other .c-list {
  margin-top: 2px;
  margin-left: -2px;
}

.purchase-page .tetsuduki-other .c-list__item:not(:first-child) {
  margin-top: 0;
}

.purchase-page .tetsuduki-other__label {
  font-size: 1.4rem;
  line-height: 1.6;
  font-weight: bold;
  letter-spacing: 0.05em;
  color: #0b2a3a;
  margin-bottom: 12px;
}

.purchase-page .consultant {
  max-width: 100%;
  margin-top: 96px;
}

.purchase-page .consultant__service {
  gap: 48px;
  max-width: 953px;
  width: 100%;
  margin-top: 26px;
  margin-inline: auto;
}

.purchase-page .consultant__service-item {
  width: 100%;
  max-width: 320px;
}

.purchase-page .purchase-note {
  border: solid 1px #e02828;
  margin-top: 8px;
  border-radius: 4px;
  padding: 40px 48px;
}

.purchase-page .purchase-note .c-list__item span {
  color: #e02828;
}

.purchase-page .purchase-note .c-list--hyphen {
  margin-top: 6px;
}

.purchase-page .btn-box {
  margin-top: 98px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.purchase-page .btn-box .btn {
  padding: 10px 9px 11px;
}

@media (max-width: 479px) {
  .purchase-page .c-pagetitle:after {
    height: 26px;
  }
  .purchase-page .c-pagetitle {
    padding-bottom: 26px;
  }
  .purchase-page .c-tabs-page__content .menu-anchor-box {
    margin-top: 40px;
  }
  .purchase-page .c-tabs-page__content .menu-anchor-box .only-pc {
    display: block !important;
  }
  .purchase-page .c-tabs-page__content.realize-01 {
    margin-top: 80px;
  }
  .purchase-page .c-tabs-page__content.realize-01 .risk-box__note {
    margin-top: 41px;
    padding: 31px 24px 43px;
  }
  .purchase-page .c-tabs-page__content.realize-01 .risk-box__note .c-caption {
    margin-top: 18px;
  }
  .purchase-page .c-tabs-page__content.realize-02 {
    margin-top: 80px;
  }
  .purchase-page .c-tabs-page__content.realize-02 .conf-check .c-text-sub {
    margin-inline: 16px;
  }
  .purchase-page .c-tabs-page__content.realize-02 .realize-box__note {
    margin-top: 41px;
    padding: 56px 24px 55px;
  }
  .purchase-page .c-tabs-page__content.realize-02 .realize-box__note .c-caption {
    margin-top: 4px;
  }
  .purchase-page .c-tabs-page__content.realize-02 .realize-box__note .c-list__item:not(:first-child) {
    margin-top: 6px;
  }
  .purchase-page .c-tabs-page__content.realize-02 .box-moreinfo {
    margin-top: 41px;
    text-align: center;
  }
  .purchase-page .conf-check {
    padding-top: 78px;
  }
  .purchase-page .conf-check .c-text-sub {
    margin-top: 25px;
  }
  .purchase-page .conf-check .onlineAccount__wrapper {
    margin-top: 40px;
    padding: 41px 16px 41px;
    margin-inline: -16px;
  }
  .purchase-page .conf-check .onlineAccount__storage {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin-top: 0;
  }
  .purchase-page .conf-check .onlineAccount__logo .onlineAccount__title {
    margin-bottom: 21px;
  }
  .purchase-page .conf-check .onlineAccount__logo .mt-l {
    margin-top: 36px;
  }
  .purchase-page .conf-check .onlineAccount__link {
    margin-top: 22px;
  }
  .purchase-page .conf-check .onlineAccount__title {
    margin-bottom: 32px;
  }
  .purchase-page .conf-check .onlineAccount__note {
    margin-top: 7px;
    margin-inline: -16px;
  }
  .purchase-page .conf-check .onlineAccount__download-logo {
    margin-top: 0;
  }
  .purchase-page .conf-check .onlineAccount__device {
    margin-top: 33px;
    margin-bottom: 40px;
  }
  .purchase-page .conf-check .box-moreinfo .btn {
    margin-top: 17px;
    max-width: 100%;
    width: 100%;
    padding: 10px 7px;
  }
  .purchase-page .tradeBox__inner {
    margin-top: 80px;
  }
  .purchase-page .tradeBox__caption {
    margin-top: 16px;
  }
  .purchase-page .tradeBox-list {
    gap: 56px 24px;
    margin-top: 40px;
  }
  .purchase-page .tradeBox-list__item {
    width: 100%;
    min-height: 100%;
    position: relative;
  }
  .purchase-page .tradeBox-list__item--complete {
    margin-top: 7px;
  }
  .purchase-page .tradeBox-list__item--complete .tradeBox-list__item__step {
    margin-bottom: 22px;
  }
  .purchase-page .tradeBox-list__item--complete .parts-step__connector {
    display: none;
  }
  .purchase-page .tradeBox-list__item .parts-step--hoz .parts-step__item {
    margin-bottom: 0;
  }
  .purchase-page .tradeBox-list__item .parts-step__connector {
    position: absolute;
    bottom: -4px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
  .purchase-page .tradeBox-list__item__step {
    margin-bottom: 17px;
    margin-inline: auto;
  }
  .purchase-page .tradeBox-list__item__content {
    padding: 24px 16px;
  }
  .purchase-page .tradeBox-list__item__content__text {
    margin-bottom: 24px;
  }
  .purchase-page .tradeBox-list__item:has(+ .tradeBox-list__item--note) .parts-step__connector {
    display: none;
  }
  .purchase-page .tradeBox-list__item--note {
    margin-top: -40px;
  }
  .purchase-page .purchase-note {
    padding: 40px 24px;
    margin-top: 0;
  }
  .purchase-page .c-operationGuide {
    margin-top: 40px;
  }
  .purchase-page .c-operationGuide__deviceList {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 22px;
  }
  .purchase-page .c-operationGuide__deviceList li:first-child {
    margin-left: 8px;
  }
  .purchase-page .realize-box__note {
    margin-top: 40px;
    padding: 56px 24px;
  }
  .purchase-page .tetsuduki-other {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 40px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .purchase-page .tetsuduki-other__accordion {
    max-width: 100%;
  }
  .purchase-page .tetsuduki-other h2 {
    text-align: center;
  }
  .purchase-page .tetsuduki-other .c-accordion_trigger {
    padding-right: 55px;
  }
  .purchase-page .tetsuduki-other .c-text--col2 {
    margin-top: 16px;
    -webkit-column-gap: 3px;
    -moz-column-gap: 3px;
    column-gap: 3px;
  }
  .purchase-page .tetsuduki-other .c-text--col2 span:last-child {
    gap: 7px;
  }
  .purchase-page .tetsuduki-other .c-list {
    margin-top: 1px;
    margin-right: 0;
  }
  .purchase-page .tetsuduki-other .c-list__item:not(:first-child) {
    margin-top: 0px;
  }
  .purchase-page .tetsuduki-other__label {
    font-size: 1.4rem;
    line-height: 1.6;
    font-weight: bold;
    letter-spacing: 0.05em;
    color: #0b2a3a;
    margin-bottom: 12px;
  }
  .purchase-page .consultant {
    margin-top: 81px;
  }
  .purchase-page .consultant__box {
    padding: 37px 24px 41px;
  }
  .purchase-page .consultant__copy {
    margin-block: 18px 41px;
  }
  .purchase-page .consultant__service {
    gap: 0;
  }
  .purchase-page .consultant__service-item:not(:last-child) {
    padding-bottom: 41px;
    margin-bottom: 39px;
  }
  .purchase-page .btn-box {
    margin-top: 83px;
    padding-bottom: 0px;
    padding-inline: 24px;
  }
  .purchase-page .btn-box .btn {
    width: 100%;
  }
}
.about-start-page .start_group {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0 24px;
}

@media (max-width: 479px) {
  .about-start-page .start_group {
    grid-template-columns: 1fr;
    gap: 24px 0;
  }
}
.about-start-page .start_group .cardStep-body {
  height: 100%;
}

@media (max-width: 479px) {
  .about-start-page .money-event__row {
    gap: 40px 0;
  }
}
@media (min-width: 480px) {
  .about-start-page .card-word {
    margin-top: 43px;
  }
}
.about-start-page .aboutBox .pager {
  padding-top: 0;
}

@media (min-width: 480px) {
  .about-start-page .aboutBox .pager {
    margin-bottom: 48px;
  }
}
@media screen and (max-width: 374px) {
  .about-start-page .money-event__label {
    padding-inline: 0;
  }
}
.about-appeal-page .appeal__group {
  display: grid;
  row-gap: 40px;
}

.about-appeal-page .is-line {
  padding-bottom: 40px;
  border-bottom: 1px solid #cacaca;
}

.about-appeal-page .row--chat .money-event__label {
  min-height: 30px;
  padding: 0 8px;
}

@media (min-width: 480px) {
  .about-appeal-page .bondbox {
    padding-bottom: 38px;
  }
}
@media screen and (max-width: 374px) {
  .about-appeal-page .c-listLink__link {
    padding-right: 25px;
  }
}
@media (max-width: 479px) {
  .row--custom .money-event__box:first-child {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  .row--custom .money-event__chat {
    margin-top: 24px;
  }
}
@media (max-width: 479px) {
  .row--customSmall {
    gap: 2px 0;
  }
  .row--customSmall .money-event__box:first-child {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  .row--customSmall .money-event__chat {
    margin-top: 16px;
  }
}
@media (max-width: 479px) {
  .label--custom {
    margin-top: 16px;
    text-align: center;
  }
}
@media (max-width: 479px) {
  .gap--custom {
    row-gap: 40px;
  }
}
@media (max-width: 479px) {
  .about-riskreturn-page .row--custom .money-event__chat {
    margin-top: 0;
  }
}
.about-riskreturn-page .money-event__label {
  min-height: 26px;
  padding-block: 0;
}

.about-riskreturn-page .aboutBox .pager {
  padding-top: 0;
}

@media (min-width: 480px) {
  .about-riskreturn-page .aboutBox .pager {
    margin-bottom: 47px;
  }
}
.about-uddividend-page .appeal__group {
  display: grid;
  row-gap: 40px;
}

.about-uddividend-page .accordionFaq__item + .accordionFaq__item {
  margin-top: 16px;
}

@media (min-width: 480px) {
  .about-uddividend-page #uddividend05 {
    margin-top: 99px;
  }
}
.about-uddividend-page .c-accordion_content {
  margin-bottom: 41px;
}

@media (max-width: 479px) {
  .about-uddividend-page .c-accordion_content {
    margin-bottom: 42px;
  }
}
@media (min-width: 480px) {
  .about-uddividend-page #uddividendQuestionPanel06 .accordionFaq__item {
    gap: 17px;
  }
}
@media (max-width: 479px) {
  .about-uddividend-page #uddividend02 .appeal__group {
    row-gap: 43px;
    margin-top: 42px;
  }
  .about-uddividend-page #uddividend05 {
    margin-top: 84px;
  }
  .about-uddividend-page #uddividend07 .aboutBox__title {
    margin-bottom: 43px;
  }
  .about-uddividend-page .money-event__table th,
  .about-uddividend-page .money-event__table td {
    padding-block: 13px;
  }
}
.about-uddividend-page .u-indent {
  display: block;
  padding-left: 15px;
  text-indent: -15px;
}

@media screen and (max-width: 374px) {
  .about-uddividend-page #uddividendQuestionPanel01 .c-link,
  .about-uddividend-page #uddividendQuestionPanel03 .c-link {
    letter-spacing: 0;
  }
}
.about-svrisk-page .row--custom .money-event__chat {
  margin-top: 8px;
}

.about-svrisk-page .money-event__label {
  min-height: 30px;
  text-align: center;
  line-height: 1.4285714286;
  letter-spacing: 0;
}

@media (min-width: 480px) {
  .about-svrisk-page .svrisk-pager {
    margin-top: 83px;
  }
  .about-svrisk-page .svrisk-btn {
    margin-top: 48px;
  }
}
.about-svrisk-page .method__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 8px;
}

.about-svrisk-page .method__group .parts-no__item {
  width: 24px;
  height: 24px;
}

.about-svrisk-page .method__item {
  margin-top: 41px;
}

.about-feepurchase-page .row--custom .money-event__chat {
  margin-top: 0;
}

.about-feepurchase-page .method__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
}

@media (min-width: 480px) {
  .about-feepurchase-page .method__title {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}
.about-feepurchase-page .parts-no__item {
  width: 24px;
  height: 24px;
}

@media (max-width: 479px) {
  .about-feepurchase-page .method__number {
    margin-top: 7px;
  }
}
.about-feepurchase-page .row-amount {
  margin-top: 42px;
}

.about-feepurchase-page .aboutBox .pager {
  padding-top: 0;
}

.about-feepurchase-page #feepurchase02 {
  margin-top: 83px;
}

@media (min-width: 480px) {
  .about-feepurchase-page #feepurchase02 {
    margin-top: 102px;
  }
}
@media (max-width: 479px) {
  .about-feepurchase-page .row-fee {
    margin-top: 80px;
  }
  .about-feepurchase-page .row-cost {
    margin-top: 38px;
  }
  .about-feepurchase-page .card-tax {
    margin-top: 83px;
  }
}
@media screen and (max-width: 374px) {
  .about-feepurchase-page #feepurchase01 .aboutBox__title {
    letter-spacing: 0.02em;
  }
  .about-feepurchase-page .card-counter {
    padding-inline: 16px;
  }
}
.card-counter {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 16px;
  background-color: #F8F5E9;
  padding: 40px 48px;
  margin-top: 27px;
}

@media (max-width: 479px) {
  .card-counter {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-inline: 24px;
    gap: 24px;
  }
}
@media (min-width: 480px) {
  .card-counter__photo {
    padding-left: 60px;
    padding-right: 144px;
  }
}
@media (max-width: 479px) {
  .card-counter__photo {
    width: 100%;
  }
  .card-counter__photo img {
    width: 100%;
  }
}
@media (min-width: 480px) {
  .card-counter__content {
    padding-top: 11px;
  }
}
.card-counter .btn {
  width: 100%;
  max-width: 279px;
  min-height: 50px;
}

.purchasetype-page .purchasetype-box {
  margin-top: 96px;
}

.purchasetype-page .purchasetype-box__content:not(:last-child) {
  margin-bottom: 96px;
}

.purchasetype-page .purchasetype-box__section {
  background-color: #ecf5ea;
  border-radius: 40px;
  padding: 57px 64px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 48px;
}

.purchasetype-page .purchasetype-box__section:not(:last-child) {
  margin-bottom: 24px;
}

.purchasetype-page .purchasetype-box__section-head {
  padding-bottom: 40px;
  margin-bottom: 40px;
  border-bottom: solid 1px #cacaca;
}

.purchasetype-page .purchasetype-box__section-content {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  max-width: 100%;
}

.purchasetype-page .purchasetype-box__merits, .purchasetype-page .purchasetype-box__demerits {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 16px;
}

.purchasetype-page .purchasetype-box__merits-title, .purchasetype-page .purchasetype-box__demerits-title {
  margin: 0;
  color: #0b2a3a;
  font-weight: 600;
}

.purchasetype-page .purchasetype-box__section-illustration {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 512px;
  max-width: 100%;
}

.purchasetype-page .purchasetype-box__chart {
  margin-top: 40px;
}

.purchasetype-page .purchasetype-box__chart-title {
  min-height: 36px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #eaeff0;
  border-radius: 4px;
  padding: 5px 8px;
  font-size: 1.4rem;
  line-height: 1.8;
  letter-spacing: 0.05em;
  color: #0b2a3a;
  font-weight: bold;
  text-align: center;
}

.purchasetype-page .purchasetype-box .btn-box .btn {
  width: 320px;
}

@media (max-width: 479px) {
  .purchasetype-page .purchasetype-box {
    margin-top: 80px;
  }
  .purchasetype-page .purchasetype-box__content:not(:last-child) {
    margin-bottom: 80px;
  }
  .purchasetype-page .purchasetype-box__section {
    padding: 40px 16px 44px;
    margin-left: -16px;
    margin-right: -16px;
  }
  .purchasetype-page .purchasetype-box__section-body {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 32px;
  }
  .purchasetype-page .purchasetype-box__section-illustration {
    margin-top: 40px;
  }
  .purchasetype-page .purchasetype-box .btn-box .btn {
    width: 100%;
  }
}
.zidoutsumitate-page .zidoutsumitate-box {
  margin-top: 96px;
  /* time diversification section */
}

.zidoutsumitate-page .zidoutsumitate-box__content:not(:last-child) {
  margin-bottom: 96px;
}

.zidoutsumitate-page .zidoutsumitate-box__content--accordion {
  padding-bottom: 96px;
  margin-bottom: 96px;
  border-bottom: solid 1px #cacaca;
}

.zidoutsumitate-page .zidoutsumitate-box__section {
  background-color: #ecf5ea;
  border-radius: 40px;
  padding: 64px;
}

.zidoutsumitate-page .zidoutsumitate-box__hero {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 48px;
  margin-bottom: 64px;
}

.zidoutsumitate-page .zidoutsumitate-box__hero-visual {
  max-width: 512px;
  justify-self: end;
}

.zidoutsumitate-page .zidoutsumitate-box__hero-visual img {
  width: 100%;
  height: auto;
  -o-object-fit: contain;
  object-fit: contain;
  display: block;
}

.zidoutsumitate-page .zidoutsumitate-box__feature-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 24px;
}

.zidoutsumitate-page .zidoutsumitate-box__feature-card {
  background-color: #ffffff;
  border-radius: 8px;
  padding: 24px;
  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-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 16px;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.zidoutsumitate-page .zidoutsumitate-box__feature-body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 8px;
}

.zidoutsumitate-page .zidoutsumitate-box__feature-body .c-headline--s {
  margin: 0;
  color: #0b2a3a;
}

.zidoutsumitate-page .zidoutsumitate-box__time-diversification {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 48px;
}

.zidoutsumitate-page .zidoutsumitate-box__time-chart {
  width: 100%;
  max-width: 576px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.zidoutsumitate-page .zidoutsumitate-box__time-chart img {
  width: 100%;
  height: auto;
  -o-object-fit: contain;
  object-fit: contain;
  display: block;
}

.zidoutsumitate-page .zidoutsumitate-box__time-table {
  padding: 48px 64px 56px;
  background-color: #F8F5E9;
  border-radius: 16px;
  margin-top: 96px;
}

.zidoutsumitate-page .zidoutsumitate-box__time-table p.c-text {
  max-width: 484px;
  margin-left: auto;
  color: #000000;
  letter-spacing: 0;
  line-height: 1.5;
}

.zidoutsumitate-page .zidoutsumitate-box__chart {
  margin-top: 64px;
}

.zidoutsumitate-page .zidoutsumitate-box__chart-title {
  min-height: 36px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #eaeff0;
  border-radius: 4px;
  padding: 5px 8px;
  font-size: 1.4rem;
  line-height: 1.8;
  letter-spacing: 0.05em;
  color: #0b2a3a;
  font-weight: bold;
  text-align: center;
}

.zidoutsumitate-page .zidoutsumitate-box .btn-box .btn {
  width: 320px;
}

.zidoutsumitate-page .zidoutsumitate-box .card-svrisk {
  padding: 48px 64px 56px;
  margin-top: 96px;
}

.zidoutsumitate-page .zidoutsumitate-box .card-svrisk__txt {
  font-size: 1.6rem;
  margin-top: 6px;
}

.zidoutsumitate-page .zidoutsumitate-box .card-svrisk__photo-box--apple {
  width: 557px;
}

.zidoutsumitate-page .zidoutsumitate-box .card-svrisk__photo-box--chat {
  width: 485px;
}

@media (max-width: 479px) {
  .zidoutsumitate-page .zidoutsumitate-box {
    margin-top: 80px;
  }
  .zidoutsumitate-page .zidoutsumitate-box__content:not(:last-child) {
    margin-bottom: 80px;
  }
  .zidoutsumitate-page .zidoutsumitate-box__section {
    padding: 40px 16px;
    border-radius: 40px;
    gap: 0;
    margin-left: -16px;
    margin-right: -16px;
  }
  .zidoutsumitate-page .zidoutsumitate-box__hero {
    gap: 32px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 39px;
  }
  .zidoutsumitate-page .zidoutsumitate-box__features-title {
    font-size: 2rem;
    line-height: 1.6;
  }
  .zidoutsumitate-page .zidoutsumitate-box__feature-list {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .zidoutsumitate-page .zidoutsumitate-box__feature-card {
    padding: 24px;
    -webkit-box-flex: 1;
    -ms-flex: auto;
    flex: auto;
  }
  .zidoutsumitate-page .zidoutsumitate-box__time-diversification {
    gap: 32px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .zidoutsumitate-page .zidoutsumitate-box__chart {
    margin-top: 40px;
  }
  .zidoutsumitate-page .zidoutsumitate-box__time-table {
    margin-top: 80px;
    padding: 24px 12px;
  }
  .zidoutsumitate-page .zidoutsumitate-box__time-table p.c-text {
    font-size: 10px;
    line-height: 1.5;
    margin-top: 5px;
    margin-inline: -3px;
  }
  .zidoutsumitate-page .zidoutsumitate-box .btn-box .btn {
    width: 100%;
  }
  .zidoutsumitate-page .zidoutsumitate-box .tetsuduki-other__title {
    text-align: center;
  }
  .zidoutsumitate-page .zidoutsumitate-box__content--accordion {
    padding-bottom: 80px;
    margin-bottom: 80px;
  }
  .zidoutsumitate-page .zidoutsumitate-box .card-svrisk {
    padding: 24px 12px;
    margin-top: 80px;
  }
  .zidoutsumitate-page .zidoutsumitate-box .card-svrisk__title {
    margin-bottom: 24px;
  }
  .zidoutsumitate-page .zidoutsumitate-box .card-svrisk__txt {
    font-size: 1rem;
  }
  .zidoutsumitate-page .zidoutsumitate-box .card-svrisk__photo-box--apple {
    width: 100%;
  }
  .zidoutsumitate-page .zidoutsumitate-box .card-svrisk__photo-box--chat {
    width: 100%;
  }
}
@media (min-width: 480px) {
  .zidoutsumitate-page .table-svrisk thead th {
    padding: 3px 2px 4px;
    font-size: 1.4rem;
    line-height: 1.2;
    width: 97px;
  }
  .zidoutsumitate-page .table-svrisk tbody th {
    padding: 9px 2px 10px;
    font-size: 1.4rem;
    line-height: 1.2;
  }
  .zidoutsumitate-page .table-svrisk tbody td {
    padding: 9px 2px 10px;
    font-size: 1.4rem;
    line-height: 1.2;
  }
  .zidoutsumitate-page .table-svrisk__price {
    font-size: 1.8rem;
  }
  .zidoutsumitate-page .table-svrisk__price span {
    font-size: 1.4rem;
  }
  .zidoutsumitate-page .table-svrisk__loss {
    font-size: 1.3rem;
    padding-bottom: 2px;
  }
  .zidoutsumitate-page .table-svrisk__highlight th {
    height: 99px;
  }
}
.l-article {
  max-width: 960px;
  margin-inline: auto;
}

.l-article .l-inner {
  padding-inline: 0;
}

.l-article .c-text + .c-text {
  margin-top: 16px;
}

@media (max-width: 479px) {
  .l-article .l-inner {
    padding-inline: 24px;
  }
}
.l-article .table {
  width: 100%;
  border-collapse: collapse;
  border: 1px solid #cacaca;
  border-width: 1px 0;
}

.l-article .table thead th {
  width: auto;
}

.l-article .table thead th:first-child {
  width: 150px;
}

.l-article .table-style--01 thead th:first-child {
  width: 215px;
}

.l-article .table th,
.l-article .table td {
  border: 1px solid #cacaca;
}

.l-article .table .c-text {
  margin-top: 28px;
}

.l-article .table .c-caption {
  margin-top: 8px;
}

.l-article .table th,
.l-article .table td {
  padding: 10px 16px 14px;
  text-align: left;
  vertical-align: middle;
}

.l-article .table th {
  background-color: #eaeff0;
  color: #546a75;
}

.l-article .table td {
  color: #0b2a3a;
}

@media (max-width: 479px) {
  .l-article .table thead th:first-child {
    width: 75px;
  }
  .l-article .table-style--01 thead th:first-child {
    width: 115px;
  }
  .l-article .table .c-text {
    margin-top: 24px;
  }
  .l-article .table__table-box {
    margin-top: 41px;
  }
  .l-article .table th,
  .l-article .table td {
    padding: 11px 14px 13px 16px;
  }
  .l-article .table th {
    font-size: 1.2rem;
    line-height: 1.6;
    letter-spacing: 0.05em;
  }
  .l-article .table td {
    font-size: 1.2rem;
    line-height: 1.6;
    letter-spacing: 0.05em;
  }
}
.l-article .col-list {
  max-width: 980px;
  margin-inline: auto;
  display: grid;
  gap: 32px;
  margin-top: 40px;
  grid-template-columns: repeat(2, 1fr);
}

.l-article .col-list--col3 {
  grid-template-columns: repeat(3, 1fr);
}

.l-article .col-list--col4 {
  grid-template-columns: repeat(4, 1fr);
}

.l-article .col-list li {
  list-style: none;
}

.l-article .col-list figure {
  margin: 0;
}

.l-article .col-list figure img {
  width: 100%;
  height: auto;
  display: block;
}

@media (max-width: 479px) {
  .l-article .col-list {
    max-width: 300px;
    grid-template-columns: 1fr;
    gap: 16px;
    margin-top: 24px;
  }
}
.l-article .image-wrapper {
  max-width: 680px;
  margin-inline: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.l-article .image img {
  width: 100%;
  height: auto;
  display: block;
}

.l-article strong {
  color: #f72900;
}

.table-svrisk {
  width: 100%;
  border-collapse: collapse;
  background-color: #ffffff;
}

.table-svrisk__wrapper {
  width: 100%;
  overflow-y: hidden;
  border-radius: 8px;
}

.table-svrisk thead th {
  background-color: #dbdbdb;
  border: 1px solid #F8F5E9;
  padding: 1px 2px 3px;
  font-size: 1.2rem;
  font-weight: 500;
  vertical-align: middle;
  line-height: 1.2;
  letter-spacing: 0;
  width: 97px;
}

.table-svrisk tbody th {
  background-color: #dbdbdb;
  border: 1px solid #F8F5E9;
  padding: 6px 2px 9px;
  font-size: 1.2rem;
  font-weight: 500;
  vertical-align: middle;
  line-height: 1.2;
  letter-spacing: 0;
}

.table-svrisk tbody td {
  background-color: #ffffff;
  border: 1px solid #F8F5E9;
  padding: 6px 2px 9px;
  font-size: 1.2rem;
  font-weight: 500;
  letter-spacing: 0;
  vertical-align: middle;
  line-height: 1.2;
}

.table-svrisk__highlight th,
.table-svrisk__highlight td {
  background-color: #fff9e6;
  font-weight: 500;
}

.table-svrisk__price {
  display: block;
  font-size: 1.4rem;
  font-weight: 500;
  color: #cc0000;
}

.table-svrisk__price span {
  font-size: 1.2rem;
}

.table-svrisk__loss {
  display: block;
  font-size: 1rem;
  color: #cc0000;
  font-weight: 500;
  padding-bottom: 4px;
}

.table-svrisk__highlight th {
  height: 82px;
}

@media (max-width: 479px) {
  .table-svrisk thead th {
    padding: 6px 2px 7px;
    font-size: 0.9rem;
    width: 75px;
  }
  .table-svrisk tbody th {
    font-size: 0.9rem;
    padding: 10px 2px 7px;
  }
  .table-svrisk tbody td {
    padding: 10px 2px 7px;
    font-size: 0.9rem;
  }
  .table-svrisk__price {
    font-size: 1.1rem;
    margin-top: -2px;
  }
  .table-svrisk__price span {
    font-size: 0.9rem;
  }
  .table-svrisk__loss {
    font-size: 0.8rem;
    padding-bottom: 0;
  }
  .table-svrisk__highlight th {
    height: 40px;
  }
}
.prepare-page .character-img {
  width: 112px;
  height: auto;
  -o-object-fit: contain;
  object-fit: contain;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.prepare-page .speech-bubble {
  border: 2px solid #d1eed7;
  border-radius: 8px;
  padding: 22px;
  position: relative;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 16px;
  margin-bottom: 16px;
}

.prepare-page .fr_image {
  max-width: 680px;
  width: 100%;
  margin-inline: auto;
}

.prepare-page .masumasu-step__content {
  border-radius: 40px;
}

.prepare-page .masumasu-step__content .prepare-headline {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-column-gap: 15px;
  -moz-column-gap: 15px;
  column-gap: 15px;
}

.prepare-page .c-blue50 {
  background-color: #deebf7;
}

.prepare-page .c-yellow50 {
  background-color: #ffffcc;
}

.prepare-page .card-mutual {
  padding: 20px;
}

.prepare-page .onlineAccount__wrapper {
  margin-top: 30px;
  padding: 23px 40px 64px;
  background-color: #ecf5ea;
  border-radius: 40px;
}

.prepare-page .onlineAccount__storage {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.prepare-page .onlineAccount__title {
  margin-bottom: 34px;
}

.prepare-page .onlineAccount__note {
  margin-top: 8px;
}

@media (max-width: 479px) {
  .prepare-page .character-img {
    width: 56px;
  }
  .prepare-page .speech-bubble {
    padding: 14px;
    border-radius: 8px;
  }
  .prepare-page .masumasu-step__content {
    padding: 45px 16px;
    margin-right: -16px;
    margin-left: -16px;
  }
  .prepare-page .masumasu-step__content .prepare-headline {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .prepare-page .masumasu-step__content .prepare-headline .parts-no {
    margin-top: 2px;
  }
  .prepare-page .masumasu-step__content .prepare-headline .parts-no__text {
    line-height: 1;
  }
  .prepare-page .parts-step--hoz .parts-step__item {
    margin-bottom: 0;
  }
  .prepare-page .masumasu-step__section:after {
    content: none;
    background: transparent;
  }
  .prepare-page .onlineAccount__wrapper {
    margin-top: 40px;
    padding: 41px 16px 41px;
    margin-inline: -16px;
  }
  .prepare-page .onlineAccount__storage {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin-top: 0;
  }
  .prepare-page .onlineAccount__logo .onlineAccount__title {
    margin-bottom: 21px;
  }
  .prepare-page .onlineAccount__logo .mt-l {
    margin-top: 36px;
  }
  .prepare-page .onlineAccount__link {
    margin-top: 22px;
  }
  .prepare-page .onlineAccount__title {
    margin-bottom: 32px;
  }
  .prepare-page .onlineAccount__note {
    margin-top: 7px;
    margin-inline: -16px;
  }
  .prepare-page .onlineAccount__download {
    max-width: 185px;
    width: 100%;
  }
  .prepare-page .onlineAccount__download-logo {
    margin-top: 0;
  }
  .prepare-page .onlineAccount__device {
    margin-top: 33px;
    margin-bottom: 40px;
    padding-inline: 0;
  }
}
.followUp-page .pic_heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.followUp-page .color_green {
  color: #009900;
}

.followUp-page .c-pagetitle__content {
  padding-block: 47px 96px;
}

@media (max-width: 479px) {
  .followUp-page .c-pagetitle__content {
    padding-block: 32px 50px;
  }
}
.followUp-page .decoration {
  position: absolute;
  top: 15px;
  right: 255px;
  z-index: 1;
  pointer-events: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.followUp-page .decoration_icon {
  width: 140px;
  height: 140px;
}

.followUp-page .decoration_icon img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.followUp-page .decoration_text {
  text-align: right;
  margin-right: -24px;
  line-height: 1.4;
}

.followUp-page .top img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.followUp-page .heading_01 {
  position: absolute;
  top: 110px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  line-height: 1.5;
  color: #f25e00;
  font-size: 2rem;
}

.followUp-page .heading_01 span:first-child {
  font-size: 3rem;
  font-weight: bold;
}

.followUp-page .middle {
  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-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
  margin-top: -80px;
}

.followUp-page .middle_text {
  font-size: 2rem;
  font-weight: bold;
  color: #009900;
  line-height: 1.5;
  text-align: center;
  margin-top: 32px;
  padding-left: 20px;
}

.followUp-page .bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  z-index: 1;
  padding-bottom: 60px;
}

.followUp-page .bottom:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  -webkit-mask-image: url("../images/pages/toushin/follow-up/bg_bottom_bg.png");
  mask-image: url("../images/pages/toushin/follow-up/bg_bottom_bg.png");
  -webkit-mask-size: cover;
  mask-size: cover;
  -webkit-mask-position: top center;
  mask-position: top center;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  background-color: #fee4ba;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  pointer-events: none;
}

.followUp-page .bottom_illust {
  margin-top: 140px;
  margin-bottom: -10px;
  z-index: 1;
}

.followUp-page .bottom_illust img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.followUp-page .bottom_detail {
  min-width: 570px;
}

.followUp-page .bottom .label {
  background-color: #f25e00;
  color: #fff;
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.5;
  text-align: center;
  padding: 16px 0;
  border-radius: 8px;
  margin-bottom: 16px;
}

.followUp-page .card-tax .c-caption {
  max-width: 440px;
  margin-inline: auto;
}

.followUp-page .wrap_flag {
  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-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 10px;
}

.followUp-page .step-registration__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  position: relative;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  padding-right: 105px;
  margin-inline: auto;
}

.followUp-page .step-registration__title-sub {
  font-size: 2rem;
  position: relative;
  color: #009900;
  padding-bottom: 20px;
  position: relative;
  margin-right: 8px;
}

.followUp-page .step-registration__title-sub::before {
  content: "";
  display: inline-block;
  background: url("../images/pages/toushin/follow-up/underline.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 103px;
  height: 11px;
  position: absolute;
  top: 29px;
  left: -3px;
}

.followUp-page .step-registration__title-main {
  font-size: 2.8rem;
  font-weight: bold;
  color: #009900;
}

.followUp-page .step-registration__title-main span {
  font-size: 3.4rem;
}

.followUp-page .step-registration__deco {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100px;
  height: auto;
}

.followUp-page .step-registration__deco img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.followUp-page .inquiry {
  max-width: 100%;
}

.followUp-page .inquiry__contact-charge__number a {
  margin-inline: 4px;
  font-size: 2.2rem;
  line-height: 1.6;
  letter-spacing: 0.05em;
  font-weight: bold;
  color: #0b2a3a;
  font-family: "Inter", sans-serif;
}

.followUp-page .inquiry__contact:after {
  content: none;
}

@media (max-width: 479px) {
  .followUp-page .decoration {
    top: 15px;
    right: 25px;
  }
  .followUp-page .decoration_icon {
    width: 90px;
    height: 90px;
  }
  .followUp-page .decoration_text {
    display: none;
  }
  .followUp-page .top {
    margin-inline: -24px;
    width: calc(100% + 48px);
  }
  .followUp-page .heading_01 {
    top: 30px;
    width: 100%;
  }
  .followUp-page .middle {
    margin-top: -20px;
    max-width: 311px;
    margin-inline: auto;
  }
  .followUp-page .middle_text {
    font-size: 1.8rem;
    margin-top: 15px;
  }
  .followUp-page .bottom {
    margin-inline: -24px;
    width: calc(100% + 48px);
    padding-bottom: 60px;
  }
  .followUp-page .bottom_illust {
    margin-top: 80px;
    margin-bottom: -10px;
    z-index: 1;
  }
  .followUp-page .bottom_detail {
    min-width: 100%;
    padding-inline: 24px;
  }
  .followUp-page .bottom .label {
    font-size: 1.8rem;
    padding: 10px 0;
  }
  .followUp-page .step-registration__title {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-right: 0;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    padding-right: 80px;
  }
  .followUp-page .step-registration__title-sub {
    padding-bottom: 5px;
    margin-bottom: -6px;
  }
  .followUp-page .step-registration__title-sub::before {
    top: 28px;
  }
  .followUp-page .step-registration__title-main {
    font-size: 2.8rem;
    font-weight: bold;
    color: #009900;
  }
  .followUp-page .step-registration__title-main span {
    font-size: 3.4rem;
  }
  .followUp-page .step-registration__deco {
    bottom: 1px;
    right: -2px;
    width: 77px;
  }
}
.followUp-page .udvrsreports-place {
  width: 100%;
  max-width: 1200px;
  margin-inline: auto;
  border-radius: 40px;
  background-color: #ecf5ea;
  padding: 64px;
}

.followUp-page .udvrsreports-place__box {
  background: #ffffff;
  border-radius: 8px;
  padding: 40px 48px;
}

.followUp-page .udvrsreports-place__box:not(:first-child) {
  margin-top: 25px;
}

.followUp-page .udvrsreports-place__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 24px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.followUp-page .udvrsreports-place__icon {
  width: 172px;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.followUp-page .udvrsreports-place__texts {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  min-width: 240px;
}

.followUp-page .udvrsreports-place__title {
  margin-bottom: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 16px;
}

.followUp-page .udvrsreports-place__content {
  margin-top: 41px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-column-gap: 40px;
  -moz-column-gap: 40px;
  column-gap: 40px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 8px;
  background-color: #f3f4f4;
  padding: 41px 48px;
}

.followUp-page .udvrsreports-place__content-grid {
  display: grid;
  gap: 48px 0;
}

.followUp-page .udvrsreports-place__row {
  width: 100%;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0 48px;
}

.followUp-page .udvrsreports-place__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 24px;
}

@media (min-width: 480px) {
  .followUp-page .udvrsreports-place__item-content {
    display: grid;
    -ms-flex-line-pack: start;
    align-content: start;
    grid-template-rows: auto auto 1fr;
    height: 100%;
  }
  .followUp-page .udvrsreports-place__item-content .wrap_btn {
    -ms-flex-item-align: end;
    align-self: end;
  }
}
.followUp-page .udvrsreports-place__item-image {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  max-width: 135px;
  height: auto;
  width: 100%;
}

.followUp-page .udvrsreports-place__item-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.followUp-page .udvrsreports-place__detail .c-caption {
  margin-top: 10px;
}

.followUp-page .udvrsreports-place__detail-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  gap: 16px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.followUp-page .udvrsreports-place__detail-label {
  font-weight: 700;
  font-size: 1.6rem;
  line-height: 1.6;
  letter-spacing: 0.05em;
}

.followUp-page .udvrsreports-place__detail-value {
  font-size: 1.6rem;
  line-height: 1.6;
  letter-spacing: 0.05em;
  color: #0b2a3a;
}

.followUp-page .udvrsreports-place__detail-infor {
  background: transparent;
  padding: 0;
}

.followUp-page .udvrsreports-place__detail-infor .infor-box:not(:first-child) {
  margin-top: 40px;
}

.followUp-page .udvrsreports-place__detail-infor .infor-box .c-link {
  margin-top: 14px;
}

.followUp-page .udvrsreports-place__detail-infor .infor-box .c-list {
  margin-top: 5px;
}

.followUp-page .udvrsreports-place__btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 24px;
}

.followUp-page .udvrsreports-place__btn .btn {
  min-width: 320px;
}

@media (max-width: 479px) {
  .followUp-page .udvrsreports-place {
    padding: 40px 16px;
    border-radius: 40px;
    width: calc(100% + 32px);
    margin: 0 -16px;
  }
  .followUp-page .udvrsreports-place__box {
    padding: 40px 24px;
  }
  .followUp-page .udvrsreports-place__head {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .followUp-page .udvrsreports-place__texts {
    min-width: 0;
  }
  .followUp-page .udvrsreports-place__title {
    text-align: center;
  }
  .followUp-page .udvrsreports-place__content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 24px;
    padding: 16px;
  }
  .followUp-page .udvrsreports-place__content-grid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 48px 0;
    padding: 16px;
  }
  .followUp-page .udvrsreports-place__row {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 40px;
  }
  .followUp-page .udvrsreports-place__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 10px;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .followUp-page .udvrsreports-place__item:nth-child(even) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
  .followUp-page .udvrsreports-place__item-content {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  .followUp-page .udvrsreports-place__item .c-headline--s {
    font-size: 1.6rem;
  }
  .followUp-page .udvrsreports-place__item .c-text {
    font-size: 1.2rem;
  }
  .followUp-page .udvrsreports-place__item .wrap_btn {
    margin-top: 10px;
    width: 100%;
  }
  .followUp-page .udvrsreports-place__item .wrap_btn .btn--medium {
    width: 100%;
  }
  .followUp-page .udvrsreports-place__item-image {
    max-width: 100px;
    height: auto;
    width: 100%;
  }
  .followUp-page .udvrsreports-place__item-image img {
    width: 100%;
    height: auto;
    -o-object-fit: contain;
    object-fit: contain;
  }
  .followUp-page .udvrsreports-place__btn {
    gap: 16px;
    width: 100%;
  }
  .followUp-page .udvrsreports-place__detail {
    padding: 0;
    margin-bottom: 0;
  }
  .followUp-page .udvrsreports-place__detail .c-caption {
    margin-top: 6px;
  }
  .followUp-page .udvrsreports-place__detail-item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 10px;
  }
  .followUp-page .udvrsreports-place__detail-value {
    font-size: 1.6rem;
    line-height: 1.8;
    letter-spacing: 0.05em;
  }
  .followUp-page .udvrsreports-place__detail-infor {
    background: transparent;
    padding: 0;
  }
  .followUp-page .udvrsreports-place__detail-infor .infor-box:not(:first-child) {
    margin-top: 42px;
  }
  .followUp-page .udvrsreports-place__detail-infor .infor-box .c-link {
    margin-top: 14px;
  }
  .followUp-page .udvrsreports-place__detail-infor .infor-box .c-list {
    margin-top: 5px;
  }
  .followUp-page .udvrsreports-place__icon {
    margin-inline: auto;
  }
  .followUp-page .udvrsreports-place__btn .btn {
    min-width: auto;
    width: 100%;
  }
}
.followUp-page .tradeBox__inner {
  margin-top: 65px;
}

.followUp-page .tradeBox__caption {
  margin-top: 16px;
  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-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.followUp-page .tradeBox-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 49px 24px;
  margin-top: 43px;
}

.followUp-page .tradeBox-list__item {
  width: 282px;
  min-height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.followUp-page .tradeBox-list__item--complete {
  margin-top: 7px;
}

.followUp-page .tradeBox-list__item--complete .tradeBox-list__item__step {
  margin-bottom: 28px;
}

.followUp-page .tradeBox-list__item__step {
  margin-bottom: 24px;
  margin-inline: auto;
}

.followUp-page .tradeBox-list__item__content {
  background-color: #ecf5ea;
  border-radius: 8px;
  padding: 24px;
  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-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.followUp-page .tradeBox-list__item__content__text {
  margin-bottom: 24px;
}

.followUp-page .tradeBox-list__item__content__image {
  width: 177px;
  height: auto;
  display: block;
  margin-inline: auto;
  margin-bottom: 0;
  margin-top: auto;
}

.followUp-page .tradeBox-list__item__content__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

@media (max-width: 479px) {
  .followUp-page .tradeBox__inner {
    margin-top: 42px;
  }
  .followUp-page .tradeBox__caption {
    margin-top: 16px;
  }
  .followUp-page .tradeBox-list {
    gap: 56px 24px;
    margin-top: 40px;
  }
  .followUp-page .tradeBox-list__item {
    width: 100%;
    min-height: 100%;
    position: relative;
  }
  .followUp-page .tradeBox-list__item--complete {
    margin-top: 7px;
  }
  .followUp-page .tradeBox-list__item--complete .tradeBox-list__item__step {
    margin-bottom: 22px;
  }
  .followUp-page .tradeBox-list__item .parts-step--hoz .parts-step__item {
    margin-bottom: 0;
  }
  .followUp-page .tradeBox-list__item .parts-step__connector {
    position: absolute;
    bottom: -4px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
  .followUp-page .tradeBox-list__item__step {
    margin-bottom: 17px;
    margin-inline: auto;
  }
  .followUp-page .tradeBox-list__item__content__text {
    margin-bottom: 24px;
    margin-right: -2px;
  }
}
.market-report {
  max-width: 1000px;
  margin-inline: auto;
}

.market-report .c-listLink__link:after {
  -webkit-mask-image: url("../images/components/icons/ico_pdf.svg");
  mask-image: url("../images/components/icons/ico_pdf.svg");
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: contain;
  mask-size: contain;
}

.market-report .c-listLink__link:hover:after {
  right: 0;
}

.market-report .year-content-wrapper .year-content {
  display: none;
}

.market-report .year-content-wrapper .year-content.is-active {
  display: block;
}

.market-report .year-content-wrapper .year-content.is-active .c-content__animate {
  -webkit-animation: fadeInTabs 0.25s linear 0.17s forwards;
  animation: fadeInTabs 0.25s linear 0.17s forwards;
}

.market-report .year-content-wrapper .c-content__animate {
  opacity: 0;
}

.minashihaishi-page .c-list--disc .c-list__item::before {
  top: 12px;
}
/*# sourceMappingURL=style.css.map */
