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;
}

.fv {
  background-color: #FFF3E7;
  padding-block: 14rem 7.3rem;
  position: relative;
  overflow: hidden;
  margin-top: -7.2rem;
  height: 100vh;
  min-height: 89.6rem;
}
@media only screen and (max-width: 768px) {
  .fv {
    height: auto;
    min-height: auto;
    padding-block: 12.3rem 4rem;
  }
}
@media only screen and (max-width: 375px) {
  .fv {
    padding-block: 10.8rem 5.7rem;
  }
}

.fv__point {
  content: "";
  display: inline-block;
  background-image: url("../img/top/fv_bg_1.webp");
  background-size: contain;
  width: 33.7rem;
  aspect-ratio: 674/434;
  top: 0;
  left: 0;
  position: absolute;
  background-repeat: no-repeat;
  z-index: 1;
  opacity: 0;
  transition: opacity 0.6s ease-in-out;
}
@media only screen and (max-width: 768px) {
  .fv__point {
    background-image: url("../img/top/fv_bg_1_sp.webp");
    max-width: 16.2rem;
    aspect-ratio: 324/306;
    background-size: contain;
    width: 100%;
  }
}
.fv__point.active {
  opacity: 1;
}

.fv__video {
  content: "";
  display: inline-block;
  background-image: url("../img/top/fv_bg_2.webp");
  background-size: contain;
  width: 72rem;
  aspect-ratio: 1440/868;
  top: 7%;
  right: 0;
  position: absolute;
  background-repeat: no-repeat;
  opacity: 0;
  transition: opacity 0.6s ease-in-out;
}
@media only screen and (min-width: 1441px) {
  .fv__video {
    max-width: 42%;
  }
}
@media only screen and (max-width: 1143px) {
  .fv__video {
    width: 72rem;
    top: 8%;
    right: auto;
    left: 43rem;
  }
}
@media only screen and (max-width: 768px) {
  .fv__video {
    max-width: 24.3rem;
    top: 19.5rem;
    left: 68%;
  }
}
@media only screen and (max-width: 567px) {
  .fv__video {
    background-image: url("../img/top/fv_bg_2_sp.webp");
    max-width: 13.9rem;
    aspect-ratio: 278/396;
    top: 16.9rem;
    background-size: contain;
    right: 0;
    left: auto;
  }
}
.fv__video.active {
  opacity: 1;
}

.fvWrap {
  max-width: 104rem;
  width: 100%;
  margin-inline: auto;
  padding-inline: 4rem;
  max-width: 128rem;
  z-index: 1;
  position: relative;
  opacity: 0;
  transition: opacity 0.6s ease-in-out;
}
@media only screen and (max-width: 768px) {
  .fvWrap {
    padding-inline: 2rem;
    max-width: 100%;
  }
}
@media only screen and (max-width: 375px) {
  .fvWrap {
    min-width: 37.5rem;
    max-width: 37.5rem;
  }
}
@media only screen and (min-width: 1440px) {
  .fvWrap {
    max-width: 100%;
    margin-left: 14.5rem;
  }
}
.fvWrap.active {
  opacity: 1;
}

.fv__title {
  font-size: 4rem;
  line-height: 1.6;
  font-weight: 700;
  font-feature-settings: normal;
}
@media only screen and (max-width: 768px) {
  .fv__title {
    font-size: clamp(2rem, 5vw + 1rem, 3.2rem);
  }
}
@media only screen and (max-width: 560px) {
  .fv__title {
    text-align: center;
  }
}
@media only screen and (max-width: 375px) {
  .fv__title {
    font-size: 3.2rem;
  }
}
@media only screen and (max-width: 768px) {
  .fv__title .spContent {
    display: none;
  }
}
@media only screen and (max-width: 560px) {
  .fv__title .spContent {
    display: block;
  }
}

.fv__text {
  margin-top: 2.6rem;
  line-height: 2;
  font-size: 1.5rem;
  font-weight: 400;
  font-feature-settings: normal;
}
@media only screen and (max-width: 567px) {
  .fv__text br {
    display: none;
  }
}
@media only screen and (max-width: 768px) {
  .fv__text {
    margin-top: 2rem;
  }
}

.fv__listWrap {
  margin-top: 6.4rem;
  z-index: 1;
  position: relative;
  opacity: 0;
  transition: all 1s ease-in-out;
  pointer-events: none;
}
@media only screen and (max-width: 768px) {
  .fv__listWrap {
    margin-top: 4rem;
  }
}
.fv__listWrap.active {
  opacity: 1;
}

.fv__list {
  display: flex;
  align-items: center;
  transition-timing-function: linear;
}

.fv__list--1,
.fv__list--2,
.fv__list--3,
.fv__list--4 {
  min-height: 40.5rem;
  height: 45vh;
  width: auto;
}
@media only screen and (max-width: 768px) {
  .fv__list--1,
  .fv__list--2,
  .fv__list--3,
  .fv__list--4 {
    min-height: 22.1rem;
    height: 22.1rem;
  }
}

.message {
  position: relative;
}

.message__bg {
  position: absolute;
  content: "";
  display: inline-block;
  width: 100%;
  height: 100%;
  z-index: -1;
  background-image: url("../img/top/message_bg.webp");
  background-position: center bottom;
  background-size: contain;
  background-repeat: no-repeat;
  overflow: hidden;
}
@media only screen and (max-width: 960px) {
  .message__bg {
    background-image: url("../img/top/message_bg_sp.webp");
    background-position: left calc(100% - 2rem);
    background-size: 78.2rem;
  }
}
@media only screen and (max-width: 720px) {
  .message__bg {
    background-size: 100%;
  }
}
@media only screen and (max-width: 768px) {
  .message__bg {
    background-position: center calc(100% - 2rem);
    background-size: contain;
  }
}
@media only screen and (max-width: 375px) {
  .message__bg {
    background-position: bottom center;
    background-size: 114%;
  }
}
.message__bg.active span {
  transform: translate(100%, -100%);
}
.message__bg span {
  width: 100%;
  height: 100%;
  opacity: 1;
  transition: all 0.5s ease-in-out;
  position: absolute;
  background-color: #FFFFFF;
  transform: translate(0, 0);
}

.messageWrap {
  padding-block: 19.3rem 11%;
  max-width: 104rem;
  width: 100%;
  margin-inline: auto;
  padding-inline: 4rem;
  max-width: 128rem;
  display: flex;
  align-items: flex-start;
  -moz-column-gap: 9%;
  column-gap: 9%;
}
@media only screen and (max-width: 768px) {
  .messageWrap {
    padding-inline: 2rem;
    max-width: 100%;
  }
}
@media only screen and (max-width: 375px) {
  .messageWrap {
    min-width: 37.5rem;
    max-width: 37.5rem;
  }
}
@media only screen and (max-width: 960px) {
  .messageWrap {
    flex-direction: column;
    align-items: center;
    padding-bottom: 17%;
    padding-top: 8rem;
  }
}
@media only screen and (max-width: 375px) {
  .messageWrap {
    padding-block: 8rem 7.8rem;
  }
}

.message__contents {
  max-width: 57rem;
  width: 100%;
  opacity: 0;
  transition: opacity 0.6s ease-in-out;
}
@media only screen and (max-width: 960px) {
  .message__contents {
    max-width: 100%;
    width: 100%;
  }
}
.message__contents.active {
  opacity: 1;
}

.message__contentsTitle {
  font-size: 3rem;
  font-weight: 400;
  letter-spacing: 0.03em;
  line-height: 1.3;
  font-weight: 700;
}
@media only screen and (max-width: 768px) {
  .message__contentsTitle {
    line-height: 1.5;
    font-size: 2.6rem;
    letter-spacing: 0;
  }
}
@media only screen and (max-width: 960px) {
  .message__contentsTitle .pcContent {
    display: none;
  }
}

.message__contentsTitleLogo {
  display: flex;
  align-items: center;
  -moz-column-gap: 1.3rem;
  column-gap: 1.3rem;
  margin-bottom: 2rem;
}
.message__contentsTitleLogo img {
  max-height: 4rem;
  width: auto;
}

.message__contentsText {
  margin-top: 3.2rem;
  font-size: 1.5rem;
  line-height: 2;
  letter-spacing: 0.03em;
  font-weight: 400;
  font-feature-settings: normal;
}

.message__image {
  width: 43.4%;
  max-width: 52.1rem;
  position: relative;
  height: auto;
  aspect-ratio: 521/644;
}
@media only screen and (max-width: 960px) {
  .message__image {
    max-width: 46rem;
    width: 100%;
    margin-top: 6.6rem;
  }
}
@media only screen and (max-width: 375px) {
  .message__image {
    width: 100%;
    max-width: 100%;
    aspect-ratio: 300/334;
    margin-top: 5.4rem;
  }
}
.message__image img {
  position: absolute;
  opacity: 0;
  transition: all 0.7s ease-in-out;
}
.message__image img:first-child {
  max-width: 32rem;
  width: 61.4%;
  top: 30%;
  left: 0;
}
@media only screen and (max-width: 960px) {
  .message__image img:first-child {
    max-width: 100%;
  }
}
.message__image img:nth-child(2) {
  max-width: 24.6rem;
  width: 47.2%;
  top: 0;
  right: 0;
}
@media only screen and (max-width: 960px) {
  .message__image img:nth-child(2) {
    max-width: 100%;
  }
}
.message__image img.active {
  opacity: 1;
}

.worries {
  padding-top: 10rem;
}
@media only screen and (max-width: 768px) {
  .worries {
    padding-top: 0;
  }
}

.worriesSummary {
  max-width: 104rem;
  width: 100%;
  margin-inline: auto;
  padding-inline: 4rem;
  z-index: 1;
  position: relative;
}
@media only screen and (max-width: 768px) {
  .worriesSummary {
    padding-inline: 2rem;
    max-width: 100%;
  }
}
@media only screen and (max-width: 375px) {
  .worriesSummary {
    min-width: 37.5rem;
    max-width: 37.5rem;
  }
}
@media only screen and (max-width: 768px) {
  .worriesSummary {
    padding-bottom: 6.4rem;
    margin-top: 4rem;
  }
}

.worriesSummary__list {
  margin-top: 3.2rem;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  -moz-column-gap: 2.4rem;
  column-gap: 2.4rem;
}
@media only screen and (max-width: 768px) {
  .worriesSummary__list {
    grid-template-columns: 1fr;
    row-gap: 1.6rem;
  }
}

.worriesSummaryListItem {
  border-radius: 1.2rem;
  overflow: hidden;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: subgrid;
  grid-row: span 2;
  row-gap: 0;
}
@media only screen and (max-width: 768px) {
  .worriesSummaryListItem {
    border: solid 0.2rem #F3F6FA;
  }
}

.worriesSummaryListItem__image--pc, .worriesSummaryListItem__image--sp {
  width: 100%;
}

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

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

.worriesSummaryListItem__text {
  text-align: center;
  padding-block: 3.2rem 4rem;
  font-size: 1.8rem;
  font-weight: 400;
  letter-spacing: 0.03em;
  line-height: 1.3;
  line-height: 1.6;
  background-color: #FFFFFF;
}
@media only screen and (max-width: 768px) {
  .worriesSummaryListItem__text {
    line-height: 1.5;
    font-size: 1.6rem;
  }
}
@media only screen and (max-width: 768px) {
  .worriesSummaryListItem__text {
    padding-bottom: 3.2rem;
  }
}

.worriesDetails {
  margin-top: -2.8rem;
  padding-block: 16rem 14rem;
  background-color: #F3F6FA;
}
@media only screen and (max-width: 768px) {
  .worriesDetails {
    margin-top: 0;
    padding-block: 8rem 10rem;
  }
}

.worriesDetailsWrap {
  max-width: 104rem;
  width: 100%;
  margin-inline: auto;
  padding-inline: 4rem;
}
@media only screen and (max-width: 768px) {
  .worriesDetailsWrap {
    padding-inline: 2rem;
    max-width: 100%;
  }
}
@media only screen and (max-width: 375px) {
  .worriesDetailsWrap {
    min-width: 37.5rem;
    max-width: 37.5rem;
  }
}

.worriesDetails__contents {
  display: flex;
  align-items: center;
  -moz-column-gap: 4rem;
  column-gap: 4rem;
}
@media only screen and (max-width: 960px) {
  .worriesDetails__contents {
    -moz-column-gap: 3.2rem;
    column-gap: 3.2rem;
    align-items: flex-start;
  }
}
@media only screen and (max-width: 768px) {
  .worriesDetails__contents {
    flex-direction: column;
  }
}

.worriesDetails__contentsTitle {
  row-gap: 0.8rem;
  display: flex;
  flex-direction: column;
}
@media only screen and (max-width: 768px) {
  .worriesDetails__contentsTitle {
    flex-direction: row;
    flex-wrap: wrap;
    -moz-column-gap: 0.8rem;
    column-gap: 0.8rem;
  }
}

.worriesDetails__contentsTitleItem {
  font-size: 3rem;
  font-weight: 400;
  letter-spacing: 0.03em;
  line-height: 1.3;
  font-weight: 700;
  display: inline-flex;
  -moz-column-gap: 0.8rem;
  column-gap: 0.8rem;
  row-gap: 0.4rem;
  align-items: center;
  flex-wrap: wrap;
}
@media only screen and (max-width: 768px) {
  .worriesDetails__contentsTitleItem {
    line-height: 1.5;
    font-size: 2.6rem;
    letter-spacing: 0;
  }
}
@media only screen and (max-width: 768px) {
  .worriesDetails__contentsTitleItem:nth-child(2) {
    flex-direction: row;
    flex-wrap: wrap;
  }
}
@media only screen and (max-width: 375px) {
  .worriesDetails__contentsTitleItem:nth-child(2) {
    flex-direction: column;
    align-items: flex-start;
  }
}
.worriesDetails__contentsTitleItem span {
  color: #319CFF;
}
.worriesDetails__contentsTitleItem strong {
  color: #319CFF;
  background-color: #FFFFFF;
  border: 0.2rem solid #319CFF;
  padding: 0.9rem 1.6rem;
  -moz-column-gap: 0.4rem;
  column-gap: 0.4rem;
  align-items: flex-end;
  display: flex;
  max-height: 5.7rem;
}
.worriesDetails__contentsTitleItem strong small {
  font-size: 1.8rem;
  font-weight: 400;
  letter-spacing: 0.03em;
  line-height: 1.3;
}
@media only screen and (max-width: 768px) {
  .worriesDetails__contentsTitleItem strong small {
    line-height: 1.5;
    font-size: 1.6rem;
  }
}

.worriesDetails__contentsText {
  margin-top: 2rem;
  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) {
  .worriesDetails__contentsText {
    line-height: 1.5;
    font-size: 1.6rem;
  }
}
.worriesDetails__contentsText span {
  color: #319CFF;
}

.worriesDetails__contentsNote {
  margin-top: 2.6rem;
  color: #4E4E4E;
  font-size: 1.3rem;
  font-weight: 400;
  letter-spacing: 0.03em;
  line-height: 1.5;
}
@media only screen and (max-width: 768px) {
  .worriesDetails__contentsNote {
    margin-top: 1.6rem;
  }
}

.worriesDetails__contentsImage {
  width: 47%;
  max-width: 44.1rem;
}
@media only screen and (max-width: 960px) {
  .worriesDetails__contentsImage {
    width: 44%;
  }
}
@media only screen and (max-width: 768px) {
  .worriesDetails__contentsImage {
    margin-top: 3.2rem;
    width: 100%;
    max-width: 100%;
  }
}

.worriesDetails__why {
  margin-top: 3.2rem;
  padding: 3.2rem;
  background-color: #FFFFFF;
  border-radius: 0.8rem;
}
@media only screen and (max-width: 768px) {
  .worriesDetails__why {
    padding: 2.4rem;
  }
}

.worriesDetails__whyTitle {
  display: flex;
  font-size: 1.5rem;
  font-weight: 400;
  letter-spacing: 0.03em;
  line-height: 1.5;
  font-weight: 700;
  -moz-column-gap: 0.8rem;
  column-gap: 0.8rem;
}
.worriesDetails__whyTitle::before {
  font-family: "Material Symbols Outlined";
  content: "help";
  font-size: 2rem;
  line-height: 1;
  font-weight: 400;
  color: #319CFF;
  margin-top: 0.2rem;
}

.worriesDetails__whyText {
  margin-top: 1.2rem;
  font-size: 1.3rem;
  font-weight: 400;
  letter-spacing: 0.03em;
  line-height: 1.5;
  line-height: 1.8;
}
.worriesDetails__whyText span {
  font-size: 1.3rem;
  font-weight: 400;
  letter-spacing: 0.03em;
  line-height: 1.5;
  font-weight: 700;
  background: linear-gradient(transparent 80%, rgba(255, 181, 0, 0.4) 80%);
  padding-bottom: 0.2rem;
}

.reason {
  padding-block: 14rem;
}
@media only screen and (max-width: 768px) {
  .reason {
    padding-block: 10rem;
  }
}

.reasonWrap {
  max-width: 104rem;
  width: 100%;
  margin-inline: auto;
  padding-inline: 4rem;
}
@media only screen and (max-width: 768px) {
  .reasonWrap {
    padding-inline: 2rem;
    max-width: 100%;
  }
}
@media only screen and (max-width: 375px) {
  .reasonWrap {
    min-width: 37.5rem;
    max-width: 37.5rem;
  }
}

.reason__list {
  margin-top: 4rem;
}
@media only screen and (max-width: 768px) {
  .reason__list {
    margin-top: 3.2rem;
  }
}

.reasonListItem {
  display: flex;
  align-items: center;
  -moz-column-gap: 3.2rem;
  column-gap: 3.2rem;
}
@media only screen and (max-width: 768px) {
  .reasonListItem {
    flex-direction: column;
  }
}
.reasonListItem + .reasonListItem {
  margin-top: 2.4rem;
}
@media only screen and (max-width: 768px) {
  .reasonListItem + .reasonListItem {
    margin-top: 4rem;
  }
}

.reasonListItem__image {
  width: 48%;
  max-width: 39.6rem;
  border-radius: 1.2rem;
}
@media only screen and (max-width: 768px) {
  .reasonListItem__image {
    width: 100%;
    max-width: 100%;
  }
}

.reasonListItemWrap {
  width: 100%;
}
@media only screen and (max-width: 768px) {
  .reasonListItemWrap {
    margin-top: 2rem;
  }
}

.reasonListItem__title {
  font-size: 2.2rem;
  font-weight: 400;
  letter-spacing: 0.03em;
  line-height: 1.3;
  font-weight: 700;
}
@media only screen and (max-width: 768px) {
  .reasonListItem__title {
    line-height: 1.5;
    font-size: 2rem;
  }
}

.reasonListItem__text {
  margin-top: 1.2rem;
  font-size: 1.5rem;
  font-weight: 400;
  letter-spacing: 0.03em;
  line-height: 1.5;
}

.reason__suggestion {
  margin-top: 14rem;
}
@media only screen and (max-width: 768px) {
  .reason__suggestion {
    margin-top: 10rem;
  }
}

.reason__suggestionTitle {
  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) {
  .reason__suggestionTitle {
    line-height: 1.5;
    font-size: 2.6rem;
    letter-spacing: 0;
  }
}
.reason__suggestionTitle strong {
  color: #FD6B08;
}

.reason__suggestionList {
  -moz-column-gap: 2.4rem;
  column-gap: 2.4rem;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  margin-top: 4rem;
}
@media only screen and (max-width: 768px) {
  .reason__suggestionList {
    grid-template-columns: 1fr;
    row-gap: 3.2rem;
    margin-top: 3.2rem;
  }
}

.reasonSuggestionListItem {
  border-radius: 1.2rem;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}
.reasonSuggestionListItem img {
  max-width: 100%;
  width: 100%;
}
.reasonSuggestionListItem:first-child .reasonSuggestionListItem__wrap {
  background-color: #FD6B08;
  background-image: url("../img/top/reason_suggestion_bg1.webp");
}
.reasonSuggestionListItem:nth-child(2) .reasonSuggestionListItem__wrap {
  background-color: #FF9900;
  background-image: url("../img/top/reason_suggestion_bg2.webp");
}
.reasonSuggestionListItem:nth-child(3) .reasonSuggestionListItem__wrap {
  background-color: #489DEC;
  background-image: url("../img/top/reason_suggestion_bg3.webp");
}

.reasonSuggestionListItem__wrap {
  background-size: cover;
  background-position: center;
  padding: 4rem 2.4rem;
  min-height: 18.9rem;
  color: #FFFFFF;
  background-repeat: no-repeat;
  height: 100%;
}
@media only screen and (max-width: 960px) {
  .reasonSuggestionListItem__wrap {
    padding-block: 3rem;
  }
}
@media only screen and (max-width: 768px) {
  .reasonSuggestionListItem__wrap {
    background-size: cover;
    padding-block: 2.4rem;
    min-height: auto;
  }
}

.reasonSuggestionListItem__title {
  text-align: center;
  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) {
  .reasonSuggestionListItem__title {
    line-height: 1.5;
    font-size: 2.4rem;
  }
}
@media only screen and (max-width: 800px) {
  .reasonSuggestionListItem__title {
    font-size: 2.2rem;
    font-weight: 400;
    letter-spacing: 0.03em;
    line-height: 1.3;
    font-weight: 700;
  }
}
@media only screen and (max-width: 800px) and (max-width: 768px) {
  .reasonSuggestionListItem__title {
    line-height: 1.5;
    font-size: 2rem;
  }
}

.reasonSuggestionListItem__text {
  margin-top: 0.8rem;
  font-size: 1.5rem;
  font-weight: 400;
  letter-spacing: 0.03em;
  line-height: 1.5;
  font-weight: 500;
}

.reason__suggestionButtonWrap {
  margin-top: 4rem;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .reason__suggestionButtonWrap {
    margin-top: 3.2rem;
  }
}

.client {
  padding-block: 4rem;
}
@media only screen and (max-width: 768px) {
  .client {
    padding-block: 0;
  }
}

.clientWrap {
  max-width: 104rem;
  width: 100%;
  margin-inline: auto;
  padding-inline: 4rem;
  max-width: 120rem;
}
@media only screen and (max-width: 768px) {
  .clientWrap {
    padding-inline: 2rem;
    max-width: 100%;
  }
}
@media only screen and (max-width: 375px) {
  .clientWrap {
    min-width: 37.5rem;
    max-width: 37.5rem;
  }
}

.client__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) {
  .client__title {
    line-height: 1.5;
    font-size: 2.6rem;
    letter-spacing: 0;
  }
}
.client__title strong {
  color: #FD6B08;
}

.client__list {
  margin-top: 2rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
@media only screen and (max-width: 768px) {
  .client__list {
    gap: 1rem;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
  }
}
.client__list img {
  max-height: 10rem;
  width: auto;
}
@media only screen and (max-width: 768px) {
  .client__list img {
    max-width: 100%;
    max-height: auto;
  }
}

.voice {
  padding-block: 12rem;
}
@media only screen and (max-width: 768px) {
  .voice {
    padding-block: 10rem;
  }
}

.voiceWrap {
  max-width: 104rem;
  width: 100%;
  margin-inline: auto;
  padding-inline: 4rem;
}
@media only screen and (max-width: 768px) {
  .voiceWrap {
    padding-inline: 2rem;
    max-width: 100%;
  }
}
@media only screen and (max-width: 375px) {
  .voiceWrap {
    min-width: 37.5rem;
    max-width: 37.5rem;
  }
}

.voice__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) {
  .voice__title {
    line-height: 1.5;
    font-size: 2.6rem;
    letter-spacing: 0;
  }
}

.voice__listWrap {
  margin-top: 4.3rem;
  scrollbar-width: none;
}
.voice__listWrap::-webkit-scrollbar {
  display: none;
  width: 0;
}
@media only screen and (max-width: 768px) {
  .voice__listWrap {
    margin-top: 3rem;
    overflow-x: auto;
  }
}

.voice__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  -moz-column-gap: 2.4rem;
  column-gap: 2.4rem;
  max-width: 104rem;
  padding-inline: 4rem;
  margin-inline: auto;
}
@media only screen and (max-width: 768px) {
  .voice__list {
    grid-template-columns: repeat(3, 1fr);
    width: -moz-max-content;
    width: max-content;
    align-items: center;
    justify-content: center;
    padding-inline: 2rem;
  }
}

.voice__buttonWrap {
  margin-top: 4rem;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .voice__buttonWrap {
    margin-top: 3.2rem;
  }
}

.faq {
  max-width: 104rem;
  width: 100%;
  margin-inline: auto;
  padding-inline: 4rem;
  padding-bottom: 12rem;
}
@media only screen and (max-width: 768px) {
  .faq {
    padding-inline: 2rem;
    max-width: 100%;
  }
}
@media only screen and (max-width: 375px) {
  .faq {
    min-width: 37.5rem;
    max-width: 37.5rem;
  }
}

.faqWrap {
  padding-top: 7.2rem;
  margin-top: -7.2rem;
}

.faq__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) {
  .faq__title {
    line-height: 1.5;
    font-size: 2.6rem;
    letter-spacing: 0;
  }
}

.faq__category {
  margin-top: 4.8rem;
  font-size: 2.2rem;
  font-weight: 400;
  letter-spacing: 0.03em;
  line-height: 1.3;
  font-weight: 700;
  color: #FD6B08;
}
@media only screen and (max-width: 768px) {
  .faq__category {
    line-height: 1.5;
    font-size: 2rem;
  }
}
.faq__category + .faq__category {
  margin-top: 6rem;
}

.faq__list {
  margin-top: 2rem;
  border-top: 0.1rem solid #E2E2E2;
}

.faqListItem {
  border-bottom: 0.1rem solid #E2E2E2;
}
.faqListItem[open] .faqListItem__question:after {
  content: "remove";
}

.faqListItem__question {
  font-size: 1.5rem;
  font-weight: 400;
  letter-spacing: 0.03em;
  line-height: 1.5;
  font-weight: 700;
  display: grid;
  grid-template-columns: 1.6rem 1fr auto;
  justify-content: space-between;
  -moz-column-gap: 1.2rem;
  column-gap: 1.2rem;
  align-items: flex-start;
  cursor: pointer;
  padding: 2rem 0.8rem;
  transition: all 0.3s ease-in-out;
}
.faqListItem__question::-webkit-details-marker {
  display: none;
}
@media only screen and (max-width: 768px) {
  .faqListItem__question {
    padding-block: 1.6rem;
  }
}
.faqListItem__question:hover {
  background-color: #FFF3E7;
}
.faqListItem__question:before {
  margin-top: -0.6rem;
  content: "Q";
  font-size: 2rem;
  line-height: 1.5;
  color: #FD6B08;
  font-weight: 700;
}
.faqListItem__question:after {
  font-family: "Material Symbols Outlined";
  content: "add";
  font-size: 2.4rem;
  line-height: 1;
  font-weight: 400;
  color: #5C6468;
}

.faqListItem__answer {
  font-size: 1.5rem;
  font-weight: 400;
  letter-spacing: 0.03em;
  line-height: 1.5;
  padding: 3rem 0.8rem;
  display: grid;
  grid-template-columns: 1.6rem 1fr;
  -moz-column-gap: 1.2rem;
  column-gap: 1.2rem;
  align-items: flex-start;
  border-top: 0.1rem solid #E2E2E2;
  padding-right: 2.4rem;
}
@media only screen and (max-width: 768px) {
  .faqListItem__answer {
    padding-block: 1.6rem;
  }
}
.faqListItem__answer:before {
  content: "A";
  font-size: 2rem;
  line-height: 1.5;
  color: #8F8F8F;
  font-weight: 700;
  margin-top: -0.6rem;
  grid-column: 1/2;
}
.faqListItem__answer > * {
  grid-column: 2/3;
}
.faqListItem__answer > * + * {
  margin-top: 1.2rem;
}
.faqListItem__answer ul {
  list-style-type: disc;
  list-style-position: outside;
  margin-left: 0.3em;
}
.faqListItem__answer ul li {
  margin-left: 1em;
}
/*# sourceMappingURL=top.css.map */