@charset "UTF-8";
/* A Modern CSS Reset */
* {
  margin: 0;
  padding: 0;
}

*,
::before,
::after {
  border-style: solid;
  box-sizing: border-box;
  border-width: 0;
}

html {
  scroll-behavior: smooth;
}

body {
  min-height: 100vh;
  line-height: 1.4;
  text-rendering: optimizeSpeed;
}

ul,
ol {
  list-style: none;
}

a {
  color: inherit;
  background-color: transparent;
  text-decoration: none;
  text-decoration-skip-ink: auto;
}

img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
}

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

textarea {
  resize: none;
}

input[type="checkbox"],
input[type="radio"],
input[type="submit"],
input[type="button"],
label,
button,
select {
  cursor: pointer;
}

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

body {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  color: #333;
}

html {
  font-size: 16px;
}
@media (max-width: 390px) {
  html {
    font-size: 4.1025641026vw;
  }
}
@media screen and (min-width: 768px) {
  html {
    font-size: 1.7204301075vw;
  }
}
@media (min-width: 930px) {
  html {
    font-size: 16px;
  }
}

@media screen and (min-width: 768px) {
  a {
    transition: 0.3s;
  }
  a:hover {
    opacity: 0.7;
  }
}

html.fixed {
  overflow: hidden;
}

body {
  background-color: #f4f0ea;
}
@media screen and (min-width: 768px) {
  body {
    background-color: #fff;
  }
}

#wrapper {
  padding-top: 15rem;
}

.white-text {
  color: #fff;
}

.gray-text {
  color: #ddd;
}

.yerrow-text {
  display: inline-block;
  background-color: rgba(251, 234, 82, 0);
  background: -moz-linear-gradient(top, rgba(251, 234, 82, 0), rgba(251, 234, 82, 0) 59%, #fbea52 60%, #fbea52);
  background: -webkit-linear-gradient(top, rgba(251, 234, 82, 0), rgba(251, 234, 82, 0) 59%, #fbea52 60%, #fbea52);
  background: linear-gradient(to bottom, rgba(251, 234, 82, 0), rgba(251, 234, 82, 0) 59%, #fbea52 60%, #fbea52);
}

.inner {
  width: 100%;
  padding-right: 0.9375rem;
  padding-left: 0.9375rem;
  margin-right: auto;
  margin-left: auto;
}

.error {
  color: #ff0000;
  margin-bottom: 5px;
}

@media screen and (min-width: 768px) {
  .inner {
    max-width: 58.125rem;
    padding-right: 1.5625rem;
    padding-left: 1.5625rem;
  }
}

.u-desktop {
  display: none;
}
@media screen and (min-width: 768px) {
  .u-desktop {
    display: block;
  }
}

.u-d_flex {
  display: none;
}
@media screen and (min-width: 768px) {
  .u-d_flex {
    display: flex;
  }
}

@media screen and (min-width: 768px) {
  .u-mobile {
    display: none;
  }
}

.u-mobile_flex {
  display: flex;
}
@media screen and (min-width: 768px) {
  .u-mobile_flex {
    display: none;
  }
}

.u-disp-flex {
  display: flex;
}

.u-disp-flex-dt {
  display: block;
}
@media screen and (min-width: 768px) {
  .u-disp-flex-dt {
    display: flex;
  }
}

.u-disp-flex-sp {
  display: flex;
}
@media screen and (min-width: 768px) {
  .u-disp-flex-sp {
    display: block;
  }
}

.u-disp-flex__cc {
  display: flex;
  justify-content: center;
  align-items: center;
}

.u-posi-rela {
  position: relative;
}

.u-posi-abso {
  position: absolute;
}

.u-posi-fixed {
  position: fixed;
  box-shadow: 2px 0 6px rgba(0, 0, 0, 0.3);
}

header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 500;
  background-color: #fff;
}

.header {
  height: 3.5rem;
  background-color: #333333;
  width: 100%;
  position: relative;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .header {
    height: 6.25rem;
  }
}

.header-text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  font-weight: 700;
  line-height: 1;
  white-space: nowrap;
}

.header-text__main {
  z-index: 2;
  color: #fff;
  font-size: 1.375rem;
}
@media screen and (min-width: 768px) {
  .header-text__main {
    font-size: 2.25rem;
  }
}

.header-text__sub {
  font-size: 2.75rem;
  color: #474747;
}
@media screen and (min-width: 768px) {
  .header-text__sub {
    font-size: 5.625rem;
  }
}

.step-nav {
  padding: 1rem 0;
}
@media screen and (min-width: 768px) {
  .step-nav {
    width: 100%;
    padding: 1.75rem 1.5625rem;
    max-width: 58.125rem;
    margin: 0 auto;
  }
}

.step-nav ul {
  justify-content: center;
  gap: 0.625rem;
}
@media screen and (min-width: 768px) {
  .step-nav ul {
    gap: 4.0625rem;
  }
}

.step-nav ul li {
  color: #fff;
  text-align: center;
  position: relative;
}
@media screen and (min-width: 768px) {
  .step-nav ul li {
    gap: 2.25rem;
    width: calc((100% - 18.125rem) / 4);
  }
}

.step-nav ul li:nth-child(n + 2):before {
  content: "";
  display: block;
  width: 0.625rem;
  height: 0.625rem;
  background-image: url("../../img/nav-tri.png");
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: -0.5rem;
}
@media screen and (min-width: 768px) {
  .step-nav ul li:nth-child(n + 2):before {
    width: 1.5625rem;
    height: 1.5625rem;
    left: -2.75rem;
  }
}

.step-nav ul li .step-item {
  width: 4.125rem;
  height: 3.25rem;
  background-color: #d6d6d6;
  border-radius: 4px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
@media screen and (min-width: 768px) {
  .step-nav ul li .step-item {
    width: 100%;
    height: 4.5625rem;
  }
}

.step-nav ul li .step-text {
  font-weight: 700;
  font-size: 0.75rem;
  letter-spacing: 0.04em;
}
@media screen and (min-width: 768px) {
  .step-nav ul li .step-text {
    font-size: 1.1875rem;
  }
}

.step-nav ul li .step-text .num {
  display: block;
  display: inline-block;
  font-family: "Poppins", sans-serif;
  margin-top: 0.125rem;
  margin-left: 0.1875rem;
}
@media screen and (min-width: 768px) {
  .step-nav ul li .step-text .num {
    margin-top: 0;
    margin-left: 0.25rem;
  }
}

.step-nav ul li .main-text {
  margin-top: 0.125rem;
  font-weight: 700;
  font-size: 0.5rem;
  line-height: 1.2;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 768px) {
  .step-nav ul li .main-text {
    display: block;
    font-size: 0.875rem;
  }
}

.step-nav ul li.active .step-item {
  background-color: #4a718a;
}
/* 
footer {
  background-color: #333333;
  color: #fff;
  font-weight: 700;
  line-height: 1;
  font-size: 0.75rem;
  padding: 1.5rem 2.5rem;
}
@media screen and (min-width: 768px) {
  footer {
    font-weight: 400;
    font-size: 0.9375rem;
    padding: 5rem 2.5rem;
  }
}

@media screen and (min-width: 768px) {
  footer ul {
    display: flex;
    justify-content: center;
    gap: 2rem;
  }
}

footer ul li:nth-child(n + 2) {
  margin-top: 0.3125rem;
}
@media screen and (min-width: 768px) {
  footer ul li:nth-child(n + 2) {
    margin-top: 0;
  }
}

footer .copy-right {
  margin-top: 0.875rem;
}
@media screen and (min-width: 768px) {
  footer .copy-right {
    text-align: center;
    margin-top: 4rem;
    font-size: 0.8125rem;
  }
} */

footer {
  background-color: #333;
  padding: 1.75rem 0 2rem;
  color: #fff;
  font-weight: 700;
  font-size: 0.75rem;
}

@media screen and (min-width: 768px) {
  footer {
    padding: 4.25rem 0;
  }
}
.footer-top ul {
  flex-wrap: wrap;
  gap: 0.375rem 3.5rem;
  max-width: 23.4375rem;
}

@media screen and (min-width: 768px) {
  .footer-top ul {
    max-width: initial;
    flex-wrap: nowrap;
    justify-content: center;
  }
}
.footer-top ul li {
  width: calc(50% - 1.75rem);
}

@media screen and (min-width: 768px) {
  .footer-top ul li {
    width: auto;
  }
}
.footer-btm {
  margin-top: 1.625rem;
  padding: 0 0.5rem;
}

@media screen and (min-width: 768px) {
  .footer-btm {
    display: flex;
    justify-content: center;
    gap: 0.75rem;
    margin-top: 3.875rem;
  }
}
.footer-btm ul {
  flex-wrap: wrap;
  gap: 0.5rem;
  margin-top: 0.375rem;
}

@media screen and (min-width: 768px) {
  .footer-btm ul {
    gap: 0.75rem;
    margin-top: 0;
  }
}

.copyright {
  margin-top: 2.75rem;
  text-align: center;
}

@media screen and (min-width: 768px) {
  .header-hamberger {
    display: none;
  }
}

.hamberger {
  padding: 0.3125rem;
  position: relative;
  width: 1.875rem;
  height: 1.875rem;
  transition: transform 0.5s ease 0s;
  cursor: pointer;
  margin-left: auto;
  z-index: 500;
}
.hamberger-bar {
  position: absolute;
  left: 50%;
  width: 100%;
  height: 0.0625rem;
  background: #000;
  transition: 0.3s;
  transform: translate(-50%, -50%);
}

.hamberger-bar:nth-of-type(1) {
  top: 0%;
}

.hamberger-bar:nth-of-type(2) {
  top: 50%;
}

.hamberger-bar:nth-of-type(3) {
  top: 100%;
}

/* オープン時の動き */
.open .hamberger-bar {
  width: 2.3125rem;
  transition: 0.3s;
}

.open .hamberger-bar:nth-of-type(1) {
  transform: translate(-50%, -50%) rotate(45deg);
  top: 50%;
}

.open .hamberger-bar:nth-of-type(2) {
  transform: translate(-50%, -50%);
  opacity: 0;
}

.open .hamberger-bar:nth-of-type(3) {
  transform: translate(-50%, -50%) rotate(-45deg);
  top: 50%;
}

.header-nav {
  display: none;
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  color: black;
}
@media screen and (min-width: 768px) {
  .header-nav {
    width: initial;
    height: initial;
    position: initial;
    display: block;
    overflow-y: initial;
    font-family: "Poppins", sans-serif;
  }
}

@media screen and (min-width: 768px) {
  .header-nav__items {
    align-items: center;
  }
}

@media screen and (min-width: 768px) {
  .header-nav__item a {
    display: flex;
    position: relative;
    padding: 0.3125rem;
  }
}

.section-title h2 {
  font-weight: 700;
  font-size: 1.5rem;
  line-height: 1;
  padding-bottom: 0.4375rem;
  border-bottom: 3px solid #4a718a;
}
@media screen and (min-width: 768px) {
  .section-title h2 {
    font-size: 1.875rem;
  }
}

.section-title p {
  margin-top: 0.375rem;
  font-weight: 700;
  font-size: 0.75rem;
}
@media screen and (min-width: 768px) {
  .section-title p {
    margin-top: 0.5rem;
    font-size: 1.25rem;
  }
}

.section-title p:nth-child(n + 3) {
  margin-top: 0.0625rem;
}

.modal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  z-index: 550;
}

.modal_bg {
  background-color: rgba(0, 0, 0, 0.25);
  width: 100%;
  height: 100vh;
}

.modal_terminal_content,
.modal_plan_content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 90%;
  max-width: 25rem;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .modal_terminal_content,
  .modal_plan_content {
    max-width: 35.625rem;
  }
}

.js-modal-close {
  text-align: right;
}

.js-modal-close span {
  cursor: pointer;
}

.modal-terminal-content {
  background-color: #fff;
  border: 1px solid #333;
  padding: 0.6875rem 1.25rem 0;
}
@media screen and (min-width: 768px) {
  .modal-terminal-content {
    padding: 1.125rem 2.0625rem 0;
  }
}

.modal-title {
  font-weight: 700;
  font-size: 1.25rem;
  border-bottom: 2px solid #333;
}
@media screen and (min-width: 768px) {
  .modal-title {
    font-size: 1.875rem;
  }
}

.modal-terminal-content__main {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
}
@media screen and (min-width: 768px) {
  .modal-terminal-content__main {
    gap: 1.75rem;
  }
}

.modal-image {
  width: 7.25rem;
  height: 7.25rem;
}
@media screen and (min-width: 768px) {
  .modal-image {
    width: 12.1875rem;
    height: 12.1875rem;
  }
}

.modal-text {
  width: calc(100% - 8.25rem);
}
@media screen and (min-width: 768px) {
  .modal-text {
    width: calc(100% - 13.9375rem);
  }
}

.modal-text li {
  display: flex;
  border-bottom: 1px solid #d6d6d6;
  padding-bottom: 0.3rem;
  margin-bottom: 0.3rem;
}
.modal-text li:last-of-type {
  border-bottom: none;
}

.modal-text li:nth-child(n + 2) {
  margin-top: 0.3125rem;
}
.modal-text li p {
  font-weight: 700;
  font-size: 0.625rem;
  line-height: 1.1;
}
@media screen and (min-width: 768px) {
  .modal-text li p {
    font-size: 1rem;
  }
}

.modal-text li p:nth-of-type(1) {
  width: 5rem;
}
@media screen and (min-width: 768px) {
  .modal-text li p:nth-of-type(1) {
    width: 8.25rem;
  }
}

.modal-text li p:nth-of-type(2) {
  width: calc(100% - 5rem);
}
@media screen and (min-width: 768px) {
  .modal-text li p:nth-of-type(2) {
    width: calc(100% - 8.25rem);
  }
}

@media screen and (min-width: 768px) {
  .modal_plan_content {
    max-width: 55rem;
  }
}

.modal_plan_content--inner {
  background-color: #f2f2f2;
  padding-bottom: 2.5rem;
}
@media screen and (min-width: 768px) {
  .modal_plan_content--inner {
    padding-bottom: 2.5rem;
  }
}

.modal_plan_content--top {
  width: 100%;
  height: 6.875rem;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #4a718a;
  text-align: center;
  font-weight: 700;
  font-size: 1.625rem;
  line-height: 1.5384615385;
  letter-spacing: -0.09em;
  color: #fff;
}
@media screen and (min-width: 768px) {
  .modal_plan_content--top {
    font-size: 2rem;
    height: 5rem;
  }
}

.modal_plan__list {
  margin: 2.25rem 1rem 0;
  background-color: #fff;
}
@media screen and (min-width: 768px) {
  .modal_plan__list {
    margin: 2.5rem 4.875rem 0;
  }
}

.modal_plan__list .list-item {
  display: flex;
  min-height: 3.25rem;
  border-bottom: 1px solid #b4b2b2;
}
@media screen and (min-width: 768px) {
  .modal_plan__list .list-item {
    min-height: 4.25rem;
  }
}

.modal_plan__list .list-item .list-item__l,
.modal_plan__list .list-item .list-item__r {
  display: flex;
  align-items: center;
  justify-content: center;
}

.modal_plan__list .list-item .list-item__l {
  background-color: #d2d2d2;
  width: 4.375rem;
  font-weight: 700;
  font-size: 0.75rem;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .modal_plan__list .list-item .list-item__l {
    width: 13.75rem;
    font-size: 1.25rem;
  }
}

.modal_plan__list .list-item .list-item__r {
  width: calc(100% - 4.375rem);
  font-feature-settings: "palt";
  padding: 0.625rem 0;
}
@media screen and (min-width: 768px) {
  .modal_plan__list .list-item .list-item__r {
    width: calc(100% - 13.75rem);
    padding: 0.875rem 0;
  }
}

.modal_plan__list .list-item .list-item__r .price-text {
  font-weight: 700;
  font-size: 1.5rem;
}
@media screen and (min-width: 768px) {
  .modal_plan__list .list-item .list-item__r .price-text {
    font-size: 2rem;
  }
}

.modal_plan__list .list-item .list-item__r .price-text .yen {
  font-size: 0.875rem;
}
@media screen and (min-width: 768px) {
  .modal_plan__list .list-item .list-item__r .price-text .yen {
    font-size: 1.125rem;
  }
}

.modal_plan__list .list-item .list-item__r .price-text .tax {
  font-size: 0.5625rem;
}
@media screen and (min-width: 768px) {
  .modal_plan__list .list-item .list-item__r .price-text .tax {
    font-size: 0.75rem;
  }
}

.modal_plan__list .list-item .list-item__r .release {
  font-weight: 700;
  font-size: 0.625rem;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .modal_plan__list .list-item .list-item__r .release {
    font-size: 1.25rem;
  }
}

.modal_plan__list .list-item .list-item__r .release:nth-child(n + 2) {
  margin-top: 0.5rem;
}
@media screen and (min-width: 768px) {
  .modal_plan__list .list-item .list-item__r .release:nth-child(n + 2) {
    margin-top: 0.75rem;
  }
}

/* 6/22 add */
#modal_not_check.open {
  display: block;
}
/* #modal_not_check {
  display: block;
} */
.modal_not_check_content {
  width: 90%;
  max-width: 28.125rem;
  padding: 2.5rem 1rem;
  background-color: white;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media screen and (min-width: 768px) {
  .modal_not_check_content {
    padding: 2.625rem 1rem;
    max-width: 55rem;
  }
}
.swal2-x-mark {
  position: relative;
  width: 6.5625rem;
  margin: 0 auto;
}
.modal_not_check_content p {
  margin-top: 1.5rem;
  font-weight: 700;
  font-size: 1rem;
}
@media screen and (min-width: 768px) {
  .modal_not_check_content p {
    margin-top: 2.5rem;
    font-size: 1.75rem;
    text-align: center;
  }
}

.modal_not_check_content button {
  display: block;
  --swal2-action-button-focus-box-shadow: 0 0 0 3px rgba(112, 102, 224, 0.5);
  color: white;
  background-color: #f3870c;
  padding: 0.25rem 0.5rem;
  border-radius: 4px;
  font-size: 1.125rem;
  text-align: center;
  max-width: 3rem;
  width: 100%;
  margin: 1.5rem auto 0;
}
@media screen and (min-width: 768px) {
  .modal_not_check_content button {
    padding: 0.5rem 0.5rem;
    font-size: 1.5rem;
    max-width: 5.5rem;
    margin: 2rem auto 0;
  }
}

.card__chusyaku {
  font-size: 0.5em;
  line-height: normal;
  display: block;
}
@media screen and (min-width: 768px) {
  .card__chusyaku {
  font-size: 0.6em;
}
}

/*# sourceMappingURL=style.css.map */
