@charset "UTF-8";

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

* {
  border: 0;
  margin: 0;
  outline: 0;
  padding: 0;
  font: inherit;
  font-family: inherit;
  font-size: 100%;
  font-style: inherit;
  font-weight: inherit;
  text-decoration: none;
  vertical-align: baseline;
}

article, aside, dialog, figure, footer, header, main, nav, section {
  display: block;
}

img, picture, audio, canvas, video, svg {
  display: inline-block;
  max-width: 100%;
}

h1, h2, h3, h4, h5, h6 {
  display: block;
  overflow-wrap: break-word;
}

br,
hr {
  display: block;
}

ol,
ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

input,
select {
  vertical-align: middle;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
  empty-cells: show;
}

input,
button,
select,
textarea {
  font: inherit;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: none;
  border: none;
  border-radius: 0;
  background-color: transparent;
}

:root {
  --inner-padding-inline: 1.6rem;
  --leading-trim: calc((1em - 1lh) / 2);
}

html {
  font-size: 62.5%;
}
@media screen and (max-width: 1200px) {
  html {
    font-size: 0.8333333333vw;
  }
}
@media screen and (max-width: 960px) {
  html {
    font-size: 62.5%;
  }
}
@media screen and (max-width: 375px) {
  html {
    font-size: 2.6666666667vw;
  }
}

body {
  position: relative;
  color: #1d1d1d;
  font-size: 1.6rem;
  font-weight: 500;
  font-family: "Inter", "Noto Sans JP", sans-serif;
  line-height: 1;
  background-color: #fff;
  word-wrap: break-word;
  overflow-wrap: break-word;
}
@media screen and (max-width: 960px) {
  body {
    font-size: 1.4rem;
  }
}
body.is-modal {
  padding: 0 var(--scrollbar-width, 0) 0 0;
  overflow: hidden;
}
body.is-modal #header {
  padding-right: calc(3.2rem + var(--scrollbar-width, 0));
}
@media screen and (max-width: 960px) {
  body.is-modal #header {
    padding-right: var(--scrollbar-width, 0);
  }
}
body.is-modal #footer-modal {
  opacity: 1;
  pointer-events: auto;
}

a {
  color: #1d1d1d;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  text-decoration: none;
}

b {
  font-weight: bold;
}

u {
  text-decoration: underline;
}

em {
  font-weight: bold;
}

strong {
  font-size: inherit;
  font-weight: bold;
}

mark {
  background-color: transparent;
}

del {
  text-decoration: line-through;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}

picture {
  display: block;
}

button {
  cursor: pointer;
}

#to,
#bo {
  display: block;
  clear: both;
  height: 0;
  overflow: hidden;
}

#page {
  position: relative;
}

h1, h2, h3, h4, h5, h6 {
  line-height: 1.3;
}

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

._pc-md {
  display: block !important;
}
@media screen and (max-width: 768px) {
  ._pc-md {
    display: none !important;
  }
}

._pc-sm {
  display: block !important;
}
@media screen and (max-width: 640px) {
  ._pc-sm {
    display: none !important;
  }
}

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

._sp-md {
  display: none !important;
}
@media screen and (max-width: 768px) {
  ._sp-md {
    display: block !important;
  }
}

._sp-sm {
  display: none !important;
}
@media screen and (max-width: 640px) {
  ._sp-sm {
    display: block !important;
  }
}

._pc-ib {
  display: inline-block !important;
}
@media screen and (max-width: 960px) {
  ._pc-ib {
    display: none !important;
  }
}

._pc-ib-md {
  display: inline-block !important;
}
@media screen and (max-width: 768px) {
  ._pc-ib-md {
    display: none !important;
  }
}

._pc-ib-sm {
  display: inline-block !important;
}
@media screen and (max-width: 640px) {
  ._pc-ib-sm {
    display: none !important;
  }
}

._sp-ib {
  display: none !important;
}
@media screen and (max-width: 960px) {
  ._sp-ib {
    display: inline-block !important;
  }
}

._sp-ib-md {
  display: none !important;
}
@media screen and (max-width: 768px) {
  ._sp-ib-md {
    display: inline-block !important;
  }
}

._sp-ib-sm {
  display: none !important;
}
@media screen and (max-width: 640px) {
  ._sp-ib-sm {
    display: inline-block !important;
  }
}

._pc-inline {
  display: inline !important;
}
@media screen and (max-width: 960px) {
  ._pc-inline {
    display: none !important;
  }
}

._pc-inline-md {
  display: inline !important;
}
@media screen and (max-width: 768px) {
  ._pc-inline-md {
    display: none !important;
  }
}

._pc-inline-sm {
  display: inline !important;
}
@media screen and (max-width: 640px) {
  ._pc-inline-sm {
    display: none !important;
  }
}

._sp-inline {
  display: none !important;
}
@media screen and (max-width: 960px) {
  ._sp-inline {
    display: inline !important;
  }
}

._sp-inline-md {
  display: none !important;
}
@media screen and (max-width: 768px) {
  ._sp-inline-md {
    display: inline !important;
  }
}

._sp-inline-sm {
  display: none !important;
}
@media screen and (max-width: 640px) {
  ._sp-inline-sm {
    display: inline !important;
  }
}

._center {
  text-align: center;
}

._pc-center {
  text-align: center;
}
@media screen and (max-width: 960px) {
  ._pc-center {
    text-align: left;
  }
}

._sp-center {
  text-align: left;
}
@media screen and (max-width: 960px) {
  ._sp-center {
    text-align: center;
  }
}

._is-hide {
  display: none !important;
}

#header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  padding: 0 3.2rem;
  line-height: 1.5;
  background-color: transparent;
  z-index: 999;
}
@media screen and (max-width: 960px) {
  #header {
    padding: 0;
  }
}
#header .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: none;
  height: 7.2rem;
  padding: 0;
}
@media screen and (max-width: 960px) {
  #header .inner {
    height: 4.8rem;
    padding: 0 1.6rem;
  }
}

#header-logo a {
  display: block;
  max-width: 14.4rem;
}
@media screen and (max-width: 960px) {
  #header-logo a {
    max-width: 10.4rem;
  }
}
#header-logo a img {
  width: 100%;
}

#main {
  padding: 7.2rem 0 0;
  line-height: 1.5;
  overflow-x: clip;
}
@media screen and (max-width: 960px) {
  #main {
    padding: 4.8rem 0 0;
  }
}

.section {
  position: relative;
  padding: 8rem 0;
}
@media screen and (max-width: 960px) {
  .section {
    padding: 6.4rem 0;
  }
}
.section.-bg-light-gray {
  background-color: #f5f5f5;
}

.inner {
  clear: both;
  display: block;
  position: relative;
  width: 100%;
  max-width: calc(120rem + var(--inner-padding-inline) + var(--inner-padding-inline));
  padding: 0 var(--inner-padding-inline);
  margin: 0 auto;
}
#fixed-contact {
  position: fixed;
  right: 3.2rem;
  bottom: 3.2rem;
  opacity: 1;
  pointer-events: auto;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  z-index: 999;
}
@media screen and (max-width: 960px) {
  #fixed-contact {
    right: 1.6rem;
    bottom: 1.6rem;
  }
}
#fixed-contact.is-hide {
  opacity: 0;
  pointer-events: none;
}
#fixed-contact a {
  display: block;
  position: relative;
  width: 6.4rem;
  height: 6.4rem;
  border-radius: 50%;
  background-color: #1d1d1d;
}
@media screen and (max-width: 960px) {
  #fixed-contact a {
    width: 4.8rem;
    height: 4.8rem;
  }
}
#fixed-contact a::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 4rem;
  height: 4rem;
  background-image: url("../img/icon-mail-white.svg");
  background-position: center center;
  background-repeat: no-repeat no-repeat;
  background-size: cover;
  translate: -50% -50%;
}
@media screen and (max-width: 960px) {
  #fixed-contact a::before {
    width: 3.2rem;
    height: 3.2rem;
  }
}
@media (hover: hover) and (pointer: fine) {
  #fixed-contact a:hover {
    opacity: 0.85;
  }
}

#footer {
  padding: 0;
  line-height: 1.5;
}
#footer-navi {
  margin: 0 0 3.2rem;
}
#footer-navi ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0 3.2rem;
}
@media screen and (max-width: 960px) {
  #footer-navi ul {
    gap: 0 2rem;
  }
}
#footer-navi ul li {
  cursor: pointer;
}

#footer-modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 0 var(--scrollbar-width, 0) 0 0;
  background-color: rgba(0, 0, 0, 0.6);
  -webkit-backdrop-filter: blur(0.24rem);
          backdrop-filter: blur(0.24rem);
  opacity: 0;
  pointer-events: none;
  overflow-y: auto;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  z-index: 1002;
}
#footer-modal .modal-wrapper {
  width: 100%;
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
  margin-block: auto;
  padding: 6.4rem 1.6rem;
}
@media screen and (max-width: 960px) {
  #footer-modal .modal-wrapper {
    padding: 4.8rem 1.6rem;
  }
}
#footer-modal .modal-content {
  position: relative;
  width: 100%;
  max-width: 120rem;
  height: auto;
  padding: 4rem 0;
  margin: 0 auto;
  background-color: #fff;
  border-radius: 2.4rem;
}
@media screen and (max-width: 960px) {
  #footer-modal .modal-content {
    padding: 3.2rem 0;
  }
}
#footer-modal .modal-content:not(.is-active) {
  display: none;
}
#footer-modal .modal-content h2 {
  display: block;
  margin: 0 0 1em;
  font-size: 3.2rem;
  font-weight: bold;
  text-align: center;
}
@media screen and (max-width: 960px) {
  #footer-modal .modal-content h2 {
    font-size: 2.4rem;
  }
}
#footer-modal .modal-content .modal-close {
  display: block;
  position: -webkit-sticky;
  position: sticky;
  left: 50%;
  bottom: 1.6rem;
  margin: 3.2rem auto 0;
  width: 4.8rem;
  height: 4.8rem;
  border-radius: 50%;
  background-color: #1d1d1d;
  translate: -50% 0;
  cursor: pointer;
}
@media screen and (max-width: 960px) {
  #footer-modal .modal-content .modal-close {
    margin: 2.4rem auto 0;
  }
}
#footer-modal .modal-content .modal-close::before, #footer-modal .modal-content .modal-close::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
  left: 50%;
  width: 2.4rem;
  height: 0.2rem;
  border-radius: 1000rem;
  background-color: #fff;
}
#footer-modal .modal-content .modal-close::before {
  top: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
          transform: translate(-50%, -50%) rotate(-45deg);
}
#footer-modal .modal-content .modal-close:after {
  top: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
}
#footer-about .inner {
  max-width: calc(64rem + var(--inner-padding-inline) + var(--inner-padding-inline));
}
#footer-about .about-list .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0 1.2rem;
  padding: 2.4rem 0.8rem;
  border-bottom: 0.1rem solid #1d1d1d;
}
@media screen and (max-width: 960px) {
  #footer-about .about-list .item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0.4rem 0;
    padding: 1.6rem 0;
  }
}
#footer-about .about-list .item:first-of-type {
  border-top: 0.1rem solid #1d1d1d;
}
#footer-about .about-list .item dt {
  width: 24%;
  font-weight: bold;
}
@media screen and (max-width: 960px) {
  #footer-about .about-list .item dt {
    width: 100%;
  }
}
#footer-about .about-list .item dd {
  width: 76%;
}
@media screen and (max-width: 960px) {
  #footer-about .about-list .item dd {
    width: 100%;
  }
}

#footer-privacy .sub-section:not(:last-of-type) {
  margin: 0 0 3.2rem;
}
@media screen and (max-width: 960px) {
  #footer-privacy .sub-section:not(:last-of-type) {
    margin: 0 0 2.4rem;
  }
}
#footer-privacy .sub-section h3 {
  margin: 0 0 1.6rem;
  font-size: 2.4rem;
  font-weight: bold;
}
@media screen and (max-width: 960px) {
  #footer-privacy .sub-section h3 {
    margin: 0 0 1.2rem;
    font-size: 2rem;
  }
}
#footer-privacy .sub-section p:not(:last-child),
#footer-privacy .sub-section ul:not(:last-child),
#footer-privacy .sub-section ol:not(:last-child) {
  margin: 0 0 1.6rem;
}
@media screen and (max-width: 960px) {
  #footer-privacy .sub-section p:not(:last-child),
  #footer-privacy .sub-section ul:not(:last-child),
  #footer-privacy .sub-section ol:not(:last-child) {
    margin: 0 0 1.2rem;
  }
}
#footer-privacy .sub-section ul li {
  position: relative;
  padding: 0 0 0 1em;
}
#footer-privacy .sub-section ul li:not(:last-of-type) {
  margin: 0 0 0.8rem;
}
#footer-privacy .sub-section ul li::before {
  content: "・";
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  color: #1d1d1d;
}

#footer-copyright {
  padding: 1.4rem 0;
  background-color: #f5f5f5;
}
#footer-copyright small {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  font-size: 1.4rem;
}

.form {
  margin: 5.6rem 0 0;
}
@media screen and (max-width: 960px) {
  .form {
    margin: 4rem 0 0;
  }
}
.form input[type=text],
.form input[type=email],
.form input[type=tel],
.form textarea {
  display: block;
  position: relative;
  width: 100%;
  padding: 1em;
  color: #1d1d1d;
  border-radius: 1.2rem;
  background-color: #f5f5f5;
}
.form input[type=text]:focus,
.form input[type=email]:focus,
.form input[type=tel]:focus,
.form textarea:focus {
  outline: 0.2rem solid #1d1d1d;
  outline-offset: -0.2rem;
}
.form textarea {
  resize: vertical;
}
.form ::-webkit-input-placeholder {
  color: #a9a9a9;
}
.form ::-moz-placeholder {
  color: #a9a9a9;
}
.form :-ms-input-placeholder {
  color: #a9a9a9;
}
.form ::-ms-input-placeholder {
  color: #a9a9a9;
}
.form ::placeholder {
  color: #a9a9a9;
}
.form .select {
  position: relative;
}
.form .select select {
  display: block;
  position: relative;
  width: 100%;
  padding: 1em;
  color: #1d1d1d;
  border-radius: 1.2rem;
  background-color: #f5f5f5;
}
.form .select select:focus {
  outline: 0.2rem solid #1d1d1d;
  outline-offset: -0.2rem;
}
.form .form-content {
  margin: 0 0 4.8rem;
}
@media screen and (max-width: 960px) {
  .form .form-content {
    margin: 0 0 3.2rem;
  }
}
.form .form-content .item:not(:last-of-type) {
  margin: 0 0 3.2rem;
}
@media screen and (max-width: 960px) {
  .form .form-content .item:not(:last-of-type) {
    margin: 0 0 2.4rem;
  }
}
.form .form-content dt {
  margin: 0 0 0.8rem;
  font-weight: bold;
}
.form .form-content dt b {
  display: inline-block;
  color: #e30000;
}
.form .form-content dd {
  position: relative;
}
.form .button {
  display: block;
  width: 100%;
  max-width: 22.4rem;
  padding: 1em 3.6rem;
  margin: 0 auto;
  color: #fff;
  text-align: center;
  border-radius: 1.2rem;
  background-color: #1d1d1d;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  cursor: pointer;
}
@media (hover: hover) and (pointer: fine) {
  .form .button:hover {
    opacity: 0.85;
  }
}

.screen-reader-response {
  display: none;
}

.wpcf7-spinner {
  display: none !important;
}

.wpcf7-response-output {
  display: block;
  padding: 1em 0.8rem;
  margin: 4rem 0 0;
  font-size: 1.4rem;
  font-weight: bold;
  text-align: center;
  color: #e30000;
  border: 0.2rem solid currentColor;
  border-radius: 1.2rem;
  background-color: #fff;
}
@media screen and (max-width: 960px) {
  .wpcf7-response-output {
    margin: 3.2rem 0 0;
    font-size: 1.2rem;
  }
}

[data-status=init] .wpcf7-response-output,
[data-status=submitting] .wpcf7-response-output,
[data-status=resetting] .wpcf7-response-output {
  display: none;
}

[data-status=invalid] .wpcf7-response-output {
  color: #e30000;
}

[data-status=sent] .wpcf7-response-output {
  color: #008009;
}

.wpcf7-form-control-wrap {
  display: block;
  position: relative;
}

.wpcf7 span.wpcf7-not-valid-tip {
  display: block;
  position: relative;
  color: #e30000;
  font-size: 1.4rem;
  margin: 0.8rem 0 0;
  text-align: left;
}
@media screen and (max-width: 960px) {
  .wpcf7 span.wpcf7-not-valid-tip {
    font-size: 1.2rem;
  }
}

h2.style-01 {
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
  margin-bottom: 4.8rem;
  text-align: center;
}
@media screen and (max-width: 960px) {
  h2.style-01 {
    margin-bottom: 4rem;
  }
}
h2.style-01 > span, h2.style-01 > i {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
}
h2.style-01 > i {
  margin-bottom: 0.8rem;
  font-size: 2rem;
  font-weight: bold;
  line-height: 1;
}
@media screen and (max-width: 960px) {
  h2.style-01 > i {
    font-size: 1.6rem;
  }
}
h2.style-01 > span {
  font-size: 4rem;
  font-weight: bold;
}
@media screen and (max-width: 960px) {
  h2.style-01 > span {
    font-size: 2.4rem;
  }
}

.more-button.-style-01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  gap: 0 1.6rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  color: #1d1d1d;
  font-weight: bold;
}
@media screen and (max-width: 960px) {
  .more-button.-style-01 {
    gap: 0 1.2rem;
  }
}
@media (hover: hover) and (pointer: fine) {
  .more-button.-style-01:hover span {
    background-position: 0 100%;
    background-size: 100% 0.1rem;
  }
  .more-button.-style-01:hover i {
    scale: 1.125;
  }
}
.more-button.-style-01.-center {
  margin-inline: auto;
}
.more-button.-style-01 span {
  display: inline-block;
  background-image: -webkit-gradient(linear, left top, right top, from(#1d1d1d), to(#1d1d1d));
  background-image: -webkit-linear-gradient(left, #1d1d1d, #1d1d1d);
  background-image: linear-gradient(90deg, #1d1d1d, #1d1d1d);
  background-repeat: no-repeat;
  background-position: 100% 100%;
  background-size: 0 0.1rem;
  -webkit-transition: background-size 0.3s ease;
  transition: background-size 0.3s ease;
}
.more-button.-style-01 i {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  display: block;
  position: relative;
  width: 5.6rem;
  height: 5.6rem;
  border: 0.1rem solid #1d1d1d;
  border-radius: 50%;
  background-color: #1d1d1d;
  -webkit-transition: scale 0.3s ease;
  transition: scale 0.3s ease;
  cursor: pointer;
}
@media screen and (max-width: 960px) {
  .more-button.-style-01 i {
    width: 4.8rem;
    height: 4.8rem;
  }
}
.more-button.-style-01 i::before {
  content: "";
  display: inline-block;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: #fff;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
  -webkit-transform: scale(0, 0);
          transform: scale(0, 0);
}
.more-button.-style-01 i::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 2rem;
  height: 2rem;
  -webkit-mask-image: url("../img/icon-arrow-white.svg");
          mask-image: url("../img/icon-arrow-white.svg");
  -webkit-mask-repeat: no-repeat no-repeat;
          mask-repeat: no-repeat no-repeat;
  -webkit-mask-position: center center;
          mask-position: center center;
  -webkit-mask-size: cover;
          mask-size: cover;
  background-color: #fff;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 2;
}
@media screen and (max-width: 960px) {
  .more-button.-style-01 i::after {
    width: 1.6rem;
    height: 1.6rem;
  }
}
.more-button.-style-02 {
  display: block;
  width: 100%;
  max-width: 22.4rem;
  padding: 1em 3.6rem;
  color: #fff;
  text-align: center;
  border-radius: 1.2rem;
  background-color: #1d1d1d;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media (hover: hover) and (pointer: fine) {
  .more-button.-style-02:hover {
    opacity: 0.85;
  }
}

#top-branding {
  padding: 11.2rem 0 8rem;
}
@media screen and (max-width: 960px) {
  #top-branding {
    padding: 9.6rem 0 4.8rem;
  }
}
#top-branding .inner {
  max-width: calc(131.2rem + var(--inner-padding-inline) + var(--inner-padding-inline));
}
#top-branding h1 {
  margin: 0 0 4.8rem;
  font-size: 6.4rem;
  font-weight: bold;
}
@media screen and (max-width: 960px) {
  #top-branding h1 {
    margin: 0 0 3.2rem;
    font-size: 2.8rem;
  }
}
#top-branding .more-button {
  margin-top: 3.2rem;
}
#top-problem .problem-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2rem;
}
@media screen and (max-width: 960px) {
  #top-problem .problem-list {
    grid-template-columns: repeat(2, 1fr);
    gap: 1.6rem;
  }
}
@media screen and (max-width: 768px) {
  #top-problem .problem-list {
    grid-template-columns: 1fr;
  }
}
#top-problem .problem-list li {
  padding: 2.4rem;
  text-align: center;
  border-radius: 1.6rem;
  background-color: #fff;
}

#top-service .service-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2rem;
}
@media screen and (max-width: 960px) {
  #top-service .service-list {
    grid-template-columns: 1fr;
    gap: 1.6rem;
  }
}
#top-service .service-list li {
  padding: 3.2rem 2.4rem;
  border-radius: 1.6rem;
  background-color: #f5f5f5;
}
@media screen and (max-width: 960px) {
  #top-service .service-list li {
    padding: 2.4rem 1.6rem;
  }
}
#top-service .service-list li .image {
  text-align: center;
}
#top-service .service-list li .image img {
  width: 100%;
  max-width: 14rem;
}
#top-service .service-list li h3 {
  margin: 0.8rem 0 1.2rem;
  font-size: 2.4rem;
  font-weight: bold;
  text-align: center;
}
@media screen and (max-width: 960px) {
  #top-service .service-list li h3 {
    font-size: 2rem;
  }
}

#top-merit .merit-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2rem;
}
@media screen and (max-width: 960px) {
  #top-merit .merit-list {
    grid-template-columns: 1fr;
    gap: 1.6rem;
  }
}
#top-merit .merit-list li {
  padding: 3.2rem 2.4rem;
  border-radius: 1.6rem;
  background-color: #fff;
}
@media screen and (max-width: 960px) {
  #top-merit .merit-list li {
    padding: 2.4rem 1.6rem;
  }
}
#top-merit .merit-list li h3 {
  margin: 0 0 1.6rem;
  font-size: 2.4rem;
  font-weight: bold;
  text-align: center;
}
@media screen and (max-width: 960px) {
  #top-merit .merit-list li h3 {
    font-size: 2rem;
  }
}

#top-feature .feature-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2rem;
}
@media screen and (max-width: 960px) {
  #top-feature .feature-list {
    grid-template-columns: repeat(2, 1fr);
    gap: 1.6rem;
  }
}
@media screen and (max-width: 840px) {
  #top-feature .feature-list {
    grid-template-columns: 1fr;
  }
}
#top-feature .feature-list li {
  padding: 3.2rem 2.4rem;
  border-radius: 1.6rem;
  background-color: #f5f5f5;
  counter-increment: number;
}
@media screen and (max-width: 960px) {
  #top-feature .feature-list li {
    padding: 2.4rem 1.6rem;
  }
}
#top-feature .feature-list li h3 {
  margin: 0 0 1.6rem;
  font-size: 2.4rem;
  font-weight: bold;
}
@media screen and (max-width: 960px) {
  #top-feature .feature-list li h3 {
    margin: 0 0 1.2rem;
    font-size: 2rem;
  }
}
#top-feature .feature-list li h3::before {
  content: counter(number, decimal-leading-zero) ".";
  display: block;
  margin: 0 0 0.8rem;
  font-size: 2.4rem;
  font-weight: bold;
  line-height: 1;
}
@media screen and (max-width: 960px) {
  #top-feature .feature-list li h3::before {
    font-size: 2rem;
  }
}

#top-scope .block:not(:last-of-type) {
  margin: 0 0 7.2rem;
}
@media screen and (max-width: 960px) {
  #top-scope .block:not(:last-of-type) {
    margin: 0 0 4.8rem;
  }
}
#top-scope .block h3 {
  margin: 0 0 2rem;
  font-size: 3.2rem;
  font-weight: bold;
}
@media screen and (max-width: 960px) {
  #top-scope .block h3 {
    margin: 0 0 1.6rem;
    font-size: 2rem;
  }
}
#top-scope .block-01 ul {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2rem;
  margin: 4rem 0 0;
}
@media screen and (max-width: 960px) {
  #top-scope .block-01 ul {
    grid-template-columns: repeat(2, 1fr);
    gap: 1.2rem;
    margin: 2.4rem 0 0;
  }
}
@media screen and (max-width: 640px) {
  #top-scope .block-01 ul {
    grid-template-columns: 1fr;
  }
}
#top-scope .block-01 ul li {
  position: relative;
  padding: 3.2rem 2.4rem 3.2rem 4.4rem;
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.3;
  border-radius: 1.6rem;
  background-color: #fff;
}
@media screen and (max-width: 960px) {
  #top-scope .block-01 ul li {
    padding: 1.6rem 1.2rem 1.6rem 2.6rem;
    font-size: 1.6rem;
    border-radius: 1.2rem;
  }
}
#top-scope .block-01 ul li::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 2.4rem;
  width: 0.8rem;
  height: 0.8rem;
  border-radius: 50%;
  background-color: #1d1d1d;
  translate: 0 -50%;
}
@media screen and (max-width: 960px) {
  #top-scope .block-01 ul li::before {
    left: 1.2rem;
    width: 0.6rem;
    height: 0.6rem;
  }
}
#top-scope .block-02 ul {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2rem;
  margin: 4rem 0 0;
}
@media screen and (max-width: 960px) {
  #top-scope .block-02 ul {
    grid-template-columns: repeat(2, 1fr);
    gap: 1.6rem;
    margin: 3.2rem 0 0;
  }
}
@media screen and (max-width: 768px) {
  #top-scope .block-02 ul {
    grid-template-columns: 1fr;
  }
}
#top-scope .block-02 ul li {
  padding: 2.4rem;
  border-radius: 1.6rem;
  background-color: #fff;
}
@media screen and (max-width: 960px) {
  #top-scope .block-02 ul li {
    padding: 2rem 1.6rem;
  }
}
#top-scope .block-02 ul li h4 {
  margin: 0 0 1.2rem;
  font-size: 2rem;
  font-weight: bold;
}
@media screen and (max-width: 960px) {
  #top-scope .block-02 ul li h4 {
    margin: 0 0 0.8rem;
    font-size: 1.6rem;
  }
}
#top-flow .inner {
  max-width: calc(91.2rem + var(--inner-padding-inline) + var(--inner-padding-inline));
}
#top-flow .flow-list li {
  padding: 2.4rem;
  border-radius: 1.6rem;
  background-color: #f5f5f5;
}
@media screen and (max-width: 960px) {
  #top-flow .flow-list li {
    padding: 2rem 1.6rem;
  }
}
#top-flow .flow-list li:not(:last-of-type) {
  margin: 0 0 2rem;
}
@media screen and (max-width: 960px) {
  #top-flow .flow-list li:not(:last-of-type) {
    margin: 0 0 1.6rem;
  }
}
#top-flow .flow-list li h3 {
  margin: 0 0 1.6rem;
  font-size: 2.4rem;
  font-weight: bold;
}
@media screen and (max-width: 960px) {
  #top-flow .flow-list li h3 {
    margin: 0 0 1.2rem;
    font-size: 2rem;
  }
}
#top-flow .flow-list li h3 + h4 {
  margin-top: 2.4rem;
}
@media screen and (max-width: 960px) {
  #top-flow .flow-list li h3 + h4 {
    margin-top: 2rem;
  }
}
#top-flow .flow-list li h4 {
  margin: 0 0 0.8rem;
  font-size: 2rem;
  font-weight: bold;
}
@media screen and (max-width: 960px) {
  #top-flow .flow-list li h4 {
    font-size: 1.6rem;
  }
}
#top-flow .flow-list li p:not(:last-of-type) {
  margin: 0 0 1.6rem;
}
@media screen and (max-width: 960px) {
  #top-flow .flow-list li p:not(:last-of-type) {
    margin: 0 0 1.4rem;
  }
}

#top-faq .inner {
  max-width: calc(91.2rem + var(--inner-padding-inline) + var(--inner-padding-inline));
}
#top-faq .faq-list .item {
  position: relative;
  border-radius: 1.6rem;
  background-color: #fff;
}
#top-faq .faq-list .item:not(:last-of-type) {
  margin: 0 0 2rem;
}
@media screen and (max-width: 960px) {
  #top-faq .faq-list .item:not(:last-of-type) {
    margin: 0 0 1.6rem;
  }
}
#top-faq .faq-list dt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 0 0.8rem;
  position: relative;
  padding: 2.4rem;
  font-size: 2rem;
  line-height: 1.3;
  font-weight: bold;
  cursor: pointer;
}
@media screen and (max-width: 960px) {
  #top-faq .faq-list dt {
    padding: 2rem 1.6rem;
    font-size: 1.6rem;
  }
}
#top-faq .faq-list dt.is-active i::before {
  scale: -1 1;
}
#top-faq .faq-list dt i {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  display: block;
  position: relative;
  width: 2.4rem;
  height: 2.4rem;
}
@media screen and (max-width: 960px) {
  #top-faq .faq-list dt i {
    width: 1.6rem;
    height: 1.6rem;
  }
}
#top-faq .faq-list dt i::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url("../img/icon-arrow-black.svg");
  background-position: center center;
  background-repeat: no-repeat no-repeat;
  background-size: cover;
  translate: 0 -50%;
  rotate: 90deg;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
#top-faq .faq-list dd {
  display: none;
  position: relative;
  padding: 0 2.4rem 2.4rem 2.4rem;
  margin: -1.2rem 0 0;
}
@media screen and (max-width: 960px) {
  #top-faq .faq-list dd {
    margin: -0.8rem 0 0;
    padding: 0 1.6rem 2rem 1.6rem;
  }
}

#top-contact .inner {
  max-width: calc(91.2rem + var(--inner-padding-inline) + var(--inner-padding-inline));
}
@media screen and (max-width: 960px) {
  #top-contact h2 {
    margin-bottom: 2.4rem;
  }
}