@charset "UTF-8";
html {
  scroll-behavior: smooth;
}

p {
  margin-block-start: 0;
  margin-block-end: 0;
}

.fs-12_m {
  font-size: 12px;
  font-weight: 500;
}
.fs-14_m {
  font-size: 14px;
  font-weight: 500;
}
.fs-16_m {
  font-size: 16px;
  font-weight: 500;
}
.fs-18_m {
  font-size: 18px;
  font-weight: 500;
}
.fs-18_b {
  font-size: 18px;
  font-weight: 700;
}
.fs-20_m {
  font-size: 20px;
  font-weight: 500;
}
.fs-20_b {
  font-size: 20px;
  font-weight: 700;
}
.contents-h3 h3 {
  font-size: 18px;
  margin-block-start: 0;
  margin-block-end: 0;
  margin-bottom: 20px;
}
.text-center {
  text-align: center;
}
.text-right {
  text-align: right;
}
.okwave-button-under-txt {
  margin-top: 20px;
}
i {
  display: inline-block;
}
i img {
  width: 100%;
}
.mod-headingLv2 {
  margin: 80px 0 40px;
}
.okwave-description .before-txt .fs-16_m {
  margin-bottom: 20px;
}
.service-flex {
  display: flex;
  justify-content: space-between;
  flex-direction: row;
  align-items: center;
}
.point-block.service-flex {
  align-items: stretch;
  gap: 20px;
}

.point-number {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  margin: -24px auto 0 auto;
  background-color: #06c755;
  color: #fff;
  text-align: center;
  border-radius: 100px;
}
.point-block-items {
  background: #eff8ff;
  padding: 30px 20px 40px 20px;
}
.point-block-3items {
  width: calc(100% / 2);
}
.point-txt {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  margin-bottom: 30px;
  height: 46px;
  line-height: 1.3;
}
.point-description {
  font-size: 16px;
  line-height: 1.5;
}
.point-img {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  height: 80px;
  margin-bottom: 30px;
}
.point-img img {
  max-height: 100%;
}
.point-img.okwave-block-second-01,
.point-img.okwave-block-second-02 {
  height: 100px;
}
.visit-point .point-img {
  height: 86px;
}

.border-dot-link {
  display: inline;
  padding-right: 4px;
  color: #0d2ea1;
  border-bottom: 1px #0d2ea1 dashed;
}
.border-dot-link-arrow::after {
  display: inline-block;
  content: "";
  margin: 0 0 0.1em 4px;
  width: 6px;
  height: 6px;
  border-top: 2px solid #0d2ea1;
  border-right: 2px solid #0d2ea1;
  transform: rotate(45deg);
}
.border-dot-link-arrow.border-dot-link-arrow-down::after {
  margin: 0 0 0.3em 4px;
  transform: rotate(135deg);
}
.border-dot-link-arrow.border-dot-link-arrow-right0::after {
  margin: 0 0 0.1em -4px;
}
.border-dot-link-arrow.border-dot-link-arrow-blank {
  width: 10px;
  height: 10px;
  margin-left: 5px;
  fill: #0d2ea1;
}
.border-dot-link-arrow.border-dot-link-arrow-blank svg {
  width: 100%;
}
.border-dot-link-arrow.border-dot-link-arrow-blank::after {
  content: none;
}
.border-dot-link .mod-inIcon {
  height: 20px;
  margin: -0.5em 0 0 4px;
}
.btn-blank-icon {
  padding-right: 25px;
}
.blank-img {
  width: 10px;
  margin-left: 4px;
  vertical-align: sub;
}
.s-pack-btn .blank-img {
  vertical-align: baseline;
}
.btn-blank-icon-txt {
  padding-right: 18px;
}

.btn-blank-icon-txt + .border-dot-link-arrow::after {
  margin: 0 0 0.2em 0;
}

.kv-banner img {
  width: 100%;
  height: auto;
}
.okwave-kv-under-txt {
  margin-top: 16px;
}

.okwave-button {
  margin-top: 30px;
}
.okwave-button-a {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #3598db;
  width: 380px;
  height: 56px;
  margin: 0 auto;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
}
.okwave-button-a:hover {
  background: #fff;
  outline: 1px solid #3598db;
  color: #3598db;
  opacity: 1;
}
.okwave-button-a .okwave-blank-icon {
  display: flex;
  flex-direction: column;
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
  width: 16px;
  height: 16px;
  fill: #fff;
}
.okwave-button-a:hover .okwave-blank-icon {
  fill: #3598db;
}
.okwave-step {
  margin-top: 80px;
}
.text-green-box {
  margin-top: 80px;
  padding: 20px 30px 40px;
  background: #eff8ff;
}
.text-green-box p {
  margin-bottom: 35.2px;
}
.text-green-box ul {
  margin-top: 35.2px;
  padding-left: 20px;
  margin-block-start: 0;
  margin-block-end: 0;
  padding-inline-start: 0;
}
.text-green-box ul li {
  list-style: none;
  font-size: 16px;
  font-weight: 700;
}
.text-green-box ul li:not(:first-child) {
  margin-top: 20px;
}
.text-green-box ul li i {
  width: 26.04px;
  height: 24.77px;
  margin-right: 15px;
}
.anchor-link {
  margin-top: 40px;
}
.anchor-link ul {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 54px;
  border: 1px solid #0d2ea1;
  margin-block-start: 0;
  margin-block-end: 0;
  padding-inline-start: 0;
}
.anchor-link ul li:not(:last-child) {
  border-right: 1px solid #0d2ea1;
}
.anchor-link ul li {
  flex: 1;
  position: relative;
  list-style: none;
  height: 100%;
  font-size: 16px;
  font-weight: 700;
  text-align: center;
}
.anchor-link ul li a {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  width: 100%;
  line-height: 1;
}
.anchor-link ul li i {
  position: absolute;
  right: 16px;
  top: 50%;
  transform: translateY(-50%);
  width: 15px;
  height: 8.63px;
}
.reception-hours-table {
  margin: 40px auto 0;
  border: 1px solid #d6d6d6;
  border-collapse: collapse;
}
.reception-hours-table th,
.reception-hours-table td {
  border: 1px solid #d6d6d6;
  padding: 20px;
  line-height: 1;
}
.reception-hours-table td {
  line-height: 1.86;
}
.table-header-cell {
  background: #0d2ea1;
  color: #fff;
  text-align: left;
}
.okwave-important-notes {
  margin-bottom: 80px;
}
.important-notes-txt p:not(:first-child) {
  margin-top: 1rem;
}
/* 以下スライダー */
.carousel {
  position: relative;
  margin: 0 auto;
}
.swiper {
  width: 100%;
}
.swiper-slide {
  box-sizing: border-box;
  padding: 30px 20px;
  background: #eff8ff;
  height: 560px;
}
.okwave-usage-flow-question {
  margin-bottom: 80px;
}
.carousel__controls {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 300px;
  height: 25px;
  margin: 40px auto;
}
.slide-img {
  height: 319px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.slide-img img {
  width: 60%;
  max-height: 100%;
  object-fit: contain;
}
.slide-img.slide-img-step2 img {
  width: 68.25%;
}
.swiper-horizontal > .swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal,
.swiper-pagination-custom,
.swiper-pagination-fraction {
  top: 3px;
  bottom: 0;
}
.swiper-button-next,
.swiper-button-prev {
  position: relative;
  border: none;
  background: transparent;
  color: #0d2ea1;
  z-index: 12;
}
.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
  opacity: 1;
  color: #edebeb;
}
.swiper-button-next:after,
.swiper-button-prev:after {
  font-size: 25px;
}
.swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  background: #edebeb;
  opacity: 1;
}
.swiper-pagination-bullet-active {
  background: #0d2ea1;
}
.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets
  .swiper-pagination-bullet {
  margin: 0 10px;
}
.swiper-slide-top {
  display: flex;
  gap: 20px;
  min-height: 64px;
  margin-bottom: 40px;
}
.slide-number {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 70px;
  height: 70px;
  background: #0e98d7;
  border-radius: 999px;
  color: #fff;
  font-weight: 700;
}
.slide-txt {
  flex: 1;
  font-size: 16px;
}
.slide-txt-sub {
  font-size: 14px;
  margin-top: 20px;
}
.no-carousel .swiper-slide {
  flex-shrink: unset;
  height: 400px;
}
.no-carousel .swiper-wrapper {
  gap: 20px;
}
.no-carousel .slide-img {
  height: 200px;
}
.no-carousel .slide-img img {
  height: 100%;
  width: auto;
}

/* SP */
@media (min-width: 641px) {
  .sp-only {
    display: none !important;
  }
}
@media (max-width: 640px) {
  .pc-only {
    display: none !important;
  }
  .sp-only {
    display: block;
  }
  .slide-txt .okwave-button {
    margin-top: 16px;
  }
  .okwave-button-a {
    width: 320px;
    height: 48px;
  }
  .point-txt {
    height: auto;
    margin: 10px 0 30px;
  }
  .point-block.service-flex {
    flex-direction: column;
    gap: 20px;
  }
  .service-flex .point-block-3items {
    width: auto;
  }
  .text-green-box {
    padding: 20px 16px 30px;
  }
  .text-green-box .st-contents {
    padding: 0;
  }
  .text-green-box ul {
    padding-left: 13.7px;
  }
  .text-green-box ul li {
    display: flex;
  }
  .text-green-box ul li span {
    flex: 1;
  }
  .text-green-box ul li i {
    width: 16.82px;
    height: 16px;
    margin-top: 5px;
  }
  .anchor-link ul {
    align-items: flex-start;
    height: auto;
    border: 1px solid #0d2ea1;
  }
  .anchor-link ul li {
    width: 50%;
    font-size: 14px;
    box-sizing: border-box;
    background: #fff;
  }
  .anchor-link ul li a {
    display: block;
    padding: 18px 0 22px;
  }
  .anchor-link ul.sp-only li {
    width: 100%;
    border: none;
  }
  .anchor-link ul.sp-only li:first-child {
    border-bottom: 1px solid #0d2ea1;
  }
  .anchor-link ul li:not(:last-child) {
    border: none;
  }
  .anchor-link ul li.anchor-link-border-last {
    border-left: 1px solid #0d2ea1;
  }
  .anchor-link ul li i {
    top: auto;
    bottom: 5px;
    left: 50%;
    transform: translateX(-50%);
    width: 12px;
    height: 6.9px;
  }
  .reception-hours-table th {
    padding: 14px 10px;
  }
  .reception-hours-table td {
    padding: 22px 10px;
  }
  .swiper-slide-top {
    flex-direction: column;
    min-height: 0;
    margin-bottom: 30px;
  }
  .swiper-slide {
    position: relative;
    padding: 50px 20px;
    margin-top: 30px;
    height: 540px;
  }
  .slide-number {
    position: absolute;
    top: -30px;
    left: 0;
    width: 60px;
    height: 60px;
    font-size: 12px;
  }
  .slide-img img {
    width: 84%;
    max-width: 100%;
  }
  .slide-img.slide-img-step2 img {
    width: 87.78%;
    max-width: 100%;
  }
  .slide-img.slide-img-step1 {
    justify-content: flex-start;
  }
  .slide-img.slide-img-step1 img {
    width: 70%;
    max-width: 100%;
  }
  .step-1 .okwave-button-a {
    height: 60px;
    background: transparent;
  }
  .step-1 .okwave-button-a:hover {
    outline: none;
  }
  .step-1 .okwave-button-a img {
    height: 100%;
  }
  .carousel {
    padding: 0 10px;
  }
  .mod-SNSButtons {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
}
