@charset "UTF-8";
/*
Theme Name: aas-online-service
*/
@import url("assets/scss/reset.css");
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;400;500;700&display=swap");
/*  this project font */
@import url("https://fonts.googleapis.com/css2?family=Barlow:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Outfit:wght@100..900&display=swap");
/* iOSでのデフォルトスタイルをリセット */
input[type=submit],
input[type=button] {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  -moz-appearance: button;
       appearance: button;
  border: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
input[type=submit]::-webkit-search-decoration,
input[type=button]::-webkit-search-decoration {
  display: none;
}
input[type=submit]::focus,
input[type=button]::focus {
  outline-offset: -2px;
}

@media screen and (max-width: 959px) {
  .pc_only {
    display: none;
  }
  .sp_only {
    display: block;
  }
}
@media screen and (min-width: 960px) {
  .pc_only {
    display: block;
  }
  .sp_only {
    display: none;
  }
}
body {
  color: #333333 !important;
  background-color: #f8f8f8;
  letter-spacing: 0.05em;
  font-family: "Noto Sans JP", serif;
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  overflow-wrap: break-word;
}
@media (max-width: 959px) {
  body {
    font-size: 4vw;
  }
}
body input,
body button {
  font-family: inherit;
}
body a {
  color: inherit;
}
body p {
  line-height: 1.8;
}
body strong {
  font-weight: bold;
}
body .underline {
  text-decoration: underline;
}
body h2,
body h3,
body h4,
body h5,
body h6 {
  line-height: 1.4;
}
body img {
  max-width: 100%;
  height: auto;
}
body iframe {
  max-width: 100%;
}
body li {
  list-style: none;
}
@media screen and (min-width: 960px) {
  body a:hover {
    opacity: 0.6;
  }
}

.container {
  max-width: 1216px;
  width: 100%;
  margin: auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0 20px 0 20px;
}
@media screen and (max-width: 1619px) {
  .container {
    padding: 0 80px 0 20px;
  }
}
@media screen and (max-width: 959px) {
  .container {
    padding: 0 3vw 0 3vw;
  }
}
.container--big {
  max-width: 1536px;
  margin: auto;
}
@media screen and (max-width: 959px) {
  .container--big {
    max-width: 100%;
  }
}
.container--none {
  padding: 0 8px;
}

ul.normal-list li {
  line-height: 1.8;
  padding-left: 1.4em;
  position: relative;
}
ul.normal-list li::before {
  content: "・";
  position: absolute;
  top: 0;
  left: 0.5em;
}

ol.normal-list {
  list-style: decimal;
  padding-left: 2em;
}
ol.normal-list li {
  line-height: 1.8;
}

.header {
  padding: 20px;
  width: 100%;
  top: 0;
  left: 0;
  position: -webkit-sticky;
  position: sticky;
  z-index: 10;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  max-width: 1536px;
  margin: auto;
  -webkit-transition: -webkit-transform 0.3s ease-in-out;
  transition: -webkit-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
  background-color: transparent;
}
@media screen and (max-width: 959px) {
  .header {
    padding: 5.3333333333vw;
  }
}
@media screen and (max-width: 959px) {
  .header {
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media screen and (max-width: 959px) and (max-width: 959px) {
  .header {
    padding-top: 5.3333333333vw;
    padding-bottom: 5.3333333333vw;
  }
}
@media screen and (max-width: 959px) and (max-width: 959px) {
  .header {
    padding-left: 2.6666666667vw;
    padding-right: 2.6666666667vw;
  }
}
.header.is-scroll {
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
}
.header__wrap {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 40px;
  padding-right: 40px;
  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;
  border-radius: 9999px;
  background-color: #f8f8f8;
}
@media screen and (max-width: 959px) {
  .header__wrap {
    padding-top: 5.3333333333vw;
    padding-bottom: 5.3333333333vw;
  }
}
@media screen and (max-width: 959px) {
  .header__wrap {
    padding-left: 10.6666666667vw;
    padding-right: 10.6666666667vw;
  }
}
@media screen and (max-width: 959px) {
  .header__wrap {
    -webkit-box-shadow: none;
            box-shadow: none;
    padding-top: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    padding-right: 0px;
    position: relative;
  }
}
@media screen and (max-width: 959px) and (max-width: 959px) {
  .header__wrap {
    padding-top: 0vw;
    padding-bottom: 0vw;
  }
}
@media screen and (max-width: 959px) and (max-width: 959px) {
  .header__wrap {
    padding-left: 0vw;
    padding-right: 0vw;
  }
}
.header__logo-block {
  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;
}
@media screen and (max-width: 959px) {
  .header__logo-block {
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media screen and (max-width: 959px) and (max-width: 959px) {
  .header__logo-block {
    padding-top: 4vw;
    padding-bottom: 4vw;
  }
}
@media screen and (max-width: 959px) and (max-width: 959px) {
  .header__logo-block {
    padding-left: 2.6666666667vw;
    padding-right: 2.6666666667vw;
  }
}
.header__logo-block span {
  display: block;
  font-size: 14px;
  color: #5f5f5f;
}
@media (max-width: 959px) {
  .header__logo-block span {
    font-size: 2.6666666667vw;
  }
}
@media screen and (max-width: 1247px) {
  .header__logo-block span {
    font-size: 10px;
  }
}
@media screen and (max-width: 1247px) and (max-width: 959px) {
  .header__logo-block span {
    font-size: 2.6666666667vw;
  }
}
.header__logo {
  max-width: 210px;
  width: 100%;
  position: relative;
  padding-right: 20px;
  margin-right: 20px;
}
@media screen and (max-width: 959px) {
  .header__logo {
    padding-right: 5.3333333333vw;
  }
}
@media screen and (max-width: 959px) {
  .header__logo {
    margin-right: 5.3333333333vw;
  }
}
.header__logo img {
  width: 100%;
}
@media screen and (max-width: 1247px) {
  .header__logo {
    max-width: 150px;
    padding-right: 10px;
    margin-right: 10px;
  }
}
@media screen and (max-width: 1247px) and (max-width: 959px) {
  .header__logo {
    padding-right: 2.6666666667vw;
  }
}
@media screen and (max-width: 1247px) and (max-width: 959px) {
  .header__logo {
    margin-right: 2.6666666667vw;
  }
}
@media screen and (max-width: 959px) {
  .header__logo {
    padding-right: 10px;
    margin-right: 10px;
    width: 35vw;
  }
}
@media screen and (max-width: 959px) and (max-width: 959px) {
  .header__logo {
    padding-right: 2.6666666667vw;
  }
}
@media screen and (max-width: 959px) and (max-width: 959px) {
  .header__logo {
    margin-right: 2.6666666667vw;
  }
}
.header__logo::after {
  content: "";
  display: block;
  width: 1px;
  height: 90%;
  background-color: #cccccc;
  position: absolute;
  bottom: 0;
  right: 0;
}
.header__navi {
  margin-left: auto;
}
.header__sp-menu {
  margin-left: auto;
  display: none;
}
@media screen and (max-width: 959px) {
  .header__navi {
    display: none;
  }
  .header__sp-menu {
    display: block;
    position: absolute;
    top: 50%;
    right: 0;
    -webkit-transform: translate(0, -50%);
            transform: translate(0, -50%);
  }
}
.header__title {
  font-size: 14px;
  padding-right: 20px;
}
@media (max-width: 959px) {
  .header__title {
    font-size: 3.7333333333vw;
  }
}
@media screen and (max-width: 959px) {
  .header__title {
    padding-right: 5.3333333333vw;
  }
}
@media screen and (max-width: 959px) {
  .header__title {
    padding-right: 40px;
  }
}
@media screen and (max-width: 959px) and (max-width: 959px) {
  .header__title {
    padding-right: 10.6666666667vw;
  }
}
.header__title span {
  display: block;
  line-height: 1.4;
}
.header__title span:first-child {
  margin-bottom: 4px;
}
@media screen and (max-width: 959px) {
  .header__title span:first-child {
    margin-bottom: 1.0666666667vw;
  }
}
.header__title span:last-child {
  font-size: 12px;
}
@media (max-width: 959px) {
  .header__title span:last-child {
    font-size: 2.6666666667vw;
  }
}

.header-navi {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
}
@media screen and (max-width: 1247px) {
  .header-navi {
    gap: 14px;
  }
}
.header-navi__item {
  text-transform: uppercase;
  position: relative;
  z-index: 0;
}
@media screen and (max-width: 1247px) {
  .header-navi__item {
    font-size: 13px;
  }
}
@media screen and (max-width: 1247px) and (max-width: 959px) {
  .header-navi__item {
    font-size: 3.4666666667vw;
  }
}
.header-navi__item::after {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  border-radius: 100px;
  background-color: #0095eb;
  position: absolute;
  bottom: -15px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  -webkit-transition: 0.5s all;
  transition: 0.5s all;
  opacity: 0;
  -webkit-filter: blur(6px);
          filter: blur(6px);
}
.header-navi__item.current a {
  color: #0095eb;
}
.header-navi__item:hover::after {
  width: 100%;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  opacity: 1;
  bottom: -8px;
  -webkit-filter: blur(0px);
          filter: blur(0px);
}

.menu-trigger-block {
  padding: 16px;
  cursor: pointer;
}
@media screen and (max-width: 959px) {
  .menu-trigger-block {
    padding: 4.2666666667vw;
  }
}

.menu-trigger {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  vertical-align: middle;
  width: 40px;
  height: 30px;
  cursor: pointer;
}
@media screen and (max-width: 959px) {
  .menu-trigger {
    width: 6vw;
    height: 5vw;
  }
}
.menu-trigger span {
  display: inline-block;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #707070;
}
.menu-trigger span:nth-of-type(1) {
  top: 0;
}
.menu-trigger span:nth-of-type(2) {
  top: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}
.menu-trigger span:nth-of-type(3) {
  left: inherit;
  bottom: 0;
}
.menu-trigger.active span {
  background-color: #707070;
}
.menu-trigger.active span:nth-of-type(1) {
  -webkit-transform: translate(0, -50%) rotate(-45deg);
          transform: translate(0, -50%) rotate(-45deg);
  top: 50%;
}
.menu-trigger.active span:nth-of-type(2) {
  opacity: 0;
}
.menu-trigger.active span:nth-of-type(3) {
  -webkit-transform: translate(0, -50%) rotate(45deg);
          transform: translate(0, -50%) rotate(45deg);
  top: 50%;
}

.sp-navi {
  display: none;
  width: 100%;
  height: 100%;
  overflow-y: scroll;
  position: fixed;
  padding-top: 25vw;
  top: 0;
  z-index: 9;
  background-color: #f8f8f8;
  -webkit-transition: all 0.9s cubic-bezier(0.5, 0, 0, 1);
  transition: all 0.9s cubic-bezier(0.5, 0, 0, 1);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  opacity: 0;
  pointer-events: none;
}
.sp-navi.active {
  -webkit-transform: translateY(0%);
          transform: translateY(0%);
  -webkit-transition: all 0.9s cubic-bezier(0.5, 0, 0, 1);
  transition: all 0.9s cubic-bezier(0.5, 0, 0, 1);
  opacity: 1;
  pointer-events: auto;
}
.sp-navi__link:not(:first-child) {
  border-top: 1px solid #eee;
}
.sp-navi__link.current a {
  color: #0095eb;
}
.sp-navi__item {
  display: block;
  padding: 20px;
  font-size: 16px;
  color: #333333;
  text-align: center;
  text-transform: uppercase;
}
@media screen and (max-width: 959px) {
  .sp-navi__item {
    padding: 5.3333333333vw;
  }
}
@media (max-width: 959px) {
  .sp-navi__item {
    font-size: 4.2666666667vw;
  }
}
@media screen and (max-width: 959px) {
  .sp-navi__link-contact {
    margin-top: 40px;
    margin-left: 20px;
    margin-right: 20px;
    border: none;
  }
}
@media screen and (max-width: 959px) and (max-width: 959px) {
  .sp-navi__link-contact {
    margin-top: 10.6666666667vw;
  }
}
@media screen and (max-width: 959px) and (max-width: 959px) {
  .sp-navi__link-contact {
    margin-left: 5.3333333333vw;
  }
}
@media screen and (max-width: 959px) and (max-width: 959px) {
  .sp-navi__link-contact {
    margin-right: 5.3333333333vw;
  }
}
.sp-navi__link-contact .sp-navi__item {
  background-color: #0095eb;
  color: #fff;
  padding-top: 30px;
  padding-bottom: 30px;
}
@media screen and (max-width: 959px) {
  .sp-navi__link-contact .sp-navi__item {
    padding-top: 8vw;
  }
}
@media screen and (max-width: 959px) {
  .sp-navi__link-contact .sp-navi__item {
    padding-bottom: 8vw;
  }
}
@media screen and (max-width: 1247px) {
  .sp-navi {
    display: block;
  }
}

.form-table {
  font-size: 15px;
}
.form-table__wrap {
  position: relative;
}
.form-table__wrap::after {
  content: "";
  display: block;
  width: 300px;
  height: 100%;
  background-color: #f4f4f4;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}
.form-table div[data-formrun-show-if-error] {
  margin-top: 8px;
  color: red;
}
@media screen and (max-width: 959px) {
  .form-table div[data-formrun-show-if-error] {
    font-size: 12px;
  }
}
.form-table__row {
  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;
  border-bottom: 1px solid #bcbcbc;
  position: relative;
  z-index: 3;
}
.form-table__row:first-child {
  border-top: 1px solid #bcbcbc;
}
.form-table__row.block {
  display: block;
  text-align: center;
  margin-top: 60px;
  border-bottom: 0;
  border-top: 0;
}
.form-table__head {
  width: 300px;
  padding: 0 24px;
  line-height: 1.4;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.form-table__head span {
  font-size: 10px;
  display: inline-block;
  border: 1px solid #87b4d0;
  padding: 2px 10px;
  border-radius: 100px;
  vertical-align: middle;
  margin-left: 12px;
  background-color: #87b4d0;
  color: #fff;
}
.form-table__body {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 24px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.form-table__body.flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
@media screen and (max-width: 959px) {
  .form-table {
    font-size: 16px;
  }
  .form-table__wrap::after {
    display: none;
  }
  .form-table__row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 20px 0;
  }
  .form-table__row.block {
    margin-top: 30px;
  }
  .form-table__head {
    width: 100%;
    font-size: 14px;
    padding: 0;
    margin-bottom: 12px;
  }
  .form-table__head span {
    font-size: 12px;
  }
  .form-table__body {
    width: 100%;
    padding: 0;
  }
}
.form-table label {
  display: block;
  margin-bottom: 12px;
}
.form-table label input[type=checkbox] {
  display: none;
}
.form-table label input[type=checkbox]:checked + span::after {
  opacity: 1;
}
.form-table label input[type=checkbox] + span {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  cursor: pointer;
  display: inline-block;
  padding: 5px 30px;
  position: relative;
  width: auto;
}
.form-table label input[type=checkbox] + span::before {
  background: #fff;
  border: 1px solid #333333;
  border-radius: 3px;
  content: "";
  display: block;
  height: 16px;
  left: 0;
  margin-top: -10px;
  position: absolute;
  top: 50%;
  width: 16px;
}
.form-table label input[type=checkbox] + span::after {
  border-right: 3px solid #333333;
  border-bottom: 3px solid #333333;
  content: "";
  display: block;
  height: 9px;
  left: 6px;
  margin-top: -8px;
  opacity: 0;
  position: absolute;
  top: 50%;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  width: 5px;
}
.form-table label input[type=radio] {
  display: none;
}
.form-table label input[type=radio]:checked + span::after {
  opacity: 1;
}
.form-table label input[type=radio] + span {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  cursor: pointer;
  display: inline-block;
  padding: 5px 30px;
  position: relative;
  width: auto;
}
.form-table label input[type=radio] + span::before {
  background: #fff;
  border: 1px solid #333333;
  border-radius: 100%;
  content: "";
  display: block;
  height: 18px;
  left: 0;
  margin-top: -10px;
  position: absolute;
  top: 50%;
  width: 18px;
}
.form-table label input[type=radio] + span::after {
  content: "";
  display: block;
  left: 5px;
  margin-top: -5px;
  opacity: 0;
  position: absolute;
  top: 50%;
  width: 10px;
  height: 10px;
  border-radius: 100%;
  background-color: #333333;
}
.form-table input[type=text],
.form-table input[type=tel],
.form-table input[type=email],
.form-table textarea {
  font-size: 15px;
  padding: 15px 24px;
  border: 0;
  border-radius: 4px;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-weight: bold;
  background-color: #f4f4f4;
}
.form-table input[type=text]::-webkit-input-placeholder, .form-table input[type=tel]::-webkit-input-placeholder, .form-table input[type=email]::-webkit-input-placeholder, .form-table textarea::-webkit-input-placeholder {
  font-size: 15px;
  font-weight: bold;
  color: #ddd;
}
.form-table input[type=text]::-moz-placeholder, .form-table input[type=tel]::-moz-placeholder, .form-table input[type=email]::-moz-placeholder, .form-table textarea::-moz-placeholder {
  font-size: 15px;
  font-weight: bold;
  color: #ddd;
}
.form-table input[type=text]:-ms-input-placeholder, .form-table input[type=tel]:-ms-input-placeholder, .form-table input[type=email]:-ms-input-placeholder, .form-table textarea:-ms-input-placeholder {
  font-size: 15px;
  font-weight: bold;
  color: #ddd;
}
.form-table input[type=text]::-ms-input-placeholder, .form-table input[type=tel]::-ms-input-placeholder, .form-table input[type=email]::-ms-input-placeholder, .form-table textarea::-ms-input-placeholder {
  font-size: 15px;
  font-weight: bold;
  color: #ddd;
}
.form-table input[type=text]::placeholder,
.form-table input[type=tel]::placeholder,
.form-table input[type=email]::placeholder,
.form-table textarea::placeholder {
  font-size: 15px;
  font-weight: bold;
  color: #ddd;
}
@media screen and (max-width: 959px) {
  .form-table input[type=text],
  .form-table input[type=tel],
  .form-table input[type=email],
  .form-table textarea {
    font-size: 16px;
    padding: 18px 22px;
  }
  .form-table input[type=text]::-webkit-input-placeholder, .form-table input[type=tel]::-webkit-input-placeholder, .form-table input[type=email]::-webkit-input-placeholder, .form-table textarea::-webkit-input-placeholder {
    font-size: 16px;
  }
  .form-table input[type=text]::-moz-placeholder, .form-table input[type=tel]::-moz-placeholder, .form-table input[type=email]::-moz-placeholder, .form-table textarea::-moz-placeholder {
    font-size: 16px;
  }
  .form-table input[type=text]:-ms-input-placeholder, .form-table input[type=tel]:-ms-input-placeholder, .form-table input[type=email]:-ms-input-placeholder, .form-table textarea:-ms-input-placeholder {
    font-size: 16px;
  }
  .form-table input[type=text]::-ms-input-placeholder, .form-table input[type=tel]::-ms-input-placeholder, .form-table input[type=email]::-ms-input-placeholder, .form-table textarea::-ms-input-placeholder {
    font-size: 16px;
  }
  .form-table input[type=text]::placeholder,
  .form-table input[type=tel]::placeholder,
  .form-table input[type=email]::placeholder,
  .form-table textarea::placeholder {
    font-size: 16px;
  }
}

.wpcf7 form .wpcf7-response-output {
  border: 0 !important;
  padding: 20px !important;
  background-color: rgba(255, 0, 0, 0.3) !important;
  margin: 2em 0 0 0 !important;
  color: red !important;
}
.wpcf7 form.sent .wpcf7-response-output {
  color: #46b450 !important;
  background-color: rgba(70, 180, 80, 0.3) !important;
}

.normal-btn {
  display: block;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 40px;
  padding-right: 40px;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  border-radius: 100px;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  position: relative;
  z-index: 0;
  border: 1px solid #fff;
}
@media screen and (max-width: 959px) {
  .normal-btn {
    padding-top: 5.3333333333vw;
    padding-bottom: 5.3333333333vw;
  }
}
@media screen and (max-width: 959px) {
  .normal-btn {
    padding-left: 10.6666666667vw;
    padding-right: 10.6666666667vw;
  }
}
@media (max-width: 959px) {
  .normal-btn {
    font-size: 4.2666666667vw;
  }
}
@media screen and (max-width: 959px) {
  .normal-btn {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}
@media screen and (max-width: 959px) and (max-width: 959px) {
  .normal-btn {
    padding-top: 4vw;
    padding-bottom: 4vw;
  }
}
.normal-btn::before {
  content: "";
  position: absolute;
  background-image: url("./assets/images/icon/arrow-btn--white.svg");
  background-position: center;
  background-size: auto 50%;
  background-repeat: no-repeat;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  z-index: 2;
}
@media screen and (max-width: 959px) {
  .normal-btn::before {
    background-position: center right 3vw;
    background-size: auto 30%;
  }
}
.normal-btn:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: -webkit-linear-gradient(230deg, white 0%, white 100%);
  background: linear-gradient(220deg, white 0%, white 100%);
  z-index: -1;
  opacity: 0;
  border-radius: 9999px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.normal-btn.text-btn::before {
  background-position: center right 14px;
  background-size: auto 30%;
}
.normal-btn.text-btn span {
  display: block;
  position: relative;
  z-index: 2;
  color: #fff;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media screen and (max-width: 959px) {
  .normal-btn.text-btn--sp span {
    display: block;
    position: relative;
    z-index: 2;
    color: #fff;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
}
.normal-btn:hover {
  opacity: 1;
  border: 1px solid #0095eb;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.normal-btn:hover.text-btn span {
  color: #0095eb;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.normal-btn:hover.text-btn--sp span {
  color: #0095eb;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.normal-btn:hover::before {
  background-image: url("./assets/images/icon/arrow-btn--main.svg");
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.normal-btn:hover:after {
  opacity: 1;
  z-index: 1;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

#btn-fixed {
  position: fixed;
  bottom: 40px;
  right: 0;
  color: #fff;
  z-index: 2;
}
@media screen and (max-width: 959px) {
  #btn-fixed {
    top: inherit;
    bottom: 0;
    left: 0;
    right: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  #btn-fixed > a {
    width: 50%;
  }
}
#btn-fixed a {
  display: block;
}
#btn-fixed a:not(:first-child) {
  margin-top: 20px;
}
@media screen and (max-width: 959px) {
  #btn-fixed a:not(:first-child) {
    margin-top: 5.3333333333vw;
  }
}
@media screen and (max-width: 959px) {
  #btn-fixed a:not(:first-child) {
    margin-top: 0px;
  }
}
@media screen and (max-width: 959px) and (max-width: 959px) {
  #btn-fixed a:not(:first-child) {
    margin-top: 0vw;
  }
}

@media screen and (max-width: 959px) {
  .btn-fixed--corporate .btn-fixed__wrap,
  .btn-fixed--personal .btn-fixed__wrap {
    max-inline-size: -webkit-max-content;
    max-inline-size: -moz-max-content;
    max-inline-size: max-content;
    margin-inline: auto;
  }
  .btn-fixed--corporate a,
  .btn-fixed--personal a {
    width: 100% !important;
  }
  .btn-fixed--corporate .btn--corporate:after {
    background-position: center left 30vw;
    background-size: 6vw auto;
  }
  .btn-fixed--personal .btn--personal:after {
    background-position: center left 30vw;
    background-size: 6vw auto;
  }
}
.btn-fixed {
  padding-left: 15px;
  padding-right: 25px;
  padding-bottom: 10px;
  padding-top: 60px;
  border-radius: 10px 0 0 10px;
  text-align: center;
  line-height: 1.2;
  position: relative;
  -webkit-transform: translate(10px, 0);
          transform: translate(10px, 0);
}
@media screen and (max-width: 959px) {
  .btn-fixed {
    padding-left: 4vw;
  }
}
@media screen and (max-width: 959px) {
  .btn-fixed {
    padding-right: 6.6666666667vw;
  }
}
@media screen and (max-width: 959px) {
  .btn-fixed {
    padding-bottom: 2.6666666667vw;
  }
}
@media screen and (max-width: 959px) {
  .btn-fixed {
    padding-top: 16vw;
  }
}
@media screen and (max-width: 959px) {
  .btn-fixed {
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 50px;
    padding-right: 10px;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
    border-radius: 0;
    -webkit-box-shadow: none !important;
            box-shadow: none !important;
  }
}
@media screen and (max-width: 959px) and (max-width: 959px) {
  .btn-fixed {
    padding-top: 2.6666666667vw;
  }
}
@media screen and (max-width: 959px) and (max-width: 959px) {
  .btn-fixed {
    padding-bottom: 2.6666666667vw;
  }
}
@media screen and (max-width: 959px) and (max-width: 959px) {
  .btn-fixed {
    padding-left: 13.3333333333vw;
  }
}
@media screen and (max-width: 959px) and (max-width: 959px) {
  .btn-fixed {
    padding-right: 2.6666666667vw;
  }
}
.btn-fixed__wrap {
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  text-orientation: mixed;
  text-align: left;
  font-weight: 500;
}
@media screen and (max-width: 959px) {
  .btn-fixed__wrap {
    -webkit-writing-mode: horizontal-tb;
        -ms-writing-mode: lr-tb;
            writing-mode: horizontal-tb;
    text-orientation: mixed;
  }
}
.btn-fixed__wrap > span {
  display: block;
}
@media screen and (max-width: 959px) {
  .btn-fixed__wrap > span {
    line-height: 1.4;
  }
}
@media screen and (max-width: 959px) {
  .btn-fixed .corporate-text,
  .btn-fixed .personal-text {
    font-size: 14px;
  }
}
@media screen and (max-width: 959px) and (max-width: 959px) {
  .btn-fixed .corporate-text,
  .btn-fixed .personal-text {
    font-size: 3.4666666667vw;
  }
}
@media screen and (max-width: 959px) {
  .btn-fixed .corporate-text--sm,
  .btn-fixed .personal-text--sm {
    font-size: 0.8em;
  }
}
@media screen and (max-width: 959px) and (max-width: 959px) {
  .btn-fixed .corporate-text--sm,
  .btn-fixed .personal-text--sm {
    font-size: 12px;
  }
}
@media screen and (max-width: 959px) and (max-width: 959px) and (max-width: 959px) {
  .btn-fixed .corporate-text--sm,
  .btn-fixed .personal-text--sm {
    font-size: 2.6666666667vw;
  }
}
.btn-fixed:after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}
@media screen and (max-width: 959px) {
  .btn-fixed:after {
    background-position: left 5vw center;
    background-size: 10% auto;
  }
}
.btn-fixed::before {
  border-radius: 10px 0 0 10px;
}
@media screen and (max-width: 959px) {
  .btn-fixed::before {
    display: none;
  }
}

.btn--corporate {
  background-color: #f8f8f8;
  color: #03c755;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.btn--corporate:after {
  background-image: url("./assets/images/icon/btn/corporate.svg");
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  background-position: top 15px left 23px;
  background-size: 25px auto;
}
@media screen and (max-width: 959px) {
  .btn--corporate:after {
    background-position: top 4vw left 6vw;
    background-size: 10% auto;
  }
}
.btn--corporate:hover {
  background-color: #03c755;
  color: #fff;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  opacity: 1;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}
.btn--corporate:hover:after {
  background-image: url("./assets/images/icon/btn/corporate--white.svg");
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.btn--personal {
  background-color: #03c755;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.btn--personal:after {
  background-image: url("./assets/images/icon/btn/personal--white.svg");
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  background-position: top 15px left 23px;
  background-size: 25px auto;
}
@media screen and (max-width: 959px) {
  .btn--personal:after {
    background-position: top 4vw left 6vw;
    background-size: 10% auto;
  }
}
.btn--personal:hover {
  background-color: #f8f8f8;
  color: #03c755;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
  opacity: 1;
}
.btn--personal:hover:after {
  background-image: url("./assets/images/icon/btn/personal.svg");
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

#btn-sp {
  width: 80vw;
  margin: auto;
  margin-top: 20px;
}
@media screen and (max-width: 959px) {
  #btn-sp {
    margin-top: 5.3333333333vw;
  }
}
#btn-sp a {
  display: block;
}
#btn-sp a:not(:first-child) {
  margin-top: 20px;
}
@media screen and (max-width: 959px) {
  #btn-sp a:not(:first-child) {
    margin-top: 5.3333333333vw;
  }
}
@media screen and (max-width: 959px) {
  #btn-sp a:not(:first-child) {
    margin-top: 20px;
  }
}
@media screen and (max-width: 959px) and (max-width: 959px) {
  #btn-sp a:not(:first-child) {
    margin-top: 5.3333333333vw;
  }
}
#btn-sp .btn-sp__wrap {
  max-inline-size: -webkit-max-content;
  max-inline-size: -moz-max-content;
  max-inline-size: max-content;
  margin-inline: auto;
}

.btn-sp {
  padding-left: 15px;
  padding-right: 25px;
  padding-bottom: 10px;
  padding-top: 60px;
  border-radius: 10px;
  text-align: center;
  line-height: 1.2;
  position: relative;
  -webkit-transform: translate(10px, 0);
          transform: translate(10px, 0);
}
@media screen and (max-width: 959px) {
  .btn-sp {
    padding-left: 4vw;
  }
}
@media screen and (max-width: 959px) {
  .btn-sp {
    padding-right: 6.6666666667vw;
  }
}
@media screen and (max-width: 959px) {
  .btn-sp {
    padding-bottom: 2.6666666667vw;
  }
}
@media screen and (max-width: 959px) {
  .btn-sp {
    padding-top: 16vw;
  }
}
@media screen and (max-width: 959px) {
  .btn-sp {
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 60px;
    padding-right: 10px;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}
@media screen and (max-width: 959px) and (max-width: 959px) {
  .btn-sp {
    padding-top: 2.6666666667vw;
  }
}
@media screen and (max-width: 959px) and (max-width: 959px) {
  .btn-sp {
    padding-bottom: 2.6666666667vw;
  }
}
@media screen and (max-width: 959px) and (max-width: 959px) {
  .btn-sp {
    padding-left: 16vw;
  }
}
@media screen and (max-width: 959px) and (max-width: 959px) {
  .btn-sp {
    padding-right: 2.6666666667vw;
  }
}
.btn-sp__wrap {
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  text-orientation: mixed;
  text-align: left;
}
@media screen and (max-width: 959px) {
  .btn-sp__wrap {
    -webkit-writing-mode: horizontal-tb;
        -ms-writing-mode: lr-tb;
            writing-mode: horizontal-tb;
    text-orientation: mixed;
  }
}
.btn-sp__wrap > span {
  display: block;
}
@media screen and (max-width: 959px) {
  .btn-sp__wrap > span {
    line-height: 1.4;
  }
}
@media screen and (max-width: 959px) {
  .btn-sp .corporate-text,
  .btn-sp .personal-text {
    font-size: 14px;
  }
}
@media screen and (max-width: 959px) and (max-width: 959px) {
  .btn-sp .corporate-text,
  .btn-sp .personal-text {
    font-size: 3.4666666667vw;
  }
}
@media screen and (max-width: 959px) {
  .btn-sp .corporate-text--sm,
  .btn-sp .personal-text--sm {
    font-size: 0.8em;
  }
}
@media screen and (max-width: 959px) and (max-width: 959px) {
  .btn-sp .corporate-text--sm,
  .btn-sp .personal-text--sm {
    font-size: 12px;
  }
}
@media screen and (max-width: 959px) and (max-width: 959px) and (max-width: 959px) {
  .btn-sp .corporate-text--sm,
  .btn-sp .personal-text--sm {
    font-size: 2.6666666667vw;
  }
}
.btn-sp.btn--personal {
  color: #fff;
}
.btn-sp.btn--personal:hover {
  color: #03c755;
}
.btn-sp:after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  background-position: left 23vw center;
  background-size: 8% auto;
}
.btn-sp::before {
  border-radius: 10px 0 0 10px;
}
@media screen and (max-width: 959px) {
  .btn-sp::before {
    display: none;
  }
}

.arrow-btn img {
  margin: auto;
}

.btn-center {
  text-align: center;
}

@media screen and (max-width: 959px) {
  .btn--sp-center {
    text-align: center;
  }
}

.btn-inner {
  display: inline-block;
}

.btn-flex {
  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: 1vw;
}
@media screen and (max-width: 959px) {
  .btn-flex {
    gap: 2vw;
  }
}

.footer {
  padding-top: 50px;
  padding-bottom: 50px;
  background: #333333;
  background: -webkit-linear-gradient(30deg, rgb(51, 51, 51) 0%, rgb(100, 100, 100) 100%);
  background: linear-gradient(60deg, rgb(51, 51, 51) 0%, rgb(100, 100, 100) 100%);
}
@media screen and (max-width: 959px) {
  .footer {
    padding-top: 13.3333333333vw;
    padding-bottom: 13.3333333333vw;
  }
}
@media screen and (max-width: 959px) {
  .footer {
    padding-bottom: 100px;
  }
}
@media screen and (max-width: 959px) and (max-width: 959px) {
  .footer {
    padding-bottom: 26.6666666667vw;
  }
}
.footer__wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  color: #fff;
  gap: 20px;
  padding: 0 8px;
  max-width: 1216px;
  margin: auto;
}
@media screen and (max-width: 959px) {
  .footer__wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 4vw;
  }
}
.footer__logo {
  max-width: 240px;
  margin-top: 40px;
}
@media screen and (max-width: 959px) {
  .footer__logo {
    margin-top: 10.6666666667vw;
  }
}
@media screen and (max-width: 959px) {
  .footer__logo {
    margin-top: 50px;
    margin: auto;
  }
}
@media screen and (max-width: 959px) and (max-width: 959px) {
  .footer__logo {
    margin-top: 13.3333333333vw;
  }
}
@media screen and (max-width: 959px) {
  .footer__legal {
    margin-top: 80px;
  }
}
@media screen and (max-width: 959px) and (max-width: 959px) {
  .footer__legal {
    margin-top: 21.3333333333vw;
  }
}

.footer-navi__wrap {
  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;
  color: #fff;
  gap: 20px;
}
@media screen and (max-width: 959px) {
  .footer-navi__wrap {
    gap: 2vw;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
}
.footer-navi__wrap:not(:first-child) {
  margin-top: 30px;
}
@media screen and (max-width: 959px) {
  .footer-navi__wrap:not(:first-child) {
    margin-top: 8vw;
  }
}
@media screen and (max-width: 959px) {
  .footer-navi__list {
    width: 100%;
    text-align: center;
  }
  .footer-navi__list:not(:first-child) {
    margin-top: 20px;
  }
}
@media screen and (max-width: 959px) and (max-width: 959px) {
  .footer-navi__list:not(:first-child) {
    margin-top: 5.3333333333vw;
  }
}
.footer-navi__list--mini {
  font-size: 12px;
}
@media (max-width: 959px) {
  .footer-navi__list--mini {
    font-size: 2.6666666667vw;
  }
}
@media screen and (max-width: 959px) {
  .footer-navi__list--mini img {
    width: 3vw !important;
  }
}
.footer-navi__item {
  font-size: 14px;
  padding: 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-transform: uppercase;
}
@media (max-width: 959px) {
  .footer-navi__item {
    font-size: 3.7333333333vw;
  }
}
@media screen and (max-width: 959px) {
  .footer-navi__item {
    padding: 5.3333333333vw;
  }
}
.footer-navi__link {
  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: 4px;
}
@media screen and (max-width: 959px) {
  .footer-navi__link {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 2vw;
  }
}
.footer-navi__link img {
  width: 14px;
}
@media screen and (max-width: 959px) {
  .footer-navi__link img {
    width: 5vw;
  }
}
.footer-navi__contact img {
  width: 14px;
}
@media screen and (max-width: 959px) {
  .footer-navi__contact img {
    width: 4vw;
  }
}

.to-top {
  display: block;
  width: 60px;
  height: 60px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 1px solid #333333;
  position: relative;
  background-color: #fff;
}
.to-top::before, .to-top::after {
  content: "";
  display: block;
  width: 8px;
  height: 1px;
  background-color: #333333;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}
.to-top::before {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  right: -6px;
}
.to-top::after {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  left: -6px;
}
.to-top:hover {
  opacity: 1;
}

.page {
  padding: 100px 0px 100px;
}
@media screen and (max-width: 959px) {
  .page {
    padding: 15vw 0px 15vw;
  }
}
.page-none {
  padding: 0 0 0;
}
@media screen and (max-width: 959px) {
  .page-none {
    padding: 0 0 0;
  }
}
.page-none-top {
  padding-top: 0;
}
.page__heading {
  margin-bottom: 60px;
}
@media screen and (max-width: 959px) {
  .page__heading {
    margin-bottom: 16vw;
  }
}
@media screen and (max-width: 959px) {
  .page__heading {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 959px) and (max-width: 959px) {
  .page__heading {
    margin-bottom: 8vw;
  }
}
.page-content {
  padding: 160px 0 100px;
}
@media screen and (max-width: 959px) {
  .page-content {
    padding: 15vw 0 15vw;
  }
}
.page-worry {
  padding-bottom: 180px;
}
@media screen and (max-width: 959px) {
  .page-worry {
    padding-bottom: 48vw;
  }
}
@media screen and (max-width: 959px) {
  .page-worry {
    padding-bottom: 50px;
  }
}
@media screen and (max-width: 959px) and (max-width: 959px) {
  .page-worry {
    padding-bottom: 13.3333333333vw;
  }
}
.page-contact {
  padding-bottom: 0px;
}
@media screen and (max-width: 959px) {
  .page-contact {
    padding-bottom: 0vw;
  }
}
@media screen and (max-width: 959px) {
  .page-contact {
    padding-bottom: 0px;
  }
}
@media screen and (max-width: 959px) and (max-width: 959px) {
  .page-contact {
    padding-bottom: 0vw;
  }
}

.not-found-text {
  text-align: center;
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 30px;
}
@media (max-width: 959px) {
  .not-found-text {
    font-size: 4.2666666667vw;
  }
}
@media screen and (max-width: 959px) {
  .not-found-text {
    margin-bottom: 8vw;
  }
}

.page-mv {
  position: relative;
  max-width: 1536px;
  margin: auto;
  padding-top: 100px;
  padding-bottom: 100px;
  padding-left: 20px;
  padding-right: 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 959px) {
  .page-mv {
    padding-top: 26.6666666667vw;
    padding-bottom: 26.6666666667vw;
  }
}
@media screen and (max-width: 959px) {
  .page-mv {
    padding-left: 5.3333333333vw;
    padding-right: 5.3333333333vw;
  }
}
@media screen and (max-width: 1619px) {
  .page-mv {
    padding-right: 100px;
  }
}
@media screen and (max-width: 1619px) and (max-width: 959px) {
  .page-mv {
    padding-right: 26.6666666667vw;
  }
}
@media screen and (max-width: 959px) {
  .page-mv {
    padding-right: 20px;
    padding-top: 70px;
    padding-bottom: 50px;
    overflow: hidden;
  }
}
@media screen and (max-width: 959px) and (max-width: 959px) {
  .page-mv {
    padding-right: 5.3333333333vw;
  }
}
@media screen and (max-width: 959px) and (max-width: 959px) {
  .page-mv {
    padding-top: 18.6666666667vw;
  }
}
@media screen and (max-width: 959px) and (max-width: 959px) {
  .page-mv {
    padding-bottom: 13.3333333333vw;
  }
}
.page-mv__wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 959px) {
  .page-mv__wrap {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
}
.page-mv__wrap > div {
  width: 50%;
}
@media screen and (max-width: 959px) {
  .page-mv__wrap > div {
    width: 100%;
  }
}
.page-mv__title {
  font-size: 40px;
  font-weight: 600;
  font-family: "Outfit", sans-serif;
  line-height: 1.5;
}
@media (max-width: 959px) {
  .page-mv__title {
    font-size: 8vw;
  }
}
.page-mv__sub-title {
  font-size: 26px;
  color: #0095eb;
}
@media (max-width: 959px) {
  .page-mv__sub-title {
    font-size: 5.3333333333vw;
  }
}
.page-mv__icon {
  position: absolute;
  z-index: -1;
}
.page-mv__icon img {
  width: 80%;
}
.page-mv__icon.check {
  top: 20px;
  left: -100px;
}
.page-mv__icon.money {
  top: 20px;
  left: -100px;
}
.page-mv__icon.faq {
  top: 0;
  left: -60px;
}
.page-mv__icon.guide {
  top: 20px;
  left: -100px;
}
@media screen and (max-width: 959px) {
  .page-mv__icon.check, .page-mv__icon.money, .page-mv__icon.faq, .page-mv__icon.guide {
    left: inherit;
    top: 3vw;
    right: -10vw;
    width: 60%;
  }
}
.page-mv__btn {
  margin-top: 30px;
}
@media screen and (max-width: 959px) {
  .page-mv__btn {
    margin-top: 8vw;
  }
}
@media screen and (max-width: 959px) {
  .page-mv__btn {
    margin-top: 20px;
  }
}
@media screen and (max-width: 959px) and (max-width: 959px) {
  .page-mv__btn {
    margin-top: 5.3333333333vw;
  }
}
.page-mv__line {
  margin-top: clamp(10px, 4vw, 30px);
  margin-bottom: clamp(10px, 4vw, 30px);
}
@media screen and (max-width: 959px) {
  .page-mv__line {
    margin-top: 20px;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 959px) and (max-width: 959px) {
  .page-mv__line {
    margin-top: 5.3333333333vw;
    margin-bottom: 5.3333333333vw;
  }
}

.page-btn__list-block {
  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;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 20px;
}
.page-btn__list {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: calc((100% - 20px) / 2);
  color: #0095eb;
  background-color: #fff;
  border-radius: 6px;
  border: 1px solid #E3E5EA;
  padding-top: 30px;
  padding-bottom: 30px;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 16px;
  font-weight: bold;
  position: relative;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media screen and (max-width: 959px) {
  .page-btn__list {
    padding-top: 8vw;
    padding-bottom: 8vw;
  }
}
@media screen and (max-width: 959px) {
  .page-btn__list {
    padding-left: 5.3333333333vw;
    padding-right: 5.3333333333vw;
  }
}
@media (max-width: 959px) {
  .page-btn__list {
    font-size: 4vw;
  }
}
@media screen and (max-width: 959px) {
  .page-btn__list {
    width: 100%;
    padding-top: 25px;
    padding-bottom: 25px;
  }
}
@media screen and (max-width: 959px) and (max-width: 959px) {
  .page-btn__list {
    padding-top: 6.6666666667vw;
    padding-bottom: 6.6666666667vw;
  }
}
.page-btn__list:after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-image: url("./assets/images/page-mv-arrow--blue.svg");
  background-size: auto 20%;
  background-position: center right 20px;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.page-btn__list:hover {
  opacity: 1;
  background-color: #0095eb;
  color: #fff;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.page-btn__list:hover:after {
  background-image: url("./assets/images/page-mv-arrow--white.svg");
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.title-block__title {
  font-size: 22px;
  font-weight: 500;
  margin-top: 10px;
  letter-spacing: 0.05em;
}
@media (max-width: 959px) {
  .title-block__title {
    font-size: 4.2666666667vw;
  }
}
@media screen and (max-width: 959px) {
  .title-block__title {
    margin-top: 2.6666666667vw;
  }
}
@media screen and (max-width: 959px) {
  .title-block__title {
    margin-top: 0px;
  }
}
@media screen and (max-width: 959px) and (max-width: 959px) {
  .title-block__title {
    margin-top: 0vw;
  }
}

.page-mv-line {
  background: rgb(106, 201, 255);
  background: -webkit-linear-gradient(50deg, rgb(0, 149, 235) 0%, rgb(106, 201, 255) 100%);
  background: linear-gradient(40deg, rgb(0, 149, 235) 0%, rgb(106, 201, 255) 100%);
  width: 100%;
  height: 4px;
}
.page-mv-line--sm {
  width: 80px;
  background-color: #000;
}

.heading-line {
  background: rgb(106, 201, 255);
  background: -webkit-linear-gradient(50deg, rgb(0, 149, 235) 0%, rgb(106, 201, 255) 100%);
  background: linear-gradient(40deg, rgb(0, 149, 235) 0%, rgb(106, 201, 255) 100%);
  width: 100%;
  height: 4px;
}
.heading-line--sm {
  width: 80px;
  background-color: #000;
}
@media screen and (max-width: 959px) {
  .heading-line--sm {
    width: 20vw;
    margin: auto;
  }
}

.pagenavi-mv {
  position: relative;
  z-index: 2;
  margin-top: -130px;
  text-align: center;
}
@media screen and (max-width: 959px) {
  .pagenavi-mv {
    margin-top: -50px;
  }
}
.pagenavi-mv__wrap {
  max-width: 1216px;
  width: 100%;
  margin: auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0 20px 0 20px;
}
@media screen and (max-width: 1619px) {
  .pagenavi-mv__wrap {
    padding: 0 80px 0 20px;
  }
}
@media screen and (max-width: 959px) {
  .pagenavi-mv__wrap {
    padding: 0 3vw 0 3vw;
  }
}

.not-found-page-mv {
  font-family: "Outfit", sans-serif;
  display: block !important;
  text-align: center;
}
.not-found-page-mv div {
  width: 100%;
}

.pagenavi-menu {
  max-width: 1216px;
  width: 100%;
  margin: auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0 20px 0 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin-bottom: calc(10px * -1);
}
@media screen and (max-width: 1619px) {
  .pagenavi-menu {
    padding: 0 80px 0 20px;
  }
}
@media screen and (max-width: 959px) {
  .pagenavi-menu {
    padding: 0 3vw 0 3vw;
  }
}
.pagenavi-menu__item {
  margin-bottom: 10px;
  margin-right: 10px;
  width: calc((100% - 10px * (6 - 1)) / 6);
}
.pagenavi-menu__item:nth-of-type(6n) {
  margin-right: 0;
}
@media screen and (max-width: 959px) {
  .pagenavi-menu {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    margin-bottom: calc(10px * -1);
  }
  .pagenavi-menu__item {
    margin-bottom: 10px;
    margin-right: 10px;
    width: calc((100% - 10px * (3 - 1)) / 3);
  }
  .pagenavi-menu__item:nth-of-type(3n) {
    margin-right: 0;
  }
}
.pagenavi-menu__link {
  font-size: 20px;
}
.pagenavi-menu__sub {
  color: #0095eb;
}

.pagination-wrap {
  width: 100%;
  margin: 100px auto 0;
}

.pagination,
.page-numbers {
  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;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.pagination span,
.pagination a,
.page-numbers span,
.page-numbers a {
  margin: 0 10px;
  display: block;
  text-align: center;
  width: 40px;
  line-height: 40px;
  font-size: 18px;
  border-radius: 3px;
  border: 1px solid #333333;
}
.pagination span.current, .pagination span:hover,
.pagination a.current,
.pagination a:hover,
.page-numbers span.current,
.page-numbers span:hover,
.page-numbers a.current,
.page-numbers a:hover {
  background: #333333;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  opacity: 1;
  color: #fff;
}
@media screen and (max-width: 959px) {
  .pagination,
  .page-numbers {
    margin-top: 65px;
  }
  .pagination span,
  .pagination a,
  .page-numbers span,
  .page-numbers a {
    font-size: 16px;
    width: 28px;
    line-height: 28px;
  }
}

.breadcrumb {
  margin-top: 20px;
}
.breadcrumb ul {
  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;
}
.breadcrumb li {
  white-space: nowrap;
}
.breadcrumb li::after {
  content: "";
  display: inline-block;
  width: 6px;
  height: 13px;
  background-image: url("./assets/images/arrow-right--mini.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  margin: 0 20px;
  color: #ebe4d8;
}
.breadcrumb li:last-child::after {
  display: none;
}
@media screen and (max-width: 959px) {
  .breadcrumb {
    overflow-x: scroll;
  }
}

.md-body {
  width: 720px;
  margin: auto;
  max-width: 100%;
}

.category-label {
  padding: 4px 10px;
  font-size: 14px;
  background: #fff;
  color: #888;
  border: 1px solid #ddd;
  display: inline-block;
  border-radius: 99px;
  line-height: 1.5;
}
@media screen and (max-width: 959px) {
  .category-label {
    font-size: 10px;
  }
}

.bg-obj--white {
  position: relative;
  z-index: 0;
}
.bg-obj--white::after {
  content: "";
  background-image: url("./assets/images/bg-obj--white.png");
  background-size: auto 100%;
  background-position: right;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
@media screen and (max-width: 959px) {
  .bg-obj--white::after {
    background-image: url("./assets/images/bg-obj--white-sp.png");
  }
}

.bg-color--white {
  background-color: #fff;
}
.bg-color--gray {
  background-color: #f8f8f8;
}

.morph-ism {
  position: relative;
  -webkit-box-shadow: 3px 3px 10px #e3e5ea;
          box-shadow: 3px 3px 10px #e3e5ea;
}
.morph-ism::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  -webkit-box-shadow: -6px -6px 6px white;
          box-shadow: -6px -6px 6px white;
  z-index: 1;
}
.morph-ism.radius-full {
  border-radius: 9999px;
}
.morph-ism.radius-full::before {
  border-radius: 9999px;
}

.gradation-line {
  background: rgb(106, 201, 255);
  background: -webkit-linear-gradient(50deg, rgb(0, 149, 235) 0%, rgb(106, 201, 255) 100%);
  background: linear-gradient(40deg, rgb(0, 149, 235) 0%, rgb(106, 201, 255) 100%);
  width: 100%;
  height: 4px;
}
.gradation-line--sm {
  width: clamp(50px, 6vw, 100px);
  background-color: #000;
}

.gradation-color {
  background: rgb(106, 201, 255);
  background: -webkit-linear-gradient(230deg, rgb(106, 201, 255) 0%, rgb(0, 149, 235) 100%);
  background: linear-gradient(220deg, rgb(106, 201, 255) 0%, rgb(0, 149, 235) 100%);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.main-visual {
  padding-top: 40px;
}
@media screen and (max-width: 959px) {
  .main-visual {
    padding-top: 10.6666666667vw;
  }
}
@media screen and (max-width: 959px) {
  .main-visual {
    padding-top: 10px;
  }
}
@media screen and (max-width: 959px) and (max-width: 959px) {
  .main-visual {
    padding-top: 2.6666666667vw;
  }
}
.main-visual__wrap {
  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;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: clamp(10px, 4vw, 30px);
  position: relative;
  z-index: 0;
  padding-bottom: 60px;
}
@media screen and (max-width: 959px) {
  .main-visual__wrap {
    padding-bottom: 16vw;
  }
}
@media screen and (max-width: 1619px) {
  .main-visual__wrap {
    padding-top: 60px;
    padding-bottom: 120px;
  }
}
@media screen and (max-width: 1619px) and (max-width: 959px) {
  .main-visual__wrap {
    padding-top: 16vw;
  }
}
@media screen and (max-width: 1619px) and (max-width: 959px) {
  .main-visual__wrap {
    padding-bottom: 32vw;
  }
}
@media screen and (max-width: 959px) {
  .main-visual__wrap {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    padding-top: 0px;
    padding-bottom: 60px;
  }
}
@media screen and (max-width: 959px) and (max-width: 959px) {
  .main-visual__wrap {
    padding-top: 0vw;
  }
}
@media screen and (max-width: 959px) and (max-width: 959px) {
  .main-visual__wrap {
    padding-bottom: 16vw;
  }
}
.main-visual__scroll-block {
  position: absolute;
  bottom: 100px;
  right: 0;
}
@media screen and (max-width: 959px) {
  .main-visual__scroll-block {
    display: none;
  }
}
.main-visual__scroll-block .scroll-block {
  position: relative;
  z-index: 0;
}
.main-visual__scroll-block .scroll-block::before {
  content: "";
  position: absolute;
  top: 120%;
  left: 0;
  right: 0;
  margin: auto;
  width: 8px;
  height: 8px;
  border-radius: 1000px;
  background-color: #000;
}
.main-visual__scroll-block .scroll-block::after {
  content: "";
  position: absolute;
  top: 120%;
  left: 0;
  right: 0;
  margin: auto;
  width: 1px;
  height: 150%;
  background-color: #000;
  -webkit-animation: scroll-line 2s linear infinite;
          animation: scroll-line 2s linear infinite;
}
@-webkit-keyframes scroll-line {
  0% {
    -webkit-transform: scale(1, 0);
            transform: scale(1, 0);
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
  }
  50% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
  }
  50.1% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
    -webkit-transform-origin: 0 100%;
            transform-origin: 0 100%;
  }
  100% {
    -webkit-transform: scale(1, 0);
            transform: scale(1, 0);
    -webkit-transform-origin: 0 100%;
            transform-origin: 0 100%;
  }
}
@keyframes scroll-line {
  0% {
    -webkit-transform: scale(1, 0);
            transform: scale(1, 0);
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
  }
  50% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
  }
  50.1% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
    -webkit-transform-origin: 0 100%;
            transform-origin: 0 100%;
  }
  100% {
    -webkit-transform: scale(1, 0);
            transform: scale(1, 0);
    -webkit-transform-origin: 0 100%;
            transform-origin: 0 100%;
  }
}
.main-visual__img {
  width: 40%;
  text-align: center;
}
.main-visual__img img {
  width: 80%;
}
@media screen and (max-width: 959px) {
  .main-visual__img img {
    width: 100%;
  }
}
@media screen and (max-width: 959px) {
  .main-visual__img {
    width: 70vw;
    margin: auto;
  }
}
.main-visual__title-block {
  width: 55%;
}
@media screen and (max-width: 1619px) {
  .main-visual__title-block {
    padding-right: 20px;
  }
}
@media screen and (max-width: 1619px) and (max-width: 959px) {
  .main-visual__title-block {
    padding-right: 5.3333333333vw;
  }
}
@media screen and (max-width: 959px) {
  .main-visual__title-block {
    padding-right: 0px;
    text-align: center;
    width: 100%;
  }
}
@media screen and (max-width: 959px) and (max-width: 959px) {
  .main-visual__title-block {
    padding-right: 0vw;
  }
}
.main-visual__line {
  margin-top: clamp(10px, 4vw, 30px);
  margin-bottom: clamp(10px, 4vw, 30px);
}
@media screen and (max-width: 959px) {
  .main-visual__line {
    margin-top: 20px;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 959px) and (max-width: 959px) {
  .main-visual__line {
    margin-top: 5.3333333333vw;
    margin-bottom: 5.3333333333vw;
  }
}
@media screen and (max-width: 959px) {
  .main-visual__line .gradation-line {
    margin: auto;
  }
}
.main-visual__title {
  line-height: 1.5;
  font-size: clamp(22px, 8vw, 60px);
  position: relative;
  z-index: 0;
}
.main-visual__title .lead {
  display: block;
}
.main-visual__title .text--sm {
  font-size: clamp(16px, 5vw, 30px);
}
.main-visual__title.sp_only {
  text-align: center;
}
.main-visual__main-title {
  letter-spacing: 0.1em;
}
.main-visual__text {
  font-size: clamp(12px, 4vw, 20px);
  color: #0095eb;
}
.main-visual__antenna {
  position: absolute;
  top: -35%;
  right: clamp(10px, 4vw, 50px);
}
@media screen and (max-width: 1619px) {
  .main-visual__antenna {
    top: -25%;
    right: 0px;
  }
}
.main-visual__antenna img {
  margin-left: auto;
}

.heading--center {
  text-align: center;
}
@media screen and (max-width: 959px) {
  .heading {
    text-align: center;
  }
}
.heading__jp {
  font-size: 22px;
}
@media (max-width: 959px) {
  .heading__jp {
    font-size: 3.7333333333vw;
  }
}
.heading__en {
  font-size: 60px;
  font-family: "Outfit", sans-serif;
  font-weight: 400;
}
@media (max-width: 959px) {
  .heading__en {
    font-size: 10.6666666667vw;
  }
}
.heading__jp--sub {
  font-size: 40px;
}
@media (max-width: 959px) {
  .heading__jp--sub {
    font-size: 6.4vw;
  }
}
.heading__en--sub {
  font-size: 20px;
}
@media (max-width: 959px) {
  .heading__en--sub {
    font-size: 4.2666666667vw;
  }
}
.heading__line {
  margin-top: clamp(10px, 4vw, 20px);
  margin-bottom: clamp(10px, 4vw, 20px);
}
@media screen and (max-width: 959px) {
  .heading__line {
    margin-top: 20px;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 959px) and (max-width: 959px) {
  .heading__line {
    margin-top: 5.3333333333vw;
    margin-bottom: 5.3333333333vw;
  }
}
.heading__line-center .gradation-line {
  margin: auto;
}
.heading__jp--worry {
  font-size: 60px;
}
@media (max-width: 959px) {
  .heading__jp--worry {
    font-size: 5.3333333333vw;
  }
}
.heading__jp--worry .text--sm {
  font-size: clamp(16px, 5vw, 30px);
}
.heading__jp--worry h2 {
  color: #0095eb;
}
.heading__jp--solution {
  font-size: 50px;
  text-align: center;
  position: relative;
  z-index: 0;
}
@media (max-width: 959px) {
  .heading__jp--solution {
    font-size: 8vw;
  }
}
.heading__jp--solution .solution-ill {
  position: absolute;
  top: -320%;
  left: 0;
  width: 33%;
  z-index: -1;
}
@media screen and (max-width: 959px) {
  .heading__jp--solution .solution-ill {
    top: -30vw;
    width: 40%;
  }
}
.heading__jp--solution h2 {
  display: inline-block;
  padding: 0 clamp(40px, 10vw, 200px);
}
.heading__jp--solution span {
  color: #0095eb;
}

.heading--full .heading__jp {
  font-size: clamp(10px, 3vw, 22px);
}
.heading--full .heading__en {
  font-size: clamp(10px, 8vw, 60px);
}

.body-content__features {
  max-width: 1200px;
  margin-left: auto;
}

.radius--sm {
  border-radius: 6px;
}
.radius--sm::before {
  border-radius: 6px;
}

@media screen and (min-width: 960px) {
  .features-list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    margin-bottom: calc(30px * -1);
  }
  .features-list__item {
    margin-bottom: 30px;
    margin-right: 30px;
    width: calc((100% - 30px * (2 - 1)) / 2);
  }
  .features-list__item:nth-of-type(2n) {
    margin-right: 0;
  }
}
@media screen and (max-width: 959px) {
  .features-list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    margin-bottom: calc(30px * -1);
    margin-bottom: 0;
  }
  .features-list__item {
    margin-bottom: 30px;
    margin-right: 30px;
    width: calc((100% - 30px * (1 - 1)) / 1);
  }
  .features-list__item:nth-of-type(1n) {
    margin-right: 0;
  }
}
.features-list__item {
  margin-bottom: clamp(10px, 6vw, 30px);
  margin-right: clamp(10px, 4vw, 30px);
}

.features-list-item {
  padding: clamp(10px, 6vw, 30px) clamp(10px, 6vw, 30px) clamp(10px, 6vw, 40px);
}
@media screen and (max-width: 959px) {
  .features-list-item__icon-block {
    gap: calc(clamp(10px, 4vw, 30px) / 2);
  }
}
.features-list-item__icon {
  width: clamp(16px, 16vw, 80px);
}
@media screen and (max-width: 959px) {
  .features-list-item__icon {
    margin: auto;
  }
}
.features-list-item__title {
  color: #0095eb;
  font-size: clamp(10px, 5.5vw, 24px);
  margin-top: 20px;
}
@media screen and (max-width: 959px) {
  .features-list-item__title {
    margin-top: 5.3333333333vw;
  }
}
@media screen and (max-width: 959px) {
  .features-list-item__title {
    margin-top: 10px;
    text-align: center;
  }
}
@media screen and (max-width: 959px) and (max-width: 959px) {
  .features-list-item__title {
    margin-top: 2.6666666667vw;
  }
}
@media screen and (max-width: 959px) {
  .features-list-item__text-block {
    margin-top: 10px;
  }
}
@media screen and (max-width: 959px) and (max-width: 959px) {
  .features-list-item__text-block {
    margin-top: 2.6666666667vw;
  }
}
.features-list-item__text {
  margin-top: 20px;
  font-size: clamp(10px, 4vw, 16px);
}
@media screen and (max-width: 959px) {
  .features-list-item__text {
    margin-top: 5.3333333333vw;
  }
}
@media screen and (max-width: 959px) {
  .features-list-item__text {
    margin-top: 0px;
  }
}
@media screen and (max-width: 959px) and (max-width: 959px) {
  .features-list-item__text {
    margin-top: 0vw;
  }
}
.features-list-item small {
  font-size: clamp(10px, 1vw, 12px);
  display: block;
  margin-top: 15px;
  line-height: 1.5;
}
@media screen and (max-width: 959px) {
  .features-list-item small {
    margin-top: 4vw;
  }
}
@media screen and (max-width: 959px) {
  .features-list-item small {
    margin-top: 10px;
  }
}
@media screen and (max-width: 959px) and (max-width: 959px) {
  .features-list-item small {
    margin-top: 2.6666666667vw;
  }
}

.high-light {
  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;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: clamp(10px, 4vw, 30px);
}
@media screen and (max-width: 959px) {
  .high-light {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    padding: 0 clamp(10px, 4vw, 40px);
  }
}
@media screen and (max-width: 959px) {
  .high-light--contact {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    gap: clamp(30px, 4vw, 30px);
  }
}
.high-light__text-block {
  max-width: 600px;
}
.high-light__img-contact {
  width: 32%;
}
@media screen and (max-width: 959px) {
  .high-light__img-contact {
    width: 60%;
    margin: auto;
  }
}
.high-light__img-contact img {
  display: block;
}
.high-light__text-block--contact {
  padding-bottom: 100px;
}
@media screen and (max-width: 959px) {
  .high-light__text-block--contact {
    padding-bottom: 26.6666666667vw;
  }
}
@media screen and (max-width: 959px) {
  .high-light__text-block--contact {
    padding-bottom: 0px;
  }
}
@media screen and (max-width: 959px) and (max-width: 959px) {
  .high-light__text-block--contact {
    padding-bottom: 0vw;
  }
}

.high-light-item__title-block {
  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: clamp(10px, 4vw, 30px);
}
@media screen and (max-width: 959px) {
  .high-light-item__title-block {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.high-light-item__title {
  color: #0095eb;
  font-size: clamp(26px, 5.5vw, 36px);
}
.high-light-item__line {
  margin-top: 20px;
}
@media screen and (max-width: 959px) {
  .high-light-item__line {
    margin-top: 5.3333333333vw;
  }
}
@media screen and (max-width: 959px) {
  .high-light-item__line {
    margin-top: 10px;
  }
}
@media screen and (max-width: 959px) and (max-width: 959px) {
  .high-light-item__line {
    margin-top: 2.6666666667vw;
  }
}
@media screen and (max-width: 959px) {
  .high-light-item__line .gradation-line {
    margin: auto;
  }
}
.high-light-item__text {
  margin-top: clamp(14px, 3vw, 20px);
}
@media screen and (max-width: 959px) {
  .high-light-item__text--sp-center {
    text-align: center;
  }
}
.high-light-item__btn {
  max-width: 200px;
  margin-top: clamp(20px, 5vw, 30px);
}
@media screen and (max-width: 959px) {
  .high-light-item__btn {
    max-width: 100%;
  }
}
.high-light-item__btn-contact {
  margin-top: clamp(20px, 5vw, 30px);
}
@media screen and (max-width: 959px) {
  .high-light-item__btn-contact {
    max-width: 100%;
  }
}

.main-contents__text-block {
  max-width: 1000px;
  margin: auto;
  margin-top: 60px;
  margin-bottom: 60px;
}
@media screen and (max-width: 959px) {
  .main-contents__text-block {
    margin-top: 16vw;
    margin-bottom: 16vw;
  }
}
@media screen and (max-width: 959px) {
  .main-contents__text-block {
    width: 100%;
  }
}

.main-contents-list {
  margin-bottom: clamp(10px, 4vw, 30px);
}
.main-contents-list__item {
  padding: 0 clamp(10px, 4vw, 40px);
}

.main-contents-list-item {
  padding: clamp(10px, 4vw, 40px) 0;
  border-bottom: 1px solid #dbdbdb;
}
.main-contents-list-item__icon {
  width: clamp(10px, 10vw, 80px);
}
.main-contents-list-item__title {
  color: #0095eb;
  font-size: clamp(10px, 5.5vw, 24px);
}
.main-contents-list-item__text {
  margin-top: clamp(10px, 3vw, 10px);
}
.main-contents-list-item__title-block {
  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: clamp(10px, 4vw, 10px);
}
.main-contents-list-item__wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: clamp(10px, 4vw, 30px);
}
@media screen and (max-width: 959px) {
  .main-contents-list-item__wrap {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}
.main-contents-list-item__wrap > div:nth-child(1) {
  width: 70%;
}
@media screen and (max-width: 959px) {
  .main-contents-list-item__wrap > div:nth-child(1) {
    width: 100%;
  }
}

.faq-category-block:not(:first-child) {
  margin-top: 100px;
}
@media screen and (max-width: 959px) {
  .faq-category-block:not(:first-child) {
    margin-top: 26.6666666667vw;
  }
}

.faq-category__title {
  font-size: 30px;
}
@media (max-width: 959px) {
  .faq-category__title {
    font-size: 6.4vw;
  }
}
.faq-category__line {
  margin-top: 30px;
  margin-bottom: 30px;
}
@media screen and (max-width: 959px) {
  .faq-category__line {
    margin-top: 8vw;
    margin-bottom: 8vw;
  }
}
@media screen and (max-width: 959px) {
  .faq-category__line {
    margin-top: 20px;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 959px) and (max-width: 959px) {
  .faq-category__line {
    margin-top: 5.3333333333vw;
    margin-bottom: 5.3333333333vw;
  }
}

.faq-list-item {
  border-bottom: 2px solid #D5D5D5;
  padding-bottom: 40px;
}
@media screen and (max-width: 959px) {
  .faq-list-item {
    padding-bottom: 10.6666666667vw;
  }
}
.faq-list-item:first-child {
  margin-top: 50px;
}
@media screen and (max-width: 959px) {
  .faq-list-item:first-child {
    margin-top: 13.3333333333vw;
  }
}
@media screen and (max-width: 959px) {
  .faq-list-item:first-child {
    margin-top: 30px;
  }
}
@media screen and (max-width: 959px) and (max-width: 959px) {
  .faq-list-item:first-child {
    margin-top: 8vw;
  }
}
.faq-list-item:not(:first-child) {
  margin-top: 40px;
}
@media screen and (max-width: 959px) {
  .faq-list-item:not(:first-child) {
    margin-top: 10.6666666667vw;
  }
}
@media screen and (max-width: 959px) {
  .faq-list-item:not(:first-child) {
    margin-top: 20px;
  }
}
@media screen and (max-width: 959px) and (max-width: 959px) {
  .faq-list-item:not(:first-child) {
    margin-top: 5.3333333333vw;
  }
}
.faq-list-item__title-block {
  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: 20px;
  margin-bottom: 20px;
}
@media screen and (max-width: 959px) {
  .faq-list-item__title-block {
    margin-bottom: 5.3333333333vw;
  }
}
@media screen and (max-width: 959px) {
  .faq-list-item__title-block {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    gap: 4vw;
  }
}
.faq-list-item__title {
  font-size: 24px;
}
@media (max-width: 959px) {
  .faq-list-item__title {
    font-size: 5.3333333333vw;
  }
}
@media screen and (max-width: 959px) {
  .faq-list-item__title {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}
.faq-list-item__text {
  line-height: 2;
}
.faq-list-item__text p {
  line-height: 2;
}
.faq-list-item__text a {
  color: #0095eb;
  text-decoration: underline;
}
.faq-list-item__text ul {
  padding-left: 2em;
}
.faq-list-item__text ul li {
  list-style: disc;
}
.faq-list-item__q-block {
  font-size: 28px;
  color: #fff;
  height: 60px;
  width: 60px;
  border-radius: 9999px;
  background: #6ac9ff;
  background: -webkit-linear-gradient(230deg, rgb(106, 201, 255) 0%, rgb(0, 149, 235) 100%);
  background: linear-gradient(220deg, rgb(106, 201, 255) 0%, rgb(0, 149, 235) 100%);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  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;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
}
@media (max-width: 959px) {
  .faq-list-item__q-block {
    font-size: 5.3333333333vw;
  }
}
@media screen and (max-width: 959px) {
  .faq-list-item__q-block {
    width: 15vw;
    height: 15vw;
  }
}
.faq-list-item__q-block::after {
  content: "";
  position: absolute;
  z-index: -1;
  top: 50%;
  right: -5px;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  width: 10px;
  height: 16px;
  -webkit-clip-path: polygon(0 0, 0% 100%, 100% 50%);
          clip-path: polygon(0 0, 0% 100%, 100% 50%);
  background: -webkit-linear-gradient(230deg, #62C4FC, #5FC1FB);
  background: linear-gradient(220deg, #62C4FC, #5FC1FB);
}
.faq-list-item__q {
  font-family: "Outfit", sans-serif;
}

.check-list-item {
  background-color: #fff;
  padding-top: 30px;
  padding-bottom: 30px;
  padding-left: 30px;
  padding-right: 30px;
  border-radius: 6px;
  position: relative;
  z-index: 0;
}
@media screen and (max-width: 959px) {
  .check-list-item {
    padding-top: 8vw;
    padding-bottom: 8vw;
  }
}
@media screen and (max-width: 959px) {
  .check-list-item {
    padding-left: 8vw;
    padding-right: 8vw;
  }
}
.check-list-item:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-image: url("./assets/images/icon/check.svg");
  background-size: auto 60%;
  background-position: bottom 20px right 20px;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.check-list-item:not(:first-child) {
  margin-top: 30px;
}
@media screen and (max-width: 959px) {
  .check-list-item:not(:first-child) {
    margin-top: 8vw;
  }
}
.check-list-item__title-block {
  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: 20px;
  margin-bottom: 20px;
}
@media screen and (max-width: 959px) {
  .check-list-item__title-block {
    margin-bottom: 5.3333333333vw;
  }
}
@media screen and (max-width: 959px) {
  .check-list-item__title-block {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    gap: 4vw;
  }
}
.check-list-item__title {
  font-size: 24px;
}
@media (max-width: 959px) {
  .check-list-item__title {
    font-size: 5.3333333333vw;
  }
}
@media screen and (max-width: 959px) {
  .check-list-item__title {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}
.check-list-item__text {
  line-height: 2;
}
.check-list-item__text p {
  line-height: 2;
}
.check-list-item__text a {
  color: #0095eb;
  text-decoration: underline;
}
.check-list-item__text ul {
  padding-left: 2em;
}
.check-list-item__text ul li {
  list-style: disc;
}
.check-list-item__q-block {
  font-size: 28px;
  color: #fff;
  height: 60px;
  width: 60px;
  border-radius: 9999px;
  background: #6ac9ff;
  background: -webkit-linear-gradient(230deg, rgb(106, 201, 255) 0%, rgb(0, 149, 235) 100%);
  background: linear-gradient(220deg, rgb(106, 201, 255) 0%, rgb(0, 149, 235) 100%);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  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;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
}
@media (max-width: 959px) {
  .check-list-item__q-block {
    font-size: 5.3333333333vw;
  }
}
@media screen and (max-width: 959px) {
  .check-list-item__q-block {
    width: 15vw;
    height: 15vw;
  }
}
.check-list-item__q-block::after {
  content: "";
  position: absolute;
  z-index: -1;
  top: 50%;
  right: -5px;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  width: 10px;
  height: 16px;
  -webkit-clip-path: polygon(0 0, 0% 100%, 100% 50%);
          clip-path: polygon(0 0, 0% 100%, 100% 50%);
  background: -webkit-linear-gradient(230deg, #62C4FC, #5FC1FB);
  background: linear-gradient(220deg, #62C4FC, #5FC1FB);
}
.check-list-item__q {
  font-family: "Outfit", sans-serif;
}

.check-list-group:not(:first-child) {
  margin-top: 60px;
}
@media screen and (max-width: 959px) {
  .check-list-group:not(:first-child) {
    margin-top: 16vw;
  }
}

.check-list--attention-item__title {
  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: 10px;
  font-size: 18px;
  margin-bottom: 5px;
}
@media (max-width: 959px) {
  .check-list--attention-item__title {
    font-size: 4.8vw;
  }
}
@media screen and (max-width: 959px) {
  .check-list--attention-item__title {
    margin-bottom: 1.3333333333vw;
  }
}
@media screen and (max-width: 959px) {
  .check-list--attention-item__title {
    gap: 2vw;
  }
}
.check-list--attention-item__text {
  line-height: 2;
}
.check-list--attention-item__text a {
  color: #0095eb;
  text-decoration: underline;
  line-height: 2;
}
.check-list--attention-item__text p {
  line-height: 2;
}

.info-block-item {
  padding: 50px;
}
@media screen and (max-width: 959px) {
  .info-block-item {
    padding: 13.3333333333vw;
  }
}
@media screen and (max-width: 959px) {
  .info-block-item {
    padding-top: 50px;
    padding-bottom: 50px;
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media screen and (max-width: 959px) and (max-width: 959px) {
  .info-block-item {
    padding-top: 13.3333333333vw;
    padding-bottom: 13.3333333333vw;
  }
}
@media screen and (max-width: 959px) and (max-width: 959px) {
  .info-block-item {
    padding-left: 8vw;
    padding-right: 8vw;
  }
}
.info-block-item__wrap {
  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: clamp(10px, 8vw, 40px);
}
@media screen and (max-width: 959px) {
  .info-block-item__wrap {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
}
.info-block-item__img-block {
  width: 35%;
  background-color: #fff;
  padding-top: 80px;
  padding-bottom: 80px;
  padding-left: 50px;
  padding-right: 50px;
  border-radius: 20px;
}
@media screen and (max-width: 959px) {
  .info-block-item__img-block {
    padding-top: 21.3333333333vw;
    padding-bottom: 21.3333333333vw;
  }
}
@media screen and (max-width: 959px) {
  .info-block-item__img-block {
    padding-left: 13.3333333333vw;
    padding-right: 13.3333333333vw;
  }
}
@media screen and (max-width: 959px) {
  .info-block-item__img-block {
    width: 100%;
    padding-top: 50px;
    padding-bottom: 50px;
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media screen and (max-width: 959px) and (max-width: 959px) {
  .info-block-item__img-block {
    padding-top: 13.3333333333vw;
    padding-bottom: 13.3333333333vw;
  }
}
@media screen and (max-width: 959px) and (max-width: 959px) {
  .info-block-item__img-block {
    padding-left: 8vw;
    padding-right: 8vw;
  }
}
.info-block-item__img-block .anabuki-logo {
  max-width: 240px;
  width: 100%;
}
.info-block-item__img-block .release-logo {
  max-width: 180px;
  width: 100%;
}
.info-block-item__img {
  margin: auto;
}
.info-block-item__cross {
  max-width: 45px;
  margin: auto;
  margin-top: 30px;
  margin-bottom: 30px;
}
@media screen and (max-width: 959px) {
  .info-block-item__cross {
    margin-top: 8vw;
    margin-bottom: 8vw;
  }
}
.info-block-item__text-block {
  width: 65%;
}
@media screen and (max-width: 959px) {
  .info-block-item__text-block {
    width: 100%;
  }
}
.info-block-item__lead {
  color: #0095eb;
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 10px;
}
@media (max-width: 959px) {
  .info-block-item__lead {
    font-size: 3.2vw;
  }
}
@media screen and (max-width: 959px) {
  .info-block-item__lead {
    margin-bottom: 2.6666666667vw;
  }
}
.info-block-item__title {
  font-size: 36px;
  font-weight: bold;
  margin-bottom: 20px;
}
@media (max-width: 959px) {
  .info-block-item__title {
    font-size: 7.4666666667vw;
  }
}
@media screen and (max-width: 959px) {
  .info-block-item__title {
    margin-bottom: 5.3333333333vw;
  }
}
@media screen and (max-width: 959px) {
  .info-block-item__title {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 959px) and (max-width: 959px) {
  .info-block-item__title {
    margin-bottom: 5.3333333333vw;
  }
}
.info-block-item__text {
  line-height: 2;
  font-size: 18px;
}
@media (max-width: 959px) {
  .info-block-item__text {
    font-size: 4vw;
  }
}
.info-block-item__text p {
  line-height: 2;
}

.column-group {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 959px) {
  .column-group {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    gap: 6vw;
  }
}
.column-group__side {
  width: 35%;
}
@media screen and (max-width: 959px) {
  .column-group__side {
    width: 100%;
  }
}
.column-group__main {
  width: 65%;
}
@media screen and (max-width: 959px) {
  .column-group__main {
    width: 100%;
  }
}
.column-group:not(:first-child) {
  margin-top: 150px;
}
@media screen and (max-width: 959px) {
  .column-group:not(:first-child) {
    margin-top: 40vw;
  }
}

.side-menu {
  max-width: 280px;
  position: -webkit-sticky;
  position: sticky;
  top: 130px;
}
@media screen and (max-width: 959px) {
  .side-menu {
    max-width: 100%;
  }
}

.guide__number {
  font-size: 18px;
  color: #0095eb;
  font-family: "Outfit", sans-serif;
}
@media (max-width: 959px) {
  .guide__number {
    font-size: 4.2666666667vw;
  }
}
.guide__title {
  margin-top: 20px;
  font-size: 30px;
}
@media screen and (max-width: 959px) {
  .guide__title {
    margin-top: 5.3333333333vw;
  }
}
@media (max-width: 959px) {
  .guide__title {
    font-size: 6.4vw;
  }
}
@media screen and (max-width: 959px) {
  .guide__title {
    font-size: 24px;
  }
}
@media screen and (max-width: 959px) and (max-width: 959px) {
  .guide__title {
    font-size: 5.3333333333vw;
  }
}
.guide__content {
  margin-top: 30px;
}
@media screen and (max-width: 959px) {
  .guide__content {
    margin-top: 8vw;
  }
}
.guide__description {
  line-height: 1.5;
}
.guide__thumbnail-caption {
  font-size: 12px;
  margin-top: 10px;
  color: #989898;
  text-align: center;
}
@media (max-width: 959px) {
  .guide__thumbnail-caption {
    font-size: 3.2vw;
  }
}
@media screen and (max-width: 959px) {
  .guide__thumbnail-caption {
    margin-top: 2.6666666667vw;
  }
}
.guide__line {
  margin-top: 30px;
  margin-bottom: 30px;
}
@media screen and (max-width: 959px) {
  .guide__line {
    margin-top: 8vw;
    margin-bottom: 8vw;
  }
}
@media screen and (max-width: 959px) {
  .guide__line {
    margin-top: 20px;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 959px) and (max-width: 959px) {
  .guide__line {
    margin-top: 5.3333333333vw;
    margin-bottom: 5.3333333333vw;
  }
}

.guide-flow__box {
  background-color: #fff;
  padding: 30px;
  padding-left: 70px;
  padding-right: 70px;
  position: relative;
  z-index: 0;
  border: 1px solid #D5D5D5;
  border-radius: 10px;
}
@media screen and (max-width: 959px) {
  .guide-flow__box {
    padding: 8vw;
  }
}
@media screen and (max-width: 959px) {
  .guide-flow__box {
    padding-left: 18.6666666667vw;
    padding-right: 18.6666666667vw;
  }
}
.guide-flow__box:not(:first-child) {
  margin-top: 20px;
}
@media screen and (max-width: 959px) {
  .guide-flow__box:not(:first-child) {
    margin-top: 5.3333333333vw;
  }
}
@media screen and (max-width: 959px) {
  .guide-flow__box {
    padding-top: 10px;
    padding-bottom: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media screen and (max-width: 959px) and (max-width: 959px) {
  .guide-flow__box {
    padding-top: 2.6666666667vw;
  }
}
@media screen and (max-width: 959px) and (max-width: 959px) {
  .guide-flow__box {
    padding-bottom: 5.3333333333vw;
  }
}
@media screen and (max-width: 959px) and (max-width: 959px) {
  .guide-flow__box {
    padding-left: 5.3333333333vw;
    padding-right: 5.3333333333vw;
  }
}
.guide-flow__number {
  position: absolute;
  top: 30px;
  left: -20px;
}
@media screen and (max-width: 959px) {
  .guide-flow__number {
    position: relative;
    top: inherit;
    left: initial;
    text-align: right;
  }
}
.guide-flow__title-block {
  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: 20px;
  margin-bottom: 10px;
}
@media screen and (max-width: 959px) {
  .guide-flow__title-block {
    margin-bottom: 2.6666666667vw;
  }
}
@media screen and (max-width: 959px) {
  .guide-flow__title-block {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 959px) and (max-width: 959px) {
  .guide-flow__title-block {
    margin-bottom: 2.6666666667vw;
  }
}
.guide-flow__icon {
  aspect-ratio: 1/1;
  width: 40px;
}
@media screen and (max-width: 959px) {
  .guide-flow__icon {
    width: 10vw;
  }
}
.guide-flow__icon img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.guide-flow__main-title {
  color: #0095eb;
  font-size: 20px;
  line-height: 1.5;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media (max-width: 959px) {
  .guide-flow__main-title {
    font-size: 4.8vw;
  }
}
.guide-flow__description {
  margin-top: 10px;
  line-height: 1.8;
  font-weight: 400;
}
@media screen and (max-width: 959px) {
  .guide-flow__description {
    margin-top: 2.6666666667vw;
  }
}
.guide-flow__description-note {
  margin-top: 10px;
  font-size: 12px;
  line-height: 1.5;
  font-weight: 400;
}
@media screen and (max-width: 959px) {
  .guide-flow__description-note {
    margin-top: 2.6666666667vw;
  }
}
@media (max-width: 959px) {
  .guide-flow__description-note {
    font-size: 3.2vw;
  }
}
.guide-flow__sub-field {
  margin-top: 20px;
}
@media screen and (max-width: 959px) {
  .guide-flow__sub-field {
    margin-top: 5.3333333333vw;
  }
}
.guide-flow p {
  margin-top: 10px;
  font-weight: 400;
}
@media screen and (max-width: 959px) {
  .guide-flow p {
    margin-top: 2.6666666667vw;
  }
}
.guide-flow ul {
  margin-top: 10px;
  margin-left: 2em;
}
@media screen and (max-width: 959px) {
  .guide-flow ul {
    margin-top: 2.6666666667vw;
  }
}
.guide-flow ul li {
  list-style: disc;
  font-size: 16px;
  line-height: 1.5;
}
@media (max-width: 959px) {
  .guide-flow ul li {
    font-size: 4vw;
  }
}
.guide-flow ul li:not(:first-child) {
  margin-top: 5px;
}
@media screen and (max-width: 959px) {
  .guide-flow ul li:not(:first-child) {
    margin-top: 1.3333333333vw;
  }
}

.number {
  font-family: "Outfit", sans-serif;
  font-size: 36px;
  display: inline-block;
  font-weight: bold;
  margin: 0 auto 5%;
  background: -webkit-linear-gradient(250deg, #62C4FC 0%, #62C4FC 40%, #0095eb 80%);
  background: linear-gradient(200deg, #62C4FC 0%, #62C4FC 40%, #0095eb 80%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 959px) {
  .number {
    font-size: 8vw;
  }
}
@media screen and (max-width: 959px) {
  .number {
    margin: 0 auto 0;
  }
}

.sub-field {
  background-color: #F7F7F7;
}
.sub-field__inner {
  padding: 30px;
}
@media screen and (max-width: 959px) {
  .sub-field__inner {
    padding: 8vw;
  }
}
.sub-field h4 {
  color: #0095eb;
  margin-top: 10px;
}
@media screen and (max-width: 959px) {
  .sub-field h4 {
    margin-top: 2.6666666667vw;
  }
}
.sub-field p {
  margin-top: 10px;
}
@media screen and (max-width: 959px) {
  .sub-field p {
    margin-top: 2.6666666667vw;
  }
}
@media screen and (max-width: 959px) {
  .sub-field p {
    font-size: 14px;
  }
}
@media screen and (max-width: 959px) and (max-width: 959px) {
  .sub-field p {
    font-size: 3.2vw;
  }
}
.sub-field ul {
  margin-top: 10px;
}
@media screen and (max-width: 959px) {
  .sub-field ul {
    margin-top: 2.6666666667vw;
  }
}
.sub-field ul li {
  font-size: 14px;
  line-height: 1.5;
}
@media (max-width: 959px) {
  .sub-field ul li {
    font-size: 3.2vw;
  }
}
.sub-field ul li:not(:first-child) {
  margin-top: 5px;
}
@media screen and (max-width: 959px) {
  .sub-field ul li:not(:first-child) {
    margin-top: 1.3333333333vw;
  }
}

.about-money__number {
  font-size: 18px;
  color: #0095eb;
  font-family: "Outfit", sans-serif;
}
@media (max-width: 959px) {
  .about-money__number {
    font-size: 4.2666666667vw;
  }
}
.about-money__title {
  margin-top: 20px;
  font-size: 30px;
}
@media screen and (max-width: 959px) {
  .about-money__title {
    margin-top: 5.3333333333vw;
  }
}
@media (max-width: 959px) {
  .about-money__title {
    font-size: 6.4vw;
  }
}
.about-money__description {
  line-height: 1.5;
  font-size: 18px;
}
@media (max-width: 959px) {
  .about-money__description {
    font-size: 4.8vw;
  }
}
.about-money__description li:not(:first-child) {
  margin-top: 10px;
}
@media screen and (max-width: 959px) {
  .about-money__description li:not(:first-child) {
    margin-top: 2.6666666667vw;
  }
}
.about-money__line {
  margin-top: 30px;
  margin-bottom: 30px;
}
@media screen and (max-width: 959px) {
  .about-money__line {
    margin-top: 8vw;
    margin-bottom: 8vw;
  }
}
@media screen and (max-width: 959px) {
  .about-money__line {
    margin-top: 20px;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 959px) and (max-width: 959px) {
  .about-money__line {
    margin-top: 5.3333333333vw;
    margin-bottom: 5.3333333333vw;
  }
}

.about-money-flow__box {
  background-color: #fff;
  padding: 30px;
  padding-left: 50px;
  position: relative;
  z-index: 0;
  border-radius: 10px;
}
@media screen and (max-width: 959px) {
  .about-money-flow__box {
    padding: 8vw;
  }
}
@media screen and (max-width: 959px) {
  .about-money-flow__box {
    padding-left: 13.3333333333vw;
  }
}
.about-money-flow__box:not(:first-child) {
  margin-top: 30px;
}
@media screen and (max-width: 959px) {
  .about-money-flow__box:not(:first-child) {
    margin-top: 8vw;
  }
}
@media screen and (max-width: 959px) {
  .about-money-flow__box {
    padding: 20px;
  }
}
@media screen and (max-width: 959px) and (max-width: 959px) {
  .about-money-flow__box {
    padding: 5.3333333333vw;
  }
}
.about-money-flow__box--description {
  background-color: transparent;
  padding: 0px;
  padding-left: 20px;
  padding-right: 20px;
}
@media screen and (max-width: 959px) {
  .about-money-flow__box--description {
    padding: 0vw;
  }
}
@media screen and (max-width: 959px) {
  .about-money-flow__box--description {
    padding-left: 5.3333333333vw;
    padding-right: 5.3333333333vw;
  }
}
.about-money-flow__box--case {
  background-color: transparent;
  padding: 0px;
}
@media screen and (max-width: 959px) {
  .about-money-flow__box--case {
    padding: 0vw;
  }
}
.about-money-flow__title-block {
  margin-bottom: 20px;
}
@media screen and (max-width: 959px) {
  .about-money-flow__title-block {
    margin-bottom: 5.3333333333vw;
  }
}
.about-money-flow__main-title {
  background-color: #03c755;
  border-radius: 1000px;
  color: #fff;
  font-size: 20px;
  display: inline-block;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 30px;
  padding-right: 30px;
}
@media (max-width: 959px) {
  .about-money-flow__main-title {
    font-size: 4.8vw;
  }
}
@media screen and (max-width: 959px) {
  .about-money-flow__main-title {
    padding-top: 1.3333333333vw;
    padding-bottom: 1.3333333333vw;
  }
}
@media screen and (max-width: 959px) {
  .about-money-flow__main-title {
    padding-left: 8vw;
    padding-right: 8vw;
  }
}
.about-money-flow__description {
  margin-top: 10px;
  line-height: 1.5;
}
@media screen and (max-width: 959px) {
  .about-money-flow__description {
    margin-top: 2.6666666667vw;
  }
}
.about-money-flow__description p {
  font-size: 16px;
}
@media (max-width: 959px) {
  .about-money-flow__description p {
    font-size: 3.7333333333vw;
  }
}
.about-money-flow__description p strong {
  font-size: 18px;
}
@media (max-width: 959px) {
  .about-money-flow__description p strong {
    font-size: 4.2666666667vw;
  }
}
.about-money-flow__description ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 10px;
}
.about-money-flow__description ul li {
  width: calc((100% - 20px) / 2);
  padding-left: 10px;
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 959px) {
  .about-money-flow__description ul li {
    padding-left: 2.6666666667vw;
  }
}
@media screen and (max-width: 959px) {
  .about-money-flow__description ul li {
    width: 100%;
  }
}
.about-money-flow__description ul li::before {
  content: "";
  display: block;
  width: 4px;
  height: 4px;
  background-color: #000;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 0.6em;
}
@media screen and (max-width: 959px) {
  .about-money-flow__description ul li::before {
    width: 1vw;
    height: 1vw;
    border-radius: 100vw;
  }
}
.about-money-flow__list-block {
  margin-top: 10px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 20px;
}
@media screen and (max-width: 959px) {
  .about-money-flow__list-block {
    margin-top: 2.6666666667vw;
  }
}
.about-money-flow__list-block li {
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-left: 30px;
  font-size: 18px;
}
@media screen and (max-width: 959px) {
  .about-money-flow__list-block li {
    padding-left: 8vw;
  }
}
@media (max-width: 959px) {
  .about-money-flow__list-block li {
    font-size: 4.2666666667vw;
  }
}
.about-money-flow__list-block li::before {
  content: "";
  display: block;
  width: 14px;
  height: 14px;
  background-color: #03c755;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.about-money-flow__list-description {
  font-size: 13px;
}
@media (max-width: 959px) {
  .about-money-flow__list-description {
    font-size: 3.2vw;
  }
}
@media screen and (max-width: 959px) {
  .about-money-flow__list-description {
    display: block;
    line-height: 1.5;
    margin-top: 4px;
  }
}
@media screen and (max-width: 959px) and (max-width: 959px) {
  .about-money-flow__list-description {
    margin-top: 1.0666666667vw;
  }
}
.about-money-flow__sub-field {
  margin-top: 20px;
}
@media screen and (max-width: 959px) {
  .about-money-flow__sub-field {
    margin-top: 5.3333333333vw;
  }
}
.about-money-flow p {
  margin-top: 10px;
  font-weight: 400;
}
@media screen and (max-width: 959px) {
  .about-money-flow p {
    margin-top: 2.6666666667vw;
  }
}

.description-box__title-block {
  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: 10px;
}
.description-box__content {
  margin-top: 10px;
  font-size: 14px;
}
@media screen and (max-width: 959px) {
  .description-box__content {
    margin-top: 2.6666666667vw;
  }
}
@media (max-width: 959px) {
  .description-box__content {
    font-size: 3.2vw;
  }
}
.description-box__content a {
  color: #0095eb;
  text-decoration: underline;
  line-height: 2;
}

.about-money-case__title-block {
  position: relative;
  z-index: 0;
}
.about-money-case__title-block::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 100%;
  height: 1px;
  background-color: #D5D5D5;
}
.about-money-case__title {
  font-size: 20px;
  margin-left: 40px;
  display: inline-block;
  position: relative;
  z-index: 0;
  padding-left: 20px;
  padding-right: 20px;
}
@media (max-width: 959px) {
  .about-money-case__title {
    font-size: 4vw;
  }
}
@media screen and (max-width: 959px) {
  .about-money-case__title {
    margin-left: 10.6666666667vw;
  }
}
@media screen and (max-width: 959px) {
  .about-money-case__title {
    padding-left: 5.3333333333vw;
    padding-right: 5.3333333333vw;
  }
}
@media screen and (max-width: 959px) {
  .about-money-case__title {
    margin-left: 0px;
    padding-left: 10px;
    padding-right: 10px;
    margin-right: 30px;
  }
}
@media screen and (max-width: 959px) and (max-width: 959px) {
  .about-money-case__title {
    margin-left: 0vw;
  }
}
@media screen and (max-width: 959px) and (max-width: 959px) {
  .about-money-case__title {
    padding-left: 2.6666666667vw;
    padding-right: 2.6666666667vw;
  }
}
@media screen and (max-width: 959px) and (max-width: 959px) {
  .about-money-case__title {
    margin-right: 8vw;
  }
}
.about-money-case__title::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 100%;
  height: 100%;
  background-color: #f8f8f8;
  z-index: -1;
}
.about-money-case__content-inner {
  margin: auto;
  max-width: 700px;
  margin-top: 20px;
}
@media screen and (max-width: 959px) {
  .about-money-case__content-inner {
    margin-top: 5.3333333333vw;
  }
}
.about-money-case__item-box {
  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: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
  gap: 10px;
  padding-top: 15px;
  padding-bottom: 15px;
  padding-left: 20px;
  padding-right: 20px;
}
@media screen and (max-width: 959px) {
  .about-money-case__item-box {
    padding-top: 4vw;
    padding-bottom: 4vw;
  }
}
@media screen and (max-width: 959px) {
  .about-money-case__item-box {
    padding-left: 5.3333333333vw;
    padding-right: 5.3333333333vw;
  }
}
@media screen and (max-width: 959px) {
  .about-money-case__item-box {
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.about-money-case__item-box:nth-of-type(odd) {
  background-color: #fff;
}
.about-money-case__item:not(:first-child) {
  margin-top: 50px;
}
@media screen and (max-width: 959px) {
  .about-money-case__item:not(:first-child) {
    margin-top: 13.3333333333vw;
  }
}
.about-money-case__item-title {
  font-size: 16px;
  width: 68%;
  line-height: 1.5;
}
@media (max-width: 959px) {
  .about-money-case__item-title {
    font-size: 3.7333333333vw;
  }
}
@media screen and (max-width: 959px) {
  .about-money-case__item-title {
    width: 65%;
  }
}
.about-money-case__item-price {
  font-size: 16px;
  font-family: "Outfit", sans-serif;
  line-height: 1.5;
}
@media (max-width: 959px) {
  .about-money-case__item-price {
    font-size: 3.7333333333vw;
  }
}
.about-money-case__item-unit {
  font-size: 14px;
}
@media (max-width: 959px) {
  .about-money-case__item-unit {
    font-size: 3.7333333333vw;
  }
}
.about-money-case__total-price {
  margin-top: 20px;
  text-align: right;
}
@media screen and (max-width: 959px) {
  .about-money-case__total-price {
    margin-top: 5.3333333333vw;
  }
}
.about-money-case__total-price-title {
  font-size: 16px;
}
@media (max-width: 959px) {
  .about-money-case__total-price-title {
    font-size: 3.7333333333vw;
  }
}
.about-money-case__total-price-value {
  font-size: 30px;
  font-family: "Outfit", sans-serif;
}
@media (max-width: 959px) {
  .about-money-case__total-price-value {
    font-size: 6.4vw;
  }
}
.about-money-case__total-price-unit {
  font-size: 14px;
}
@media (max-width: 959px) {
  .about-money-case__total-price-unit {
    font-size: 3.7333333333vw;
  }
}
.about-money-case__line {
  margin-top: 30px;
  margin-bottom: 20px;
}
@media screen and (max-width: 959px) {
  .about-money-case__line {
    margin-top: 8vw;
  }
}
@media screen and (max-width: 959px) {
  .about-money-case__line {
    margin-bottom: 5.3333333333vw;
  }
}
.about-money-case__total-price-description {
  font-size: 12px;
  line-height: 1.5;
  text-align: right;
}
@media (max-width: 959px) {
  .about-money-case__total-price-description {
    font-size: 3.2vw;
  }
}

.total-line {
  background-color: #D5D5D5;
  height: 1px;
  width: 100%;
}

#not-found-page .page-mv {
  padding-right: 20px;
}
@media screen and (max-width: 959px) {
  #not-found-page .page-mv {
    padding-right: 5.3333333333vw;
  }
}

.wysiwyg {
  line-height: 1.8;
  font-size: 16px;
}
@media (max-width: 959px) {
  .wysiwyg {
    font-size: 3.7333333333vw;
  }
}
.wysiwyg h1 {
  font-size: 24px;
  margin: 0 0 1.5em;
  border-left: 6px solid #0066cc;
  padding-left: 0.7em;
  font-weight: 700;
}
@media (max-width: 959px) {
  .wysiwyg h1 {
    font-size: 5.3333333333vw;
  }
}
.wysiwyg h2 {
  font-size: 20px;
  margin: 2.5em 0 1em;
  position: relative;
  padding-left: 1.1em;
  font-weight: 700;
}
@media (max-width: 959px) {
  .wysiwyg h2 {
    font-size: 4.8vw;
  }
}
.wysiwyg h2::before {
  content: "";
  width: 0.6em;
  height: 0.6em;
  background: #0066cc;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 0.55em;
}
.wysiwyg h3 {
  font-size: 18px;
  margin: 1.5em 0 0.5em;
  position: relative;
  font-weight: 700;
}
@media (max-width: 959px) {
  .wysiwyg h3 {
    font-size: 4.2666666667vw;
  }
}
.wysiwyg p,
.wysiwyg li {
  font-size: 16px;
}
@media (max-width: 959px) {
  .wysiwyg p,
  .wysiwyg li {
    font-size: 3.7333333333vw;
  }
}
.wysiwyg span {
  font-weight: 400;
}
.wysiwyg ol {
  counter-reset: item;
}
.wysiwyg ol li {
  list-style: none;
  position: relative;
  padding-left: 2em;
  margin: 0.6em 0;
}
.wysiwyg ol li::before {
  counter-increment: item;
  content: counter(item) ".";
  position: absolute;
  left: 0;
  top: 0;
  font-weight: 700;
}
.wysiwyg ul {
  list-style: disc inside;
  margin-left: 1em;
}
.wysiwyg blockquote {
  background: #f5f7fa;
  border-left: 4px solid #0066cc;
  padding: 1.1em 1.5em;
  margin: 2em 0;
  font-size: 14px;
  color: #555;
}
@media (max-width: 959px) {
  .wysiwyg blockquote {
    font-size: 3.2vw;
  }
}
.wysiwyg hr {
  border: none;
  height: 1px;
  background: #d7d7d7;
}
.wysiwyg strong {
  font-weight: 700;
}
.wysiwyg .notice-label {
  display: inline-block;
  background: #c62828;
  color: #fff;
  font-size: 12px;
  padding: 0.2em 0.6em;
  border-radius: 4px;
  margin-right: 0.5em;
  line-height: 1;
}
@media (max-width: 959px) {
  .wysiwyg .notice-label {
    font-size: 2.6666666667vw;
  }
}

.information h1 {
  font-size: 24px;
  margin: 0 0 1.5em;
  border-left: 6px solid #0066cc;
  padding-left: 0.7em;
  font-weight: 700;
}
@media (max-width: 959px) {
  .information h1 {
    font-size: 5.3333333333vw;
  }
}
.information h2 {
  font-size: 20px;
  margin: 2.5em 0 1em;
  position: relative;
  padding-left: 1.1em;
  font-weight: 700;
}
@media (max-width: 959px) {
  .information h2 {
    font-size: 4.8vw;
  }
}
.information h2::before {
  content: "";
  width: 0.6em;
  height: 0.6em;
  background: #0066cc;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.information h3 {
  font-size: 18px;
  position: relative;
  font-weight: 700;
}
@media (max-width: 959px) {
  .information h3 {
    font-size: 4.2666666667vw;
  }
}
.information__block {
  border-radius: 6px;
  position: relative;
  z-index: 0;
  margin-top: 30px;
}
@media screen and (max-width: 959px) {
  .information__block {
    margin-top: 8vw;
  }
}
.information__block--white {
  background-color: #fff;
  padding-left: 30px;
  padding-right: 30px;
  padding-top: 30px;
  padding-bottom: 30px;
}
@media screen and (max-width: 959px) {
  .information__block--white {
    padding-left: 8vw;
    padding-right: 8vw;
  }
}
@media screen and (max-width: 959px) {
  .information__block--white {
    padding-top: 8vw;
    padding-bottom: 8vw;
  }
}
.information__block--gray {
  background-color: #f8f8f8;
}
.information__text {
  font-weight: 400;
  margin-top: 10px;
}
@media screen and (max-width: 959px) {
  .information__text {
    margin-top: 2.6666666667vw;
  }
}
.information__box-title {
  font-size: 16px;
  margin-bottom: 20px;
}
@media (max-width: 959px) {
  .information__box-title {
    font-size: 3.7333333333vw;
  }
}
@media screen and (max-width: 959px) {
  .information__box-title {
    margin-bottom: 5.3333333333vw;
  }
}
.information__box {
  padding-bottom: 20px;
}
@media screen and (max-width: 959px) {
  .information__box {
    padding-bottom: 5.3333333333vw;
  }
}
.information__box:not(:last-child) {
  border-bottom: 1px solid #D5D5D5;
}
.information__box:not(:first-child) {
  margin-top: 20px;
}
@media screen and (max-width: 959px) {
  .information__box:not(:first-child) {
    margin-top: 5.3333333333vw;
  }
}
.information__sub-box {
  margin-top: 10px;
  background-color: #f5f5f5;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 20px;
  padding-right: 20px;
  border-radius: 6px;
}
@media screen and (max-width: 959px) {
  .information__sub-box {
    margin-top: 2.6666666667vw;
  }
}
@media screen and (max-width: 959px) {
  .information__sub-box {
    padding-top: 5.3333333333vw;
    padding-bottom: 5.3333333333vw;
  }
}
@media screen and (max-width: 959px) {
  .information__sub-box {
    padding-left: 5.3333333333vw;
    padding-right: 5.3333333333vw;
  }
}
.information__sub-box-inner {
  margin-top: 10px;
}
@media screen and (max-width: 959px) {
  .information__sub-box-inner {
    margin-top: 2.6666666667vw;
  }
}
.information__sub-box-inner-box {
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 10px;
  padding-right: 10px;
}
@media screen and (max-width: 959px) {
  .information__sub-box-inner-box {
    padding-top: 2.6666666667vw;
    padding-bottom: 2.6666666667vw;
  }
}
@media screen and (max-width: 959px) {
  .information__sub-box-inner-box {
    padding-left: 2.6666666667vw;
    padding-right: 2.6666666667vw;
  }
}

@media screen and (min-width: 960px) {
  .worry-list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    margin-bottom: calc(30px * -1);
  }
  .worry-list__item {
    margin-bottom: 30px;
    margin-right: 30px;
    width: calc((100% - 30px * (2 - 1)) / 2);
  }
  .worry-list__item:nth-of-type(2n) {
    margin-right: 0;
  }
}
@media screen and (max-width: 959px) {
  .worry-list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    margin-bottom: calc(30px * -1);
    margin-bottom: 0;
  }
  .worry-list__item {
    margin-bottom: 30px;
    margin-right: 30px;
    width: calc((100% - 30px * (1 - 1)) / 1);
  }
  .worry-list__item:nth-of-type(1n) {
    margin-right: 0;
  }
}
.worry-list__item {
  margin-bottom: clamp(10px, 6vw, 30px);
  margin-right: clamp(10px, 4vw, 30px);
  border: 1px solid #D8D8D8;
  background-color: #fff;
  border-radius: 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.worry-list-item {
  padding: clamp(10px, 6vw, 20px) clamp(10px, 6vw, 30px);
}
.worry-list-item__text {
  font-size: clamp(12px, 3.5vw, 18px);
}

.worry__title-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 20px;
  margin-bottom: 40px;
}
@media screen and (max-width: 959px) {
  .worry__title-block {
    margin-bottom: 10.6666666667vw;
  }
}
@media screen and (max-width: 959px) {
  .worry__title-block {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    margin-bottom: 10px;
    gap: 0;
  }
}
@media screen and (max-width: 959px) and (max-width: 959px) {
  .worry__title-block {
    margin-bottom: 2.6666666667vw;
  }
}
.worry__lead {
  font-size: 30px;
}
@media (max-width: 959px) {
  .worry__lead {
    font-size: 4.2666666667vw;
  }
}
.worry__lead-text {
  position: relative;
  z-index: 0;
  padding: 0 4px;
}
.worry__lead-text:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0%;
  height: 100%;
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
  z-index: -1;
}
.worry__lead-text.is-active:before {
  width: 100%;
  background-color: rgba(0, 149, 235, 0.3);
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
}
.worry__main-title {
  font-size: 50px;
}
@media (max-width: 959px) {
  .worry__main-title {
    font-size: 6.4vw;
  }
}
@media screen and (max-width: 959px) {
  .worry__img {
    margin-left: auto;
    width: 40vw;
  }
}

@media screen and (min-width: 960px) {
  .solution-list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    margin-bottom: calc(30px * -1);
  }
  .solution-list__item {
    margin-bottom: 30px;
    margin-right: 30px;
    width: calc((100% - 30px * (2 - 1)) / 2);
  }
  .solution-list__item:nth-of-type(2n) {
    margin-right: 0;
  }
}
@media screen and (max-width: 959px) {
  .solution-list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    margin-bottom: calc(30px * -1);
    margin-bottom: 0;
  }
  .solution-list__item {
    margin-bottom: 30px;
    margin-right: 30px;
    width: calc((100% - 30px * (1 - 1)) / 1);
  }
  .solution-list__item:nth-of-type(1n) {
    margin-right: 0;
  }
}
.solution-list__item {
  margin-bottom: clamp(10px, 6vw, 30px);
  margin-right: clamp(10px, 4vw, 30px);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.solution-list-item {
  padding: clamp(10px, 6vw, 20px) clamp(10px, 6vw, 30px);
}
.solution-list-item__title {
  color: #03c755;
  font-size: clamp(16px, 4vw, 24px);
  font-weight: 700;
  margin-bottom: 10px;
}
@media screen and (max-width: 959px) {
  .solution-list-item__title {
    margin-bottom: 2.6666666667vw;
  }
}
.solution-list-item__text {
  font-size: clamp(12px, 4vw, 16px);
}

.relative {
  position: relative;
}

.arrow-btn__item {
  position: absolute;
  bottom: clamp(-30px, -20vw, -200px);
  left: 0;
  right: 0;
  margin: auto;
  width: clamp(10px, 20vw, 100px);
}
.arrow-btn__item img {
  width: 100%;
}
.arrow-btn__item-top {
  position: absolute;
  top: clamp(-20px, -20vw, -200px);
  left: 0;
  right: 0;
  margin: auto;
  width: clamp(10px, 20vw, 100px);
}
.arrow-btn__item-top img {
  width: 100%;
}

.fade-in {
  opacity: 0;
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
  -webkit-transform: translateY(3vw);
          transform: translateY(3vw);
}
.fade-in.is-active {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}/*# sourceMappingURL=style.css.map */