/* リセットCSS */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
a {
  text-decoration: none;
}
p {
  font-feature-settings: "palt";
}
body {
  font-family: "Noto Sans JP", "Yu Gothic", "Meiryo", sans-serif;
  background-color: #fff;
  color: #444;
  line-height: 1.6;
}

html {
  font-size: 10px;
}

#header {
  max-width: 100%;
  box-shadow: 0px 0 10px 0px rgba(0, 0, 0, 0.1);
  position: relative;
  z-index: 2;
  background-color: #fff;
}

#header #logo {
  max-width: 1050px;
  width: 100%;
  margin: 0 auto;
  padding: 10px;
}

.mv__container {
  width: 100%;
  /* max-width: 1920px; */
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  background-color: #e5f3ee;
  text-align: center;
  /* min-height: 600px; */
  padding: 40px 20px;
}
.mv__container-inner {
  max-width: 1300px;
  position: relative;
  margin: auto;
}
@media only screen and (max-width: 767px) {
  .mv__container {
    display: flex;
    flex-direction: column;
  }
}
.bg-image {
  /* width: 100%; */
  max-width: 1920px;
  height: auto;
  display: block;
  object-fit: cover;
}

/* PC用画像（デフォルトで非表示） */
.pc-image {
  display: none;
}

/* スマホ用画像（デフォルトで表示） */
.sp-image {
  display: block;
  width: 100%;
  max-width: 100%;
  height: auto;
  margin: 60px auto 40px;
  object-fit: contain;
  overflow: hidden;
  box-sizing: border-box;
  padding: 0 20px;
}

.sp_mv_container {
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  background-color: #e5f3ee;
  text-align: center;
  padding: 0;
}

.banner {
  width: 100%;
  max-width: 1920px;
  margin: 0 auto;
  background-color: #1a9d70;
  border-radius: 0 0 25px 25px;
  padding: 20px;
  text-align: center;
  position: relative;
  clip-path: polygon(0 0, 100% 0, 100% 70%, 75% 85%, 50% 100%, 25% 85%, 0 70%);
  margin-top: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.banner-text p {
  color: white;
  font-size: 20px;
  font-weight: bold;
  margin: 16px 0 32px;
  line-height: 1.2;
  letter-spacing: 0.12em;
  /* text-shadow: 0 1px 2px rgba(0, 0, 0, 0.3); */
}

.banner-text .highlight-partnership {
  color: #f25653;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.2;
  text-shadow: -1px -1px 1px #fff, 1px 1px 1px #fff, 1px 2px 1px #fff, 1px -2px 1px #fff, -1px -1px 1px #fff, 1px 1px 1px #fff, 1px 2px 1px #fff, 1px -2px 1px #fff, -1px -1px 1px #fff, 1px 1px 1px #fff, 1px 2px 1px #fff, 1px -2px 1px #fff, -1px -1px 1px #fff, 1px 1px 1px #fff, 1px 2px 1px #fff,
    1px -2px 1px #fff;
  letter-spacing: 0.15em;
}

.service-text {
  text-align: center;
  background-color: #fff;
  padding: 16px;
  border-radius: 8px;
  line-height: 32px;
}

.service-info {
  font-size: 16px;
  line-height: 2;
  margin: 32px 0 60px;
  max-width: 1920px;
  margin-left: auto;
  margin-right: auto;
  padding: 0 20px;
  background-color: #fff;
  color: white;
}

.section {
  width: 100%;
  max-width: 1920px;
  margin: 0 auto;
  background-color: #e5f3ee;
  padding: 40px 16px 48px;
}

.section_even {
  width: 100%;
  max-width: 1920px;
  margin: 0 auto;
  background-color: #fff;
  padding: 40px 16px 48px;
}

.section1-content {
  max-width: 1200px;
  margin: 0 auto;
}

.section-content {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 32px;
}

.section-content__prtnr {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 32px;
}

.section-content-inner {
  display: flex;
  gap: 32px;
  justify-content: center;
  align-items: flex-start;
  margin-left: auto;
  margin-right: auto;
}

.section-content-inner__prtnr {
  display: flex;
  gap: 32px;
  justify-content: center;
  align-items: flex-start;
  margin-left: auto;
  margin-right: auto;
}

.fee-info,
.discount-info {
  flex: 1 1 0;
  max-width: 48%;
  min-width: 320px;
  box-sizing: border-box;
}

.fee-info__prtnr,
.discount-info__prtnr {
  flex: 1 1 0;
  max-width: 48%;
  min-width: 320px;
  box-sizing: border-box;
}

.foreign-info {
  flex: 1 1 0;
  max-width: 48%;
  min-width: 320px;
  box-sizing: border-box;
}
.foreign-info p {
  font-size: 16px;
  text-align: left;
}

.foreign-info2 p {
  font-size: 16px;
  text-align: left;
}

.foreign-info__map p {
  font-size: 16px;
  text-align: left;
}

/* スマホでは縦並び維持 */
@media only screen and (max-width: 767px) {
  .section-content {
    display: block;
  }

  .section-content__prtnr {
    display: block;
  }

  .section-content-inner {
    display: block;
  }

  .section-content-inner__prtnr {
    display: block;
  }

  .fee-info,
  .discount-info {
    max-width: 100%;
    min-width: 0;
  }

  .fee-info__prtnr,
  .discount-info__prtnr {
    max-width: 100%;
    min-width: 0;
  }

  .foreign-info {
    max-width: 100%;
    min-width: 0;
  }

  .pc-block {
    display: none;
  }
}
.point-heading {
  text-align: center;
  margin-bottom: 30px;
}

.point-number {
  display: block;
  color: #3d8dcc;
  font-size: 36px;
  font-weight: bold;
  margin-bottom: 0;
  font-family: "Angkor", cursive;
  font-weight: 500;
}

.point-title {
  color: #444;
  font-size: 36px;
  font-weight: bold;
  margin: 0;
  line-height: 1.25;
}

.fee-info {
  margin-top: 30px;
  background-color: #fff;
  border-radius: 16px;
  padding: 8px;
  /* width: 330px; */
  margin-left: auto;
  margin-right: auto;
}

.fee-info__prtnr {
  margin-top: 30px;
  background-color: #fff;
  border-radius: 16px;
  padding: 8px;
  /* width: 330px; */
  margin-left: auto;
  margin-right: auto;
}

.foreign-info {
  margin-top: 30px;
  background-color: #fff;
  border-radius: 16px;
  padding: 8px;
}

.foreign-info2 {
  margin-top: 30px;
  background-color: #fff;
  border-radius: 16px;
  padding: 8px;
}

.foreign-info__map {
  margin-top: 30px;
  background-color: #fff;
  border-radius: 16px;
  padding: 8px;
}

.fee-image {
  width: 100％;
  /* height: 100px; */
  display: block;
  margin: 32px auto;
}

.fee-image__prtnr {
  width: 100％;
  /* height: 100px; */
  display: block;
  margin: 32px auto;
}

.int-image {
  width: 100%;
  /* height: 100px; */
  display: block;
  margin: 32px auto;
}

.fee-text {
  margin-top: 32px;
  margin-left: 8px;
  margin-right: 8px;
  margin-bottom: 32px;
  font-size: 16px;
  max-width: 440px;
}

.fee-text__prtnr {
  margin-top: 32px;
  margin-left: 8px;
  margin-right: 8px;
  margin-bottom: 32px;
  font-size: 16px;
  max-width: 440px;
}

.fee-text p {
  color: #444;
  font-size: 16px;
  line-height: 1.6;
  margin: 0;
  text-align: left;
}

.fee-text__prtnr p {
  color: #444;
  font-size: 16px;
  line-height: 1.6;
  margin: 0;
  text-align: left;
}
.highlight-yellow {
  font-weight: bold;
  background: linear-gradient(transparent 70%, #ffd024 0%);
}
.highlight-blue {
  color: #3d8dcc;
  font-weight: bold;
}

.fee-notes {
  margin-top: 15px;
  /* margin-left: 8px;
  margin-right: 8px; */
}

.fee-notes p {
  color: #444;
  font-size: 13px;
  line-height: 1.4;
  margin: 5px 0;
  text-align: left;
}

.fee-notes__prtnr {
  margin-top: 15px;
  /* margin-left: 8px;
  margin-right: 8px; */
}

.fee-notes__prtnr p {
  color: #444;
  font-size: 13px;
  line-height: 1.4;
  margin: 5px 0;
  text-align: left;
}

.inner-subtitle p {
  color: #444;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.5;
  margin: 5px 0;
  text-align: left;
}

.inner-subtitle {
  position: relative;
}

.inner-subtitle::after {
  content: "";
  position: absolute;
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%);
  width: 50px;
  height: 5px;
  background-color: #1a9d70;
}

.discount-info {
  margin-top: 20px;
  /* margin-bottom: 60px; */
  background-color: #fff;
  border-radius: 16px;
  padding: 8px;
  position: relative;
  /* width: 330px; */
  margin-left: auto;
  margin-right: auto;
}

.discount-info__prtnr {
  margin-top: 20px;
  border-radius: 16px;
  position: relative;
  margin-left: auto;
  margin-right: auto;
}

.discount-image {
  padding: 3%;
  background-color: #fff;
  width: 100%;
  max-width: 1080px;
  height: auto;
  display: block;
  margin: 32px auto;
}

.discount-text {
  margin-left: 8px;
  margin-right: 8px;
  max-width: 440px;
}

.discount-text p {
  color: #444;
  font-size: 16px;
  line-height: 1.6;
  margin: 0;
  text-align: left;
}

.discount-text__prtnr {
  margin-left: 8px;
  margin-right: 8px;
  max-width: 440px;
}

.discount-text__prtnr p {
  color: #444;
  font-size: 16px;
  line-height: 1.6;
  margin: 0;
  text-align: left;
}

.footnote {
  color: #444;
  font-size: 12px;
}

.discount-notes {
  margin-top: 15px;
  margin-left: 8px;
  margin-right: 8px;
}

.discount-notes p {
  color: #444;
  font-size: 10px;
  line-height: 1.4;
  margin: 5px 0;
  text-align: left;
}

.discount-notes__prtnr {
  margin-top: 15px;
  margin-left: 8px;
  margin-right: 8px;
}

.discount-notes__prtnr p {
  color: #444;
  font-size: 14px;
  line-height: 1.4;
  margin: 5px 0;
  text-align: left;
}

.date-notes__prtnr p {
  /* color: #444; */
  font-size: 14px;
  line-height: 1.4;
  /* margin: 5px 0; */
  text-align: left;
}

.service-banner {
  width: 100%;
  max-width: 1920px;
  margin: 0 auto 40px; /* 下に余白を追加して、フッターとの間隔を調整 */
  background-color: #30b184;
  /* border-radius: 16px; */
  padding: 20px;
  text-align: center;
}

.service-content {
  width: 100%;
  max-width: 1080px;
  background-color: #fff;
  border-radius: 12px;
  padding: 20px;
  text-align: center;
  margin: 48px auto;
}

.service-text p {
  color: #444;
  font-size: 16px;
  /* font-weight: bold; */
  margin: 0;
  line-height: 32px;
}

.button__desc p {
  color: #3d8dcc;
  font-size: 18px;
  /* font-weight: bold; */
  margin: 0;
  line-height: 1.4;
  text-align: left;
}

.contact-button {
  width: 100%;
  background-color: #fff100;
  border: none;
  border-radius: 25px;
  padding: 15px 20px;
  margin-top: 20px;
  cursor: pointer;
  transition: background-color 0.3s ease;
  font-size: 16px;
  font-weight: extra-bold;
  color: #333;
}

.contact-button a {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
}

.contact-button:hover {
  background-color: #fff100;
}

.contact-button span {
  flex: 1;
  text-align: center;
}

.arrow {
  width: 0;
  height: 0;
  border-left: 24px solid #333;
  border-top: 16px solid transparent;
  border-bottom: 16px solid transparent;
}

.network-info {
  margin-top: 0px;
  background-color: #fff;
  border-radius: 16px;
  padding: 8px;
  /* text-align: center; */
}

.network-image {
  width: 100%;
  height: auto;
  display: block;
  margin: 0 auto;
}

.strength-text p {
  font-size: 16px;
  width: 310px;
  margin: 0 auto;
}

/* PC用スタイル（768px以上） */
@media only screen and (min-width: 768px) {
  .sp-block {
    display: none;
  }

  .pc-block {
    display: block;
    margin: 0;
  }

  .mv__title h1 {
    display: flex;
    flex-direction: column;
  }
  .mv__title h1.u-md {
    font-size: 48px;
  }

  .banner {
    border-radius: 0;
    padding: 40px;
    clip-path: none;
    position: relative;
    background-color: #1a9d70;
    height: 98px;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .banner::after {
    content: "";
    position: absolute;
    bottom: -20px;
    left: 50%;
    transform: translateX(-50%);
    width: 0;
    height: 0;
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    border-top: 20px solid #1a9d70;
    z-index: 1;
  }

  .banner-text {
    position: relative;
    z-index: 2;
  }

  .banner-text br {
    display: none;
  }

  .banner-text p {
    font-size: 24px;
    color: #fff;
    font-weight: bold;
    margin: 24px 0;
    letter-spacing: 0.12em;
  }

  .banner-text .highlight-partnership {
    color: #f25653;
    font-size: 24px;
    font-weight: bold;
    text-shadow: -2px -2px 0 #fff, 2px -2px 0 #fff, -2px 2px 0 #fff, 2px 2px 0 #fff;
    letter-spacing: 0.15em;
  }

  .service-info {
    font-size: 18px;
    padding: 40px;
    background-color: #fff;
    margin-top: 40px;
    color: white;
  }

  .section {
    padding: 0 40px 80px;
  }

  .section_even {
    padding: 0 40px 0;
  }

  .service-banner {
    margin-bottom: 0;
    height: 384px;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .service-content {
    height: 288px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .point-number {
    font-size: 60px;
  }

  .point-title {
    font-size: 48px;
  }

  .fee-text p {
    font-size: 16px;
  }

  .fee-text__prtnr p {
    font-size: 24px;
  }

  .fee-notes p {
    font-size: 14px;
  }

  .fee-notes__prtnr p {
    font-size: 14px;
  }

  .service-text p {
    font-size: 16px;
    color: #444;
    font-weight: normal;
    text-align: center;
  }

  .contact-button {
    font-size: 40px;
    padding: 20px 30px;
    width: 660px;
    border-radius: 50px;
    margin-left: auto;
    margin-right: auto;
  }
  .fee-image.pc-block {
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-top: 32px;
    margin-bottom: 48px;
    width: 400px;
    height: auto;
  }

  .fee-image__prtnr.pc-block {
    display: block;
    max-width: 516px;
    width: 100%;
    height: auto;
    flex-shrink: 0;
    margin: 0;
  }

  .service-text {
    margin-left: auto;
    margin-right: auto;
  }
  .foreign-content-inner {
    display: flex;
    gap: 32px;
    justify-content: space-between;
    align-items: flex-start;
    width: 1080px;
    margin-left: auto;
    margin-right: auto;
  }

  .foreign-info {
    flex: 0 0 340px;
    box-sizing: border-box;
    height: 350px;
    width: 340px;
    padding: 0;
    margin: 0;
  }

  .foreign-info2 {
    flex: 0 0 340px;
    box-sizing: border-box;
    height: 350px;
    width: 340px;
    background-color: #fff;
    border-radius: 16px;
    padding: 8px;
    margin: 0;
  }

  .foreign-info__map {
    width: 100%;
    max-width: 1080px;
    border-radius: 16px;
    margin-left: auto;
    margin-right: auto;
    background-color: #fff;
    padding-top: 32px;
  }
  .foreign-info__image {
    /* width: 720px; */
    height: auto;
    display: block;
    margin-left: auto;
    margin-right: auto;
  }

  .fee-info {
    width: 537px;
    height: 450px;
    padding: 32px;
    margin: 0;
  }

  .fee-info__prtnr {
    width: 100%;
    max-width: 1080px;
    height: 440px;
    padding: 2% 3%;
    margin: 0;
    display: flex;
    align-items: center;
    gap: 32px;
  }

  .section-content-inner {
    display: flex;
    gap: 32px;
    justify-content: center;
    align-items: flex-start;
    max-width: 1080px;
    margin-left: auto;
    margin-right: auto;
    width: 1080px;
  }

  .section-content-inner__prtnr {
    display: flex;
    flex-direction: column;
    gap: 32px;
    justify-content: center;
    align-items: center;
    max-width: 1080px;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
  }
  .discount-info {
    margin-bottom: 40px;
    height: 450px;
    padding: 32px;
    margin-top: 0;
    width: 537px;
  }

  .discount-info__prtnr {
    margin-bottom: 40px;
    /* height: 440px; */
    /* padding: 32px; */
    margin-top: 0;
    width: 100%;
    max-width: 1080px;
    margin-left: auto;
    margin-right: auto;
  }
  .contact-button span {
    font-weight: bold;
  }

  .footnote {
    font-size: 10px;
  }

  .fee-text {
    max-width: 440px;
    margin-left: auto;
    margin-right: auto;
  }

  .fee-text__prtnr {
    max-width: 570px;
    margin: 0;
    flex: 1;
  }

  .discount-image {
    padding: 0;
    max-width: 540px;
  }

  .discount-text {
    max-width: 440px;
    margin-left: auto;
    margin-right: auto;
  }

  .discount-text__prtnr {
    max-width: 800px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 3%;
  }

  .discount-text__prtnr p {
    font-size: 42px;
    font-weight: bold;
    text-align: center;
    color: #1a9d70;
  }

  .discount-text__prtnr .highlight-text {
    position: relative;
    font-weight: bold;
  }

  .highlight-text span {
    z-index: 1;
    position: relative;
    font-weight: bold;
  }

  .discount-text__prtnr .highlight-text > span::after {
    content: "";
    position: absolute;
    bottom: 10px;
    left: 0;
    width: 100%;
    height: 16px;
    background-color: #fff100;
    z-index: -1;
  }

  .discount-text__prtnr .highlight-number {
    font-size: 1.5em;
    font-weight: bold;
  }

  .discount-text__prtnr .footnote-inline {
    font-size: 0.5em;
    vertical-align: middle;
    display: inline-block;
    line-height: 1;
  }

  .discount-notes {
    max-width: 440px;
    margin-left: auto;
    margin-right: auto;
  }

  .discount-notes__prtnr {
    max-width: 800px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }

  .discount-notes__prtnr p {
    line-height: 1.5;
  }

  .discount-info-table {
    max-width: 1080px;
    width: 100%;
    margin: 20px auto 0;
    /* background-color: #fff; */
    border-radius: 10px;
    overflow: hidden;
    margin-top: 48px;
  }

  .info-section {
    display: flex;
    align-items: stretch;
    border-bottom: 1px solid #e0e0e0;
  }

  .info-section:last-child {
    border-bottom: none;
  }

  .info-header {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #009261;
    color: #fff;
    padding: 32px 16px;
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    min-width: 120px;
    flex-shrink: 0;
  }

  .info-content-grid {
    display: flex;
    justify-content: left;
    gap: 40px;
    padding: 32px 16px;
    background-color: #fff;
    flex: 1;
  }

  .store-item {
    color: #1a9d70;
    font-size: 24px;
    font-weight: bold;
  }

  .info-content-dates {
    background-color: #fff;
    padding: 32px 16px;
    flex: 1;
  }

  .date-line {
    color: #1a9d70;
    font-size: 24px;
    font-weight: bold;
    display: inline;
  }

  .date-bold {
    font-weight: bold;
    font-size: 36px;
  }

  .button__desc {
    margin-bottom: 32px;
  }

  .date-notes__prtnr {
    max-width: 800px;
    width: 100%;
  }

  .foreign-image {
    height: 150px;
    width: auto;
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-top: 36px;
    margin-bottom: 32px;
  }
  .foreign-text {
    width: 300px;
    margin-left: auto;
    margin-right: auto;
  }
  .foreign-info2 {
    flex: 1 1 0;
    max-width: 30%;
    min-width: 280px;
    box-sizing: border-box;
    height: 350px;
    width: 340px;
    background-color: #fff;
    border-radius: 16px;
    padding: 8px;
  }
  .foreign-info__map-text {
    width: 800px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 16px;
    margin-bottom: 60px;
  }
  .foreign-info__map-text p {
    font-size: 16px;
  }
}

.discount-images-container {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 56px;
  margin-top: 16px;
  flex-wrap: wrap;
  background-color: #fff;
  border-radius: 16px;
  padding: 32px;
}

@media only screen and (max-width: 767px) {
  .inner-subtitle {
    margin: 32px 0;
  }

  .inner-subtitle p {
    text-align: center;
  }

  .discount-images-container {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 24px;
    margin-top: 0;
    flex-wrap: wrap;
  }

  .discount-image-item.pc-block {
    width: 100%;
    max-width: 150px;
    height: auto;
    flex: none;
  }

  .vertical-group {
    /* grid-column: 1 / -1; */
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 8px;
    width: 45%;
    max-width: 150px;
    height: auto;
    flex: none;
  }

  .vertical-group .discount-image-item.pc-block {
    width: 100%;
    max-width: 150px;
    height: auto;
  }

  .discount-text__prtnr {
    margin-top: 16px;
  }

  .discount-text__prtnr p {
    font-size: 26px;
    font-weight: bold;
    color: #1a9d70;
    text-align: center;
  }

  .discount-text__prtnr .highlight-text {
    font-size: 26px;
    font-weight: bold;
    line-height: 1;
  }

  .highlight-text span {
    z-index: 1;
    position: relative;
    font-weight: bold;
  }

  .discount-text__prtnr .highlight-text > span::after {
    content: "";
    position: absolute;
    bottom: 5px;
    left: 0;
    width: 100%;
    height: 10px;
    background-color: #fff100;
    z-index: -1;
  }

  .discount-text__prtnr .highlight-number {
    font-size: 40px;
    font-weight: bold;
  }

  .discount-text__prtnr .footnote-inline {
    font-size: 14px;
  }

  .discount-notes__prtnr p {
    font-size: 14px;
  }

  .discount-info-table {
    background-color: #fff;
    border-radius: 8px;
    overflow: hidden;
    margin: 20px auto;
    /* max-width: 300px; */
  }

  .info-section {
    border-bottom: 1px solid #e0e0e0;
  }

  .info-section:last-child {
    border-bottom: none;
  }

  .info-header {
    background-color: #009261;
    color: #fff;
    padding: 12px 16px;
    font-size: 14px;
    font-weight: bold;
    text-align: center;
  }

  .info-content-grid {
    display: flex;
    flex-direction: column;
    /* align-items: flex-start; */
    /* grid-template-columns: 1fr 1fr; */
    gap: 8px;
    padding: 12px 16px;
    background-color: #fff;
  }

  .store-item {
    color: #1a9d70;
    font-size: 24px;
    text-align: center;
  }

  .info-content-dates {
    padding: 12px 16px;
    background-color: #fff;
    text-align: center;
  }

  .date-line {
    color: #1a9d70;
    font-weight: bold;
    font-size: 24px;
    margin-bottom: 4px;
  }

  .date-bold {
    font-weight: bold;
    font-size: 36px;
  }

  .discount-notes__prtnr {
    text-align: center;
  }

  .date-notes__prtnr p {
    font-size: 10px;
    margin: 0 auto;
  }
}

.discount-image-item.pc-block {
  display: block;
  margin: 0;
  width: 200px;
  height: auto;
  flex: 0 0 200px;
}

.vertical-group {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 8px;
}

.vertical-group .discount-image-item.pc-block {
  width: 200px;
  height: auto;
  flex: none;
}

.vertical-group p {
  color: #e50113;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  margin: 0;
  line-height: 1;
}

@media only screen and (max-width: 767px) {
  .vertical-group p {
    font-size: 12px;
  }

  .date-notes__prtnr p {
    text-align: center;
  }
}

.network-image.pc-block {
  display: block;
  width: 910px;
  height: auto;
  margin-left: auto;
  margin-right: auto;
}

/* 大画面用スタイル（1200px以上） */
@media only screen and (min-width: 1200px) {
  .mv__container {
    /* max-width: 1920px; */
    margin: 0 auto;
  }

  .bg-image pc-block {
    max-width: 1920px;
    /* display: block; */
    object-fit: cover;
    margin: 0 auto;
  }

  .banner {
    max-width: none;
  }

  .service-info {
    max-width: none;
  }

  .section {
    max-width: none;
  }

  .section_even {
    max-width: none;
  }

  .service-banner {
    max-width: none;
  }

  .banner-text p {
    font-size: 32px;
    letter-spacing: 0.12em;
  }

  .banner-text .highlight-partnership {
    color: #f25653;
    font-size: 32px;
    font-weight: bold;
    text-shadow: -2px -2px 0 #fff, 2px -2px 0 #fff, -2px 2px 0 #fff, 2px 2px 0 #fff;
    letter-spacing: 0.15em;
  }

  .service-info {
    font-size: 16px;
    padding: 0 60px;
    margin-top: 60px;
  }

  .section {
    padding: 80px 60px 60px;
  }

  .section_even {
    padding: 80px 60px 100px;
  }

  .point-title {
    font-size: 48px;
  }

  .fee-text p {
    font-size: 16px;
  }

  .strength-text p {
    font-size: 16px;
    width: 800px;
    margin: 0 auto;
  }

  .service-text p {
    font-size: 16px;
  }
}

/* footer */
/* #footer {
  clear: both;
  position: static;
  background-color: #fff;
}
#footer #greenbelt {
  background: url(../images/bg_greenbelt.png) 0 0 repeat;
}
#footer #greenbelt .inner {
  margin: 0 auto;
  max-width: 1100px;
  background: #009261;
  color: #fff;
  overflow: hidden;
}
#footer #greenbelt .inner .ftbox {
  float: left;
  max-width: 800px;
}
#footer #greenbelt .inner p.link {
  padding: 18px 0 0 24px;
  font-size: 1.2rem;
  line-height: 1;
}
#footer #greenbelt .inner p.link span {
  margin: 0 0 0 10px;
  padding: 0 0 0 10px;
  background: url(gather_images/line_dot_separate.png) 0 0 no-repeat;
}
#footer #greenbelt .inner p.copy {
  padding: 18px 0 0 24px;
  font-size: 1.2rem;
  line-height: 1;
}
#footer #greenbelt .inner a {
  color: #fff;
}
#footer #greenbelt .inner p.bn {
  float: right;
  background: url(../images/bg_ftbn.jpg) 0 0 no-repeat;
  width: 264px;
  height: 54px;
  margin: 9px 17px 14px 0;
}
#footer #greenbelt .inner p.bn a {
  color: #666;
  text-decoration: none;
}
#footer #greenbelt .inner p.bn a span {
  display: block;
  width: 120px;
  padding: 16px 0 0 7px;
  font-size: 1rem;
  line-height: 1.4;
}
#footer #whitebelt {
  clear: both;
  margin: 0 auto;
  max-width: 1100px;
  background: #fff;
  text-align: right;
}
#footer #whitebelt p {
  padding: 12px 0 13px;
  line-height: 0;
} */
/* ブラウザサイズ767px以下の場合 */
/* @media only screen and (max-width: 767px) {
  * {
    box-sizing: border-box;
  }
  img {
    width: 100%;
  }
  #header #logo img {
    width: inherit;
  }
  /* pagetop */
/* .pagetop {
    padding: 20px 15px 0;
  }
  #footer #greenbelt .inner {
    margin: 0 0 0;
    width: 100%;
  }
  #footer #greenbelt .inner .ftbox {
    float: none;
    width: 100%;
  }
  #footer #greenbelt .inner p.link {
    display: block;
    padding: 18px 15px 0;
    font-size: 1.2rem;
    line-height: 1.4;
    text-align: center;
  }
  #footer #greenbelt .inner p.link span {
    display: block;
    margin: 0 0 0 0;
    padding: 15px 0 0 0;
    background: none;
    text-align: left;
  }
  #footer #greenbelt .inner p.copy {
    padding: 15px 0 0 0;
    text-align: center;
  }
  #footer #greenbelt .inner p.bn {
    float: none;
    margin: 9px auto 14px;
    width: 264px;
    height: 54px;
  }
  #footer #whitebelt {
    text-align: center;
    width: 100%;
  }
  #footer #whitebelt img {
    width: inherit;
  }

  .pc-block {
    display: none;
  }

.foreign-info__map {
  margin-top: 30px;
  background-color: #fff;
  border-radius: 16px;
  padding: 8px;
  position: relative;
}
*/

@media only screen and (max-width: 767px) {
  .pc-block {
    display: none !important;
  }
}

.bg-image.pc-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

@media only screen and (min-width: 768px) {
  .sp-block {
    display: none;
  }

  .pc-block {
    display: block;
    margin: 0;
  }

  .bg-image.sp-block {
    display: none;
  }

  .bg-image.pc-block {
    display: block;
    width: 100%;
    max-width: 100%;
    height: auto;
    margin: 0 auto;
    object-fit: contain;
    overflow: hidden;
    box-sizing: border-box;
  }
}
/* 新しいMVコンテナのスタイル */
.decorative-dots {
  position: absolute;
  width: 195px;
  height: 318px;
  background-image: url(../img/bg01.png);
  background-size: 195px 318px;
  background-repeat: repeat;
  z-index: 1;
}
.decorative-dots_02 {
  position: absolute;
  width: 195px;
  height: 318px;
  background-image: url(../img/bg02.png);
  background-size: 195px 318px;
  background-repeat: repeat;
  z-index: 1;
}

.decorative-dots--top-left {
  bottom: -40px;
  left: -20px;
}

.decorative-dots_02--bottom-right {
  top: -40px;
  right: 0px;
}
.mv__illustration {
  position: absolute;
  right: 60px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
}

.mv__illustration-img {
  width: 400px;
  height: auto;
  display: block;
}

.mv__content {
  position: relative;
  z-index: 3;
  /* max-width: 800px; */
  margin: 0 auto;
  text-align: left;
  padding-left: 40px;
  margin-right: auto;
  margin-left: 0;
}

.mv__top-message {
  border-radius: 50px;
  padding: 7px 24px;
  /* margin-bottom: 8px; */
  display: flex;
  align-items: center;
  width: auto;
  text-align: center;
  position: relative;
  padding-left: 0;
}

.mv__top-message::before,
.mv__top-message::after {
  content: "";
  width: 16%;
  height: 2px;
  background-color: #30b184;
}

.mv__top-message::before {
  left: -80px;
}

.mv__top-message::after {
  right: -80px;
}

.mv__top-message p {
  color: #30b184;
  font-size: 16px;
  font-weight: bold;
  margin: 0;
  line-height: 1.2;
  padding: 0 1em;
}

.mv__title {
  margin-bottom: 32px;
  position: relative;
}

.mv__title h1 {
  font-size: 54px;
  font-weight: bold;
  color: #333333;
  margin: 0 0 20px 0;
  line-height: 1.3;
  position: relative;
}

.mv__title-highlight {
  position: absolute;
  bottom: 8px;
  right: 0;
  width: 200px;
  height: 15px;
  background-color: #ffd024;
  z-index: -1;
}

.mv__subtitle {
  font-size: 28px;
  font-weight: 500;
  color: #333333;
  margin: 0;
  line-height: 1.5;
}

.mv__description p {
  color: #3d8dcc;
  font-size: 18px;
  line-height: 1.6;
  /* margin: 0 0 8px 0; */
}

.mv__cta {
  margin-top: 16px;
}

.mv__cta-button {
  background-color: #fff100;
  border: none;
  border-radius: 80px;
  /* padding: 25px 50px; */
  font-size: 40px;
  font-weight: 900;
  color: #444444;
  cursor: pointer;
  display: inline-block;
  text-decoration: none;
  transition: transform 0.2s ease;
  line-height: 1.2;
  width: auto;
  min-width: 737px;
  filter: drop-shadow(0 4px 4px rgba(0, 0, 0, 0.25));
}
.mv__portal-button {
  background-color: #ffffff;
  border: none;
  border-radius: 80px;
  font-size: 20px;
  font-weight: 900;
  color: #009260;
  cursor: pointer;
  display: inline-block;
  text-decoration: none;
  transition: transform 0.2s ease;
  line-height: 1.2;
  width: auto;
  min-width: 737px;
  filter: drop-shadow(0 4px 4px rgba(0, 0, 0, 0.25));
  margin-top: 16px;
}

.mv__cta-button a {
  display: inline-block;
  padding: 25px 50px;
  width: 100%;
  text-align: center;
}
.mv__portal-button a {
  color: #009260;
  display: inline-block;
  padding: 20px 50px;
  width: 100%;
  text-align: center;
}

.portal__button {
  background-color: #009260;
  border: none;
  border-radius: 80px;
  /* padding: 25px 50px; */
  font-size: 40px;
  font-weight: 900;
  color: #ffffff;
  cursor: pointer;
  display: inline-block;
  text-decoration: none;
  transition: transform 0.2s ease;
  line-height: 1.2;
  width: auto;
  min-width: 737px;
  filter: drop-shadow(0 4px 4px rgba(0, 0, 0, 0.25));
}

.portal__button a {
  display: inline-block;
  padding: 25px 50px;
  color: #ffffff;
  width: 100%;
  text-align: center;
}

/* 矢印アイコン */
.arrow-icon {
  display: inline-block;
  width: 0;
  height: 0;
  border-left: 28px solid currentColor;
  border-top: 18px solid transparent;
  border-bottom: 18px solid transparent;
  margin-left: 8px;
  flex-shrink: 0;
}
.arrow-icon-portal {
  display: inline-block;
  width: 0;
  height: 0;
  border-left: 12px solid currentColor;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  margin-left: 8px;
  flex-shrink: 0;
}

.mv__cta-button:hover {
  transform: translateY(-2px);
}

.portal__button:hover {
  transform: translateY(-2px);
}

/* スマホ対応 */

@media only screen and (max-width: 767px) {
  .mv__container {
    min-height: auto;
    padding: 20px 16px;
  }

  /* .decorative-dots {
    width: 60px;
    height: 60px;
    background-size: 12px 12px;
  }
  
  .decorative-dots--top-left {
    top: 10px;
    left: 10px;
  }
  
  .decorative-dots--bottom-right {
    bottom: 10px;
    right: 10px;
  } */
  .decorative-dots,
  .decorative-dots_02 {
    width: 52px;
    height: 75px;
    background-size: 52px 75px;
  }

  .decorative-dots--top-left {
    bottom: -10px;
    left: -10px;
  }
  .decorative-dots_02--bottom-right {
    top: -10px;
    right: -10px;
  }
  .mv__illustration {
    position: relative;
    right: auto;
    top: auto;
    transform: none;
    text-align: center;
    margin: 20px 0;
    order: 3;
  }

  .mv__illustration-img {
    width: 250px;
    display: inline-block;
  }

  .mv__content {
    max-width: 100%;
    padding-left: 0;
    text-align: center;
    display: flex;
    flex-direction: column;
    margin: 40px auto 0;
  }

  .mv__top-message {
    order: 1;
    margin-bottom: 8px;
    padding: 0;
    justify-content: center;
  }

  .mv__top-message p {
    font-size: 12px;
  }

  .mv__top-message::before,
  .mv__top-message::after {
    width: 30px;
  }

  .mv__top-message::before {
    left: -40px;
  }

  .mv__top-message::after {
    right: -40px;
  }

  .mv__title {
    order: 2;
    margin-bottom: 0px;
    text-align: center;
    width: auto;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    justify-content: center;
  }

  .mv__title h1 {
    font-size: 7vw;
    text-align: center;
    margin-bottom: 0px;
    /* word-break: keep-all; */
  }

  .mv__title .mv_h1 {
    text-align: center !important;
  }

  .mv__title-highlight {
    width: 120px;
    height: 10px;
    bottom: 5px;
  }

  .mv__subtitle {
    font-size: 20px;
    display: block;
    text-align: left;
    width: fit-content;
    margin: 0 auto;
  }

  .mv__description {
    order: 4;
    margin-bottom: 20px;
  }

  .mv__description p {
    font-size: 16px;
  }

  .mv__cta {
    order: 5;
    margin-top: 0;
  }

  .mv__portal {
    order: 5;
    margin-bottom: 40px;
  }

  .mv__cta-button {
    font-size: 18px;
    /* padding: 15px 25px; */
    min-width: auto;
    width: 100%;
  }
  .mv__portal-button {
    font-size: 16px;
    min-width: auto;
    width: 100%;
  }

  .mv__cta-button a {
    display: inline-block;
    padding: 15px 25px;
    width: 100%;
  }
  .mv__portal-button a {
    display: inline-block;
    padding: 13px 25px;
    width: 100%;
  }

  .portal__button {
    font-size: 18px;
    /* padding: 15px 25px; */
    min-width: auto;
    width: 100%;
    display: block;
  }

  .portal__button a {
    display: block;
    padding: 15px 25px;
    width: 100%;
  }

  .arrow-icon {
    border-left: 12px solid currentColor;
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
    margin-left: 6px;
  }

  .service-banner {
    padding: 20px 10px;
    margin-bottom: 0;
  }

  .portal-banner {
    margin-top: 16px;
  }

  .service-content {
    padding: 20px 10px;
    margin: 32px auto;
  }

  .button__desc p {
    font-size: 14px;
    margin-bottom: 16px;
    text-align: center;
  }

  .foreign-info,
  .foreign-info2,
  .foreign-info__map {
    padding: 32px 10px;
    text-align: center;
  }

  .foreign-image {
    max-width: 190px;
  }
  .foreign-info2 .foreign-image {
    max-width: 140px;
  }

  .foreign-text,
  .foreign-info__map-text {
    margin-top: 32px;
  }
}

/* タブレット対応 */
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .mv__container {
    padding: 30px;
  }

  .mv__illustration-img {
    width: 70%;
    max-width: 300px;
    height: auto;
  }

  .mv__content {
    /* max-width: 600px; */
    padding-left: 20px;
  }

  .mv__title h1 {
    font-size: 5vw;
  }

  .mv__subtitle {
    font-size: 2vw;
  }

  .mv__description p {
    font-size: 1.5vw;
  }
  .mv__cta-button {
    font-size: 3vw;
    /* padding: 20px 40px; */
    min-width: 300px;
  }

  .portal__button {
    font-size: 28px;
    /* padding: 20px 40px; */
    min-width: 300px;
    display: block;
  }

  .portal__button a {
    display: block;
    padding: 20px 40px;
    width: 100%;
  }

  .arrow-icon {
    border-left: 7px solid currentColor;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    margin-left: 7px;
  }
}
