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

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

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

html {
  font-size: 16px;
}
@media (max-width: 375px) {
  html {
    font-size: 4.2666666667vw;
  }
}
@media screen and (min-width: 768px) {
  html {
    font-size: 1.1713030747vw;
  }
}
@media (min-width: 1366px) {
  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;
  }
}

*,
*::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;
  overflow-x: hidden;
}

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

/* 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;
}

.about {
  padding-top: 60px;
  padding-top: 3.75rem;
  padding-bottom: 50px;
  padding-bottom: 3.125rem;
  background-color: #7DA6D8;
  /*
  margin-top: rem(50);
  */
}
@media screen and (min-width: 768px) {
  .about {
    padding-top: 6.25rem;
    padding-bottom: 4.1875rem;
  }
}

.about__inner {
  padding-left: 26px;
  padding-left: 1.625rem;
  padding-right: 26px;
  padding-right: 1.625rem;
}
@media screen and (min-width: 768px) {
  .about__inner {
    padding-left: 0;
    padding-right: 0;
    width: 63.5rem;
    margin-left: auto;
  }
}

.about__title {
  text-align: center;
  font-size: 25px;
  font-size: 1.5625rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  color: #F2E77C;
}
@media screen and (min-width: 768px) {
  .about__title {
    text-align: left;
    font-size: 2.1875rem;
  }
}

.about__box {
  margin-top: 47px;
  margin-top: 2.9375rem;
}
@media screen and (min-width: 768px) {
  .about__box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    margin-top: 0;
  }
}

@media screen and (min-width: 768px) {
  .about__img {
    width: 36rem;
    max-width: 100%;
  }
}

.about__body {
  margin-top: 48px;
  margin-top: 3rem;
}
@media screen and (min-width: 768px) {
  .about__body {
    margin-top: 2.625rem;
    width: 30.4375rem;
    max-width: 100%;
    margin-right: -2.9375rem;
  }
}

.about__copy {
  position: relative;
  z-index: 2;
}

.about__copy span {
  color: #fff;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  padding-left: 13px;
  padding-left: 0.8125rem;
  padding-right: 4px;
  padding-right: 0.25rem;
  border: 1px solid #fff;
  display: inline-block;
}
@media screen and (min-width: 768px) {
  .about__copy span {
    padding-left: 1.25rem;
    font-size: 1.5rem;
    position: relative;
    z-index: 2;
    background-color: #7DA6D8;
    padding-top: 0.375rem;
    padding-bottom: 0.375rem;
    padding-right: 1.25rem;
    white-space: nowrap;
  }
}

.about__copy span:not(:first-child) {
  margin-top: 10px;
  margin-top: 0.625rem;
}

.about__explain {
  margin-top: 37px;
  margin-top: 2.3125rem;
  font-size: 14px;
  font-size: 0.875rem;
  letter-spacing: 0.03em;
  color: #fff;
  line-height: 2;
}
@media screen and (min-width: 768px) {
  .about__explain {
    line-height: 2.1428571429;
    margin-top: 1.8125rem;
    width: 24.0625rem;
    max-width: 100%;
  }
}

.about__btn {
  margin-top: 44px;
  margin-top: 2.75rem;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .about__btn {
    margin-top: 3.25rem;
    text-align: left;
  }
}

.access {
  padding-top: 44px;
  padding-top: 2.75rem;
  padding-bottom: 73px;
  padding-bottom: 4.5625rem;
}
@media screen and (min-width: 768px) {
  .access {
    padding-top: 5.75rem;
    padding-bottom: 6.25rem;
  }
}

.access__wrapper {
  padding-left: 26px;
  padding-left: 1.625rem;
  padding-right: 26px;
  padding-right: 1.625rem;
}
@media screen and (min-width: 768px) {
  .access__wrapper {
    padding-left: 0;
    padding-right: 0;
    width: 74.3777452416vw;
    margin-left: auto;
  }
}

@media screen and (min-width: 768px) {
  .access__inner {
    /*
    width: rem(854);
    */
    width: 62.5183016105vw;
    max-width: 100%;
    margin-right: auto;
  }
}

.access__address {
  font-size: 14px;
  font-size: 0.875rem;
  text-align: center;
  letter-spacing: 0.05em;
  margin-top: 24px;
  margin-top: 1.5rem;
}

.access__iframe {
  width: 100%;
  padding-top: 49.8%;
  position: relative;
  margin-top: 31px;
  margin-top: 1.9375rem;
}
@media screen and (min-width: 768px) {
  .access__iframe {
    margin-top: 3.125rem;
  }
}

.access__iframe iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
}

.accordion {
  border-radius: 0.875rem;
  border: 1px solid #7DA6D8;
  padding: 21px 19px 20px;
  padding: 1.3125rem 1.1875rem 1.25rem;
}
@media screen and (min-width: 768px) {
  .accordion {
    padding: 1.625rem 2.25rem;
  }
}

.accordion__head {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.6428571429;
  letter-spacing: 0.05em;
  font-weight: 600;
  padding-left: 32px;
  padding-left: 2rem;
  position: relative;
  cursor: pointer;
}
@media screen and (min-width: 768px) {
  .accordion__head {
    padding-left: 2.75rem;
  }
}

.accordion__head::before {
  content: "Q";
  position: absolute;
  color: #7DA6D8;
  font-size: 23px;
  font-size: 1.4375rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  top: 0;
  left: 0;
  font-family: "Montserrat", sans-serif;
  line-height: 1;
}
.accordion__head-icon01 {
  position: absolute;
  width: 13px;
  width: 0.8125rem;
  height: 2px;
  height: 0.125rem;
  background-color: #7DA6D8;
  right: 15px;
  right: 0.9375rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.accordion__head-icon02 {
  position: absolute;
  width: 2px;
  width: 0.125rem;
  height: 13px;
  height: 0.8125rem;
  background-color: #7DA6D8;
  right: 20px;
  right: 1.25rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: -webkit-transform 0.3s ease 0s;
  transition: -webkit-transform 0.3s ease 0s;
  transition: transform 0.3s ease 0s;
  transition: transform 0.3s ease 0s, -webkit-transform 0.3s ease 0s;
}

.accordion__head-icon02.is-active {
  -webkit-transform: translateY(-50%) rotate(90deg);
          transform: translateY(-50%) rotate(90deg);
}

.accordion__body {
  margin-top: 14px;
  margin-top: 0.875rem;
  border-top: 1px solid #7DA6D8;
  display: none;
}
@media screen and (min-width: 768px) {
  .accordion__body {
    margin-top: 1.4375rem;
  }
}

.accordion__body-in {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.6428571429;
  letter-spacing: 0.05em;
  font-weight: 500;
  padding-left: 32px;
  padding-left: 2rem;
  margin-top: 18px;
  margin-top: 1.125rem;
  position: relative;
}
@media screen and (min-width: 768px) {
  .accordion__body-in {
    padding-left: 2.75rem;
    padding-right: 3.4375rem;
    line-height: 2.1428571429;
    margin-top: 1.5625rem;
  }
}

.accordion__body-in::before {
  content: "A";
  position: absolute;
  color: #7DA6D8;
  font-size: 23px;
  font-size: 1.4375rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  top: 0;
  left: 0;
  font-family: "Montserrat", sans-serif;
  line-height: 1.2;
}

.advisory-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: right;
      -ms-flex-pack: right;
          justify-content: right;
}
@media screen and (min-width: 768px) {
  .advisory-block {
    display: block;
  }
}

.advisory-block__number {
  font-weight: 400;
  font-family: "Montserrat", sans-serif;
  font-size: 40px;
  font-size: 2.5rem;
  letter-spacing: 0.05em;
  color: #7DA6D8;
  width: 22px;
  width: 1.375rem;
  line-height: 1;
  text-align: right;
}
@media screen and (min-width: 768px) {
  .advisory-block__number {
    font-size: 3.125rem;
    text-align: center;
    width: auto;
  }
}

.advisory-block__number--orange {
  color: #CB654D;
}

.advisory-block__meta {
  padding-left: 28px;
  padding-left: 1.75rem;
  margin-left: 24px;
  margin-left: 1.5rem;
  width: calc(100% - 5.5rem);
  border-left: 2px solid #7DA5D8;
}
@media screen and (min-width: 768px) {
  .advisory-block__meta {
    border-left: none;
    width: 100%;
    margin-left: 0;
    margin-top: 0.875rem;
    padding-left: 0;
    text-align: center;
  }
}

.advisory-block__meta--orange {
  border-left: 2px solid #CB654D;
}
@media screen and (min-width: 768px) {
  .advisory-block__meta--orange {
    border-left: none;
  }
}

.advisory-block__head {
  font-size: 20px;
  font-size: 1.25rem;
  color: #7DA6D8;
  letter-spacing: 0.05em;
  font-weight: 600;
}
@media screen and (min-width: 768px) {
  .advisory-block__head {
    color: #2E2E2E;
    border-bottom: 0.4375rem solid #7DA6D8;
    display: inline-block;
  }
}

.advisory-block__head--orange {
  color: #CB654D;
}
@media screen and (min-width: 768px) {
  .advisory-block__head--orange {
    color: #2E2E2E;
    border-bottom: 0.4375rem solid #CB654D;
  }
}

.advisory-block__explain {
  font-size: 15px;
  font-size: 0.9375rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1.6;
}
@media screen and (min-width: 768px) {
  .advisory-block__explain {
    line-height: 1.6666666667;
    text-align: center;
    margin-top: 2.5625rem;
  }
}

.advisory-block__dl {
  margin-top: 12px;
  margin-top: 0.75rem;
}
@media screen and (min-width: 768px) {
  .advisory-block__dl {
    text-align: left;
    margin-top: 1.3125rem;
  }
}

.advisory-block__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-top: 1px solid #DDD;
  padding-top: 5px;
  padding-top: 0.3125rem;
  padding-bottom: 5px;
  padding-bottom: 0.3125rem;
}

.advisory-block__row:nth-child(3) {
  padding-bottom: 22px;
  padding-bottom: 1.375rem;
}

.advisory-block__row--block {
  display: block;
  border-bottom: 1px solid #DDD;
}

.advisory-block__dt {
  font-size: 14px;
  font-size: 0.875rem;
  letter-spacing: 0.05em;
  font-weight: 500;
}

.advisory-block__dd {
  font-size: 14px;
  font-size: 0.875rem;
  letter-spacing: 0.05em;
  font-weight: 500;
}

.advisory-block__row--block .advisory-block__dd {
  text-align: right;
}

.advisory-block__note {
  font-size: 13px;
  font-size: 0.8125rem;
  letter-spacing: 0.05em;
  font-weight: 500;
  margin-top: 5px;
  margin-top: 0.3125rem;
}
@media screen and (min-width: 768px) {
  .advisory-block__note {
    text-align: left;
  }
}

.advisory-block__text {
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1.6428571429;
  margin-top: 13px;
  margin-top: 0.8125rem;
}

.advisory01 {
  /*
  padding-top: rem(58);
  padding-bottom: rem(60);
  @include mq (md) {
      padding-top: rem(108);
  }
  */
}

.advisory01__wrapper {
  padding-left: 26px;
  padding-left: 1.625rem;
  padding-right: 26px;
  padding-right: 1.625rem;
}
@media screen and (min-width: 768px) {
  .advisory01__wrapper {
    padding-left: 0;
    padding-right: 0;
    width: 74.3777452416vw;
    /*
    width: 83.377745vw;
    */
    max-width: 100%;
    margin-left: auto;
  }
}

.advisory01__inner {
  padding-top: 58px;
  padding-top: 3.625rem;
  padding-bottom: 60px;
  padding-bottom: 3.75rem;
  border-bottom: 2px dotted #7DA6D8;
}
@media screen and (min-width: 768px) {
  .advisory01__inner {
    padding-top: 6.75rem;
    padding-bottom: 6.9375rem;
    /*
    width: rem(854);
    */
    width: 62.5183016105vw;
    max-width: 100%;
    margin-right: auto;
  }
}

.advisory01__title {
  text-align: center;
  font-size: 25px;
  font-size: 1.5625rem;
  font-weight: 600;
  letter-spacing: 0.05em;
  color: #7DA6D8;
}
@media screen and (min-width: 768px) {
  .advisory01__title {
    font-size: 2.0625rem;
  }
}

.advisory01__copy {
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 2;
  text-align: center;
  margin-top: 20px;
  margin-top: 1.25rem;
}
@media screen and (min-width: 768px) {
  .advisory01__copy {
    line-height: 2.1428571429;
  }
}

.advisory01__items {
  margin-top: 45px;
  margin-top: 2.8125rem;
}
@media screen and (min-width: 768px) {
  .advisory01__items {
    margin-top: 3rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

@media screen and (min-width: 768px) {
  .advisory01__item {
    width: calc(33.33333% - 2.91667rem);
  }
}

.advisory01__item:not(:first-child) {
  margin-top: 23px;
  margin-top: 1.4375rem;
}
@media screen and (min-width: 768px) {
  .advisory01__item:not(:first-child) {
    margin-top: 0;
    margin-left: 4.375rem;
  }
}

.advisory01__text {
  margin-top: 37px;
  margin-top: 2.3125rem;
  font-size: 15px;
  font-size: 0.9375rem;
  letter-spacing: 0.05em;
  font-weight: 500;
  line-height: 1.8666666667;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .advisory01__text {
    margin-top: 3rem;
    line-height: 2;
  }
}

.advisory01__box {
  margin-top: 35px;
  margin-top: 2.1875rem;
  border: 1px solid #707070;
  padding-top: 33px;
  padding-top: 2.0625rem;
  padding-bottom: 25px;
  padding-bottom: 1.5625rem;
}
@media screen and (min-width: 768px) {
  .advisory01__box {
    margin-top: 2.8125rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 1.25rem 1.625rem;
  }
}

.advisory01__heading {
  font-size: 18px;
  font-size: 1.125rem;
  text-align: center;
  font-weight: 600;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 768px) {
  .advisory01__heading {
    font-size: 1.25rem;
    line-height: 1.5;
    width: 10.5rem;
    text-align: left;
  }
}

.advisory01__lists {
  margin-top: 23px;
  margin-top: 1.4375rem;
  width: 270px;
  width: 16.875rem;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 768px) {
  .advisory01__lists {
    width: auto;
    margin-right: 0;
    margin-left: 1rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-top: 0;
    width: calc(100% - 11.5rem);
    padding-left: 1.375rem;
    position: relative;
  }
}

@media screen and (min-width: 768px) {
  .advisory01__lists::before {
    content: "";
    position: absolute;
    width: 1px;
    height: 4.375rem;
    background-color: #2E2E2E;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}

.advisory01__list {
  font-size: 15px;
  font-size: 0.9375rem;
  letter-spacing: 0.05em;
  font-weight: 500;
  line-height: 1.7333333333;
}
@media screen and (min-width: 768px) {
  .advisory01__list {
    width: calc(50% - 0.90625rem);
  }
}

@media screen and (min-width: 768px) {
  .advisory01__list:nth-child(2n) {
    margin-left: 1.8125rem;
  }
}

.advisory01__btn {
  display: block;
  background-color: #7DA6D8;
  border-radius: 1.3125rem;
  width: 233px;
  width: 14.5625rem;
  height: 42px;
  height: 2.625rem;
  line-height: 42px;
  line-height: 2.625rem;
  text-align: center;
  font-family: "Montserrat", sans-serif;
  font-size: 15px;
  font-size: 0.9375rem;
  font-weight: 700;
  color: #fff;
  text-align: center;
  letter-spacing: 0.1em;
  margin-left: auto;
  margin-right: auto;
  margin-top: 43px;
  margin-top: 2.6875rem;
}
@media screen and (min-width: 768px) {
  .advisory01__btn {
    margin-top: 4.375rem;
    width: 20.0625rem;
    height: 3.75rem;
    line-height: 3.75rem;
    font-size: 1.1875rem;
    border-radius: 1.8125rem;
  }
}

.advisory02__wrapper {
  padding-left: 26px;
  padding-left: 1.625rem;
  padding-right: 26px;
  padding-right: 1.625rem;
}
@media screen and (min-width: 768px) {
  .advisory02__wrapper {
    padding-left: 0;
    padding-right: 0;
    width: 74.3777452416vw;
    /*
    width: 83.377745vw;
    */
    max-width: 100%;
    margin-left: auto;
  }
}

.advisory02__inner {
  padding-top: 58px;
  padding-top: 3.625rem;
  padding-bottom: 72px;
  padding-bottom: 4.5rem;
  border-bottom: 2px dotted #7DA6D8;
}
@media screen and (min-width: 768px) {
  .advisory02__inner {
    /*
    width: rem(854);
    */
    width: 62.5183016105vw;
    max-width: 100%;
    margin-right: auto;
    padding-top: 6.125rem;
    padding-bottom: 6.9375rem;
  }
}

.advisory02__title {
  text-align: center;
  font-size: 25px;
  font-size: 1.5625rem;
  font-weight: 600;
  letter-spacing: 0.05em;
  color: #CB654D;
}
@media screen and (min-width: 768px) {
  .advisory02__title {
    font-size: 2.0625rem;
  }
}

.advisory02__copy {
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 2;
  text-align: center;
  margin-top: 20px;
  margin-top: 1.25rem;
}
@media screen and (min-width: 768px) {
  .advisory02__copy {
    line-height: 2.1428571429;
  }
}

.advisory02__items {
  margin-top: 45px;
  margin-top: 2.8125rem;
}
@media screen and (min-width: 768px) {
  .advisory02__items {
    margin-top: 3.4375rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

@media screen and (min-width: 768px) {
  .advisory02__item {
    width: calc(33.33333% - 2.91667rem);
  }
}

.advisory02__item:not(:first-child) {
  margin-top: 23px;
  margin-top: 1.4375rem;
}

@media screen and (min-width: 768px) {
  .advisory02__item:nth-child(2),
  .advisory02__item:nth-child(3) {
    margin-top: 0;
  }
}

@media screen and (min-width: 768px) {
  .advisory02__item:not(:nth-child(3n+1)) {
    margin-left: 4.375rem;
  }
}

@media screen and (min-width: 768px) {
  .advisory02__item:nth-child(n+4) {
    margin-top: 5.5rem;
  }
}

.advisory02__btn {
  display: block;
  width: 233px;
  width: 14.5625rem;
  height: 42px;
  height: 2.625rem;
  line-height: 42px;
  line-height: 2.625rem;
  text-align: center;
  border-radius: 1.3125rem;
  background-color: #CB654D;
  font-family: "Montserrat", sans-serif;
  font-size: 15px;
  font-size: 0.9375rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  color: #fff;
  margin-left: auto;
  margin-right: auto;
  margin-top: 35px;
  margin-top: 2.1875rem;
}
@media screen and (min-width: 768px) {
  .advisory02__btn {
    margin-top: 4.375rem;
    width: 20.0625rem;
    height: 3.75rem;
    line-height: 3.75rem;
    font-size: 1.1875rem;
    border-radius: 1.8125rem;
  }
}

.btn {
  border-radius: 1.8125rem;
  display: inline-block;
  font-family: "Montserrat", sans-serif;
  font-size: 15px;
  font-size: 0.9375rem;
  letter-spacing: 0.1em;
  text-align: center;
  width: 146px;
  width: 9.125rem;
  height: 42px;
  height: 2.625rem;
  line-height: 42px;
  line-height: 2.625rem;
  color: #fff;
  background-color: #7DA6D8;
  font-weight: 700;
  -webkit-transition: background-color 0.3s ease 0s, color 0.3s ease 0s;
  transition: background-color 0.3s ease 0s, color 0.3s ease 0s;
  border: 1px solid #7DA6D8;
}
@media screen and (min-width: 768px) {
  .btn {
    width: 13.9375rem;
    height: 3.625rem;
    line-height: 3.625rem;
    font-size: 1.1875rem;
  }
}

.btn:hover {
  opacity: 1;
  background-color: #fff;
  color: #7DA6D8;
}

.btn--yellow {
  border: 1px solid #F2E77C;
  color: #7DA6D8;
  background-color: #F2E77C;
}

.btn--yellow:hover {
  background-color: #7DA6D8;
  color: #F2E77C;
}

.consulting__wrapper {
  padding-left: 26px;
  padding-left: 1.625rem;
  padding-right: 26px;
  padding-right: 1.625rem;
}
@media screen and (min-width: 768px) {
  .consulting__wrapper {
    padding-left: 0;
    padding-right: 0;
    width: 74.3777452416vw;
    /*
    width: 83.377745vw;
    */
    max-width: 100%;
    margin-left: auto;
  }
}

.consulting__inner {
  padding-top: 67px;
  padding-top: 4.1875rem;
}
@media screen and (min-width: 768px) {
  .consulting__inner {
    padding-top: 6.5625rem;
    /*
    width: rem(854);
    */
    width: 62.5183016105vw;
    max-width: 100%;
    margin-right: auto;
  }
}

.consulting__title {
  text-align: center;
  font-size: 25px;
  font-size: 1.5625rem;
  color: #E5D85E;
  letter-spacing: 0.05em;
  font-weight: 600;
}
@media screen and (min-width: 768px) {
  .consulting__title {
    font-size: 2.0625rem;
  }
}

.consulting__copy {
  text-align: center;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 2;
  letter-spacing: 0.05em;
  font-weight: 500;
  margin-top: 20px;
  margin-top: 1.25rem;
}
@media screen and (min-width: 768px) {
  .consulting__copy {
    line-height: 2.1428571429;
  }
}

.consulting__copy01 {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 2;
  letter-spacing: 0.05em;
  font-weight: 500;
  margin-top: 20px;
  margin-top: 1.25rem;
}
@media screen and (min-width: 768px) {
  .consulting__copy01 {
    margin-top: 2.4375rem;
    width: 26.4375rem;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-left: 1.375rem;
    border-left: 0.4375rem solid #E5D85E;
  }
}

.consulting__copy01 span {
  font-size: 10px;
  font-size: 0.625rem;
}

.contact-form__row {
  margin-top: 14px;
  margin-top: 0.875rem;
}
@media screen and (min-width: 768px) {
  .contact-form__row {
    margin-top: 1.5625rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

@media screen and (min-width: 768px) {
  .contact-form__label {
    width: 7.0625rem;
  }
}

.contact-form__label--en {
  display: block;
  font-family: "Montserrat", sans-serif;
  font-size: 12px;
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  color: #7DA6D8;
}

.contact-form__label--ja {
  font-size: 15px;
  font-size: 0.9375rem;
  letter-spacing: 0.05em;
  font-weight: 600;
}

.contact-form__input {
  margin-top: 6px;
  margin-top: 0.375rem;
}
@media screen and (min-width: 768px) {
  .contact-form__input {
    margin-top: 0;
    margin-left: 0.5rem;
    width: calc(100% - 7.5625rem);
  }
}

.contact-form__input input {
  width: 100%;
  height: 42px;
  height: 2.625rem;
  border-radius: 0.625rem;
  border: 1px solid #7DA6D8;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  outline: none;
  background-color: #fff;
  padding-left: 10px;
  padding-left: 0.625rem;
}

.contact-form__input textarea {
  width: 100%;
  height: 191px;
  height: 11.9375rem;
  border-radius: 0.625rem;
  border: 1px solid #7DA6D8;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  outline: none;
  background-color: #fff;
  padding-left: 10px;
  padding-left: 0.625rem;
  padding-top: 5px;
  padding-top: 0.3125rem;
}

.contact-form__submit {
  text-align: center;
  margin-top: 38px;
  margin-top: 2.375rem;
}
@media screen and (min-width: 768px) {
  .contact-form__submit {
    margin-top: 2.625rem;
  }
}

.contact-form__submit input {
  display: inline-block;
  width: 193px;
  width: 12.0625rem;
  height: 46px;
  height: 2.875rem;
  border-radius: 0.75rem;
  background-color: #7DA6D8;
  border: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  font-size: 15px;
  font-size: 0.9375rem;
  color: #fff;
  letter-spacing: 0.1em;
  font-weight: 600;
}

.contact {
  background-color: #F2F2F2;
  padding-top: 57px;
  padding-top: 3.5625rem;
  padding-bottom: 66px;
  padding-bottom: 4.125rem;
}
@media screen and (min-width: 768px) {
  .contact {
    padding-top: 6.25rem;
    padding-bottom: 5.375rem;
  }
}

.contact__wrapper {
  padding-left: 26px;
  padding-left: 1.625rem;
  padding-right: 26px;
  padding-right: 1.625rem;
}
@media screen and (min-width: 768px) {
  .contact__wrapper {
    padding-left: 0;
    padding-right: 0;
    width: 74.3777452416vw;
    margin-left: auto;
  }
}

@media screen and (min-width: 768px) {
  .contact__inner {
    /*
    width: rem(854);
    */
    width: 62.5183016105vw;
    max-width: 100%;
    margin-right: auto;
  }
}

.contact__title {
  text-align: center;
  font-size: 30px;
  font-size: 1.875rem;
  font-weight: 600;
  letter-spacing: 0.1em;
}

.contact__copy {
  text-align: center;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  margin-top: 19px;
  margin-top: 1.1875rem;
}
@media screen and (min-width: 768px) {
  .contact__copy {
    margin-top: 0.5625rem;
  }
}

.contact__form {
  margin-top: 34px;
  margin-top: 2.125rem;
}
@media screen and (min-width: 768px) {
  .contact__form {
    width: 37.875rem;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 3.125rem;
  }
}

@media screen and (min-width: 768px) {
  .creed-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.creed-block__meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
@media screen and (min-width: 768px) {
  .creed-block__meta {
    display: block;
  }
}

.creed-block__meta--02 {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

.creed-block__meta--04 {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

.creed-block__img {
  max-width: 100%;
  -webkit-animation: flip 10s infinite ease-in-out;
          animation: flip 10s infinite ease-in-out;
}

.creed-block__img--01 {
  margin-left: -9px;
  margin-left: -0.5625rem;
  width: 121px;
  width: 7.5625rem;
}
@media screen and (min-width: 768px) {
  .creed-block__img--01 {
    width: 14.0625rem;
    margin-left: 0;
  }
}

@-webkit-keyframes flip {
  0% {
    -webkit-transform: rotateY(0deg);
            transform: rotateY(0deg);
  }
  10% {
    -webkit-transform: rotateY(180deg);
            transform: rotateY(180deg);
  }
  20% {
    -webkit-transform: rotateY(0deg);
            transform: rotateY(0deg);
  }
  30% {
    -webkit-transform: rotateY(180deg);
            transform: rotateY(180deg);
  }
  40% {
    -webkit-transform: rotateY(0deg);
            transform: rotateY(0deg);
  }
  50% {
    -webkit-transform: rotateY(180deg);
            transform: rotateY(180deg);
  }
  60% {
    -webkit-transform: rotateY(0deg);
            transform: rotateY(0deg);
  }
  70% {
    -webkit-transform: rotateY(180deg);
            transform: rotateY(180deg);
  }
  80% {
    -webkit-transform: rotateY(0deg);
            transform: rotateY(0deg);
  }
  90% {
    -webkit-transform: rotateY(180deg);
            transform: rotateY(180deg);
  }
  100% {
    -webkit-transform: rotateY(0deg);
            transform: rotateY(0deg);
  }
}

@keyframes flip {
  0% {
    -webkit-transform: rotateY(0deg);
            transform: rotateY(0deg);
  }
  10% {
    -webkit-transform: rotateY(180deg);
            transform: rotateY(180deg);
  }
  20% {
    -webkit-transform: rotateY(0deg);
            transform: rotateY(0deg);
  }
  30% {
    -webkit-transform: rotateY(180deg);
            transform: rotateY(180deg);
  }
  40% {
    -webkit-transform: rotateY(0deg);
            transform: rotateY(0deg);
  }
  50% {
    -webkit-transform: rotateY(180deg);
            transform: rotateY(180deg);
  }
  60% {
    -webkit-transform: rotateY(0deg);
            transform: rotateY(0deg);
  }
  70% {
    -webkit-transform: rotateY(180deg);
            transform: rotateY(180deg);
  }
  80% {
    -webkit-transform: rotateY(0deg);
            transform: rotateY(0deg);
  }
  90% {
    -webkit-transform: rotateY(180deg);
            transform: rotateY(180deg);
  }
  100% {
    -webkit-transform: rotateY(0deg);
            transform: rotateY(0deg);
  }
}
.creed-block__img--02 {
  width: 85px;
  width: 5.3125rem;
  margin-right: 26px;
  margin-right: 1.625rem;
}
@media screen and (min-width: 768px) {
  .creed-block__img--02 {
    margin-right: 0;
    width: 9.25rem;
    margin-top: 5.375rem;
  }
}

.creed-block__img--03 {
  width: 99px;
  width: 6.1875rem;
}
@media screen and (min-width: 768px) {
  .creed-block__img--03 {
    width: 11rem;
    margin-top: 1.5625rem;
  }
}

.creed-block__img--04 {
  width: 163px;
  width: 10.1875rem;
}
@media screen and (min-width: 768px) {
  .creed-block__img--04 {
    width: 14.4375rem;
  }
}

.creed-block__img--05 {
  width: 125px;
  width: 7.8125rem;
}
@media screen and (min-width: 768px) {
  .creed-block__img--05 {
    width: 14.75rem;
    margin-top: 0.5625rem;
  }
}

.creed-block__head span {
  font-size: 16px;
  font-size: 1rem;
  letter-spacing: 0.1em;
  font-weight: 600;
  border: 2px solid #7DA5D8;
  padding-left: 4px;
  padding-left: 0.25rem;
  padding-right: 4px;
  padding-right: 0.25rem;
  display: inline-block;
}
@media screen and (min-width: 768px) {
  .creed-block__head span {
    font-size: 1.5rem;
    padding-left: 1.25rem;
    padding-right: 1.0625rem;
    padding-top: 0.3125rem;
    padding-bottom: 0.25rem;
  }
}

.creed-block__head span:not(:first-child) {
  margin-top: 9px;
  margin-top: 0.5625rem;
  font-size: 15px;
  font-size: 0.9375rem;
}
@media screen and (min-width: 768px) {
  .creed-block__head span:not(:first-child) {
    margin-top: 0.6875rem;
    font-size: 1.5rem;
    padding-left: 1.125rem;
    padding-right: 0rem;
  }
}

.creed-block__body {
  position: relative;
  margin-top: 19px;
  margin-top: 1.1875rem;
}
@media screen and (min-width: 768px) {
  .creed-block__body {
    margin-top: 0;
    width: 24.375rem;
    max-width: 100%;
  }
}

.creed-block__en01 {
  width: 132px;
  width: 8.25rem;
  max-width: 100%;
  bottom: -26px;
  bottom: -1.625rem;
  right: 0;
  position: absolute;
}
@media screen and (min-width: 768px) {
  .creed-block__en01 {
    width: 11.4375rem;
    bottom: -1.125rem;
    right: -1.4375rem;
  }
}

.creed-block__en02 {
  width: 207px;
  width: 12.9375rem;
  max-width: 100%;
  bottom: -42px;
  bottom: -2.625rem;
  left: 0;
  position: absolute;
}
@media screen and (min-width: 768px) {
  .creed-block__en02 {
    width: 17.9375rem;
    bottom: -0.1875rem;
    right: -10.9375rem;
    left: auto;
  }
}

.creed-block__en03 {
  width: 236px;
  width: 14.75rem;
  max-width: 100%;
  bottom: -19px;
  bottom: -1.1875rem;
  right: 0;
  position: absolute;
}
@media screen and (min-width: 768px) {
  .creed-block__en03 {
    width: 20.4375rem;
    bottom: -1.8125rem;
    right: -2.8125rem;
  }
}

.creed-block__en04 {
  width: 81px;
  width: 5.0625rem;
  max-width: 100%;
  bottom: -52px;
  bottom: -3.25rem;
  left: 0;
  position: absolute;
}
@media screen and (min-width: 768px) {
  .creed-block__en04 {
    width: 7rem;
    bottom: -0.9375rem;
    left: auto;
    right: -1.75rem;
  }
}

.creed-block__en05 {
  width: 233px;
  width: 14.5625rem;
  max-width: 100%;
  bottom: -50px;
  bottom: -3.125rem;
  right: 0;
  position: absolute;
}
@media screen and (min-width: 768px) {
  .creed-block__en05 {
    width: 20.1875rem;
    left: -17.9375rem;
    bottom: -1.75rem;
  }
}

@media screen and (min-width: 768px) {
  .creed__item:nth-child(2n+1) .creed-block__body {
    margin-left: 4.5rem;
  }
}

@media screen and (min-width: 768px) {
  .creed__item:nth-child(2n) .creed-block__body {
    margin-right: 4.5rem;
  }
}

.creed-block__explain {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 2;
  font-weight: 500;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 768px) {
  .creed-block__explain {
    width: 21.1875rem;
    max-width: 100%;
    margin-top: 1.625rem;
  }
}

.creed {
  padding-top: 210px;
  padding-top: 13.125rem;
  padding-bottom: 116px;
  padding-bottom: 7.25rem;
  background-color: #F2F2F2;
}
@media screen and (min-width: 768px) {
  .creed {
    padding-top: 5rem;
    padding-bottom: 8.1875rem;
    padding-left: 4vw;
  }
}

.creed__inner {
  padding-left: 26px;
  padding-left: 1.625rem;
  padding-right: 26px;
  padding-right: 1.625rem;
}
@media screen and (min-width: 768px) {
  .creed__inner {
    padding-left: 0;
    padding-right: 0;
    /*
    width: rem(765);
    max-width: 100%;
    margin-left: calc(353 / 1366 * 100vw);
    margin-right: calc(248 / 1366 * 100vw);
    */
    width: 74.3777452416vw;
    max-width: 100%;
    margin-left: auto;
  }
}

.creed__title {
  text-align: center;
  font-size: 25px;
  font-size: 1.5625rem;
  letter-spacing: 0.1em;
  font-weight: 600;
}

.creed__explain {
  font-size: 14px;
  font-size: 0.875rem;
  letter-spacing: 0.05em;
  font-weight: 500;
  margin-top: 32px;
  margin-top: 2rem;
  padding-left: 26px;
  padding-left: 1.625rem;
  padding-right: 26px;
  padding-right: 1.625rem;
}
@media screen and (min-width: 768px) {
  .creed__explain {
    width: 16.875rem;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 1.9375rem;
    line-height: 2.1428571429;
    padding-left: 0;
    padding-right: 0;
  }
}

.creed__items {
  margin-top: 31px;
  margin-top: 1.9375rem;
}
@media screen and (min-width: 768px) {
  .creed__items {
    margin-top: 24.6875rem;
    /*
    width: rem(854);
    */
    width: 62.5183016105vw;
    max-width: 100%;
  }
}

.creed__item:not(:first-child) {
  margin-top: 100px;
  margin-top: 6.25rem;
}
@media screen and (min-width: 768px) {
  .creed__item:not(:first-child) {
    margin-top: 6.25rem;
  }
}

@media screen and (min-width: 768px) {
  .creed__item:nth-child(2n+1) {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

@media screen and (min-width: 768px) {
  .creed__item:nth-child(2n) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    -webkit-box-pack: left;
        -ms-flex-pack: left;
            justify-content: left;
  }
}

@media screen and (min-width: 768px) {
  .creed__item:first-child {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

@media screen and (min-width: 768px) {
  .creed__item:nth-child(3) {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

@media screen and (min-width: 768px) {
  .creed__item:last-child {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.drawer-content {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #7DA6D8;
  z-index: 299;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.3s ease 0s, visibility 0.3s ease 0s;
  transition: opacity 0.3s ease 0s, visibility 0.3s ease 0s;
}

.drawer-content.is-active {
  opacity: 1;
  visibility: visible;
}

.drawer-content__box {
  padding-top: 207px;
  padding-top: 12.9375rem;
  padding-bottom: 73px;
  padding-bottom: 4.5625rem;
  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-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: inherit;
}

.drawer-content__item a {
  display: block;
  font-size: 18px;
  font-size: 1.125rem;
  text-align: center;
  font-weight: 600;
  color: #fff;
}

.drawer-content__item:not(:first-child) {
  margin-top: 28px;
  margin-top: 1.75rem;
}

.drawer-content__logo {
  width: 125px;
  width: 7.8125rem;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.drawer-content__copy {
  text-align: center;
  font-size: 16px;
  font-size: 1rem;
  letter-spacing: 0.1em;
  font-weight: 600;
  color: #fff;
  margin-top: 30px;
  margin-top: 1.875rem;
}

.drawer-icon {
  position: fixed;
  width: 22px;
  width: 1.375rem;
  height: 14px;
  height: 0.875rem;
  top: 28px;
  top: 1.75rem;
  right: 26px;
  right: 1.625rem;
  z-index: 300;
}
@media screen and (min-width: 768px) {
  .drawer-icon {
    display: none;
  }
}

.drawer-icon__bar01,
.drawer-icon__bar02,
.drawer-icon__bar03 {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  height: 0.125rem;
  background-color: #2E2E2E;
  left: 0;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.drawer-icon__bar01 {
  top: 0;
}

.drawer-icon__bar02 {
  top: 7px;
  top: 0.4375rem;
}

.drawer-icon__bar03 {
  top: 14px;
  top: 0.875rem;
}

.drawer-icon.is-active .drawer-icon__bar01 {
  top: 7px;
  top: 0.4375rem;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  background-color: #fff;
}

.drawer-icon.is-active .drawer-icon__bar02 {
  display: none;
}

.drawer-icon.is-active .drawer-icon__bar03 {
  top: 7px;
  top: 0.4375rem;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  background-color: #fff;
}

.faq--top {
  border-top: 2px dotted #7DA6D8;
  padding-top: 44px;
  padding-top: 2.75rem;
  padding-bottom: 58px;
  padding-bottom: 3.625rem;
}
@media screen and (min-width: 768px) {
  .faq--top {
    padding-top: 3.9375rem;
    padding-bottom: 6.9375rem;
  }
}

.faq__wrapper {
  padding-left: 26px;
  padding-left: 1.625rem;
  padding-right: 26px;
  padding-right: 1.625rem;
}
@media screen and (min-width: 768px) {
  .faq__wrapper {
    padding-left: 0;
    padding-right: 0;
    width: 74.3777452416vw;
    /*
    width: 83.377745vw;
    */
    max-width: 100%;
    margin-left: auto;
  }
}

.faq__inner {
  padding-top: 44px;
  padding-top: 2.75rem;
  padding-bottom: 78px;
  padding-bottom: 4.875rem;
}
@media screen and (min-width: 768px) {
  .faq__inner {
    padding-top: 4.75rem;
    padding-bottom: 10.5rem;
    /*
    width: rem(854);
    */
    width: 62.5183016105vw;
    max-width: 100%;
    margin-right: auto;
  }
}

.faq__items {
  margin-top: 44px;
  margin-top: 2.75rem;
}
@media screen and (min-width: 768px) {
  .faq__items {
    width: 45.1875rem;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 4.625rem;
  }
}

.faq__item:not(:first-child) {
  margin-top: 12px;
  margin-top: 0.75rem;
}
@media screen and (min-width: 768px) {
  .faq__item:not(:first-child) {
    margin-top: 1.4375rem;
  }
}

.faq__btn {
  text-align: center;
  margin-top: 48px;
  margin-top: 3rem;
}
@media screen and (min-width: 768px) {
  .faq__btn {
    margin-top: 3.5625rem;
  }
}

.fee__wrapper {
  padding-left: 26px;
  padding-left: 1.625rem;
  padding-right: 26px;
  padding-right: 1.625rem;
}
@media screen and (min-width: 768px) {
  .fee__wrapper {
    padding-left: 0;
    padding-right: 0;
    width: 74.3777452416vw;
    /*
    width: 83.377745vw;
    */
    max-width: 100%;
    margin-left: auto;
  }
}

.fee__inner {
  padding-top: 100px;
  padding-top: 6.25rem;
  padding-bottom: 71px;
  padding-bottom: 4.4375rem;
  border-bottom: 2px dotted #7DA6D8;
}
@media screen and (min-width: 768px) {
  .fee__inner {
    padding-top: 11.125rem;
    /*
    width: rem(854);
    */
    width: 62.5183016105vw;
    max-width: 100%;
    margin-right: auto;
    padding-bottom: 8.5rem;
  }
}

.fee__title {
  text-align: center;
  background-color: #5A5959;
  border-radius: 0.9375rem;
  color: #fff;
  font-size: 25px;
  font-size: 1.5625rem;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 768px) {
  .fee__title {
    font-size: 2.0625rem;
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
  }
}

.fee__items {
  margin-top: 62px;
  margin-top: 3.875rem;
}
@media screen and (min-width: 768px) {
  .fee__items {
    margin-top: 5.3125rem;
  }
}

.fee01 {
  padding-bottom: 71px;
  padding-bottom: 4.4375rem;
}
@media screen and (min-width: 768px) {
  .fee01 {
    padding-bottom: 8.5rem;
  }
}

.fee01__title {
  text-align: center;
  font-size: 25px;
  font-size: 1.5625rem;
  letter-spacing: 0.05em;
  font-weight: 600;
  color: #7DA6D8;
}
@media screen and (min-width: 768px) {
  .fee01__title {
    font-size: 2.0625rem;
  }
}

.fee01__copy {
  text-align: center;
  font-size: 14px;
  font-size: 0.875rem;
  letter-spacing: 0.05em;
  line-height: 2;
  letter-spacing: 0.05em;
  font-weight: 500;
  margin-top: 20px;
  margin-top: 1.25rem;
}
@media screen and (min-width: 768px) {
  .fee01__copy {
    line-height: 2.1428571429;
  }
}

.fee01__box {
  margin-top: 54px;
  margin-top: 3.375rem;
}
@media screen and (min-width: 768px) {
  .fee01__box {
    margin-top: 4rem;
  }
}

.fee01__head {
  font-size: 15px;
  font-size: 0.9375rem;
  letter-spacing: 0.05em;
  font-weight: 600;
  color: #fff;
  background-color: #7DA6D8;
  border-radius: 1.125rem;
  padding: 6px 17px;
  padding: 0.375rem 1.0625rem;
  display: inline-block;
}

.fee01__body {
  margin-top: 27px;
  margin-top: 1.6875rem;
}
@media screen and (min-width: 768px) {
  .fee01__body {
    margin-top: 1.3125rem;
  }
}

.fee01__heading {
  font-size: 15px;
  font-size: 0.9375rem;
  margin: 0;
  letter-spacing: 0.05em;
  font-weight: 600;
  border-bottom: 1px solid #707070;
  padding-bottom: 4px;
  padding-bottom: 0.25rem;
}

.fee01__lists {
  margin-top: 6px;
  margin-top: 0.375rem;
}

.fee01__list {
  font-size: 14px;
  font-size: 0.875rem;
  letter-spacing: 0.05em;
  line-height: 1.7857142857;
  font-weight: 600;
  padding-left: 1.7em;
  position: relative;
}

.fee01__list::before {
  content: "";
  position: absolute;
  width: 16px;
  width: 1rem;
  height: 16px;
  height: 1rem;
  background-color: #7DA6D8;
  border-radius: 50%;
  top: 5px;
  top: 0.3125rem;
  left: 0;
}

.fee01__box01 {
  margin-top: 48px;
  margin-top: 3rem;
}

.fee01__head01 {
  font-size: 15px;
  font-size: 0.9375rem;
  letter-spacing: 0.05em;
  font-weight: 600;
  color: #fff;
  background-color: #716F6F;
  border-radius: 1.125rem;
  padding: 6px 17px;
  padding: 0.375rem 1.0625rem;
  display: inline-block;
}

.fee01__lists01 {
  margin-top: 29px;
  margin-top: 1.8125rem;
}
@media screen and (min-width: 768px) {
  .fee01__lists01 {
    margin-top: 0.875rem;
  }
}

.fee01__list01 {
  font-size: 14px;
  font-size: 0.875rem;
  letter-spacing: 0.05em;
  line-height: 1.7857142857;
  font-weight: 600;
  padding-left: 1.7em;
  position: relative;
}

.fee01__list01::before {
  content: "";
  position: absolute;
  width: 16px;
  width: 1rem;
  height: 16px;
  height: 1rem;
  background-color: #716F6F;
  border-radius: 50%;
  top: 5px;
  top: 0.3125rem;
  left: 0;
}

.fee01__items {
  margin-top: 27px;
  margin-top: 1.6875rem;
}
@media screen and (min-width: 768px) {
  .fee01__items {
    margin-top: 4rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.fee01__item {
  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) {
  .fee01__item {
    width: calc(50% - 1.5625rem);
    -webkit-box-pack: initial;
        -ms-flex-pack: initial;
            justify-content: initial;
  }
}

.fee01__item--start {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media screen and (min-width: 768px) {
  .fee01__item--start {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.fee01__item:not(:first-child) {
  margin-top: 18px;
  margin-top: 1.125rem;
}

@media screen and (min-width: 768px) {
  .fee01__item:nth-child(2) {
    margin-top: 0;
  }
}

@media screen and (min-width: 768px) {
  .fee01__item:nth-child(n+3) {
    margin-top: 1.6875rem;
  }
}

@media screen and (min-width: 768px) {
  .fee01__item:nth-child(2n) {
    margin-left: 3.125rem;
  }
}

.fee01__people {
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 600;
  color: #fff;
  letter-spacing: 0.05em;
  border-radius: 1.25rem;
  background-color: #7DA6D8;
  width: 185px;
  width: 11.5625rem;
  padding-left: 18px;
  padding-left: 1.125rem;
  padding-top: 5px;
  padding-top: 0.3125rem;
  padding-bottom: 5px;
  padding-bottom: 0.3125rem;
}
@media screen and (min-width: 768px) {
  .fee01__people {
    width: 6.5625rem;
    height: 6.5625rem;
    border-radius: 50%;
    padding-left: 0;
    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;
    font-size: 0.9375rem;
  }
}

.fee01__people span {
  font-size: 17px;
  font-size: 1.0625rem;
  margin-left: 7px;
  margin-left: 0.4375rem;
}
@media screen and (min-width: 768px) {
  .fee01__people span {
    font-size: 1.125rem;
    margin-left: 0;
    letter-spacing: 0;
  }
}

.fee01__fee {
  font-family: "Montserrat", sans-serif;
  font-size: 30px;
  font-size: 1.875rem;
  letter-spacing: 0;
  font-weight: 400;
  /*
  margin-left: rem(30);
  width: calc(100% - 13.4375rem);
  */
  line-height: 1.2;
}
@media screen and (min-width: 768px) {
  .fee01__fee {
    font-size: 2.5rem;
    margin-left: 0.9375rem;
    line-height: normal;
    line-height: initial;
  }
}

.fee01__fee span {
  font-family: "Noto Sans", sans-serif;
  font-size: 14px;
  font-size: 0.875rem;
  letter-spacing: 0;
  font-weight: 600;
  margin-left: 4px;
  margin-left: 0.25rem;
}
@media screen and (min-width: 768px) {
  .fee01__fee span {
    font-size: 1.25rem;
  }
}

.fee01__fee--consul {
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1;
  margin-left: 0 !important;
}
.fee02-block__head {
  color: #fff;
  text-align: center;
  font-size: 15px;
  font-size: 0.9375rem;
  letter-spacing: 0.05em;
  font-weight: 600;
  border-radius: 1.125rem;
  background-color: #CB654D;
  padding-top: 6px;
  padding-top: 0.375rem;
  padding-bottom: 6px;
  padding-bottom: 0.375rem;
  position: relative;
}
@media screen and (min-width: 768px) {
  .fee02-block__head {
    font-size: 1.5625rem;
    border-radius: 4rem;
    padding-top: 0.8125rem;
    padding-bottom: 0.8125rem;
    width: 40.625rem;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
}

.fee02-block__head::after {
  content: "";
  position: absolute;
  width: 9px;
  width: 0.5625rem;
  height: 9px;
  height: 0.5625rem;
  background-color: #CB654D;
  left: 50%;
  -webkit-transform: translateX(-50%) rotate(45deg);
          transform: translateX(-50%) rotate(45deg);
  bottom: -4px;
  bottom: -0.25rem;
}
@media screen and (min-width: 768px) {
  .fee02-block__head::after {
    width: 1rem;
    height: 1rem;
  }
}

.fee02-block__meta {
  margin-top: 27px;
  margin-top: 1.6875rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (min-width: 768px) {
  .fee02-block__meta {
    margin-top: 3.5rem;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.fee02-block__content {
  width: 136px;
  width: 8.5rem;
  max-width: 100%;
  background-color: #E2E2E2;
  border-radius: 1.125rem;
  font-size: 15px;
  font-size: 0.9375rem;
  letter-spacing: 0.05em;
  font-weight: 600;
  padding-top: 6px;
  padding-top: 0.375rem;
  padding-bottom: 6px;
  padding-bottom: 0.375rem;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .fee02-block__content {
    width: 18.9375rem;
    font-size: 1.125rem;
    letter-spacing: 0.05em;
    border-radius: 1.3125rem;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}

.fee02-block__fee {
  background-color: #F0C2B7;
  border-radius: 1.125rem;
  font-size: 15px;
  font-size: 0.9375rem;
  font-weight: 600;
  letter-spacing: 0.3em;
  text-align: center;
  padding-top: 6px;
  padding-top: 0.375rem;
  padding-bottom: 6px;
  padding-bottom: 0.375rem;
  width: 219px;
  width: 13.6875rem;
  max-width: 100%;
}
@media screen and (min-width: 768px) {
  .fee02-block__fee {
    width: 26rem;
    margin-left: 1.25rem;
    font-size: 1.125rem;
    letter-spacing: 0.05em;
    border-radius: 1.3125rem;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}

.fee02-block__dl {
  margin-top: 10px;
  margin-top: 0.625rem;
}
@media screen and (min-width: 768px) {
  .fee02-block__dl {
    margin-top: 1.5625rem;
  }
}

.fee02-block__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media screen and (min-width: 768px) {
  .fee02-block__row {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.fee02-block__row:not(:first-child) {
  margin-top: 4px;
  margin-top: 0.25rem;
}
@media screen and (min-width: 768px) {
  .fee02-block__row:not(:first-child) {
    margin-top: 0.4375rem;
  }
}

.fee02-block__dt {
  font-size: 14px;
  font-size: 0.875rem;
  letter-spacing: 0.05em;
  font-weight: 600;
}
@media screen and (min-width: 768px) {
  .fee02-block__dt {
    width: 18.9375rem;
    max-width: 100%;
    font-size: 1.125rem;
  }
}

.fee02-block__dd {
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 600;
}
@media screen and (min-width: 768px) {
  .fee02-block__dd {
    width: 26rem;
    font-size: 1.375rem;
    max-width: 100%;
    text-align: center;
  }
}

.fee02-block__dd span {
  font-family: "Montserrat", sans-serif;
  font-size: 30px;
  font-size: 1.875rem;
  font-weight: 400;
  margin-right: 6px;
  margin-right: 0.375rem;
  margin-left: 10px;
  margin-left: 0.625rem;
  line-height: 1.3;
}
@media screen and (min-width: 768px) {
  .fee02-block__dd span {
    font-size: 2.5rem;
  }
}

.fee02-block__note {
  margin-top: 10px;
  margin-top: 0.625rem;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1.6428571429;
}
@media screen and (min-width: 768px) {
  .fee02-block__note {
    font-size: 0.9375rem;
    line-height: 1.6666666667;
    text-align: center;
    margin-top: 1.25rem;
  }
}

.fee02-block__note--right {
  text-align: right;
}
@media screen and (min-width: 768px) {
  .fee02-block__note--right {
    text-align: center;
  }
}

.fee02 {
  padding-top: 65px;
  padding-top: 4.0625rem;
  border-top: 2px dotted #7DA6D8;
}
@media screen and (min-width: 768px) {
  .fee02 {
    padding-top: 5.875rem;
  }
}

.fee02__title {
  text-align: center;
  font-size: 25px;
  font-size: 1.5625rem;
  color: #CB654D;
  letter-spacing: 0.05em;
  font-weight: 600;
}
@media screen and (min-width: 768px) {
  .fee02__title {
    font-size: 2.0625rem;
  }
}

.fee02__copy {
  text-align: center;
  font-size: 14px;
  font-size: 0.875rem;
  letter-spacing: 0.05em;
  line-height: 2;
  letter-spacing: 0.05em;
  font-weight: 500;
  margin-top: 20px;
  margin-top: 1.25rem;
}
@media screen and (min-width: 768px) {
  .fee02__copy {
    line-height: 2.1428571429;
    margin-top: 1.5625rem;
  }
}

.fee02__items {
  margin-top: 37px;
  margin-top: 2.3125rem;
}
@media screen and (min-width: 768px) {
  .fee02__items {
    margin-top: 4.875rem;
  }
}

.fee02__item:not(:first-child) {
  margin-top: 40px;
  margin-top: 2.5rem;
}
@media screen and (min-width: 768px) {
  .fee02__item:not(:first-child) {
    margin-top: 4.875rem;
  }
}

.footer {
  padding-top: 70px;
  padding-top: 4.375rem;
  padding-bottom: 13px;
  padding-bottom: 0.8125rem;
  background-color: #7DA6D8;
}
@media screen and (min-width: 768px) {
  .footer {
    padding-bottom: 5rem;
  }
}

.footer__inner {
  padding-left: 26px;
  padding-left: 1.625rem;
  padding-right: 26px;
  padding-right: 1.625rem;
}
@media screen and (min-width: 768px) {
  .footer__inner {
    padding-left: 0;
    padding-right: 0;
    width: 65.375rem;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
}

.footer__copy {
  text-align: center;
  font-size: 16px;
  font-size: 1rem;
  color: #fff;
  font-weight: 600;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 768px) {
  .footer__copy {
    font-size: 1.25rem;
  }
}

.footer__logo {
  width: 103px;
  width: 6.4375rem;
  margin-left: auto;
  margin-right: auto;
  margin-top: 26px;
  margin-top: 1.625rem;
}
@media screen and (min-width: 768px) {
  .footer__logo {
    margin-top: 2.8125rem;
    width: 7.5625rem;
  }
}

.footer__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 60px;
  margin-top: 3.75rem;
}
@media screen and (min-width: 768px) {
  .footer__items {
    margin-top: 3.5rem;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
}

.footer__item {
  margin-right: 23px;
  margin-right: 1.4375rem;
  margin-bottom: 20px;
  margin-bottom: 1.25rem;
}
@media screen and (min-width: 768px) {
  .footer__item {
    margin-right: 0;
    margin-bottom: 0;
  }
}

.footer__item a {
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  letter-spacing: 0;
  font-weight: 600;
  color: #fff;
}
@media screen and (min-width: 768px) {
  .footer__item a {
    font-size: 0.9375rem;
  }
}

.header-nav {
  position: fixed;
  left: 4.7584187408vw;
  width: 195px;
  width: 12.1875rem;
  background-color: #fff;
  border-radius: 6.125rem;
  padding-top: 54px;
  padding-top: 3.375rem;
  padding-bottom: 47px;
  padding-bottom: 2.9375rem;
  top: 66px;
  top: 4.125rem;
  border: 3px solid #7DA6D8;
  z-index: 101;
}

.header-nav__logo {
  width: 72px;
  width: 4.5rem;
  margin-left: auto;
  margin-right: auto;
}

.header-nav__nav {
  margin-top: 45px;
  margin-top: 2.8125rem;
}

.header-nav__item:not(:first-child) {
  margin-top: 20px;
  margin-top: 1.25rem;
}

.header-nav__item a {
  display: block;
  font-size: 15px;
  font-size: 0.9375rem;
  letter-spacing: 0;
  font-weight: 600;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .header-nav {
    display: none !important;
    border: 3px solid #7DA6D8;
  }
}
.header {
  width: 100%;
  height: 69px;
  height: 4.3125rem;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  background-color: #fff;
}
@media screen and (min-width: 768px) {
  .header {
    height: 10.4375rem;
    background-color: transparent;
  }
}

.header__inner {
  padding-left: 26px;
  padding-left: 1.625rem;
  padding-right: 26px;
  padding-right: 1.625rem;
  height: inherit;
  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) {
  .header__inner {
    padding-left: 0;
    padding-right: 0;
    width: 77rem;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
}

.header__logo {
  width: 132px;
  width: 8.25rem;
  opacity: 1;
  visibility: visible;
  -webkit-transition: opacity 0.3s ease 0s, visibility 0.3s ease 0s;
  transition: opacity 0.3s ease 0s, visibility 0.3s ease 0s;
}
@media screen and (min-width: 768px) {
  .header__logo {
    width: 12.5rem;
  }
}

.header__logo.active {
  opacity: 0;
  visibility: hidden;
}

/*
.inner {
  width: 100%;
  padding-right: $padding-sp;
  padding-left: $padding-sp;
  margin-right: auto;
  margin-left: auto;
  @include mq("md") {
    max-width: $inner + strip-unit($padding-pc) * 2;
    padding-right: $padding-pc;
    padding-left: $padding-pc;
  }
}
*/
.inner {
  padding-left: 26px;
  padding-left: 1.625rem;
  padding-right: 26px;
  padding-right: 1.625rem;
}
@media screen and (min-width: 768px) {
  .inner {
    padding-left: 0;
    padding-right: 0;
    width: 53.375rem;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
}

.low-about-section {
  margin-top: 133px;
  margin-top: 8.3125rem;
}
@media screen and (min-width: 768px) {
  .low-about-section {
    margin-top: 7.1875rem;
  }
}

.low-about {
  background-color: #fff;
  padding-bottom: 63px;
  padding-bottom: 3.9375rem;
  position: relative;
}
@media screen and (min-width: 768px) {
  .low-about {
    padding-bottom: 6.875rem;
  }
}

.low-about::after {
  content: "";
  position: absolute;
  width: 483px;
  width: 30.1875rem;
  height: 370px;
  height: 23.125rem;
  background: url(../../images/common/low-about-after.webp) no-repeat center center/contain;
  left: -82px;
  left: -5.125rem;
  bottom: -175px;
  bottom: -10.9375rem;
}
@media screen and (min-width: 768px) {
  .low-about::after {
    /*
    width: rem(1277);
    height: rem(1178);
    */
    width: 93.4846266471vw;
    height: 73.625rem;
    /*
    height: calc(1178 / 1366 * 100vw);
    */
    background: url(../../images/common/low-about-after_pc.webp) no-repeat center center/cover;
    bottom: -34.9375rem;
    left: 0;
  }
}

.low-about__inner {
  padding-left: 26px;
  padding-left: 1.625rem;
  padding-right: 26px;
  padding-right: 1.625rem;
}
@media screen and (min-width: 768px) {
  .low-about__inner {
    padding-left: 0;
    padding-right: 0;
    width: 74.3777452416vw;
    /*
    width: 83.377745vw;
    */
    max-width: 100%;
    margin-left: auto;
  }
}

@media screen and (min-width: 768px) {
  .low-about__box {
    /*
    width: rem(854);
    */
    width: 62.5183016105vw;
    max-width: 100%;
    margin-right: auto;
  }
}

.low-about__title {
  text-align: center;
}

.low-about__title span {
  display: inline-block;
  font-size: 25px;
  font-size: 1.5625rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  padding-bottom: 16px;
  padding-bottom: 1rem;
  position: relative;
}
@media screen and (min-width: 768px) {
  .low-about__title span {
    font-size: 2.8125rem;
    padding-bottom: 1.25rem;
  }
}

.low-about__title span::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 8px;
  height: 0.5rem;
  background: url(../images/common/low-about-title-bg.png) no-repeat center center/cover;
  left: 0;
  bottom: 0;
}
@media screen and (min-width: 768px) {
  .low-about__title span::after {
    height: 1.5625rem;
    background: url(../images/common/low-about-title-bg_pc.webp) no-repeat center center/contain;
  }
}

.low-about__head {
  font-family: "Montserrat", sans-serif;
  font-size: 35px;
  font-size: 2.1875rem;
  font-weight: 700;
  color: #7DA6D8;
  text-align: center;
  margin-top: 31px;
  margin-top: 1.9375rem;
}
@media screen and (min-width: 768px) {
  .low-about__head {
    font-size: 3.125rem;
    margin-top: 3.625rem;
  }
}

.low-about__copy {
  text-align: center;
  font-size: 18px;
  font-size: 1.125rem;
  letter-spacing: 0.05em;
  font-weight: 600;
  letter-spacing: 0.05em;
  line-height: 1.6666666667;
  margin-top: 11px;
  margin-top: 0.6875rem;
}
@media screen and (min-width: 768px) {
  .low-about__copy {
    font-size: 1.5rem;
    line-height: 1.6666666667;
  }
}

.low-about__explain {
  text-align: center;
  margin-top: 40px;
  margin-top: 2.5rem;
}
@media screen and (min-width: 768px) {
  .low-about__explain {
    margin-top: 3.0625rem;
  }
}

.low-about__explain span {
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 2;
  display: inline-block;
  position: relative;
}
@media screen and (min-width: 768px) {
  .low-about__explain span {
    line-height: 2.1428571429;
  }
}

.low-about__explain span::after {
  content: "";
  position: absolute;
  width: 104px;
  width: 6.5rem;
  height: 97px;
  height: 6.0625rem;
  background: url(../../images/common/low-about-before.webp) no-repeat center center/contain;
  top: 64px;
  top: 4rem;
  right: -65px;
  right: -4.0625rem;
}
@media screen and (min-width: 768px) {
  .low-about__explain span::after {
    width: 14.3125rem;
    height: 13.4375rem;
    bottom: -4.625rem;
    right: -16.25rem;
    top: auto;
  }
}

.low-about__body {
  margin-top: 68px;
  margin-top: 4.25rem;
}
@media screen and (min-width: 768px) {
  .low-about__body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    /*
    width: rem(854);
    */
    width: 62.5183016105vw;
    max-width: 100%;
    margin-top: 10.8125rem;
  }
}

.low-about__img {
  width: 172px;
  width: 10.75rem;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .low-about__img {
    margin-left: 0;
    margin-right: 0;
    width: 14.5625rem;
  }
}

.low-about__name {
  font-size: 16px;
  font-size: 1rem;
  text-align: center;
  font-weight: 600;
  letter-spacing: 0.1em;
  margin-top: 21px;
  margin-top: 1.3125rem;
}

.low-about__text {
  margin-top: 40px;
  margin-top: 2.5rem;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 2;
  font-weight: 500;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 768px) {
  .low-about__text {
    line-height: 2.1428571429;
    margin-left: 6.25rem;
    width: 22.625rem;
    max-width: 100%;
  }
}

.low-faq-section {
  margin-top: 133px;
  margin-top: 8.3125rem;
}
@media screen and (min-width: 768px) {
  .low-faq-section {
    margin-top: 7.1875rem;
  }
}

.low-faq__wrapper {
  padding-left: 26px;
  padding-left: 1.625rem;
  padding-right: 26px;
  padding-right: 1.625rem;
}
@media screen and (min-width: 768px) {
  .low-faq__wrapper {
    padding-left: 0;
    padding-right: 0;
    width: 74.3777452416vw;
    /*
    width: 83.377745vw;
    */
    max-width: 100%;
    margin-left: auto;
  }
}

.low-faq__inner {
  padding-bottom: 78px;
  padding-bottom: 4.875rem;
  /*
  border-bottom: 2px dotted #7DA6D8;
  */
}
@media screen and (min-width: 768px) {
  .low-faq__inner {
    /*
    width: rem(854);
    */
    width: 62.5183016105vw;
    max-width: 100%;
    margin-right: auto;
    padding-bottom: 6.9375rem;
  }
}

.low-faq__title {
  text-align: center;
}

.low-faq__title span {
  display: inline-block;
  font-size: 25px;
  font-size: 1.5625rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  padding-bottom: 16px;
  padding-bottom: 1rem;
  position: relative;
}
@media screen and (min-width: 768px) {
  .low-faq__title span {
    font-size: 2.8125rem;
    padding-bottom: 1.25rem;
  }
}

.low-faq__title span::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 8px;
  height: 0.5rem;
  background: url(../images/common/low-about-title-bg.png) no-repeat center center/cover;
  left: 0;
  bottom: 0;
}
@media screen and (min-width: 768px) {
  .low-faq__title span::after {
    height: 1.5625rem;
    background: url(../images/common/low-about-title-bg_pc.webp) no-repeat center center/contain;
  }
}

.low-faq__copy {
  font-size: 14px;
  font-size: 0.875rem;
  text-align: center;
  font-weight: 500;
  letter-spacing: 0.03em;
  line-height: 2;
  margin-top: 41px;
  margin-top: 2.5625rem;
}
@media screen and (min-width: 768px) {
  .low-faq__copy {
    letter-spacing: 0.05em;
    margin-top: 3.4375rem;
  }
}

.low-faq__lists {
  margin-top: 42px;
  margin-top: 2.625rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (min-width: 768px) {
  .low-faq__lists {
    margin-top: 3.6875rem;
  }
}

.low-faq__list {
  width: calc(50% - 0.5625rem);
  position: relative;
}
@media screen and (min-width: 768px) {
  .low-faq__list {
    width: calc(33.33333% - 0.91667rem);
  }
}

.low-faq__list:nth-child(2n) {
  margin-left: 18px;
  margin-left: 1.125rem;
}

.low-faq__list:nth-child(n+3) {
  margin-top: 12px;
  margin-top: 0.75rem;
}

.low-faq__list a {
  font-size: 14px;
  font-size: 0.875rem;
  letter-spacing: 0.05em;
  font-weight: 600;
  height: 65px;
  height: 4.0625rem;
  border-radius: 1.1875rem;
  border: 2px solid #7DA6D8;
  padding-left: 13px;
  padding-left: 0.8125rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}

.low-faq__list a::after {
  content: "";
  position: absolute;
  width: 14px;
  width: 0.875rem;
  height: 10px;
  height: 0.625rem;
  background: url(../images/common/low-faq__list-arrow.webp) no-repeat center center/contain;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 17px;
  right: 1.0625rem;
}

@media screen and (min-width: 768px) {
  .low-faq__list:not(:nth-child(3n+1)) {
    margin-left: 1.375rem;
  }
}

@media screen and (min-width: 768px) {
  .low-faq__list:nth-child(3n+1) {
    margin-left: 0;
  }
}

@media screen and (min-width: 768px) {
  .low-faq__list:nth-child(3) {
    margin-top: 0;
  }
}

@media screen and (min-width: 768px) {
  .low-faq__list:nth-child(n+4) {
    margin-top: 1.3125rem;
  }
}

.low-faq__items {
  /*
  margin-top: rem(114);
  @include mq (md) {
      margin-top: rem(148);
  }
  */
}

.low-faq__item:first-child {
  padding-top: 114px;
  padding-top: 7.125rem;
}
@media screen and (min-width: 768px) {
  .low-faq__item:first-child {
    padding-top: 9.25rem;
  }
}

.low-faq__item:not(:first-child) {
  /*
  margin-top: rem(70);
  */
  padding-top: 70px;
  padding-top: 4.375rem;
}
@media screen and (min-width: 768px) {
  .low-faq__item:not(:first-child) {
    /*
    margin-top: rem(120);
    */
    padding-top: 7.5rem;
  }
}

.low-faq__head {
  text-align: center;
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  color: #7DA6D8;
}
@media screen and (min-width: 768px) {
  .low-faq__head {
    font-size: 2.0625rem;
  }
}

.low-flow__wrapper {
  padding-left: 26px;
  padding-left: 1.625rem;
  padding-right: 26px;
  padding-right: 1.625rem;
}
@media screen and (min-width: 768px) {
  .low-flow__wrapper {
    padding-left: 0;
    padding-right: 0;
    width: 74.3777452416vw;
    /*
    width: 83.377745vw;
    */
    max-width: 100%;
    margin-left: auto;
  }
}

.low-flow__inner {
  padding-top: 73px;
  padding-top: 4.5625rem;
  padding-bottom: 90px;
  padding-bottom: 5.625rem;
  border-bottom: 2px dotted #7DA6D8;
}
@media screen and (min-width: 768px) {
  .low-flow__inner {
    /*
    width: rem(854);
    */
    width: 62.5183016105vw;
    max-width: 100%;
    margin-right: auto;
    padding-bottom: 10.875rem;
  }
}

.low-flow__title {
  text-align: center;
  font-size: 20px;
  font-size: 1.25rem;
  letter-spacing: 0.1em;
  font-weight: 600;
}
@media screen and (min-width: 768px) {
  .low-flow__title {
    font-size: 2.0625rem;
  }
}

.low-flow__items {
  margin-top: 45px;
  margin-top: 2.8125rem;
}
@media screen and (min-width: 768px) {
  .low-flow__items {
    margin-top: 4.5625rem;
    width: 30.9375rem;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
}

.low-flow__item {
  position: relative;
}

.low-flow__item:not(:first-child) {
  margin-top: 124px;
  margin-top: 7.75rem;
}
@media screen and (min-width: 768px) {
  .low-flow__item:not(:first-child) {
    margin-top: 9.875rem;
  }
}

.low-flow__item:not(:last-child)::after {
  content: "";
  position: absolute;
  width: 52px;
  width: 3.25rem;
  height: 26px;
  height: 1.625rem;
  background: url(../images/common/low-flow-arrow.webp) no-repeat center center/contain;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: -72px;
  bottom: -4.5rem;
}
@media screen and (min-width: 768px) {
  .low-flow__item:not(:last-child)::after {
    width: 4.9375rem;
    height: 2.5rem;
    bottom: -6.25rem;
    background: url(../images/common/low-flow-arrow_pc.webp) no-repeat center center/contain;
  }
}

.low-flow__head {
  text-align: center;
  font-size: 20px;
  font-size: 1.25rem;
  letter-spacing: 0.1em;
  line-height: 1.5;
  font-weight: 600;
  color: #7DA6D8;
}
.low-flow__explain {
  margin-top: 24px;
  margin-top: 1.5rem;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 2.1428571429;
  letter-spacing: 0.04em;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  .low-flow__explain {
    text-align: center;
  }
}

.low-guide-section {
  margin-top: 133px;
  margin-top: 8.3125rem;
}
@media screen and (min-width: 768px) {
  .low-guide-section {
    margin-top: 7.1875rem;
  }
}

.low-guide {
  /*
  padding-bottom: rem(58);
  @include mq (md) {
      padding-bottom: rem(111);
  }
  */
}

.low-guide__wrapper {
  padding-left: 26px;
  padding-left: 1.625rem;
  padding-right: 26px;
  padding-right: 1.625rem;
}
@media screen and (min-width: 768px) {
  .low-guide__wrapper {
    padding-left: 0;
    padding-right: 0;
    width: 74.3777452416vw;
    /*
    width: 83.377745vw;
    */
    max-width: 100%;
    margin-left: auto;
  }
}

.low-guide__inner {
  padding-bottom: 78px;
  padding-bottom: 4.875rem;
  border-bottom: 2px dotted #7DA6D8;
}
@media screen and (min-width: 768px) {
  .low-guide__inner {
    /*
    width: rem(854);
    */
    width: 62.5183016105vw;
    max-width: 100%;
    margin-right: auto;
    padding-bottom: 6.9375rem;
  }
}

.low-guide__title {
  text-align: center;
}

.low-guide__title span {
  display: inline-block;
  font-size: 25px;
  font-size: 1.5625rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  padding-bottom: 16px;
  padding-bottom: 1rem;
  position: relative;
}
@media screen and (min-width: 768px) {
  .low-guide__title span {
    font-size: 2.8125rem;
    padding-bottom: 1.25rem;
  }
}

.low-guide__title span::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 8px;
  height: 0.5rem;
  background: url(../images/common/low-about-title-bg.png) no-repeat center center/cover;
  left: 0;
  bottom: 0;
}
@media screen and (min-width: 768px) {
  .low-guide__title span::after {
    height: 1.5625rem;
    background: url(../images/common/low-about-title-bg_pc.webp) no-repeat center center/contain;
  }
}

.low-guide__copy {
  font-size: 14px;
  font-size: 0.875rem;
  text-align: center;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 2;
  margin-top: 41px;
  margin-top: 2.5625rem;
}

.low-guide__box {
  margin-top: 75px;
  margin-top: 4.6875rem;
}
@media screen and (min-width: 768px) {
  .low-guide__box {
    margin-top: 7.75rem;
    padding-top: 8rem;
    padding-bottom: 7.0625rem;
    background: url(../images/common/low-guide_bg.webp) no-repeat center center/contain;
  }
}

.low-guide__head {
  text-align: center;
  color: #7DA6D8;
  font-size: 20px;
  font-size: 1.25rem;
  letter-spacing: 0.1em;
  line-height: 1.5;
  font-weight: 600;
}
@media screen and (min-width: 768px) {
  .low-guide__head {
    font-size: 1.75rem;
  }
}

.low-guide__explain {
  text-align: center;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 2;
  letter-spacing: 0.05em;
  font-weight: 500;
  margin-top: 10px;
  margin-top: 0.625rem;
}
@media screen and (min-width: 768px) {
  .low-guide__explain {
    line-height: 2.1428571429;
    margin-top: 0.9375rem;
  }
}

.low-guide__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 41px;
  margin-top: 2.5625rem;
}
@media screen and (min-width: 768px) {
  .low-guide__items {
    margin-top: 3.8125rem;
    width: 46.125rem;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
}

.low-guide__item {
  width: 176px;
  width: 11rem;
  height: 305px;
  height: 19.0625rem;
  max-width: 90%;
  background-color: rgba(125, 166, 216, .3);
  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;
  border-radius: 6.1875rem;
}
@media screen and (min-width: 768px) {
  .low-guide__item {
    width: 14.125rem;
    max-width: 100%;
    height: 24.5rem;
  }
}

.low-guide__item:nth-child(n+3) {
  margin-top: 20px;
  margin-top: 1.25rem;
}

@media screen and (min-width: 768px) {
  .low-guide__item:nth-child(2),
  .low-guide__item:nth-child(3) {
    margin-top: 0;
  }
}

@media screen and (min-width: 768px) {
  .low-guide__item:nth-child(n+4) {
    margin-top: 1.6875rem;
  }
}

.low-guide__img--01 {
  width: 114px;
  width: 7.125rem;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 768px) {
  .low-guide__img--01 {
    width: 9.125rem;
  }
}

.low-guide__img--02 {
  width: 89px;
  width: 5.5625rem;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 768px) {
  .low-guide__img--02 {
    width: 7.125rem;
  }
}

.low-guide__img--03 {
  width: 77px;
  width: 4.8125rem;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 768px) {
  .low-guide__img--03 {
    width: 6.1875rem;
  }
}

.low-guide__img--04 {
  width: 93px;
  width: 5.8125rem;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 768px) {
  .low-guide__img--04 {
    width: 7.4375rem;
  }
}

.low-guide__img--05 {
  width: 98px;
  width: 6.125rem;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 768px) {
  .low-guide__img--05 {
    width: 7.875rem;
  }
}

.low-guide__img--06 {
  width: 92px;
  width: 5.75rem;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 768px) {
  .low-guide__img--06 {
    width: 7.375rem;
  }
}

.low-guide__heading {
  font-size: 14px;
  font-size: 0.875rem;
  text-align: center;
  line-height: 1.5;
  letter-spacing: 0.1em;
  color: #749DCE;
  margin-top: 30px;
  margin-top: 1.875rem;
  font-weight: 600;
}
@media screen and (min-width: 768px) {
  .low-guide__heading {
    font-size: 1.25rem;
    line-height: 1.5;
    margin-top: 2.25rem;
  }
}

.low-guide__btn {
  display: block;
  width: 192px;
  width: 12rem;
  height: 42px;
  height: 2.625rem;
  line-height: 42px;
  line-height: 2.625rem;
  text-align: center;
  background-color: #7DA6D8;
  border-radius: 1.8125rem;
  margin-top: 41px;
  margin-top: 2.5625rem;
  margin-left: auto;
  margin-right: auto;
  color: #fff;
  font-family: "Montserrat", sans-serif;
  font-size: 15px;
  font-size: 0.9375rem;
  font-weight: 700;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 768px) {
  .low-guide__btn {
    margin-top: 3.8125rem;
    width: 16.75rem;
    height: 3.625rem;
    line-height: 3.625rem;
    font-size: 1.125rem;
  }
}

.low-plan-section {
  margin-top: 133px;
  margin-top: 8.3125rem;
}
@media screen and (min-width: 768px) {
  .low-plan-section {
    margin-top: 7.1875rem;
  }
}

.low-plan {
  /*
  padding-bottom: rem(58);
  @include mq (md) {
      padding-bottom: rem(111);
  }
  */
}

.low-plan__wrapper {
  padding-left: 26px;
  padding-left: 1.625rem;
  padding-right: 26px;
  padding-right: 1.625rem;
}
@media screen and (min-width: 768px) {
  .low-plan__wrapper {
    padding-left: 0;
    padding-right: 0;
    width: 74.3777452416vw;
    /*
    width: 83.377745vw;
    */
    max-width: 100%;
    margin-left: auto;
  }
}

.low-plan__inner {
  padding-bottom: 58px;
  padding-bottom: 3.625rem;
  border-bottom: 2px dotted #7DA6D8;
}
@media screen and (min-width: 768px) {
  .low-plan__inner {
    /*
    width: rem(854);
    */
    width: 62.5183016105vw;
    max-width: 100%;
    margin-right: auto;
    padding-bottom: 6.9375rem;
  }
}

.low-plan__title {
  text-align: center;
}

.low-plan__title span {
  display: inline-block;
  font-size: 25px;
  font-size: 1.5625rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  padding-bottom: 16px;
  padding-bottom: 1rem;
  position: relative;
}
@media screen and (min-width: 768px) {
  .low-plan__title span {
    font-size: 2.8125rem;
    padding-bottom: 1.25rem;
  }
}

.low-plan__title span::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 8px;
  height: 0.5rem;
  background: url(../images/common/low-about-title-bg.png) no-repeat center center/cover;
  left: 0;
  bottom: 0;
}
@media screen and (min-width: 768px) {
  .low-plan__title span::after {
    height: 1.5625rem;
    background: url(../images/common/low-about-title-bg_pc.webp) no-repeat center center/contain;
  }
}

.low-plan__copy {
  font-size: 14px;
  font-size: 0.875rem;
  text-align: center;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 2;
  margin-top: 41px;
  margin-top: 2.5625rem;
}

.low-plan__items {
  margin-top: 50px;
  margin-top: 3.125rem;
}
@media screen and (min-width: 768px) {
  .low-plan__items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: baseline;
        -ms-flex-align: baseline;
            align-items: baseline;
    margin-top: 5.5625rem;
  }
}

@media screen and (min-width: 768px) {
  .low-plan__item {
    width: calc(33.33333% - 2.625rem);
  }
}

.low-plan__item:not(:first-child) {
  margin-top: 79px;
  margin-top: 4.9375rem;
}
@media screen and (min-width: 768px) {
  .low-plan__item:not(:first-child) {
    margin-top: 0;
    margin-left: 3.9375rem;
  }
}

.low-plan__img {
  margin-left: auto;
  margin-right: auto;
}

.low-plan__img--01 {
  width: 139px;
  width: 8.6875rem;
}
@media screen and (min-width: 768px) {
  .low-plan__img--01 {
    width: 11.1875rem;
  }
}

.low-plan__img--02 {
  width: 60px;
  width: 3.75rem;
}
@media screen and (min-width: 768px) {
  .low-plan__img--02 {
    width: 4.8125rem;
  }
}

.low-plan__img--03 {
  width: 98px;
  width: 6.125rem;
}
@media screen and (min-width: 768px) {
  .low-plan__img--03 {
    width: 7.8125rem;
  }
}

.low-plan__head {
  text-align: center;
  font-size: 25px;
  font-size: 1.5625rem;
  font-weight: 600;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 768px) {
  .low-plan__head {
    font-size: 1.6875rem;
  }
}

.low-plan__head--02 {
  margin-top: 24px;
  margin-top: 1.5rem;
}

.low-plan__head--03 {
  margin-top: 14px;
  margin-top: 0.875rem;
}

.low-plan__explain {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 2;
  letter-spacing: 0.05em;
  font-weight: 500;
  margin-top: 17px;
  margin-top: 1.0625rem;
  width: 312px;
  width: 19.5rem;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 768px) {
  .low-plan__explain {
    line-height: 2.1428571429;
    margin-left: 0;
    margin-right: 0;
    width: auto;
    text-align: center;
  }
}

.low-plan__btn {
  display: block;
  width: 146px;
  width: 9.125rem;
  height: 42px;
  height: 2.625rem;
  line-height: 42px;
  line-height: 2.625rem;
  text-align: center;
  color: #fff;
  font-family: "Montserrat", sans-serif;
  letter-spacing: 0.1em;
  margin-top: 17px;
  margin-top: 1.0625rem;
  margin-left: auto;
  margin-right: auto;
  font-weight: 700;
  border-radius: 1.8125rem;
}
@media screen and (min-width: 768px) {
  .low-plan__btn {
    width: 13.9375rem;
    height: 3.625rem;
    line-height: 3.625rem;
    font-size: 1.1875rem;
    margin-top: 3.125rem;
  }
}

.low-plan__btn--01 {
  background-color: #7DA6D8;
}

.low-plan__btn--02 {
  background-color: #CB654D;
}

.low-plan__btn--03 {
  background-color: #E5D85E;
}
@media screen and (min-width: 768px) {
  .low-plan__btn--03 {
    margin-top: 4.9375rem;
  }
}

@media screen and (min-width: 768px) {
  .low-voice-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

@media screen and (min-width: 768px) {
  .low-voice-block__meta {
    width: 13.4375rem;
    max-width: 100%;
  }
}

.low-voice-block__img {
  width: 175px;
  width: 10.9375rem;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 768px) {
  .low-voice-block__img {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }
}

.low-voice-block__company {
  text-align: center;
  margin-top: 12px;
  margin-top: 0.75rem;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.875;
  letter-spacing: 0.05em;
  font-weight: 600;
}
@media screen and (min-width: 768px) {
  .low-voice-block__company {
    margin-top: 1.8125rem;
  }
}

.low-voice-block__body {
  margin-top: 12px;
  margin-top: 0.75rem;
}
@media screen and (min-width: 768px) {
  .low-voice-block__body {
    margin-top: 0;
    margin-left: 3.9375rem;
    width: 32rem;
    max-width: 100%;
  }
}

.low-voice-block__label {
  font-size: 15px;
  font-size: 0.9375rem;
  font-weight: 600;
  letter-spacing: 0.05em;
  color: #fff;
  border-radius: 1.125rem;
  background-color: #7DA6D8;
  display: inline-block;
  padding: 6px 19px;
  padding: 0.375rem 1.1875rem;
}

.low-voice-block__title {
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 600;
  line-height: 1.6666666667;
  letter-spacing: 0.05em;
  margin-top: 15px;
  margin-top: 0.9375rem;
}
@media screen and (min-width: 768px) {
  .low-voice-block__title {
    font-size: 1.25rem;
    line-height: 1.5;
  }
}

.low-voice-block__text {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 2;
  font-weight: 500;
  letter-spacing: 0.05em;
  margin-top: 17px;
  margin-top: 1.0625rem;
}
@media screen and (min-width: 768px) {
  .low-voice-block__text {
    line-height: 2.1428571429;
  }
}

.low-voice-section {
  margin-top: 133px;
  margin-top: 8.3125rem;
}
@media screen and (min-width: 768px) {
  .low-voice-section {
    margin-top: 7.1875rem;
  }
}

.low-voice__wrapper {
  padding-left: 26px;
  padding-left: 1.625rem;
  padding-right: 26px;
  padding-right: 1.625rem;
}
@media screen and (min-width: 768px) {
  .low-voice__wrapper {
    padding-left: 0;
    padding-right: 0;
    width: 74.3777452416vw;
    /*
    width: 83.377745vw;
    */
    max-width: 100%;
    margin-left: auto;
  }
}

.low-voice__inner {
  padding-bottom: 78px;
  padding-bottom: 4.875rem;
  /*
  border-bottom: 2px dotted #7DA6D8;
  */
}
@media screen and (min-width: 768px) {
  .low-voice__inner {
    /*
    width: rem(854);
    */
    width: 62.5183016105vw;
    max-width: 100%;
    margin-right: auto;
    /*
    padding-bottom: rem(111);
    */
    padding-bottom: 9.375rem;
  }
}

.low-voice__title {
  text-align: center;
}

.low-voice__title span {
  display: inline-block;
  font-size: 25px;
  font-size: 1.5625rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  padding-bottom: 16px;
  padding-bottom: 1rem;
  position: relative;
}
@media screen and (min-width: 768px) {
  .low-voice__title span {
    font-size: 2.8125rem;
    padding-bottom: 1.25rem;
  }
}

.low-voice__title span::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 8px;
  height: 0.5rem;
  background: url(../images/common/low-about-title-bg.png) no-repeat center center/cover;
  left: 0;
  bottom: 0;
}
@media screen and (min-width: 768px) {
  .low-voice__title span::after {
    height: 1.5625rem;
    background: url(../images/common/low-about-title-bg_pc.webp) no-repeat center center/contain;
  }
}

.low-voice__copy {
  font-size: 14px;
  font-size: 0.875rem;
  text-align: center;
  font-weight: 500;
  letter-spacing: 0.03em;
  line-height: 2;
  margin-top: 41px;
  margin-top: 2.5625rem;
}
@media screen and (min-width: 768px) {
  .low-voice__copy {
    letter-spacing: 0.05em;
    margin-top: 3.4375rem;
  }
}

.low-voice__logo-items {
  margin-top: 50px;
  margin-top: 3.125rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.low-voice__logo-item {
  width: calc(33.33333% - 0.29167rem);
}
@media screen and (min-width: 768px) {
  .low-voice__logo-item {
    width: calc(33.33333% - 0.5rem);
  }
}

.low-voice__logo-item:not(:first-child) {
  margin-left: 7px;
  margin-left: 0.4375rem;
}
@media screen and (min-width: 768px) {
  .low-voice__logo-item:not(:first-child) {
    margin-left: 0.75rem;
  }
}

.low-voice__head {
  text-align: center;
  color: #7DA6D8;
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  margin-top: 100px;
  margin-top: 6.25rem;
}
@media screen and (min-width: 768px) {
  .low-voice__head {
    margin-top: 12.1875rem;
    font-size: 2.0625rem;
  }
}

.low-voice__items {
  margin-top: 52px;
  margin-top: 3.25rem;
}
@media screen and (min-width: 768px) {
  .low-voice__items {
    margin-top: 5.8125rem;
  }
}

.low-voice__item:not(:first-child) {
  margin-top: 70px;
  margin-top: 4.375rem;
}
@media screen and (min-width: 768px) {
  .low-voice__item:not(:first-child) {
    margin-top: 6.875rem;
  }
}

.main-view-section {
  margin-top: 100px;
  margin-top: 6.25rem;
}
@media screen and (min-width: 768px) {
  .main-view-section {
    margin-top: 10rem;
  }
}

.main-view {
  padding-bottom: 50px;
  padding-bottom: 3.125rem;
  position: relative;
}

.main-view__box {
  padding-left: 26px;
  padding-left: 1.625rem;
  padding-right: 26px;
  padding-right: 1.625rem;
  position: relative;
}
@media screen and (min-width: 768px) {
  .main-view__box {
    padding-left: 0;
    padding-right: 0;
    width: 65.125rem;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
}

.main-view__title {
  font-size: 51px;
  font-size: 3.1875rem;
  font-weight: 700;
  line-height: 1.0784313725;
  font-family: "Montserrat", sans-serif;
  color: #7DA6D8;
}
@media screen and (min-width: 768px) {
  .main-view__title {
    font-size: 4.375rem;
  }
}

.main-view__copy {
  margin-top: 17px;
  margin-top: 1.0625rem;
}

.main-view__copy span {
  font-size: 18px;
  font-size: 1.125rem;
  letter-spacing: 0.1em;
  font-weight: 600;
  border: 2px solid #6197D0;
  display: inline-block;
  padding-left: 13px;
  padding-left: 0.8125rem;
}
@media screen and (min-width: 768px) {
  .main-view__copy span {
    font-size: 2.1875rem;
    padding-left: 1.0625rem;
  }
}

.main-view__copy span:not(:first-child) {
  margin-top: 10px;
  margin-top: 0.625rem;
}
@media screen and (min-width: 768px) {
  .main-view__copy span:not(:first-child) {
    margin-top: 0.8125rem;
  }
}

.main-view__btns {
  margin-top: 34px;
  margin-top: 2.125rem;
}
@media screen and (min-width: 768px) {
  .main-view__btns {
    margin-top: 3.9375rem;
  }
}

.main-view__btn:not(:first-child) {
  margin-top: 12px;
  margin-top: 0.75rem;
}
@media screen and (min-width: 768px) {
  .main-view__btn:not(:first-child) {
    margin-top: 1.1875rem;
  }
}

.main-view__btn a {
  width: 146px;
  width: 9.125rem;
  height: 42px;
  height: 2.625rem;
  line-height: 42px;
  line-height: 2.625rem;
  display: block;
  border-radius: 1.8125rem;
  text-align: center;
  background-color: #7DA6D8;
  font-size: 15px;
  font-size: 0.9375rem;
  font-weight: 700;
  color: #fff;
  font-family: "Montserrat", sans-serif;
  -webkit-transition: background-color 0.3s ease 0s, color 0.3s ease 0s;
  transition: background-color 0.3s ease 0s, color 0.3s ease 0s;
  border: 1px solid #7DA6D8;
}
@media screen and (min-width: 768px) {
  .main-view__btn a {
    width: 13.9375rem;
    height: 3.625rem;
    line-height: 3.625rem;
    font-size: 1.1875rem;
  }
}

.main-view__btn a:hover {
  opacity: 1;
  background-color: #fff;
  color: #7DA6D8;
}

.main-view__img {
  padding-left: 17px;
  padding-left: 1.0625rem;
  padding-right: 17px;
  padding-right: 1.0625rem;
  margin-top: -49px;
  margin-top: -3.0625rem;
}
@media screen and (min-width: 768px) {
  .main-view__img {
    padding-left: 0;
    padding-right: 0;
    width: 45rem;
    max-width: 100%;
    position: absolute;
    top: 27%;
    right: 0;
  }
}

.main-view__explain {
  font-size: 16px;
  font-size: 1rem;
  letter-spacing: 0.1em;
  font-weight: 500;
  line-height: 1.625;
  color: #7DA6D8;
  width: 264px;
  width: 16.5rem;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 30px;
  margin-top: 1.875rem;
}
@media screen and (min-width: 768px) {
  .main-view__explain {
    margin-top: 9.375rem;
    font-size: 1.1875rem;
    line-height: 1.8421052632;
    width: 19.625rem;
    margin-right: 0;
  }
}

.office__wrapper {
  padding-left: 26px;
  padding-left: 1.625rem;
  padding-right: 26px;
  padding-right: 1.625rem;
}
@media screen and (min-width: 768px) {
  .office__wrapper {
    padding-left: 0;
    padding-right: 0;
    width: 74.3777452416vw;
    /*
    width: 83.377745vw;
    */
    max-width: 100%;
    margin-left: auto;
  }
}

.office__inner {
  padding-top: 44px;
  padding-top: 2.75rem;
  padding-bottom: 87px;
  padding-bottom: 5.4375rem;
  border-top: 2px dotted #7DA6D8;
}
@media screen and (min-width: 768px) {
  .office__inner {
    padding-top: 3.9375rem;
    padding-bottom: 6.5625rem;
    /*
    width: rem(854);
    */
    width: 62.5183016105vw;
    max-width: 100%;
    margin-right: auto;
  }
}

.office__box {
  margin-top: 53px;
  margin-top: 3.3125rem;
}
@media screen and (min-width: 768px) {
  .office__box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: 5.25rem;
  }
}

@media screen and (min-width: 768px) {
  .office__leader {
    width: 14.5625rem;
    max-width: 100%;
  }
}

.office__img {
  width: 172px;
  width: 10.75rem;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 768px) {
  .office__img {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }
}

.office__role {
  font-size: 16px;
  font-size: 1rem;
  letter-spacing: 0.1em;
  font-weight: 600;
  text-align: center;
  margin-top: 20px;
  margin-top: 1.25rem;
}

.office__explain {
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 2;
  letter-spacing: 0.05em;
  margin-top: 48px;
  margin-top: 3rem;
}
@media screen and (min-width: 768px) {
  .office__explain {
    margin-top: 1.375rem;
    width: 22.625rem;
    max-width: 100%;
    margin-left: 6.25rem;
    line-height: 2.1428571429;
  }
}

.office__profile {
  margin-top: 50px;
  margin-top: 3.125rem;
}
@media screen and (min-width: 768px) {
  .office__profile {
    margin-top: 2.0625rem;
  }
}

.office__iframe {
  width: 100%;
  padding-top: 49.8%;
  position: relative;
  margin-top: 70px;
  margin-top: 4.375rem;
}
@media screen and (min-width: 768px) {
  .office__iframe {
    margin-top: 11.0625rem;
    padding-top: 49%;
  }
}

.office__iframe iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
}

.office__btn {
  margin-top: 36px;
  margin-top: 2.25rem;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .office__btn {
    margin-top: 2.9375rem;
  }
}

.overview__wrapper {
  padding-left: 26px;
  padding-left: 1.625rem;
  padding-right: 26px;
  padding-right: 1.625rem;
}
@media screen and (min-width: 768px) {
  .overview__wrapper {
    padding-left: 0;
    padding-right: 0;
    width: 74.3777452416vw;
    /*
    width: 83.377745vw;
    */
    max-width: 100%;
    margin-left: auto;
  }
}

.overview__inner {
  padding-top: 58px;
  padding-top: 3.625rem;
  padding-bottom: 58px;
  padding-bottom: 3.625rem;
  border-bottom: 2px dotted #7DA6D8;
}
@media screen and (min-width: 768px) {
  .overview__inner {
    /*
    width: rem(854);
    */
    width: 62.5183016105vw;
    max-width: 100%;
    margin-right: auto;
    padding-top: 9.1875rem;
    padding-bottom: 7.5625rem;
  }
}

.overview__dl {
  margin-top: 56px;
  margin-top: 3.5rem;
  padding-left: 44px;
  padding-left: 2.75rem;
}
@media screen and (min-width: 768px) {
  .overview__dl {
    padding-left: 0;
    width: 21.6875rem;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 4.0625rem;
  }
}

.overview__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.overview__dt {
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 600;
  color: #7DA6D8;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 2;
  letter-spacing: 0.05em;
  width: 80px;
  width: 5rem;
}

.overview__dd {
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 600;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 2;
  letter-spacing: 0.05em;
  margin-left: 10px;
  margin-left: 0.625rem;
  width: calc(100% - 5.625rem);
}

.profile {
  position: relative;
}
@media screen and (min-width: 768px) {
  .profile {
    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;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
}

@media screen and (min-width: 768px) {
  .profile__left {
    width: 22.625rem;
    max-width: 100%;
  }
}

.profile__title {
  font-family: "Montserrat", sans-serif;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  color: #7DA6D8;
}

.profile__explain {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 2;
  letter-spacing: 0.05em;
  font-weight: 500;
  margin-top: 15px;
  margin-top: 0.9375rem;
}

@media screen and (min-width: 768px) {
  .profile__right {
    width: 17.125rem;
    max-width: 100%;
    margin-left: 5.6875rem;
  }
}

.profile__img {
  position: absolute;
  width: 113px;
  width: 7.0625rem;
  top: -58px;
  top: -3.625rem;
  right: 0;
  z-index: -1;
}
@media screen and (min-width: 768px) {
  .profile__img {
    position: relative;
    z-index: auto;
    z-index: initial;
    width: 14.5625rem;
    max-width: 100%;
    top: auto;
    right: auto;
    margin-left: auto;
    margin-right: auto;
  }
}

.profile__meta {
  margin-top: 27px;
  margin-top: 1.6875rem;
  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) {
  .profile__meta {
    margin-top: 8rem;
  }
}

.profile__circle {
  width: 64px;
  width: 4rem;
  height: 64px;
  height: 4rem;
  border-radius: 50%;
  background-color: #7DA6D8;
  font-size: 14px;
  font-size: 0.875rem;
  color: #fff;
  letter-spacing: 0.05em;
  font-weight: 500;
  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;
}

.profile__text {
  font-size: 14px;
  font-size: 0.875rem;
  letter-spacing: 0.05em;
  line-height: 2.1428571429;
  font-weight: 500;
  margin-left: 18px;
  margin-left: 1.125rem;
}

.section-title {
  text-align: center;
}

.section-title span {
  display: block;
}

.section-title--en {
  color: #7DA6D8;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 26px;
  font-size: 1.625rem;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 768px) {
  .section-title--en {
    font-size: 2.5rem;
  }
}

.section-title--ja {
  font-size: 15px;
  font-size: 0.9375rem;
  font-weight: 600;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 768px) {
  .section-title--ja {
    font-size: 1.125rem;
  }
}

.service {
  /*
  padding-top: rem(68);
  padding-bottom: rem(57);
  @include mq (md) {
      padding-top: rem(130);
      padding-bottom: rem(111);
  }
  */
}

.service__wrapper {
  padding-left: 26px;
  padding-left: 1.625rem;
  padding-right: 26px;
  padding-right: 1.625rem;
}
@media screen and (min-width: 768px) {
  .service__wrapper {
    padding-left: 0;
    padding-right: 0;
    width: 74.3777452416vw;
    /*
    width: 83.377745vw;
    */
    max-width: 100%;
    margin-left: auto;
  }
}

.service__inner {
  padding-top: 68px;
  padding-top: 4.25rem;
  padding-bottom: 57px;
  padding-bottom: 3.5625rem;
  border-bottom: 2px dotted #7DA6D8;
}
@media screen and (min-width: 768px) {
  .service__inner {
    padding-top: 8.125rem;
    padding-bottom: 6.9375rem;
    /*
    width: rem(854);
    */
    width: 62.5183016105vw;
    max-width: 100%;
    margin-right: auto;
  }
}

.service__items {
  margin-top: 56px;
  margin-top: 3.5rem;
}
@media screen and (min-width: 768px) {
  .service__items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: 3.75rem;
  }
}

.service__item {
  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) {
  .service__item {
    display: block;
    width: 13.9375rem;
    max-width: 100%;
  }
}

.service__item:not(:first-child) {
  margin-top: 26px;
  margin-top: 1.625rem;
}
@media screen and (min-width: 768px) {
  .service__item:not(:first-child) {
    margin-top: 0;
    margin-left: 2.8125rem;
  }
}

.service__img {
  width: 105px;
  width: 6.5625rem;
  max-width: 100%;
}
@media screen and (min-width: 768px) {
  .service__img {
    width: 6.6875rem;
    margin-left: auto;
    margin-right: auto;
  }
}

.service__body {
  width: 223px;
  width: 13.9375rem;
  max-width: 100%;
  margin-left: 30px;
  margin-left: 1.875rem;
}
@media screen and (min-width: 768px) {
  .service__body {
    margin-left: 0;
    margin-top: 0.625rem;
    width: auto;
    max-width: none;
    max-width: initial;
  }
}

.service__head {
  font-size: 20px;
  font-size: 1.25rem;
  letter-spacing: 0.05em;
  font-weight: 600;
}
@media screen and (min-width: 768px) {
  .service__head {
    text-align: center;
  }
}

.service__explain {
  margin-top: 10px;
  margin-top: 0.625rem;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.6428571429;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 768px) {
  .service__explain {
    line-height: 2.1428571429;
    text-align: center;
    margin-top: 0.9375rem;
  }
}

.service__btn {
  margin-top: 34px;
  margin-top: 2.125rem;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .service__btn {
    margin-top: 2.3125rem;
  }
}

.side-bnr {
  position: fixed;
  bottom: 72px;
  bottom: 4.5rem;
  right: 0;
}

.side-bnr a {
  display: block;
  width: 47px;
  width: 2.9375rem;
  height: 139px;
  height: 8.6875rem;
  background-color: #F2E77C;
  border-radius: 1.5625rem 0 0 1.5625rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-bottom: 16px;
  padding-bottom: 1rem;
}
@media screen and (min-width: 768px) {
  .side-bnr a {
    height: 9.9375rem;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding-bottom: 0;
    padding-top: 0.125rem;
  }
}

.side-bnr span {
  -webkit-writing-mode: vertical-lr;
      -ms-writing-mode: tb-lr;
          writing-mode: vertical-lr;
  color: #7DA6D8;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 600;
  letter-spacing: 0.2em;
  padding-top: 21px;
  padding-top: 1.3125rem;
  position: relative;
}

.side-bnr span::before {
  content: "";
  position: absolute;
  width: 19px;
  width: 1.1875rem;
  height: 13px;
  height: 0.8125rem;
  background: url(../images/common/mail.webp) no-repeat center center/contain;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  top: 0;
}

.test {
  font-size: 20px;
  font-size: 1.25rem;
  background-color: #111;
  color: #fff;
}

.to-top {
  width: 75px;
  width: 4.6875rem;
  position: fixed;
  z-index: 10;
  right: 26px;
  right: 1.625rem;
  bottom: 20px;
  bottom: 1.25rem;
}
@media screen and (min-width: 768px) {
  .to-top {
    right: 4.8125rem;
  }
}

.top-scroll__scroll {
  position: absolute;
  text-align: center;
  /*
  opacity: 0;
  */
  width: 22px;
  width: 1.375rem;
  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-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 17.5%;
  left: 5.7vw;
  bottom: 12%;
}
@media screen and (min-width: 768px) {
  .top-scroll__scroll {
    height: 20.5%;
  }
}

.top-scroll__scroll._animated {
  -webkit-animation: fadein 0.1s ease-in-out forwards;
          animation: fadein 0.1s ease-in-out forwards;
}

.top-scroll__scroll::before {
  content: "";
  position: absolute;
  display: block;
  top: 69px;
  top: 4.3125rem;
  height: 28%;
  left: calc(50% - 1px);
  border-right: solid 1px #6197D0;
  -webkit-animation: scroll-line-animation 3s infinite ease-in-out;
          animation: scroll-line-animation 3s infinite ease-in-out;
}

.top-scroll__scroll::after {
  content: "";
  display: block;
  width: 18px;
  width: 1.125rem;
  height: 18px;
  height: 1.125rem;
  background: url(../images/common/scroll_arrow.png) no-repeat center center/contain;
}

.top-scroll__text {
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  display: inline-block;
  font-size: 10px;
  font-size: 0.625rem;
  letter-spacing: 0.3em;
  width: 12px;
  width: 0.75rem;
  margin-bottom: 0;
  color: #6197D0;
}

@-webkit-keyframes scroll-line-animation {
  0% {
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px);
    opacity: 0;
  }
  25% {
    -webkit-transform: translateY(5px);
            transform: translateY(5px);
    opacity: 1;
  }
  75% {
    -webkit-transform: translateY(-5px);
            transform: translateY(-5px);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateY(10px);
            transform: translateY(10px);
    opacity: 0;
  }
}

@keyframes scroll-line-animation {
  0% {
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px);
    opacity: 0;
  }
  25% {
    -webkit-transform: translateY(5px);
            transform: translateY(5px);
    opacity: 1;
  }
  75% {
    -webkit-transform: translateY(-5px);
            transform: translateY(-5px);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateY(10px);
            transform: translateY(10px);
    opacity: 0;
  }
}
@-webkit-keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.voice__wrapper {
  padding-left: 26px;
  padding-left: 1.625rem;
  padding-right: 26px;
  padding-right: 1.625rem;
}
@media screen and (min-width: 768px) {
  .voice__wrapper {
    padding-left: 0;
    padding-right: 0;
    width: 74.3777452416vw;
    /*
    width: 83.377745vw;
    */
    max-width: 100%;
    margin-left: auto;
  }
}

.voice__inner {
  padding-top: 45px;
  padding-top: 2.8125rem;
  padding-bottom: 60px;
  padding-bottom: 3.75rem;
  border-top: 2px dotted #7DA6D8;
}
@media screen and (min-width: 768px) {
  .voice__inner {
    padding-top: 5.3125rem;
    padding-bottom: 6.8125rem;
    /*
    width: rem(854);
    */
    width: 62.5183016105vw;
    max-width: 100%;
    margin-right: auto;
  }
}

.voice__items--sp {
  margin-top: 46px;
  margin-top: 2.875rem;
}
@media screen and (min-width: 768px) {
  .voice__items--sp {
    display: none;
  }
}

.voice__items--pc {
  display: none;
}
@media screen and (min-width: 768px) {
  .voice__items--pc {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: 5.25rem;
  }
}

.voice__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (min-width: 768px) {
  .voice__item {
    display: block;
    width: 22.0625rem;
    max-width: 100%;
  }
}

.voice__item:not(:first-child) {
  margin-top: 30px;
  margin-top: 1.875rem;
}
@media screen and (min-width: 768px) {
  .voice__item:not(:first-child) {
    margin-left: 3rem;
    margin-top: 0;
  }
}

.voice__img {
  width: 73px;
  width: 4.5625rem;
  position: relative;
}
@media screen and (min-width: 768px) {
  .voice__img {
    width: 4.8125rem;
    margin-left: auto;
  }
}

.voice__img--01 img {
  width: 65px;
  width: 4.0625rem;
}
@media screen and (min-width: 768px) {
  .voice__img--01 img {
    width: 4.3125rem;
  }
}

.voice__body {
  margin-left: 23px;
  margin-left: 1.4375rem;
  width: calc(100% - 6rem);
}

.voice__title {
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  font-size: 1rem;
  letter-spacing: 0.05em;
  font-weight: 500;
  line-height: 1.5625;
}
@media screen and (min-width: 768px) {
  .voice__title {
    font-size: 1.1875rem;
    letter-spacing: 0.05em;
    line-height: 1.5789473684;
    width: 100%;
    height: 9.5625rem;
    position: relative;
  }
}

@media screen and (min-width: 768px) {
  .voice__title span {
    position: absolute;
    top: 47%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    width: 16.5625rem;
    max-width: 100%;
  }
}

.voice__plan {
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  font-size: 0.875rem;
  letter-spacing: 0.05em;
  font-weight: 500;
  margin-top: 8px;
  margin-top: 0.5rem;
}
@media screen and (min-width: 768px) {
  .voice__plan {
    margin-top: 0;
  }
}

.voice__name {
  font-family: "Montserrat", sans-serif;
  font-size: 15px;
  font-size: 0.9375rem;
  letter-spacing: 0.05em;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  .voice__name {
    margin-top: 0.3125rem;
  }
}

.voice__btn {
  text-align: center;
  margin-top: 35px;
  margin-top: 2.1875rem;
}
@media screen and (min-width: 768px) {
  .voice__btn {
    margin-top: 3.875rem;
  }
}

@media screen and (min-width: 768px) {
  .voice__box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    margin-top: -2.25rem;
    padding-left: 3.5rem;
    padding-right: 3.125rem;
  }
}

@media screen and (min-width: 768px) {
  .wrapper {
    width: 74.3777452416vw;
    max-width: 100%;
    margin-left: auto;
  }
}
/*# sourceMappingURL=styles.css.map */
