@charset "UTF-8";
body {
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
}

.u-hidden-pc {
  display: none;
}
@media screen and (max-width: 767px) {
  .u-hidden-pc {
    display: block;
  }
}

@media screen and (max-width: 767px) {
  .u-hidden-sp {
    display: none;
  }
}

/* リキッドレイアウト対応 */
@media (min-width: 1100px) {
  html {
    font-size: 16px;
  }
}
@media screen and (max-width: 1100px) {
  html {
    font-size: 1.4545454545vw;
  }
}
@media screen and (max-width: 767px) {
  html {
    font-size: 4.2666666667vw;
  }
}

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

/* ホバー */
a {
  text-decoration: none;
  color: inherit;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
@media screen and (max-width: 767px) {
  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;
}

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

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

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

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

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

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

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

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

textarea {
  resize: vertical;
}

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

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

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

.benefit {
  padding-top: 88px;
  padding-top: 5.5rem;
  padding-bottom: 84px;
  padding-bottom: 5.25rem;
  background-image: url(./../img/common/benefit_bg.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
@media screen and (max-width: 767px) {
  .benefit {
    background-image: url(./../img/common/benefit_bg-sp.jpg);
    padding-top: 6.25rem;
    padding-bottom: 6.9375rem;
  }
}

.benefit__inner {
  max-width: 1010px;
  max-width: 63.125rem;
  width: 100%;
  padding: 0 25px;
  padding: 0 1.5625rem;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (max-width: 767px) {
  .benefit__inner {
    padding: 0;
  }
}

.benefit__contents {
  margin-top: 52px;
  margin-top: 3.25rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  .benefit__contents {
    margin-top: 1.6875rem;
  }
}

.benefit__icon-wrap {
  position: absolute;
  top: 44px;
  top: 2.75rem;
  left: 99px;
  left: 6.1875rem;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .benefit__icon-wrap {
    top: 1.375rem;
    left: 3.0625rem;
  }
}

.benefit__icon01 {
  width: 104px;
  width: 6.5rem;
  height: 104px;
  height: 6.5rem;
  border-radius: 50%;
  background: #58B536;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: 700;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .benefit__icon01 {
    width: 3.25rem;
    height: 3.25rem;
    font-size: 0.75rem;
  }
}

.benefit__icon01 span,
.benefit__icon02 span {
  display: block;
  line-height: 1;
}

.benefit__icon01-number {
  margin-top: 4px;
  margin-top: 0.25rem;
}

.benefit__icon02-number {
  margin-top: 4px;
  margin-top: 0.25rem;
}

.benefit__icon02 {
  width: 195px;
  width: 12.1875rem;
  height: 195px;
  height: 12.1875rem;
  border-radius: 50%;
  background: #FF8FBA;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  font-size: 36px;
  font-size: 2.25rem;
  font-weight: 700;
  z-index: 1;
  margin-top: -62px;
  margin-top: -3.875rem;
  margin-left: 64px;
  margin-left: 4rem;
}
@media screen and (max-width: 767px) {
  .benefit__icon02 {
    width: 6.125rem;
    height: 6.125rem;
    font-size: 1.125rem;
    margin-top: -2rem;
    margin-left: 0.6875rem;
    padding-top: 0.375rem;
  }
}

.benefit__text {
  color: #333;
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: 700;
  text-align: center;
  margin-top: 22px;
  margin-top: 1.375rem;
}
@media screen and (max-width: 767px) {
  .benefit__text {
    font-size: 1rem;
    margin-top: 0.625rem;
  }
}

.benefit__text .color {
  color: #FF8FBA;
  font-size: 36px;
  font-size: 2.25rem;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .benefit__text .color {
    font-size: 1.125rem;
  }
}

.benefit__img {
  position: relative;
}

.btn {
  font-size: 28px;
  font-size: 1.75rem;
  font-weight: bold;
  font-family: "メイリオ", "Meiryo", "ＭＳ ゴシック", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", sans-serif;
  border-radius: 4px;
  display: inline-block;
  width: 100%;
  text-align: center;
  color: #fff;
  max-width: 475px;
  max-width: 29.6875rem;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .btn {
    max-width: 17.5rem;
    font-size: 1rem;
  }
}

.btn--small {
  font-size: 18px;
  font-size: 1.125rem;
  width: 120px;
  width: 7.5rem;
  padding-top: 12px;
  padding-top: 0.75rem;
  padding-bottom: 12px;
  padding-bottom: 0.75rem;
}

.btn--claim {
  position: relative;
  background: #ff8fba;
  font-family: "メイリオ", "Meiryo", "ＭＳ ゴシック", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", sans-serif;
  font-weight: 700;
}

.btn--claim-pc {
  padding-top: 24px;
  padding-top: 1.5rem;
  padding-bottom: 25px;
  padding-bottom: 1.5625rem;
  padding-right: 0.5em;
  letter-spacing: -0.3px;
  position: relative;
  font-size: 30px;
  font-size: 1.875rem;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .btn--claim-pc {
    font-size: 1rem;
    padding-top: 0.9375rem;
    padding-bottom: 0.875rem;
  }
}

.btn--claim-pc::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 9%;
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
  border-top: solid 3px #fff;
  border-right: solid 3px #fff;
  display: inline-block;
  width: 13px;
  width: 0.8125rem;
  height: 13px;
  height: 0.8125rem;
}
@media screen and (max-width: 767px) {
  .btn--claim-pc::after {
    right: 8%;
    width: 0.5rem;
    height: 0.5rem;
  }
}

.btn--claim-shadow {
  -webkit-box-shadow: 0.3125rem 0.3125rem 0 #FF649F;
          box-shadow: 0.3125rem 0.3125rem 0 #FF649F;
}
@media screen and (max-width: 767px) {
  .btn--claim-shadow {
    -webkit-box-shadow: 0.1875rem 0.1875rem 0 #FF649F;
            box-shadow: 0.1875rem 0.1875rem 0 #FF649F;
  }
}

.btn--line {
  background: #02b902;
}

.btn--line-pc {
  padding-top: 24px;
  padding-top: 1.5rem;
  padding-bottom: 25px;
  padding-bottom: 1.5625rem;
  padding-right: 0.5em;
  letter-spacing: -0.3px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .btn--line-pc {
    padding-top: 0.9375rem;
    padding-bottom: 0.875rem;
  }
}

.btn--line-pc::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 9%;
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
  border-top: solid 3px #fff;
  border-right: solid 3px #fff;
  display: inline-block;
  width: 13px;
  width: 0.8125rem;
  height: 13px;
  height: 0.8125rem;
}
@media screen and (max-width: 767px) {
  .btn--line-pc::before {
    right: 8%;
    width: 0.5rem;
    height: 0.5rem;
  }
}

.btn--line-shadow {
  -webkit-box-shadow: 0.3125rem 0.3125rem 0 #4e954e;
          box-shadow: 0.3125rem 0.3125rem 0 #4e954e;
}
@media screen and (max-width: 767px) {
  .btn--line-shadow {
    -webkit-box-shadow: 0.1875rem 0.1875rem 0 #4e954e;
            box-shadow: 0.1875rem 0.1875rem 0 #4e954e;
  }
}

.btn-wrap .btn:first-child {
  margin-right: 62px;
  margin-right: 3.875rem;
}
@media screen and (max-width: 767px) {
  .btn-wrap .btn:first-child {
    margin-right: 0;
    margin-bottom: 0.75rem;
  }
}

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

.cta {
  padding-top: 60px;
  padding-top: 3.75rem;
  padding-bottom: 52px;
  padding-bottom: 3.25rem;
  background-image: url(./../img/common/cta_bg-02.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
}
@media screen and (max-width: 767px) {
  .cta {
    background-image: url(./../img/common/cta_bg-02-sp.jpg);
    padding-top: 2.5rem;
    padding-bottom: 3.25rem;
  }
}

.cta--02 {
  background-image: url(./../img/common/cta_bg-01.jpg);
}
@media screen and (max-width: 767px) {
  .cta--02 {
    padding-top: 1.375rem;
    padding-bottom: 2.6875rem;
    background-image: url(./../img/common/cta_bg-01-sp.jpg);
  }
}

.cta::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: rgba(58, 58, 58, .7);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}

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

.cta__contents-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (max-width: 767px) {
  .cta__contents-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}

.cta__btn-area {
  max-width: 1022px;
  max-width: 63.875rem;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  margin-top: 52px;
  margin-top: 3.25rem;
}
@media screen and (max-width: 767px) {
  .cta__btn-area {
    margin-top: 0.875rem;
  }
}

@media screen and (max-width: 767px) {
  .cta--02 .cta__btn-area {
    margin-top: 1.6875rem;
  }
}

.cta__info {
  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;
  margin-top: 55px;
  margin-top: 3.4375rem;
}
@media screen and (max-width: 767px) {
  .cta__info {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 1.6875rem;
  }
}

@media screen and (max-width: 767px) {
  .cta--02 .cta__info {
    margin-top: 1rem;
  }
}

.cta__info-text {
  font-size: 18px;
  font-size: 1.125rem;
  color: #fff;
  margin-right: 58px;
  margin-right: 3.625rem;
}
@media screen and (max-width: 767px) {
  .cta__info-text {
    font-size: 0.6875rem;
    margin-right: 0;
  }
}

.cta__info-number {
  color: #fff;
  position: relative;
}
@media screen and (max-width: 767px) {
  .cta__info-number {
    padding-left: 0.75rem;
  }
}

.cta__info-number::before {
  content: "";
  display: inline-block;
  background-image: url(./../img/common/icon_tel-white.png);
  background-size: contain;
  background-repeat: no-repeat;
  width: 16px;
  width: 1rem;
  height: 23px;
  height: 1.4375rem;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: -27px;
  left: -1.6875rem;
}
@media screen and (max-width: 767px) {
  .cta__info-number::before {
    top: 57%;
    width: 0.8125rem;
    left: -0.5rem;
  }
}

.cta__info-link {
  font-size: 34px;
  font-size: 2.125rem;
  font-weight: 700;
  font-family: "Roboto", sans-serif;
}
@media screen and (max-width: 767px) {
  .cta__info-link {
    font-size: 1.625rem;
  }
}

.cta__info-number--small {
  font-size: 14px;
  font-size: 0.875rem;
  vertical-align: middle;
}
@media screen and (max-width: 767px) {
  .cta__info-number--small {
    font-size: 0.625rem;
  }
}

.drawer-nav {
  width: 100%;
  height: 100vh;
  background-color: #fff;
  display: none;
  padding-top: 90px;
  padding-top: 5.625rem;
}

.drawer-nav__inner {
  padding-right: 25px;
  padding-left: 22px;
  position: relative;
}

.drawer-nav__contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
  z-index: 2;
}

.drawer-nav__items {
  max-width: 140px;
  max-width: 8.75rem;
  width: 100%;
}

.drawer-nav__items:nth-child(2) {
  max-width: 160px;
  max-width: 10rem;
  width: 100%;
}

.drawer-nav__item:not(:first-child) {
  margin-top: 17px;
  margin-top: 1.0625rem;
}

.drawer-nav__item--icon {
  position: relative;
}

.drawer-nav__item--icon::after {
  content: "";
  display: inline-block;
  background-image: url();
  background-size: contain;
  background-repeat: no-repeat;
  width: 17px;
  width: 1.0625rem;
  height: 15px;
  height: 0.9375rem;
  position: absolute;
  top: 53%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 80px;
  left: 5rem;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.drawer-nav__link {
  font-size: 14px;
  font-size: 0.875rem;
  letter-spacing: 0.11em;
  color: #000;
  display: block;
  width: 100%;
  padding: 9px 0;
  padding: 0.5625rem 0;
  line-height: 1;
  border-bottom: 1px solid #999;
}

.drawer-nav__logo {
  width: 100%;
  margin-top: 40px;
  margin-top: 2.5rem;
  position: relative;
  z-index: 2;
}

.drawer-nav__tel {
  margin-top: 19px;
  margin-top: 1.1875rem;
  text-align: center;
  position: relative;
  z-index: 2;
}

.drawer-nav__tel-number {
  display: block;
  font-size: 26px;
  font-size: 1.625rem;
  letter-spacing: 0.05em;
  color: #1c7f12;
}

.drawer-nav__tel-name {
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  letter-spacing: 0.05em;
  margin-top: 7px;
  margin-top: 0.4375rem;
}

.feature {
  padding-top: 84px;
  padding-top: 5.25rem;
  padding-bottom: 90px;
  padding-bottom: 5.625rem;
  background-image: url(./../img/common/feature_bg.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
@media screen and (max-width: 767px) {
  .feature {
    padding-top: 2.1875rem;
    padding-bottom: 2.875rem;
  }
}

.feature__section-title .section-title__large .bold {
  font-size: 60px;
  font-size: 3.75rem;
  font-family: "Roboto", sans-serif;
  color: #fd649f;
}
@media screen and (max-width: 767px) {
  .feature__section-title .section-title__large .bold {
    font-size: 1.375rem;
  }
}

.feature__section-title {
  position: relative;
}

@media screen and (max-width: 767px) {
  .feature__section-title::after {
    content: "";
    display: inline-block;
    position: absolute;
    right: 2.1875rem;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 2.9375rem;
    height: 2.9375rem;
    background-image: url(./../img/common/icon_maru02.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
  }
}

.feature__inner {
  max-width: 1200px;
  max-width: 75rem;
  width: 100%;
  padding: 0 25px;
  padding: 0 1.5625rem;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (max-width: 767px) {
  .feature__inner {
    padding: 0;
  }
}

.feature__contents {
  margin-top: 54px;
  margin-top: 3.375rem;
}
@media screen and (max-width: 767px) {
  .feature__contents {
    margin-top: 1.4375rem;
  }
}

.feature__content {
  padding-top: 10px;
  padding-top: 0.625rem;
  padding-bottom: 10px;
  padding-bottom: 0.625rem;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  padding-top: 30px;
  padding-top: 1.875rem;
  padding-right: 40px;
  padding-right: 2.5rem;
  padding-bottom: 30px;
  padding-bottom: 1.875rem;
  padding-left: 40px;
  padding-left: 2.5rem;
  max-width: 960px;
  max-width: 60rem;
  width: 100%;
  position: relative;
}
@media screen and (max-width: 767px) {
  .feature__content {
    padding: 0;
  }
}

.feature__content--01 {
  background-image: url(./../img/common/feature_01.jpg);
}

.feature__content--02 {
  background-image: url(./../img/common/feature_02.jpg);
}

.feature__content--03 {
  background-image: url(./../img/common/feature_03.jpg);
}

@media screen and (max-width: 767px) {
  .feature__content--01,
.feature__content--02,
.feature__content--03 {
    background-image: none;
  }
}

.feature__content:not(:first-child) {
  margin-top: 84px;
  margin-top: 5.25rem;
}
@media screen and (max-width: 767px) {
  .feature__content:not(:first-child) {
    margin-top: 1.375rem;
  }
}

.feature__text-wrap {
  background-color: #fff;
  max-width: 506px;
  max-width: 31.625rem;
  width: 100%;
  min-height: 284px;
  min-height: 17.75rem;
  padding-top: 26px;
  padding-top: 1.625rem;
  padding-bottom: 18px;
  padding-bottom: 1.125rem;
  padding-left: 23px;
  padding-left: 1.4375rem;
}
@media screen and (max-width: 767px) {
  .feature__text-wrap {
    min-height: 13.125rem;
    margin-top: 1.6875rem;
    padding-top: 1.375rem;
    padding-right: 1.25rem;
    padding-left: 0.6875rem;
  }
}

.feature__text-wrap--02,
.feature__text-wrap--03 {
  padding-right: 10px;
  padding-right: 0.625rem;
}

.feature__title {
  font-size: 28px;
  font-size: 1.75rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #222;
}
@media screen and (max-width: 767px) {
  .feature__title {
    font-size: 1.125rem;
  }
}

.feature__title-number {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 75px;
  width: 4.6875rem;
  height: 75px;
  height: 4.6875rem;
  background: #9cd0fe;
  border-radius: 50%;
  font-size: 50px;
  font-size: 3.125rem;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  color: #fff;
  margin-right: 9px;
  margin-right: 0.5625rem;
}
@media screen and (max-width: 767px) {
  .feature__title-number {
    font-size: 1.5625rem;
    width: 2.5625rem;
    height: 2.5625rem;
  }
}

.feature__title-number--02 {
  background: #feb6b6;
}

.feature__title-number--03 {
  background: #8ae48a;
}

.feature__text {
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.777;
  color: #222;
  margin-top: 17px;
  margin-top: 1.0625rem;
  padding-right: 25px;
  padding-right: 1.5625rem;
  padding-left: 9px;
  padding-left: 0.5625rem;
}
@media screen and (max-width: 767px) {
  .feature__text {
    font-size: 1rem;
    line-height: 2.3;
    letter-spacing: -0.04em;
    margin-top: 0.25rem;
    padding-right: 0.75rem;
  }
}

.feature__text--caution {
  margin-top: 20px;
  margin-top: 1.25rem;
  display: block;
}
@media screen and (max-width: 767px) {
  .feature__text--caution {
    margin-top: 0.125rem;
    font-size: 0.875rem;
  }
}

.feature__content--revers {
  margin-left: auto;
}

.feature__text-wrap--revers {
  margin-left: auto;
}

.footer {
  background: #2695F5;
  padding-top: 46px;
  padding-top: 2.875rem;
  padding-bottom: 40px;
  padding-bottom: 2.5rem;
}
@media screen and (max-width: 767px) {
  .footer {
    padding-top: 2.125rem;
    padding-bottom: 1.8125rem;
  }
}

.footer__logo {
  max-width: 350px;
  max-width: 21.875rem;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (max-width: 767px) {
  .footer__logo {
    max-width: 12.75rem;
  }
}

.footer__privacy {
  color: #fff;
  text-align: center;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 700;
  margin-top: 31px;
  margin-top: 1.9375rem;
}
@media screen and (max-width: 767px) {
  .footer__privacy {
    font-size: 0.625rem;
    margin-top: 0.875rem;
  }
}

.footer__copy {
  font-size: 12px;
  font-size: 0.75rem;
  color: #fff;
  text-align: center;
  display: block;
  margin-top: 21px;
  margin-top: 1.3125rem;
}
@media screen and (max-width: 767px) {
  .footer__copy {
    font-size: 0.625rem;
    margin-top: 0.3125rem;
  }
}

.header {
  width: 100%;
  z-index: 200;
  padding-top: 14px;
  padding-top: 0.875rem;
  padding-bottom: 14px;
  padding-bottom: 0.875rem;
}
@media screen and (max-width: 767px) {
  .header {
    padding-top: 0.5rem;
    padding-bottom: 0.6875rem;
  }
}

.header__inner {
  max-width: 990px;
  max-width: 61.875rem;
  width: 100%;
  margin: auto;
  padding-right: 15px;
  padding-right: 0.9375rem;
  padding-left: 15px;
  padding-left: 0.9375rem;
}
@media screen and (max-width: 767px) {
  .header__inner {
    padding-right: 0.625rem;
    padding-left: 0.625rem;
  }
}

.header__contents {
  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;
}

.header__logo {
  max-width: 400px;
  max-width: 25rem;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .header__logo {
    max-width: 12.5rem;
  }
}

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

.header__links-info {
  margin-right: 13px;
  margin-right: 0.8125rem;
}
@media screen and (max-width: 767px) {
  .header__links-info {
    margin-right: 0;
  }
}

.header__links-tel {
  font-size: 28px;
  font-size: 1.75rem;
  font-weight: bold;
  font-family: "Roboto", sans-serif;
  color: #2695F5;
  display: block;
  line-height: 1;
  position: relative;
}
@media screen and (max-width: 767px) {
  .header__links-tel {
    font-size: 1.0625rem;
  }
}

.header__links-tel::before {
  content: "";
  display: inline-block;
  background-image: url(./../img/common/icon_tel.png);
  background-size: contain;
  background-repeat: no-repeat;
  width: 30px;
  width: 1.875rem;
  height: 19px;
  height: 1.1875rem;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: -20px;
  left: -1.25rem;
}
@media screen and (max-width: 767px) {
  .header__links-tel::before {
    width: 0.5625rem;
    height: 0.8125rem;
    left: -0.8125rem;
  }
}

.header__links-time {
  display: block;
  text-align: right;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .header__links-time {
    font-size: 0.5rem;
  }
}

.header__links-claim {
  margin-right: 8px;
  margin-right: 0.5rem;
}

.u-mobile {
  display: none;
}
@media screen and (max-width: 767px) {
  .u-mobile {
    display: block;
  }
}

.u-desktop {
  display: block;
}
@media screen and (max-width: 767px) {
  .u-desktop {
    display: none !important;
  }
}

.container {
  width: 100%;
  max-width: 1000px;
  max-width: 62.5rem;
  padding-right: 25px;
  padding-left: 25px;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (max-width: 767px) {
  .container {
    max-width: 100%;
    padding-right: 20px;
    padding-left: 20px;
  }
}

.mv-cta {
  max-width: 1022px;
  max-width: 63.875rem;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
}

.mv {
  background-image: url(./../img/common/mv_bg.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  padding-top: 149px;
  padding-top: 9.3125rem;
  padding-bottom: 70px;
  padding-bottom: 4.375rem;
}
@media screen and (max-width: 767px) {
  .mv {
    background-image: url(./../img/common/mv_bg-sp.jpg);
    padding-top: 6.3125rem;
    padding-bottom: 7.8125rem;
  }
}

.mv__txt-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: 470px;
  max-width: 29.375rem;
  width: 100%;
  margin: auto;
}
@media screen and (max-width: 767px) {
  .mv__txt-wrap {
    padding: 0 0.625rem;
  }
}

.mv__txt-contents {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  border-radius: 50%;
  background-color: #47aaff;
  max-width: 100%;
  width: 146px;
  width: 9.125rem;
  height: 146px;
  height: 9.125rem;
}
@media screen and (max-width: 767px) {
  .mv__txt-contents {
    width: 7.4375rem;
    height: 7.4375rem;
  }
}

.mv__txt {
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: bold;
  color: #fff;
  line-height: 1.25;
}
@media screen and (max-width: 767px) {
  .mv__txt {
    font-size: 1.125rem;
    line-height: 1.444;
  }
}

.mv__txt--color {
  color: #FFFF00;
}

.mv__text-wrap {
  text-align: center;
  margin-top: 42px;
  margin-top: 2.625rem;
}
@media screen and (max-width: 767px) {
  .mv__text-wrap {
    margin-top: 5.5625rem;
  }
}

.mv__ttl {
  font-size: 56px;
  font-size: 3.5rem;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .mv__ttl {
    font-size: 1.8125rem;
    background: #B9E0FC;
    line-height: 1;
    padding-top: 0.625rem;
  }
}

.mv__btn {
  font-weight: 700;
  font-size: 28px;
  font-size: 1.75rem;
  color: #fff;
  background: #2695F5;
  max-width: 560px;
  max-width: 35rem;
  border-radius: 50px;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  margin-top: 5px;
  margin-top: 0.3125rem;
  padding-top: 5px;
  padding-top: 0.3125rem;
  padding-bottom: 7px;
  padding-bottom: 0.4375rem;
}
@media screen and (max-width: 767px) {
  .mv__btn {
    font-size: 1.8125rem;
    color: #000;
    background: #B9E0FC;
    border-radius: 0;
    margin-top: 0;
    padding-top: 0;
    padding-bottom: 0;
    line-height: 1.25;
    padding-top: 0.3125rem;
    padding-bottom: 0.5rem;
  }
}

.mv__small-text {
  font-size: 24px;
  font-size: 1.5rem;
  color: #000;
  font-weight: 700;
  margin-top: 15px;
  margin-top: 0.9375rem;
}
@media screen and (max-width: 767px) {
  .mv__small-text {
    margin-top: 1.5625rem;
    font-size: 0.875rem;
    text-shadow: 0 0 3px #fff;
    line-height: 1;
    letter-spacing: -0.05em;
  }
}

.question {
  padding-top: 83px;
  padding-top: 5.1875rem;
  padding-bottom: 88px;
  padding-bottom: 5.5rem;
  background-image: url(./../img/common/question_bg.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
@media screen and (max-width: 767px) {
  .question {
    padding-top: 2.375rem;
    padding-bottom: 2.9375rem;
    background-image: url(./../img/common/question_bg-sp.jpg);
  }
}

.question__inner {
  max-width: 1010px;
  max-width: 63.125rem;
  width: 100%;
  padding: 0 25px;
  padding: 0 1.5625rem;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (max-width: 767px) {
  .question__inner {
    padding: 0 0.625rem;
  }
}

.que__container {
  margin-top: 58px;
  margin-top: 3.625rem;
}
@media screen and (max-width: 767px) {
  .que__container {
    margin-top: 1.625rem;
  }
}

.que__contents:not(:first-child) {
  margin-top: 20px;
  margin-top: 1.25rem;
}
@media screen and (max-width: 767px) {
  .que__contents:not(:first-child) {
    margin-top: 1.5625rem;
  }
}

.que__txt-q {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #333;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1;
  vertical-align: middle;
  background-color: #f4f4f4;
  border: 1px solid #e2e2e2;
  width: 100%;
  height: 62px;
  height: 3.875rem;
  position: relative;
  padding-left: 83px;
  padding-left: 5.1875rem;
}
@media screen and (max-width: 767px) {
  .que__txt-q {
    line-height: 1.538;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 2.9375rem;
    padding-right: 0.625rem;
    height: auto;
  }
}

.que__txt-q::before {
  content: "Q";
  top: 17px;
  top: 1.0625rem;
  left: 25px;
  left: 1.5625rem;
  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;
  position: absolute;
  width: 36px;
  width: 2.25rem;
  height: 36px;
  height: 2.25rem;
  background-color: #02b902;
  color: #fff;
  border-radius: 50%;
}
@media screen and (max-width: 767px) {
  .que__txt-q::before {
    top: 0.75rem;
    left: 1rem;
    width: 1.4375rem;
    height: 1.4375rem;
    font-size: 0.6875rem;
  }
}

@media screen and (max-width: 767px) {
  .que__txt-q--1::before {
    top: 14%;
  }
}

.que__txt-a {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 16px;
  font-size: 1rem;
  line-height: 2;
  background-color: #fff;
  border-right: 1px solid #e2e2e2;
  border-bottom: 1px solid #e2e2e2;
  border-left: 1px solid #e2e2e2;
  width: 100%;
  position: relative;
  padding-top: 14px;
  padding-top: 0.875rem;
  padding-right: 15px;
  padding-right: 0.9375rem;
  padding-bottom: 17px;
  padding-bottom: 1.0625rem;
  padding-left: 83px;
  padding-left: 5.1875rem;
  letter-spacing: -0.05em;
}
@media screen and (max-width: 767px) {
  .que__txt-a {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    padding-top: 0.625rem;
    padding-left: 2.9375rem;
    line-height: 1.538;
    letter-spacing: 0;
    min-height: 6.875rem;
  }
}

.que__txt-a::before {
  content: "A";
  left: 25px;
  left: 1.5625rem;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: absolute;
  width: 36px;
  width: 2.25rem;
  height: 36px;
  height: 2.25rem;
  background-color: #ff8fba;
  border-radius: 50%;
}
@media screen and (max-width: 767px) {
  .que__txt-a::before {
    top: 0.625rem;
    left: 1rem;
    width: 1.4375rem;
    height: 1.4375rem;
    font-size: 0.6875rem;
  }
}

.record {
  padding-top: 84px;
  padding-top: 5.25rem;
  padding-bottom: 88px;
  padding-bottom: 5.5rem;
  background: rgba(251, 250, 238, .95);
}
@media screen and (max-width: 767px) {
  .record {
    padding-top: 2.375rem;
    padding-bottom: 2.5rem;
    background: #fff;
  }
}

.record__inner {
  max-width: 1200px;
  max-width: 75rem;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding: 0 25px;
  padding: 0 1.5625rem;
}
@media screen and (max-width: 767px) {
  .record__inner {
    padding: 0 1.875rem;
  }
}

.record__cards {
  padding-top: 52px;
  padding-top: 3.25rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .record__cards {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-top: 1.5rem;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.record__card {
  max-width: 262px;
  max-width: 16.375rem;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .record__card {
    max-width: 100%;
  }
}

.record__card:not(:last-child) {
  margin-right: 20px;
  margin-right: 1.25rem;
}
@media screen and (max-width: 767px) {
  .record__card:not(:last-child) {
    margin-right: 0;
  }
}

@media screen and (max-width: 767px) {
  .record__card:not(:first-child) {
    margin-top: 2.4375rem;
  }
}

.record__card-img {
  max-width: 200px;
  max-width: 12.5rem;
  width: 100%;
  margin: auto;
}
@media screen and (max-width: 767px) {
  .record__card-img {
    max-width: 11.6875rem;
  }
}

.record__card-title {
  font-size: 22px;
  font-size: 1.375rem;
  font-weight: 700;
  color: #2695F5;
  padding-top: 24px;
  padding-top: 1.5rem;
  text-align: center;
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  .record__card-title {
    font-size: 1.125rem;
    padding-top: 0.5625rem;
  }
}

.record__card-text {
  font-size: 16px;
  font-size: 1rem;
  line-height: 2;
  margin-top: 29px;
  margin-top: 1.8125rem;
}
@media screen and (max-width: 767px) {
  .record__card-text {
    line-height: 2.3;
    margin-top: 0.1875rem;
  }
}

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

.section-title__small {
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: bold;
  color: #222;
  position: relative;
  display: inline-block;
}
@media screen and (max-width: 767px) {
  .section-title__small {
    font-size: 0.875rem;
  }
}

.section-title__small--l {
  font-size: 30px;
  font-size: 1.875rem;
}
@media screen and (max-width: 767px) {
  .section-title__small--l {
    font-size: 1.125rem;
  }
}

.section-title__small::before,
.section-title__small::after {
  content: "";
  width: 2px;
  height: 25px;
  height: 1.5625rem;
  background-color: #222;
  position: absolute;
}
@media screen and (max-width: 767px) {
  .section-title__small::before,
.section-title__small::after {
    width: 1px;
    height: 0.9375rem;
  }
}

.section-title__small::before {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  top: 3px;
  top: 0.1875rem;
  left: -13px;
  left: -0.8125rem;
}
@media screen and (max-width: 767px) {
  .section-title__small::before {
    top: 0.125rem;
    left: -0.5rem;
  }
}

.section-title__small::after {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  top: 3px;
  top: 0.1875rem;
  right: -13px;
  right: -0.8125rem;
}
@media screen and (max-width: 767px) {
  .section-title__small::after {
    top: 0.125rem;
    right: -0.4375rem;
  }
}

.section-title__large {
  font-size: 38px;
  font-size: 2.375rem;
  font-weight: bold;
  margin-top: 0;
  line-height: 1.263;
}
@media screen and (max-width: 767px) {
  .section-title__large {
    font-size: 1.375rem;
    margin-top: -0.3125rem;
    line-height: 1.5;
  }
}

.section-title__large--2c {
  margin-top: -7px;
  margin-top: -0.4375rem;
}

.section-title__small--number::before,
.section-title__small--number::after {
  top: 15px;
  top: 0.9375rem;
}
@media screen and (max-width: 767px) {
  .section-title__small--number::before,
.section-title__small--number::after {
    top: 0.5rem;
  }
}

.section-title__small--white,
.section-title__large--white {
  color: #fff;
}

.section-title__small--white::before,
.section-title__small--white::after {
  background-color: #fff;
}

.section-title__large .icon--megahon {
  position: relative;
}

.section-title__large .icon--megahon::after {
  content: "";
  display: inline-block;
  background-image: url(./../img/common/icon_megahon.png);
  background-size: contain;
  background-repeat: no-repeat;
  width: 51px;
  width: 3.1875rem;
  height: 51px;
  height: 3.1875rem;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: -51px;
  right: -3.1875rem;
}
@media screen and (max-width: 767px) {
  .section-title__large .icon--megahon::after {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .worry__inner .section-title__large {
    letter-spacing: 0.09em;
  }
}

@media screen and (max-width: 767px) {
  .benefit__section-title .section-title__small {
    font-size: 0.875rem;
  }
}

@media screen and (max-width: 767px) {
  .benefit__section-title .section-title__large {
    font-size: 1.1875rem;
  }
}

.step {
  padding-top: 86px;
  padding-top: 5.375rem;
  padding-bottom: 88px;
  padding-bottom: 5.5rem;
  background-image: url(./../img/common/step_bg.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
@media screen and (max-width: 767px) {
  .step {
    background-image: none;
    background-color: #e8f6df;
    padding-top: 2.3125rem;
    padding-bottom: 3rem;
  }
}

@media screen and (max-width: 767px) {
  .step .section-title__small--white,
.step .section-title__large--white {
    color: #000 !important;
  }
}

@media screen and (max-width: 767px) {
  .step .section-title__small--white::before,
.step .section-title__small--white::after {
    background-color: #000 !important;
  }
}

.step__inner {
  max-width: 1200px;
  max-width: 75rem;
  width: 100%;
  padding: 0 25px;
  padding: 0 1.5625rem;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (max-width: 767px) {
  .step__inner {
    padding: 0 0.9375rem;
  }
}

.step__contents {
  background: #fff;
  margin-top: 54px;
  margin-top: 3.375rem;
  padding-top: 42px;
  padding-top: 2.625rem;
  padding-right: 73px;
  padding-right: 4.5625rem;
  padding-bottom: 68px;
  padding-bottom: 4.25rem;
  padding-left: 73px;
  padding-left: 4.5625rem;
}
@media screen and (max-width: 767px) {
  .step__contents {
    background: transparent;
    margin-top: 1.75rem;
    padding-top: 0;
    padding-right: 0;
    padding-bottom: 0;
    padding-left: 0;
  }
}

.step__cards {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .step__cards {
    -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;
  }
}

.step__card {
  max-width: 274px;
  max-width: 17.125rem;
  width: 100%;
  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;
}
@media screen and (max-width: 767px) {
  .step__card {
    background-color: #fff;
    max-width: 100%;
    padding-top: 1.5rem;
    padding-bottom: 2.8125rem;
  }
}

.step__card:not(:last-child) {
  margin-right: 20px;
  margin-right: 1.25rem;
}
@media screen and (max-width: 767px) {
  .step__card:not(:last-child) {
    margin-right: 0;
    position: relative;
  }
}

@media screen and (max-width: 767px) {
  .step__card:not(:last-child)::after {
    content: "";
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    bottom: -2.8125rem;
    display: inline-block;
    background-image: url(./../img/common/arrow-bottom.png);
    background-size: contain;
    background-repeat: no-repeat;
    width: 3.625rem;
    height: 1.25rem;
  }
}

@media screen and (max-width: 767px) {
  .step__card:not(:first-child) {
    margin-top: 4.375rem;
  }
}

.step__card-number {
  width: 106px;
  width: 6.625rem;
  height: 110px;
  height: 6.875rem;
  background: #9cd0fe;
  border-radius: 50%;
  color: #fff;
  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: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-top: 13px;
  padding-top: 0.8125rem;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .step__card-number {
    width: 4.125rem;
    height: 4.25rem;
  }
}

.step__card-number--02 {
  background: #ffb6b6;
}

.step__card-number--03 {
  background: #8ae48a;
}

.step__card-number .text {
  font-size: 22px;
  font-size: 1.375rem;
  font-weight: 700;
  font-family: "Roboto", sans-serif;
}
@media screen and (max-width: 767px) {
  .step__card-number .text {
    font-size: 1rem;
  }
}

.step__card-number .number {
  font-size: 50px;
  font-size: 3.125rem;
  font-weight: 700;
  font-family: "Roboto", sans-serif;
  margin-top: -12px;
  margin-top: -0.75rem;
}
@media screen and (max-width: 767px) {
  .step__card-number .number {
    font-size: 1.875rem;
  }
}

.step__img {
  margin-top: -54px;
  margin-top: -3.375rem;
}
@media screen and (max-width: 767px) {
  .step__img {
    margin-top: -2.0625rem;
    max-width: 16.6875rem;
    width: 100%;
  }
}

.step__text {
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 2;
  margin-top: 8px;
  margin-top: 0.5rem;
}
@media screen and (max-width: 767px) {
  .step__text {
    line-height: 1.5;
    margin-top: 0.75rem;
    padding: 0 2.375rem;
  }
}

.style {
  padding-top: 81px;
  padding-top: 5.0625rem;
  padding-bottom: 88px;
  padding-bottom: 5.5rem;
  background-image: url(./../img/common/style_bg.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
@media screen and (max-width: 767px) {
  .style {
    padding-top: 2.75rem;
    padding-bottom: 2.9375rem;
    background-image: url(./../img/common/style_bg-sp.jpg);
  }
}

.style__inner {
  max-width: 1200px;
  max-width: 75rem;
  width: 100%;
  margin: auto;
  padding: 0 25px;
  padding: 0 1.5625rem;
}
@media screen and (max-width: 767px) {
  .style__inner {
    padding: 0 0.625rem;
  }
}

.style__contents {
  background: #fff;
  padding: 48px 65px;
  padding: 3rem 4.0625rem;
  margin-top: 60px;
  margin-top: 3.75rem;
}
@media screen and (max-width: 767px) {
  .style__contents {
    margin-top: 1.75rem;
    padding: 1.375rem 0;
  }
}

.style__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding-right: 30px;
  padding-right: 1.875rem;
}
@media screen and (max-width: 767px) {
  .style__content {
    padding-right: 0;
  }
}

.style__content:not(:first-child) {
  margin-top: 48px;
  margin-top: 3rem;
}
@media screen and (max-width: 767px) {
  .style__content:not(:first-child) {
    margin-top: 1.4375rem;
  }
}

.style__content--revers {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

.style__txt-wrap {
  max-width: 530px;
  max-width: 33.125rem;
  width: 100%;
  margin-right: 41px;
  margin-right: 2.5625rem;
}
@media screen and (max-width: 767px) {
  .style__txt-wrap {
    max-width: 100%;
    margin-right: 0;
  }
}

.style__content--revers .style__txt-wrap {
  margin-right: 0;
}

.style__point-title {
  font-family: "Roboto", sans-serif;
}
@media screen and (max-width: 767px) {
  .style__point-title {
    padding-right: 0.75rem;
    padding-left: 0.9375rem;
  }
}

.style__point {
  font-size: 21px;
  font-size: 1.3125rem;
  font-weight: 400;
  z-index: 0;
  position: relative;
}
@media screen and (max-width: 767px) {
  .style__point {
    font-size: 0.9375rem;
    font-weight: 900;
  }
}

.style__point-number {
  font-size: 41px;
  font-size: 2.5625rem;
  color: #eb6f9e;
  font-weight: 900;
  padding-left: 10px;
  padding-left: 0.625rem;
  position: relative;
  z-index: 0;
}
@media screen and (max-width: 767px) {
  .style__point-number {
    font-size: 1.8125rem;
  }
}

.style__point::before {
  content: "";
  display: inline-block;
  width: 54px;
  width: 3.375rem;
  height: 54px;
  height: 3.375rem;
  border-radius: 50%;
  background: #fbfaee;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: -1;
  left: 30px;
  left: 1.875rem;
}
@media screen and (max-width: 767px) {
  .style__point::before {
    width: 2.625rem;
    height: 2.625rem;
  }
}

.style__contents-ttl {
  font-size: 22px;
  font-size: 1.375rem;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .style__contents-ttl {
    font-size: 1rem;
    margin-top: 0.5625rem;
    letter-spacing: 0.03em;
  }
}

.style__ttl-color {
  color: #eb6f9e;
}

.style__contents-txt {
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.777;
  color: #222;
  margin-top: 15px;
  margin-top: 0.9375rem;
}
@media screen and (max-width: 767px) {
  .style__contents-txt {
    font-size: 1rem;
    margin-top: 1rem;
    padding: 0 0.8125rem;
    line-height: 2.3;
    letter-spacing: -0.05em;
  }
}

.style__img {
  max-width: 354px;
  max-width: 22.125rem;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .style__img {
    max-width: 100%;
    margin-top: 1.5625rem;
  }
}

.style__content--revers .style__img {
  margin-right: 41px;
  margin-right: 2.5625rem;
}

.style__border {
  display: block;
  max-width: 886px;
  max-width: 55.375rem;
  width: 100%;
  height: 1px;
  background: #e8e8e8;
  margin-right: auto;
  margin-left: auto;
  margin-top: 48px;
  margin-top: 3rem;
}

.style__border--short {
  margin-top: 18px;
  margin-top: 1.125rem;
}

.u-under-line {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(60%, #FFFF00));
  background: linear-gradient(180deg, transparent 60%, #FFFF00 60%);
}

.u-under-line02 {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(60%, #E4E400));
  background: linear-gradient(180deg, transparent 60%, #E4E400 60%);
}
@media screen and (max-width: 767px) {
  .u-under-line02 {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(60%, #FFFF00));
    background: linear-gradient(180deg, transparent 60%, #FFFF00 60%);
  }
}

.voice {
  padding-top: 83px;
  padding-top: 5.1875rem;
  padding-bottom: 88px;
  padding-bottom: 5.5rem;
  background-image: url(./../img/common/voice_bg.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
@media screen and (max-width: 767px) {
  .voice {
    padding-top: 2.25rem;
    padding-bottom: 2.8125rem;
    background-image: url(./../img/common/question_bg-sp.jpg);
  }
}

.voice__inner {
  max-width: 1200px;
  max-width: 75rem;
  width: 100%;
  padding: 0 25px;
  padding: 0 1.5625rem;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (max-width: 767px) {
  .voice__inner {
    padding: 0 0.625rem;
  }
}

.voice__contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 57px;
  margin-top: 3.5625rem;
  position: relative;
  background: #fff;
  border-top: 1px solid #E2E2E2;
  border-right: 1px solid #E2E2E2;
  border-bottom: 1px solid #E2E2E2;
}
@media screen and (max-width: 767px) {
  .voice__contents {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 1.6875rem;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    border-top: none;
    border-left: 1px solid #E2E2E2;
  }
}

.voice__contents::before {
  content: "";
  position: absolute;
  top: 17px;
  top: 1.0625rem;
  left: 15px;
  left: 0.9375rem;
  border-top: solid 1px #0075CF;
  border-left: solid 1px #0075CF;
  display: inline-block;
  width: 45px;
  width: 2.8125rem;
  height: 45px;
  height: 2.8125rem;
}
@media screen and (max-width: 767px) {
  .voice__contents::before {
    top: 0.625rem;
    left: 0.6875rem;
    width: 2.1875rem;
    height: 2.1875rem;
  }
}

.voice__contents::after {
  content: "";
  position: absolute;
  bottom: 21px;
  bottom: 1.3125rem;
  right: 15px;
  right: 0.9375rem;
  border-bottom: solid 1px #0075CF;
  border-right: solid 1px #0075CF;
  display: inline-block;
  width: 45px;
  width: 2.8125rem;
  height: 45px;
  height: 2.8125rem;
}
@media screen and (max-width: 767px) {
  .voice__contents::after {
    bottom: 0.6875rem;
    right: 0.6875rem;
    width: 2.1875rem;
    height: 2.1875rem;
  }
}

.voice__img {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 345px;
          flex: 0 1 345px;
  -ms-flex: 0 1 21.5625rem;
      flex: 0 1 21.5625rem;
  width: 100%;
  background-image: url(./../img/common/voice.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
@media screen and (max-width: 767px) {
  .voice__img {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 14.875rem;
            flex: 0 1 14.875rem;
    background-image: url(./../img/common/voice-sp.jpg);
    background-size: contain;
  }
}

.voice__text-wrap {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 750px;
          flex: 1 1 750px;
  -ms-flex: 1 1 46.875rem;
      flex: 1 1 46.875rem;
  width: 100%;
  padding-top: 20px;
  padding-top: 1.25rem;
  padding-right: 28px;
  padding-right: 1.75rem;
  padding-bottom: 36px;
  padding-bottom: 2.25rem;
  padding-left: 32px;
  padding-left: 2rem;
}
@media screen and (max-width: 767px) {
  .voice__text-wrap {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 44.625rem;
            flex: 1 1 44.625rem;
    padding: 0.8125rem 0.9375rem 3.75rem;
  }
}

.voice__title {
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 700;
  color: #0075cf;
}
@media screen and (max-width: 767px) {
  .voice__title {
    line-height: 1.7;
  }
}

.voice__text {
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.6;
  margin-top: 20px;
  margin-top: 1.25rem;
}
@media screen and (max-width: 767px) {
  .voice__text {
    font-size: 1rem;
    line-height: 2.3;
    margin-top: 0.5rem;
  }
}

.worry {
  margin-top: -47px;
  margin-top: -2.9375rem;
  background-image: url(./../img/common/worry_bg.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  padding-bottom: 99px;
  padding-bottom: 6.1875rem;
}
@media screen and (max-width: 767px) {
  .worry {
    margin-top: -5.875rem;
    padding-bottom: 2.6875rem;
  }
}

.worry__inner {
  margin-top: 105px;
  margin-top: 6.5625rem;
}
@media screen and (max-width: 767px) {
  .worry__inner {
    margin-top: 2.6875rem;
  }
}

.worry__contents {
  max-width: 804px;
  max-width: 50.25rem;
  width: 100%;
  margin-top: 67px;
  margin-top: 4.1875rem;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (max-width: 767px) {
  .worry__contents {
    margin-top: 1.5rem;
  }
}

.worry__txt {
  position: relative;
  color: #000;
  font-size: 22px;
  font-size: 1.375rem;
  line-height: 1;
  font-weight: bold;
  padding-left: 60px;
  padding-left: 3.75rem;
  margin-top: 38px;
  margin-top: 2.375rem;
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  .worry__txt {
    white-space: inherit;
    font-size: 0.875rem;
    margin-top: 1.0625rem;
    line-height: 1.5;
    padding-right: 1.5625rem;
  }
}

.worry__txt::before,
.worry__txt::after {
  content: "";
  display: block;
  position: absolute;
}

.worry__txt::before {
  width: 40px;
  width: 2.5rem;
  height: 40px;
  height: 2.5rem;
  border-radius: 50%;
  background: #ffffff;
  border: 1px solid #2695F5;
  background-color: #2695F5;
  left: 0;
  top: -8px;
  top: -0.5rem;
}
@media screen and (max-width: 767px) {
  .worry__txt::before {
    width: 1.25rem;
    height: 1.25rem;
    top: 0.125rem;
    left: 2rem;
  }
}

.worry__txt::after {
  border-left: 3px solid #fff;
  border-left: 0.1875rem solid #fff;
  border-bottom: 3px solid #fff;
  border-bottom: 0.1875rem solid #fff;
  width: 19px;
  width: 1.1875rem;
  height: 9px;
  height: 0.5625rem;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  left: 10px;
  left: 0.625rem;
  top: 6px;
  top: 0.375rem;
}
@media screen and (max-width: 767px) {
  .worry__txt::after {
    border-left: 0.125rem solid #fff;
    border-bottom: 0.125rem solid #fff;
    width: 0.625rem;
    height: 0.4375rem;
    left: 2.25rem;
  }
}
/*# sourceMappingURL=styles.css.map */
