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: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

strong {
  font-weight: bold;
}

table {
  width: 100%;
  margin-bottom: 0;
  border-spacing: 0;
  border-collapse: collapse;
}

table th,
table td {
  padding: 0.5em;
  border: 1px solid #000;
}

table th {
  font-weight: bold;
}

caption,
table th,
table td {
  font-weight: normal;
  text-align: left;
  vertical-align: middle;
}

q,
blockquote {
  quotes: none;
}

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

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

*,
*::before,
*::after {
  box-sizing: border-box;
}

body * {
  max-height: 99999em;
  word-break: break-word;
}

a {
  color: inherit;
}

a:hover {
  text-decoration: none;
}

img {
  display: inline-block;
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}

a img {
  border: none;
}

input,
label,
select,
button {
  line-height: inherit;
}

input,
label,
select,
button,
textarea {
  display: inline-block;
  margin: 0;
  padding: 0;
  border: 0;
  background: none;
  font: inherit;
  word-break: normal;
  vertical-align: middle;
  white-space: normal;
  -webkit-appearance: none;
}

button {
  color: inherit;
}

textarea {
  overflow: auto;
  line-height: 1.5;
  white-space: pre-line;
  resize: none;
}

button:focus {
  outline: 0;
}

input:focus,
textarea:focus,
select:focus {
  outline: auto;
}

input[type=search] {
  -webkit-appearance: textfield;
}

::-webkit-search-decoration {
  display: none;
}

html {
  scroll-behavior: smooth;
}

html {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  color: #1B1B1B;
  font-size: 62.5%;
  font-feature-settings: "palt";
  margin-top: 0 !important;
}

@media only screen and (max-width: 375px) {
  body {
    min-width: 37.5rem;
  }
}

ul {
  list-style: none;
}

.material-symbols-outlined {
  font-variation-settings: "FILL" 0, "wght" 400, "GRAD" 0, "opsz" 24;
}

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

@media only screen and (max-width: 768px) {
  .pcContent {
    display: none;
  }
}

.button--lDefault {
  border-radius: 0.6rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  -moz-column-gap: 0.8rem;
  column-gap: 0.8rem;
  padding: 0.9rem 0.4rem 0.9rem 1.6rem;
  text-decoration: none;
  transition: all 0.3s ease-in-out;
  min-height: 6.4rem;
  min-width: 30rem;
  font-size: 2.2rem;
  font-weight: 400;
  letter-spacing: 0.03em;
  line-height: 1.3;
  font-weight: 700;
  background-color: #FD6B08;
  color: #FFFFFF;
}
.button--lDefault:after {
  font-family: "Material Symbols Outlined";
  content: "arrow_forward_ios";
  line-height: 1;
  font-weight: 400;
}
@media only screen and (max-width: 768px) {
  .button--lDefault {
    line-height: 1.5;
    font-size: 2rem;
  }
}
@media only screen and (max-width: 768px) {
  .button--lDefault {
    font-size: 1.8rem;
    font-weight: 400;
    letter-spacing: 0.03em;
    line-height: 1.3;
    font-weight: 700;
  }
}
@media only screen and (max-width: 768px) and (max-width: 768px) {
  .button--lDefault {
    line-height: 1.5;
    font-size: 1.6rem;
  }
}
.button--lDefault:after {
  font-size: 1.8rem;
}
.button--lDefault:hover {
  border-radius: 0.6rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  -moz-column-gap: 0.8rem;
  column-gap: 0.8rem;
  padding: 0.9rem 0.4rem 0.9rem 1.6rem;
  text-decoration: none;
  transition: all 0.3s ease-in-out;
  min-height: 6.4rem;
  min-width: 30rem;
  font-size: 2.2rem;
  font-weight: 400;
  letter-spacing: 0.03em;
  line-height: 1.3;
  font-weight: 700;
  background-color: #FFCE85;
  border-color: #FFCE85;
  cursor: pointer;
}
.button--lDefault:hover:after {
  font-family: "Material Symbols Outlined";
  content: "arrow_forward_ios";
  line-height: 1;
  font-weight: 400;
}
@media only screen and (max-width: 768px) {
  .button--lDefault:hover {
    line-height: 1.5;
    font-size: 2rem;
  }
}
@media only screen and (max-width: 768px) {
  .button--lDefault:hover {
    font-size: 1.8rem;
    font-weight: 400;
    letter-spacing: 0.03em;
    line-height: 1.3;
    font-weight: 700;
  }
}
@media only screen and (max-width: 768px) and (max-width: 768px) {
  .button--lDefault:hover {
    line-height: 1.5;
    font-size: 1.6rem;
  }
}
.button--lDefault:hover:after {
  font-size: 1.8rem;
}
.button--lDefault.disabled {
  border-radius: 0.6rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  -moz-column-gap: 0.8rem;
  column-gap: 0.8rem;
  padding: 0.9rem 0.4rem 0.9rem 1.6rem;
  text-decoration: none;
  transition: all 0.3s ease-in-out;
  min-height: 6.4rem;
  min-width: 30rem;
  font-size: 2.2rem;
  font-weight: 400;
  letter-spacing: 0.03em;
  line-height: 1.3;
  font-weight: 700;
  padding: 0.9rem 1.6rem 0.9rem 1.6rem;
  background-color: #DBE0E3;
}
.button--lDefault.disabled:after {
  font-family: "Material Symbols Outlined";
  content: "arrow_forward_ios";
  line-height: 1;
  font-weight: 400;
}
@media only screen and (max-width: 768px) {
  .button--lDefault.disabled {
    line-height: 1.5;
    font-size: 2rem;
  }
}
@media only screen and (max-width: 768px) {
  .button--lDefault.disabled {
    font-size: 1.8rem;
    font-weight: 400;
    letter-spacing: 0.03em;
    line-height: 1.3;
    font-weight: 700;
  }
}
@media only screen and (max-width: 768px) and (max-width: 768px) {
  .button--lDefault.disabled {
    line-height: 1.5;
    font-size: 1.6rem;
  }
}
.button--lDefault.disabled:after {
  font-size: 1.8rem;
}
.button--lDefault.disabled::after {
  content: none;
}

.button--lSecondary {
  border-radius: 0.6rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  -moz-column-gap: 0.8rem;
  column-gap: 0.8rem;
  padding: 0.9rem 0.4rem 0.9rem 1.6rem;
  text-decoration: none;
  transition: all 0.3s ease-in-out;
  min-height: 6.4rem;
  min-width: 30rem;
  font-size: 2.2rem;
  font-weight: 400;
  letter-spacing: 0.03em;
  line-height: 1.3;
  font-weight: 700;
  background-color: #FFFFFF;
  color: #FD6B08;
  border: 0.2rem solid #FD6B08;
}
.button--lSecondary:after {
  font-family: "Material Symbols Outlined";
  content: "arrow_forward_ios";
  line-height: 1;
  font-weight: 400;
}
@media only screen and (max-width: 768px) {
  .button--lSecondary {
    line-height: 1.5;
    font-size: 2rem;
  }
}
@media only screen and (max-width: 768px) {
  .button--lSecondary {
    font-size: 1.8rem;
    font-weight: 400;
    letter-spacing: 0.03em;
    line-height: 1.3;
    font-weight: 700;
  }
}
@media only screen and (max-width: 768px) and (max-width: 768px) {
  .button--lSecondary {
    line-height: 1.5;
    font-size: 1.6rem;
  }
}
.button--lSecondary:after {
  font-size: 1.8rem;
}
.button--lSecondary:hover {
  border-radius: 0.6rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  -moz-column-gap: 0.8rem;
  column-gap: 0.8rem;
  padding: 0.9rem 0.4rem 0.9rem 1.6rem;
  text-decoration: none;
  transition: all 0.3s ease-in-out;
  min-height: 6.4rem;
  min-width: 30rem;
  font-size: 2.2rem;
  font-weight: 400;
  letter-spacing: 0.03em;
  line-height: 1.3;
  font-weight: 700;
  border: 0.2rem solid #FFCE85;
  color: #FFCE85;
  cursor: pointer;
}
.button--lSecondary:hover:after {
  font-family: "Material Symbols Outlined";
  content: "arrow_forward_ios";
  line-height: 1;
  font-weight: 400;
}
@media only screen and (max-width: 768px) {
  .button--lSecondary:hover {
    line-height: 1.5;
    font-size: 2rem;
  }
}
@media only screen and (max-width: 768px) {
  .button--lSecondary:hover {
    font-size: 1.8rem;
    font-weight: 400;
    letter-spacing: 0.03em;
    line-height: 1.3;
    font-weight: 700;
  }
}
@media only screen and (max-width: 768px) and (max-width: 768px) {
  .button--lSecondary:hover {
    line-height: 1.5;
    font-size: 1.6rem;
  }
}
.button--lSecondary:hover:after {
  font-size: 1.8rem;
}
.button--lSecondary.disabled {
  border-radius: 0.6rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  -moz-column-gap: 0.8rem;
  column-gap: 0.8rem;
  padding: 0.9rem 0.4rem 0.9rem 1.6rem;
  text-decoration: none;
  transition: all 0.3s ease-in-out;
  min-height: 6.4rem;
  min-width: 30rem;
  font-size: 2.2rem;
  font-weight: 400;
  letter-spacing: 0.03em;
  line-height: 1.3;
  font-weight: 700;
  padding: 0.9rem 1.6rem 0.9rem 1.6rem;
  background-color: #DBE0E3;
  border: 1px solid #DBE0E3;
  color: #FFFFFF;
}
.button--lSecondary.disabled:after {
  font-family: "Material Symbols Outlined";
  content: "arrow_forward_ios";
  line-height: 1;
  font-weight: 400;
}
@media only screen and (max-width: 768px) {
  .button--lSecondary.disabled {
    line-height: 1.5;
    font-size: 2rem;
  }
}
@media only screen and (max-width: 768px) {
  .button--lSecondary.disabled {
    font-size: 1.8rem;
    font-weight: 400;
    letter-spacing: 0.03em;
    line-height: 1.3;
    font-weight: 700;
  }
}
@media only screen and (max-width: 768px) and (max-width: 768px) {
  .button--lSecondary.disabled {
    line-height: 1.5;
    font-size: 1.6rem;
  }
}
.button--lSecondary.disabled:after {
  font-size: 1.8rem;
}
.button--lSecondary.disabled::after {
  content: none;
}

.button--mDefault {
  border-radius: 0.6rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  -moz-column-gap: 0.8rem;
  column-gap: 0.8rem;
  padding: 0.9rem 0.4rem 0.9rem 1.6rem;
  text-decoration: none;
  transition: all 0.3s ease-in-out;
  min-height: 5.6rem;
  min-width: 24rem;
  font-size: 1.5rem;
  font-weight: 400;
  letter-spacing: 0.03em;
  line-height: 1.5;
  font-weight: 700;
  background-color: #FD6B08;
  color: #FFFFFF;
}
.button--mDefault:after {
  font-family: "Material Symbols Outlined";
  content: "arrow_forward_ios";
  line-height: 1;
  font-weight: 400;
}
.button--mDefault:after {
  font-size: 1.4rem;
}
.button--mDefault:hover {
  border-radius: 0.6rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  -moz-column-gap: 0.8rem;
  column-gap: 0.8rem;
  padding: 0.9rem 0.4rem 0.9rem 1.6rem;
  text-decoration: none;
  transition: all 0.3s ease-in-out;
  min-height: 5.6rem;
  min-width: 24rem;
  font-size: 1.5rem;
  font-weight: 400;
  letter-spacing: 0.03em;
  line-height: 1.5;
  font-weight: 700;
  background-color: #FFCE85;
  border-color: #FFCE85;
  cursor: pointer;
}
.button--mDefault:hover:after {
  font-family: "Material Symbols Outlined";
  content: "arrow_forward_ios";
  line-height: 1;
  font-weight: 400;
}
.button--mDefault:hover:after {
  font-size: 1.4rem;
}
.button--mDefault.disabled {
  border-radius: 0.6rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  -moz-column-gap: 0.8rem;
  column-gap: 0.8rem;
  padding: 0.9rem 0.4rem 0.9rem 1.6rem;
  text-decoration: none;
  transition: all 0.3s ease-in-out;
  min-height: 5.6rem;
  min-width: 24rem;
  font-size: 1.5rem;
  font-weight: 400;
  letter-spacing: 0.03em;
  line-height: 1.5;
  font-weight: 700;
  padding: 0.9rem 1.6rem 0.9rem 1.6rem;
  background-color: #DBE0E3;
}
.button--mDefault.disabled:after {
  font-family: "Material Symbols Outlined";
  content: "arrow_forward_ios";
  line-height: 1;
  font-weight: 400;
}
.button--mDefault.disabled:after {
  font-size: 1.4rem;
}
.button--mDefault.disabled::after {
  content: none;
}

.button--mSecondary {
  border-radius: 0.6rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  -moz-column-gap: 0.8rem;
  column-gap: 0.8rem;
  padding: 0.9rem 0.4rem 0.9rem 1.6rem;
  text-decoration: none;
  transition: all 0.3s ease-in-out;
  min-height: 5.6rem;
  min-width: 24rem;
  font-size: 1.5rem;
  font-weight: 400;
  letter-spacing: 0.03em;
  line-height: 1.5;
  font-weight: 700;
  background-color: #FFFFFF;
  color: #FD6B08;
  border: 0.2rem solid #FD6B08;
}
.button--mSecondary:after {
  font-family: "Material Symbols Outlined";
  content: "arrow_forward_ios";
  line-height: 1;
  font-weight: 400;
}
.button--mSecondary:after {
  font-size: 1.4rem;
}
.button--mSecondary:hover {
  border-radius: 0.6rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  -moz-column-gap: 0.8rem;
  column-gap: 0.8rem;
  padding: 0.9rem 0.4rem 0.9rem 1.6rem;
  text-decoration: none;
  transition: all 0.3s ease-in-out;
  min-height: 5.6rem;
  min-width: 24rem;
  font-size: 1.5rem;
  font-weight: 400;
  letter-spacing: 0.03em;
  line-height: 1.5;
  font-weight: 700;
  border: 0.2rem solid #FFCE85;
  color: #FFCE85;
  cursor: pointer;
}
.button--mSecondary:hover:after {
  font-family: "Material Symbols Outlined";
  content: "arrow_forward_ios";
  line-height: 1;
  font-weight: 400;
}
.button--mSecondary:hover:after {
  font-size: 1.4rem;
}
.button--mSecondary.disabled {
  border-radius: 0.6rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  -moz-column-gap: 0.8rem;
  column-gap: 0.8rem;
  padding: 0.9rem 0.4rem 0.9rem 1.6rem;
  text-decoration: none;
  transition: all 0.3s ease-in-out;
  min-height: 5.6rem;
  min-width: 24rem;
  font-size: 1.5rem;
  font-weight: 400;
  letter-spacing: 0.03em;
  line-height: 1.5;
  font-weight: 700;
  padding: 0.9rem 1.6rem 0.9rem 1.6rem;
  background-color: #DBE0E3;
  border: 1px solid #DBE0E3;
  color: #FFFFFF;
}
.button--mSecondary.disabled:after {
  font-family: "Material Symbols Outlined";
  content: "arrow_forward_ios";
  line-height: 1;
  font-weight: 400;
}
.button--mSecondary.disabled:after {
  font-size: 1.4rem;
}
.button--mSecondary.disabled::after {
  content: none;
}

.no-scroll {
  overflow: hidden;
  width: 100%;
}

.header {
  height: 7.2rem;
  display: flex;
  align-items: center;
  background-color: #FFFFFF;
  position: sticky;
  top: 0;
  z-index: 3;
  transition: background-color 0.3s ease-in-out, opacity 1s ease-in-out;
  overflow: hidden;
}
@media only screen and (max-width: 768px) {
  .header {
    height: 6.8rem;
  }
}
.header.inFv {
  background-color: transparent;
  opacity: 0;
}
.header.inFv.active {
  opacity: 1;
}

.headerContents {
  width: 100%;
  padding-inline: 2.4rem;
  margin-inline: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media only screen and (max-width: 768px) {
  .headerContents {
    display: grid;
    grid-template-columns: 1fr 10.3rem 4rem;
    -moz-column-gap: 1rem;
    column-gap: 1rem;
    padding-inline: 1.6rem 1.4rem;
  }
}

.header__logo {
  z-index: 1;
  position: relative;
}
.header__logo img {
  min-width: 14.8rem;
  max-width: 14.8rem;
  height: auto;
}

.headerWrap {
  display: flex;
  align-items: center;
  gap: 3.2rem;
}
@media only screen and (max-width: 950px) {
  .headerWrap {
    gap: 1.2rem;
  }
}

@media only screen and (max-width: 768px) {
  .header__nav {
    display: none;
  }
}

.header__navList {
  display: flex;
  align-items: center;
  list-style: none;
  gap: 3.2rem;
}
@media only screen and (max-width: 950px) {
  .header__navList {
    gap: 1.2rem;
  }
}
.header__navList li a {
  text-decoration: none;
  font-size: 1.3rem;
  line-height: 1.5;
  font-weight: 700;
  transition: all 0.3s ease-in-out;
  display: flex;
  align-items: center;
  -moz-column-gap: 0.4rem;
  column-gap: 0.4rem;
}
.header__navList li a:hover {
  color: #FD6B08;
}
.header__navList li a[href$=faq]::after {
  font-family: "Material Symbols Outlined";
  content: "keyboard_arrow_down";
  line-height: 1;
  font-weight: 400;
  font-size: 2rem;
}
.header__navList li a[target=_blank]::after {
  background-image: url("../img/icon_window-restore-solid_black.svg");
  content: "";
  max-width: 1.6rem;
  min-width: 1.6rem;
  min-height: 1.6rem;
  max-height: 1.6rem;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease-in-out;
}
.header__navList li a[target=_blank]:hover::after {
  background-image: url("../img/icon_window-restore-solid_orange.svg");
}

.header__button {
  background-color: #FD6B08;
  color: #FFFFFF;
  padding: 1.2rem 2.4rem;
  text-decoration: none;
  font-size: 1.5rem;
  font-weight: 400;
  letter-spacing: 0.03em;
  line-height: 1.5;
  font-weight: 700;
  height: 4rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 0.4rem;
  transition: all 0.3s ease-in-out;
  z-index: 1;
  position: relative;
}
.header__button:hover {
  background-color: #FFCE85;
}
@media only screen and (max-width: 950px) {
  .header__button {
    padding-inline: 1.2rem;
    font-size: 1.3rem;
    font-weight: 400;
    letter-spacing: 0.03em;
    line-height: 1.5;
    font-weight: 700;
  }
}
@media only screen and (max-width: 768px) {
  .header__button {
    font-size: 1.3rem;
    font-weight: 400;
    letter-spacing: 0.03em;
    line-height: 1.5;
    font-weight: 700;
    padding-inline: 1.2rem;
    letter-spacing: 0;
  }
}

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

.header__hamburgerIconWrap {
  aspect-ratio: 1/1;
  width: 4rem;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1;
  position: relative;
}
.header__hamburgerIconWrap.active .header__hamburgerIcon--menu {
  display: none;
}
.header__hamburgerIconWrap.active .header__hamburgerIcon--close {
  display: block;
}

.header__hamburgerIcon--close, .header__hamburgerIcon--menu, .header__hamburgerIconWrap.active .header__hamburgerIcon--menu, .header__hamburgerIconWrap.active .header__hamburgerIcon--close {
  max-width: 4rem;
}

.header__hamburgerIcon--close {
  display: none;
}

.header__hamburgerMenuWrap {
  opacity: 0;
  transition: opacity 0.1s ease-in-out;
}
.header__hamburgerMenuWrap.active {
  opacity: 1;
  width: 100%;
  height: calc(100% - 6.8rem);
  overflow: auto;
  background-color: #FFF3E7;
  position: fixed;
  left: 0;
  top: 6.8rem;
}

.header__hamburgerMenu {
  margin: auto;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  position: absolute;
  text-align: right;
  background-color: #FFF3E7;
  padding-top: 6.4rem;
  padding-bottom: 4rem;
  opacity: 0;
  transition: opacity 0.1s ease-in-out;
}

.header__hamburgerMenuWrap.active .header__hamburgerMenu {
  opacity: 1;
}

.header__hamburgerMenuClose {
  display: inline-flex;
  flex-direction: column;
  align-items: flex-end;
  justify-content: center;
  padding-inline: 2rem;
  padding-bottom: 1.2rem;
  text-align: right;
}

.header__hamburgerMenuList {
  list-style: none;
}

.header__hamburgerMenuListItem {
  font-size: 1.5rem;
  font-weight: 400;
  letter-spacing: 0.03em;
  line-height: 1.5;
  font-weight: 700;
  text-align: center;
}
.header__hamburgerMenuListItem a {
  text-decoration: none;
  display: flex;
  align-items: center;
  -moz-column-gap: 0.4rem;
  column-gap: 0.4rem;
  justify-content: center;
}
.header__hamburgerMenuListItem a[target=_blank]::after {
  background-image: url("../img/icon_window-restore-solid_black.svg");
  content: "";
  max-width: 1.6rem;
  min-width: 1.6rem;
  min-height: 1.6rem;
  max-height: 1.6rem;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease-in-out;
}
.header__hamburgerMenuListItem a[target=_blank]:hover::after {
  background-image: url("../img/icon_window-restore-solid_orange.svg");
}
.header__hamburgerMenuListItem + .header__hamburgerMenuListItem {
  margin-top: 3.2rem;
}

.header__hamburgerMenuButtonContent {
  text-align: center;
}

.header__hamburgerMenuButtonWrap {
  text-align: center;
}

.footer {
  display: flex;
  flex-direction: column;
  row-gap: 2.4rem;
  justify-content: center;
  align-items: center;
  padding-block: 4rem 3.2rem;
}
@media only screen and (max-width: 768px) {
  .footer {
    flex-direction: column;
    padding-inline: 2rem;
  }
}
.footer .footer__contents {
  padding-inline: 4rem;
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 768px) {
  .footer .footer__contents {
    flex-direction: column;
    padding: 0;
  }
}
.footer .footer__contentsImage {
  margin-right: 2.6rem;
  max-width: 15.5rem;
}
@media only screen and (max-width: 768px) {
  .footer .footer__contentsImage {
    margin-right: 0;
    max-width: 20.3rem;
  }
}
.footer .footer__contentsList {
  display: flex;
  align-items: center;
  -moz-column-gap: 3.2rem;
  column-gap: 3.2rem;
  padding-inline: 4rem 3.2rem;
  border-right: 0.1rem solid #A3A09E;
  padding-block: 0.2rem;
  flex-wrap: wrap;
  row-gap: 0.8rem;
  font-size: 1.3rem;
  font-weight: 400;
  letter-spacing: 0.03em;
  line-height: 1.5;
  font-weight: 700;
}
@media only screen and (max-width: 768px) {
  .footer .footer__contentsList {
    flex-direction: column;
    border-right: none;
    margin-top: 3.5rem;
    row-gap: 2rem;
    font-size: 1.5rem;
    font-weight: 400;
    letter-spacing: 0.03em;
    line-height: 1.5;
    font-weight: 700;
    width: 100%;
    padding: 0;
  }
}
.footer .footer__contentsList a {
  transition: all 0.3s ease-in-out;
  text-decoration: none;
  display: flex;
  align-items: center;
  -moz-column-gap: 0.4rem;
  column-gap: 0.4rem;
}
.footer .footer__contentsList a:hover {
  color: #FD6B08;
}
.footer .footer__contentsList a[target=_blank]::after {
  background-image: url("../img/icon_window-restore-solid_black.svg");
  content: "";
  max-width: 1.6rem;
  min-width: 1.6rem;
  min-height: 1.6rem;
  max-height: 1.6rem;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease-in-out;
}
.footer .footer__contentsList a[target=_blank]:hover::after {
  background-image: url("../img/icon_window-restore-solid_orange.svg");
}
.footer .footer__contentsSubList {
  padding: 0.2rem 3.2rem 0.2rem 4rem;
  display: flex;
  align-items: center;
  font-size: 1.3rem;
  font-weight: 400;
  letter-spacing: 0.03em;
  line-height: 1.5;
  -moz-column-gap: 2.4rem;
  column-gap: 2.4rem;
  flex-wrap: wrap;
  row-gap: 0.8rem;
}
@media only screen and (max-width: 768px) {
  .footer .footer__contentsSubList {
    margin-top: 4.9rem;
    -moz-column-gap: 1.6rem;
    column-gap: 1.6rem;
    padding: 0;
  }
}
.footer .footer__contentsSubList a {
  transition: all 0.3s ease-in-out;
  text-decoration: none;
  color: #5C6468;
  display: flex;
  align-items: center;
  -moz-column-gap: 0.4rem;
  column-gap: 0.4rem;
}
.footer .footer__contentsSubList a:hover {
  color: #1B1B1B;
}
.footer .footer__contentsSubList a[target=_blank]::after {
  background-image: url("../img/icon_window-restore-solid_gray.svg");
  content: "";
  max-width: 1.6rem;
  min-width: 1.6rem;
  min-height: 1.6rem;
  max-height: 1.6rem;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease-in-out;
}
.footer .footer__copy {
  color: #5C6468;
  font-size: 1.3rem;
  font-weight: 400;
  letter-spacing: 0.03em;
  line-height: 1.5;
}

.exampleListItem {
  border-radius: 0.8rem;
  overflow: hidden;
  transition: all 0.3s ease-in-out;
}
.exampleListItem:hover {
  opacity: 0.8;
}
.exampleListItem a {
  text-decoration: none;
  display: inline-block;
  width: 100%;
  height: 100%;
}
.exampleListItem .exampleListItem__image {
  aspect-ratio: 3/2;
  overflow: hidden;
}
.exampleListItem .exampleListItem__image img {
  -o-object-fit: cover;
  object-fit: cover;
  height: 100%;
  width: auto;
}
.exampleListItem .exampleListItemWrap {
  background-color: #F3F6FA;
  padding: 2rem;
  height: 100%;
}
.exampleListItem .exampleListItem__category {
  display: flex;
  flex-wrap: wrap;
  gap: 0.6rem;
}
.exampleListItem .exampleListItem__categoryItem {
  border-radius: 0.4rem;
  border: 0.1rem solid #FD6B08;
  color: #FD6B08;
  padding: 0.4rem 1rem;
  background-color: #FFFFFF;
  font-size: 1.3rem;
  font-weight: 400;
  letter-spacing: 0.03em;
  line-height: 1.5;
  letter-spacing: 0;
}
.exampleListItem .exampleListItem__title {
  margin-top: 0.8rem;
  font-size: 1.5rem;
  font-weight: 400;
  letter-spacing: 0.03em;
  line-height: 1.5;
  font-weight: 700;
  min-height: 4.6rem;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.exampleListItem .exampleListItem__note {
  margin-top: 1.8rem;
  font-size: 1.3rem;
  font-weight: 400;
  letter-spacing: 0.03em;
  line-height: 1.5;
  color: #5C6468;
  min-height: 2.3rem;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}

.head {
  padding-block: 10rem 9.6rem;
  background-color: #FFF3E7;
  position: relative;
}
@media only screen and (max-width: 768px) {
  .head {
    padding-block: 5.6rem 5.9rem;
  }
}
.head:before {
  content: "";
  display: inline-block;
  background-image: url("../img/head_1.webp");
  background-size: contain;
  width: 28.5rem;
  height: 22.3rem;
  top: 0;
  left: 0;
  position: absolute;
  background-repeat: no-repeat;
}
@media only screen and (max-width: 768px) {
  .head:before {
    background-image: url("../img/head_1_sp.webp");
    width: 9.2rem;
    height: 6.8rem;
  }
}
.head:after {
  content: "";
  display: inline-block;
  background-image: url("../img/head_2.webp");
  background-size: cover;
  min-width: 43.5rem;
  min-height: 25.2rem;
  top: 0;
  right: 0;
  position: absolute;
  height: 100%;
  width: auto;
  background-repeat: no-repeat;
}
@media only screen and (max-width: 768px) {
  .head:after {
    background-image: url("../img/head_2_sp.webp");
    background-position: right bottom;
    min-width: 12.8rem;
    min-height: 12.1rem;
    top: auto;
    bottom: 0;
    background-size: contain;
  }
}
.head .head__title, .head .head__title--contact {
  max-width: 104rem;
  width: 100%;
  margin-inline: auto;
  padding-inline: 4rem;
  font-size: 3.5rem;
  font-weight: 700;
  letter-spacing: 0.03em;
  line-height: 1.6;
  z-index: 1;
  position: relative;
}
@media only screen and (max-width: 768px) {
  .head .head__title, .head .head__title--contact {
    padding-inline: 2rem;
    max-width: 100%;
  }
}
@media only screen and (max-width: 375px) {
  .head .head__title, .head .head__title--contact {
    min-width: 37.5rem;
    max-width: 37.5rem;
  }
}
@media only screen and (max-width: 768px) {
  .head .head__title, .head .head__title--contact {
    font-size: 3.6rem;
    font-weight: 400;
    letter-spacing: 0.03em;
    line-height: 1.3;
    font-weight: 700;
  }
}
@media only screen and (max-width: 768px) and (max-width: 768px) {
  .head .head__title, .head .head__title--contact {
    line-height: 1.5;
    font-size: 3.2rem;
    letter-spacing: 0;
  }
}
@media only screen and (max-width: 768px) {
  .head .head__title--contact {
    padding-left: 3.2rem;
  }
}

.h2Title {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.h2Title .h2Title__balloon {
  font-size: 1.8rem;
  font-weight: 400;
  letter-spacing: 0.03em;
  line-height: 1.3;
  font-weight: 700;
  color: #FFFFFF;
  background-color: #FD6B08;
  border-radius: 3rem;
  padding: 0.9rem 2.4rem;
  position: relative;
}
@media only screen and (max-width: 768px) {
  .h2Title .h2Title__balloon {
    line-height: 1.5;
    font-size: 1.6rem;
  }
}
.h2Title .h2Title__balloon:after {
  content: "";
  position: absolute;
  bottom: -1.2rem;
  left: 50%;
  transform: translateX(-50%);
  border-right: solid 1.2rem transparent;
  border-left: solid 1.2rem transparent;
  border-top: solid 1.8rem #FD6B08;
}
@media only screen and (max-width: 768px) {
  .h2Title .h2Title__balloon {
    padding-inline: 1.6rem;
  }
}
.h2Title .h2Title__Title {
  margin-top: 1.2rem;
  font-size: 3rem;
  font-weight: 400;
  letter-spacing: 0.03em;
  line-height: 1.3;
  font-weight: 700;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .h2Title .h2Title__Title {
    line-height: 1.5;
    font-size: 2.6rem;
    letter-spacing: 0;
  }
}
.h2Title .h2Title__Title strong {
  color: #FD6B08;
}

.cta {
  padding: 2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  background-image: url("../img/cta_bg.webp");
  background-size: cover;
  background-position: center;
  min-height: 26rem;
}
@media only screen and (max-width: 1200px) {
  .cta {
    background-image: url("../img/cta_bg_tb.webp");
  }
}
@media only screen and (max-width: 600px) {
  .cta {
    background-image: url("../img/cta_bg_sp.webp");
    min-height: 23.3rem;
  }
}
.cta .cta__text {
  font-size: 3rem;
  font-weight: 400;
  letter-spacing: 0.03em;
  line-height: 1.3;
  font-weight: 700;
  color: #FFFFFF;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .cta .cta__text {
    line-height: 1.5;
    font-size: 2.6rem;
    letter-spacing: 0;
  }
}
@media only screen and (max-width: 768px) {
  .cta .cta__text {
    font-size: 2.4rem;
    font-weight: 400;
    letter-spacing: 0.03em;
    line-height: 1.3;
    font-weight: 700;
  }
}
@media only screen and (max-width: 768px) and (max-width: 768px) {
  .cta .cta__text {
    line-height: 1.5;
    font-size: 2.4rem;
  }
}
@media only screen and (max-width: 960px) {
  .cta .cta__text .spContent {
    display: block;
  }
}
.cta .cta__buttonWrap {
  margin-top: 2.7rem;
}
@media only screen and (max-width: 960px) {
  .cta .cta__buttonWrap {
    margin-top: 1.6rem;
  }
}
@media only screen and (max-width: 768px) {
  .cta .cta__buttonWrap {
    margin-top: 2.4rem;
  }
}
.cta .cta__button {
  border-radius: 0.6rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  -moz-column-gap: 0.8rem;
  column-gap: 0.8rem;
  padding: 0.9rem 1.6rem 0.9rem 2rem;
  text-decoration: none;
  transition: all 0.3s ease;
  min-width: 28rem;
  min-height: 6rem;
  color: #FD6B08;
  background-color: #FFFFFF;
  font-size: 2rem;
  line-height: 1.5;
  letter-spacing: 0.03em;
  font-weight: 700;
  border: 0.2rem #FFFFFF solid;
}
@media only screen and (max-width: 768px) {
  .cta .cta__button {
    min-width: 24rem;
    font-size: 1.8rem;
    font-weight: 400;
    letter-spacing: 0.03em;
    line-height: 1.3;
    font-weight: 700;
  }
}
@media only screen and (max-width: 768px) and (max-width: 768px) {
  .cta .cta__button {
    line-height: 1.5;
    font-size: 1.6rem;
  }
}
.cta .cta__button:after {
  font-family: "Material Symbols Outlined";
  content: "arrow_forward_ios";
  font-size: 1.8rem;
  line-height: 1;
  font-weight: 400;
}
.cta .cta__button:hover {
  border: 0.2rem #FFFFFF solid;
  background-color: rgba(255, 255, 255, 0.15);
  color: #FFFFFF;
}

.flow {
  padding-block: 12rem;
}
@media only screen and (max-width: 768px) {
  .flow {
    padding-block: 8rem 10rem;
  }
}
.flow .flowWrap {
  max-width: 104rem;
  width: 100%;
  margin-inline: auto;
  padding-inline: 4rem;
}
@media only screen and (max-width: 768px) {
  .flow .flowWrap {
    padding-inline: 2rem;
    max-width: 100%;
  }
}
@media only screen and (max-width: 375px) {
  .flow .flowWrap {
    min-width: 37.5rem;
    max-width: 37.5rem;
  }
}
.flow .flow__title {
  font-size: 3rem;
  font-weight: 400;
  letter-spacing: 0.03em;
  line-height: 1.3;
  font-weight: 700;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .flow .flow__title {
    line-height: 1.5;
    font-size: 2.6rem;
    letter-spacing: 0;
  }
}
.flow .flow__text {
  margin-top: 1.6rem;
  font-size: 1.8rem;
  font-weight: 400;
  letter-spacing: 0.03em;
  line-height: 1.3;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .flow .flow__text {
    line-height: 1.5;
    font-size: 1.6rem;
  }
}
@media only screen and (max-width: 768px) {
  .flow .flow__text {
    text-align: left;
  }
}
.flow .flow__table {
  margin-top: 4rem;
}
@media only screen and (max-width: 768px) {
  .flow .flow__table {
    margin-top: 6.4rem;
  }
}
@media only screen and (max-width: 768px) {
  .flow .flow__table table thead {
    display: none;
  }
}
.flow .flow__table table thead tr {
  display: grid;
  grid-template-columns: 1fr 1fr;
  -moz-column-gap: 3.2rem;
  column-gap: 3.2rem;
}
.flow .flow__table table thead tr th {
  padding: 0.2rem 1.2rem;
  min-height: 3.8rem;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.8rem;
  font-weight: 400;
  letter-spacing: 0.03em;
  line-height: 1.3;
  font-weight: 700;
}
@media only screen and (max-width: 768px) {
  .flow .flow__table table thead tr th {
    line-height: 1.5;
    font-size: 1.6rem;
  }
}
.flow .flow__table table thead tr th:first-child {
  position: relative;
  background-color: #FF6F00;
  border-radius: 0.4rem 0 0 0.4rem;
  color: #FFFFFF;
  border: none;
}
.flow .flow__table table thead tr th:first-child::after {
  content: "";
  position: absolute;
  top: 50%;
  right: -1.8rem;
  transform: translateY(-50%);
  background-image: url("../img/service/icon_arrow.svg");
  aspect-ratio: 18/38;
  width: 1.8rem;
}
.flow .flow__table table thead tr th:nth-child(2) {
  color: #FD6B08;
  border-radius: 0.4rem;
  border: solid 0.1rem #FD6B08;
  line-height: 1;
}
.flow .flow__table table tbody tr {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  -moz-column-gap: 3.2rem;
  column-gap: 3.2rem;
  margin-top: 2rem;
}
@media only screen and (max-width: 960px) {
  .flow .flow__table table tbody tr {
    -moz-column-gap: 1.2rem;
    column-gap: 1.2rem;
  }
}
@media only screen and (max-width: 768px) {
  .flow .flow__table table tbody tr {
    grid-template-columns: 1fr;
    row-gap: 3.2rem;
  }
}
.flow .flow__table table tbody td {
  margin-block: 2rem 4rem;
  display: grid;
  grid-template-columns: 1fr;
  row-gap: 2rem;
  border: none;
  grid-template-rows: subgrid;
  grid-row: span 3;
  padding: 0;
}
@media only screen and (max-width: 768px) {
  .flow .flow__table table tbody td {
    margin-block: 0;
    display: flex;
    align-items: center;
    justify-items: center;
    row-gap: 0;
    -moz-column-gap: 1.6rem;
    column-gap: 1.6rem;
  }
}
.flow .flow__table table tbody td .table__tdImage {
  width: 100%;
}
@media only screen and (max-width: 768px) {
  .flow .flow__table table tbody td .table__tdImage {
    max-width: 13rem;
    width: 38.8%;
  }
}
.flow .flow__table table tbody td .table__tdWrap {
  display: flex;
  flex-direction: column;
  row-gap: 0;
}
.flow .flow__table table tbody td .table__tdTitle {
  font-size: 1.8rem;
  font-weight: 400;
  letter-spacing: 0.03em;
  line-height: 1.3;
  font-weight: 700;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1.6;
  min-height: 5.8rem;
}
@media only screen and (max-width: 768px) {
  .flow .flow__table table tbody td .table__tdTitle {
    line-height: 1.5;
    font-size: 1.6rem;
  }
}
@media only screen and (max-width: 865px) {
  .flow .flow__table table tbody td .table__tdTitle {
    min-height: 8.6rem;
  }
}
@media only screen and (max-width: 768px) {
  .flow .flow__table table tbody td .table__tdTitle {
    min-height: auto;
    text-align: left;
    justify-content: flex-start;
  }
}
.flow .flow__table table tbody td .table__tdText {
  font-size: 1.5rem;
  font-weight: 400;
  letter-spacing: 0.03em;
  line-height: 1.5;
  margin-top: 2.4rem;
}
@media only screen and (max-width: 768px) {
  .flow .flow__table table tbody td .table__tdText {
    margin-top: 0.8rem;
  }
}
.flow .flow__table table tbody td .table__tdText a {
  color: #0071E3;
  transition: all 0.3s ease;
}
@media only screen and (max-width: 768px) {
  .flow .flow__table table tbody td .table__tdText a {
    text-decoration: none;
  }
}
.flow .flow__table table tbody td .table__tdText a:hover {
  opacity: 0.5;
}

.pagePlan .plan {
  padding-block: 12rem;
  background-color: #F3F6FA;
}
@media only screen and (max-width: 768px) {
  .pagePlan .plan {
    padding-block: 8rem 10rem;
  }
}
.pagePlan .plan__title {
  font-size: 3rem;
  font-weight: 400;
  letter-spacing: 0.03em;
  line-height: 1.3;
  font-weight: 700;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .pagePlan .plan__title {
    line-height: 1.5;
    font-size: 2.6rem;
    letter-spacing: 0;
  }
}
.pagePlan .plan__title strong {
  color: #FD6B08;
}
@media only screen and (max-width: 768px) {
  .pagePlan .plan__title {
    padding-inline: 2rem;
  }
}
.pagePlan .plan__subTitle {
  margin-top: 2.4rem;
  text-align: center;
  font-size: 1.8rem;
  font-weight: 400;
  letter-spacing: 0.03em;
  line-height: 1.3;
}
@media only screen and (max-width: 768px) {
  .pagePlan .plan__subTitle {
    line-height: 1.5;
    font-size: 1.6rem;
  }
}
@media only screen and (max-width: 768px) {
  .pagePlan .plan__subTitle {
    padding-inline: 2rem;
    text-align: left;
  }
}
.pagePlan .plan__table {
  margin-top: 4rem;
  background-color: #FFFFFF;
  padding: 5rem 3.2rem;
  border-radius: 1.2rem;
  max-width: 100rem;
  width: calc(100% - 8rem);
  margin-inline: auto;
}
@media only screen and (max-width: 768px) {
  .pagePlan .plan__table {
    display: none;
  }
}
.pagePlan .plan__tableTitle {
  font-size: 2.4rem;
  font-weight: 400;
  letter-spacing: 0.03em;
  line-height: 1.3;
  font-weight: 700;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .pagePlan .plan__tableTitle {
    line-height: 1.5;
    font-size: 2.4rem;
  }
}
.pagePlan .plan__tableSubTitle {
  margin-top: 0.8rem;
  text-align: center;
  font-size: 1.5rem;
  font-weight: 400;
  letter-spacing: 0.03em;
  line-height: 1.5;
}
.pagePlan .plan__tableContent {
  margin-top: 2.4rem;
}
.pagePlan .plan__tableContent table {
  width: 100%;
  display: flex;
  flex-direction: column;
}
.pagePlan .plan__tableContent table thead {
  width: 100%;
  display: flex;
  flex-direction: column;
}
.pagePlan .plan__tableContent table thead tr {
  display: grid;
  grid-template-columns: 31.9rem 1fr 1fr 1fr 1fr;
  -moz-column-gap: 0.1rem;
  column-gap: 0.1rem;
  border-radius: 0.8rem 0.8rem 0 0;
  overflow: hidden;
}
.pagePlan .plan__tableContent table thead tr th {
  background-color: #DEE4EA;
  min-height: 4.6rem;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.8rem;
  font-size: 1.5rem;
  font-weight: 400;
  letter-spacing: 0.03em;
  line-height: 1.5;
  font-weight: 700;
  border-right: none;
  border-left: none;
  border-top: none;
  border-bottom: none;
  text-align: center;
}
.pagePlan .plan__tableContent table tbody {
  width: 100%;
  display: flex;
  flex-direction: column;
  border-bottom: #E5EDF5 solid 0.1rem;
}
.pagePlan .plan__tableContent table tbody tr {
  display: grid;
  grid-template-columns: 31.9rem 1fr 1fr 1fr 1fr;
  -moz-column-gap: 0.1rem;
  column-gap: 0.1rem;
  border-top: #E5EDF5 solid 0.1rem;
  border-right: #E5EDF5 solid 0.1rem;
}
.pagePlan .plan__tableContent table tbody tr th, .pagePlan .plan__tableContent table tbody tr td {
  border-right: none;
  border-top: none;
  border-bottom: none;
  border-left: #E5EDF5 solid 0.1rem;
  padding: 1.6rem 2rem;
}
.pagePlan .plan__tableContent table tbody tr th .plan__tableThTitle {
  font-size: 1.8rem;
  font-weight: 400;
  letter-spacing: 0.03em;
  line-height: 1.3;
  font-weight: 700;
  display: flex;
  align-items: center;
  -moz-column-gap: 1rem;
  column-gap: 1rem;
}
@media only screen and (max-width: 768px) {
  .pagePlan .plan__tableContent table tbody tr th .plan__tableThTitle {
    line-height: 1.5;
    font-size: 1.6rem;
  }
}
.pagePlan .plan__tableContent table tbody tr th .plan__tableThText {
  font-size: 1.5rem;
  font-weight: 400;
  letter-spacing: 0.03em;
  line-height: 1.5;
  margin-top: 1rem;
}
.pagePlan .plan__tableContent table tbody tr th .plan__tableThTitleLabel {
  padding: 0.6rem 1rem;
  background-color: #DEE6EF;
  font-size: 1.3rem;
  font-weight: 400;
  letter-spacing: 0.03em;
  line-height: 1.5;
  min-height: 3.2rem;
}
.pagePlan .plan__tableContent table tbody tr th .plan__tableThList {
  margin-top: 0.8rem;
  font-size: 1.3rem;
  font-weight: 400;
  letter-spacing: 0.03em;
  line-height: 1.5;
  font-weight: 700;
  list-style: disc;
  list-style-position: inside;
}
.pagePlan .plan__tableContent table tbody tr th .plan__tableThList strong {
  color: #FD6B08;
}
.pagePlan .plan__tableContent table tbody tr th + th {
  border-right: #E5EDF5 solid 0.1rem;
}
.pagePlan .plan__tableContent table tbody tr td {
  display: flex;
  align-items: center;
  justify-content: center;
}
.pagePlan .plan__tableContent table tbody tr td .plan__tableTdNone {
  content: "";
  display: flex;
  align-content: center;
  justify-content: center;
}
.pagePlan .plan__tableContent table tbody tr td .plan__tableTdNone::after {
  width: 2rem;
  height: 0.25rem;
  border-radius: 2rem;
  background-color: #BEC2C7;
  content: "";
  display: inline-block;
}
.pagePlan .plan__card {
  display: none;
}
@media only screen and (max-width: 768px) {
  .pagePlan .plan__card {
    display: block;
    margin-top: 6.4rem;
    width: calc(100% - 4rem);
    margin-inline: auto;
    padding: 5rem 2rem;
    background-color: #FFFFFF;
    border-radius: 1.2rem;
  }
}
.pagePlan .plan__cardTitle {
  font-size: 2.4rem;
  font-weight: 400;
  letter-spacing: 0.03em;
  line-height: 1.3;
  font-weight: 700;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .pagePlan .plan__cardTitle {
    line-height: 1.5;
    font-size: 2.4rem;
  }
}
.pagePlan .plan__cardSubTitle {
  margin-top: 0.8rem;
  font-size: 1.5rem;
  font-weight: 400;
  letter-spacing: 0.03em;
  line-height: 1.5;
}
.pagePlan .plan__cardList {
  margin-top: 3.2rem;
}
.pagePlan .planCardListItem + .planCardListItem {
  margin-top: 3.2rem;
}
.pagePlan .planCardListItem__title {
  font-size: 1.8rem;
  font-weight: 400;
  letter-spacing: 0.03em;
  line-height: 1.3;
  font-weight: 700;
  display: flex;
  align-items: center;
  -moz-column-gap: 1rem;
  column-gap: 1rem;
}
@media only screen and (max-width: 768px) {
  .pagePlan .planCardListItem__title {
    line-height: 1.5;
    font-size: 1.6rem;
  }
}
.pagePlan .planCardListItem__title span {
  background-color: #DEE6EF;
  padding: 0.6rem 1rem;
  font-size: 1.3rem;
  font-weight: 400;
  letter-spacing: 0.03em;
  line-height: 1.5;
}
.pagePlan .planCardListItem__text {
  margin-top: 1rem;
  font-size: 1.3rem;
  font-weight: 400;
  letter-spacing: 0.03em;
  line-height: 1.5;
}
.pagePlan .planCardListItem__dl {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: 1fr 1fr;
  gap: 0;
  margin-top: 1rem;
}
.pagePlan .planCardListItem__dlWrap {
  display: flex;
  flex-direction: column;
}
.pagePlan .planCardListItem__dlWrap dt {
  border-right: 0.1rem solid #FFFFFF;
  border-left: 0.1rem solid #FFFFFF;
  padding: 0.8rem 1.2rem;
  background-color: #DEE4EA;
  font-size: 1.3rem;
  font-weight: 400;
  letter-spacing: 0.03em;
  line-height: 1.5;
  font-weight: 700;
  text-align: center;
}
.pagePlan .planCardListItem__dlWrap dd {
  padding: 1.2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 0.1rem solid #E5EDF5;
  height: 100%;
}
.pagePlan .planCardListItem__dlWrap dd img {
  aspect-ratio: 1/1;
}
@media only screen and (max-width: 768px) {
  .pagePlan .planCardListItem__dlWrap dd img {
    max-width: 2.4rem;
    max-height: 2.4rem;
  }
}
.pagePlan .plan__cardNone {
  content: "";
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 2.4rem;
  min-width: 2.4rem;
  max-height: 2.4rem;
  min-height: 2.4rem;
}
.pagePlan .plan__cardNone::after {
  width: 1.2rem;
  height: 0.15rem;
  border-radius: 2rem;
  background-color: #BEC2C7;
  content: "";
  display: inline-block;
}
.pagePlan .planCardListItem__list {
  margin-top: 0.8rem;
  font-size: 1.3rem;
  font-weight: 400;
  letter-spacing: 0.03em;
  line-height: 1.5;
  font-weight: 700;
  list-style: disc;
  list-style-position: inside;
}
.pagePlan .planCardListItem__list strong {
  color: #FD6B08;
}
/*# sourceMappingURL=plan.css.map */