@charset "UTF-8";
body {
  font-family: "ヒラギノ角ゴシック", "Hiragino Kaku Gothic ProN", sans-serif;
}

body {
  font-weight: 400;
}

body {
  color: #000;
}

/*==========================================
is系定義
==========================================*/
html.is-fixed {
  height: 100%;
  overflow-y: hidden;
}

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

/* pcの電話番号発信対応 */
/* ホバー */
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;
}

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

.l-company {
  scroll-margin-top: 60px;
}
@media screen and (min-width: 768px) {
  .l-company {
    scroll-margin-top: 90px;
  }
}

.l-compare {
  margin-top: 50px;
  margin-top: 3.125rem;
}
.l-contact {
  margin-top: 32px;
  margin-top: 2rem;
}
@media screen and (min-width: 768px) {
  .l-contact {
    margin-top: 6.0625rem;
  }
}

.l-contact--second {
  margin-top: 23px;
  margin-top: 1.4375rem;
}
@media screen and (min-width: 768px) {
  .l-contact--second {
    margin-top: 4.25rem;
  }
}

.l-feature {
  margin-top: 50px;
  margin-top: 3.125rem;
  scroll-margin-top: 60px;
}
@media screen and (min-width: 768px) {
  .l-feature {
    margin-top: 6.25rem;
    scroll-margin-top: 90px;
  }
}

.l-flow {
  margin-top: 52px;
  margin-top: 3.25rem;
}
@media screen and (min-width: 768px) {
  .l-flow {
    margin-top: 9.4375rem;
  }
}

.l-inner {
  max-width: 100%;
  padding: 0 20px;
}
@media screen and (min-width: 768px) {
  .l-inner {
    padding: 0 20px;
    width: 1300px;
    margin: 0 auto;
  }
}

.l-install {
  margin-top: 21px;
  margin-top: 1.3125rem;
}
@media screen and (min-width: 768px) {
  .l-install {
    margin-top: 3.5rem;
  }
}

.l-lower-top {
  margin-top: 60px;
}
@media screen and (min-width: 768px) {
  .l-lower-top {
    margin-top: 90px;
  }
}

.l-merit {
  margin-top: 22px;
  margin-top: 1.375rem;
  scroll-margin-top: 60px;
}
@media screen and (min-width: 768px) {
  .l-merit {
    margin-top: 4.5rem;
    scroll-margin-top: 90px;
  }
}

.l-method {
  margin-top: 58px;
  margin-top: 3.625rem;
}
@media screen and (min-width: 768px) {
  .l-method {
    margin-top: 4.5rem;
  }
}

.l-plan {
  margin-top: 18px;
  margin-top: 1.125rem;
  scroll-margin-top: 60px;
}
@media screen and (min-width: 768px) {
  .l-plan {
    margin-top: 3.125rem;
    scroll-margin-top: 90px;
  }
}

.l-zoom-explanation {
  margin-top: 50px;
  margin-top: 3.125rem;
}

.dummy {
  margin-top: 100px;
  margin-bottom: 100px;
}

.p-accordion-item__term {
  background-color: #FF9E03;
  position: relative;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 700;
  color: #fff;
  padding: 3px 35px 0px 37px;
  padding: 0.1875rem 2.1875rem 0rem 2.3125rem;
  line-height: 1.6875;
  min-height: 56px;
  min-height: 3.5rem;
  cursor: pointer;
}
@media screen and (min-width: 768px) {
  .p-accordion-item__term {
    font-size: 2rem;
    min-height: auto;
  }
}

@media screen and (min-width: 768px) {
  .p-accordion-item__term--one-line {
    padding: 2rem 6.375rem 1.875rem 5.9375rem;
  }
}

@media screen and (min-width: 768px) {
  .p-accordion-item__term--two-line {
    padding: 1rem 6.375rem 1.125rem 5.9375rem;
  }
}

.p-accordion-item__term::before {
  content: "Q:";
  position: absolute;
  left: 19px;
  left: 1.1875rem;
  top: 2px;
  top: 0.125rem;
  font-size: 16px;
  font-size: 1rem;
}
@media screen and (min-width: 768px) {
  .p-accordion-item__term::before {
    font-size: 2rem;
    left: 3.5625rem;
    top: 2.1875rem;
  }
}

@media screen and (min-width: 768px) {
  .p-accordion-item__term--two-line::before {
    top: 1rem;
  }
}

.p-accordion-item__term::after {
  content: "";
  position: absolute;
  top: 18px;
  top: 1.125rem;
  right: 17px;
  right: 1.0625rem;
  width: 12px;
  width: 0.75rem;
  height: 8px;
  height: 0.5rem;
  background: url(../images/common/down-arrow-white.png) no-repeat center/contain;
}
@media screen and (min-width: 768px) {
  .p-accordion-item__term::after {
    width: 2.375rem;
    height: 1.5rem;
    right: 3.1875rem;
    top: 2.6875rem;
  }
}

.p-accordion-item__desc {
  background-color: #F7F7F7;
  position: relative;
  font-size: 13px;
  font-size: 0.8125rem;
  padding: 6px 20px 8px 33px;
  padding: 0.375rem 1.25rem 0.5rem 2.0625rem;
  display: none;
  font-weight: 300;
  line-height: 1.69;
}
@media screen and (min-width: 768px) {
  .p-accordion-item__desc {
    font-size: 1.75rem;
    padding: 1.875rem 3.25rem 0.625rem 4.9375rem;
  }
}

.p-accordion-item__desc::before {
  content: "A:";
  position: absolute;
  left: 20px;
  left: 1.25rem;
  top: 6px;
  top: 0.375rem;
}
@media screen and (min-width: 768px) {
  .p-accordion-item__desc::before {
    left: 3.125rem;
    top: 1.8125rem;
  }
}

.p-accordion-items__item:nth-child(n+2) {
  margin-top: 27px;
  margin-top: 1.6875rem;
}
@media screen and (min-width: 768px) {
  .p-accordion-items__item:nth-child(n+2) {
    margin-top: 1.4375rem;
  }
}

.p-circle-card__circle {
  width: 210px;
  width: 13.125rem;
  height: 210px;
  height: 13.125rem;
  border-radius: 50%;
  background-color: #FF9E03;
  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;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 768px) {
  .p-circle-card__circle {
    width: 18.75rem;
    height: 18.75rem;
  }
}

.p-circle-card__word {
  color: #fff;
  font-weight: 800;
  font-size: 32px;
  font-size: 2rem;
  line-height: 1;
}
@media screen and (min-width: 768px) {
  .p-circle-card__word {
    font-size: 2.875rem;
  }
}

.p-circle-card__word:nth-child(n+2) {
  margin-top: 5px;
  margin-top: 0.3125rem;
}
@media screen and (min-width: 768px) {
  .p-circle-card__word:nth-child(n+2) {
    margin-top: 0.625rem;
  }
}

.p-circle-card__body {
  margin-top: 16px;
  margin-top: 1rem;
  padding: 0 10px;
  padding: 0 0.625rem;
}
@media screen and (min-width: 768px) {
  .p-circle-card__body {
    margin-top: 1.625rem;
    padding: 0;
  }
}

.p-circle-card__text {
  font-size: 16px;
  font-size: 1rem;
  font-weight: 300;
  line-height: 1.6875;
}
@media screen and (min-width: 768px) {
  .p-circle-card__text {
    font-size: 1.5625rem;
  }
}

@media screen and (min-width: 768px) {
  .p-company-info {
    padding: 3.375rem 0 5rem;
  }
}

.p-company-info__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.p-company-info__row:nth-child(n+2) {
  margin-top: 10px;
  margin-top: 0.625rem;
}
@media screen and (min-width: 768px) {
  .p-company-info__row:nth-child(n+2) {
    margin-top: 1.375rem;
  }
}

.p-company-info__term {
  font-size: 12px;
  font-size: 0.75rem;
  font-weight: 700;
  line-height: 1.67;
  color: #309B8F;
  width: 64px;
  width: 4rem;
  text-align: right;
}
@media screen and (min-width: 768px) {
  .p-company-info__term {
    font-size: 1.5625rem;
    width: 24.1875rem;
  }
}

.p-company-info__desc {
  font-size: 12px;
  font-size: 0.75rem;
  font-weight: 300;
  line-height: 1.67;
  margin-left: 24px;
  margin-left: 1.5rem;
}
@media screen and (min-width: 768px) {
  .p-company-info__desc {
    font-size: 1.5625rem;
    margin-left: 3.5rem;
  }
}

.p-company-info__inner:nth-child(n+2) {
  margin-top: 17px;
  margin-top: 1.0625rem;
}
@media screen and (min-width: 768px) {
  .p-company-info__inner:nth-child(n+2) {
    margin-top: 1.625rem;
  }
}

.p-company-info__heading {
  font-weight: 400;
}

.p-company-info__body {
  margin-top: -1px;
  margin-top: -0.0625rem;
  margin-left: -3px;
  margin-left: -0.1875rem;
}

.p-company {
  background-color: #F5F5F5;
}

.p-company__container {
  padding-top: 53px;
  padding-top: 3.3125rem;
  padding-bottom: 24px;
  padding-bottom: 1.5rem;
  width: 100%;
  max-width: 560px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 768px) {
  .p-company__container {
    padding-top: 3.8125rem;
    padding-bottom: 4.8125rem;
    max-width: 100%;
  }
}

.p-company__heading {
  width: calc(100% - 1.25rem);
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 768px) {
  .p-company__heading {
    width: 35.0625rem;
    max-width: 100%;
  }
}

.p-company__content {
  margin-top: 31px;
  margin-top: 1.9375rem;
  padding-top: 10px;
  padding-top: 0.625rem;
  padding: 2px 10px 30px;
  padding: 0.125rem 0.625rem 1.875rem;
  background-color: #fff;
}
@media screen and (min-width: 768px) {
  .p-company__content {
    padding-left: 1.9375rem;
    padding-right: 1.9375rem;
    padding-bottom: 0;
    margin-top: 3.9375rem;
  }
}

.p-company__logo-wrapper {
  position: relative;
  padding-bottom: 8px;
  padding-bottom: 0.5rem;
}
@media screen and (min-width: 768px) {
  .p-company__logo-wrapper {
    padding-top: 1rem;
    padding-bottom: 0.6875rem;
  }
}

.p-company__logo-wrapper::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 2px;
  background-color: #309B8F;
}

.p-company__logo {
  width: 42.2%;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 768px) {
  .p-company__logo {
    width: 25.3125rem;
  }
}

.p-company__info {
  margin-top: 19px;
  margin-top: 1.1875rem;
}

@media screen and (min-width: 768px) {
  .p-compare-cards__card {
    width: 32.125rem;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
}

.p-compare-cards__card:nth-child(n+2) {
  margin-top: 50px;
  margin-top: 3.125rem;
}
@media screen and (min-width: 768px) {
  .p-compare-cards__card:nth-child(n+2) {
    margin-top: 6.25rem;
  }
}

@media screen and (min-width: 768px) {
  .p-compare__inner {
    width: 1340px;
  }
}

.p-compare__title {
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: 800;
  line-height: 1;
  color: #309B8F;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-compare__title {
    font-size: 2.5rem;
  }
}

.p-compare__content {
  margin-top: 20px;
  margin-top: 1.25rem;
}
@media screen and (min-width: 768px) {
  .p-compare__content {
    margin-top: 4.875rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.p-compare__wrapper {
  width: 100%;
  max-width: 560px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 768px) {
  .p-compare__wrapper {
    width: 50%;
    max-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;
  }
}

.p-compare__sub-title {
  color: #fff;
  background-color: #309B8F;
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 600;
  padding: 13px 0 14px;
  padding: 0.8125rem 0 0.875rem;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-compare__sub-title {
    font-size: 1.9375rem;
    padding: 2rem 0 1.5625rem;
  }
}

.p-compare__sub-title--reverse {
  background-color: #FF9E03;
}

.p-compare__cards {
  background-color: #FFF3E3;
  padding-top: 35px;
  padding-top: 2.1875rem;
  padding-bottom: 53px;
  padding-bottom: 3.3125rem;
}
@media screen and (min-width: 768px) {
  .p-compare__cards {
    padding-top: 3.9375rem;
    padding-bottom: 5.8125rem;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
  }
}

.p-compare__cards--reverse {
  background-color: #CDEDE9;
}

.p-contact-card a {
  display: inline-block;
  width: 100%;
  height: 100%;
  padding-bottom: 12px;
  padding-bottom: 0.75rem;
}
@media screen and (min-width: 768px) {
  .p-contact-card a {
    padding-top: 0;
    padding-bottom: 2.5rem;
  }
}

.p-contact-card--orange {
  background-color: #FF9E03;
}

.p-contact-card--green {
  background-color: #309B8F;
}

.p-contact-card__icon-wrapper {
  width: 297px;
  width: 18.5625rem;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 768px) {
  .p-contact-card__icon-wrapper {
    width: 100%;
  }
}

.p-contact-card__icon {
  position: relative;
  width: 100%;
  padding-top: 28.3%;
  height: 0;
}
@media screen and (min-width: 768px) {
  .p-contact-card__icon {
    padding-top: 29.7%;
  }
}

.p-contact-card__icon img {
  position: absolute;
  top: 0;
  left: 0;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
  margin-left: auto;
  margin-right: auto;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.p-contact-card__tel-icon img {
  width: 25px;
  width: 1.5625rem;
  height: 33px;
  height: 2.0625rem;
}
@media screen and (min-width: 768px) {
  .p-contact-card__tel-icon img {
    width: 5.1875rem;
    height: 6.875rem;
  }
}

.p-contact-card__mail-icon img {
  width: 34px;
  width: 2.125rem;
  height: 25px;
  height: 1.5625rem;
}
@media screen and (min-width: 768px) {
  .p-contact-card__mail-icon img {
    width: 6.9375rem;
    height: 5.25rem;
  }
}

.p-contact-card__text-wrapper {
  text-align: center;
}

.p-contact-card__text {
  color: #fff;
  font-family: "Hiragino Kaku Gothic ProN", sans-serif;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .p-contact-card__text {
    font-size: 2.4375rem;
  }
}

.p-contact-card__addition {
  color: #fff;
  font-family: "Hiragino Kaku Gothic ProN", sans-serif;
  font-size: 10px;
  font-size: 0.625rem;
  font-weight: 700;
  margin-top: -4px;
  margin-top: -0.25rem;
}
@media screen and (min-width: 768px) {
  .p-contact-card__addition {
    font-size: 1.3125rem;
    margin-top: 0.375rem;
  }
}

.p-contact-cards {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.p-contact-cards__card {
  width: calc(50% - 0.4375rem);
}
@media screen and (min-width: 768px) {
  .p-contact-cards__card {
    width: calc(50% - 1.75rem);
  }
}

.p-contact-cards__card:nth-child(n+2) {
  margin-left: 14px;
  margin-left: 0.875rem;
}
@media screen and (min-width: 768px) {
  .p-contact-cards__card:nth-child(n+2) {
    margin-left: 3.5rem;
  }
}

.l-contact--second .p-contact__container {
  padding-bottom: 21px;
  padding-bottom: 1.3125rem;
}
@media screen and (min-width: 768px) {
  .l-contact--second .p-contact__container {
    padding-bottom: 6.25rem;
  }
}

.p-contact__heading {
  width: calc(100% - 1.25rem);
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 768px) {
  .p-contact__heading {
    width: 35.0625rem;
    max-width: 100%;
  }
}

.p-contact__lead {
  margin-top: 16px;
  margin-top: 1rem;
  padding: 0 11px;
  padding: 0 0.6875rem;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 300;
  font-family: "Hiragino Kaku Gothic ProN", sans-serif;
  line-height: 1.6875;
  text-align: left;
}
@media screen and (min-width: 768px) {
  .p-contact__lead {
    text-align: center;
    font-size: 1.5625rem;
    line-height: 1.72;
    margin-top: 2.5rem;
  }
}

.p-contact__content {
  margin-top: 15px;
  margin-top: 0.9375rem;
}
@media screen and (min-width: 768px) {
  .p-contact__content {
    margin-top: 1.8125rem;
  }
}

.p-contact__banner {
  margin-top: 19px;
  margin-top: 1.1875rem;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .p-contact__banner {
    margin-top: 2.875rem;
  }
}

.p-contact__step-list {
  margin-top: 30px;
  margin-top: 1.875rem;
}
@media screen and (min-width: 768px) {
  .p-contact__step-list {
    margin-top: 4.4375rem;
    width: 72.5rem;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
}

.p-drawer-icon {
  position: absolute;
  width: 35px;
  width: 2.1875rem;
  height: 21px;
  height: 1.3125rem;
  top: 50%;
  right: 20px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.p-drawer-icon__bars {
  width: inherit;
  height: inherit;
  position: relative;
}

.p-drawer-icon__bar {
  width: inherit;
  height: 2.5px;
  background-color: #000;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  position: absolute;
}

.p-drawer-icon__bar:first-child {
  top: 0;
  -webkit-transform-origin: right top;
          transform-origin: right top;
}

.p-drawer-icon__bar:nth-child(2) {
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.p-drawer-icon__bar:nth-child(3) {
  bottom: 0;
  -webkit-transform-origin: right bottom;
          transform-origin: right bottom;
}

.p-drawer-icon__bars.is-active .p-drawer-icon__bar:first-child {
  -webkit-transform: rotateZ(-23.5deg);
          transform: rotateZ(-23.5deg);
  top: 2px;
  top: 0.125rem;
}

.p-drawer-icon__bars.is-active .p-drawer-icon__bar:nth-child(2) {
  display: none;
}

.p-drawer-icon__bars.is-active .p-drawer-icon__bar:nth-child(3) {
  -webkit-transform: rotateZ(23.5deg);
          transform: rotateZ(23.5deg);
  bottom: 3px;
  bottom: 0.1875rem;
}

.p-drawer {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 40;
}

.p-drawer__items {
  width: 100%;
  height: calc(100vh + 20px);
  position: fixed;
  overflow-y: auto;
  top: 0;
  right: 0;
  background-color: #309B8F;
  padding: 160px 20px;
  -webkit-transform: translateX(105%);
          transform: translateX(105%);
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.p-drawer__items.is-active {
  -webkit-transform: translateX(0%);
          transform: translateX(0%);
}

.p-drawer__item {
  width: 100%;
  max-width: 480px;
  max-width: 30rem;
  margin: 0 auto;
}

.p-drawer__item a {
  font-weight: 700;
  letter-spacing: 0.06em;
  color: #fff;
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 1;
  text-align: center;
  display: inline-block;
  width: 100%;
  padding: 16px 0;
  padding: 1rem 0;
  font-family: "ヒラギノ角ゴシック", "Hiragino Kaku Gothic ProN", sans-serif;
  line-height: 1.6875;
}

.p-faq__container {
  width: 100%;
  max-width: 560px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 34px;
  padding-bottom: 2.125rem;
}
@media screen and (min-width: 768px) {
  .p-faq__container {
    max-width: 100%;
    padding-bottom: 5.25rem;
  }
}

.p-faq__heading {
  width: calc(100% - 1.25rem);
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 768px) {
  .p-faq__heading {
    width: 35.0625rem;
    max-width: 100%;
  }
}

.p-faq__content {
  margin-top: 30px;
  margin-top: 1.875rem;
}
@media screen and (min-width: 768px) {
  .p-faq__content {
    margin-top: 3.125rem;
    width: 71.875rem;
    margin-left: auto;
    margin-right: auto;
  }
}

@media screen and (min-width: 768px) {
  .p-feature-cards {
    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;
  }
}

.p-feature-cards__item {
  width: 100%;
  max-width: 400px;
  max-width: 25rem;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 768px) {
  .p-feature-cards__item {
    width: 18.75rem;
    max-width: 100%;
  }
}

.p-feature-cards__item:nth-child(n+2) {
  margin-top: 36px;
  margin-top: 2.25rem;
}
@media screen and (min-width: 768px) {
  .p-feature-cards__item:nth-child(n+2) {
    margin-top: 0;
  }
}

@media screen and (min-width: 768px) {
  .p-feature-cards__item:nth-child(2),
.p-feature-cards__item:nth-child(3),
.p-feature-cards__item:nth-child(5) {
    margin-left: 7.4375rem;
  }
}

@media screen and (min-width: 768px) {
  .p-feature-cards__item:nth-child(4),
.p-feature-cards__item:nth-child(5) {
    margin-top: 4.0625rem;
  }
}

@media screen and (min-width: 768px) {
  .p-feature-cards__item:nth-child(4) {
    margin-right: 0;
  }
}

.p-feature__heading {
  width: 356px;
  width: 22.25rem;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 768px) {
  .p-feature__heading {
    width: 35.0625rem;
  }
}

.p-feature__content {
  margin-top: 30px;
  margin-top: 1.875rem;
}
@media screen and (min-width: 768px) {
  .p-feature__content {
    margin-top: 3.75rem;
    width: 1140px;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
}

.p-flow-card__img-wrapper {
  width: 270px;
  width: 16.875rem;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 768px) {
  .p-flow-card__img-wrapper {
    width: 100%;
  }
}

.p-flow-card__img {
  width: 100%;
  position: relative;
  padding-top: 100%;
  height: 0;
}

.p-flow-card__img img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.p-flow-card__text-wrapper {
  margin-top: 6px;
  margin-top: 0.375rem;
}
@media screen and (min-width: 768px) {
  .p-flow-card__text-wrapper {
    margin-top: 0.3125rem;
  }
}

.p-flow-card__text {
  font-family: "Hiragino Kaku Gothic ProN", sans-serif;
  font-weight: 700;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.72;
  color: #707070;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-flow-card__text {
    font-size: 1.5rem;
  }
}

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

.p-flow-cards__card {
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-flow-cards__card {
    width: calc(33.33333% - 4.5rem);
  }
}

.p-flow-cards__card:nth-child(n+2) {
  margin-top: 75px;
  margin-top: 4.6875rem;
}
@media screen and (min-width: 768px) {
  .p-flow-cards__card:nth-child(n+2) {
    margin-top: 0;
    margin-left: 6.75rem;
  }
}

.p-flow-cards__card:nth-child(n+2)::before {
  content: "";
  position: absolute;
  top: -59px;
  top: -3.6875rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 33px 31.5px 0 31.5px;
  border-color: #309B8F transparent transparent transparent;
}
@media screen and (min-width: 768px) {
  .p-flow-cards__card:nth-child(n+2)::before {
    left: -4.625rem;
    top: 50%;
    -webkit-transform: translateY(-103%);
            transform: translateY(-103%);
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 40.5px 0 40.5px 42px;
    border-color: transparent transparent transparent #309B8F;
  }
}

.p-flow {
  background-color: #F5F5F5;
}

.p-flow__container {
  padding-top: 44px;
  padding-top: 2.75rem;
  padding-bottom: 83px;
  padding-bottom: 5.1875rem;
}
@media screen and (min-width: 768px) {
  .p-flow__container {
    padding-top: 3.6875rem;
    padding-bottom: 7.4375rem;
  }
}

.p-flow__title {
  color: #309B8F;
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: 800;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-flow__title {
    font-size: 2.5rem;
  }
}

.p-flow__content {
  margin-top: 24px;
  margin-top: 1.5rem;
  width: 100%;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 768px) {
  .p-flow__content {
    margin-top: 2.5rem;
  }
}

.p-flow__cards {
  padding-bottom: 33px;
  padding-bottom: 2.0625rem;
  border-bottom: 2px solid #309B8F;
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-flow__cards {
    padding-bottom: 4.3125rem;
    border: none;
  }
}

@media screen and (min-width: 768px) {
  .p-flow__cards::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    height: 2px;
    width: calc(100% + 40px);
    background-color: #309B8F;
  }
}

.p-flow__body {
  margin-top: 34px;
  margin-top: 2.125rem;
}
@media screen and (min-width: 768px) {
  .p-flow__body {
    margin-top: 1.125rem;
  }
}

.p-flow__text {
  font-size: 16px;
  font-size: 1rem;
  font-weight: 300;
  font-family: "Hiragino Kaku Gothic ProN", sans-serif;
  line-height: 1.6875;
}
@media screen and (min-width: 768px) {
  .p-flow__text {
    font-size: 1.5625rem;
    line-height: 1.72;
  }
}

.p-footer-nav__items {
  width: 100%;
  max-width: 400px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 768px) {
  .p-footer-nav__items {
    max-width: 100%;
    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;
  }
}

.p-footer-nav__item a {
  display: inline-block;
  width: 100%;
  height: 100%;
  padding: 6px 0;
  padding: 0.375rem 0;
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 300;
  font-family: "Hiragino Kaku Gothic ProN", sans-serif;
  color: #fff;
}
.p-footer__content {
  padding: 27px 0 18px;
  padding: 1.6875rem 0 1.125rem;
  color: #fff;
  background-color: #309B8F;
}

.p-footer__inner {
  padding: 0 25px;
}

.p-footer__foot {
  background-color: #fff;
  padding: 16px 0 18px;
  padding: 1rem 0 1.125rem;
  text-align: center;
}
.p-footer__copyright {
  color: #707070;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 300;
  font-family: "Hiragino Kaku Gothic ProN", sans-serif;
}
@media screen and (min-width: 768px) {
  .p-footer__copyright {
    font-size: 1.5rem;
  }
}

@media screen and (min-width: 768px) {
  .p-form-list__row {
    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) {
  .p-form-list__row--top {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}

.p-form-list__row:nth-child(n+2) {
  margin-top: 11px;
  margin-top: 0.6875rem;
}
@media screen and (min-width: 768px) {
  .p-form-list__row:nth-child(n+2) {
    margin-top: 2.625rem;
  }
}

@media screen and (min-width: 768px) {
  .p-form-list__term {
    width: 17.125rem;
    max-width: 100%;
  }
}

@media screen and (min-width: 768px) {
  .p-form-list__row--top .p-form-list__term {
    margin-top: -0.4375rem;
  }
}

.p-form-list__term label {
  width: 100%;
  height: 100%;
  display: inline-block;
  font-size: 20px;
  font-size: 1.25rem;
  font-family: noto-sans-cjk-jp, sans-serif;
  font-weight: 400;
}

.p-form-list__word {
  font-family: noto-sans-cjk-jp, sans-serif;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 500;
  border-radius: 5px;
  padding: 0 6px;
  padding: 0 0.375rem;
  background-color: #309B8F;
  color: #fff;
  margin-right: 10px;
  margin-right: 0.625rem;
  display: inline-block;
}
@media screen and (min-width: 768px) {
  .p-form-list__word {
    width: 2.8125rem;
    padding: 0;
    text-align: center;
  }
}

@media screen and (min-width: 768px) {
  .p-form-list__word.u-show-pc {
    display: inline-block;
  }
}

.p-form-list__desc {
  margin-top: 21px;
  margin-top: 1.3125rem;
}
@media screen and (min-width: 768px) {
  .p-form-list__desc {
    margin-top: 0;
    width: calc(100% - 17.125rem);
  }
}

.p-form-list__attention {
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 2;
  font-weight: 400;
}
@media screen and (min-width: 768px) {
  .p-form-list__attention {
    margin-top: -0.125rem;
    white-space: nowrap;
  }
}

/*==========================================
フォーム
==========================================*/
input[type=text],
input[type=tel],
input[type=email],
textarea {
  background-color: #fff;
  border-radius: 5px;
  border: 1px solid #413A2F;
  width: 100%;
  font-size: 16px;
  font-size: 1rem;
  padding: 11px 20px;
  padding: 0.6875rem 1.25rem;
}

textarea {
  height: 200px;
}

.p-form {
  background-color: #f5f5f5;
}

.p-form__container {
  padding: 51px 0 27px;
  padding: 3.1875rem 0 1.6875rem;
}
@media screen and (min-width: 768px) {
  .p-form__container {
    padding: 4.125rem 0 7.125rem;
  }
}

.p-form__title {
  color: #309B8F;
  font-size: 28px;
  font-size: 1.75rem;
  font-weight: 600;
  line-height: 1;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-form__title {
    font-size: 3.125rem;
  }
}

.p-form__content {
  margin-top: 34px;
  margin-top: 2.125rem;
  width: 100%;
  max-width: 560px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 768px) {
  .p-form__content {
    margin-top: 3.3125rem;
    width: 56.75rem;
    max-width: 100%;
  }
}

.p-form__submit {
  margin-top: 30px;
  margin-top: 1.875rem;
  width: 244px;
  width: 15.25rem;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 768px) {
  .p-form__submit {
    margin-top: 2.75rem;
    width: 18.75rem;
  }
}

.p-form__btn {
  background-color: #FDAA36;
  text-align: center;
  padding: 21px 20px 24px;
  padding: 1.3125rem 1.25rem 1.5rem;
  color: #fff;
  font-weight: 700;
  font-family: noto-sans-cjk-jp, sans-serif;
  font-size: 20px;
  font-size: 1.25rem;
  display: inline-block;
  width: 100%;
  line-height: 1;
}
@media screen and (min-width: 768px) {
  .p-form__btn {
    padding: 1.8125rem 1.25rem 1.875rem;
  }
}

@media screen and (min-width: 768px) {
  .p-global-nav {
    margin-left: auto;
  }
}

@media screen and (min-width: 768px) {
  .p-global-nav__items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: inherit;
  }
}

.p-global-nav__item {
  height: inherit;
}

.p-global-nav__item a {
  display: inline-block;
  height: inherit;
  padding: 3px 1.4vw 0;
  padding: 0.1875rem 1.4vw 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  color: #000;
  font-size: 20px;
  font-size: 1.25rem;
  font-size: 1.04vw;
}

.p-header {
  position: fixed;
  width: 100%;
  height: 60px;
  top: 0;
  left: 0;
  right: 0;
  background-color: #fff;
  z-index: 60;
}
@media screen and (min-width: 768px) {
  .p-header {
    height: 90px;
  }
}

.p-header__inner {
  height: inherit;
  background-color: inherit;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .p-header__inner {
    padding: 0;
  }
}
@media screen and (min-width: 1024px) {
  .p-header__inner {
    padding: 0 20px;
  }
}
@media screen and (min-width: 1920px) {
  .p-header__inner {
    padding-left: 3.8vw;
    padding-right: 10.2vw;
    max-width: 100%;
  }
}

.p-header__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: inherit;
  background-color: inherit;
}

.p-header__logo {
  height: inherit;
}

.p-header__global-nav {
  height: inherit;
}

.p-heading {
  padding: 7px 0;
  padding: 0.4375rem 0;
  text-align: center;
  background-color: #309B8F;
}
@media screen and (min-width: 768px) {
  .p-heading {
    padding: 0.625rem 0;
  }
}

.p-heading__title {
  width: 100%;
  font-weight: 700;
  color: #fff;
  font-size: 22px;
  font-size: 1.375rem;
  line-height: 1.68;
}
@media screen and (min-width: 768px) {
  .p-heading__title {
    font-size: 2.0625rem;
  }
}

.p-insert-img__inner {
  position: relative;
  width: 100%;
  padding-top: 32.1%;
  height: 0;
}
@media screen and (min-width: 768px) {
  .p-insert-img__inner {
    padding-top: 18.75%;
  }
}

.p-insert-img__inner::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: url(../images/top/insert-img.jpg) no-repeat center/cover;
}
@media screen and (min-width: 768px) {
  .p-insert-img__inner::before {
    background: url(../images/top/insert-img-pc.jpg) no-repeat center/cover;
  }
}

.p-install-method__title {
  background-color: #309B8F;
  color: #fff;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 800;
  padding: 8px 0 4px 14px;
  padding: 0.5rem 0 0.25rem 0.875rem;
}
@media screen and (min-width: 768px) {
  .p-install-method__title {
    font-size: 1.5rem;
    padding: 0.625rem 1.125rem 0.375rem;
    width: 73.75rem;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
}

.p-install-method__content {
  margin-top: 19px;
  margin-top: 1.1875rem;
}
@media screen and (min-width: 768px) {
  .p-install-method__content {
    width: 1038px;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
}

@media screen and (min-width: 768px) {
  .p-install__inner {
    width: 1340px;
  }
}

.p-install__container {
  padding-top: 33px;
  padding-top: 2.0625rem;
  padding-bottom: 10px;
  padding-bottom: 0.625rem;
  background-color: #F5F5F5;
  width: 100%;
  max-width: 560px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 768px) {
  .p-install__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-left: 7.875rem;
    padding-top: 0;
    padding-bottom: 0.125rem;
    max-width: 100%;
  }
}

@media screen and (min-width: 768px) {
  .p-install__wrapper {
    width: 39.5625rem;
    max-width: 100%;
    padding-top: 2.6875rem;
    padding-bottom: 2.8125rem;
  }
}

.p-install__title {
  font-size: 22px;
  font-size: 1.375rem;
  font-weight: 600;
  font-family: "Hiragino Kaku Gothic ProN", sans-serif;
  color: #FF0000;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-install__title {
    font-size: 2.4375rem;
    font-weight: 600;
  }
}

.p-install__lead {
  margin-top: 9px;
  margin-top: 0.5625rem;
  font-family: "Hiragino Kaku Gothic ProN", sans-serif;
  font-weight: 300;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.6875;
  padding: 0 10px;
  padding: 0 0.625rem;
}
@media screen and (min-width: 768px) {
  .p-install__lead {
    margin-top: 0.75rem;
    font-size: 1.5625rem;
    font-weight: 300;
    line-height: 1.72;
  }
}

.p-install__qr-img {
  margin-top: 28px;
  margin-top: 1.75rem;
  width: 165px;
  width: 10.3125rem;
  max-width: 100%;
  height: 165px;
  height: 10.3125rem;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 768px) {
  .p-install__qr-img {
    margin-top: 0.25rem;
    width: 17.875rem;
    height: 17.875rem;
  }
}

.p-install__qr-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}

.p-install__text-img {
  margin-top: 22px;
  margin-top: 1.375rem;
  width: calc(100% - 2.3125rem);
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 768px) {
  .p-install__text-img {
    margin-top: 1.0625rem;
    width: 39.5625rem;
    margin-left: 0.25rem;
  }
}

.p-install__text-img img {
  width: 100%;
}

.p-install__tel-img {
  margin-top: 18px;
  margin-top: 1.125rem;
  width: 400px;
  width: 25rem;
  padding-left: 53px;
  padding-left: 3.3125rem;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
}
@media screen and (min-width: 768px) {
  .p-install__tel-img {
    margin-left: 2.25rem;
    width: 27.6875rem;
    margin-top: -0.375rem;
    padding-left: 0;
  }
}

.p-join-method__title {
  font-family: "Hiragino Kaku Gothic ProN", sans-serif;
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 1.7;
  color: #309B8F;
  position: relative;
  padding-left: 19px;
  padding-left: 1.1875rem;
}
@media screen and (min-width: 768px) {
  .p-join-method__title {
    font-size: 1.625rem;
    padding-left: 1.6875rem;
  }
}

.p-join-method:nth-child(2) .p-join-method__title::before {
  content: "1.";
  position: absolute;
  top: 0;
  left: 0;
}

.p-join-method:nth-child(3) .p-join-method__title::before {
  content: "2.";
  position: absolute;
  top: 0;
  left: 0;
}

.p-join-method__content {
  margin-top: 16px;
  margin-top: 1rem;
}
@media screen and (min-width: 768px) {
  .p-join-method__content {
    margin-top: 0.9375rem;
  }
}

@media screen and (min-width: 768px) {
  .p-logo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

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

.p-logo__link picture {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.p-logo__link img {
  height: auto;
  width: 161px;
  display: inline-block;
}
@media screen and (min-width: 768px) {
  .p-logo__link img {
    width: 13.6vw;
    max-width: 261px;
    min-width: 180px;
  }
}

.p-lower-top {
  position: relative;
  width: 100%;
  padding-top: 31.2%;
  background: url(../images/contact/contact-top-sp.jpg) no-repeat center top/cover;
}
@media screen and (min-width: 768px) {
  .p-lower-top {
    padding-top: 31.25%;
    background: url(../images/contact/contact-top-pc.jpg) no-repeat center top/cover;
  }
}

.p-lowerContact-top {
  background: url(../images/contact/contact-top-sp01.jpg) no-repeat center top/cover;
}
@media screen and (min-width: 768px) {
  .p-lowerContact-top {
    background: url(../images/contact/contact-top-pc01.jpg) no-repeat center top/cover;
  }
}

.p-lowerFaq-top {
  background: url(../images/faq/faq-top-sp01.jpg) no-repeat center top/cover;
}
@media screen and (min-width: 768px) {
  .p-lowerFaq-top {
    background: url(../images/faq/faq-top-pc01.jpg) no-repeat center top/cover;
  }
}

.p-lowerZoom-top {
  background: url(../images/zoom/zoom-top-sp01.jpg) no-repeat center top/cover;
}
@media screen and (min-width: 768px) {
  .p-lowerZoom-top {
    background: url(../images/zoom/zoom-top-pc01.jpg) no-repeat center top/cover;
  }
}

.p-lower-top__inner {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.p-lower-top__container {
  height: 100%;
  padding-top: 4.8vw;
  padding-bottom: 4.8vw;
}
@media screen and (min-width: 768px) {
  .p-lower-top__container {
    padding-top: 4.8vw;
    padding-bottom: 4.8vw;
  }
}

.p-lower-top__heading {
  text-align: center;
  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;
  color: #fff;
  margin-left: auto;
  margin-right: auto;
  height: 100%;
  width: 70%;
}
@media screen and (min-width: 768px) {
  .p-lower-top__heading {
    width: 64.1%;
    max-width: 1206px;
  }
}

.p-lower-top__heading--orange {
  background-color: rgba(253, 170, 54, .8);
}

.p-lower-top__heading--green {
  background-color: rgba(48, 155, 143, .8);
}

.p-lower-top__title {
  font-size: 5.3vw;
  font-weight: 600;
}
@media screen and (min-width: 768px) {
  .p-lower-top__title {
    font-size: min(4.9vw, 94px);
    font-weight: 700;
  }
}

.p-lower-top__lead {
  font-size: 2.66vw;
  font-weight: 300;
  margin-top: 5px;
  margin-top: 0.3125rem;
}
@media screen and (min-width: 768px) {
  .p-lower-top__lead {
    font-size: min(2.55vw, 49px);
    line-height: 1.7;
    margin-top: min(1.04vw, 20px);
    letter-spacing: 0.03em;
  }
}

.p-merit-card__number {
  width: 80px;
  width: 5rem;
  height: 80px;
  height: 5rem;
  background-color: #FF9E03;
  color: #fff;
  font-size: 49px;
  font-size: 3.0625rem;
  font-family: "Hiragino Kaku Gothic ProN", sans-serif;
  font-weight: 700;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-left: auto;
  margin-right: auto;
  line-height: 1;
}
@media screen and (min-width: 768px) {
  .p-merit-card__number {
    width: 6.25rem;
    height: 6.25rem;
    font-size: 3.9375rem;
  }
}

.p-merit-card__icon-wrapper {
  margin-top: 27px;
  margin-top: 1.6875rem;
}
@media screen and (min-width: 768px) {
  .p-merit-card__icon-wrapper {
    margin-top: 2.125rem;
    height: 9.375rem;
  }
}

.p-merit-card__icon {
  margin-left: auto;
  margin-right: auto;
}

.p-merit-card__cost-icon {
  width: 103px;
  width: 6.4375rem;
  height: 119px;
  height: 7.4375rem;
}
@media screen and (min-width: 768px) {
  .p-merit-card__cost-icon {
    width: 8.125rem;
    height: 9.375rem;
  }
}

.p-merit-card__product-icon {
  width: 153px;
  width: 9.5625rem;
  height: 109px;
  height: 6.8125rem;
}
@media screen and (min-width: 768px) {
  .p-merit-card__product-icon {
    width: 12.0625rem;
    height: 8.625rem;
  }
}

.p-merit-card__idea-icon {
  width: 153px;
  width: 9.5625rem;
  height: 110px;
  height: 6.875rem;
}
@media screen and (min-width: 768px) {
  .p-merit-card__idea-icon {
    width: 12.0625rem;
    height: 8.625rem;
  }
}

.p-merit-card__icon img {
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}

.p-merit-card__text-wrapper {
  margin-top: 8px;
  margin-top: 0.5rem;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-merit-card__text-wrapper {
    margin-top: 0.6875rem;
  }
}

.p-merit-card__text {
  font-size: 21px;
  font-size: 1.3125rem;
  font-weight: 700;
  line-height: 1.48;
  color: #309B8F;
}
@media screen and (min-width: 768px) {
  .p-merit-card__text {
    font-size: 1.75rem;
  }
}

@media screen and (min-width: 768px) {
  .p-merit-cards {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

.p-merit-cards__card {
  width: 308px;
  width: 19.25rem;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.p-merit-cards__card:nth-child(n+2) {
  margin-top: 73px;
  margin-top: 4.5625rem;
}
@media screen and (min-width: 768px) {
  .p-merit-cards__card:nth-child(n+2) {
    margin-top: 0;
  }
}

.p-merit {
  background: url(../images/top/merit_bg-sp.jpg) no-repeat center top/cover;
}
@media screen and (min-width: 768px) {
  .p-merit {
    background: url(../images/top/merit_bg-pc.jpg) no-repeat center top/cover;
  }
}

.p-merit__container {
  padding-top: 49px;
  padding-top: 3.0625rem;
  padding-bottom: 26px;
  padding-bottom: 1.625rem;
  width: 100%;
  max-width: 560px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 768px) {
  .p-merit__container {
    padding-top: 5rem;
    padding-bottom: 6.0625rem;
    max-width: 100%;
  }
}

.p-merit__heading {
  width: calc(100% - 1.25rem);
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 768px) {
  .p-merit__heading {
    width: 35.0625rem;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
}

.p-merit__sub-title {
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: 800;
  line-height: 1.46;
  color: #FF9E03;
  margin-top: 17px;
  margin-top: 1.0625rem;
  text-align: center;
  width: calc(100% + 2px);
  margin-left: -1px;
}
@media screen and (min-width: 768px) {
  .p-merit__sub-title {
    font-size: 2.5rem;
    line-height: 1;
    width: 100%;
    margin-left: 0;
    margin-top: 3.6875rem;
  }
}

.p-merit__content {
  margin-top: 28px;
  margin-top: 1.75rem;
  background-color: #fff;
  padding: 28px 14px 26px;
  padding: 1.75rem 0.875rem 1.625rem;
}
@media screen and (min-width: 768px) {
  .p-merit__content {
    margin-top: 2.875rem;
    padding: 4.9375rem 2.5rem 3.875rem;
  }
}

.p-merit__lead {
  padding: 0 33px;
  padding: 0 2.0625rem;
  font-size: 20px;
  font-size: 1.25rem;
  text-align: center;
  color: #309B8F;
  font-weight: 800;
  line-height: 1.7;
}
@media screen and (min-width: 768px) {
  .p-merit__lead {
    font-size: 2.5rem;
    line-height: 1;
    width: 100%;
    text-align: center;
  }
}

.p-merit__cards {
  margin-top: 31px;
  margin-top: 1.9375rem;
  padding-bottom: 44px;
  padding-bottom: 2.75rem;
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-merit__cards {
    padding-bottom: 2.875rem;
    margin-top: 6.25rem;
  }
}

.p-merit__cards::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #309B8F;
}

.p-merit__body {
  margin-top: 15px;
  margin-top: 0.9375rem;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 300;
  line-height: 1.6875;
  font-family: "Hiragino Kaku Gothic ProN", sans-serif;
}
@media screen and (min-width: 768px) {
  .p-merit__body {
    font-size: 1.3125rem;
  }
}

.p-merit__addition-area {
  background-color: #F5F5F5;
  padding: 11px 13px 7px;
  padding: 0.6875rem 0.8125rem 0.4375rem;
  margin-top: 20px;
  margin-top: 1.25rem;
}
@media screen and (min-width: 768px) {
  .p-merit__addition-area {
    padding: 2.25rem 2.8125rem 2.3125rem;
  }
}

.p-merit__addition {
  font-size: 16px;
  font-size: 1rem;
  font-weight: 300;
  line-height: 1.6875;
  font-family: "Hiragino Kaku Gothic ProN", sans-serif;
}
@media screen and (min-width: 768px) {
  .p-merit__addition {
    font-size: 1.3125rem;
  }
}

.p-merit__addition:nth-child(n+2) {
  margin-top: 27px;
  margin-top: 1.6875rem;
}
@media screen and (min-width: 768px) {
  .p-merit__addition:nth-child(n+2) {
    margin-top: 2.3125rem;
  }
}

.p-merit__addition--red {
  color: #ff0000;
}

.p-merit__addition--red span {
  display: inline-block;
}

.p-merit__target {
  margin-top: 31px;
  margin-top: 1.9375rem;
}
@media screen and (min-width: 768px) {
  .p-merit__target {
    margin-top: 2.3125rem;
  }
}

.p-method-step {
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 768px) {
  .p-method-step {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.p-method-step__text-wrapper {
  position: relative;
  width: 100%;
  padding-top: 92.4%;
  height: 0;
}
@media screen and (min-width: 768px) {
  .p-method-step__text-wrapper {
    width: 43.75rem;
    max-width: 100%;
    padding-top: 0;
    height: auto;
    margin-left: 40px;
  }
}

.p-method-step__text-wrapper::before {
  position: absolute;
  font-weight: 700;
  font-size: 240px;
  font-size: 15rem;
  line-height: 1;
  color: #DCEDE8;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
@media screen and (min-width: 768px) {
  .p-method-step__text-wrapper::before {
    font-size: 22.5rem;
  }
}

.p-method-step__text-wrapper--first::before {
  content: "1.";
}

.p-method-step__text-wrapper--second::before {
  content: "2.";
}

.p-method-step__text-wrapper--third::before {
  content: "3.";
}

.p-method-step__text {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  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;
  font-weight: 300;
  line-height: 1.6875;
}
@media screen and (min-width: 768px) {
  .p-method-step__text {
    font-size: 1.875rem;
    line-height: 1.7;
  }
}

.p-method-step__img-wrapper {
  width: 310px;
  width: 19.375rem;
  max-width: 100%;
  height: auto;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 768px) {
  .p-method-step__img-wrapper {
    width: 25.125rem;
    margin-right: 0;
  }
}

@media screen and (min-width: 768px) {
  .p-method-step--third {
    margin-top: 7.0625rem;
  }
}

.p-method-step--third .p-method-step__img-wrapper {
  margin-top: -10px;
  margin-top: -0.625rem;
}

.p-method-steps__item {
  width: 354px;
  width: 22.125rem;
}
@media screen and (min-width: 768px) {
  .p-method-steps__item {
    width: 100%;
  }
}

.p-method-steps__item:nth-child(n+2) {
  margin-top: 20px;
  margin-top: 1.25rem;
}
@media screen and (min-width: 768px) {
  .p-method-steps__item:nth-child(n+2) {
    margin-top: 2.5rem;
  }
}

.p-method {
  background-color: #F5F5F5;
}

.p-method__inner {
  padding: 0;
}

.p-method__container {
  padding-top: 30px;
  padding-top: 1.875rem;
  padding-bottom: 31px;
  padding-bottom: 1.9375rem;
}
@media screen and (min-width: 768px) {
  .p-method__container {
    padding-top: 4.5rem;
    padding-bottom: 9rem;
  }
}

.p-method__title {
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: 800;
  line-height: 1;
  color: #FF9E03;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-method__title {
    font-size: 3.125rem;
  }
}

.p-method__lead {
  text-align: center;
  color: #309B8F;
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 700;
  font-family: "Hiragino Kaku Gothic ProN", sans-serif;
  line-height: 1.7;
  margin-top: 14px;
  margin-top: 0.875rem;
}
@media screen and (min-width: 768px) {
  .p-method__lead {
    font-size: 2.5rem;
    margin-top: 1.8125rem;
  }
}

.p-method__content {
  margin-top: 13px;
  margin-top: 0.8125rem;
  width: 100%;
  max-width: 560px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 768px) {
  .p-method__content {
    margin-top: 3.3125rem;
    max-width: 100%;
  }
}

.p-method__sub-title {
  line-height: 1;
  color: #fff;
  font-family: "Hiragino Kaku Gothic ProN", sans-serif;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 600;
  text-align: center;
  padding: 9px 0;
  padding: 0.5625rem 0;
  background: -webkit-gradient(linear, left top, right top, color-stop(0, rgba(253, 169, 52, .08)), color-stop(25%, #FDAB38), color-stop(50%, #FDA934), color-stop(75%, #FDAD3D), to(transparent));
  background: linear-gradient(to right, rgba(253, 169, 52, .08) 0, #FDAB38 25%, #FDA934 50%, #FDAD3D 75%, transparent 100%);
}
@media screen and (min-width: 768px) {
  .p-method__sub-title {
    font-size: 2.8125rem;
    padding: 2rem 2rem;
    width: 71.8125rem;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
}

@media screen and (min-width: 768px) {
  .p-method__items {
    margin-top: 2.1875rem;
    width: 1180px;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
}

.p-method__items + .p-method__sub-title {
  margin-top: 51px;
  margin-top: 3.1875rem;
}
@media screen and (min-width: 768px) {
  .p-method__items + .p-method__sub-title {
    margin-top: 4.625rem;
  }
}

.p-mv {
  margin-top: 60px;
}
@media screen and (min-width: 768px) {
  .p-mv {
    margin-top: 90px;
  }
}

.p-mv__img {
  width: 100%;
  height: 0;
  padding-top: 140%;
  display: block;
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-mv__img {
    padding-top: 45%;
  }
}

.p-mv__img img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center top;
     object-position: center top;
}
.p-mv__inner {
  position: relative;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .p-mv__inner {
    width: 1300px;
  }
}

.p-mv__content {
  text-align: center;
  scroll-margin-top: 60px;
}
@media screen and (min-width: 768px) {
  .p-mv__content {
    margin-top: 3.125rem;
    scroll-margin-top: 90px;
  }
}

.p-mv__title {
  font-size: 22px;
  font-size: 1.375rem;
  font-weight: 600;
  display: inline-block;
  text-align: center;
  background-color: #309B8F;
  color: #fff;
  padding: 10px 21px 8px;
  padding: 0.625rem 1.3125rem 0.5rem;
}
@media screen and (min-width: 768px) {
  .p-mv__title {
    font-size: 1.875rem;
    padding: 1.1875rem 4.4375rem;
  }
}

.p-mv__lead {
  margin-top: 24px;
  margin-top: 1.5rem;
  font-weight: 800;
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 1.48;
  color: #309B8F;
}
@media screen and (min-width: 768px) {
  .p-mv__lead {
    font-size: 2.5rem;
    line-height: 1.42;
    margin-top: 3.375rem;
  }
}

@media screen and (min-width: 768px) {
  .p-mv__lead span.u-show-pc {
    display: inline-block;
  }
}

.p-mv__text {
  margin-top: 22px;
  margin-top: 1.375rem;
  font-family: "Hiragino Kaku Gothic ProN", sans-serif;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 300;
  line-height: 1.6875;
  text-align: left;
}
@media screen and (min-width: 768px) {
  .p-mv__text {
    margin-top: 2.5rem;
    font-size: 1.5625rem;
    line-height: 1.72;
  }
}

.p-plan-explanation {
  background-color: #fff;
  padding: 30px 9px 22px;
  padding: 1.875rem 0.5625rem 1.375rem;
}
@media screen and (min-width: 768px) {
  .p-plan-explanation {
    padding: 2.5625rem 1.9375rem 1.8125rem;
  }
}

.p-plan-explanation__heading {
  text-align: center;
  padding-bottom: 20px;
  padding-bottom: 1.25rem;
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-plan-explanation__heading {
    padding-bottom: 1.25rem;
  }
}

.p-plan-explanation__heading::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  bottom: 0;
  left: 0;
  background-color: #309B8F;
}

.p-plan-explanation__name {
  font-size: 30px;
  font-size: 1.875rem;
  font-weight: 800;
  color: #FF9E03;
  line-height: 1;
}
@media screen and (min-width: 768px) {
  .p-plan-explanation__name {
    font-size: 3.4375rem;
  }
}

.p-plan-explanation__addition {
  line-height: 1.77;
  margin-top: 4px;
  margin-top: 0.25rem;
  color: #000;
  font-size: 13px;
  font-size: 0.8125rem;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .p-plan-explanation__addition {
    margin-top: 0.125rem;
    font-size: 1.375rem;
  }
}

.p-plan-explanation__body {
  margin-top: 9px;
  margin-top: 0.5625rem;
  width: calc(100% - 0.4375rem);
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 768px) {
  .p-plan-explanation__body {
    margin-top: 1.8125rem;
    padding: 0 0.625rem;
  }
}

.p-plan-explanation__text {
  font-family: "Hiragino Kaku Gothic ProN", sans-serif;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 300;
  line-height: 1.6875;
}
@media screen and (min-width: 768px) {
  .p-plan-explanation__text {
    font-size: 1.3125rem;
    line-height: 1.71;
  }
}

.p-plan-items__item:nth-child(n+2) {
  margin-top: 26px;
  margin-top: 1.625rem;
}
@media screen and (min-width: 768px) {
  .p-plan-items__item:nth-child(n+2) {
    margin-top: 3.3125rem;
  }
}

.p-plan {
  background: url(../images/top/plan_bg-sp.jpg) no-repeat center top/cover;
}
@media screen and (min-width: 768px) {
  .p-plan {
    background: url(../images/top/plan_bg.jpg) no-repeat center top/cover;
  }
}

.p-plan__container {
  padding-top: 30px;
  padding-top: 1.875rem;
  padding-bottom: 32px;
  padding-bottom: 2rem;
  width: 100%;
  max-width: 560px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 768px) {
  .p-plan__container {
    padding-top: 3.125rem;
    padding-bottom: 3.3125rem;
    max-width: 100%;
  }
}

.p-plan__heading {
  width: calc(100% - 1.25rem);
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 768px) {
  .p-plan__heading {
    width: 35.0625rem;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
}

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

.p-simple-card__img-wrapper {
  width: calc(100% - 4.625rem);
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 768px) {
  .p-simple-card__img-wrapper {
    width: 100%;
  }
}

.p-simple-card__img {
  position: relative;
  width: 100%;
  padding-top: 77.5%;
  height: 0;
}
@media screen and (min-width: 768px) {
  .p-simple-card__img {
    padding-top: 78.4%;
  }
}

.p-simple-card__img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.p-simple-card__text-wrapper {
  margin-top: 7px;
  margin-top: 0.4375rem;
  margin-right: auto;
  width: calc(100% - 3.375rem);
  margin-left: 40px;
  margin-left: 2.5rem;
}
@media screen and (min-width: 768px) {
  .p-simple-card__text-wrapper {
    margin-top: 0.75rem;
    width: calc(100% - 2.0625rem);
    padding: 0;
    margin-left: 1.25rem;
  }
}

.p-simple-card__text {
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 700;
  font-family: "Hiragino Kaku Gothic ProN", sans-serif;
  line-height: 1.71;
}
@media screen and (min-width: 768px) {
  .p-simple-card__text {
    font-size: 1.3125rem;
    line-height: 1.71;
  }
}

.p-target-box__name {
  font-size: 27px;
  font-size: 1.6875rem;
  font-weight: 700;
  text-align: center;
  color: #309B8F;
  padding-bottom: 15px;
  padding-bottom: 0.9375rem;
  line-height: 1;
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-target-box__name {
    font-size: 1.875rem;
  }
}

.p-target-box__name::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 20px;
  left: 1.25rem;
  width: calc(100% - 2.5rem);
  height: 2px;
  background-color: #309B8F;
}
@media screen and (min-width: 768px) {
  .p-target-box__name::after {
    width: 100%;
    left: 0;
  }
}

.p-target-box__text {
  margin-top: 16px;
  margin-top: 1rem;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.6875;
  font-weight: 300;
  font-family: "Hiragino Kaku Gothic ProN", sans-serif;
  padding: 0 10px;
  padding: 0 0.625rem;
}
@media screen and (min-width: 768px) {
  .p-target-box__text {
    font-size: 1.3125rem;
    line-height: 1.71;
    padding: 0;
  }
}

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

@media screen and (min-width: 768px) {
  .p-target-boxes__item {
    width: calc(33.33333% - 2.58333rem);
  }
}

.p-target-boxes__item:nth-child(n+2) {
  margin-top: 40px;
  margin-top: 2.5rem;
}
@media screen and (min-width: 768px) {
  .p-target-boxes__item:nth-child(n+2) {
    margin-top: 0;
    margin-left: 3.875rem;
  }
}

.p-target__heading .p-heading__title {
  font-size: 25px;
  font-size: 1.5625rem;
}
@media screen and (min-width: 768px) {
  .p-target__heading .p-heading__title {
    font-size: 2.25rem;
  }
}

.p-target__content {
  margin-top: 46px;
  margin-top: 2.875rem;
}
@media screen and (min-width: 768px) {
  .p-target__content {
    margin-top: 3.1875rem;
    padding: 0 20px;
  }
}

.p-zoom-explanation__content {
  padding-bottom: 71px;
  padding-bottom: 4.4375rem;
}
@media screen and (min-width: 768px) {
  .p-zoom-explanation__content {
    padding-bottom: 9.375rem;
    width: 70.75rem;
    margin: 0 auto;
    max-width: 100%;
    -webkit-transform: translateX(-13px);
            transform: translateX(-13px);
  }
}

.p-zoom-join__container {
  padding-top: 26px;
  padding-top: 1.625rem;
  padding-bottom: 38px;
  padding-bottom: 2.375rem;
}
@media screen and (min-width: 768px) {
  .p-zoom-join__container {
    padding-top: 3.1875rem;
    padding-bottom: 3.75rem;
  }
}

.p-zoom-join__title {
  color: #309B8F;
  font-size: 28px;
  font-size: 1.75rem;
  font-weight: 800;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-zoom-join__title {
    font-size: 3.125rem;
  }
}

.p-zoom-join__content {
  margin-top: 17px;
  margin-top: 1.0625rem;
}
@media screen and (min-width: 768px) {
  .p-zoom-join__content {
    margin-top: 2rem;
  }
}

.p-zoom-join__images {
  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 (min-width: 768px) {
  .p-zoom-join__images {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

.p-zoom-join__img-wrapper:nth-child(2) {
  margin-top: 13px;
  margin-top: 0.8125rem;
}
@media screen and (min-width: 768px) {
  .p-zoom-join__img-wrapper:nth-child(2) {
    margin-left: 1.8125rem;
    margin-top: 0;
  }
}

.p-zoom-join__attention {
  margin-top: 30px;
  margin-top: 1.875rem;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 300;
  line-height: 2;
  font-family: "Hiragino Kaku Gothic ProN", sans-serif;
  background-color: #F2F8FF;
  padding: 13px 8px 17px;
  padding: 0.8125rem 0.5rem 1.0625rem;
}
@media screen and (min-width: 768px) {
  .p-zoom-join__attention {
    margin-top: 1.25rem;
    font-size: 1.125rem;
    line-height: 1.78;
    padding: 1.75rem 1.9375rem 2.0625rem;
    width: 68.875rem;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
}

.p-zoom-join__install {
  margin-top: 50px;
  margin-top: 3.125rem;
}
@media screen and (min-width: 768px) {
  .p-zoom-join__install {
    margin-top: 2.6875rem;
  }
}

.p-zoom-join__join {
  margin-top: 24px;
  margin-top: 1.5rem;
}
@media screen and (min-width: 768px) {
  .p-zoom-join__join {
    margin-top: 3.5625rem;
    margin-left: auto;
    margin-right: auto;
    width: 1140px;
    max-width: 100%;
    padding-left: 50px;
  }
}

.p-zoom-join__join:last-child {
  margin-top: 42px;
  margin-top: 2.625rem;
}
@media screen and (min-width: 768px) {
  .p-zoom-join__join:last-child {
    margin-top: 4.625rem;
  }
}

.p-zoom-method__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.p-zoom-method__item:nth-child(n+2) {
  margin-top: 23px;
  margin-top: 1.4375rem;
}
@media screen and (min-width: 768px) {
  .p-zoom-method__item:nth-child(n+2) {
    margin-top: 0.5625rem;
  }
}

.p-zoom-method__number {
  font-size: 31px;
  font-size: 1.9375rem;
  font-weight: 800;
  color: #FFD7A0;
}
@media screen and (min-width: 768px) {
  .p-zoom-method__number {
    font-size: 2.5rem;
  }
}

.p-zoom-method__text {
  font-size: 16px;
  font-size: 1rem;
  font-weight: 300;
  font-family: "Hiragino Kaku Gothic ProN", sans-serif;
  line-height: 1.6875;
  margin-left: 9px;
  margin-left: 0.5625rem;
  padding-top: 11px;
  padding-top: 0.6875rem;
}
@media screen and (min-width: 768px) {
  .p-zoom-method__text {
    margin-left: 0.75rem;
    padding-top: 0.9375rem;
    font-size: 1.375rem;
  }
}

.p-zoom-prepare {
  background-color: #f5f5f5;
}

@media screen and (min-width: 768px) {
  .p-zoom-prepare__inner {
    width: 1340px;
  }
}

.p-zoom-prepare__container {
  padding-top: 42px;
  padding-top: 2.625rem;
  padding-bottom: 28px;
  padding-bottom: 1.75rem;
}
@media screen and (min-width: 768px) {
  .p-zoom-prepare__container {
    padding-top: 3.9375rem;
    padding-bottom: 4.0625rem;
  }
}

.p-zoom-prepare__title {
  color: #309B8F;
  font-size: 28px;
  font-size: 1.75rem;
  font-weight: 800;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-zoom-prepare__title {
    font-size: 3.125rem;
  }
}

.p-zoom-prepare__lead {
  font-size: 16px;
  font-size: 1rem;
  font-weight: 300;
  font-family: "Hiragino Kaku Gothic ProN", sans-serif;
  line-height: 1.6875;
  margin-top: 19px;
  margin-top: 1.1875rem;
}
@media screen and (min-width: 768px) {
  .p-zoom-prepare__lead {
    font-size: 1.625rem;
    text-align: center;
  }
}

.p-zoom-prepare__content {
  margin-top: 9px;
  margin-top: 0.5625rem;
}
@media screen and (min-width: 768px) {
  .p-zoom-prepare__content {
    margin-top: 3rem;
  }
}

@media screen and (min-width: 768px) {
  .p-zoom-prepare__img-wrapper {
    max-width: 100%;
    margin: 0 auto;
  }
}

.p-zoom-prepare__attention {
  margin-top: 30px;
  margin-top: 1.875rem;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 300;
  line-height: 2;
  font-family: "Hiragino Kaku Gothic ProN", sans-serif;
  background-color: #F2F8FF;
  padding: 7px 11px 11px;
  padding: 0.4375rem 0.6875rem 0.6875rem;
}
@media screen and (min-width: 768px) {
  .p-zoom-prepare__attention {
    margin-top: 0.9375rem;
    font-size: 1.125rem;
    line-height: 1.78;
    padding: 1.75rem 1.9375rem 2.0625rem;
    width: 68.875rem;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
}

.p-zoom-prepare__install {
  margin-top: 50px;
  margin-top: 3.125rem;
}
@media screen and (min-width: 768px) {
  .p-zoom-prepare__install {
    margin-top: 2.3125rem;
  }
}

.p-zoom-prepare__install:last-child {
  margin-top: 89px;
  margin-top: 5.5625rem;
}
@media screen and (min-width: 768px) {
  .p-zoom-prepare__install:last-child {
    margin-top: 7.5rem;
  }
}

.p-zoom-step {
  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;
}
@media screen and (min-width: 768px) {
  .p-zoom-step {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}

.p-zoom-step__icon {
  width: 103px;
  width: 6.4375rem;
  height: 103px;
  height: 6.4375rem;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}
@media screen and (min-width: 768px) {
  .p-zoom-step__icon {
    width: 12.1875rem;
    height: 12.1875rem;
  }
}

.p-zoom-step__icon01 {
  background-image: url(../images/top/contact-step_icon01.jpg);
}

.p-zoom-step__icon02 {
  background-image: url(../images/top/contact-step_icon02.jpg);
}

.p-zoom-step__icon03 {
  background-image: url(../images/top/contact-step_icon03.jpg);
}

.p-zoom-step__text-wrapper {
  margin-top: 14px;
  margin-top: 0.875rem;
  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 (min-width: 768px) {
  .p-zoom-step__text-wrapper {
    margin-top: 0;
    margin-left: 1.9375rem;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    padding-top: 1rem;
  }
}

.p-zoom-step__number {
  font-size: 29px;
  font-size: 1.8125rem;
  font-weight: 800;
  color: #FFD7A0;
  line-height: 1;
  text-align: center;
  display: inline-block;
}
@media screen and (min-width: 768px) {
  .p-zoom-step__number {
    font-size: 3.4375rem;
    margin-top: 0;
  }
}

.p-zoom-step__text {
  font-size: 16px;
  font-size: 1rem;
  font-weight: 300;
  line-height: 1.8125;
  margin-top: 3px;
  margin-top: 0.1875rem;
}
@media screen and (min-width: 768px) {
  .p-zoom-step__text {
    margin-top: 1.0625rem;
    font-size: 1.625rem;
  }
}

.p-zoom-steps__item {
  width: 100%;
  max-width: 560px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 768px) {
  .p-zoom-steps__item {
    max-width: 100%;
  }
}

.p-zoom-steps__item:nth-child(3) {
  margin-top: 40px;
  margin-top: 2.5rem;
}
@media screen and (min-width: 768px) {
  .p-zoom-steps__item:nth-child(3) {
    margin-top: 4rem;
  }
}

.p-zoom-steps__item:nth-child(4) {
  margin-top: 50px;
  margin-top: 3.125rem;
}
@media screen and (min-width: 768px) {
  .p-zoom-steps__item:nth-child(4) {
    margin-top: 3.1875rem;
  }
}

.p-zoom-steps__btn-area {
  width: 100%;
  margin-top: 13px;
  margin-top: 0.8125rem;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-zoom-steps__btn-area {
    margin-top: 1.125rem;
    width: 35.0625rem;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    -webkit-transform: translateX(13px);
            transform: translateX(13px);
  }
}

.p-zoom-steps__btn {
  font-size: 19px;
  font-size: 1.1875rem;
  text-align: center;
  color: #fff;
  background-color: #309B8F;
  display: inline-block;
  width: 100%;
  padding: 7px 0 3px;
  padding: 0.4375rem 0 0.1875rem;
  font-family: brandon-grotesque, sans-serif;
  font-weight: 900;
  max-width: 560px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 768px) {
  .p-zoom-steps__btn {
    font-size: 1.8125rem;
    padding: 0.625rem 0 0.3125rem;
    max-width: 100%;
  }
}

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

@media screen and (min-width: 768px) {
  .u-show-sp {
    display: none;
  }
}
/*# sourceMappingURL=styles.css.map */
