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

.pageContact .contactWrap {
  padding-block: 8rem 12rem;
}
@media only screen and (max-width: 768px) {
  .pageContact .contactWrap {
    padding-bottom: 10rem;
    border-bottom: 0.1rem solid #E7E7E7;
  }
}
.pageContact .contact__form {
  max-width: 104rem;
  width: 100%;
  margin-inline: auto;
  padding-inline: 4rem;
}
@media only screen and (max-width: 768px) {
  .pageContact .contact__form {
    padding-inline: 2rem;
    max-width: 100%;
  }
}
@media only screen and (max-width: 375px) {
  .pageContact .contact__form {
    min-width: 37.5rem;
    max-width: 37.5rem;
  }
}
.pageContact .contact__formItem {
  display: grid;
  grid-template-columns: 26rem 1fr;
  -moz-column-gap: 1.2rem;
  column-gap: 1.2rem;
  align-items: flex-start;
  font-size: 1.5rem;
  font-weight: 400;
  letter-spacing: 0.03em;
  line-height: 1.5;
}
@media only screen and (max-width: 768px) {
  .pageContact .contact__formItem {
    grid-template-columns: 1fr;
    row-gap: 1.2rem;
  }
}
.pageContact .contact__formItem + .contact__formItem {
  margin-top: 4rem;
}
.pageContact .contact__formItem textarea,
.pageContact .contact__formItem input:not([type=checkbox]) {
  border: 0.1rem #C2C2C2 solid;
  border-radius: 0.6rem;
  padding: 0.8rem 1.2rem;
  min-height: 4.4rem;
  max-width: 100%;
  width: 100%;
}
.pageContact .contact__formItem textarea:focus,
.pageContact .contact__formItem input:not([type=checkbox]):focus {
  outline: 0.2rem #319CFF solid;
}
.pageContact .contact__formItem textarea::-moz-placeholder, .pageContact .contact__formItem input:not([type=checkbox])::-moz-placeholder {
  color: #C2C2C2;
  opacity: 1;
}
.pageContact .contact__formItem textarea::placeholder,
.pageContact .contact__formItem input:not([type=checkbox])::placeholder {
  color: #C2C2C2;
  opacity: 1;
}
.pageContact .contact__formItem .contact__formItemSelect {
  position: relative;
  max-width: 32rem;
  border: 0.1rem #C2C2C2 solid;
  border-radius: 0.6rem;
  overflow: hidden;
}
@media only screen and (max-width: 768px) {
  .pageContact .contact__formItem .contact__formItemSelect {
    max-width: 100%;
  }
}
.pageContact .contact__formItem .contact__formItemSelect select {
  color: #C2C2C2;
  padding: 0.8rem 1.2rem;
  width: 100%;
  cursor: pointer;
  z-index: 1;
  position: relative;
  min-height: 4.4rem;
}
.pageContact .contact__formItem .contact__formItemSelect select:focus {
  outline: 0.2rem #319CFF solid;
}
.pageContact .contact__formItem .contact__formItemSelect select:valid {
  color: #1B1B1B;
}
.pageContact .contact__formItem .contact__formItemSelect:after {
  font-family: "Material Symbols Outlined";
  content: "arrow_drop_down";
  font-size: 1.8rem;
  line-height: 1;
  font-weight: 400;
  position: absolute;
  top: 50%;
  right: 1.6rem;
  transform: translateY(-50%);
}
.pageContact .contact__formItem textarea {
  border: 0.1rem #C2C2C2 solid;
  border-radius: 0.6rem;
  min-height: 12rem;
}
.pageContact .contact__formItem span[aria-hidden=true] {
  grid-column: 2/3;
  margin-top: 0.4rem;
}
@media only screen and (max-width: 768px) {
  .pageContact .contact__formItem span[aria-hidden=true] {
    grid-column: auto;
  }
}
.pageContact .contact__nameRow {
  max-width: 100%;
}
.pageContact .contact__formItemLabel {
  display: flex;
  -moz-column-gap: 0.8rem;
  column-gap: 0.8rem;
  align-items: center;
  font-size: 1.5rem;
  font-weight: 400;
  letter-spacing: 0.03em;
  line-height: 1.5;
  font-weight: 700;
}
.pageContact .contact__formItemLabelCategory--optional, .pageContact .contact__formItemLabelCategory--required {
  border-radius: 5rem;
  font-size: 1.3rem;
  font-weight: 400;
  letter-spacing: 0.03em;
  line-height: 1.5;
  padding-inline: 0.8rem;
}
.pageContact .contact__formItemLabelCategory--required {
  color: #FF5141;
  background-color: rgba(255, 81, 65, 0.16);
}
.pageContact .contact__formItemLabelCategory--optional {
  color: #319CFF;
  background-color: rgba(49, 156, 255, 0.16);
}
.pageContact .contact__formItemLabelNote {
  font-size: 1.3rem;
  font-weight: 400;
  letter-spacing: 0.03em;
  line-height: 1.5;
}
.pageContact .contact__formItemLabelWrap {
  display: grid;
  grid-template-columns: auto 32rem;
  justify-content: flex-start;
  -moz-column-gap: 1.2rem;
  column-gap: 1.2rem;
  align-items: center;
}
@media only screen and (max-width: 768px) {
  .pageContact .contact__formItemLabelWrap {
    grid-template-columns: auto 1fr;
  }
}
.pageContact .contact__formItemLabelWrap + .contact__formItemLabelWrap {
  margin-top: 1rem;
}
.pageContact .contact__formItemLabelWrap span[aria-hidden=true] {
  grid-column: 2/3;
  margin-top: 0.4rem;
}
.pageContact .contact__formItemSubLabel {
  font-size: 1.5rem;
  font-weight: 400;
  letter-spacing: 0.03em;
  line-height: 1.5;
}
.pageContact .contact__formCheck {
  cursor: pointer;
  text-align: center;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: 6.4rem;
  -moz-column-gap: 0.8rem;
  column-gap: 0.8rem;
}
.pageContact .contact__formCheck a {
  display: inline-flex;
  align-items: center;
  color: #319CFF;
  text-decoration: none;
}
.pageContact .contact__formCheck a::after {
  background-image: url("../img/icon_window-restore-solid.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;
}
.pageContact .contact__formCheck a:hover {
  opacity: 0.5;
}
.pageContact .contact__formCheckText {
  font-size: 1.5rem;
  font-weight: 400;
  letter-spacing: 0.03em;
  line-height: 1.5;
  display: flex;
  align-items: center;
  -moz-column-gap: 0.4rem;
  column-gap: 0.4rem;
}
.pageContact .contact__formCheckBox {
  max-width: 1.6rem;
  min-width: 1.6rem;
  max-height: 1.6rem;
  min-height: 1.6rem;
  border: 0.1rem solid #CCCCCC;
  border-radius: 0.2rem;
  display: inline-block;
  cursor: pointer;
}
.pageContact .contact__formCheckBox:checked {
  border-color: #319CFF;
  background-color: #319CFF;
  display: inline-flex;
}
.pageContact .contact__formCheckBox:checked:after {
  background-image: url("../img/icon_check.svg");
  background-position: center;
  background-size: 80%;
  background-repeat: no-repeat;
  content: "";
  max-width: 100%;
  min-width: 100%;
  min-height: 100%;
  max-height: 100%;
  align-items: center;
}
.pageContact .contact__formCheckBox:focus {
  outline: none;
  display: inline-flex;
}
.pageContact .contact__formButton {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 2.4rem;
}

.pageThanks .thanksWrap {
  position: relative;
  padding-block: 12rem 18rem;
}
@media only screen and (max-width: 768px) {
  .pageThanks .thanksWrap {
    padding-bottom: 10rem;
    border-bottom: 0.1rem solid #E7E7E7;
  }
}
.pageThanks .thanksWrap:before {
  content: "";
  display: inline-block;
  background-image: url("../img/contact/contact_bg_1.webp");
  background-size: contain;
  min-width: 43.8rem;
  aspect-ratio: 876/524;
  top: 0;
  left: 0;
  position: absolute;
  background-repeat: no-repeat;
  z-index: -1;
}
@media only screen and (max-width: 768px) {
  .pageThanks .thanksWrap:before {
    background-image: url("../img/contact/contact_bg_sp_1.webp");
    max-width: 15.7rem;
    min-width: 15.7rem;
    aspect-ratio: 314/230;
  }
}
.pageThanks .thanksWrap:after {
  content: "";
  display: inline-block;
  background-image: url("../img/contact/contact_bg_2.webp");
  background-size: contain;
  background-position: right bottom;
  max-width: 49rem;
  aspect-ratio: 980/768;
  bottom: 0;
  right: 0;
  position: absolute;
  height: 100%;
  width: auto;
  background-repeat: no-repeat;
  z-index: -1;
}
@media only screen and (max-width: 768px) {
  .pageThanks .thanksWrap:after {
    background-image: url("../img/contact/contact_bg_sp_2.webp");
    max-width: 24.4rem;
    aspect-ratio: 488/340;
  }
}
.pageThanks .thanksWrap .thanks__title {
  font-size: 3.6rem;
  font-weight: 400;
  letter-spacing: 0.03em;
  line-height: 1.3;
  font-weight: 700;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .pageThanks .thanksWrap .thanks__title {
    line-height: 1.5;
    font-size: 3.2rem;
    letter-spacing: 0;
  }
}
.pageThanks .thanksWrap .thanks__text {
  font-size: 1.5rem;
  font-weight: 400;
  letter-spacing: 0.03em;
  line-height: 1.5;
  margin-top: 4rem;
  text-align: center;
  line-height: 2;
}
@media only screen and (max-width: 768px) {
  .pageThanks .thanksWrap .thanks__text {
    text-align: left;
    padding-inline: 2rem;
    margin-top: 2.4rem;
  }
}
.pageThanks .thanksWrap .thanks__buttonWrap {
  margin-top: 6.4rem;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .pageThanks .thanksWrap .thanks__buttonWrap {
    margin-top: 2.4rem;
  }
}
.pageThanks .thanksWrap .thanks__button {
  margin-inline: auto;
}

.wpcf7-response-output {
  display: none;
}

.wpcf7-form-control-wrap {
  display: contents;
}
/*# sourceMappingURL=contact.css.map */