@charset "UTF-8";
/* リキッドレイアウト対応 */
body {
  font-family: "Noto Sans JP", sans-serif;
}

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

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

@media (max-width: 375px) {
  html {
    font-size: 4.2666666667vw;
  }
}
html {
  font-size: 16px;
}
@media screen and (min-width: 768px) {
  html {
    font-size: 1.1940298507vw;
  }
}
@media (min-width: 1340px) {
  html {
    font-size: 16px;
  }
}

/* pcの電話番号発信対応 */
@media screen and (min-width: 768px) {
  a[href^="tel:"] {
    pointer-events: none;
  }
}

/* ホバー */
a {
  text-decoration: none;
  color: inherit;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
@media screen and (min-width: 768px) {
  a:hover {
    opacity: 0.8;
  }
}

body {
  background-color: #FFF9E3;
}

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

/* Remove default padding */
ul,
ol {
  padding: 0;
}

/* Remove default margin */
body,
h1,
h2,
h3,
h4,
p,
ul,
ol,
figure,
blockquote,
dl,
dd {
  margin: 0;
}

/* Set core root defaults */
html {
  scroll-behavior: smooth;
}

/* Set core body defaults */
body {
  min-height: 100vh;
  text-rendering: optimizeSpeed;
  line-height: 1.5;
}

/* Remove list styles on ul, ol elements with a class attribute */
ul,
ol {
  list-style: none;
}

/* A elements that don't have a class get default styles */
a:not([class]) {
  text-decoration-skip-ink: auto;
}

/* Make images easier to work with */
img {
  max-width: 100%;
  display: block;
  width: 100%;
}

/* Natural flow and rhythm in articles by default */
article > * + * {
  margin-top: 1em;
}

/* Inherit fonts for inputs and buttons */
input,
button,
textarea,
select {
  font: inherit;
}

/* Blur images when they have no alt attribute */
img:not([alt]) {
  filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feGaussianBlur stdDeviation="10" /></filter></svg>#filter');
  -webkit-filter: blur(10px);
          filter: blur(10px);
}

/* フォームリセット */
input,
button,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
  border: none;
  border-radius: 0;
  font: inherit;
  outline: none;
}

textarea {
  resize: vertical;
}

input[type=checkbox],
input[type=radio] {
  display: none;
}

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

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

.btn_app {
  display: inline-block;
  width: 100%;
  max-width: 310px;
  max-width: 19.375rem;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 700;
  text-align: center;
  color: #06165E;
  padding: 17px 0;
  padding: 1.0625rem 0;
  border: 2px solid #06165E;
  border-radius: 100px;
  position: relative;
  background-color: #88FFCE;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.btn_app::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 10px;
  left: 0.625rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 38px;
  width: 2.375rem;
  height: 38px;
  height: 2.375rem;
  background-image: url(../images/common/ico_app.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.btn_app::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 10px;
  right: 0.625rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 27px;
  width: 1.6875rem;
  height: 27px;
  height: 1.6875rem;
  background-image: url(../images/common/ico_arw.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.btn_app:hover {
  opacity: 0.8;
}
.btn_app:hover::after {
  right: 5px;
  right: 0.3125rem;
}
.btn_app--header {
  width: 220px;
  width: 13.75rem;
  font-size: 15px;
  font-size: 0.9375rem;
  padding: 20px;
  padding: 1.25rem;
  text-align: left;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.btn_app--header::before {
  content: none;
}
.btn_app--header::after {
  right: 15px;
  right: 0.9375rem;
}
.btn_app--header:hover::after {
  right: 10px;
  right: 0.625rem;
}
.btn_app--top {
  width: calc(50% - 0.3125rem);
  max-width: none;
  text-align: left;
  line-height: 1.31;
  padding: 0 30px;
  padding: 0 1.875rem;
  height: 60px;
  height: 3.75rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width: 768px) {
  .btn_app--top {
    width: calc(50% - 0.625rem);
    text-align: center;
    padding: 1.375rem;
    height: auto;
    display: inline-block;
  }
}
.btn_app--top::before {
  content: none;
}
@media screen and (min-width: 768px) {
  .btn_app--top::before {
    content: "";
    left: 1.6875rem;
  }
}
.btn_app--top::after {
  width: 20px;
  width: 1.25rem;
  height: 20px;
  height: 1.25rem;
  right: 10px;
  right: 0.625rem;
}
@media screen and (min-width: 768px) {
  .btn_app--top::after {
    width: 1.75rem;
    height: 1.75rem;
    right: 1.25rem;
  }
}
.btn_app--top:hover::after {
  right: 5px;
  right: 0.3125rem;
}
@media screen and (min-width: 768px) {
  .btn_app--top:hover::after {
    right: 0.9375rem;
  }
}

.btn_dl {
  display: inline-block;
  width: 100%;
  max-width: 310px;
  max-width: 19.375rem;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 700;
  text-align: center;
  color: #06165E;
  padding: 17px 0;
  padding: 1.0625rem 0;
  border: 2px solid #06165E;
  border-radius: 100px;
  position: relative;
  background-color: #FFC646;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.btn_dl::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 10px;
  left: 0.625rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 38px;
  width: 2.375rem;
  height: 38px;
  height: 2.375rem;
  background-image: url(../images/common/ico_dl.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.btn_dl::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 10px;
  right: 0.625rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 27px;
  width: 1.6875rem;
  height: 27px;
  height: 1.6875rem;
  background-image: url(../images/common/ico_arw.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.btn_dl:hover {
  opacity: 0.8;
}
.btn_dl:hover::after {
  right: 5px;
  right: 0.3125rem;
}
.btn_dl--header {
  width: 200px;
  width: 12.5rem;
  font-size: 15px;
  font-size: 0.9375rem;
  padding: 20px 25px;
  padding: 1.25rem 1.5625rem;
  text-align: left;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.btn_dl--header::before {
  content: none;
}
.btn_dl--header::after {
  right: 15px;
  right: 0.9375rem;
}
.btn_dl--header:hover::after {
  right: 10px;
  right: 0.625rem;
}
.btn_dl--top {
  width: calc(50% - 0.3125rem);
  max-width: none;
  text-align: left;
  line-height: 1.31;
  padding: 0 30px;
  padding: 0 1.875rem;
  height: 60px;
  height: 3.75rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width: 768px) {
  .btn_dl--top {
    width: calc(50% - 0.625rem);
    text-align: center;
    padding: 1.375rem;
    height: auto;
    display: inline-block;
  }
}
.btn_dl--top::before {
  content: none;
}
@media screen and (min-width: 768px) {
  .btn_dl--top::before {
    content: "";
    width: 2.375rem;
    height: 2.375rem;
    left: 3.0625rem;
  }
}
.btn_dl--top::after {
  width: 20px;
  width: 1.25rem;
  height: 20px;
  height: 1.25rem;
  right: 10px;
  right: 0.625rem;
}
@media screen and (min-width: 768px) {
  .btn_dl--top::after {
    width: 1.75rem;
    height: 1.75rem;
    right: 1.25rem;
  }
}
.btn_dl--top:hover::after {
  right: 5px;
  right: 0.3125rem;
}
@media screen and (min-width: 768px) {
  .btn_dl--top:hover::after {
    right: 0.9375rem;
  }
}

.inner {
  width: 100%;
  padding-right: 10px;
  padding-left: 10px;
  margin-right: auto;
  margin-left: auto;
  max-width: 620px;
}
@media screen and (min-width: 768px) {
  .inner {
    max-width: 1400px;
    padding-right: 30px;
    padding-left: 30px;
  }
}

.sec__box {
  background-color: #fff;
  border-radius: 30px;
  border: 2px solid #06165E;
  padding-top: 25px;
  padding-top: 1.5625rem;
  padding-bottom: 30px;
  padding-bottom: 1.875rem;
}
@media screen and (min-width: 768px) {
  .sec__box {
    border-radius: 40px;
    padding-top: 3.125rem;
    padding-bottom: 3.75rem;
  }
}
.sec-heading {
  text-align: center;
  color: #06165E;
}
.sec-heading__en {
  font-family: "Roboto", sans-serif;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .sec-heading__en {
    font-size: 1.25rem;
  }
}
.sec-heading__text {
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .sec-heading__text {
    font-size: 2rem;
  }
}
.sec-heading__text .orange {
  color: #F37901;
}
.sec-heading__text .num-works {
  font-family: "Roboto", sans-serif;
  font-size: 34px;
  font-size: 2.125rem;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .sec-heading__text .num-works {
    font-size: 2.75rem;
  }
}
.cta {
  margin-top: 60px;
  margin-top: 3.75rem;
}
@media screen and (min-width: 768px) {
  .cta {
    margin-top: 5rem;
  }
}
.cta__title {
  text-align: center;
}
.cta__title span {
  display: inline-block;
  font-size: 22px;
  font-size: 1.375rem;
  font-weight: 700;
  color: #06165E;
  padding: 5px 0;
  padding: 0.3125rem 0;
  position: relative;
}
@media screen and (min-width: 768px) {
  .cta__title span {
    font-size: 2rem;
    padding: 0.625rem 0;
  }
}
.cta__title span::before, .cta__title span::after {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  background-image: url(../images/common/border.svg);
  background-size: auto 2px;
  background-repeat: repeat-x;
  background-position: top center;
}
.cta__title span::before {
  top: 0;
}
.cta__title span::after {
  bottom: 0;
}
.cta__images {
  margin-top: 10px;
  margin-top: 0.625rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 10px;
  gap: 0.625rem;
  margin-bottom: 10px;
  margin-bottom: 0.625rem;
}
@media screen and (min-width: 768px) {
  .cta__images {
    margin-top: 1.25rem;
    margin-bottom: 1.25rem;
    gap: 1.25rem;
  }
}
.cta__img {
  width: 147px;
  width: 9.1875rem;
}
@media screen and (min-width: 768px) {
  .cta__img {
    width: 12.5rem;
  }
}
.cta__text {
  font-size: 16px;
  font-size: 1rem;
  font-weight: 700;
  text-align: center;
  color: #06165E;
}
@media screen and (min-width: 768px) {
  .cta__text {
    font-size: 1.25rem;
  }
}
.cta__text .wrap {
  display: inline-block;
  padding: 0 20px;
  padding: 0 1.25rem;
  position: relative;
}
.cta__text .wrap::before, .cta__text .wrap::after {
  position: absolute;
  bottom: 0;
}
.cta__text .wrap::before {
  content: "＼ ";
  left: 0;
}
.cta__text .wrap::after {
  content: "／";
  right: 0;
}
.cta__text .orange {
  color: #F37901;
}
.cta__buttons {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 15px;
  gap: 0.9375rem;
  margin-top: 10px;
  margin-top: 0.625rem;
  max-width: 310px;
  max-width: 19.375rem;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 768px) {
  .cta__buttons {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 1.25rem;
    max-width: 52.5rem;
  }
}
.cta__buttons::after {
  content: "";
  width: 114px;
  width: 7.125rem;
  height: 91px;
  height: 5.6875rem;
  background-image: url(../images/common/cta_illust.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  bottom: -80px;
  bottom: -5rem;
  right: 0;
}
@media screen and (min-width: 768px) {
  .cta__buttons::after {
    width: 10.6875rem;
    height: 8.625rem;
    bottom: -3.125rem;
    right: auto;
    left: calc(100% - 2.5rem);
  }
}
.cta__buttons--top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 10px;
  gap: 0.625rem;
  margin-top: 5px;
  margin-top: 0.3125rem;
  max-width: 340px;
  max-width: 21.25rem;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 768px) {
  .cta__buttons--top {
    margin-top: 0.625rem;
    gap: 1.25rem;
    max-width: 52.5rem;
  }
}
.cta__buttons--top::after {
  content: none;
}
@media screen and (min-width: 768px) {
  .cta__buttons--top::after {
    content: "";
  }
}

@media screen and (min-width: 768px) {
  .table-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.table-item:first-child .table-item__text--left {
  border-top-left-radius: 14px;
  border-top: 2px solid #06165E;
}
@media screen and (min-width: 768px) {
  .table-item:first-child .table-item__text--left {
    border-top-left-radius: 0;
  }
}
.table-item:first-child .table-item__text--right {
  border-top-right-radius: 14px;
  border-top: 2px solid #06165E;
}
@media screen and (min-width: 768px) {
  .table-item:first-child .table-item__text--right {
    border-top-right-radius: 18px;
  }
}
@media screen and (min-width: 768px) {
  .table-item:first-child .table-item__title {
    border-top-left-radius: 18px;
  }
}
.table-item:last-child .table-item__text--left {
  border-bottom-left-radius: 14px;
  border-bottom: 2px solid #06165E;
}
@media screen and (min-width: 768px) {
  .table-item:last-child .table-item__text--left {
    border-bottom-left-radius: 0;
  }
}
.table-item:last-child .table-item__text--right {
  border-bottom-right-radius: 14px;
  border-bottom: 2px solid #06165E;
}
@media screen and (min-width: 768px) {
  .table-item:last-child .table-item__text--right {
    border-bottom-right-radius: 18px;
  }
}
@media screen and (min-width: 768px) {
  .table-item:last-child .table-item__title {
    border-bottom-left-radius: 18px;
  }
}
@media screen and (min-width: 768px) {
  .table-item:not(:last-child) {
    border-bottom: 1px solid #DDDDDD;
  }
}
.table-item__title {
  font-size: 16px;
  font-size: 1rem;
  font-weight: 700;
  text-align: center;
  color: #fff;
  padding: 3px 0;
  padding: 0.1875rem 0;
  background-color: #06165E;
}
@media screen and (min-width: 768px) {
  .table-item__title {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 12.5rem;
            flex: 0 0 12.5rem;
    font-size: 1.125rem;
    padding: 1rem 0;
  }
}
.table-item__title.is-first {
  display: none;
}
@media screen and (min-width: 768px) {
  .table-item__title.is-first {
    display: block;
  }
}
.table-item__contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (min-width: 768px) {
  .table-item__contents {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 100%;
            flex: 0 1 100%;
  }
}
.table-item__text {
  width: 50%;
  text-align: center;
  padding: 8px;
  padding: 0.5rem;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .table-item__text {
    font-size: 1.125rem;
    padding: 1rem;
    text-align: left;
  }
}
.table-item__text--left {
  background-color: #fff;
  border-left: 2px solid #06165E;
}
@media screen and (min-width: 768px) {
  .table-item__text--left {
    border-left: none;
  }
}
.table-item__text--right {
  background-color: #FFF49D;
  border-right: 2px solid #06165E;
}
.table-item__text.is-title {
  font-size: 18px;
  font-size: 1.125rem;
  color: #06165E;
  line-height: 1.16;
}
@media screen and (min-width: 768px) {
  .table-item__text.is-title {
    font-size: 1.5rem;
    text-align: center;
  }
}
.table-item__text.is-title span {
  font-size: 14px;
  font-size: 0.875rem;
}
@media screen and (min-width: 768px) {
  .table-item__text.is-title span {
    font-size: 1.5rem;
  }
}
.table-item__text .orange {
  color: #F37901;
}
.table-item__text .num {
  font-size: 20px;
  font-size: 1.25rem;
}
@media screen and (min-width: 768px) {
  .table-item__text .num {
    font-size: 1.5rem;
  }
}

.header {
  position: relative;
  z-index: 9999;
}
.header__inner {
  padding: 5px 20px 5px 10px;
  padding: 0.3125rem 1.25rem 0.3125rem 0.625rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (min-width: 768px) {
  .header__inner {
    padding: 1.25rem;
  }
}
.header__titles {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
  gap: 1.25rem;
}
.header__logo {
  width: 136px;
  width: 8.5rem;
}
@media screen and (min-width: 768px) {
  .header__logo {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 8.5rem;
            flex: 0 0 8.5rem;
  }
}
.header__achieve {
  width: 111px;
  width: 6.9375rem;
}
@media screen and (min-width: 768px) {
  .header__achieve {
    display: none;
  }
}
.header__nav {
  display: none;
}
@media screen and (min-width: 768px) {
  .header__nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 1.25rem;
  }
}
.header__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
  gap: 1.25rem;
}
.header__item a {
  font-size: 15px;
  font-size: 0.9375rem;
  font-weight: 700;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  color: #222222;
}
.header__item a:hover {
  color: #F37901;
}
.header__buttons {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  gap: 0.625rem;
}

.hamburger {
  display: inline-block;
  width: 50px;
  width: 3.125rem;
  height: 50px;
  height: 3.125rem;
  cursor: pointer;
  background-color: #06165E;
  padding: 17px 13px;
  padding: 1.0625rem 0.8125rem;
  border-radius: 5px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .hamburger {
    display: none;
  }
}
.hamburger__line {
  display: block;
  position: relative;
  width: 100%;
  height: 2px;
  background-color: #fff;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.hamburger__line::before, .hamburger__line::after {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  background-color: #fff;
  -webkit-transition: inherit;
  transition: inherit;
  border-radius: 10px;
}
.hamburger__line::before {
  top: -8px;
}
.hamburger__line::after {
  top: 8px;
}
.hamburger__line.is-open {
  background-color: transparent;
}
.hamburger__line.is-open::before {
  top: 0;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.hamburger__line.is-open::after {
  top: 0;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.visually-hidden {
  position: absolute;
  white-space: nowrap;
  width: 1px;
  height: 1px;
  overflow: hidden;
  border: 0;
  padding: 0;
  clip: rect(0 0 0 0);
  -webkit-clip-path: inset(50%);
          clip-path: inset(50%);
}

.drawer {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  background-color: #fff;
  width: 100%;
  height: 100dvh;
  z-index: 100;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.drawer.is-open {
  opacity: 1;
  visibility: visible;
}
.drawer__inner {
  padding: 30px 20px;
  padding: 1.875rem 1.25rem;
}
.drawer__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 15px;
  gap: 0.9375rem;
  padding: 0 5px;
  padding: 0 0.3125rem;
}
.drawer__item {
  padding-bottom: 10px;
  padding-bottom: 0.625rem;
  background-image: url(../images/common/border_drawer.svg);
  background-size: auto 2px;
  background-position: bottom center;
  background-repeat: repeat-x;
}
.drawer__item a {
  display: block;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 700;
  padding-right: 20px;
  padding-right: 1.25rem;
  position: relative;
}
.drawer__item a::after {
  content: "";
  width: 7px;
  width: 0.4375rem;
  height: 13.5px;
  height: 0.84375rem;
  background-image: url(../images/common/drawer_arw.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  top: 50%;
  right: 10px;
  right: 0.625rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.drawer__text {
  font-size: 16px;
  font-size: 1rem;
  font-weight: 700;
  text-align: center;
  color: #06165E;
  margin-top: 50px;
  margin-top: 3.125rem;
}
.drawer__text .wrap {
  display: inline-block;
  padding: 0 20px;
  padding: 0 1.25rem;
  position: relative;
}
.drawer__text .wrap::before, .drawer__text .wrap::after {
  position: absolute;
  bottom: 0;
}
.drawer__text .wrap::before {
  content: "＼ ";
  left: 0;
}
.drawer__text .wrap::after {
  content: "／";
  right: 0;
}
.drawer__text .orange {
  color: #F37901;
}
.drawer__buttons {
  margin-top: 10px;
  margin-top: 0.625rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 15px;
  gap: 0.9375rem;
}

.mv__img {
  width: 100%;
}

.works {
  margin-top: 20px;
  margin-top: 1.25rem;
}
@media screen and (min-width: 768px) {
  .works {
    margin-top: 3.125rem;
  }
}
.works__box {
  padding-left: 15px;
  padding-left: 0.9375rem;
  padding-right: 15px;
  padding-right: 0.9375rem;
}
.works__lead {
  font-size: 16px;
  font-size: 1rem;
  font-weight: 400;
  margin-top: 20px;
  margin-top: 1.25rem;
}
@media screen and (min-width: 768px) {
  .works__lead {
    font-size: 1.125rem;
    text-align: center;
  }
}
.works-company {
  overflow: hidden;
  margin-top: 10px;
  margin-top: 0.625rem;
}
.works-company__wrap {
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.works-company__item {
  width: auto;
  display: inline-block;
  padding: 0 5px;
  padding: 0 0.3125rem;
  height: 40px;
  height: 2.5rem;
  max-width: 160px;
  max-width: 10rem;
}
@media screen and (min-width: 768px) {
  .works-company__item {
    height: 4.375rem;
  }
}
.works-company__item img {
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.works__line {
  margin-top: 20px;
  margin-top: 1.25rem;
  width: 100%;
  max-width: 122px;
  max-width: 7.625rem;
  height: 2px;
  margin-left: auto;
  margin-right: auto;
  background-image: url(../images/common/border.svg);
  background-size: auto 2px;
  background-repeat: no-repeat;
  background-position: top center;
}
@media screen and (min-width: 768px) {
  .works__line {
    max-width: 38.9375rem;
    margin-top: 1.875rem;
  }
}
.works__text {
  font-size: 16px;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.8;
  margin-top: 20px;
  margin-top: 1.25rem;
}
@media screen and (min-width: 768px) {
  .works__text {
    font-size: 1.25rem;
    line-height: 1.9;
    margin-top: 1.875rem;
    text-align: center;
  }
}
.works__text .lead {
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .works__text .lead {
    font-size: 1.375rem;
  }
}
.works__text .orange {
  color: #F37901;
}
.works__text .line {
  font-size: 22px;
  font-size: 1.375rem;
  font-weight: 700;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(60%, #FFEB4E));
  background: linear-gradient(transparent 60%, #FFEB4E 60%);
}
@media screen and (min-width: 768px) {
  .works__text .line {
    font-size: 1.75rem;
  }
}

.promise {
  margin-top: 55px;
  margin-top: 3.4375rem;
}
@media screen and (min-width: 768px) {
  .promise {
    margin-top: 5rem;
  }
}
@media screen and (min-width: 768px) {
  .promise__inner {
    max-width: 1140px;
  }
}
.promise__list {
  margin-top: 18px;
  margin-top: 1.125rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
  gap: 1.25rem;
}
@media screen and (min-width: 768px) {
  .promise__list {
    margin-top: 2.5rem;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 1.875rem 2.5rem;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media screen and (min-width: 768px) {
  .promise-item {
    width: calc(50% - 1.25rem);
  }
}
.promise-item__head {
  font-size: 17px;
  font-size: 1.0625rem;
  font-weight: 700;
  text-align: center;
  color: #fff;
  padding: 8px 0;
  padding: 0.5rem 0;
  background-color: #06165E;
  border-radius: 15px 15px 0 0;
}
@media screen and (min-width: 768px) {
  .promise-item__head {
    font-size: 1.5rem;
    padding: 0.625rem 0;
    border-radius: 20px 20px 0 0;
  }
}
.promise-item__body {
  background-color: #fff;
  border: 2px solid #06165E;
  border-radius: 0 0 15px 15px;
  padding: 10px 15px 15px;
  padding: 0.625rem 0.9375rem 0.9375rem;
  position: relative;
}
@media screen and (min-width: 768px) {
  .promise-item__body {
    border-radius: 0 0 20px 20px;
    padding: 0.625rem 2.5rem 1.25rem;
  }
}
.promise-item__num {
  font-size: 88px;
  font-size: 5.5rem;
  font-weight: 700;
  color: #FAE8D7;
  position: absolute;
  bottom: 0;
  right: 15px;
  right: 0.9375rem;
  z-index: 0;
}
@media screen and (min-width: 768px) {
  .promise-item__num {
    right: 0.625rem;
  }
}
.promise-item__lead {
  position: relative;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 700;
  color: #06165E;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .promise-item__lead {
    font-size: 1.125rem;
  }
}
.promise-item__lead span {
  box-decoration-break: clone;
  -webkit-box-decoration-break: clone;
  background-color: #FFEB4E;
  line-height: 1.8;
}
@media screen and (min-width: 768px) {
  .promise-item__lead span {
    display: block;
  }
}
.promise-item__text {
  position: relative;
  font-size: 16px;
  font-size: 1rem;
  margin-top: 10px;
  margin-top: 0.625rem;
}
.promise-item__text span {
  font-weight: 700;
}

.reason {
  margin-top: 132px;
  margin-top: 8.25rem;
}
@media screen and (min-width: 768px) {
  .reason {
    margin-top: 5rem;
  }
}
.reason__box {
  position: relative;
  background-color: #FCFCFC;
}
.reason__box::before {
  content: "";
  width: 118px;
  width: 7.375rem;
  height: 92px;
  height: 5.75rem;
  position: absolute;
  top: -93px;
  top: -5.8125rem;
  left: 16px;
  left: 1rem;
  background-image: url(../images/common/reason_illust.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  z-index: -1;
}
@media screen and (min-width: 768px) {
  .reason__box::before {
    width: 11.5rem;
    height: 9.0625rem;
    top: -9.125rem;
    left: 4.375rem;
  }
}
.reason__lead {
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 700;
  text-align: center;
  color: #06165E;
  margin-top: 12px;
  margin-top: 0.75rem;
}
@media screen and (min-width: 768px) {
  .reason__lead {
    font-size: 1.75rem;
    margin-top: 0.625rem;
  }
}
.reason__lead span {
  font-family: "Roboto", sans-serif;
  font-size: 30px;
  font-size: 1.875rem;
  color: #F37901;
}
@media screen and (min-width: 768px) {
  .reason__lead span {
    font-size: 2.75rem;
  }
}
.reason__text {
  font-size: 16px;
  font-size: 1rem;
  font-weight: 700;
  text-align: center;
  color: #06165E;
  margin-top: 5px;
  margin-top: 0.3125rem;
}
@media screen and (min-width: 768px) {
  .reason__text {
    font-size: 1.375rem;
  }
}
.reason__text span {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(60%, #FFEB4E));
  background: linear-gradient(transparent 60%, #FFEB4E 60%);
}
.reason__list {
  margin-top: 20px;
  margin-top: 1.25rem;
  padding: 0 15px;
  padding: 0 0.9375rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
  gap: 0.625rem;
}
@media screen and (min-width: 768px) {
  .reason__list {
    margin-top: 1.875rem;
    max-width: 1210px;
    margin-left: auto;
    margin-right: auto;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 1.25rem;
  }
}
.reason-item {
  padding: 10px;
  padding: 0.625rem;
  background-color: #fff;
  border: 2px solid #06165E;
  border-radius: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 5px;
  gap: 0.3125rem;
}
@media screen and (min-width: 768px) {
  .reason-item {
    width: calc(25% - 0.9375rem);
    padding: 1.25rem 0.625rem;
  }
}
.reason-item__img {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 80px;
          flex: 0 0 80px;
  -ms-flex: 0 0 5rem;
      flex: 0 0 5rem;
}
@media screen and (min-width: 768px) {
  .reason-item__img {
    width: 8.75rem;
    margin-top: 0.625rem;
    margin-left: auto;
    margin-right: auto;
  }
}
.reason-item__contents {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 100%;
          flex: 0 1 100%;
}
.reason-item__title {
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.66;
  color: #F37901;
}
@media screen and (min-width: 768px) {
  .reason-item__title {
    font-size: 1.5rem;
    text-align: center;
    line-height: 1.5;
  }
}
.reason-item__text {
  font-size: 16px;
  font-size: 1rem;
  font-weight: 700;
  margin-top: 5px;
  margin-top: 0.3125rem;
}
@media screen and (min-width: 768px) {
  .reason-item__text {
    margin-top: 0.625rem;
    text-align: center;
  }
}
.reason-item__text span {
  font-size: 14px;
  font-size: 0.875rem;
}

.comparison {
  margin-top: 55px;
  margin-top: 3.4375rem;
}
@media screen and (min-width: 768px) {
  .comparison {
    margin-top: 5rem;
  }
}
.comparison__inner {
  max-width: 1060px;
}
.comparison__table {
  margin-top: 20px;
  margin-top: 1.25rem;
}
@media screen and (min-width: 768px) {
  .comparison__table {
    margin-top: 2.5rem;
  }
}
@media screen and (min-width: 768px) {
  .comparison .table-item:not(:first-child) .table-item__text--left {
    padding-left: 4.375rem;
  }
}
@media screen and (min-width: 768px) {
  .comparison .table-item:not(:first-child) .table-item__text--right {
    padding-left: 1.875rem;
  }
}
@media screen and (min-width: 768px) {
  .comparison .table-item__text--left {
    width: 44.5%;
  }
}
@media screen and (min-width: 768px) {
  .comparison .table-item__text--right {
    width: 55.5%;
  }
}
.comparison__line {
  margin-top: 40px;
  margin-top: 2.5rem;
  width: 100%;
  max-width: 310px;
  max-width: 19.375rem;
  height: 2px;
  margin-left: auto;
  margin-right: auto;
  background-image: url(../images/common/border.svg);
  background-size: auto 2px;
  background-repeat: repeat-x;
  background-position: top center;
}
@media screen and (min-width: 768px) {
  .comparison__line {
    max-width: 62.5rem;
    margin-top: 4.375rem;
  }
}

.performance {
  margin-top: 55px;
  margin-top: 3.4375rem;
}
@media screen and (min-width: 768px) {
  .performance {
    margin-top: 5rem;
  }
}
.performance__inner {
  max-width: 1060px;
}
.performance__text {
  font-size: 16px;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.8;
  margin-top: 20px;
  margin-top: 1.25rem;
}
@media screen and (min-width: 768px) {
  .performance__text {
    font-size: 1.125rem;
    text-align: center;
  }
}
.performance__text span {
  font-weight: 700;
}
.performance__table {
  margin-top: 20px;
  margin-top: 1.25rem;
}
@media screen and (min-width: 768px) {
  .performance__table {
    margin-top: 2.5rem;
  }
}
@media screen and (min-width: 768px) {
  .performance .table-item:not(:first-child) .table-item__text--left {
    padding-left: 2.8125rem;
  }
}
@media screen and (min-width: 768px) {
  .performance .table-item:not(:first-child) .table-item__text--right {
    padding-left: 3.75rem;
  }
}
.performance__note {
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.42;
  margin-top: 10px;
  margin-top: 0.625rem;
}

.benefit {
  margin-top: 80px;
  margin-top: 5rem;
}
@media screen and (min-width: 768px) {
  .benefit {
    margin-top: 3.125rem;
  }
}
.benefit__box {
  background-color: #FCFCFC;
  position: relative;
}
.benefit__box::before {
  content: "";
  width: 85px;
  width: 5.3125rem;
  height: 77px;
  height: 4.8125rem;
  background-image: url(../images/common/benefit_illust.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  position: absolute;
  left: 15px;
  left: 0.9375rem;
  bottom: -37px;
  bottom: -2.3125rem;
}
@media screen and (min-width: 768px) {
  .benefit__box::before {
    width: 8.25rem;
    height: 7.5rem;
    left: 4.375rem;
    bottom: 25.0625rem;
  }
}
.benefit__list {
  margin-top: 20px;
  margin-top: 1.25rem;
  padding: 0 15px;
  padding: 0 0.9375rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
  gap: 1.25rem;
}
@media screen and (min-width: 768px) {
  .benefit__list {
    margin-top: 2.5rem;
    max-width: 1030px;
    margin-left: auto;
    margin-right: auto;
  }
}
.benefit-item {
  background: #fff;
  border: 2px solid #06165E;
  border-radius: 15px;
  padding-top: 20px;
  padding-top: 1.25rem;
  padding-bottom: 20px;
  padding-bottom: 1.25rem;
}
@media screen and (min-width: 768px) {
  .benefit-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding-top: 1.875rem;
    padding-bottom: 1.875rem;
    padding-right: 1.875rem;
    gap: 1.875rem;
  }
}
@media screen and (min-width: 768px) {
  .benefit-item:nth-child(2) {
    padding-right: 0;
    padding-left: 1.875rem;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
}
@media screen and (min-width: 768px) {
  .benefit-item__texts {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 100%;
            flex: 0 1 100%;
  }
}
.benefit-item__lead {
  font-size: 16px;
  font-size: 1rem;
  font-weight: 700;
  text-align: center;
  color: #06165E;
}
@media screen and (min-width: 768px) {
  .benefit-item__lead {
    font-size: 1.25rem;
    text-align: left;
    padding-left: 1.875rem;
  }
}
.benefit-item__lead span {
  font-family: "Roboto", sans-serif;
  font-size: 20px;
  font-size: 1.25rem;
}
@media screen and (min-width: 768px) {
  .benefit-item__lead span {
    font-size: 1.5rem;
  }
}
.benefit-item__title {
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 700;
  color: #fff;
  padding: 8px 14px;
  padding: 0.5rem 0.875rem;
  background-color: #06165E;
}
@media screen and (min-width: 768px) {
  .benefit-item__title {
    font-size: 1.5rem;
    padding: 0.625rem 0.625rem 0.625rem 1.875rem;
  }
}
.benefit-item__text {
  margin-top: 10px;
  margin-top: 0.625rem;
  padding: 0 15px;
  padding: 0 0.9375rem;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.8;
}
@media screen and (min-width: 768px) {
  .benefit-item__text {
    margin-top: 1.25rem;
    padding: 0 1.875rem;
  }
}
.benefit-item__text span {
  font-weight: 700;
}
.benefit-item__img {
  margin-top: 10px;
  margin-top: 0.625rem;
  padding: 0 15px;
  padding: 0 0.9375rem;
}
@media screen and (min-width: 768px) {
  .benefit-item__img {
    margin-top: 0;
    padding: 0;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 40%;
            flex: 0 0 40%;
  }
}

.area {
  margin-top: 65px;
  margin-top: 4.0625rem;
}
@media screen and (min-width: 768px) {
  .area {
    margin-top: 5rem;
  }
}
@media screen and (min-width: 768px) {
  .area__inner {
    max-width: 1140px;
  }
}
.area__lead {
  margin-top: 20px;
  margin-top: 1.25rem;
  padding: 0 15px;
  padding: 0 0.9375rem;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.8;
}
@media screen and (min-width: 768px) {
  .area__lead {
    font-size: 1.125rem;
    text-align: center;
  }
}
.area__lead span {
  font-weight: 700;
}
.area__contents {
  margin-top: 20px;
  margin-top: 1.25rem;
}
@media screen and (min-width: 768px) {
  .area__contents {
    margin-top: 1.875rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 3.125rem;
  }
}
.area__images {
  padding: 15px;
  padding: 0.9375rem;
  background-color: #fff;
  border: 2px solid #06165E;
  border-radius: 0.9375rem;
  position: relative;
}
@media screen and (min-width: 768px) {
  .area__images {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
  }
}
.area__img {
  width: 100%;
  cursor: pointer;
}
.area__text {
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 400;
  color: #06165E;
  position: absolute;
  right: 10px;
  right: 0.625rem;
  bottom: 10px;
  bottom: 0.625rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 5px;
  gap: 0.3125rem;
}
@media screen and (min-width: 768px) {
  .area__text {
    font-size: 1rem;
    gap: 0.625rem;
    right: 1.25rem;
    bottom: 1.25rem;
  }
}
.area__text .icon {
  display: inline-block;
  width: 30px;
  width: 1.875rem;
}
@media screen and (min-width: 768px) {
  .area__text .sp {
    display: none;
  }
}
.area__text .pc {
  display: none;
}
@media screen and (min-width: 768px) {
  .area__text .pc {
    display: inline;
  }
}
.area__areas {
  margin-top: 20px;
  margin-top: 1.25rem;
  padding: 0 15px;
  padding: 0 0.9375rem;
}
@media screen and (min-width: 768px) {
  .area__areas {
    margin-top: 0;
    padding: 0;
    -webkit-box-flex: 0;
        -ms-flex: 0 1 100%;
            flex: 0 1 100%;
  }
}
.area__block + .area__block {
  margin-top: 30px;
  margin-top: 1.875rem;
}
@media screen and (min-width: 768px) {
  .area__block + .area__block {
    margin-top: 3.125rem;
  }
}
.area__title {
  font-size: 22px;
  font-size: 1.375rem;
  font-weight: 700;
  color: #06165E;
  padding-bottom: 10px;
  padding-bottom: 0.625rem;
  background-image: url(../images/common/border.svg);
  background-size: auto 2px;
  background-repeat: repeat-x;
  background-position: bottom center;
}
.area-items {
  margin-top: 10px;
  margin-top: 0.625rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  gap: 1.25rem;
}
.area-items__list {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 2;
}
@media screen and (min-width: 768px) {
  .area-items__list {
    font-size: 1rem;
  }
}
.area-items__list--second {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
  gap: 1.875rem;
}
@media screen and (min-width: 768px) {
  .area-items__list--second {
    gap: 1.25rem;
  }
}

.system {
  margin-top: 130px;
  margin-top: 8.125rem;
  position: relative;
}
@media screen and (min-width: 768px) {
  .system {
    margin-top: 5rem;
  }
}
.system__box {
  position: relative;
}
.system__box-inner {
  padding: 0 15px;
  padding: 0 0.9375rem;
  width: 100%;
  max-width: 1030px;
  margin: 0 auto;
}
.system__text {
  margin-top: 20px;
  margin-top: 1.25rem;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.8;
}
@media screen and (min-width: 768px) {
  .system__text {
    font-size: 1.125rem;
    text-align: center;
  }
}
.system__text span {
  font-weight: 700;
}
.system__lead {
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 700;
  color: #06165E;
  margin-top: 20px;
  margin-top: 1.25rem;
  padding-top: 20px;
  padding-top: 1.25rem;
  background-image: url(../images/common/border.svg);
  background-size: auto 2px;
  background-repeat: repeat-x;
  background-position: top center;
}
@media screen and (min-width: 768px) {
  .system__lead {
    font-size: 1.5rem;
    margin-top: 1.875rem;
    padding-top: 1.875rem;
    line-height: 1.45;
    text-align: center;
  }
}
.system-gis {
  margin-top: 10px;
  margin-top: 0.625rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 15px;
  gap: 0.9375rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width: 768px) {
  .system-gis {
    margin-top: 1.25rem;
    gap: 1.25rem;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.system-gis__balloon {
  display: inline;
  font-size: 17px;
  font-size: 1.0625rem;
  font-weight: 700;
  color: #fff;
  background-color: #06165E;
  padding: 3px 18px;
  padding: 0.1875rem 1.125rem;
  border-radius: 5px;
  position: relative;
}
@media screen and (min-width: 768px) {
  .system-gis__balloon {
    padding: 0.875rem 1.125rem;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
}
.system-gis__balloon::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  border-style: solid;
  border-width: 10px 10px 0 10px;
  border-color: #06165E transparent transparent;
  translate: -50% 100%;
}
@media screen and (min-width: 768px) {
  .system-gis__balloon::before {
    top: 50%;
    right: 0;
    left: auto;
    border-width: 12px 0 12px 10px;
    border-color: transparent transparent transparent #06165E;
    translate: 100% -50%;
  }
}
.system-gis__text {
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 700;
  color: #06165E;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .system-gis__text {
    font-size: 1rem;
    width: auto;
  }
}
.system-box {
  margin-top: 20px;
  margin-top: 1.25rem;
  border: 2px solid #06165E;
  border-radius: 15px;
  background-color: #FFF9E3;
  padding: 15px;
  padding: 0.9375rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
  gap: 0.625rem;
  position: relative;
}
@media screen and (min-width: 768px) {
  .system-box {
    margin-top: 1.875rem;
    padding: 1.25rem;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 2.5rem;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.system-box::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  border-style: solid;
  border-width: 16px 45px 0 45px;
  border-color: #06165E transparent transparent;
  translate: -50% 100%;
}
.system-box__head {
  text-align: center;
  padding-bottom: 10px;
  padding-bottom: 0.625rem;
  position: relative;
}
@media screen and (min-width: 768px) {
  .system-box__head {
    padding-bottom: 0;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    padding-right: 2.5rem;
  }
}
.system-box__head::before {
  content: "";
  width: 94px;
  width: 5.875rem;
  height: 2px;
  background-color: #06165E;
  position: absolute;
  top: 100%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media screen and (min-width: 768px) {
  .system-box__head::before {
    width: 2px;
    height: 5.875rem;
    top: 50%;
    right: 0;
    left: auto;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}
.system-box__head span {
  display: inline-block;
  font-size: 22px;
  font-size: 1.375rem;
  font-weight: 700;
  color: #06165E;
  padding-left: 35px;
  padding-left: 2.1875rem;
  position: relative;
}
@media screen and (min-width: 768px) {
  .system-box__head span {
    font-size: 1.5rem;
    line-height: 1.45;
    padding-left: 2.8125rem;
  }
}
.system-box__head span::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 30px;
  width: 1.875rem;
  height: 30px;
  height: 1.875rem;
  background-image: url(../images/common/ico_star.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
@media screen and (min-width: 768px) {
  .system-box__head span::before {
    width: 2.5rem;
    height: 2.5rem;
  }
}
@media screen and (min-width: 768px) {
  .system-box__body {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 100%;
            flex: 0 1 100%;
  }
}
.system-box__title {
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 700;
  color: #F37901;
}
@media screen and (min-width: 768px) {
  .system-box__title {
    font-size: 1.375rem;
  }
}
.system-box__list {
  margin-top: 5px;
  margin-top: 0.3125rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 5px;
  gap: 0.3125rem;
}
@media screen and (min-width: 768px) {
  .system-box__list {
    margin-top: 0.625rem;
    gap: 0.625rem;
  }
}
.system-box__list li {
  font-size: 14px;
  font-size: 0.875rem;
  padding-left: 20px;
  padding-left: 1.25rem;
  position: relative;
  position: relative;
}
@media screen and (min-width: 768px) {
  .system-box__list li {
    font-size: 1.125rem;
  }
}
.system-box__list li::before {
  content: "";
  width: 10px;
  width: 0.625rem;
  height: 10px;
  height: 0.625rem;
  background-color: #F37901;
  border-radius: 50%;
  position: absolute;
  top: 5px;
  top: 0.3125rem;
  left: 0;
}
@media screen and (min-width: 768px) {
  .system-box__list li::before {
    top: 0.5rem;
  }
}
.system__sub {
  margin-top: 25px;
  margin-top: 1.5625rem;
  font-size: 16px;
  font-size: 1rem;
}
@media screen and (min-width: 768px) {
  .system__sub {
    margin-top: 2.25rem;
    font-size: 1.125rem;
    text-align: center;
  }
}
.system__sub span {
  font-size: 22px;
  font-size: 1.375rem;
  font-weight: 700;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(60%, #FFEB4E));
  background: linear-gradient(transparent 60%, #FFEB4E 60%);
}
.system__contents {
  margin-top: 30px;
  margin-top: 1.875rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 30px;
  gap: 1.875rem;
}
@media screen and (min-width: 768px) {
  .system__contents {
    margin-top: 3.75rem;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 2.5rem;
  }
}
@media screen and (min-width: 768px) {
  .system-flow {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 26%;
            flex: 0 0 26%;
  }
}
.system-flow__title {
  padding-bottom: 5px;
  padding-bottom: 0.3125rem;
  background-image: url(../images/common/border.svg);
  background-size: auto 2px;
  background-repeat: repeat-x;
  background-position: bottom center;
}
@media screen and (min-width: 768px) {
  .system-flow__title {
    padding-bottom: 0.75rem;
  }
}
.system-flow__title span {
  display: inline-block;
  font-size: 22px;
  font-size: 1.375rem;
  font-weight: 700;
  color: #06165E;
  padding-left: 34px;
  padding-left: 2.125rem;
  position: relative;
}
@media screen and (min-width: 768px) {
  .system-flow__title span {
    font-size: 1.5rem;
    padding-left: 2.8125rem;
  }
}
.system-flow__title span::before {
  content: "";
  width: 30px;
  width: 1.875rem;
  height: 30px;
  height: 1.875rem;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background-image: url(../images/common/ico_image.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
@media screen and (min-width: 768px) {
  .system-flow__title span::before {
    width: 2.5rem;
    height: 2.5rem;
  }
}
.system-flow__list {
  margin-top: 10px;
  margin-top: 0.625rem;
}
@media screen and (min-width: 768px) {
  .system-flow__list {
    margin-top: 1.875rem;
  }
}
.system-flow-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  gap: 0.625rem;
  position: relative;
}
.system-flow-item:not(:last-child) {
  padding-bottom: 10px;
  padding-bottom: 0.625rem;
}
@media screen and (min-width: 768px) {
  .system-flow-item:not(:last-child) {
    padding-bottom: 1.875rem;
  }
}
.system-flow-item:not(:last-child)::before {
  content: "";
  width: 2px;
  height: 100%;
  background: #06165E;
  position: absolute;
  top: 20px;
  top: 1.25rem;
  left: 15px;
  left: 0.9375rem;
}
@media screen and (min-width: 768px) {
  .system-flow-item:not(:last-child)::before {
    left: 1.1875rem;
  }
}
.system-flow-item__num {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  font-family: "Roboto", sans-serif;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 700;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 30px;
  width: 1.875rem;
  height: 30px;
  height: 1.875rem;
  border-radius: 50%;
  background-color: #06165E;
}
@media screen and (min-width: 768px) {
  .system-flow-item__num {
    font-size: 1.25rem;
    width: 2.5rem;
    height: 2.5rem;
  }
}
.system-flow-item__num.orange {
  background-color: #F37901;
}
.system-flow-item__text {
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 700;
  color: #06165E;
}
@media screen and (min-width: 768px) {
  .system-flow-item__text {
    font-size: 1.25rem;
  }
}
.system-flow-item__text.orange {
  color: #F37901;
}
@media screen and (min-width: 768px) {
  .system-condition {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 100%;
            flex: 0 1 100%;
  }
}
.system-condition__title {
  padding-bottom: 5px;
  padding-bottom: 0.3125rem;
  background-image: url(../images/common/border.svg);
  background-size: auto 2px;
  background-repeat: repeat-x;
  background-position: bottom center;
}
@media screen and (min-width: 768px) {
  .system-condition__title {
    padding-bottom: 0.75rem;
  }
}
.system-condition__title span {
  display: inline-block;
  font-size: 22px;
  font-size: 1.375rem;
  font-weight: 700;
  color: #06165E;
  padding-left: 34px;
  padding-left: 2.125rem;
  position: relative;
}
@media screen and (min-width: 768px) {
  .system-condition__title span {
    font-size: 1.5rem;
    padding-left: 2.8125rem;
  }
}
.system-condition__title span::before {
  content: "";
  width: 30px;
  width: 1.875rem;
  height: 30px;
  height: 1.875rem;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background-image: url(../images/common/ico_list.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
@media screen and (min-width: 768px) {
  .system-condition__title span::before {
    width: 2.5rem;
    height: 2.5rem;
  }
}
.system-condition__text {
  margin-top: 14px;
  margin-top: 0.875rem;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .system-condition__text {
    margin-top: 1.875rem;
    font-size: 1.125rem;
  }
}
.system-condition__text span {
  font-size: 12px;
  font-size: 0.75rem;
  font-weight: 400;
  margin-left: 5px;
  margin-left: 0.3125rem;
}
@media screen and (min-width: 768px) {
  .system-condition__text span {
    font-size: 0.875rem;
    margin-left: 0.625rem;
  }
}
.system-condition-box {
  margin-top: 5px;
  margin-top: 0.3125rem;
  border: 2px solid #06165E;
  border-radius: 15px;
}
@media screen and (min-width: 768px) {
  .system-condition-box {
    margin-top: 0.625rem;
    border-radius: 20px;
  }
}
.system-condition-box__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.system-condition-box__item:first-child .system-condition-box__title {
  border-top-left-radius: 13px;
}
@media screen and (min-width: 768px) {
  .system-condition-box__item:first-child .system-condition-box__title {
    border-top-left-radius: 20px;
  }
}
.system-condition-box__item:first-child .system-condition-box__content {
  border-top-right-radius: 13px;
}
@media screen and (min-width: 768px) {
  .system-condition-box__item:first-child .system-condition-box__content {
    border-top-right-radius: 20px;
  }
}
.system-condition-box__item:last-child .system-condition-box__title {
  border-bottom-left-radius: 13px;
}
@media screen and (min-width: 768px) {
  .system-condition-box__item:last-child .system-condition-box__title {
    border-bottom-left-radius: 20px;
  }
}
.system-condition-box__item:last-child .system-condition-box__content {
  border-bottom-right-radius: 13px;
}
@media screen and (min-width: 768px) {
  .system-condition-box__item:last-child .system-condition-box__content {
    border-bottom-right-radius: 20px;
  }
}
.system-condition-box__item:not(:last-child) {
  border-bottom: 1px solid #DDDDDD;
}
.system-condition-box__title {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 40px;
          flex: 0 0 40px;
  -ms-flex: 0 0 2.5rem;
      flex: 0 0 2.5rem;
  background-color: #FFF9E3;
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.45;
  color: #06165E;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (min-width: 768px) {
  .system-condition-box__title {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 9.375rem;
            flex: 0 0 9.375rem;
  }
}
.system-condition-box__content {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 100%;
          flex: 0 1 100%;
  padding: 10px;
  padding: 0.625rem;
  background-color: #fff;
}
@media screen and (min-width: 768px) {
  .system-condition-box__content {
    padding: 0.9375rem 1.25rem;
  }
}
.system-condition-box__text {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.43;
}
@media screen and (min-width: 768px) {
  .system-condition-box__text {
    font-size: 1rem;
    line-height: 1.5;
  }
}
.system-condition-box__text span {
  font-size: 12px;
  font-size: 0.75rem;
}
@media screen and (min-width: 768px) {
  .system-condition-box__text span {
    font-size: 0.875rem;
  }
}
.system-condition-box__note {
  font-size: 10px;
  font-size: 0.625rem;
  text-align: right;
  margin-top: 10px;
  margin-top: 0.625rem;
}
@media screen and (min-width: 768px) {
  .system-condition-box__note {
    font-size: 0.875rem;
    margin-top: -2.5rem;
  }
}
.system-condition__note {
  font-size: 12px;
  font-size: 0.75rem;
  margin-top: 5px;
  margin-top: 0.3125rem;
}
@media screen and (min-width: 768px) {
  .system-condition__note {
    font-size: 0.875rem;
    margin-top: 0.625rem;
    text-align: right;
  }
}
.system-condition__note a {
  color: #2F4FFF;
  text-decoration: underline;
}
.system__illust {
  width: 108px;
  width: 6.75rem;
  position: absolute;
  top: -90px;
  top: -5.625rem;
  right: 15px;
  right: 0.9375rem;
  z-index: -1;
}
@media screen and (min-width: 768px) {
  .system__illust {
    width: 10.8125rem;
    right: 8.125rem;
    top: -8.875rem;
  }
}

.price {
  margin-top: 55px;
  margin-top: 3.4375rem;
}
@media screen and (min-width: 768px) {
  .price {
    margin-top: 5rem;
  }
}
@media screen and (min-width: 768px) {
  .price__inner {
    max-width: 1060px;
  }
}
.price__texts {
  margin-top: 20px;
  margin-top: 1.25rem;
  padding: 0 15px;
  padding: 0 0.9375rem;
}
@media screen and (min-width: 768px) {
  .price__texts {
    padding: 0;
  }
}
.price__lead {
  font-size: 16px;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.8;
}
@media screen and (min-width: 768px) {
  .price__lead {
    font-size: 1.125rem;
    text-align: center;
  }
}
.price__sub {
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 700;
  color: #06165E;
  text-align: center;
  margin-top: 10px;
  margin-top: 0.625rem;
  padding: 8px 0;
  padding: 0.5rem 0;
  background-color: #FFEB4E;
  border: 2px solid #06165E;
  border-radius: 5px;
  width: 100%;
  max-width: 310px;
  max-width: 19.375rem;
  margin-top: 10px;
  margin-top: 0.625rem;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 768px) {
  .price__sub {
    font-size: 1.375rem;
    margin-top: 1.25rem;
    max-width: 21.625rem;
  }
}
.price__text {
  margin-top: 10px;
  margin-top: 0.625rem;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.8;
}
@media screen and (min-width: 768px) {
  .price__text {
    font-size: 1.125rem;
    text-align: center;
    margin-top: 1.25rem;
  }
}
.price__text .bold {
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .price__text .small {
    font-size: 1rem;
  }
}
.price__contents {
  margin-top: 20px;
  margin-top: 1.25rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
  gap: 1.25rem;
}
@media screen and (min-width: 768px) {
  .price__contents {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.price-table {
  border: 2px solid #06165E;
  border-radius: 15px;
  border-spacing: 0;
}
@media screen and (min-width: 768px) {
  .price-table {
    width: calc(50% - 0.625rem);
  }
}
.price-table tr:last-child td:last-child {
  border-bottom-right-radius: 12px;
}
.price-table th.head {
  color: #fff;
  background-color: #06165E;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 700;
  text-align: center;
  padding: 4px 0;
  padding: 0.25rem 0;
}
@media screen and (min-width: 768px) {
  .price-table th.head {
    font-size: 1.125rem;
    padding: 0.9375rem 0;
  }
}
.price-table th.head span {
  font-size: 14px;
  font-size: 0.875rem;
}
@media screen and (min-width: 768px) {
  .price-table th.head span {
    margin-left: 0.3125rem;
  }
}
.price-table th.head:nth-child(1) {
  width: 11%;
  border-top-left-radius: 12px;
}
@media screen and (min-width: 768px) {
  .price-table th.head:nth-child(1) {
    width: 16%;
  }
}
.price-table th.head:nth-child(2) {
  width: 29%;
  border-right: 1px solid #DDDDDD;
}
@media screen and (min-width: 768px) {
  .price-table th.head:nth-child(2) {
    width: 25%;
  }
}
.price-table th.head:nth-child(3) {
  width: 26%;
  border-right: 1px solid #DDDDDD;
}
@media screen and (min-width: 768px) {
  .price-table th.head:nth-child(3) {
    width: 27%;
  }
}
.price-table th.head:nth-child(4) {
  width: 34%;
  border-top-right-radius: 12px;
}
@media screen and (min-width: 768px) {
  .price-table th.head:nth-child(4) {
    width: 32%;
  }
}
.price-table th.yellow {
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 700;
  background-color: #FFF49D;
  border-bottom-left-radius: 12px;
}
.price-table th.orange {
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 700;
  border-bottom-left-radius: 12px;
  background-color: #FFE0B1;
}
.price-table td {
  font-size: 16px;
  font-size: 1rem;
  font-weight: 700;
  text-align: center;
  background-color: #fff;
  padding: 6px 0;
  padding: 0.375rem 0;
}
@media screen and (min-width: 768px) {
  .price-table td {
    padding: 0.5rem 0;
  }
}
.price-table td .small {
  font-size: 12px;
  font-size: 0.75rem;
  margin-left: 5px;
  margin-left: 0.3125rem;
}
.price-table td.num {
  font-size: 16px;
  font-size: 1rem;
  font-weight: 700;
  color: #F37901;
}
.price-table td.num span {
  font-family: "Roboto", sans-serif;
  font-size: 28px;
  font-size: 1.75rem;
}
.price-table td.bdr {
  border-right: 1px solid #DDDDDD;
}
.price-table td.bdb {
  border-bottom: 1px solid #DDDDDD;
}
@media screen and (min-width: 768px) {
  .price-table--a td {
    padding: 1.1875rem 0 1.25rem;
  }
}

.voice {
  margin-top: 80px;
  margin-top: 5rem;
}
@media screen and (min-width: 768px) {
  .voice {
    margin-top: 3.125rem;
  }
}
.voice__box {
  padding-left: 15px;
  padding-left: 0.9375rem;
  padding-right: 15px;
  padding-right: 0.9375rem;
}
.voice__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
  gap: 1.25rem;
  margin-top: 20px;
  margin-top: 1.25rem;
}
@media screen and (min-width: 768px) {
  .voice__list {
    gap: 1.875rem;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 1.875rem;
  }
}
@media screen and (min-width: 768px) {
  .voice-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 2.5rem;
  }
}
.voice-item:not(:last-child) {
  padding-bottom: 20px;
  padding-bottom: 1.25rem;
  background-image: url(../images/common/border.svg);
  background-size: auto 2px;
  background-repeat: repeat-x;
  background-position: bottom center;
}
@media screen and (min-width: 768px) {
  .voice-item:not(:last-child) {
    padding-bottom: 1.875rem;
  }
}
.voice-item__img {
  width: 100%;
  max-width: 240px;
  max-width: 15rem;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 768px) {
  .voice-item__img {
    max-width: none;
    margin: 0;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 37%;
            flex: 0 0 37%;
  }
}
.voice-item__body {
  margin-top: 10px;
  margin-top: 0.625rem;
}
@media screen and (min-width: 768px) {
  .voice-item__body {
    margin-top: 0;
    -webkit-box-flex: 0;
        -ms-flex: 0 1 100%;
            flex: 0 1 100%;
  }
}
.voice-item-meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 5px;
  gap: 0.3125rem;
}
@media screen and (min-width: 768px) {
  .voice-item-meta {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 0.625rem;
  }
}
.voice-item-meta__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.voice-item-meta__name {
  display: inline-block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 700;
  color: #fff;
  background-color: #06165E;
  padding: 3px 8px;
  padding: 0.1875rem 0.5rem;
  border: 2px solid #06165E;
  border-radius: 8px 0 0 8px;
}
@media screen and (min-width: 768px) {
  .voice-item-meta__name {
    font-size: 1rem;
    padding: 0.1875rem 1.25rem;
    border-radius: 5px 0 0 5px;
  }
}
.voice-item-meta__content {
  display: inline-block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 700;
  color: #06165E;
  padding: 3px 20px;
  padding: 0.1875rem 1.25rem;
  border: 2px solid #06165E;
  border-radius: 0 8px 8px 0;
}
@media screen and (min-width: 768px) {
  .voice-item-meta__content {
    font-size: 1rem;
    padding: 0.1875rem 1.25rem;
    border-radius: 0 5px 5px 0;
  }
}
.voice-item__lead {
  margin-top: 10px;
  margin-top: 0.625rem;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 700;
  color: #06165E;
}
@media screen and (min-width: 768px) {
  .voice-item__lead {
    margin-top: 1.25rem;
    font-size: 1.5rem;
  }
}
.voice-item__lead span {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(60%, #FFEB4E));
  background: linear-gradient(transparent 60%, #FFEB4E 60%);
}
.voice-item__text {
  font-size: 16px;
  font-size: 1rem;
  font-weight: normal;
  line-height: 1.8;
  margin-top: 10px;
  margin-top: 0.625rem;
}
@media screen and (min-width: 768px) {
  .voice-item__text {
    margin-top: 1.25rem;
  }
}
.voice-item__text span {
  font-weight: 700;
  color: #F37901;
}

.faq {
  margin-top: 55px;
  margin-top: 3.4375rem;
}
@media screen and (min-width: 768px) {
  .faq {
    margin-top: 5rem;
  }
}
@media screen and (min-width: 768px) {
  .faq__inner {
    max-width: 1080px;
  }
}
.faq__list {
  margin-top: 20px;
  margin-top: 1.25rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
  gap: 0.625rem;
}
@media screen and (min-width: 768px) {
  .faq__list {
    margin-top: 2.5rem;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 1.25rem;
  }
}
.faq__item {
  border: 2px solid #06165E;
  background-color: #fff;
  border-radius: 15px;
  padding: 15px;
  padding: 0.9375rem;
}
@media screen and (min-width: 768px) {
  .faq__item {
    width: calc(50% - 0.625rem);
    border-radius: 20px;
    padding: 1.875rem;
  }
}
.faq__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  gap: 0.625rem;
}
.faq__icon {
  font-family: "Roboto", sans-serif;
  font-size: 30px;
  font-size: 1.875rem;
  font-weight: 700;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 40px;
  width: 2.5rem;
  height: 40px;
  height: 2.5rem;
  background-color: #FFEB4E;
  border-radius: 50%;
}
@media screen and (min-width: 768px) {
  .faq__icon {
    font-size: 2.25rem;
    width: 3.125rem;
    height: 3.125rem;
  }
}
.faq__title {
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .faq__title {
    font-size: 1.25rem;
  }
}
.faq__text {
  margin-top: 5px;
  margin-top: 0.3125rem;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.8;
}
@media screen and (min-width: 768px) {
  .faq__text {
    margin-top: 0.625rem;
    font-size: 1.125rem;
  }
}

.footer {
  margin-top: 80px;
  margin-top: 5rem;
}
@media screen and (min-width: 768px) {
  .footer {
    margin-top: 3.125rem;
  }
}
.footer__copy {
  font-size: 12px;
  font-size: 0.75rem;
  font-weight: 700;
  text-align: center;
  color: #fff;
  padding: 14px 0;
  padding: 0.875rem 0;
  background-color: #06165E;
}
@media screen and (min-width: 768px) {
  .footer__copy {
    font-size: 0.875rem;
  }
}

.modal-body {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  max-width: 1100px;
  width: 90%;
}
@media screen and (min-width: 768px) {
  .modal-body {
    width: 85%;
  }
}
.modal-close {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  top: 20px;
  top: 1.25rem;
  right: 20px;
  right: 1.25rem;
  width: 50px;
  width: 3.125rem;
  height: 50px;
  height: 3.125rem;
  font-size: 36px;
  font-size: 2.25rem;
  color: #fff;
  background-color: #06165E;
  border-radius: 5px;
  cursor: pointer;
}
.modal-content {
  background: #fff;
  padding: 20px;
  padding: 1.25rem;
  height: 100%;
  border-radius: 20px;
  border: 2px solid #06165E;
  max-height: 70vh;
  overflow-y: scroll;
}
@media screen and (min-width: 768px) {
  .modal-content {
    max-height: 80vh;
  }
}
.modal-background {
  position: fixed;
  z-index: 999;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: rgba(0, 0, 0, .6);
  padding: 40px 20px;
  overflow: auto;
  opacity: 0;
  visibility: hidden;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.modal-background::before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  height: 100%;
}
.modal-background.active {
  opacity: 1;
  visibility: visible;
}

.to-top {
  width: 40px;
  width: 2.5rem;
  position: fixed;
  bottom: 10px;
  bottom: 0.625rem;
  right: 10px;
  right: 0.625rem;
  cursor: pointer;
}
@media screen and (min-width: 768px) {
  .to-top {
    width: 3.375rem;
  }
}
/*# sourceMappingURL=styles.css.map */
