@charset "UTF-8";
/* -----------------------------------------------
* Plugins エントリーポイント
-------------------------------------------------- */
/*------------------------------------------------------------------------------
  reset
------------------------------------------------------------------------------*/
html,
input,
textarea,
select,
button {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
}

html {
  color: #3f3f3f;
  background: #fff;
  line-height: 1.2;
  overflow-wrap: break-word;
}
body {
  background: #fff;
  margin: 0;
}

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

img {
  border: 0;
  margin: 0;
  vertical-align: top;
  max-width: 100%;
  height: auto;
}

figure {
  margin: 0;
}

p {
  margin: 0;
  padding: 0;
}

a {
  color: inherit;
  text-decoration: none;
}

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

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

textarea {
  resize: vertical;
}

::-webkit-input-placeholder {
  color: #ccc;
}

:-ms-input-placeholder {
  color: #ccc;
}

::-ms-input-placeholder {
  color: #ccc;
}

::-moz-placeholder {
  color: #ccc;
}

::placeholder {
  color: #ccc;
}

button {
  border: none;
  cursor: pointer;
}

label {
  cursor: pointer;
}

table {
  border-collapse: collapse;
}

ul,
ol {
  list-style: none;
  margin: 0;
  padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 14px;
  font-weight: 500;
  margin: 0;
  padding: 0;
}

main {
  display: block;
}

#wrapper {
  position: relative;
}

.inner-block {
  margin: 0 auto;
  position: relative;
}

dl,
dt,
dd {
  padding: 0;
  margin: 0;
}

.ib {
  display: inline-block;
}

.c-svg {
  display: inline-block;
  fill: currentColor;
  vertical-align: top;
}

/* -----------------------------------------------
* Modules エントリーポイント
-------------------------------------------------- */
/* --------------------------------
c-header
----------------------------------- */
.c-header {
  background-color: #fff;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.c-header .contents-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.c-header .logo-area {
  padding-block: 1.5rem;
  padding-inline: 2.5rem;
}
.c-header .logo-area img {
  max-width: 217px;
}
.c-header .btn-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  width: 100%;
}
.c-header .btn-wrap .c-btn01 {
  max-width: 13.75rem;
}

.c-ttl01 {
  text-align: center;
  margin-bottom: 2.5rem;
}
.c-ttl01.white .inn-txt {
  color: #fff;
}
.c-ttl01.white .deco {
  background-color: #fff;
}
.c-ttl01.white .en-txt {
  color: #fff;
}
.c-ttl01:not(.white) .inn-txt {
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#3171f3),
    to(#1c428d)
  );
  background: linear-gradient(90deg, #3171f3 0%, #1c428d 100%);
  display: inline-block;
  -webkit-background-clip: text;
  -webkit-text-fill-color: rgba(255, 255, 255, 0);
}
.c-ttl01 .inn-txt {
  display: block;
  font-size: 2rem;
  font-weight: 900;
  line-height: 175%;
  letter-spacing: 0.04em;
}
.c-ttl01 .deco {
  display: block;
  margin: 0.625rem auto;
  width: 5rem;
  height: 2px;
  border-radius: 100vw;
  background-color: #75a4cf;
}
.c-ttl01 .en-txt {
  display: block;
  font-size: 1rem;
  font-style: normal;
  font-weight: 300;
  line-height: 175%;
  letter-spacing: 0.04em;
  color: #3171f3;
}

.c-ttl02 {
  text-align: center;
  margin-bottom: 2.5rem;
}
.c-ttl02.skyblue .inn-txt {
  color: #75a4cf;
  font-size: 1.625rem;
  font-weight: 700;
  padding-inline: 2rem;
  letter-spacing: 0;
  line-height: 1.2;
}
.c-ttl02.skyblue .inn-txt::before,
.c-ttl02.skyblue .inn-txt::after {
  aspect-ratio: 31/30;
  max-height: 1.875rem;
  width: auto;
  height: 100%;
  mask-image: url("../img/common/ico-strong02.svg");
  -webkit-mask-image: url("../img/common/ico-strong02.svg");
}
.c-ttl02.white .inn-txt {
  color: #fff;
}
.c-ttl02 .inn-txt {
  color: #3171f3;
  display: inline-block;
  font-size: 1.5rem;
  font-weight: 900;
  line-height: 175%;
  letter-spacing: 0.04em;
  padding-inline: 2.7em;
  position: relative;
}
.c-ttl02 .inn-txt::before,
.c-ttl02 .inn-txt::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  display: inline-block;
  aspect-ratio: 47/54;
  width: 2em;
  height: 3.5em;
  max-height: 3em;
  background-color: currentColor;
  mask-image: url("../img/common/ico-strong.svg");
  mask-repeat: no-repeat;
  mask-position: center;
  mask-size: contain;
  -webkit-mask-image: url("../img/common/ico-strong.svg");
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  -webkit-mask-size: contain;
}
.c-ttl02 .inn-txt::before {
  left: 0;
}
.c-ttl02 .inn-txt::after {
  right: 0;
  scale: 1 -1;
}

.c-btn01 {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
  -webkit-box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  border-radius: 4px;
  width: 100%;
  max-width: 15rem;
}
.c-btn01.green {
  background-color: #75cf7e;
}
.c-btn01.orange {
  background-color: #ff7f00;
}
.c-btn01.blue {
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#3171f3),
    to(#1c428d)
  );
  background: linear-gradient(180deg, #3171f3 0%, #1c428d 100%);
}
.c-btn01.header-btn {
  height: 100%;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-radius: 0;
  position: relative;
}
.c-btn01.header-btn::after {
  position: absolute;
  content: "";
  border: 1px solid transparent;
  width: 100%;
  height: 100%;
  inset: 0;
  margin: auto;
}
.c-btn01.header-btn.green:focus-visible {
  background-color: #fff;
  color: #2dc761;
}
.c-btn01.header-btn.green:focus-visible::after {
  border-color: #2dc761;
}
.c-btn01.header-btn.orange:focus-visible {
  background-color: #fff;
  color: #ff7f00;
}
.c-btn01.header-btn.orange:focus-visible::after {
  border-color: #ff7f00;
}
.c-btn01:not(.header-btn):focus-visible {
  -webkit-transition: translate 0.3s ease-in-out,
    -webkit-box-shadow 0.3s ease-in-out;
  transition: translate 0.3s ease-in-out, -webkit-box-shadow 0.3s ease-in-out;
  transition: translate 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
  transition: translate 0.3s ease-in-out, box-shadow 0.3s ease-in-out,
    -webkit-box-shadow 0.3s ease-in-out;
  translate: 0 4px;
  -webkit-box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.25);
}
.c-btn01 .inn-txt {
  padding: 0.625rem;
  font-size: 1.25rem;
  line-height: 1.2;
  font-weight: 900;
  letter-spacing: 0.04em;
}

.bg-gray {
  background-color: #f9f9f9;
}

.bg-blue {
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#1c428d),
    color-stop(45.74%, #3171f3),
    color-stop(80.62%, #2759c0)
  );
  background: linear-gradient(
    180deg,
    #1c428d 0%,
    #3171f3 45.74%,
    #2759c0 80.62%
  );
}

.c-section {
  padding-block: 6.5rem;
}
.c-section + .c-section {
  padding-top: 0;
}
.c-section + .c-section.bg-gray,
.c-section + .c-section.bg-blue {
  padding-top: 4rem;
}

.section-top-txt {
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 700;
  line-height: 175%;
  letter-spacing: 0.04em;
  margin-bottom: 2.5rem;
}

.c-btn-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 0.625rem 1.5rem;
}

.c-cost-contents {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  padding: 2.5rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
  background-color: #fff;
  border-radius: 12px;
  border: 2px solid #3171f3;
  -webkit-box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  color: #3171f3;
}
.c-cost-contents .monthly-cost {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.c-cost-contents .ttl {
  font-size: 2.5rem;
  font-weight: 900;
  line-height: 100%;
  margin-bottom: 1.5rem;
}
.c-cost-contents .user {
  font-size: 1rem;
  font-weight: 900;
  line-height: 1.2;
}
.c-cost-contents .price {
  font-size: 1rem;
  font-weight: 700;
  line-height: 100%;
  margin-block: 0.5rem;
}
.c-cost-contents .price .num {
  font-size: 4rem;
  font-weight: 900;
  line-height: 100%;
}
.c-cost-contents .note {
  color: #3f3f3f;
  font-size: 0.875rem;
  font-weight: 300;
  line-height: 1.2;
  margin-top: 0.5rem;
}
.c-cost-contents .first {
  border-radius: 100vw;
  background: #3171f3;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
  padding: 0.25rem 0.625rem;
  margin-top: 2.5rem;
  margin-bottom: 1rem;
}
.c-cost-contents .first .inn-txt {
  color: #fff;
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 1.2;
}
.c-cost-contents .free {
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1.2;
}

.c-line {
  -webkit-text-decoration-line: underline;
  text-decoration-line: underline;
  -webkit-text-decoration-style: solid;
  text-decoration-style: solid;
  -webkit-text-decoration-skip-ink: none;
  text-decoration-skip-ink: none;
  -webkit-text-decoration-color: rgba(49, 113, 243, 0.2);
  text-decoration-color: rgba(49, 113, 243, 0.2);
  text-decoration-thickness: 6px; /* 8px */
  text-underline-offset: 0px; /* 0px */
}

.scroll-hint-icon {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  padding: 1.5rem;
  inset: 0;
  margin: auto;
}
.scroll-hint-icon::before {
  background-image: url("../img/common/ico-scroll-hint01.svg");
  width: 96px;
  height: 96px;
  aspect-ratio: 1/1;
}
.scroll-hint-icon::after {
  background-image: url("../img/common/ico-scroll-hint-arrow01.svg");
  width: 80px;
  left: 0;
  right: 0;
  margin: auto;
}
.scroll-hint-icon .scroll-hint-text {
  font-size: 20px;
  font-weight: 500;
  line-height: 175%;
}

/* -----------------------------------------------
* Page エントリーポイント
-------------------------------------------------- */
/* -----------------------------------------------
* home Module
* homeページ用
-------------------------------------------------- */
.home .mv-section {
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#1c428d),
    color-stop(59.13%, #3171f3),
    to(#fff)
  );
  background: linear-gradient(180deg, #1c428d 0%, #3171f3 59.13%, #fff 100%);
  color: #fff;
  padding-block: 5rem 7rem;
}
.home .mv-section .txt-area {
  text-align: center;
  margin-bottom: 1rem;
}
.home .mv-section .txt-area .top-ttl {
  font-weight: 900;
}
.home .mv-section .txt-area .top-ttl .big {
  font-size: 3.25rem;
  font-weight: 900;
  line-height: 1.2;
  letter-spacing: 0.04em;
}
.home .mv-section .txt-area .top-ttl .small {
  font-size: 1.5rem;
  line-height: 1.2;
  letter-spacing: 0.04em;
}
.home .mv-section .feature-area {
  text-align: center;
}
.home .mv-section .feature-area .feature {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 0.25rem;
}
.home .mv-section .feature-area .feature .inn-txt {
  display: inline-block;
  padding: 0.25rem 1rem;
  background-color: #3171f3;
  border: 2px solid #fff;
  border-radius: 100vw;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0.04em;
}
.home .mv-section .c-btn-wrap {
  margin-block: 2.5rem 2rem;
  gap: 0.625rem;
}
.home .mv-section .img-area {
  text-align: center;
  margin-inline: auto;
}
.home .mv-section .img-area img {
  width: 100%;
}
.home .mv-section .feature-list-area {
  margin-top: 2.5rem;
}
.home .mv-section .feature-list-area .feature-list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1rem;
}
.home .mv-section .feature-list-area .feature-list > li {
  display: grid;
  gap: 0;
}
.home .mv-section .feature-list-area .feature-list > li.is-active .txt-wrap {
  display: block;
}
.home .mv-section .feature-list-area .feature-list > li .contents-wrap {
  position: relative;
  display: grid;
  gap: 0.25rem 0;
}
.home .mv-section .feature-list-area .feature-list > li .ttl button {
  display: inline-block;
  border-radius: 100vw;
  background-color: #3f3f3f;
  width: 100%;
  padding: 0.625rem 1.5rem;
}
.home
  .mv-section
  .feature-list-area
  .feature-list
  > li
  .ttl
  button:focus-visible {
  background-color: #000;
}
.home .mv-section .feature-list-area .feature-list > li .ttl button .inn-txt {
  font-weight: 900;
}
.home
  .mv-section
  .feature-list-area
  .feature-list
  > li
  .ttl
  button
  .inn-txt
  .big {
  font-size: 1.125rem;
  line-height: 1.2;
  letter-spacing: 0.04em;
}
.home
  .mv-section
  .feature-list-area
  .feature-list
  > li
  .ttl
  button
  .inn-txt
  .small {
  font-size: 0.75rem;
  line-height: 1.2;
  letter-spacing: 0.04em;
}
.home .mv-section .feature-list-area .feature-list > li .txt-wrap {
  display: none;
  border-radius: 4px;
  background-color: #fff;
  padding: 1rem;
  color: #3f3f3f;
}
.home .mv-section .feature-list-area .feature-list > li .txt-wrap p {
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 175%;
  letter-spacing: 0.04em;
}
.home .about-section.c-section {
  padding-top: 4rem;
}
.home .about-section .about-area .about-contents {
  border-radius: 12px;
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#3171f3),
    to(#1c428d)
  );
  background: linear-gradient(180deg, #3171f3 0%, #1c428d 100%);
  padding: 1.5rem;
  color: #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.home .about-section .about-area .about-contents .contents-wrap {
  display: grid;
  grid-template-areas: "ttl" "img" "desc";
}
.home .about-section .about-area .about-contents:nth-child(1) {
  grid-area: first;
}
.home .about-section .about-area .about-contents:nth-child(2) {
  grid-area: second;
}
.home .about-section .about-area .about-contents:nth-of-type(3) {
  grid-area: third;
}
.home .about-section .about-area .about-contents .ttl {
  grid-area: ttl;
  text-align: center;
}
.home .about-section .about-area .about-contents .ttl .big {
  font-size: 40px;
  font-weight: 900;
  line-height: 175%;
  letter-spacing: 0.04em;
}
.home .about-section .about-area .about-contents .ttl .small {
  background-color: #000;
  padding: 0.25rem 1.5rem;
  border-radius: 2.5rem;
  display: inline-block;
}
.home .about-section .about-area .about-contents .ttl .small .inn-txt {
  font-size: 1.625rem;
  font-weight: 900;
  line-height: 175%;
  letter-spacing: 0.04em;
}
.home .about-section .about-area .about-contents .img-area {
  grid-area: img;
  text-align: center;
}
.home .about-section .about-area .about-contents .img-area img {
  max-width: 15rem;
  width: 100%;
}
.home .about-section .about-area .about-contents .desc {
  grid-area: desc;
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 175%;
  letter-spacing: 0.04em;
  margin-top: 1.5rem;
}
.home .about-section .about-area .arrow-area {
  grid-area: arrow;
  justify-self: center;
  max-width: 30rem;
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: space-evenly;
  -webkit-justify-content: space-evenly;
  -ms-flex-pack: space-evenly;
  justify-content: space-evenly;
  gap: 1.5rem;
  padding-block: 2.5rem 2.25rem;
}
.home .risk-section .risk-area {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.home .risk-section .risk-area .error-area {
  padding-block: 0.5rem 2rem;
  padding-inline: 1.25rem;
  border-radius: 120px 120px 12px 12px;
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#d84a5c),
    to(#722731)
  );
  background: linear-gradient(180deg, #d84a5c 0%, #722731 100%);
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}
.home .risk-section .risk-area .error-area .contents-wrap {
  width: 100%;
  max-width: 40rem;
}
.home .risk-section .risk-area .error-area .ttl {
  color: #fff;
  font-size: 2.5rem;
  font-weight: 900;
  line-height: 175%;
  margin-bottom: 0.625rem;
}
.home .risk-section .risk-area .error-area .img-area {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 1.5rem;
}
.home .risk-section .risk-area .error-area .img-area img {
  max-width: 18.75rem;
  width: 100%;
}
.home .risk-section .risk-area .equal-area {
  margin-top: 1rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.home .risk-section .risk-area .equal-area .txt {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 0.625rem;
}
.home .risk-section .risk-area .equal-area .txt .icon {
  height: 3.25rem;
  aspect-ratio: 1;
}
.home .risk-section .risk-area .equal-area .txt .inn-txt {
  color: #d84a5c;
  text-align: center;
  font-size: 2rem;
  font-weight: 900;
  line-height: 175%;
}
.home .risk-section .risk-area .arrow-area {
  margin-block: 2.5rem 2.25rem;
}
.home .risk-section .risk-area .conclusion-area {
  border-radius: 6px;
  background: -webkit-gradient(
    linear,
    left bottom,
    left top,
    from(#3171f3),
    to(#1c428d)
  );
  background: linear-gradient(0deg, #3171f3 0%, #1c428d 100%);
  color: #fff;
  width: 100%;
  padding: 1rem;
  text-align: center;
}
.home .risk-section .risk-area .conclusion-area .txt {
  font-size: 2rem;
  font-weight: 900;
  line-height: 175%;
}
.home .cta-section {
  background: url("../img/home/cta-bg-img01.png.webp") no-repeat center
    center/cover;
  padding-block: 2.5rem;
}
.home .cta-section .ttl {
  text-align: center;
  font-weight: 700;
  font-size: 1.25rem;
  line-height: normal;
}
.home .cta-section .ttl .big {
  font-size: 1.25rem;
  line-height: 1.2;
  letter-spacing: 0.04em;
}
.home .cta-section .ttl .small {
  font-size: 0.875rem;
  line-height: 1.2;
  letter-spacing: 0.04em;
}
.home .cta-section .c-btn-wrap {
  margin-top: 1.5rem;
}
.home .solution-section {
  padding-block: 4rem;
}
.home .solution-section .section-top-txt {
  margin-bottom: 1.5rem;
}
.home .solution-section .solution-list-area .solution-list {
  border-radius: 6px;
  border: 1px solid #3171f3;
  background: #fff;
  padding: 1.5rem 2.5rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
}
.home .solution-section .solution-list-area .solution-list > li {
  display: grid;
  grid-template-columns: auto 1fr;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 0.625rem;
  font-size: 1.5rem;
  line-height: normal;
}
.home .solution-section .solution-list-area .solution-list > li + li {
  margin-top: 1.5rem;
}
.home .solution-section .solution-list-area .solution-list > li .icon {
  width: 2.5rem;
}
.home .solution-section .solution-list-area .solution-list > li .inn-txt {
  font-weight: 900;
  font-family: "Zen Kaku Gothic New", sans-serif;
  color: #3171f3;
}
.home .solution-section .compare-area {
  margin-block: 4rem;
}
.home .solution-section .compare-area .c-ttl02 {
  margin-bottom: 0;
}
.home .solution-section .compare-area .top-txt {
  margin-block: 1.5rem;
  text-align: center;
  font-size: 1.25rem;
  font-weight: 900;
  line-height: normal;
}
.home .solution-section .compare-area .top-txt .c-line {
  display: inline-block;
}
.home .solution-section .compare-area .top-txt .blue {
  color: #3171f3;
}
.home .solution-section .compare-area .img-area {
  max-width: 980px;
  margin-inline: auto;
}
.home .solution-section .cost-area .c-ttl02 {
  margin-bottom: 1.875rem;
}
.home .reason-section .reason-list {
  gap: 1.5rem;
  display: grid;
  justify-items: center;
}
.home .reason-section .reason-list > li {
  width: 100%;
}
.home .reason-section .reason-list > li .contents-wrap {
  border-radius: 4px;
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#e8ecf4),
    to(#f1f5ff)
  );
  background: linear-gradient(180deg, #e8ecf4 0%, #f1f5ff 100%);
  padding: 1.5rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 1.5rem;
}
.home .reason-section .reason-list > li .ttl {
  text-align: center;
  font-size: 1.5rem;
  font-weight: 900;
  line-height: 1.2;
  letter-spacing: 0.04em;
}
.home .reason-section .reason-list > li .ttl .inn-txt {
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#3171f3),
    to(#1c428d)
  );
  background: linear-gradient(180deg, #3171f3 0%, #1c428d 100%);
  display: inline-block;
  -webkit-background-clip: text;
  -webkit-text-fill-color: rgba(255, 255, 255, 0);
}
.home .reason-section .reason-list > li .ttl .inn-txt:not(.top) {
  line-height: 100%;
}
.home .reason-section .reason-list > li .ttl .num {
  font-size: 72px;
  line-height: 100%;
  letter-spacing: 0.04em;
}
.home .reason-section .reason-list > li .desc-wrap {
  background-color: #fff;
  padding: 1rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.home .reason-section .reason-list > li .desc-wrap .txt {
  margin-bottom: auto;
  line-height: 175%;
  letter-spacing: 0.04em;
}
.home .reason-section .reason-list > li .desc-wrap .c-btn-wrap {
  margin-top: 0.625rem;
}
.home .reason-section .reason-list > li .desc-wrap .c-btn-wrap .c-btn01 {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.home
  .reason-section
  .reason-list
  > li
  .desc-wrap
  .c-btn-wrap
  .c-btn01
  .inn-txt {
  padding-inline: 1rem;
  font-size: 1rem;
  font-weight: 700;
  line-height: 175%;
}
.home .howto-section .howto-area {
  max-width: 54rem;
  margin-inline: auto;
}
.home .howto-section .howto-area + .howto-area {
  margin-top: 2.5rem;
}
.home .howto-section .howto-area.green .ttl {
  color: #75cf7e;
  letter-spacing: 0.04em;
}
.home .howto-section .howto-area.green .howto-list {
  grid-template-rows: repeat(2, minmax(8.125rem, 1fr));
}
.home .howto-section .howto-area.green .howto-list > li .num-area::after {
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#75cf7e),
    color-stop(60%, #3b6940),
    color-stop(60%, #3c6a40),
    to(#284a2b)
  );
  background: linear-gradient(
    90deg,
    #75cf7e 0%,
    #3b6940 60%,
    #3c6a40 60%,
    #284a2b 100%
  );
  background: url("../img/home/howto-bg-img02.png.webp") center / 100% 100%
    no-repeat;
}
.home .howto-section .howto-area .ttl {
  color: #3171f3;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 175%;
  text-align: center;
  margin-bottom: 1rem;
}
.home .howto-section .howto-area .howto-list {
  display: grid;
  grid-template-columns: 100%;
  grid-template-rows: repeat(3, minmax(8.125rem, 1fr));
  row-gap: 1rem;
}
.home .howto-section .howto-area .howto-list > li .contents-wrap {
  display: grid;
  grid-template-columns: auto 1fr;
  height: 100%;
  border-radius: 6px;
  background-color: #f7f7f7;
  position: relative;
  z-index: 2;
}
.home .howto-section .howto-area .howto-list > li .num-area {
  color: #fff;
  border-radius: 6px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0.625rem;
  padding-right: 3rem;
  position: relative;
}
.home .howto-section .howto-area .howto-list > li .num-area::after {
  position: absolute;
  content: "";
  z-index: -1;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#3171f3),
    color-stop(60%, #1d438f),
    color-stop(60%, #1c428d),
    to(#081329)
  );
  background: linear-gradient(
    90deg,
    #3171f3 0%,
    #1d438f 60%,
    #1c428d 60%,
    #081329 100%
  );
  left: 0;
  background: url("../img/home/howto-bg-img01.png.webp") center / 100% 100%
    no-repeat;

  /* mask-image: url("../img/home/howto-bg-img01.png.webp");
  mask-repeat: no-repeat;
  mask-position: center;
  mask-size: 100% 100%;
  -webkit-mask-image: url("../img/home/howto-bg-img01.png.webp");
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  -webkit-mask-size: 100% 100%; */
}
.home .howto-section .howto-area .howto-list > li .num-area .step {
  font-size: 1.5rem;
  font-weight: 900;
  line-height: 100%;
  letter-spacing: 0.04em;
  margin-top: 4px;
}
.home .howto-section .howto-area .howto-list > li .num-area .num {
  font-size: 72px;
  font-weight: 500;
  line-height: 100%;
  margin-top: -4px;
}
.home .howto-section .howto-area .howto-list > li .desc-area {
  padding: 1.25rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 0.625rem;
}
.home .howto-section .howto-area .howto-list > li .txt {
  color: #000;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 175%;
  letter-spacing: 0.04em;
}
.home .howto-section .howto-area .howto-list > li .grd-txt {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  background-color: #fff;
  padding: 0.25rem 1.5rem;
  border-radius: 4px 40px 40px 4px;
  background-clip: border-box;
  position: relative;
}
.home .howto-section .howto-area .howto-list > li .grd-txt:before {
  content: "";
  position: absolute;
  top: -2px;
  left: -2px;
  z-index: -1;
  width: calc(100% + 4px);
  height: calc(100% + 4px);
  border-radius: inherit;
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#75cf7e),
    to(#3b6940)
  );
  background: linear-gradient(90deg, #75cf7e 0%, #3b6940 100%);
}
.home .howto-section .howto-area .howto-list > li .grd-txt .inn-txt {
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#75cf7e),
    to(#3b6940)
  );
  background: linear-gradient(90deg, #75cf7e 0%, #3b6940 100%);
  display: inline-block;
  -webkit-background-clip: text;
  -webkit-text-fill-color: rgba(255, 255, 255, 0);
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 175%;
}
.home .case-section .case-slider-area .splide__list {
  gap: 24px;
  background-color: #fff;
}
.home .case-section .case-slider-area .splide__list img {
  max-height: 60px;
}
.home .flow-section .flow-list-area {
  max-width: 50.75rem;
  margin-inline: auto;
}
.home .flow-section .flow-list {
  display: grid;
  gap: 0.75rem;
}
.home .flow-section .flow-list > li {
  height: 100%;
  position: relative;
}
.home .flow-section .flow-list > li .num {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #3171f3;
  padding: 0.225rem 0.625rem;
  font-size: 1rem;
  line-height: 1.2;
}
.home .flow-section .flow-list > li .num .inn-txt {
  color: #fff;
  font-weight: 700;
  letter-spacing: 0;
}
.home .flow-section .flow-list > li .contents-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  row-gap: 0.5rem;
}
.home .flow-section .flow-list > li .ttl {
  font-size: 1rem;
  font-weight: 700;
  line-height: normal;
  text-align: center;
}
.home .flow-section .flow-list > li .desc {
  font-size: 0.75rem;
  font-weight: 400;
  line-height: normal;
}
.home .faq-section .faq-list > li {
  border-radius: 6px;
  border: 1px solid #3171f3;
}
.home .faq-section .faq-list > li + li {
  margin-top: 1rem;
}
.home .faq-section .faq-list > li.is-active .question-area .icon-area .icon {
  rotate: 180deg;
}
.home .faq-section .faq-list > li .question-area {
  width: 100%;
  padding: 1rem 1.5rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 1.5rem;
  text-align: left;
}
.home .faq-section .faq-list > li .question-area:focus-visible {
  background-color: #e8ecf4;
}
.home .faq-section .faq-list > li .question-area .prefix,
.home .faq-section .faq-list > li .question-area .inn-txt {
  line-height: 175%;
  letter-spacing: 0.04em;
  font-weight: 700;
}
.home .faq-section .faq-list > li .question-area .prefix {
  font-size: 1.5rem;
  color: #3171f3;
}
.home .faq-section .faq-list > li .question-area .inn-txt {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  font-size: 1rem;
}
.home .faq-section .faq-list > li .question-area .icon-area {
  width: 2rem;
  height: 2rem;
  aspect-ratio: 1;
  -webkit-transition: rotate 0.3s ease-in-out;
  transition: rotate 0.3s ease-in-out;
}
.home .faq-section .faq-list > li .question-area .icon-area .icon {
  width: 100%;
}
.home .faq-section .faq-list > li .answer-area {
  width: 100%;
  padding: 0.5rem 1.5rem 1rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 1.5rem;
  text-align: left;
  position: relative;
}
.home .faq-section .faq-list > li .answer-area .prefix,
.home .faq-section .faq-list > li .answer-area .inn-txt {
  line-height: 175%;
  letter-spacing: 0.04em;
}
.home .faq-section .faq-list > li .answer-area .prefix {
  font-size: 1.5rem;
  font-weight: 700;
  color: #d84a5c;
}
.home .faq-section .faq-list > li .answer-area .inn-txt {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  font-size: 1rem;
  line-height: 175%;
}
.home .faq-section .faq-list > li .answer-area .inn-txt .desc + .desc {
  margin-top: 1.5em;
}
.home .function-section .function-list {
  border-radius: 6px;
  background-color: #f7f7f7;
  padding: 1.5rem;
}
.home .function-section .function-list > li {
  padding-block: 1rem;
  border-bottom: 1px solid #ececec;
}
.home .function-section .function-list > li .ttl {
  font-size: 1rem;
  font-weight: 700;
  line-height: 175%;
  letter-spacing: 0.04em;
}
.home .function-section .function-list > li .desc {
  font-size: 1rem;
  font-weight: 300;
  line-height: 175%;
  letter-spacing: 0.04em;
}
.home .company-section .company-table {
  width: 100%;
  max-width: 33.75rem;
  color: #000;
  margin-inline: auto;
}
.home .company-section .company-table tr {
  border-bottom: 1px solid #ececec;
}
.home .company-section .company-table th,
.home .company-section .company-table td {
  text-align: left;
  padding-block: 1rem;
}
.home .company-section .company-table th {
  font-size: 0.875rem;
  line-height: 175%;
  font-weight: 700;
  vertical-align: top;
}
.home .company-section .company-table td {
  font-size: 1rem;
  font-weight: 300;
  padding-left: 2.5rem;
}
.home .company-section .company-table td span {
  line-height: 1.75;
}
.home .company-section .company-table td .small {
  font-size: 0.75rem;
}
@media only screen and (max-width: 767px) {
  body {
    position: relative;
    -webkit-appearance: none;
    -webkit-text-size-adjust: 100%;
  }
  input,
  select,
  textarea {
    font-size: 16px !important;
  }
  #wrapper {
    min-width: 320px;
  }
  .inner-block {
    padding-left: 16px;
    padding-right: 16px;
  }
  .pc {
    display: none !important;
  }
  .c-header .logo-area {
    padding: 1rem;
  }
  .c-header .logo-area img {
    max-width: 160px;
  }
  .c-ttl01 .inn-txt {
    font-size: 1.5rem;
  }
  .c-ttl02.skyblue .inn-txt {
    padding-inline: 1.5em;
  }
  .c-ttl02 .inn-txt {
    font-size: 1.125rem;
  }
  .c-btn-wrap {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .c-cost-contents {
    max-width: 24rem;
    width: inherit;
  }
  .home .mv-section {
    padding-block: 3rem 4rem;
  }
  .home .mv-section > .inner-block {
    padding-inline: 18px;
  }
  .home .mv-section .txt-area .top-ttl .big {
    font-size: 1.5rem;
  }
  .home .mv-section .txt-area .top-ttl .small {
    font-size: 0.875rem;
  }
  .home .mv-section .feature-area .feature .inn-txt {
    font-size: 0.75rem;
  }
  .home .mv-section .c-btn-wrap {
    margin-bottom: 1.5rem;
  }
  .home .mv-section .feature-list-area {
    margin-top: 1.5rem;
  }
  .home .about-section .about-area {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .home .about-section .about-area .about-contents {
    padding-inline: 1rem;
  }
  .home .about-section .about-area .about-contents:nth-child(1) {
    margin-bottom: 0.625rem;
  }
  .home .about-section .about-area .arrow-area {
    gap: 0.5rem;
    padding-block: 1.75rem 1.6rem;
    margin-inline: auto;
  }
  .home .about-section .about-area .arrow-area .arrow {
    width: 1.75rem;
  }
  .home .risk-section .risk-area .error-area {
    border-radius: 12px;
  }
  .home .risk-section .risk-area .error-area .ttl {
    font-size: 1.5rem;
  }
  .home .risk-section .risk-area .error-area .img-area {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .home .risk-section .risk-area .equal-area .txt {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .home .risk-section .risk-area .equal-area .txt .inn-txt {
    font-size: 1.25rem;
  }
  .home .risk-section .risk-area .conclusion-area .txt {
    font-size: 1.25rem;
  }
  .home .cta-section .c-btn-wrap .c-btn01 {
    max-width: none;
  }
  .home .solution-section .solution-list-area .solution-list {
    padding-inline: 1rem;
  }
  .home .solution-section .solution-list-area .solution-list > li + li {
    margin-top: 1.25rem;
  }
  .home .solution-section .solution-list-area .solution-list > li {
    font-size: 1rem;
  }
  .home .solution-section .solution-list-area .solution-list > li .icon {
    width: 1.5rem;
  }
  .home .solution-section .compare-area .c-ttl02 .inn-txt {
    font-size: 1.375rem;
  }
  .home .solution-section .compare-area .top-txt {
    font-size: 1.125rem;
  }
  .home .solution-section .compare-area .img-area {
    margin-inline: -16px;
    padding-inline: 16px;
  }
  .home .solution-section .compare-area .img-area img {
    width: 1024px;
    max-width: none;
  }
  .home .solution-section .cost-area .c-ttl02 {
    margin-bottom: 1.5rem;
  }
  .home .solution-section .cost-area .c-ttl02 .inn-txt::before,
  .home .solution-section .cost-area .c-ttl02 .inn-txt::after {
    width: 2.6em;
  }
  .home .reason-section .section-top-txt {
    max-width: 36rem;
    margin-inline: auto;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
  .home .reason-section .reason-list {
    grid-template-columns: 100%;
  }
  .home .reason-section .reason-list > li {
    max-width: 32rem;
  }
  .home .howto-section .howto-area.blue .howto-list > li .desc-area {
    padding-block: 0.5625rem;
  }
  .home .howto-section .howto-area .howto-list > li .num-area .step {
    font-size: 1rem;
  }
  .home .howto-section .howto-area .howto-list > li .num-area .num {
    font-size: 2.5rem;
  }
  .home .howto-section .howto-area .howto-list > li .desc-area {
    padding: 1rem;
  }
  .home .howto-section .howto-area .howto-list > li .txt {
    font-size: 1rem;
  }
  .home .howto-section .howto-area .howto-list > li .grd-txt {
    padding-inline: 0.6rem;
  }
  .home .howto-section .howto-area .howto-list > li .grd-txt .inn-txt {
    font-size: 0.875rem;
  }
  .home .flow-section .flow-list > li {
    background-color: #e8ecf4;
    border-radius: 10px;
    padding: 1rem;
    row-gap: 0.5rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    min-height: 9.5rem;
  }
  .home .flow-section .flow-list > li .num {
    margin-inline: auto;
    border-radius: 1rem;
    padding-block: 0.35rem;
    padding-inline: 0.875rem;
  }
  .home .faq-section .faq-list > li .question-area {
    padding: 1rem;
  }
  .home .faq-section .faq-list > li .answer-area {
    padding: 1rem;
    padding-top: 0;
  }
  .home .plan-section .c-ttl02 .inn-txt::before,
  .home .plan-section .c-ttl02 .inn-txt::after {
    width: 2.6em;
  }
  .home .company-section .company-table th {
    min-width: -webkit-max-content;
    min-width: -moz-max-content;
    min-width: max-content;
    white-space: nowrap;
  }
  .home .company-section .company-table td {
    padding-left: 0.625rem;
  }
}
@media only screen and (min-width: 768px) {
  a[href^="tel:"] {
    pointer-events: none;
  }
  .inner-block {
    padding-left: 40px;
    padding-right: 40px;
    max-width: 1104px;
  }
  .inner-block.wi-1248 {
    max-width: 1328px;
  }
  .inner-block.wi-864 {
    max-width: 944px;
  }
  .inner-block.wi-812 {
    max-width: 892px;
  }
  .inner-block.wi-540 {
    max-width: 620px;
  }
  a,
  a::before,
  a::after,
  button,
  button::before,
  button::after {
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
  }
  .sp {
    display: none !important;
  }
  .section-top-txt {
    text-align: center;
  }
  .home .mv-section .img-area {
    margin-left: 32px;
    max-width: 1117px;
  }
  .home .about-section .about-area {
    border-radius: 120px;
    overflow: clip;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-areas: "first second" "arrow arrow" "third third";
    gap: 0 2.5rem;
  }
  .home
    .about-section
    .about-area
    .about-contents:nth-of-type(3)
    .contents-wrap {
    max-width: 40rem;
    grid-template-columns: min(50%, 15rem) 1fr;
    grid-template-areas: "ttl ttl" "img desc";
    gap: 1.5rem;
  }
  .home
    .about-section
    .about-area
    .about-contents:nth-of-type(3)
    .contents-wrap
    .desc {
    margin-top: 0;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
  }
  .home .reason-section .reason-list {
    grid-template-columns: repeat(3, 1fr);
  }
  .home .reason-section .reason-list > li {
    height: 100%;
  }
  .home .reason-section .reason-list > li .contents-wrap {
    height: 100%;
  }
  .home .reason-section .reason-list > li .desc-wrap {
    height: 100%;
  }
  .home .flow-section .flow-list-area {
    padding-top: 1rem;
  }
  .home .flow-section .flow-list {
    grid-template-columns: repeat(5, minmax(9.5rem, 1fr));
    grid-template-rows: repeat(1, minmax(7.25rem, 1fr));
  }
  .home .flow-section .flow-list > li .num {
    border-radius: 50%;
    aspect-ratio: 1/1;
    position: absolute;
    top: -0.9375rem;
    left: 0;
  }
  .home .flow-section .flow-list > li .contents-wrap {
    padding: 1rem;
    border-radius: 10px;
    background-color: #e8ecf4;
    height: 100%;
  }
  .home .company-section .company-table {
    table-layout: fixed;
  }
  .home .company-section .company-table th {
    width: 7.5rem;
  }
}
@media only screen and (max-width: 375px) {
  .c-ttl02 .inn-txt {
    padding-inline: clamp(2.5rem, -3.318rem + 29.091vw, 3.5rem);
  }
  .home .mv-section .txt-area .top-ttl .big {
    font-size: clamp(1.25rem, -0.205rem + 7.273vw, 1.5rem);
  }
  .home
    .mv-section
    .feature-list-area
    .feature-list
    > li
    .ttl
    button
    .inn-txt
    .small {
    font-size: clamp(0.625rem, -0.102rem + 3.636vw, 0.75rem);
  }
  .home .about-section .about-area .about-contents .ttl .big {
    font-size: clamp(2rem, -0.909rem + 14.545vw, 2.5rem);
  }
  .home .about-section .about-area .about-contents .ttl .small .inn-txt {
    font-size: clamp(1.25rem, -0.932rem + 10.909vw, 1.625rem);
  }
  .home .risk-section .risk-area .error-area .ttl {
    font-size: clamp(1.25rem, -0.205rem + 7.273vw, 1.5rem);
  }
  .home .risk-section .risk-area .equal-area .txt .inn-txt {
    font-size: clamp(1.125rem, 0.398rem + 3.636vw, 1.25rem);
  }
  .home .risk-section .risk-area .conclusion-area .txt {
    font-size: clamp(1.125rem, 0.398rem + 3.636vw, 1.25rem);
  }
  .home .solution-section .compare-area .c-ttl02 .inn-txt {
    font-size: clamp(1.125rem, -0.33rem + 7.273vw, 1.375rem);
  }
  .home .solution-section .cost-area .c-ttl02 .inn-txt {
    padding-inline: clamp(2em, -4.982rem + 34.909vw, 3.2em);
    font-size: clamp(1rem, 0.273rem + 3.636vw, 1.125rem);
  }
  .home .solution-section .cost-area .c-ttl02 .inn-txt::before,
  .home .solution-section .cost-area .c-ttl02 .inn-txt::after {
    width: clamp(2em, -1.491rem + 17.455vw, 2.6em);
  }
  .home .reason-section .reason-list > li .ttl {
    font-size: clamp(1.25rem, -0.205rem + 7.273vw, 1.5rem);
  }
  .home .reason-section .reason-list > li .ttl .num {
    font-size: clamp(3.75rem, -0.614rem + 21.818vw, 4.5rem);
  }
  .home .howto-section .howto-area .howto-list > li .num-area {
    padding-right: clamp(2rem, -3.818rem + 29.091vw, 3rem);
  }
  .home .plan-section .c-ttl02 .inn-txt {
    padding-inline: clamp(2em, -4.982rem + 34.909vw, 3.2em);
    font-size: clamp(1rem, 0.273rem + 3.636vw, 1.125rem);
  }
  .home .plan-section .c-ttl02 .inn-txt::before,
  .home .plan-section .c-ttl02 .inn-txt::after {
    width: clamp(2em, -1.491rem + 17.455vw, 2.6em);
  }
}
@media (any-hover: hover) {
  .c-btn01.header-btn.green:hover {
    background-color: #fff;
    color: #2dc761;
  }
  .c-btn01.header-btn.green:hover::after {
    border-color: #2dc761;
  }
  .c-btn01.header-btn.orange:hover {
    background-color: #fff;
    color: #ff7f00;
  }
  .c-btn01.header-btn.orange:hover::after {
    border-color: #ff7f00;
  }
  .c-btn01:not(.header-btn):hover {
    -webkit-transition: translate 0.3s ease-in-out,
      -webkit-box-shadow 0.3s ease-in-out;
    transition: translate 0.3s ease-in-out, -webkit-box-shadow 0.3s ease-in-out;
    transition: translate 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
    transition: translate 0.3s ease-in-out, box-shadow 0.3s ease-in-out,
      -webkit-box-shadow 0.3s ease-in-out;
    translate: 0 4px;
    -webkit-box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.25);
    box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.25);
  }
  .home .mv-section .feature-list-area .feature-list > li .ttl button:hover {
    background-color: #000;
  }
  .home .faq-section .faq-list > li .question-area:hover {
    background-color: #e8ecf4;
  }
}
@media (width < 24rem) {
  .c-cost-contents {
    padding: clamp(2rem, -0.5rem + 12.5vw, 2.5rem)
      clamp(1.25rem, -5rem + 31.25vw, 2.5rem);
  }
}
@media only screen and (max-width: 80rem) {
  .home .mv-section .feature-list-area .feature-list {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media only screen and (max-width: 40rem) {
  .home .mv-section .feature-list-area .feature-list {
    grid-template-columns: 100%;
    padding-inline: 1.25rem;
  }
}
@media only screen and (max-width: 24rem) {
  .home .mv-section .feature-list-area .feature-list > li {
    grid-template-columns: 100%;
  }
  .home .mv-section .feature-list-area .feature-list > li .contents-wrap {
    grid-template-columns: 100%;
  }
}
@media only screen and (min-width: 80.01rem) {
  .home .mv-section .feature-list-area .feature-list > li .contents-wrap {
    padding-bottom: 8rem;
  }
  .home .mv-section .feature-list-area .feature-list > li .txt-wrap {
    position: absolute;
    top: calc(var(--btn-height, 4rem) + 0.25rem);
    left: 0;
    right: 0;
    margin: auto;
  }
}
@media only screen and (min-width: 32rem) {
  .home .about-section .c-ttl01 .inn-txt .br {
    display: none;
  }
}
@media only screen and (min-width: 768px) and (max-width: 62.5rem) {
  .home .reason-section .reason-list {
    grid-template-columns: repeat(2, 1fr);
  }
  .home .reason-section .reason-list > li:nth-child(3) {
    grid-area: 2/1/3/3;
    width: calc((100% - 1.5rem) / 2);
  }
}
@media only screen and (min-width: 24rem) {
  .home .howto-section .howto-area .howto-list > li .grd-txt .inn-txt .br {
    display: none;
  }
}
@media only screen and (max-width: 62.5rem) {
  .home .flow-section .flow-list {
    grid-template-columns: repeat(3, minmax(4.75rem, 1fr));
    grid-template-rows: repeat(2, minmax(7.25rem, 1fr));
  }
}
@media only screen and (max-width: 32rem) {
  .home .flow-section .flow-list {
    grid-template-columns: repeat(auto-fit, minmax(9.5rem, 1fr));
    grid-template-rows: auto;
  }
}
@media only screen and (min-width: 48rem) {
  .home .function-section .function-list > li {
    display: grid;
    grid-template-columns: min(18.5rem, 100%) 1fr;
  }
}
@media only screen and (max-width: 48.01rem) {
  .home .function-section .function-list > li .desc {
    margin-top: 0.625rem;
  }
}
/*# sourceMappingURL=style.css.map */

/*================
  footer style
 =================*/
.dc-footer-wrapper {
  background-color: #E8ECF4;
  padding: 48px 16px;
}
.dc-footer-content-wrapper,.taf-footer-content-wrapper {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
}
.dc-footer-logo-wrapper {
  width: 200px;
  margin-bottom: 40px;
}
.dc-footer-logo-wrapper a:hover {
  opacity: 0.5;
}
.dc-footer-logo-wrapper img {
  width: 100%;
}
.footer-link-wrapper {
  display: flex;
  justify-content: space-between;
  margin-bottom: 40px;
}
.footer-link-mod {
  width: fit-content;
}
.footer-link-h {
  font-weight: 600;
  margin-bottom: 8px;
}
.footer-link a {
  font-size: 12px;
  text-decoration: underline;
}
.footer-link a:hover {
  opacity: 0.5;
}
.footer-link-mod--inner {
  display: flex;
  justify-content: space-between;
  width: 260px;
}
/* footer spn */
.dc-footer-content-wrapper-spn > .dc-footer-logo-wrapper {
  margin: 0 auto 40px auto;
}
.spn-footer-link-wrapper {
  border-bottom: solid 2px #FFFFFF;
  font-weight: 600;
  font-size: 16px;
  padding: 10px 30px;
  display: block;
}
.spn-footer-link-wrapper:before {
  content: "";
  position: absolute;
  width: 8px;
  height: 8px;
  border-top: 3px solid #8F8F8F;
  border-right: 3px solid #8F8F8F;
  -webkit-transform: rotate(45deg);
  top: 34%;
  right: 20px;
  transform: rotate(135deg);
}
.spn-footer-link-wrapper,.spn-footer-link-content {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transform: translateZ(0);
  transition: all 0.3s;
}
.spn-footer-link-content {
  height: 0;
  overflow: hidden;
}
.spn-footer-link {
  background-color: #FFFFFF;
  border-bottom: solid 2px #E7F0FE;
  font-size: 16px;
  padding: 10px 32px;
}
.toggle {
  display: none;
}
.toggle:checked + .spn-footer-link-wrapper + .spn-footer-link-content {
  height: auto;
  padding: 10px;
  transition: all 0.3s;
}
.toggle:checked + .spn-footer-link-wrapper:before {
  transform: rotate(-45deg) !important;
  top:calc( 50% - 3px );
}

/* footer taf */
.taf-footer-wrapper {
  background-color: #FFFFFF;
  padding: 48px 0;
}
.footer-certification-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  width: 80%;
  margin: 0 auto;
}
.footer-certification-wrapper img {
  margin: 16px;
  width: 140px;
}
.footer-certification-img-l {
  width: 230px !important;
}
.footer-company-wrapper {
  width: fit-content;
  margin: 40px auto;
  padding: 16px;
  text-align: center;
}
.footer-company-h {
  font-weight: 600;
  margin-bottom: 16px;
}
.footer-company-name {
  margin-top: 16px;	
}
.footer-company-caption {
  font-size: 12px;
  font-weight: 300;
  margin: 14px 0;
}
.footer-caption-wrapper {
  color: #8F8F8F;
  font-size: 12px;
  text-align: center;
  padding: 0 16px;
}
.pc {
  display: block;
}
.spn {
  display: none;
}
@media screen and (max-width:768px) {
  .pc {
    display: none;
  }
  .spn {
    display: block;
  }
}