@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700;900&display=swap");
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-style: normal;
  font-size: 100%;
  vertical-align: baseline;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

input, textarea {
  margin: 0;
  padding: 0;
}

ol, ul {
  list-style: none;
}

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

caption, th {
  text-align: left;
}

a:focus {
  outline: none;
}

html {
  font-size: 62.5%;
}

body {
  color: #000;
  background-color: #fff;
  font-family: "Noto Sans JP", "Hiragino Sans", "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, "ヒラギノ角ゴ W3", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  font-weight: 500;
  line-height: 1.7;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  text-size-adjust: 100%;
}

h1,
h2,
h3,
h4 {
  font-feature-settings: "palt";
  letter-spacing: 0.05em;
  font-size: 1.4rem;
  font-weight: 500;
  color: #000;
  line-height: 1.6;
}
@media screen and (min-width: 1024px) {
  h1,
  h2,
  h3,
  h4 {
    font-size: 1.6rem;
  }
}

table {
  color: #000;
  font-size: 1.6rem;
  line-height: 1.8;
}

p,
li {
  color: #000;
  font-size: 1.5rem;
  line-height: 2;
}
@media screen and (min-width: 1024px) {
  p,
  li {
    font-size: 1.6rem;
  }
}

a {
  color: #000;
}

@media screen and (min-width: 1024px) {
  a[href^="tel:"] {
    pointer-events: none;
    color: #222222;
    text-decoration: none;
  }
}
em {
  font-weight: 600;
}

small {
  font-size: 0.8em;
}

img, svg {
  vertical-align: bottom;
  max-width: 100%;
}

input,
button,
textarea {
  font-family: "Noto Sans JP", "Hiragino Sans", "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, "ヒラギノ角ゴ W3", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
  outline: none;
}

input[type=text],
input[type=email],
input[type=password] {
  border: none;
  padding: 0 16px;
  height: 3em;
  font-size: 1.6rem;
  box-sizing: border-box;
  border-radius: 4px;
  border: 1px solid #E2E2E2;
}

textarea {
  border: none;
  padding: 16px;
  font-size: 1.6rem;
  box-sizing: border-box;
  border-radius: 4px;
  border: 1px solid #E2E2E2;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type=number] {
  -moz-appearance: textfield;
}

input[type=checkbox] {
  cursor: pointer;
}

select {
  cursor: pointer;
  -webkit-appearance: none;
  appearance: none;
  border: 1px solid #DBDBDB;
  outline: none;
  background: #fff;
  color: #000;
  padding: 10px 40px 10px 10px;
  border-radius: 5px;
  background-image: url(/assets/images/icon/arrow-bottom.svg);
  background-repeat: no-repeat;
  background-position: top 50% right 10px;
  background-size: 12px auto;
  font-size: 1.4rem;
  font-weight: 700;
  box-sizing: border-box;
}

select::-ms-expand {
  display: none;
}

hr {
  margin: 0;
  border: none;
  background-color: #E2E2E2;
  height: 1px;
}

button {
  border: 0;
  outline: none;
  -webkit-appearance: none;
  appearance: none;
  background-color: transparent;
  cursor: pointer;
  padding: 0;
  margin: 0;
}

.headerGlobal {
  display: flex;
  align-items: center;
  padding: 6vw 4vw 0;
  gap: 4vw;
}
@media screen and (min-width: 1024px) {
  .headerGlobal {
    padding: 1.5vw 2vw;
  }
}
.headerGlobal.-sub {
  background-color: #ABE3FF;
}

.headerGlobal-logo {
  width: min(35vw, 220px);
}
@media screen and (min-width: 1024px) {
  .headerGlobal-logo {
    width: 12vw;
  }
}

.headerGlobal-nav {
  flex: 1;
}
.headerGlobal-nav ul {
  display: flex;
  justify-content: space-between;
}
.headerGlobal-nav a {
  font-size: 0.9vw;
  color: #fff;
  text-decoration: none;
  font-weight: 600;
  font-size: clamp(12px, 0.9vw, 18px);
}
.headerGlobal-nav a[aria-disabled=true] {
  color: #9c9c9c;
  pointer-events: none;
}
.-sub .headerGlobal-nav a {
  color: #000;
}
.-sub .headerGlobal-nav a[aria-disabled=true] {
  color: #9c9c9c;
  pointer-events: none;
}
@media (any-hover: hover) {
  .headerGlobal-nav a {
    transition: opacity 0.3s ease;
  }
  .headerGlobal-nav a:hover {
    opacity: 0.7;
  }
}

.headerGlobal-nav-icon {
  width: 14px;
  height: auto;
  vertical-align: middle;
  margin-left: 5px;
}
.headerGlobal-nav-icon path, .headerGlobal-nav-icon rect {
  stroke: #ffffff;
}
.-sub .headerGlobal-nav-icon path, .-sub .headerGlobal-nav-icon rect {
  stroke: #000000;
}

.globalnavSP {
  position: fixed;
  left: 0vw;
  top: 0vw;
  z-index: 101;
  width: 100%;
  height: 100%;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.5s ease;
}
@media screen and (min-width: 1024px) {
  .globalnavSP {
    display: none;
  }
}
.globalnavSP.-show {
  opacity: 1;
  pointer-events: initial;
}

.globalnavSP-button {
  position: fixed;
  right: 4vw;
  top: 4vw;
  transition: opacity 0.5s ease;
  z-index: 100;
}
@media screen and (min-width: 1024px) {
  .globalnavSP-button {
    display: none;
  }
}
.globalnavSP-button.-hide {
  opacity: 0;
}
.globalnavSP-button rect {
  transition: fill 0.3s ease;
}
.globalnavSP-button.color-a rect:nth-child(2), .globalnavSP-button.color-a rect:nth-child(3), .globalnavSP-button.color-a rect:nth-child(4) {
  fill: #007BBB;
}
.globalnavSP-button.color-b rect:nth-child(2), .globalnavSP-button.color-b rect:nth-child(3), .globalnavSP-button.color-b rect:nth-child(4) {
  fill: #3EB370;
}
.globalnavSP-button.color-c rect:nth-child(2), .globalnavSP-button.color-c rect:nth-child(3), .globalnavSP-button.color-c rect:nth-child(4) {
  fill: #FCC800;
}
.globalnavSP-button.color-d rect:nth-child(2), .globalnavSP-button.color-d rect:nth-child(3), .globalnavSP-button.color-d rect:nth-child(4) {
  fill: #E7609E;
}
.globalnavSP-button.color-e rect:nth-child(2), .globalnavSP-button.color-e rect:nth-child(3), .globalnavSP-button.color-e rect:nth-child(4) {
  fill: #674196;
}
.globalnavSP-button.color-f rect:nth-child(2), .globalnavSP-button.color-f rect:nth-child(3), .globalnavSP-button.color-f rect:nth-child(4) {
  fill: #AD0003;
}

.globalnavSP-inner {
  width: 90%;
  height: 84%;
  position: absolute;
  left: 5%;
  top: 3%;
  background-color: rgba(173, 0, 3, 0.95);
  border-radius: 16px;
  box-sizing: border-box;
  transition: background-color 0.3s ease;
  padding: 10vw 7vw;
}
.color-a .globalnavSP-inner {
  background-color: rgba(0, 123, 187, 0.95);
}
.color-b .globalnavSP-inner {
  background-color: rgba(62, 179, 112, 0.95);
}
.color-c .globalnavSP-inner {
  background-color: rgba(252, 200, 0, 0.95);
}
.color-d .globalnavSP-inner {
  background-color: rgba(231, 96, 158, 0.95);
}
.color-e .globalnavSP-inner {
  background-color: rgba(103, 65, 150, 0.95);
}
.globalnavSP-inner ul {
  display: flex;
  flex-direction: column;
}
.globalnavSP-inner ul:nth-of-type(1) {
  gap: 20px;
}
.globalnavSP-inner ul:nth-of-type(1) a {
  font-size: clamp(16px, 5vw, 22px);
  line-height: 1;
}
.globalnavSP-inner ul:nth-of-type(1) ul {
  margin-top: 18px;
  padding-left: 16px;
}
.globalnavSP-inner ul:nth-of-type(1) ul a {
  font-size: clamp(13px, 4.5vw, 15px);
}
.globalnavSP-inner ul:nth-of-type(1) .-child {
  padding-left: 16px;
  margin-top: -6px;
}
.globalnavSP-inner ul:nth-of-type(1) .-child a {
  font-size: clamp(13px, 4.5vw, 15px);
}
.globalnavSP-inner ul:nth-of-type(2) {
  gap: 0px;
  margin-top: 7vw;
}
.globalnavSP-inner ul:nth-of-type(2) li {
  border-top: 1px solid #fff;
}
.color-c .globalnavSP-inner ul:nth-of-type(2) li {
  border-top: 1px solid #000;
}
.globalnavSP-inner ul:nth-of-type(2) a {
  font-size: clamp(13px, 3.5vw, 15px);
  padding: 1.8vw 0;
}
.globalnavSP-inner li {
  position: relative;
}
.globalnavSP-inner li img {
  opacity: 0;
  position: absolute;
  left: -2em;
  top: 50%;
  transform: translateY(-43%);
}
.globalnavSP-inner li.-current img {
  opacity: 1;
}
.globalnavSP-inner li a {
  display: block;
  font-weight: 600;
  text-decoration: none;
  color: #fff;
  transition: color 0.3s ease;
}
.color-c .globalnavSP-inner li a {
  color: #000;
}
.color-c .globalnavSP-inner li a rect {
  stroke: #000;
}
.color-c .globalnavSP-inner li a path {
  stroke: #000;
}
.globalnavSP-inner li a[aria-disabled=true] {
  color: #9c9c9c;
  pointer-events: none;
}
.color-c .globalnavSP-inner .globalnavSP-close rect {
  fill: #000;
}

.globalnavSP-close {
  position: absolute;
  top: 4vw;
  right: 4vw;
}

.contentsNav {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  z-index: 10;
}
@media screen and (max-width: 1023px) {
  .contentsNav {
    display: none;
  }
}
.contentsNav nav {
  position: sticky;
  left: 0;
  top: 0;
  padding-top: 100px;
  padding-left: 7vw;
}
.contentsNav a {
  display: block;
  font-weight: 600;
  text-decoration: none;
}
.contentsNav a[aria-disabled=true] {
  color: #9c9c9c;
  pointer-events: none;
}
@media (any-hover: hover) {
  .contentsNav a {
    transition: opacity 0.3s ease;
  }
  .contentsNav a:hover {
    opacity: 0.7;
  }
}

.contentsNav-top {
  display: flex;
  flex-direction: column;
  gap: 36px;
}
.contentsNav-top a {
  font-size: clamp(18px, 1.2vw, 24px);
  line-height: 1;
  padding-right: 2.5vw;
}
.contentsNav-top li {
  position: relative;
}
.contentsNav-top li svg, .contentsNav-top li img {
  opacity: 0;
  position: absolute;
  left: -2em;
  top: 50%;
  transform: translateY(-43%);
}
.contentsNav-top li.-current svg {
  opacity: 1;
}
.contentsNav-top li.-child {
  margin-top: -12px;
  padding-left: 14px;
}
.contentsNav-top li.-child a {
  font-size: clamp(13px, 1.2vw, 16px);
}
.contentsNav-top li ul {
  margin-top: 24px;
  padding-left: 14px;
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.contentsNav-top li ul li a {
  font-size: clamp(13px, 1.2vw, 16px);
}
.contentsNav-top circle {
  transition: fill 0.3s ease, stroke 0.3s ease;
}
.contentsNav-top.color-a circle:nth-child(1) {
  fill: #007BED;
}
.contentsNav-top.color-a circle:nth-child(2) {
  stroke: #007BED;
}
.contentsNav-top.color-b circle:nth-child(1) {
  fill: #3EB370;
}
.contentsNav-top.color-b circle:nth-child(2) {
  stroke: #3EB370;
}
.contentsNav-top.color-c circle:nth-child(1) {
  fill: #FCC800;
}
.contentsNav-top.color-c circle:nth-child(2) {
  stroke: #FCC800;
}
.contentsNav-top.color-d circle:nth-child(1) {
  fill: #E7609E;
}
.contentsNav-top.color-d circle:nth-child(2) {
  stroke: #E7609E;
}
.contentsNav-top.color-e circle:nth-child(1) {
  fill: #674196;
}
.contentsNav-top.color-e circle:nth-child(2) {
  stroke: #674196;
}
.contentsNav-top.color-f circle:nth-child(1) {
  fill: #AD0003;
}
.contentsNav-top.color-f circle:nth-child(2) {
  stroke: #AD0003;
}

.contentsNav-bottom {
  display: flex;
  flex-direction: column;
  gap: 0px;
  border-bottom: 1px solid #000;
  margin-top: 2vw;
}
.contentsNav-bottom li {
  border-top: 1px solid #000;
}
.contentsNav-bottom li.-current a {
  color: #007BBB;
  pointer-events: none;
}
.contentsNav-bottom a {
  font-size: clamp(14px, 0.8vw, 18px);
  padding: 0.4vw 0;
}

.contentsNav-button {
  background-color: #AD0003;
  color: #fff;
  display: block;
  text-align: center;
  border-radius: 50px;
  padding: 18px 0;
  line-height: 1;
  margin-top: 34px;
  font-size: clamp(13px, 0.8vw, 18px);
}
.contentsNav-button[aria-disabled=true] {
  background-color: #a6a6a6;
  color: #000 !important;
  pointer-events: none;
  border: 3px solid #e5e5e5;
  line-height: 1.25;
}
.contentsNav-button[aria-disabled=true] span {
  font-size: 11px;
}

.contentsNav-choice {
  font-size: clamp(12px, 0.7vw, 14px);
  display: block;
  margin-top: 1vw;
}
.contentsNav-choice img {
  vertical-align: middle;
  position: relative;
  top: -0.1em;
  margin-left: 4px;
}

.footerGlobal {
  padding: 12vw 5vw 24vw;
  background-color: #F5F4F0;
}
@media screen and (min-width: 1024px) {
  .footerGlobal {
    padding: 1vw 6vw 10vw calc(24vw + 40px);
  }
}
.footerGlobal h2 {
  text-align: center;
  font-size: 5.5vw;
  font-weight: 600;
}
@media screen and (min-width: 1024px) {
  .footerGlobal h2 {
    font-size: 3vw;
  }
}

.footerGlobal-pastlinks {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 3vw;
  margin: 0 auto;
  margin-top: 8vw;
}
@media screen and (min-width: 1024px) {
  .footerGlobal-pastlinks {
    margin-top: 4vw;
    width: 50vw;
  }
}
.footerGlobal-pastlinks a {
  display: block;
  background-color: #fff;
  color: #AD0003;
  font-weight: 600;
  text-decoration: none;
  font-size: clamp(14px, 1.2vw, 22px);
  border: 2px solid #AD0003;
  border-radius: 40px;
  line-height: 1;
  padding: 3vw 9vw 3vw 5vw;
  position: relative;
}
@media screen and (min-width: 1024px) {
  .footerGlobal-pastlinks a {
    padding: 1vw 5vw 1vw 3vw;
    font-size: clamp(16px, 1.2vw, 22px);
  }
}
.footerGlobal-pastlinks a:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 0.6vw;
  border: 2px solid #AD0003;
  width: 21%;
  transform: translateY(-50%);
  aspect-ratio: 1/1;
  border-radius: 50%;
  background-image: url(../img/footer-link-icon.svg);
  background-position: 50%;
  background-repeat: no-repeat;
}
@media screen and (max-width: 1023px) {
  .footerGlobal-pastlinks a:after {
    right: 1vw;
    background-size: 6px auto;
  }
}

.footerGlobal-choice {
  text-align: center;
  margin-top: 15vw;
}
@media screen and (min-width: 1024px) {
  .footerGlobal-choice {
    margin-top: 5vw;
  }
}
.footerGlobal-choice img {
  width: max(12vw, 156px);
}

.footerGlobal-sns {
  width: max(17vw, 250px);
  margin: 4vw auto 0;
}
@media screen and (min-width: 1024px) {
  .footerGlobal-sns {
    margin: 1.5vw auto 0;
  }
}
.footerGlobal-sns p {
  display: flex;
  align-items: center;
  text-align: center;
  font-weight: 600;
  gap: 20px;
}
.footerGlobal-sns p::after, .footerGlobal-sns p::before {
  content: "";
  height: 2px;
  flex-grow: 1;
  background-color: #666;
}
.footerGlobal-sns ul {
  margin-top: 3vw;
  display: flex;
  justify-content: center;
  gap: 30px;
}
@media screen and (min-width: 1024px) {
  .footerGlobal-sns ul {
    margin-top: 1vw;
  }
}
.footerGlobal-sns ul img {
  width: 36px;
}

.footerGlobal-link {
  font-size: 14px;
  text-align: center;
  margin-top: 8vw;
}
@media screen and (min-width: 1024px) {
  .footerGlobal-link {
    margin-top: 2vw;
  }
}
.footerGlobal-link a {
  text-decoration: none;
}
@media (any-hover: hover) {
  .footerGlobal-link a:hover {
    text-decoration: underline;
  }
}

.footerGlobal-cr {
  font-size: 14px;
  text-align: center;
}

.footerGlobal-pagetop {
  text-align: center;
  margin-top: 7vw;
}
@media screen and (min-width: 1024px) {
  .footerGlobal-pagetop {
    margin-top: 2.5vw;
  }
}
.footerGlobal-pagetop a {
  text-decoration: none;
  color: #AD0003;
  font-weight: 600;
  font-size: 4vw;
  font-size: clamp(12px, 4vw, 18px);
}
@media screen and (min-width: 1024px) {
  .footerGlobal-pagetop a {
    font-size: clamp(12px, 1.2vw, 18px);
  }
}
.footerGlobal-pagetop a img {
  margin-left: 10px;
}

.button-cta {
  text-align: center;
  margin-top: 15vw;
}
@media screen and (min-width: 1024px) {
  .button-cta {
    margin-top: 10vw;
  }
}
.button-cta a {
  display: inline-block;
  background-color: #AD0003;
  color: #fff;
  font-size: clamp(16px, 1.2vw, 22px);
  font-weight: 600;
  text-decoration: none;
  padding: 4vw 18vw;
  border-radius: 70px;
  position: relative;
}
.button-cta a[aria-disabled=true] {
  background-color: #a6a6a6;
  color: #000 !important;
  pointer-events: none;
  border: 3px solid #e5e5e5;
  line-height: 1.25;
}
.button-cta a[aria-disabled=true]::after {
  content: none;
}
@media screen and (min-width: 1024px) {
  .button-cta a {
    padding: 1.3vw 10vw;
  }
}
.button-cta a span {
  font-size: 0.8em;
}
.button-cta a:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 2vw;
  border: 2px solid #AD0003;
  width: 14%;
  transform: translateY(-50%);
  aspect-ratio: 1/1;
  border-radius: 50%;
  background-image: url(../img/footer-link-icon.svg);
  background-position: 50%;
  background-repeat: no-repeat;
  background-color: #fff;
}
@media screen and (min-width: 1024px) {
  .button-cta a:after {
    width: 11%;
    right: 0.6vw;
  }
}
@media (any-hover: hover) {
  .button-cta a {
    transition: opacity 0.3s ease;
  }
  .button-cta a:hover {
    opacity: 0.8;
  }
}

.section-title {
  position: relative;
  line-height: 1;
  padding-top: 5.5vw;
  padding-left: 3.5vw;
}
@media screen and (max-width: 1023px) {
  .section-title {
    line-height: 1.3;
    padding-left: 5vw;
    padding-top: 12vw;
    padding-bottom: 8px;
    overflow: hidden;
  }
}
.section-title img {
  position: absolute;
  left: -1vw;
  top: 0;
}
@media screen and (min-width: 1024px) {
  .section-title img {
    left: 0;
  }
}
.topContents-whats .section-title img {
  width: 90vw;
}
@media screen and (min-width: 1024px) {
  .topContents-whats .section-title img {
    width: 39vw;
  }
}
.topContents-howto .section-title img {
  width: 90vw;
}
@media screen and (min-width: 1024px) {
  .topContents-howto .section-title img {
    width: 39vw;
  }
}
.topContents-lists .section-title img {
  width: 65vw;
}
@media screen and (min-width: 1024px) {
  .topContents-lists .section-title img {
    width: 27vw;
  }
}
.contents-concept .section-title img {
  width: 100vw;
}
@media screen and (min-width: 1024px) {
  .contents-concept .section-title img {
    width: 47vw;
  }
}
.contents-summary .section-title img {
  width: 100vw;
}
@media screen and (min-width: 1024px) {
  .contents-summary .section-title img {
    width: 47vw;
  }
}
.contents-faq .section-title img {
  width: 41vw;
}
@media screen and (min-width: 1024px) {
  .contents-faq .section-title img {
    width: 18vw;
  }
}
.contents-guidance .section-title img {
  width: 100vw;
}
@media screen and (min-width: 1024px) {
  .contents-guidance .section-title img {
    width: 51vw;
  }
}
.contents-map .section-title img {
  width: 46vw;
}
@media screen and (min-width: 1024px) {
  .contents-map .section-title img {
    width: 20vw;
  }
}
.section-title span {
  position: relative;
  font-size: 8.5vw;
  font-weight: 600;
}
@media screen and (min-width: 1024px) {
  .section-title span {
    font-size: 3.6vw;
  }
}

.table {
  margin-top: 2vw;
}
@media screen and (min-width: 1024px) {
  .table {
    margin-top: 0.5vw;
  }
}
.table th {
  white-space: nowrap;
  padding: 3vw 0 0 0;
}
@media screen and (max-width: 1023px) {
  .table th {
    display: block;
  }
}
@media screen and (min-width: 1024px) {
  .table th {
    padding: 1.5vw 0 0 0;
  }
}
.table th span {
  display: inline-block;
  background-color: #fff;
  border-radius: 40px;
  padding: 2px 1vw;
  font-size: clamp(12px, 3.6vw, 16px);
  width: 6em;
  text-align: center;
}
@media screen and (min-width: 1024px) {
  .table th span {
    font-size: clamp(12px, 0.9vw, 20px);
    width: 5em;
  }
}
.table td {
  padding: 0.5vw 0 0 1vw;
  font-size: clamp(13px, 1vw, 20px);
}
@media screen and (max-width: 1023px) {
  .table td {
    display: block;
    padding: 2vw 0 0 5vw;
    font-size: clamp(13px, 3.5vw, 17px);
  }
}
.table td ul {
  margin-top: 0.5vw;
}
.table td li {
  font-size: clamp(12px, 3.3vw, 16px);
}
@media screen and (min-width: 1024px) {
  .table td li {
    font-size: clamp(12px, 0.9vw, 16px);
  }
}

.contents-wave {
  position: absolute;
  left: 0;
  bottom: -1px;
  width: 100%;
  height: 10px;
}
.contents-wave svg {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: auto;
}

.modal {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1000;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.5s ease;
}
.modal.-show {
  opacity: 1;
  pointer-events: initial;
}

.modal-bg {
  background-color: rgba(0, 0, 0, 0.5);
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.modal-window {
  background-color: #ffffff;
  border-radius: 12px;
  position: absolute;
  left: 50%;
  top: 50%;
  height: 85%;
  width: 90%;
  transform: translate(-50%, -50%);
  box-sizing: border-box;
  padding: 23px;
}
@media screen and (min-width: 1024px) {
  .modal-window {
    border-radius: 20px;
    padding: 40px;
    height: 500px;
    width: 800px;
  }
}
.modal-window h2 {
  text-align: center;
  font-size: 23px;
  font-weight: 600;
}
@media screen and (min-width: 1024px) {
  .modal-window h2 {
    font-size: 28px;
  }
}
.modal-window h3 {
  font-weight: 600;
  font-size: 15px;
  margin-top: 1.5em;
}
@media screen and (min-width: 1024px) {
  .modal-window h3 {
    font-size: 18px;
  }
}
.modal-window h3:first-child {
  margin-top: 0;
}
.modal-window h3 + * {
  margin-top: 0.5em;
}
.modal-window p {
  margin-top: 0.5em;
}
.modal-window p, .modal-window li {
  font-size: 13px;
}
@media screen and (min-width: 1024px) {
  .modal-window p, .modal-window li {
    font-size: 16px;
  }
}
.modal-window ul li::before {
  content: "・";
}
.modal-window li {
  text-indent: -1em;
  padding-left: 1em;
}

.modal-window-inner {
  margin-top: 20px;
  overflow: auto;
  height: calc(98% - 70px);
  overscroll-behavior-y: none;
}
@media screen and (min-width: 1024px) {
  .modal-window-inner {
    height: 370px;
  }
}

.modal-window__movie {
  background-color: #ffffff;
  border-radius: 12px;
  position: absolute;
  left: 50%;
  top: 50%;
  height: 40%;
  width: 90%;
  transform: translate(-50%, -50%);
  box-sizing: border-box;
  padding: 20px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media screen and (min-width: 1024px) {
  .modal-window__movie {
    border-radius: 20px;
    padding: 40px;
    height: 350px;
    width: 600px;
  }
}
.modal-window__movie h2 {
  text-align: center;
  font-size: 24px;
  font-weight: 600;
}
@media screen and (min-width: 1024px) {
  .modal-window__movie h2 {
    font-size: 28px;
  }
}
.modal-window__movie p {
  margin-top: 0.5em;
  font-size: clamp(14px, 1.3vw, 16px);
  text-align: center;
}

.modal-window-inner__movie {
  margin-top: 20px;
  overflow: auto;
  height: auto;
  overscroll-behavior-y: none;
}

.modal-button {
  background-color: #AD0003;
  color: #fff;
  display: block;
  text-align: center;
  border-radius: 50px;
  padding: 20px 0;
  line-height: 1;
  margin-top: 65px;
  font-size: clamp(15px, 1.3vw, 22px);
  text-decoration: none;
}
@media screen and (max-width: 1023px) {
  .modal-button {
    margin-top: 25px;
  }
}

.modal-close {
  position: absolute;
  top: 10px;
  right: 10px;
  cursor: pointer;
}
@media screen and (min-width: 1024px) {
  .modal-close {
    top: 20px;
    right: 20px;
  }
}
.modal-close rect {
  fill: #000000;
}

.title-center {
  font-size: 4.8vw;
  margin-top: 8vw;
  font-weight: 600;
}
@media screen and (min-width: 1024px) {
  .title-center {
    font-size: 1.6vw;
    text-align: center;
    margin-top: 3.5vw;
  }
}

.js-scrollAnimation.-fade {
  transform: translateY(4vw);
  opacity: 0;
  transition: opacity 0.5s ease, transform 0.8s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
.js-scrollAnimation.-fade.-show {
  transform: translateY(0vw);
  opacity: 1;
}
.js-scrollAnimation.-elastic {
  opacity: 0;
  transition: opacity 0.3s ease;
}
.js-scrollAnimation.-elastic.-show {
  opacity: 1;
  animation-name: elastic;
  animation-duration: 1.1s;
  animation-fill-mode: forwards;
  animation-timing-function: ease-in-out;
}

@keyframes elastic {
  0% {
    transform: scale(0.7);
  }
  35.46% {
    transform: scale(1.07);
  }
  62.14% {
    transform: scale(0.96);
  }
  83.77% {
    transform: scale(1.02);
  }
  100.00% {
    transform: scale(1);
  }
}
.loading {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1000;
  background-color: #fff;
  transition: opacity 0.5s linear;
  transition-delay: 0.5s;
}
.loading img {
  width: 240px;
  height: auto;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  transition: opacity 0.5s linear;
}
@media screen and (min-width: 1024px) {
  .loading img {
    width: 300px;
  }
}
.loading.-hide {
  opacity: 0;
  pointer-events: none;
}
.loading.-hide img {
  opacity: 0;
}

.topMV {
  background-color: rgb(100, 144, 214);
  position: relative;
  aspect-ratio: 1/1.95;
  background-image: url(../img/mv-bg-sp.webp);
  background-size: cover;
}
@media screen and (min-width: 1024px) {
  .topMV {
    background-image: url(../img/mv-bg-pc.webp);
    aspect-ratio: 1.55/1;
  }
}

.topMV-main .button-cta {
  position: absolute;
  left: 50%;
  bottom: 35%;
  opacity: 0;
  transform: translateX(-50%);
  transition: opacity 0.5s ease;
  transition-delay: 2s;
}
.-start .topMV-main .button-cta {
  opacity: 1;
}

.topMV-main-1,
.topMV-main-2,
.topMV-main-3 {
  opacity: 0;
  transition: opacity 0.5s ease, transform 1s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
@media screen and (min-width: 1024px) {
  .topMV-main-1,
  .topMV-main-2,
  .topMV-main-3 {
    width: 100%;
    max-width: inherit;
  }
}
.-start .topMV-main-1,
.-start .topMV-main-2,
.-start .topMV-main-3 {
  opacity: 1;
  transform: translateY(0px);
}

.topMV-main-1 {
  position: absolute;
  bottom: 0;
  left: 0;
  transform: translateY(120px);
  transition-delay: 0.5s;
}

.topMV-main-2 {
  position: absolute;
  bottom: 19%;
  left: 0;
  transform: translateY(80px);
  transition-delay: 0.9s;
}
@media screen and (min-width: 1024px) {
  .topMV-main-2 {
    bottom: 20%;
  }
}

.topMV-main-3 {
  position: absolute;
  bottom: 26%;
  left: 0;
  transform: translateY(40px);
  transition-delay: 1.3s;
}
@media screen and (min-width: 1024px) {
  .topMV-main-3 {
    bottom: 14%;
  }
}

.topMV-main-title {
  width: 80%;
  position: absolute;
  left: 50%;
  top: 13%;
  transform: translateX(-50%);
}
@media screen and (min-width: 1024px) {
  .topMV-main-title {
    top: 11%;
    width: 40%;
    transform: translateX(-53%);
  }
}
.topMV-main-title img {
  opacity: 0;
  transition: opacity 0.3s ease;
  animation-delay: 1.7s;
  transition-delay: 1.7s;
}
.-start .topMV-main-title img {
  opacity: 1;
  animation-name: elastic;
  animation-duration: 1.1s;
  animation-fill-mode: forwards;
  animation-timing-function: ease-in-out;
}

.topMV-wave {
  position: absolute;
  left: 0;
  bottom: -1px;
  width: 100%;
  height: auto;
}

.topContents {
  background: #abe3ff;
  position: relative;
}

.topContents-section {
  padding: 16vw 0 36vw;
  position: relative;
}
@media screen and (min-width: 1024px) {
  .topContents-section {
    padding: 100px 0 24vw calc(20vw + 40px);
  }
}

.topContents-whats {
  background-color: #ABE3FF;
}

.topContents-whats-deco {
  position: absolute;
  left: 68vw;
  bottom: 44vw;
  width: 18vw;
}

.topContents-howto {
  background-color: #B9F8DA;
}

.topContents-howto-deco {
  position: absolute;
  left: 69vw;
  top: 8vw;
  width: 18vw;
}

.topContents-howto-03-deco {
  position: absolute;
  left: 76vw;
  top: 0vw;
  width: 14vw;
}

.topContents-howto-04-deco {
  position: absolute;
  left: 58vw;
  top: 6vw;
  width: 16vw;
}

.topContents-lists-deco {
  position: absolute;
  left: 59vw;
  top: 8vw;
  width: 18vw;
}

@media screen and (max-width: 1023px) {
  .topContents-whats-content {
    padding-left: 5vw;
    padding-right: 5vw;
  }
}
@media screen and (min-width: 1024px) {
  .topContents-whats-content {
    padding-left: 6vw;
    padding-right: 12vw;
  }
}

.topContents-whats-lead p {
  margin-top: 2vw;
  font-size: clamp(14px, 3.5vw, 20px);
}
@media screen and (min-width: 1024px) {
  .topContents-whats-lead p {
    font-size: clamp(14px, 1.1vw, 20px);
  }
}

.topContents-whats-tagline {
  font-weight: 600;
  margin-top: 8vw;
  font-size: clamp(18px, 5.4vw, 40px);
}
@media screen and (min-width: 1024px) {
  .topContents-whats-tagline {
    margin-top: 4vw;
    font-size: 1.6vw;
    font-size: clamp(18px, 1.6vw, 40px);
  }
}
@media screen and (max-width: 1023px) {
  .topContents-whats-tagline + p {
    margin-top: 6vw;
  }
}

.topContents-whats-link {
  color: #007BBB;
  font-weight: 600;
  font-size: clamp(16px, 4.25vw, 22px);
}
@media screen and (min-width: 1024px) {
  .topContents-whats-link {
    font-size: clamp(16px, 1.25vw, 22px);
  }
}
.topContents-whats-link img {
  margin-left: 8px;
}

.topContents-howto-section {
  position: relative;
}
.topContents-howto-section h3 {
  font-weight: 600;
  font-size: clamp(16px, 6.4vw, 50px);
  letter-spacing: 0.05em;
}
@media screen and (max-width: 1023px) {
  .topContents-howto-section h3 {
    margin-top: 5vw;
  }
}
@media screen and (min-width: 1024px) {
  .topContents-howto-section h3 {
    font-size: clamp(16px, 2.4vw, 50px);
  }
}

.topContents-whats-video {
  overflow: hidden;
  border-radius: 24px;
  aspect-ratio: 16/9;
  margin-top: 2vw;
  margin-bottom: 16vw;
  box-shadow: 0px 35px 0 #caedff;
}
@media screen and (min-width: 1024px) {
  .topContents-whats-video {
    margin-top: 1vw;
    margin-bottom: 11vw;
    border-radius: 70px;
  }
}
.topContents-whats-video iframe {
  width: 100%;
  height: auto;
  aspect-ratio: 16/9;
}

.topContents-whats-video-caption {
  text-align: center;
  margin-top: 10vw;
}
@media screen and (min-width: 1024px) {
  .topContents-whats-video-caption {
    margin-top: 8vw;
  }
}
.topContents-whats-video-caption img {
  width: 60%;
}
@media screen and (min-width: 1024px) {
  .topContents-whats-video-caption img {
    width: 29%;
  }
}

.topContents-howto-section.-s01, .topContents-howto-section.-s02 {
  margin-top: 6vw;
}
@media screen and (min-width: 1024px) {
  .topContents-howto-section.-s01, .topContents-howto-section.-s02 {
    display: flex;
    flex-direction: column-reverse;
    margin-top: 12vw;
  }
}

@media screen and (max-width: 1023px) {
  .topContents-howto-section-text {
    padding: 0 5vw;
  }
}
@media screen and (min-width: 1024px) {
  .topContents-howto-section-text {
    padding-left: 5vw;
  }
  .-s02 .topContents-howto-section-text {
    width: 31%;
    margin-left: auto;
    padding-left: 0;
    padding-right: 8vw;
  }
}
.topContents-howto-section-text p {
  font-size: clamp(13px, 3.8vw, 20px);
  margin-top: 5vw;
}
@media screen and (min-width: 1024px) {
  .topContents-howto-section-text p {
    margin-top: 1.6vw;
    font-size: clamp(13px, 1vw, 20px);
  }
}
@media screen and (min-width: 1024px) {
  .-s01 .topContents-howto-section-text p {
    width: 36%;
  }
}

@media screen and (min-width: 1024px) {
  .topContents-howto-section-photos {
    margin-top: -33vw;
  }
}

.topContents-howto-section-photos-main {
  position: relative;
}
.topContents-howto-section-photos-main > img {
  position: relative;
  z-index: 1;
}
.-s01 .topContents-howto-section-photos-main {
  margin-left: auto;
  width: 75%;
}
@media screen and (min-width: 1024px) {
  .-s01 .topContents-howto-section-photos-main {
    width: 51%;
    padding-right: 5vw;
  }
}
.-s02 .topContents-howto-section-photos-main {
  width: 78%;
}
@media screen and (max-width: 1023px) {
  .-s02 .topContents-howto-section-photos-main {
    margin-right: auto;
  }
}
@media screen and (min-width: 1024px) {
  .-s02 .topContents-howto-section-photos-main {
    width: 67%;
    padding-right: 0;
    margin-left: -8vw;
  }
}

.topContents-howto-section-photos-num {
  position: absolute;
  right: 34vw;
  top: 7vw;
  width: 21vw;
}
@media screen and (min-width: 1024px) {
  .topContents-howto-section-photos-num {
    right: 12.5vw;
    top: 1vw;
    width: 11vw;
  }
}
.-s02 .topContents-howto-section-photos-num {
  right: -8vw;
  top: 5vw;
  width: 25vw;
}
@media screen and (min-width: 1024px) {
  .-s02 .topContents-howto-section-photos-num {
    right: 8.5vw;
    top: 0vw;
    width: 12.5vw;
  }
}

.topContents-howto-section-photos-sub {
  display: flex;
}
@media screen and (max-width: 1023px) {
  .topContents-howto-section-photos-sub {
    gap: 4vw;
    padding: 0 5vw;
    margin-top: -8vw;
  }
}
@media screen and (min-width: 1024px) {
  .topContents-howto-section-photos-sub {
    gap: 3vw;
    padding-right: 8vw;
    padding-left: 2vw;
  }
  .-s02 .topContents-howto-section-photos-sub {
    margin-top: 2vw;
    padding-right: 6vw;
    padding-left: 2vw;
  }
}
.topContents-howto-section-photos-sub > div:nth-child(even) {
  padding-top: 4vw;
}
@media screen and (max-width: 1023px) {
  .topContents-howto-section-photos-sub > div:last-child {
    display: none;
  }
}
.topContents-howto-section-photos-sub > div:nth-child(2) {
  animation-delay: 0.1s;
  transition-delay: 0.1s;
}
.topContents-howto-section-photos-sub > div:nth-child(3) {
  animation-delay: 0.2s;
  transition-delay: 0.2s;
}
.topContents-howto-section-photos-sub > div:nth-child(4) {
  animation-delay: 0.3s;
  transition-delay: 0.3s;
}

.topContents-howto-03 {
  background-color: #FDF7BF;
  padding-left: 5vw;
  padding-right: 5vw;
  padding-bottom: 30vw;
}
@media screen and (min-width: 1024px) {
  .topContents-howto-03 {
    padding: 2vw 12vw 20vw calc(28vw + 40px);
  }
}
.topContents-howto-03 h3 {
  position: relative;
}
.topContents-howto-03 h3 span {
  position: relative;
  z-index: 1;
}
.topContents-howto-03 h3 img {
  position: absolute;
  top: -12vw;
  width: 24vw;
}
@media screen and (max-width: 1023px) {
  .topContents-howto-03 h3 img {
    right: 0;
  }
}
@media screen and (min-width: 1024px) {
  .topContents-howto-03 h3 img {
    top: -3vw;
    width: 14vw;
    left: 28vw;
  }
}

.topContents-howto-03-lead {
  font-size: clamp(13px, 3.8vw, 20px);
  margin-top: 5vw;
}
@media screen and (min-width: 1024px) {
  .topContents-howto-03-lead {
    margin-top: 2vw;
    font-size: clamp(13px, 1vw, 20px);
    padding-left: 3vw;
  }
}

.topContents-howto-03-select {
  margin-top: 3vw;
  text-align: center;
}

.topContents-howto-03-campaign {
  margin-top: 8vw;
}
@media screen and (min-width: 1024px) {
  .topContents-howto-03-campaign {
    margin-top: 3vw;
  }
}
.topContents-howto-03-campaign h4 {
  font-size: 4.8vw;
  font-weight: 600;
}
@media screen and (min-width: 1024px) {
  .topContents-howto-03-campaign h4 {
    font-size: 1.3vw;
  }
}

.topContents-howto-03-caution {
  margin-top: 4vw;
}
@media screen and (min-width: 1024px) {
  .topContents-howto-03-caution {
    margin-top: 2vw;
  }
}
.topContents-howto-03-caution a {
  font-weight: 600;
  text-decoration: none;
  color: #AD0003;
  font-size: clamp(13px, 3.5vw, 17px);
}
@media screen and (min-width: 1024px) {
  .topContents-howto-03-caution a {
    font-size: clamp(13px, 0.9vw, 17px);
  }
}
@media (any-hover: hover) {
  .topContents-howto-03-caution a:hover {
    opacity: 0.7;
  }
}
.topContents-howto-03-caution a img,
.topContents-howto-03-caution a svg {
  margin-left: 8px;
  vertical-align: middle;
  position: relative;
  top: -0.1em;
}
.topContents-howto-03-caution a img path,
.topContents-howto-03-caution a svg path {
  stroke: #AD0003;
}

.topContents-howto-03-products-title {
  text-align: center;
  margin-top: 8vw;
}
@media screen and (min-width: 1024px) {
  .topContents-howto-03-products-title {
    margin-top: 3.5vw;
  }
}
.topContents-howto-03-products-title img {
  width: 75%;
}
@media screen and (min-width: 1024px) {
  .topContents-howto-03-products-title img {
    width: 35%;
  }
}

@media screen and (max-width: 1023px) {
  .topContents-howto-03-products {
    display: flex;
    flex-wrap: nowrap;
    overflow-x: auto;
    margin-left: -5vw;
    margin-right: -5vw;
    padding: 4vw 5vw;
    gap: 5vw;
  }
}
@media screen and (min-width: 1024px) {
  .topContents-howto-03-products {
    margin-top: 1vw;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 2.5vw 3.5vw;
  }
}

.topContents-howto-03-products-item {
  background-color: #fff;
  border-radius: 300px;
  overflow: hidden;
}
@media screen and (max-width: 1023px) {
  .topContents-howto-03-products-item {
    max-width: 200px;
    flex: 0 0 auto;
  }
}

.topContents-howto-03-products-item-text {
  padding: 1.5vw calc(2vw + 16px) 6.5vw;
}
@media screen and (min-width: 1024px) {
  .topContents-howto-03-products-item-text {
    padding: 0.5vw 1.5vw 3vw;
  }
}

.topContents-howto-03-products-item-prefecture {
  color: #F8B500;
  font-weight: 600;
  text-align: center;
  font-size: clamp(12px, 3.2vw, 15px);
}
@media screen and (min-width: 1024px) {
  .topContents-howto-03-products-item-prefecture {
    font-size: clamp(12px, 1vw, 16px);
  }
}

.topContents-howto-03-products-item-title {
  line-height: 1.5;
  margin-top: 0.5vw;
  font-size: clamp(12px, 3.3vw, 15px);
  text-align: center;
}
@media screen and (min-width: 1024px) {
  .topContents-howto-03-products-item-title {
    margin-top: 0.2vw;
    font-size: clamp(16px, 1.1vw, 18px);
  }
}

.topContents-howto-03-products-item-detail {
  font-size: clamp(12px, 2.8vw, 13px);
  margin-top: 1vw;
  line-height: 1.8;
  text-align: center;
}
@media screen and (min-width: 1024px) {
  .topContents-howto-03-products-item-detail {
    margin-top: 0.5vw;
    padding: 0 1em;
    font-size: clamp(12px, 0.7vw, 14px);
  }
}

.topContents-howto-04 {
  background-color: #FCBEC8;
  padding-left: 5vw;
  padding-right: 5vw;
  padding-bottom: 30vw;
}
@media screen and (min-width: 1024px) {
  .topContents-howto-04 {
    padding-top: 10vw;
    padding-left: calc(28vw + 40px);
    padding-right: 12vw;
    padding-bottom: 18vw;
  }
}
.topContents-howto-04 h3 {
  position: relative;
}
.topContents-howto-04 h3 span {
  position: relative;
  z-index: 1;
}
.topContents-howto-04 h3 img {
  position: absolute;
  top: -11vw;
  width: 24vw;
}
@media screen and (max-width: 1023px) {
  .topContents-howto-04 h3 img {
    left: 0;
  }
}
@media screen and (min-width: 1024px) {
  .topContents-howto-04 h3 img {
    top: -6.5vw;
    width: 14vw;
    left: -6vw;
  }
}

.topContents-howto-04-lead {
  font-size: clamp(13px, 3.8vw, 20px);
  margin-top: 5vw;
}
@media screen and (min-width: 1024px) {
  .topContents-howto-04-lead {
    margin-top: 2vw;
    font-size: clamp(13px, 1vw, 20px);
    padding-left: 3vw;
  }
}

.topContents-howto-04-items {
  display: flex;
  flex-direction: column;
}

.topContents-howto-04-item {
  position: relative;
  margin-top: 8vw;
}
@media screen and (min-width: 1024px) {
  .topContents-howto-04-item {
    margin-top: 4vw;
  }
}
@media screen and (min-width: 1024px) {
  .topContents-howto-04-item:nth-child(odd) .topContents-howto-04-item-photo {
    text-align: right;
  }
  .topContents-howto-04-item:nth-child(odd) .topContents-howto-04-item-text {
    padding-left: 3vw;
  }
  .topContents-howto-04-item:nth-child(even) .topContents-howto-04-item-text {
    left: inherit;
    right: 0;
  }
}

@media screen and (max-width: 1023px) {
  .topContents-howto-04-item-photo {
    text-align: center;
  }
}
.topContents-howto-04-item-photo img {
  position: relative;
}
.topContents-howto-04-item-photo.-photo1 img {
  width: 90%;
}
@media screen and (min-width: 1024px) {
  .topContents-howto-04-item-photo.-photo1 img {
    width: 50%;
  }
}
.topContents-howto-04-item-photo.-photo2 img {
  width: 90%;
}
@media screen and (min-width: 1024px) {
  .topContents-howto-04-item-photo.-photo2 img {
    width: 48%;
    left: 5vw;
  }
}
@media screen and (max-width: 1023px) {
  .topContents-howto-04-item-photo.-photo3 {
    overflow: hidden;
    margin-left: -5vw;
    margin-right: -5vw;
  }
}
@media screen and (max-width: 1023px) {
  .topContents-howto-04-item-photo.-photo3 img {
    width: 110%;
    max-width: inherit;
  }
}
@media screen and (min-width: 1024px) {
  .topContents-howto-04-item-photo.-photo3 img {
    width: 74%;
    right: -8vw;
  }
}
@media screen and (min-width: 1024px) {
  .topContents-howto-04-item-photo.-photo4 img {
    width: 58%;
    left: -1vw;
  }
}

@media screen and (min-width: 1024px) {
  .topContents-howto-04-item-text {
    position: absolute;
    top: 0;
    left: 0;
    width: 40%;
  }
}
.topContents-howto-04-item-text h4 {
  font-size: clamp(16px, 6.4vw, 50px);
  font-weight: 600;
  margin-top: 5vw;
}
@media screen and (min-width: 1024px) {
  .topContents-howto-04-item-text h4 {
    font-size: 2.2vw;
  }
}
.topContents-howto-04-item-text p {
  font-size: clamp(13px, 3.8vw, 20px);
  margin-top: 3vw;
}
@media screen and (min-width: 1024px) {
  .topContents-howto-04-item-text p {
    margin-top: 1vw;
    font-size: clamp(13px, 1vw, 20px);
  }
}

.topContents-howto-04-timetable-title {
  text-align: center;
  margin-top: 15vw;
}
@media screen and (min-width: 1024px) {
  .topContents-howto-04-timetable-title {
    margin-top: 6vw;
    padding-left: 8vw;
  }
}
.topContents-howto-04-timetable-title img {
  width: 80%;
}
@media screen and (min-width: 1024px) {
  .topContents-howto-04-timetable-title img {
    width: 40%;
  }
}
@media screen and (max-width: 1023px) {
  .topContents-howto-04-timetable-title span {
    display: block;
    font-size: clamp(11px, 1.8vw, 14px);
    text-align: left;
  }
}

.topContents-howto-04-timetable {
  margin-top: 4vw;
}
@media screen and (min-width: 1024px) {
  .topContents-howto-04-timetable {
    margin-top: 1vw;
    padding-left: 3vw;
  }
}
.topContents-howto-04-timetable ul {
  margin-top: 2vw;
  padding-left: 12vw;
}
@media screen and (min-width: 1024px) {
  .topContents-howto-04-timetable ul {
    padding-left: 6vw;
  }
}
.topContents-howto-04-timetable li {
  font-size: clamp(12px, 3.2vw, 20px);
}
@media screen and (min-width: 1024px) {
  .topContents-howto-04-timetable li {
    font-size: clamp(13px, 1vw, 20px);
  }
}

.topContents-howto-04-delivery {
  margin-top: 8vw;
}
@media screen and (max-width: 1023px) {
  .topContents-howto-04-delivery {
    margin-top: 18vw;
  }
}
.topContents-howto-04-delivery .topContents-howto-04-lead {
  margin-top: 1vw;
}

.topContents-howto-04-delivery-detail {
  padding-left: 3vw;
  padding-top: 6vw;
  display: flex;
  justify-content: space-between;
  gap: 3vw;
}
@media screen and (max-width: 1023px) {
  .topContents-howto-04-delivery-detail {
    padding-top: 18vw;
    padding-left: 0;
    flex-direction: column;
    gap: 20vw;
  }
}

.topContents-howto-04-delivery-sat,
.topContents-howto-04-delivery-sun {
  position: relative;
  width: 48%;
  padding: 2vw 1vw;
  background-color: #fff;
  border-radius: 15px;
  display: flex;
  flex-direction: column;
  gap: 1.25vw;
  justify-content: start;
  align-items: center;
  text-align: center;
}
@media screen and (max-width: 1023px) {
  .topContents-howto-04-delivery-sat,
  .topContents-howto-04-delivery-sun {
    width: 85vw;
    padding: 6vw 2.5vw;
    gap: 5vw;
  }
}
.topContents-howto-04-delivery-sat .delivery-time,
.topContents-howto-04-delivery-sun .delivery-time {
  font-size: clamp(13px, 1vw, 18px);
  font-weight: 700;
  line-height: 1.25;
}
@media screen and (max-width: 1023px) {
  .topContents-howto-04-delivery-sat .delivery-time,
  .topContents-howto-04-delivery-sun .delivery-time {
    font-size: clamp(14px, 2vw, 14px);
    line-height: 1.5;
  }
}
.topContents-howto-04-delivery-sat .delivery-time em,
.topContents-howto-04-delivery-sun .delivery-time em {
  font-size: clamp(16px, 2.3vw, 44px);
}
@media screen and (max-width: 1023px) {
  .topContents-howto-04-delivery-sat .delivery-time em,
  .topContents-howto-04-delivery-sun .delivery-time em {
    font-size: clamp(30px, 3.2vw, 30px);
  }
}
.topContents-howto-04-delivery-sat .delivery-time span,
.topContents-howto-04-delivery-sun .delivery-time span {
  font-size: clamp(12px, 1vw, 16px);
  font-weight: 500;
}
@media screen and (max-width: 1023px) {
  .topContents-howto-04-delivery-sat .delivery-time span,
  .topContents-howto-04-delivery-sun .delivery-time span {
    font-size: clamp(12px, 2vw, 12px);
  }
}
.topContents-howto-04-delivery-sat .delivery-look,
.topContents-howto-04-delivery-sun .delivery-look {
  font-size: clamp(14px, 1.2vw, 24px);
  font-weight: 700;
  line-height: 1.75;
}
.topContents-howto-04-delivery-sat .delivery-look a,
.topContents-howto-04-delivery-sun .delivery-look a {
  color: #E7609E;
  font-size: clamp(14px, 1vw, 18px);
  text-decoration: none;
  position: relative;
}
.topContents-howto-04-delivery-sat .delivery-look a svg,
.topContents-howto-04-delivery-sun .delivery-look a svg {
  margin-left: 5px;
  vertical-align: middle;
  position: relative;
  top: -0.1em;
}
.topContents-howto-04-delivery-sat .delivery-look span,
.topContents-howto-04-delivery-sun .delivery-look span {
  color: #E7609E;
  font-size: clamp(14px, 1vw, 18px);
  text-decoration: none;
}
@media screen and (max-width: 1023px) {
  .topContents-howto-04-delivery-sat .delivery-look,
  .topContents-howto-04-delivery-sun .delivery-look {
    font-size: clamp(17px, 1vw, 17px);
  }
}

.topContents-howto-04-delivery-sat::before {
  content: "";
  display: block;
  width: 13vw;
  height: 4.5vw;
  background: url(../img/delivery-sat.png) no-repeat center/cover;
  position: absolute;
  top: -4.5vw;
}
@media screen and (max-width: 1023px) {
  .topContents-howto-04-delivery-sat::before {
    width: 30vw;
    height: 11vw;
    top: -11vw;
  }
}

.topContents-howto-04-delivery-sun::before {
  content: "";
  display: block;
  width: 13vw;
  height: 4.5vw;
  background: url(../img/delivery-sun.png) no-repeat center/cover;
  position: absolute;
  top: -4.5vw;
}
@media screen and (max-width: 1023px) {
  .topContents-howto-04-delivery-sun::before {
    width: 30vw;
    height: 11vw;
    top: -11vw;
  }
}

.topContents-lists {
  background-color: #CCD0FE;
}

@media screen and (max-width: 1023px) {
  .topContents-lists-content {
    padding: 0 5vw;
    margin-top: 10vw;
  }
}
@media screen and (min-width: 1024px) {
  .topContents-lists-content {
    padding-left: 5vw;
    padding-right: 12vw;
    margin-top: 6vw;
  }
}
.topContents-lists-content h3 {
  margin-top: 5vw;
  font-size: clamp(16px, 4.8vw, 26px);
  font-weight: 600;
}
@media screen and (min-width: 1024px) {
  .topContents-lists-content h3 {
    margin-top: 2vw;
    font-size: clamp(18px, 2vw, 26px);
  }
}
.topContents-lists-content p {
  font-size: clamp(13px, 3.5vw, 20px);
  margin-top: 2vw;
}
@media screen and (min-width: 1024px) {
  .topContents-lists-content p {
    margin-top: 0.9vw;
    font-size: clamp(16px, 1vw, 20px);
  }
}

.topEnd-message {
  border: 4px solid #fff;
  font-weight: bold;
  text-align: center;
  padding: 2vw;
  margin: 0 12vw 6vw 6vw;
  background: #ccedff;
}
.topEnd-message.mt {
  margin-top: 4vw;
}
@media screen and (max-width: 1023px) {
  .topEnd-message {
    padding: 4vw;
    margin: 3vw 5vw 10vw;
    text-align: left;
  }
}
.topEnd-message p {
  font-size: clamp(16px, 1.8vw, 22px);
}

@media screen and (max-width: 1023px) {
  .contents-concept-content {
    padding-left: 5vw;
    padding-right: 5vw;
  }
}
@media screen and (min-width: 1024px) {
  .contents-concept-content {
    padding-left: 6vw;
    padding-right: 8vw;
  }
}
.contents-concept-content p {
  font-size: clamp(14px, 3.5vw, 20px);
}
@media screen and (min-width: 1024px) {
  .contents-concept-content p {
    padding-left: 3vw;
    font-size: clamp(14px, 1.1vw, 20px);
  }
}

.contents-concept-tagline {
  font-weight: 600;
  margin-top: 8vw;
  font-size: clamp(21px, 6.5vw, 80px);
}
@media screen and (min-width: 1024px) {
  .contents-concept-tagline {
    margin-top: 6vw;
    font-size: clamp(21px, 2.5vw, 80px);
  }
}
.contents-concept-tagline + p {
  margin-top: 4vw;
}
@media screen and (max-width: 1023px) {
  .contents-concept-tagline + p {
    margin-top: 10vw;
  }
}

@media screen and (max-width: 1023px) {
  .contents-summary-content {
    padding-left: 5vw;
    padding-right: 5vw;
  }
}
@media screen and (min-width: 1024px) {
  .contents-summary-content {
    margin-top: 5vw;
    padding-left: 6vw;
    padding-right: 8vw;
  }
}

.contents-faq-content {
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 1023px) {
  .contents-faq-content {
    padding-left: 5vw;
    padding-right: 5vw;
    margin-top: 7vw;
  }
}
@media screen and (min-width: 1024px) {
  .contents-faq-content {
    margin-top: 5vw;
    padding-left: 6vw;
    padding-right: 8vw;
  }
}

.contents-guidance-content {
  margin-top: 5vw;
}
@media screen and (max-width: 1023px) {
  .contents-guidance-content {
    padding-left: 5vw;
    padding-right: 5vw;
  }
}
@media screen and (min-width: 1024px) {
  .contents-guidance-content {
    margin-top: 5vw;
    padding-left: 6vw;
    padding-right: 8vw;
  }
}
.contents-guidance-content > p {
  font-size: clamp(14px, 3.5vw, 20px);
}
@media screen and (min-width: 1024px) {
  .contents-guidance-content > p {
    font-size: clamp(14px, 1.1vw, 20px);
  }
}

.contents-map-content {
  margin-top: 5vw;
}
@media screen and (max-width: 1023px) {
  .contents-map-content {
    padding-left: 5vw;
    padding-right: 5vw;
  }
}
@media screen and (min-width: 1024px) {
  .contents-map-content {
    padding-left: 6vw;
    padding-right: 8vw;
  }
}

.contents-guidance-content-frame {
  background-color: #fff;
  border-radius: 20px;
  padding: 7vw 5vw;
  margin-top: 5vw;
}
@media screen and (min-width: 1024px) {
  .contents-guidance-content-frame {
    margin-top: 2vw;
    padding: 3vw;
  }
}
.contents-guidance-content-frame h2 {
  font-size: clamp(14px, 3.5vw, 20px);
  font-weight: 600;
  margin-top: 8vw;
}
@media screen and (min-width: 1024px) {
  .contents-guidance-content-frame h2 {
    font-size: clamp(14px, 1.1vw, 20px);
    margin-top: 2vw;
  }
}
.contents-guidance-content-frame h2:first-of-type {
  margin-top: 0vw;
}
.contents-guidance-content-frame p {
  margin-top: 1em;
}
.contents-guidance-content-frame ul {
  display: flex;
  flex-direction: column;
  gap: 1em;
}
.contents-guidance-content-frame li {
  text-indent: -1em;
  padding-left: 1em;
}
.contents-guidance-content-frame p, .contents-guidance-content-frame li {
  font-size: clamp(14px, 3.5vw, 20px);
}
@media screen and (min-width: 1024px) {
  .contents-guidance-content-frame p, .contents-guidance-content-frame li {
    font-size: clamp(14px, 1.1vw, 20px);
  }
}

.contents-faq-items {
  display: flex;
  flex-direction: column;
  gap: 2vw;
}
@media screen and (min-width: 1024px) {
  .contents-faq-items {
    gap: 1vw;
  }
}

.contents-faq-item {
  background-color: #ffffff;
  transition: background-color 0.3s ease;
  padding: 4vw 6vw;
  border-radius: 7vw;
  position: relative;
}
@media screen and (min-width: 1024px) {
  .contents-faq-item {
    border-radius: 3vw;
    padding: 2vw;
  }
}
.contents-faq-item h2 {
  font-weight: 600;
  display: flex;
  cursor: pointer;
  padding-right: 4vw;
}
.contents-faq-item h2 > span:last-child {
  flex: 1;
}
.contents-faq-item h2,
.contents-faq-item p,
.contents-faq-item li {
  font-size: clamp(15px, 3.5vw, 20px);
  line-height: 1.8;
  transition: color 0.3s ease;
}
@media screen and (min-width: 1024px) {
  .contents-faq-item h2,
  .contents-faq-item p,
  .contents-faq-item li {
    font-size: clamp(15px, 1.1vw, 20px);
  }
}
.contents-faq-item ul {
  margin-top: 1em;
}
.contents-faq-item li {
  text-indent: -1em;
  padding-left: 1em;
}
.contents-faq-item p {
  margin-top: 1em;
}
.contents-faq-item p:first-child {
  margin-top: 0;
}
.contents-faq-item.-open {
  background-color: #007BBB;
}
.contents-faq-item.-open h2,
.contents-faq-item.-open p,
.contents-faq-item.-open li {
  color: #fff;
}

.contents-faq-item-icon {
  margin-right: 1.5vw;
  width: 4vw;
  vertical-align: top;
  position: relative;
  top: 0.2vw;
}
@media screen and (min-width: 1024px) {
  .contents-faq-item-icon {
    margin-right: 0.5vw;
    width: 1.1vw;
  }
}
.contents-faq-item-icon path {
  fill: #007BBB;
  transition: fill 0.3s ease;
}
.-open .contents-faq-item-icon path {
  fill: #ffffff;
}

.contents-faq-item-q {
  position: relative;
}

.contents-faq-item-a {
  position: relative;
  overflow: hidden;
  max-height: 0;
}

.contents-faq-item-a-inner {
  position: relative;
  display: flex;
  padding-top: 3vw;
}
@media screen and (min-width: 1024px) {
  .contents-faq-item-a-inner {
    padding-top: 1vw;
  }
}
.contents-faq-item-a-inner > span:last-child {
  flex: 1;
}

.contents-faq-item-arrow {
  position: absolute;
  top: 2.8vw;
  right: 0vw;
}
@media screen and (min-width: 1024px) {
  .contents-faq-item-arrow {
    right: 0.2vw;
    top: 0.8vw;
  }
}
.-open .contents-faq-item-arrow {
  transform: rotate(180deg);
}
.-open .contents-faq-item-arrow path {
  stroke: #ffffff;
}

.contents-faq-contact {
  text-align: center;
  margin-top: 10vw;
}
@media screen and (min-width: 1024px) {
  .contents-faq-contact {
    margin-top: 6vw;
  }
}
.contents-faq-contact p {
  font-size: clamp(15px, 3.5vw, 20px);
  line-height: 1.8;
  transition: color 0.3s ease;
}
@media screen and (min-width: 1024px) {
  .contents-faq-contact p {
    font-size: clamp(15px, 1.1vw, 20px);
  }
}
.contents-faq-contact p a {
  color: #007BBB;
}

.contents-faq-contact-button {
  display: inline-block;
  background-color: #FFFFFF;
  color: #007BBB;
  border: 2px solid #007BBB;
  font-size: clamp(16px, 1.2vw, 22px);
  font-weight: 600;
  text-decoration: none;
  padding: 4vw 18vw;
  border-radius: 70px;
  position: relative;
  margin-top: 8vw;
}
@media screen and (min-width: 1024px) {
  .contents-faq-contact-button {
    margin-top: 3vw;
    padding: 1.3vw 6vw;
  }
}
.contents-faq-contact-button:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 2vw;
  border: 2px solid #007BBB;
  width: 14%;
  transform: translateY(-50%);
  aspect-ratio: 1/1;
  border-radius: 50%;
  background-image: url(../img/icon-link.svg);
  background-position: 50%;
  background-repeat: no-repeat;
  background-color: #fff;
}
@media screen and (min-width: 1024px) {
  .contents-faq-contact-button:after {
    width: 13%;
    right: 0.6vw;
  }
}
@media (any-hover: hover) {
  .contents-faq-contact-button {
    transition: opacity 0.3s ease;
  }
  .contents-faq-contact-button:hover {
    opacity: 0.8;
  }
}

.contents-map-image {
  margin-top: 2vw;
}
.contents-map-image img {
  width: 100%;
}

.contents-inquery-message {
  border: 4px solid #fff;
  font-weight: bold;
  text-align: center;
  padding: 2vw;
  margin: 0 4vw 0vw 4vw;
  background: #ccedff;
}
@media screen and (max-width: 1023px) {
  .contents-inquery-message {
    padding: 4vw;
    margin: 0vw 4vw 0vw;
    text-align: left;
  }
}
.contents-inquery-message p {
  font-size: clamp(14px, 1.6vw, 18px);
}

/*
utils
---------------*/
@media screen and (max-width: 1023px) {
  .pc {
    display: none !important;
  }
}
@media screen and (min-width: 1024px) {
  .sp {
    display: none !important;
  }
}
@media print {
  .sp {
    display: none !important;
  }
}
.mt-0 {
  margin-top: 0px !important;
}

.mt-4 {
  margin-top: 4px !important;
}

.mt-8 {
  margin-top: 8px !important;
}

.mt-12 {
  margin-top: 12px !important;
}

.mt-16 {
  margin-top: 16px !important;
}

.mt-20 {
  margin-top: 20px !important;
}

.mt-24 {
  margin-top: 24px !important;
}

.mt-28 {
  margin-top: 28px !important;
}

.mt-32 {
  margin-top: 32px !important;
}

.mt-36 {
  margin-top: 36px !important;
}

.mt-40 {
  margin-top: 40px !important;
}

.mt-44 {
  margin-top: 44px !important;
}

.mt-48 {
  margin-top: 48px !important;
}

.mt-52 {
  margin-top: 52px !important;
}

.mt-56 {
  margin-top: 56px !important;
}

.mt-60 {
  margin-top: 60px !important;
}

.mt-64 {
  margin-top: 64px !important;
}

.mt-68 {
  margin-top: 68px !important;
}

.mt-72 {
  margin-top: 72px !important;
}

.mt-76 {
  margin-top: 76px !important;
}

.mt-80 {
  margin-top: 80px !important;
}

.mt-84 {
  margin-top: 84px !important;
}

.mt-88 {
  margin-top: 88px !important;
}

.mt-92 {
  margin-top: 92px !important;
}

.mt-96 {
  margin-top: 96px !important;
}

.mt-100 {
  margin-top: 100px !important;
}

.mt-104 {
  margin-top: 104px !important;
}

.mt-108 {
  margin-top: 108px !important;
}

.mt-112 {
  margin-top: 112px !important;
}

.mt-116 {
  margin-top: 116px !important;
}

.mt-120 {
  margin-top: 120px !important;
}

.mt-124 {
  margin-top: 124px !important;
}

.mt-128 {
  margin-top: 128px !important;
}

.mt-132 {
  margin-top: 132px !important;
}

.mt-136 {
  margin-top: 136px !important;
}

.mt-140 {
  margin-top: 140px !important;
}

.mt-144 {
  margin-top: 144px !important;
}

.mt-148 {
  margin-top: 148px !important;
}

.mt-152 {
  margin-top: 152px !important;
}

.mt-156 {
  margin-top: 156px !important;
}

.mt-160 {
  margin-top: 160px !important;
}

@media screen and (min-width: 1024px) {
  .mt-0-pc {
    margin-top: 0px !important;
  }
  .mt-4-pc {
    margin-top: 4px !important;
  }
  .mt-8-pc {
    margin-top: 8px !important;
  }
  .mt-12-pc {
    margin-top: 12px !important;
  }
  .mt-16-pc {
    margin-top: 16px !important;
  }
  .mt-20-pc {
    margin-top: 20px !important;
  }
  .mt-24-pc {
    margin-top: 24px !important;
  }
  .mt-28-pc {
    margin-top: 28px !important;
  }
  .mt-32-pc {
    margin-top: 32px !important;
  }
  .mt-36-pc {
    margin-top: 36px !important;
  }
  .mt-40-pc {
    margin-top: 40px !important;
  }
  .mt-44-pc {
    margin-top: 44px !important;
  }
  .mt-48-pc {
    margin-top: 48px !important;
  }
  .mt-52-pc {
    margin-top: 52px !important;
  }
  .mt-56-pc {
    margin-top: 56px !important;
  }
  .mt-60-pc {
    margin-top: 60px !important;
  }
  .mt-64-pc {
    margin-top: 64px !important;
  }
  .mt-68-pc {
    margin-top: 68px !important;
  }
  .mt-72-pc {
    margin-top: 72px !important;
  }
  .mt-76-pc {
    margin-top: 76px !important;
  }
  .mt-80-pc {
    margin-top: 80px !important;
  }
  .mt-84-pc {
    margin-top: 84px !important;
  }
  .mt-88-pc {
    margin-top: 88px !important;
  }
  .mt-92-pc {
    margin-top: 92px !important;
  }
  .mt-96-pc {
    margin-top: 96px !important;
  }
  .mt-100-pc {
    margin-top: 100px !important;
  }
  .mt-104-pc {
    margin-top: 104px !important;
  }
  .mt-108-pc {
    margin-top: 108px !important;
  }
  .mt-112-pc {
    margin-top: 112px !important;
  }
  .mt-116-pc {
    margin-top: 116px !important;
  }
  .mt-120-pc {
    margin-top: 120px !important;
  }
  .mt-124-pc {
    margin-top: 124px !important;
  }
  .mt-128-pc {
    margin-top: 128px !important;
  }
  .mt-132-pc {
    margin-top: 132px !important;
  }
  .mt-136-pc {
    margin-top: 136px !important;
  }
  .mt-140-pc {
    margin-top: 140px !important;
  }
  .mt-144-pc {
    margin-top: 144px !important;
  }
  .mt-148-pc {
    margin-top: 148px !important;
  }
  .mt-152-pc {
    margin-top: 152px !important;
  }
  .mt-156-pc {
    margin-top: 156px !important;
  }
  .mt-160-pc {
    margin-top: 160px !important;
  }
}
.align-left {
  text-align: left !important;
}

.align-right {
  text-align: right !important;
}

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

@media screen and (min-width: 1024px) {
  .align-center-pc {
    text-align: center !important;
  }
}

@media screen and (max-width: 1023px) {
  .align-center-sp {
    text-align: center !important;
  }
}

.color-red {
  color: #AD0003 !important;
}

.relative {
  position: relative !important;
}

.rounded {
  border-radius: 8px !important;
}

.indent {
  text-indent: -1em !important;
  padding-left: 1em !important;
}

.hover {
  transition: opacity 0.3s ease;
}
@media (any-hover: hover) {
  .hover:hover {
    opacity: 0.7;
  }
}

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