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

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

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

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

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

/* ホバー */
a {
  text-decoration: none;
  color: inherit;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  cursor: pointer;
}
@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;
}

em {
  font-style: normal;
}

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

.inner {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (min-width: 768px) {
  .inner {
    max-width: 1150px;
    padding-right: 25px;
    padding-left: 25px;
  }
}

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

.about {
  padding-top: 71px;
  padding-top: 4.4375rem;
  padding-bottom: 44px;
  padding-bottom: 2.75rem;
}
@media screen and (min-width: 768px) {
  .about {
    padding: 6.25rem 0 2.75rem;
  }
}

.about__inner {
  padding: 37px 15px 0;
  padding: 2.3125rem 0.9375rem 0;
}
@media screen and (min-width: 768px) {
  .about__inner {
    padding: 3.5rem 1.5rem;
  }
}

.about__contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 345px;
  width: 21.5625rem;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .about__contents {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
}

.about__img {
  position: relative;
  width: 160px;
  width: 10rem;
  height: 319.38px;
  height: 19.96125rem;
}
@media screen and (min-width: 768px) {
  .about__img {
    width: 20rem;
    height: 39.921875rem;
  }
}

.about__navs {
  padding: 20.31px 0 11.88px;
  padding: 1.269375rem 0 0.7425rem;
}

.about__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 75px;
  height: 4.6875rem;
}

.nav2.about__nav {
  height: 133.19px;
  height: 8.324375rem;
}

.nav3.about__nav {
  height: 74.06px;
  height: 4.62875rem;
}

.about__text {
  position: relative;
}

.about__text::before {
  position: absolute;
  content: "";
  top: 50%;
  left: -97px;
  left: -6.0625rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 87px;
  width: 5.4375rem;
  height: 1px;
  height: 0.0625rem;
  background-color: #808080;
}

.nav2 .about__text::before {
  width: 111px;
  width: 6.9375rem;
  left: -121px;
  left: -7.5625rem;
}

.nav3 .about__text::before {
  width: 115px;
  width: 7.1875rem;
  left: -125px;
  left: -7.8125rem;
}

.about__text p {
  color: #333333;
  font-size: 16px;
  font-size: 1rem;
  font-family: "ヒラギノ角ゴシック", "Hiragino Sans", sans-serif;
  line-height: 24px;
  line-height: 1.5rem;
  letter-spacing: 0.04em;
  font-weight: 600;
}

.about__nav-img {
  position: relative;
  width: 24px;
  width: 1.5rem;
  height: 24px;
  height: 1.5rem;
  margin-left: 8px;
  margin-left: 0.5rem;
}

.about__cards {
  width: min(92vw, 600px);
  width: min(92vw, 37.5rem);
  margin: 19.62px auto;
  margin: 1.22625rem auto;
}
@media screen and (min-width: 768px) {
  .about__cards {
    max-width: 49rem;
    width: calc(100% - 22.25rem);
    margin: 0 0 0 2.25rem;
  }
}

.comparison {
  padding-top: 64px;
  padding-top: 4rem;
}
@media screen and (min-width: 768px) {
  .comparison {
    padding-top: 6.25rem;
  }
}

.comparison__inner {
  padding: 32px 0 64px 15px;
  padding: 2rem 0 4rem 0.9375rem;
}
@media screen and (min-width: 768px) {
  .comparison__inner {
    padding-top: 3.5rem;
    padding-bottom: 6.75rem;
  }
}

.comparison__contents {
  overflow-x: scroll;
}

.comparison__table {
  width: 672px;
  width: 42rem;
  margin: 0 auto;
  table-layout: fixed;
}
@media screen and (min-width: 768px) {
  .comparison__table {
    width: 62.5rem;
  }
}

.comparison__table tr th:first-child {
  width: 126px;
  width: 7.875rem;
}

.comparison__table tr td:first-child {
  padding: 0;
}

.comparison__table table {
  width: 100%;
  border-spacing: 3.71px 0;
  border-spacing: 0.231875rem 0;
}

.comparison__table table tr {
  height: 74px;
  height: 4.625rem;
}
@media screen and (min-width: 768px) {
  .comparison__table table tr {
    height: 6.62125rem;
  }
}

.comparison__table table tr:not(:first-child) {
  height: 74px;
  height: 4.625rem;
}
@media screen and (min-width: 768px) {
  .comparison__table table tr:not(:first-child) {
    height: 7.424375rem;
  }
}

.comparison__table table tr:nth-child(2n) {
  background-color: #F6F6F6;
}

.comparison__table table th {
  width: 151px;
  width: 9.4375rem;
  height: 58px;
  height: 3.625rem;
}

.comparison__table table th {
  padding-bottom: 0;
}

.comparison__table table th:not(:first-child) {
  width: 128px;
  width: 8rem;
  border-radius: 0.625rem 0.625rem 0 0;
  position: relative;
}

.comparison__table table th:not(:first-child) p {
  background-color: #808080;
  height: 68px;
  height: 4.25rem;
  margin-top: 6px;
  margin-top: 0.375rem;
  width: 100%;
  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;
  border-radius: 0.625rem 0.625rem 0 0;
  position: absolute;
  left: 0;
  top: 0;
  font-family: "ヒラギノ角ゴシック", "Hiragino Sans", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 150%;
  letter-spacing: 0.04em;
}
@media screen and (min-width: 768px) {
  .comparison__table table th:not(:first-child) p {
    height: 96%;
    margin-top: 4%;
    font-size: 2rem;
  }
}

.comparison__table table th.table__accent {
  background-color: #EC6941;
  border-radius: 0.625rem 0.625rem 0 0;
  border: none;
  height: 62px;
  height: 3.875rem;
}

.comparison__table table th.table__accent p {
  background-color: #EC6941;
}

.comparison__table table td:not(:first-child) {
  border-right: solid 4px #808080;
  border-right: solid 0.25rem #808080;
  border-left: solid 4px #808080;
  border-left: solid 0.25rem #808080;
}

.comparison__table table td.table__accent {
  border-right: solid 4px #EC6941;
  border-right: solid 0.25rem #EC6941;
  border-left: solid 4px #EC6941;
  border-left: solid 0.25rem #EC6941;
}

.comparison__table table .last td:not(:first-child) {
  border-bottom: solid 4px #808080;
  border-bottom: solid 0.25rem #808080;
}

.comparison__table table .last td.table__accent {
  border-bottom: solid 4px #EC6941;
  border-bottom: solid 0.25rem #EC6941;
}

.comparison__table table .table__title {
  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;
}

.comparison__table table .table__title h2 {
  font-family: "ヒラギノ角ゴシック", "Hiragino Sans", sans-serif;
  font-weight: 600;
  font-size: 16px;
  font-size: 1rem;
  line-height: 150%;
  letter-spacing: 0.04em;
  color: #333333;
}
@media screen and (min-width: 768px) {
  .comparison__table table .table__title h2 {
    font-size: 1.5rem;
  }
}

.comparison__table table td .table__img {
  position: relative;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 24px;
  width: 1.5rem;
  height: 24px;
  height: 1.5rem;
}
@media screen and (min-width: 768px) {
  .comparison__table table td .table__img {
    width: 2rem;
    height: 2rem;
  }
}

.comparison__table table td .table__mark p {
  font-family: "ヒラギノ角ゴシック", "Hiragino Sans", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 100%;
  text-align: center;
  letter-spacing: 0.02em;
  color: #808080;
}
@media screen and (min-width: 768px) {
  .comparison__table table td .table__mark p {
    font-size: 2.4rem;
  }
}

table td.table__accent .table__mark p {
  font-family: "ヒラギノ角ゴシック", "Hiragino Sans", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 100%;
  text-align: center;
  letter-spacing: 0.02em;
  color: #EC6941;
}
@media screen and (min-width: 768px) {
  table td.table__accent .table__mark p {
    font-size: 2.4rem;
  }
}

.comparison__table table td .table__text {
  margin-top: 2px;
  margin-top: 0.125rem;
}
@media screen and (min-width: 768px) {
  .comparison__table table td .table__text {
    margin-top: 0.5rem;
  }
}

.comparison__table table td .table__text p {
  text-align: center;
  font-family: "ヒラギノ角ゴシック", "Hiragino Sans", sans-serif;
  font-weight: 600;
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 140%;
  letter-spacing: 0.02em;
  color: #333333;
}
@media screen and (min-width: 768px) {
  .comparison__table table td .table__text p {
    font-size: 1.2rem;
  }
}

@media screen and (min-width: 768px) {
  .comparison__table table tr.first .table__text p {
    font-size: 1.2rem;
  }
}

.test {
  color: red;
}

.faq {
  padding-top: 60px;
  padding-top: 3.75rem;
  padding-bottom: 60px;
  padding-bottom: 3.75rem;
  background-color: #F6F6F6;
}
@media screen and (min-width: 768px) {
  .faq {
    padding: 6.25rem 0;
  }
}

.faq__contents {
  margin: 40px auto 0px;
  margin: 2.5rem auto 0rem;
  width: min(92vw, 500px);
  width: min(92vw, 31.25rem);
}
@media screen and (min-width: 768px) {
  .faq__contents {
    margin: 3.5rem auto 0;
    width: 50rem;
  }
}

.faq__item {
  background: #FFFFFF;
  padding: 14px 16px;
  padding: 0.875rem 1rem;
  border-radius: 1.25rem;
  cursor: pointer;
}
@media screen and (min-width: 768px) {
  .faq__item {
    padding: 0.875rem 2rem;
  }
}

.faq__item:not(:first-child) {
  margin-top: 18px;
  margin-top: 1.125rem;
}
@media screen and (min-width: 768px) {
  .faq__item:not(:first-child) {
    margin-top: 1.5rem;
  }
}

.faq__Q {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  height: 100%;
}

.faq__mark {
  width: 24px;
  width: 1.5rem;
}

.faq__mark p {
  font-family: Rubik, sans-serif;
  font-style: italic;
  font-weight: 700;
  font-size: 32px;
  font-size: 2rem;
  line-height: 100%;
  text-align: center;
  letter-spacing: 0.04em;
  color: #0C6D9F;
}

.faq__question {
  width: 80%;
  margin-left: 10px;
  margin-left: 0.625rem;
  padding-top: 4px;
  padding-top: 0.25rem;
}
@media screen and (min-width: 768px) {
  .faq__question {
    width: 90%;
    margin-left: 0.5rem;
    padding-top: 0;
  }
}

.faq__arrow {
  position: relative;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  top: 16px;
  top: 1rem;
  margin-left: auto;
  margin-right: 12px;
  margin-right: 0.75rem;
}
@media screen and (min-width: 768px) {
  .faq__arrow {
    margin-left: auto;
    margin-right: 1rem;
  }
}

.faq__item.is-active .faq__arrow {
  -webkit-transform: rotate(180deg) translateY(-15%);
          transform: rotate(180deg) translateY(-15%);
}

.faq__arrow::before {
  position: absolute;
  content: "";
  width: 2px;
  width: 0.125rem;
  height: 12px;
  height: 0.75rem;
  top: 50%;
  left: 0;
  -webkit-transform: rotate(45deg) translateY(-50%);
          transform: rotate(45deg) translateY(-50%);
  background-color: #808080;
}

.faq__arrow::after {
  position: absolute;
  content: "";
  width: 2px;
  width: 0.125rem;
  height: 12px;
  height: 0.75rem;
  top: 50%;
  left: 1px;
  left: 0.0625rem;
  -webkit-transform: rotate(-45deg) translateY(-50%);
          transform: rotate(-45deg) translateY(-50%);
  background-color: #808080;
}

.faq__question p {
  font-family: "ヒラギノ角ゴシック", "Hiragino Sans", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  font-size: 1rem;
  line-height: 150%;
  letter-spacing: 0.04em;
  color: #333333;
  padding-top: 3.2px;
  padding-top: 0.2rem;
}
@media screen and (min-width: 768px) {
  .faq__question p {
    font-size: 1.25rem;
  }
}

.faq__A {
  width: 100%;
  background-color: #ffffff;
  border-radius: 0 0 1.25rem 1.25rem;
  padding-top: 10px;
  padding-top: 0.625rem;
  display: none;
}

.faq__A-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding: 0px 12px;
  padding: 0rem 0.75rem;
  background-color: #EAF1F4;
  border-radius: 1.25rem;
  padding: 14px 12px;
  padding: 0.875rem 0.75rem;
}
@media screen and (min-width: 768px) {
  .faq__A-container {
    padding: 1.125rem;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}

.faq__answer {
  width: 257px;
  width: 16.0625rem;
  margin-left: 8px;
  margin-left: 0.5rem;
  padding-top: 6px;
  padding-top: 0.375rem;
}
@media screen and (min-width: 768px) {
  .faq__answer {
    width: 100%;
    margin-left: 0.5rem;
    padding-top: 0.25rem;
  }
}

.faq__answer p {
  font-family: "ヒラギノ角ゴシック", "Hiragino Sans", sans-serif;
  font-style: normal;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 175%;
  letter-spacing: 0.04em;
  color: #333333;
}

.flow {
  padding-top: 60px;
  padding-top: 3.75rem;
}
@media screen and (min-width: 768px) {
  .flow {
    padding-top: 6.25rem;
    padding-bottom: 6.25rem;
  }
}

.flow__contents {
  width: 100%;
  margin: 40px auto 0;
  margin: 2.5rem auto 0;
}
@media screen and (min-width: 768px) {
  .flow__contents {
    margin: 3.5rem auto 0;
    width: 50rem;
  }
}

.flow__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #EAF1F4;
  padding: 20px 15px;
  padding: 1.25rem 0.9375rem;
  position: relative;
}
@media screen and (min-width: 768px) {
  .flow__item {
    padding: 1.25rem 1.5rem;
  }
}

.flow__item:nth-child(2n) {
  background-color: #fff;
}

.flow__item:not(:last-child):after {
  position: absolute;
  content: "";
  width: 20px;
  width: 1.25rem;
  height: 20px;
  height: 1.25rem;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  background-color: inherit;
  bottom: -10px;
  bottom: -0.625rem;
  z-index: 2;
  left: 42px;
  left: 2.625rem;
}
@media screen and (min-width: 768px) {
  .flow__item:not(:last-child):after {
    left: 6.5%;
  }
}

@media screen and (min-width: 768px) {
  .flow__item:last-child {
    -webkit-box-shadow: 0 0.625rem 1.25rem rgba(6, 0, 0, .1);
            box-shadow: 0 0.625rem 1.25rem rgba(6, 0, 0, .1);
  }
}

.flow__img {
  position: relative;
  width: 72px;
  width: 4.5rem;
  height: 72px;
  height: 4.5rem;
}

.flow__main {
  width: calc(100% - 5.25rem);
  margin-left: 12px;
  margin-left: 0.75rem;
}

.flow__title h2 {
  font-family: "ヒラギノ角ゴシック", "Hiragino Sans", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  font-size: 1rem;
  line-height: 30px;
  line-height: 1.875rem;
  letter-spacing: 0.04em;
  color: #333333;
}

.flow__text {
  margin-top: 2px;
  margin-top: 0.125rem;
}

.flow__text p {
  font-family: "ヒラギノ角ゴシック", "Hiragino Sans", sans-serif;
  font-style: normal;
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 150%;
  letter-spacing: 0.04em;
  color: #333333;
}

.footer__copyright {
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 10px 0;
  padding: 0.625rem 0;
  margin-bottom: 56px;
  margin-bottom: 3.5rem;
}
@media screen and (min-width: 768px) {
  .footer__copyright {
    margin-bottom: 0rem;
  }
}

.footer__copyright p {
  color: #333;
  font-family: "ヒラギノ角ゴシック", "Hiragino Sans", sans-serif;
  font-style: normal;
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 18px;
  line-height: 1.125rem;
  text-align: center;
  letter-spacing: 0.04em;
}

.footer__nav {
  opacity: 0;
  -webkit-transition: 2s;
  transition: 2s;
  position: fixed;
  bottom: -100px;
  bottom: -6.25rem;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .footer__nav {
    position: unset;
    opacity: 1;
  }
}

.footer__nav.is-fixed {
  position: fixed;
  left: 0;
  z-index: 10;
  opacity: 1;
  bottom: 0;
}
@media screen and (min-width: 768px) {
  .footer__nav.is-fixed {
    position: unset;
  }
}

.footer__btn {
  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;
  padding: 13px 0;
  padding: 0.8125rem 0;
  width: 100%;
  background: linear-gradient(91.28deg, #F9C45F 0%, #DF572E 100%);
}

.footer__btn-text {
  position: relative;
}

.footer__btn-text p {
  color: #ffffff;
  font-family: "ヒラギノ角ゴシック", "Hiragino Sans", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 32px 20;
  font-size: 2rem 20;
  line-height: 30px;
  line-height: 1.875rem;
  text-align: center;
  letter-spacing: 0.04em;
}

.footer__btn-arrow {
  position: relative;
  left: 46px;
  left: 2.875rem;
}

.footer__btn-arrow::before {
  position: absolute;
  content: "";
  width: 10px;
  width: 0.625rem;
  height: 10px;
  height: 0.625rem;
  top: 50%;
  -webkit-transform: rotate(-45deg) translateY(-50%);
          transform: rotate(-45deg) translateY(-50%);
  border-right: solid 2px rgba(255, 255, 255, .5);
  border-right: solid 0.125rem rgba(255, 255, 255, .5);
  border-bottom: solid 2px rgba(255, 255, 255, .5);
  border-bottom: solid 0.125rem rgba(255, 255, 255, .5);
}

.industry {
  padding-top: 64px;
  padding-top: 4rem;
  padding-bottom: 36px;
  padding-bottom: 2.25rem;
}
@media screen and (min-width: 768px) {
  .industry {
    padding: 6.25rem 0 2.625rem;
  }
}

.industry__contents {
  margin: 32px auto;
  margin: 2rem auto;
}
@media screen and (min-width: 768px) {
  .industry__contents {
    margin: 3.5rem auto;
    width: 50rem;
  }
}

.industry__img {
  position: relative;
  height: min(91.7333333333vw, 500px);
  height: min(91.7333333333vw, 31.25rem);
  width: min(92vw, 500px);
  width: min(92vw, 31.25rem);
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .industry__img {
    height: 24.5rem;
    width: 100%;
  }
}

.industry__text {
  padding-top: 28px;
  padding-top: 1.75rem;
  width: 345px;
  width: 21.5625rem;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .industry__text {
    padding-top: 3rem;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
}

.industry__text p {
  text-align: center;
  font-family: "ヒラギノ角ゴシック", "Hiragino Sans", sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 175%;
  letter-spacing: 0.04em;
}
@media screen and (min-width: 768px) {
  .industry__text p {
    font-size: 1.25rem;
  }
}

.price {
  padding-top: 64px;
  padding-top: 4rem;
  background-color: #EAF1F4;
  padding-bottom: 36px;
  padding-bottom: 2.25rem;
}
@media screen and (min-width: 768px) {
  .price {
    padding: 6.25rem 0 0;
  }
}

.price__contents {
  padding-top: 32px;
  padding-top: 2rem;
}
@media screen and (min-width: 768px) {
  .price__contents {
    padding: 3.5rem 1.5rem 2.625rem;
  }
}

.price__text {
  width: 304px;
  width: 19rem;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .price__text {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
}

.price__text:nth-child(2) {
  margin-top: 24px;
  margin-top: 1.5rem;
}

.price__text p {
  text-align: center;
  font-family: "ヒラギノ角ゴシック", "Hiragino Sans", sans-serif;
  font-weight: 600;
  font-size: 14px;
  font-size: 0.875rem;
  font-style: normal;
  line-height: 175%;
  letter-spacing: 0.04em;
  color: #333333;
}
@media screen and (min-width: 768px) {
  .price__text p {
    font-size: 1rem;
  }
}

.price__text p em {
  position: relative;
  z-index: 1;
}

.price__text p em::after {
  content: "";
  width: 100%;
  bottom: -7%;
  left: 0;
  z-index: -1;
  position: absolute;
  border-bottom: #FEE619 solid 8px;
  border-bottom: #FEE619 solid 0.5rem;
}

.price__campaign {
  margin: 36px auto;
  margin: 2.25rem auto;
  position: relative;
  padding: 30px 16px 20px;
  padding: 1.875rem 1rem 1.25rem;
  background: rgba(255, 255, 255, .8);
  border-radius: 1.25rem;
  width: 345px;
  width: 21.5625rem;
  border: 3px solid #0C6D9F;
  border: 0.1875rem solid #0C6D9F;
  -webkit-box-shadow: 0 0.625rem 1.25rem rgba(6, 0, 0, .1);
          box-shadow: 0 0.625rem 1.25rem rgba(6, 0, 0, .1);
}
@media screen and (min-width: 768px) {
  .price__campaign {
    width: 50rem;
    margin: 2.875rem auto 3rem;
  }
}

.price__campaign .campaign__title {
  position: absolute;
  background-color: #0C6D9F;
  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: 282px;
  width: 17.625rem;
  height: 42px;
  height: 2.625rem;
  top: -20px;
  top: -1.25rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  border-radius: 0.625rem;
}
@media screen and (min-width: 768px) {
  .price__campaign .campaign__title {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    height: auto;
    padding: 0.625rem 0.625rem;
    top: -1.75rem;
  }
}

.price__campaign .campaign__title::after {
  position: absolute;
  content: "";
  width: 16px;
  width: 1rem;
  height: 16px;
  height: 1rem;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  background-color: #0C6D9F;
  bottom: -8px;
  bottom: -0.5rem;
}

.price__campaign .campaign__title h2 {
  font-family: "ヒラギノ角ゴシック", "Hiragino Sans", sans-serif;
  font-weight: 600;
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 30px;
  line-height: 1.875rem;
  text-align: center;
  color: #FFFFFF;
}
@media screen and (min-width: 768px) {
  .price__campaign .campaign__title h2 {
    font-size: 1.75rem;
  }
}

.price__campaign .campaign__contents {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (min-width: 768px) {
  .price__campaign .campaign__contents {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.price__campaign .campaign__image {
  position: absolute;
  width: 159px;
  width: 9.9375rem;
  height: 136px;
  height: 8.5rem;
  left: 0;
  top: 70%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.price__campaign .campaign__image.image2 {
  position: absolute;
  width: 163px;
  width: 10.1875rem;
  height: 179px;
  height: 11.1875rem;
  top: 43%;
  left: 74%;
}

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

.price__campaign .campaign__foot p {
  font-family: "ヒラギノ角ゴシック", "Hiragino Sans", sans-serif;
  font-weight: 600;
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 18px;
  line-height: 1.125rem;
  text-align: center;
  color: #808080;
}

.price__cards {
  margin: 32px auto;
  margin: 2rem auto;
  width: min(92vw, 500px);
  width: min(92vw, 31.25rem);
  max-width: 1140px;
  max-width: 71.25rem;
}
@media screen and (min-width: 768px) {
  .price__cards {
    margin: 3rem auto;
    width: 100%;
  }
}

.price__btn {
  margin-top: 22px;
  margin-top: 1.375rem;
}

.price__btn.common__btn {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  min-width: 300px;
  min-width: 18.75rem;
  height: inherit;
  min-height: 64px;
  padding: 16px 48px 16px 48px;
  padding: 1rem 3rem 1rem 3rem;
}
@media screen and (min-width: 768px) {
  .price__btn.common__btn {
    padding: 1rem 4rem 1rem 4rem;
  }
}

.price__btn.common__btn p {
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5;
  text-align: center;
}

.reason {
  padding-top: 71px;
  padding-top: 4.4375rem;
  background-color: #EC6941;
}
@media screen and (min-width: 768px) {
  .reason {
    padding-top: 6.25rem;
  }
}

.reason .common__subtitle p {
  color: #fff;
}

.reason .common__title h2 {
  color: #fff;
}

.reason__inner {
  padding: 0 15px;
  padding: 0 0.9375rem;
}
@media screen and (min-width: 768px) {
  .reason__inner {
    padding: 0 1.5rem;
  }
}

.reason__contents {
  margin: 32px auto;
  margin: 2rem auto;
  padding-bottom: 42px;
  padding-bottom: 2.625rem;
  width: min(92vw, 600px);
  width: min(92vw, 37.5rem);
}
@media screen and (min-width: 768px) {
  .reason__contents {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 100%;
    padding-bottom: 4.5rem;
    max-width: 71.25rem;
  }
}

@media screen and (min-width: 768px) {
  .reason__item {
    width: calc(33% - 1.875rem);
    max-width: 21.25rem;
  }
}

@media screen and (min-width: 768px) {
  .reason__item.item2 .reason__img {
    width: 15rem;
    height: 15rem;
  }
}

.reason__item:not(:first-child) {
  margin-top: 28px;
  margin-top: 1.75rem;
}
@media screen and (min-width: 768px) {
  .reason__item:not(:first-child) {
    margin-top: 0;
    margin-left: 3.75rem;
  }
}

.reason__img {
  position: relative;
  width: 208px;
  width: 13rem;
  height: 208px;
  height: 13rem;
  margin: 0 auto;
}

.reason__TitleArea {
  position: relative;
  margin-top: 38px;
  margin-top: 2.375rem;
  z-index: 2;
}
@media screen and (min-width: 768px) {
  .reason__TitleArea {
    margin-top: 4rem;
  }
}

.reason__title > h2 {
  font-size: 24px;
  font-size: 1.5rem;
  font-family: "ヒラギノ角ゴシック", "Hiragino Sans", sans-serif;
  color: #fff;
  font-style: normal;
  letter-spacing: 0.04em;
  line-height: 140%;
  font-weight: bold;
  text-align: left;
  padding-left: 20px;
  padding-left: 1.25rem;
  position: relative;
}
@media screen and (min-width: 768px) {
  .reason__title > h2 {
    font-size: 1.75rem;
  }
}

.reason__title > h2::before {
  position: absolute;
  content: "";
  width: 30px;
  width: 1.875rem;
  height: 2px;
  height: 0.125rem;
  top: 50%;
  left: -12px;
  left: -0.75rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background-color: #fff;
}

.reason__subtitle {
  position: absolute;
  z-index: -1;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.reason__subtitle h2 {
  font-family: Rubik, sans-serif;
  font-style: italic;
  font-weight: 700;
  font-size: 100px;
  font-size: 6.25rem;
  line-height: 80%;
  letter-spacing: -0.05em;
  color: rgba(51, 51, 51, .2);
  opacity: 0.8;
}
@media screen and (min-width: 768px) {
  .reason__subtitle h2 {
    line-height: 100%;
  }
}

.reason__text {
  margin-top: 25px;
  margin-top: 1.5625rem;
}
@media screen and (min-width: 768px) {
  .reason__text {
    margin-top: 2.5rem;
    height: 10.5rem;
  }
}

.reason__text p {
  font-family: "ヒラギノ角ゴシック", "Hiragino Sans", sans-serif;
  font-size: 14px;
  font-size: 0.875rem;
  font-style: normal;
  line-height: 175%;
  letter-spacing: 0.04em;
  color: #fff;
}
@media screen and (min-width: 768px) {
  .reason__text p {
    font-size: 1rem;
  }
}

.reason__banner {
  position: relative;
  height: 100%;
  padding: 40px 0;
  padding: 2.5rem 0;
}
@media screen and (min-width: 768px) {
  .reason__banner {
    padding: 3.5rem 0;
  }
}

.reason__campaign.campaign {
  margin: 0 auto;
  position: relative;
  z-index: 3;
  width: 345px;
  width: 21.5625rem;
}
@media screen and (min-width: 768px) {
  .reason__campaign.campaign {
    width: 50rem;
  }
}

.r-banner__background {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 1;
}

.r-banner__background-mask {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 0;
  background: rgba(51, 51, 51, .8);
  -webkit-backdrop-filter: blur(2.5px);
          backdrop-filter: blur(2.5px);
}

.result {
  padding-top: 71px;
  padding-top: 4.4375rem;
  padding-bottom: 36px;
  padding-bottom: 2.25rem;
  background-color: #EAF1F4;
}
@media screen and (min-width: 768px) {
  .result {
    padding-top: 6.25rem;
    padding-bottom: 4.25rem;
  }
}

.result__contents {
  width: inherit;
  margin: 32px auto;
  margin: 2rem auto;
}
@media screen and (min-width: 768px) {
  .result__contents {
    width: inherit;
    padding: 0 1.5rem;
  }
}

.result__cards {
  max-width: 1140px;
  max-width: 71.25rem;
}
@media screen and (min-width: 768px) {
  .result__cards {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    margin: 3.5rem auto 0;
  }
}

.result__text {
  margin-top: 20px;
  margin-top: 1.25rem;
}
@media screen and (min-width: 768px) {
  .result__text {
    margin-top: 2.625rem;
  }
}

.result__text p {
  font-family: "ヒラギノ角ゴシック", "Hiragino Sans", sans-serif;
  font-size: 10px;
  font-size: 0.625rem;
  font-style: normal;
  line-height: 150%;
  text-align: center;
  color: #808080;
}
@media screen and (min-width: 768px) {
  .result__text p {
    font-size: 0.75rem;
  }
}

.step {
  position: relative;
}

.step__catch {
  position: relative;
  height: 148px;
  height: 9.25rem;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (min-width: 768px) {
  .step__catch {
    height: 16.625rem;
  }
}

.step__catch-mask {
  position: absolute;
  height: 100%;
  width: 100%;
  -webkit-backdrop-filter: blur(2.5px);
          backdrop-filter: blur(2.5px);
}

.step__catch h2 {
  color: #fff;
  position: relative;
  font-size: 32px;
  font-size: 2rem;
  font-family: "ヒラギノ角ゴシック", "Hiragino Sans", sans-serif;
  font-style: normal;
  line-height: 130%;
  letter-spacing: 0.04em;
  font-weight: 600;
  text-align: center;
  text-shadow: 0 4px 4px rgba(0, 0, 0, .25);
  text-shadow: 0 0.25rem 0.25rem rgba(0, 0, 0, .25);
}
@media screen and (min-width: 768px) {
  .step__catch h2 {
    font-size: 3.5rem;
  }
}

.u-mobile.step__content {
  background-color: #EAF1F4;
  padding-left: 56px;
  padding-left: 3.5rem;
}

.u-mobile.step__content:not(:first-child) {
  padding-top: 0;
}

.u-mobile.step__content:nth-child(2n) {
  background-color: #fff;
}

.step__item {
  padding-top: 32px;
  padding-top: 2rem;
  width: 280px;
  width: 17.5rem;
  margin: 0 auto;
  position: relative;
}

.u-mobile .step__item::before {
  position: absolute;
  content: "";
  border-left: solid 5px #C4C4C4;
  border-left: solid 0.3125rem #C4C4C4;
  top: 10.1%;
  left: -34.5px;
  left: -2.15625rem;
  width: 0;
  height: 90%;
}

.u-mobile .step2.step__item::before {
  height: 100%;
  top: 0;
}

.u-mobile .step3.step__item::before {
  height: 100%;
  top: 0;
}

.step__title {
  position: relative;
}

.step__title::before {
  position: absolute;
  content: "";
  width: 24px;
  width: 1.5rem;
  height: 24px;
  height: 1.5rem;
  border-radius: 50%;
  top: 2px;
  top: 0.125rem;
  left: -44px;
  left: -2.75rem;
  background-color: #EC6941;
}

.step__title h2 {
  font-style: italic;
  color: #0C6D9F;
  position: relative;
  font-size: 24px;
  font-size: 1.5rem;
  font-family: Rubik, sans-serif;
  line-height: 100%;
  letter-spacing: 0.02em;
  font-weight: 800;
}
@media screen and (min-width: 768px) {
  .step__title h2 {
    font-size: 2rem;
  }
}

.step__title h2 em {
  font-style: italic;
  font-size: 28px;
  font-size: 1.75rem;
  margin-left: 4px;
  margin-left: 0.25rem;
}
@media screen and (min-width: 768px) {
  .step__title h2 em {
    font-size: 3rem;
    margin-left: 0.375rem;
  }
}

.step__text {
  padding-left: 4px;
  padding-left: 0.25rem;
  padding-top: 6px;
  padding-top: 0.375rem;
  width: 276px;
  width: 17.25rem;
}
@media screen and (min-width: 768px) {
  .step__text {
    width: auto;
  }
}

.step__text p {
  color: #333333;
  position: relative;
  font-size: 14px;
  font-size: 0.875rem;
  font-family: "ヒラギノ角ゴシック", "Hiragino Sans", sans-serif;
  line-height: 175%;
  letter-spacing: 0.02em;
}
@media screen and (min-width: 768px) {
  .step__text p {
    font-size: 1rem;
  }
}

.step__img {
  margin-top: 6px;
  margin-top: 0.375rem;
  position: relative;
  width: 220px;
  width: 13.75rem;
  height: 318px;
  height: 19.875rem;
  z-index: 1;
}

.step__img2 {
  position: absolute;
  width: 77px;
  width: 4.8125rem;
  height: 112px;
  height: 7rem;
  right: -60px;
  right: -3.75rem;
  bottom: 0px;
  bottom: 0rem;
  z-index: 0;
}

.step2 .step__img2 {
  width: 85px;
  width: 5.3125rem;
  height: 102px;
  height: 6.375rem;
}

.step3 .step__img2 {
  width: 94px;
  width: 5.875rem;
  height: 104px;
  height: 6.5rem;
  z-index: 2;
}

.step__banner {
  position: relative;
}

.step__banner-img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
}

.step__banner-text {
  padding: 56px 25px 48px 27px;
  padding: 3.5rem 1.5625rem 3rem 1.6875rem;
}
@media screen and (min-width: 768px) {
  .step__banner-text {
    padding: 3.75rem 0;
  }
}

.step__banner-text h2 {
  color: #fff;
  position: relative;
  font-size: 20px;
  font-size: 1.25rem;
  font-family: "ヒラギノ角ゴシック", "Hiragino Sans", sans-serif;
  font-style: normal;
  line-height: 30px;
  line-height: 1.875rem;
  letter-spacing: 0.04em;
  font-weight: 600;
  text-align: center;
  text-shadow: 0 4px 4px rgba(0, 0, 0, .25);
  text-shadow: 0 0.25rem 0.25rem rgba(0, 0, 0, .25);
}
@media screen and (min-width: 768px) {
  .step__banner-text h2 {
    font-size: 1.75rem;
    line-height: 2.625rem;
  }
}

.step__banner-text h2:not(:first-child) {
  margin-top: 36px;
  margin-top: 2.25rem;
}

.step__banner-text h2 em {
  color: #FEE619;
}

.step__banner-text h2 em strong {
  font-size: 22px;
  font-size: 1.375rem;
}
@media screen and (min-width: 768px) {
  .step__banner-text h2 em strong {
    font-size: 2.5rem;
    line-height: 3.75rem;
  }
}

.desktop.step__contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  max-width: 1140px;
  max-width: 71.25rem;
  margin: 0 auto;
}

@media screen and (min-width: 768px) {
  .desktop.step__contents::after {
    position: absolute;
    content: "";
    width: 46.25rem;
    height: 0.3125rem;
    top: 2.6875rem;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    background-color: #C4C4C4;
  }
}

.u-desktop.step__content .step__item {
  position: relative;
  padding-top: 68px;
  padding-top: 4.25rem;
  width: 365px;
  width: 22.8125rem;
  background-color: #EAF1F4;
}

.u-desktop.step__content .step2 {
  background-color: #fff;
}

.u-desktop.step__content .step__title::before {
  top: -35px;
  top: -2.1875rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 2;
}

.u-desktop.step__content .step__title h2 {
  text-align: center;
}

.u-desktop.step__content .step__text {
  margin: 14px auto 24px;
  margin: 0.875rem auto 1.5rem;
}

.u-desktop.step__content .step__text p {
  text-align: center;
}

.u-desktop.step__content .step__img {
  margin: 0 auto;
}

.Top {
  position: relative;
}

.Top__inner {
  padding: 10px 15px 2px;
  padding: 0.625rem 0.9375rem 0.125rem;
}

.Top__logo {
  position: relative;
  height: 10.6666666667vw;
  width: 40vw;
  top: 0;
  left: 0;
}
@media screen and (min-width: 768px) {
  .Top__logo {
    width: 12.5rem;
    height: 3rem;
    left: 10%;
  }
}

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

.Top__title {
  position: relative;
  width: 345px;
  width: 21.5625rem;
  height: 87px;
  height: 5.4375rem;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .Top__title {
    width: 35rem;
    height: 8.8125rem;
  }
}

.Top__subtitle {
  margin-top: 40px;
  margin-top: 2.5rem;
}
@media screen and (min-width: 768px) {
  .Top__subtitle {
    margin-top: 2rem;
  }
}

.Top__subtitle h2 {
  text-align: center;
  font-size: 20px;
  font-size: 1.25rem;
  font-family: "ヒラギノ角ゴシック", "Hiragino Sans", sans-serif;
  color: #fff;
  letter-spacing: 0.04em;
  line-height: 150%;
}
@media screen and (min-width: 768px) {
  .Top__subtitle h2 {
    font-size: 1.75rem;
  }
}

.Top__campaign {
  margin: 24px auto 106px;
  margin: 1.5rem auto 6.625rem;
}
@media screen and (min-width: 768px) {
  .Top__campaign {
    margin: 1.75rem auto 4.1875rem;
  }
}

.Top__background {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  height: 100%;
}

.Top__background-mask {
  position: absolute;
  height: 100%;
  width: 100%;
  background-color: #0C6D9F;
  opacity: 78%;
}

.trouble {
  position: relative;
}

.trouble__inner {
  padding-top: 64px;
  padding-top: 4rem;
}
@media screen and (min-width: 768px) {
  .trouble__inner {
    padding-top: 6.25rem;
  }
}

.trouble__catch {
  position: relative;
  width: 292px;
  width: 18.25rem;
  height: 124px;
  height: 7.75rem;
  margin: 8px auto 0;
  margin: 0.5rem auto 0;
}
@media screen and (min-width: 768px) {
  .trouble__catch {
    width: 34.125rem;
    height: 13.75rem;
  }
}

.trouble__container {
  padding: 25.75px 22px 24px 23.75px;
  padding: 1.609375rem 1.375rem 1.5rem 1.484375rem;
  width: min(92vw, 560px);
  width: min(92vw, 35rem);
  background-color: #ffffff;
  -webkit-box-shadow: 0 0.625rem 1.25rem rgba(6, 0, 0, .1);
          box-shadow: 0 0.625rem 1.25rem rgba(6, 0, 0, .1);
  border-radius: 0.625rem;
  margin: 20px auto;
  margin: 1.25rem auto;
  position: relative;
}
@media screen and (min-width: 768px) {
  .trouble__container {
    width: 50rem;
    margin: 0.75rem auto 3.75rem;
    padding: 2.03125rem 3.125rem 2.03125rem 3.28125rem;
  }
}

.trouble__contents {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}

.trouble__group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

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

.trouble__img {
  position: relative;
  width: 24.5px;
  width: 1.53125rem;
  height: 24.5px;
  height: 1.53125rem;
}
@media screen and (min-width: 768px) {
  .trouble__img {
    width: 2.1875rem;
    height: 2.1875rem;
  }
}

.trouble__text {
  padding-left: 5.75px;
  padding-left: 0.359375rem;
  width: calc(100% - 1.53125rem);
}
@media screen and (min-width: 768px) {
  .trouble__text {
    padding-left: 0.40625rem;
    width: calc(100% - 2.1875rem);
  }
}

.trouble__text p {
  font-size: 16px;
  font-size: 1rem;
  font-family: "ヒラギノ角ゴシック", "Hiragino Sans", sans-serif;
  color: #333333;
  line-height: 24px;
  line-height: 1.5rem;
  letter-spacing: 0.04em;
  font-weight: 600;
  font-style: normal;
}
@media screen and (min-width: 768px) {
  .trouble__text p {
    font-size: 1.5rem;
    line-height: 2.25rem;
  }
}

.trouble__text p em {
  color: #CA1D1D;
}

.trouble__arrow {
  position: absolute;
  width: 38px;
  width: 2.375rem;
  height: 64px;
  height: 4rem;
  bottom: -52px;
  bottom: -3.25rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feGaussianBlur in="SourceAlpha" stdDeviation="16" /><feOffset dx="1" dy="17" result="offsetblur" /><feFlood flood-color="rgba(6,0,0,0.1)" /><feComposite in2="offsetblur" operator="in" /><feMerge><feMergeNode /><feMergeNode in="SourceGraphic" /></feMerge></filter></svg>#filter');
  -webkit-filter: drop-shadow(0 10px 20px rgba(6, 0, 0, .1));
          filter: drop-shadow(0 10px 20px rgba(6, 0, 0, .1));
  -webkit-filter: drop-shadow(0 0.625rem 1.25rem rgba(6, 0, 0, .1));
          filter: drop-shadow(0 0.625rem 1.25rem rgba(6, 0, 0, .1));
}
@media screen and (min-width: 768px) {
  .trouble__arrow {
    width: 7.5rem;
    height: 6rem;
    bottom: -5.375rem;
  }
}

.trouble__background {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
}

.trouble__banner {
  background-color: #0C6D9F;
  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;
  padding: 24px 0;
  padding: 1.5rem 0;
}
@media screen and (min-width: 768px) {
  .trouble__banner {
    padding: 2rem 0;
  }
}

.trouble__banner h2 {
  font-size: 22px;
  font-size: 1.375rem;
  font-family: "ヒラギノ角ゴシック", "Hiragino Sans", sans-serif;
  color: #fff;
  line-height: 33px;
  line-height: 2.0625rem;
  font-weight: 600;
  letter-spacing: 0.04em;
  font-style: normal;
}
@media screen and (min-width: 768px) {
  .trouble__banner h2 {
    font-size: 3rem;
    line-height: 4.5rem;
  }
}

.campaign {
  padding: 20px 22px 20px 12px;
  padding: 1.25rem 1.375rem 1.25rem 0.75rem;
  background: rgba(255, 255, 255, .8);
  border-radius: 1.25rem;
  width: 345px;
  width: 21.5625rem;
}
@media screen and (min-width: 768px) {
  .campaign {
    width: 37.5rem;
    padding: 1.5rem 0 2rem;
  }
}

.campaign.u-mobile .campaign__contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.campaign.u-desktop .campaign__contents {
  display: block;
}

.campaign__limit {
  position: relative;
  height: 72px;
  height: 4.5rem;
  width: 72px;
  width: 4.5rem;
  top: 0;
  left: 0;
}
@media screen and (min-width: 768px) {
  .campaign__limit {
    height: 5rem;
    width: 5rem;
  }
}

.campaign.u-mobile .campaign__group {
  width: calc(100% - 5rem);
  margin-left: 8px;
  margin-left: 0.5rem;
}

.campaign.u-desktop .campaign__group {
  width: 413px;
  width: 25.8125rem;
}

.campaign.u-desktop .campaign__group {
  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: 100%;
}

.campaign__img {
  position: relative;
  top: 0px;
  top: 0rem;
  left: 0;
  width: 232px;
  width: 14.5rem;
  height: 36px;
  height: 2.25rem;
}

.campaign.u-desktop .campaign__img {
  width: 413px;
  width: 25.8125rem;
  height: 64px;
  height: 4rem;
  margin: 0 auto;
}

.campaign__text {
  position: relative;
  margin-top: 4px;
  margin-top: 0.25rem;
}
@media screen and (min-width: 768px) {
  .campaign__text {
    margin-left: 0.625rem;
  }
}

.campaign__text::after {
  content: "";
  width: 100%;
  bottom: 5%;
  left: 0;
  z-index: 0;
  position: absolute;
  border-bottom: #FEE619 solid 16px;
  border-bottom: #FEE619 solid 1rem;
}

.campaign__text h2 {
  font-size: 24px;
  font-size: 1.5rem;
  font-family: "ヒラギノ角ゴシック", "Hiragino Sans", sans-serif;
  font-style: normal;
  color: #333333;
  line-height: 36px;
  line-height: 2.25rem;
  letter-spacing: 0.04em;
  font-weight: 600;
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .campaign__text h2 {
    font-size: 2.25rem;
    line-height: 3.375rem;
  }
}

.campaign__btn {
  margin-top: 14px;
  margin-top: 0.875rem;
}
@media screen and (min-width: 768px) {
  .campaign__btn {
    margin-top: 1.3125rem;
  }
}

@media screen and (min-width: 768px) {
  .Top .campaign__btn {
    margin-top: 0.625rem;
  }
}

.about__card {
  -webkit-box-shadow: 0 0.625rem 1.25rem rgba(6, 0, 0, .1);
          box-shadow: 0 0.625rem 1.25rem rgba(6, 0, 0, .1);
  border-radius: 1.25rem;
  padding-bottom: 12px;
  padding-bottom: 0.75rem;
}
@media screen and (min-width: 768px) {
  .about__card {
    padding-bottom: 1.25rem;
  }
}

.about__card:nth-child(2) {
  margin-top: 15px;
  margin-top: 0.9375rem;
}
@media screen and (min-width: 768px) {
  .about__card:nth-child(2) {
    margin-top: 1.5rem;
  }
}

.about__card:nth-child(3) {
  margin-top: 27px;
  margin-top: 1.6875rem;
}
@media screen and (min-width: 768px) {
  .about__card:nth-child(3) {
    margin-top: 1.5rem;
  }
}

.about__card .card__title {
  width: 55%;
  background: #333333;
  border-radius: 1.25rem 0;
}
@media screen and (min-width: 768px) {
  .about__card .card__title {
    width: 15.3125rem;
  }
}

.about__card .card__title {
  background: #333333;
  padding: 10px 0;
  padding: 0.625rem 0;
}
@media screen and (min-width: 768px) {
  .about__card .card__title {
    padding: 0.875rem 0;
  }
}

.about__card .card__title.accent {
  background-color: #0C6D9F;
}

.about__card .card__title h2 {
  font-size: 18px;
  font-size: 1.125rem;
  font-family: "ヒラギノ角ゴシック", "Hiragino Sans", sans-serif;
  color: #fff;
  letter-spacing: 0.02em;
  font-style: normal;
  font-weight: bold;
  text-align: center;
  line-height: 100%;
}
@media screen and (min-width: 768px) {
  .about__card .card__title h2 {
    font-size: 1.5rem;
  }
}

.about__card .card__text {
  padding: 20px 16px 12px;
  padding: 1.25rem 1rem 0.75rem;
}
@media screen and (min-width: 768px) {
  .about__card .card__text {
    padding: 0.625rem 1.5rem 0.5rem;
  }
}

.about__card .card__text p {
  font-size: 14px;
  font-size: 0.875rem;
  font-family: "ヒラギノ角ゴシック", "Hiragino Sans", sans-serif;
  color: #333333;
  letter-spacing: 0.02em;
  text-align: left;
  line-height: 175%;
}
@media screen and (min-width: 768px) {
  .about__card .card__text p {
    font-size: 1rem;
  }
}

.about__card .card__lists {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (min-width: 768px) {
  .about__card .card__lists {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: start;
    margin-left: 1.5rem;
  }
}

.about__card .card__list {
  width: calc(33% - 1rem);
}
@media screen and (min-width: 768px) {
  .about__card .card__list {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: 1.9375rem;
  }
}

.about__card .card__list:not(:first-child) {
  margin-left: 24px;
  margin-left: 1.5rem;
}
@media screen and (min-width: 768px) {
  .about__card .card__list:not(:first-child) {
    margin-left: 2.5rem;
  }
}

.about__card .card__list p {
  font-size: 15px;
  font-size: 0.9375rem;
  font-family: "ヒラギノ角ゴシック", "Hiragino Sans", sans-serif;
  font-style: normal;
  color: #333333;
  letter-spacing: 0.02em;
  text-align: center;
  line-height: 24px;
  line-height: 1.5rem;
  font-weight: 600;
}
@media screen and (min-width: 768px) {
  .about__card .card__list p {
    font-size: 1.125rem;
    line-height: 1.6875rem;
  }
}

.about__card .card__list-img {
  position: relative;
  width: 24px;
  width: 1.5rem;
  height: 24px;
  height: 1.5rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  margin-top: 4px;
  margin-top: 0.25rem;
}
@media screen and (min-width: 768px) {
  .about__card .card__list-img {
    width: 1.75rem;
    height: 1.75rem;
    left: 1.25rem;
    margin-top: 0;
  }
}

.about__card .card__list-mark {
  margin-top: 4px;
  margin-top: 0.25rem;
}
@media screen and (min-width: 768px) {
  .about__card .card__list-mark {
    margin-left: 0.25rem;
    position: relative;
    top: -0.0625rem;
    margin-top: 0;
  }
}

.about__card .card__list-mark p {
  font-family: "ヒラギノ角ゴシック", "Hiragino Sans", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 28px;
  font-size: 1.75rem;
  line-height: 100%;
  letter-spacing: 0.02em;
  color: #0C6D9F;
}

.about__card .card__list-mark p.a-card__mark-red {
  color: #CA1D1D;
}

.about__card .card__list-mark p.a-card__mark-black {
  color: #333333;
}

/*
====================================================
*/
.result__card {
  background-color: #fff;
  border-radius: 0.625rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .result__card {
    width: calc(50% - 1.25rem);
    max-width: 34.375rem;
    margin: 0;
  }
}

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

.result__card:not(:first-child) {
  margin-top: 20px;
  margin-top: 1.25rem;
}
@media screen and (min-width: 768px) {
  .result__card:not(:first-child) {
    margin-top: 0rem;
  }
}

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

.result__card .card__contents {
  padding: 32px 26px;
  padding: 2rem 1.625rem;
  border-radius: 0.625rem;
  width: min(92vw, 500px);
  width: min(92vw, 31.25rem);
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .result__card .card__contents {
    width: 26.25rem;
    padding: 2rem 0;
  }
}

.result__card .card__title {
  position: relative;
}

.result__card .card__title::after {
  position: absolute;
  content: "";
  width: 15%;
  height: 2px;
  height: 0.125rem;
  bottom: -8px;
  bottom: -0.5rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background-color: #0C6D9F;
  border-radius: 0.625rem;
}
@media screen and (min-width: 768px) {
  .result__card .card__title::after {
    height: 0.25rem;
  }
}

.result__card .card__title h2 {
  text-align: center;
  font-size: 20px;
  font-size: 1.25rem;
  font-family: "ヒラギノ角ゴシック", "Hiragino Sans", sans-serif;
  color: #333333;
  line-height: 150%;
  font-weight: 600;
  font-style: normal;
}
@media screen and (min-width: 768px) {
  .result__card .card__title h2 {
    font-size: 1.75rem;
  }
}

.result__card .card__img {
  width: 292px;
  width: 18.25rem;
  height: 330.1px;
  height: 20.63125rem;
  position: relative;
  margin: 35px auto 0;
  margin: 2.1875rem auto 0;
}
@media screen and (min-width: 768px) {
  .result__card .card__img {
    width: 26.25rem;
    height: 29.9375rem;
  }
}

.result__card:first-child .card__img {
  width: 292px;
  width: 18.25rem;
  height: 342.01px;
  height: 21.375625rem;
}
@media screen and (min-width: 768px) {
  .result__card:first-child .card__img {
    height: 30.75rem;
    width: 26.25rem;
  }
}

.result__card:nth-child(2) .card__img {
  width: 292px;
  width: 18.25rem;
  height: 332.01px;
  height: 20.750625rem;
}
@media screen and (min-width: 768px) {
  .result__card:nth-child(2) .card__img {
    height: 30.625rem;
    width: 26.25rem;
  }
}

.result__card .card__price {
  margin-top: 24px;
  margin-top: 1.5rem;
}
@media screen and (min-width: 768px) {
  .result__card .card__price {
    margin-top: 1.75rem;
  }
}

.result__card .card__price h2 {
  text-align: center;
  font-size: 16px;
  font-size: 1rem;
  font-style: normal;
  font-family: "ヒラギノ角ゴシック", "Hiragino Sans", sans-serif;
  color: #333333;
  line-height: 100%;
  font-weight: 600;
}
.result__card .card__price h2 em {
  font-style: italic;
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 800;
  font-family: Rubik, sans-serif;
}
.result__card .card__text {
  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;
  border-radius: 1.25rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: 28px;
  height: 1.75rem;
  background-color: #333333;
  margin: 14px auto;
  margin: 0.875rem auto;
  padding: 19.2px 16px;
  padding: 1.2rem 1rem;
}
@media screen and (min-width: 768px) {
  .result__card .card__text {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
}

.result__card .card__text p {
  color: #ffffff;
  text-align: center;
  font-size: 14px;
  font-size: 0.875rem;
  font-family: "ヒラギノ角ゴシック", "Hiragino Sans", sans-serif;
  line-height: 150%;
  font-weight: 600;
}
@media screen and (min-width: 768px) {
  .result__card .card__text p {
    font-size: 1.125rem;
  }
}

.result__card .card__profit {
  margin-top: 4px;
  margin-top: 0.25rem;
}

.result__card .card__profit h2 {
  color: #CA1D1D;
  text-align: center;
  font-size: 24px;
  font-size: 1.5rem;
  font-family: Rubik, sans-serif;
  line-height: 100%;
  font-weight: 600;
}

.result__card .card__profit h2 em {
  font-style: italic;
  font-size: 40px;
  font-size: 2.5rem;
  font-weight: 800;
  font-family: Rubik, sans-serif;
}

/*
===============================================
*/
.price__card {
  background: #FFFFFF;
  -webkit-box-shadow: 0 0.625rem 1.25rem rgba(6, 0, 0, .1);
          box-shadow: 0 0.625rem 1.25rem rgba(6, 0, 0, .1);
  border-radius: 1.25rem;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .price__card {
    width: 43.75rem;
  }
}

.price__card:nth-child(n+2) {
  margin-top: 32px;
  margin-top: 2rem;
}

.price__card .card__TitleArea {
  background-color: #333333;
  padding: 16px 0;
  padding: 1rem 0;
  border-radius: 1.25rem 1.25rem 0 0;
}

.price__card .card__subtitle {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.price__card .card__subtitle h2 {
  font-family: Rubik, sans-serif;
  font-style: italic;
  font-weight: 700;
  font-size: 16px;
  font-size: 1rem;
  line-height: 19px;
  line-height: 1.1875rem;
  position: relative;
  text-align: center;
  letter-spacing: 0.04em;
  color: #FFFFFF;
}
@media screen and (min-width: 768px) {
  .price__card .card__subtitle h2 {
    font-size: 1.25rem;
  }
}

.price__card .card__subtitle h2::before {
  position: absolute;
  content: "";
  width: 28px;
  width: 1.75rem;
  height: 1px;
  height: 0.0625rem;
  background-color: #fff;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: -34px;
  left: -2.125rem;
}

.price__card .card__subtitle h2::after {
  position: absolute;
  content: "";
  width: 28px;
  width: 1.75rem;
  height: 1px;
  height: 0.0625rem;
  background-color: #fff;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: -34px;
  right: -2.125rem;
}

.price__card .card__title {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 4px;
  margin-top: 0.25rem;
}
@media screen and (min-width: 768px) {
  .price__card .card__title {
    margin-top: 0.375rem;
  }
}

.price__card .card__title h2 {
  font-family: "ヒラギノ角ゴシック", "Hiragino Sans", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 22px;
  font-size: 1.375rem;
  line-height: 100%;
  text-align: center;
  letter-spacing: 0.02em;
  color: #FFFFFF;
}
@media screen and (min-width: 768px) {
  .price__card .card__title h2 {
    font-size: 1.75rem;
  }
}

.price__card .card__contents {
  padding: 22px;
  padding: 1.375rem;
}
@media screen and (min-width: 768px) {
  .price__card .card__contents {
    padding: 2.15625rem 2rem 2rem 2.15625rem;
  }
}

.price__card .card__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}

.price__card .card__top.second {
  position: relative;
}

.price__card .card__top.second::before {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  top: -38px;
  top: -2.375rem;
  content: "+";
  font-family: "ヒラギノ角ゴシック", "Hiragino Sans", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 36px;
  line-height: 2.25rem;
  letter-spacing: 0.04em;
  color: #333333;
}
@media screen and (min-width: 768px) {
  .price__card .card__top.second::before {
    font-size: 2rem;
    line-height: 100%;
  }
}

.price__card .card__top:not(:first-child) {
  margin-top: 38px;
  margin-top: 2.375rem;
}
@media screen and (min-width: 768px) {
  .price__card .card__top:not(:first-child) {
    margin-top: 3.375rem;
  }
}

.price__card .card__img {
  position: relative;
  width: 28px;
  width: 1.75rem;
  height: 28px;
  height: 1.75rem;
}
@media screen and (min-width: 768px) {
  .price__card .card__img {
    width: 2.1875rem;
    height: 2.1875rem;
  }
}

.price__card .card__plan {
  margin-left: 6px;
  margin-left: 0.375rem;
}

.price__card .card__plan h2 {
  font-family: "ヒラギノ角ゴシック", "Hiragino Sans", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  font-size: 1rem;
  line-height: 24px;
  line-height: 1.5rem;
  letter-spacing: 0.04em;
  color: #333333;
}
@media screen and (min-width: 768px) {
  .price__card .card__plan h2 {
    font-size: 1.25rem;
    line-height: 1.875rem;
  }
}

.price__card .card__list ul {
  -webkit-columns: 2;
     -moz-columns: 2;
          columns: 2;
  list-style: disc;
  margin-left: 46px;
  margin-left: 2.875rem;
}
@media screen and (min-width: 768px) {
  .price__card .card__list ul {
    -webkit-columns: 4;
       -moz-columns: 4;
            columns: 4;
    margin-left: 3.25rem;
  }
}

.price__card .card__list ul li {
  font-family: "ヒラギノ角ゴシック", "Hiragino Sans", sans-serif;
  font-style: normal;
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 175%;
  letter-spacing: 0.02em;
  color: #333333;
}
@media screen and (min-width: 768px) {
  .price__card .card__list ul li {
    font-size: 0.75rem;
  }
}

.price__card .card__list ul li:nth-child(n+3) {
  margin-top: 1px;
  margin-top: 0.0625rem;
}
@media screen and (min-width: 768px) {
  .price__card .card__list ul li:nth-child(n+3) {
    margin-top: 0rem;
  }
}

@media screen and (min-width: 768px) {
  .price__card .card__list ul li:nth-child(n+4) {
    margin-top: 0.0625rem;
  }
}

.price__card .card__price {
  margin: 12px auto 0;
  margin: 0.75rem auto 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media screen and (min-width: 768px) {
  .price__card .c-price__TextArea {
    margin-left: 0.875rem;
  }
}

.price__card .c-price__text ~ .c-price__text {
  margin-top: 16px;
  margin-top: 1rem;
}
@media screen and (min-width: 768px) {
  .price__card .c-price__text ~ .c-price__text {
    margin-top: 1.125rem;
  }
}

.price__card .c-price__text p {
  font-family: "ヒラギノ角ゴシック", "Hiragino Sans", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 150%;
  color: #333333;
}
@media screen and (min-width: 768px) {
  .price__card .c-price__text p {
    font-size: 1.125rem;
  }
}

.price__card .c-price__text p span {
  font-size: 12px;
  font-size: 0.75rem;
}
@media screen and (min-width: 768px) {
  .price__card .c-price__text p span {
    font-size: 0.625rem;
  }
}

.price__card .c-price__before {
  position: relative;
}

.price__card .c-price__before::before {
  position: absolute;
  content: "→";
  top: 50%;
  right: -18%;
  -webkit-transform: translateY(-35%);
          transform: translateY(-35%);
  font-family: Rubik, sans-serif;
  font-style: italic;
  font-weight: 600;
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 100%;
  color: #333333;
}

.price__card .c-price__before p {
  font-family: "ヒラギノ角ゴシック", "Hiragino Sans", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  font-size: 1.125rem;
  color: #CA1D1D;
  position: relative;
  line-height: 130%;
}
@media screen and (min-width: 768px) {
  .price__card .c-price__before p {
    font-size: 1rem;
  }
}

.price__card .c-price__before p::after {
  position: absolute;
  content: "";
  width: 98%;
  height: 2px;
  height: 0.125rem;
  background-color: #333333;
  -webkit-transform: rotate(-10deg);
          transform: rotate(-10deg);
  left: 0;
  top: 8px;
  top: 0.5rem;
}

.price__card .c-price__before p em {
  font-family: Rubik, sans-serif;
  font-style: italic;
  font-size: 24px;
  font-size: 1.5rem;
  margin-right: 2px;
  margin-right: 0.125rem;
}

.price__card .c-price__after {
  position: relative;
  -webkit-transform: translateY(0.25rem);
          transform: translateY(0.25rem);
  margin-left: 32px;
  margin-left: 2rem;
}
@media screen and (min-width: 768px) {
  .price__card .c-price__after {
    margin-left: 1.75rem;
    padding-top: 0.5rem;
  }
}

.price__card .c-price__after p {
  padding-top: 8px;
  padding-top: 0.5rem;
  position: relative;
  font-family: "ヒラギノ角ゴシック", "Hiragino Sans", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  font-size: 1rem;
  color: #CA1D1D;
}
@media screen and (min-width: 768px) {
  .price__card .c-price__after p {
    padding-top: 0;
  }
}

.price__card .c-price__after p em {
  font-family: Rubik, sans-serif;
  font-style: italic;
  font-size: 36px;
  font-size: 2.25rem;
  margin-right: 2px;
  margin-right: 0.125rem;
}
@media screen and (min-width: 768px) {
  .price__card .c-price__after p em {
    font-size: 3rem;
  }
}

.card__price .c-price__img.u-desktop {
  position: relative;
  width: 80px;
  width: 5rem;
  height: 80px;
  height: 5rem;
  top: 50%;
}

img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
}

.common__btn {
  width: 300px;
  width: 18.75rem;
  height: 64px;
  height: 4rem;
  background-color: #EC6941;
  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;
  border-radius: 3.125rem;
  position: relative;
  overflow: hidden;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  -webkit-box-shadow: 0 0.375rem 0.4375rem rgba(0, 0, 0, .15);
          box-shadow: 0 0.375rem 0.4375rem rgba(0, 0, 0, .15);
  -webkit-transition: 0.5s;
  transition: 0.5s;
  position: relative;
}

@media screen and (min-width: 768px) {
  .common__btn::before {
    background: #fff;
    position: absolute;
    top: 0;
    left: 0;
    content: "";
    width: 100%;
    height: 100%;
    -webkit-transform: skewY(-10deg) scale(1, 0);
            transform: skewY(-10deg) scale(1, 0);
    -webkit-transform-origin: left top;
            transform-origin: left top;
    -webkit-transition: 0.2s cubic-bezier(0.45, 0, 0.55, 1);
    transition: 0.2s cubic-bezier(0.45, 0, 0.55, 1);
    z-index: -1;
  }
}

@media screen and (min-width: 768px) {
  .common__btn:hover {
    border: 0.125rem solid #EC6941;
  }
}

.common__btn:hover::before {
  -webkit-transform: skewY(-10deg) scale(1, 1);
          transform: skewY(-10deg) scale(1, 1);
  height: 150px;
  height: 9.375rem;
  top: -20px;
  top: -1.25rem;
}

.common__btn-arrow {
  position: absolute;
  top: 50%;
  right: 8%;
  width: 8px;
  width: 0.5rem;
  height: 16px;
  height: 1rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.common__btn-arrow::before {
  position: absolute;
  content: "";
  width: 10px;
  width: 0.625rem;
  height: 10px;
  height: 0.625rem;
  top: 4px;
  top: 0.25rem;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  border-right: solid 2px rgba(255, 255, 255, .5);
  border-right: solid 0.125rem rgba(255, 255, 255, .5);
  border-bottom: solid 2px rgba(255, 255, 255, .5);
  border-bottom: solid 0.125rem rgba(255, 255, 255, .5);
}

@media screen and (min-width: 768px) {
  .common__btn:hover .common__btn-arrow::before {
    border-right: solid 0.125rem #EC6941;
    border-bottom: solid 0.125rem #EC6941;
  }
}

.common__btn p {
  font-size: 20px;
  font-size: 1.25rem;
  font-family: "ヒラギノ角ゴシック", "Hiragino Sans", sans-serif;
  color: #fff;
  line-height: 30px;
  line-height: 1.875rem;
  letter-spacing: 0.04em;
  font-style: normal;
  font-weight: 600;
}

@media screen and (min-width: 768px) {
  .common__btn:hover p {
    color: #EC6941;
  }
}

.common__subtitle p {
  font-size: 18px;
  font-size: 1.125rem;
  font-family: Rubik, sans-serif;
  color: #fff;
  line-height: 21px;
  line-height: 1.3125rem;
  letter-spacing: 0.04em;
  font-weight: 700;
  font-style: italic;
  color: #0C6D9F;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .common__subtitle p {
    font-weight: 700;
    font-size: 1.75rem;
    line-height: 2.0625rem;
  }
}

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

.common__title h2 {
  font-size: 32px;
  font-size: 1.65rem;
  font-family: "ヒラギノ角ゴシック", "Hiragino Sans", sans-serif;
  color: #333333;
  line-height: 42px;
  line-height: 2.625rem;
  letter-spacing: 0.04em;
  font-weight: 600;
  text-align: center;
  font-style: normal;
  line-height: 130%;
}
@media screen and (min-width: 768px) {
  .common__title h2 {
    font-size: 3.5rem;
  }
}

.common__desktop-btn.u-desktop .c-btn {
  position: fixed;
  bottom: 40px;
  bottom: 2.5rem;
  left: min(83.3333333333vw, 85%);
  z-index: 5;
}

.common__desktop-btn.u-desktop .btn__text {
  position: relative;
  width: 144px;
  width: 9rem;
  height: 144px;
  height: 9rem;
  border-radius: 50%;
  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;
  background: linear-gradient(135deg, #F7BC5C 0%, #EC6941 100%);
  -webkit-box-shadow: 0 0.375rem 0.4375rem rgba(0, 0, 0, .15);
          box-shadow: 0 0.375rem 0.4375rem rgba(0, 0, 0, .15);
}

.common__desktop-btn.u-desktop .btn__text::before {
  position: absolute;
  content: "";
  width: 10px;
  width: 0.625rem;
  height: 10px;
  height: 0.625rem;
  top: 50%;
  right: 4px;
  right: 0.25rem;
  -webkit-transform: rotate(-45deg) translateY(-50%);
          transform: rotate(-45deg) translateY(-50%);
  border-right: solid 2px rgba(255, 255, 255, .5);
  border-right: solid 0.125rem rgba(255, 255, 255, .5);
  border-bottom: solid 2px rgba(255, 255, 255, .5);
  border-bottom: solid 0.125rem rgba(255, 255, 255, .5);
}

.common__desktop-btn.u-desktop .btn__text p {
  text-align: center;
  font-family: "ヒラギノ角ゴシック", "Hiragino Sans", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  font-size: 1rem;
  line-height: 24px;
  line-height: 1.5rem;
  letter-spacing: 0.04em;
  color: #FFFFFF;
}
/*# sourceMappingURL=styles.css.map */




.contact__wrapper form {
  max-width: 780px;
  display: block;
  margin: 0 auto;
}

.contact__text-top {
  text-align: center;
  font-size: 14px;
  margin-bottom: 30px;
}

@media screen and (min-width: 768px) {
  .contact__text-top {
    font-size: 16px;
    margin-bottom: 48px;
  }
}

.contact__item {
  margin-bottom: 16px;
  width: 100%;
}

@media screen and (min-width: 1040px) {
  .contact__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 28px;
  }
}

.contact__item .wpcf7-form-control-wrap {
  width: 100%;
}

.contact__item .wpcf7-form-control-wrap input {
  border: 1px solid #c4c4c4;
  width: 100%;
  padding-left: 10px;
  font-size: 14px;
  height: 40px;
}

.contact__item .wpcf7-form-control-wrap input::-webkit-input-placeholder, .contact__item .wpcf7-form-control-wrap textarea::-webkit-input-placeholder {
  font-size: 14px;
  color: #C4C4C4;
}

.contact__item .wpcf7-form-control-wrap input::-moz-placeholder, .contact__item .wpcf7-form-control-wrap textarea::-moz-placeholder {
  font-size: 14px;
  color: #C4C4C4;
}

.contact__item .wpcf7-form-control-wrap input:-ms-input-placeholder, .contact__item .wpcf7-form-control-wrap textarea:-ms-input-placeholder {
  font-size: 14px;
  color: #C4C4C4;
}

.contact__item .wpcf7-form-control-wrap input::-ms-input-placeholder, .contact__item .wpcf7-form-control-wrap textarea::-ms-input-placeholder {
  font-size: 14px;
  color: #C4C4C4;
}

.contact__item .wpcf7-form-control-wrap input::placeholder, .contact__item .wpcf7-form-control-wrap textarea::placeholder {
  font-size: 14px;
  color: #C4C4C4;
}

.contact__item .wpcf7-form-control-wrap input:hover, .contact__item .wpcf7-form-control-wrap textarea:hover {
  -webkit-box-shadow: 0 0 3px #c4c4c4;
          box-shadow: 0 0 3px #c4c4c4;
  -webkit-transition: .5 all;
  -o-transition: .5 all;
  transition: .5 all;
}

.contact__item .wpcf7-form-control-wrap input[type="text"] {
  font-size: 1.4rem;
}

@media screen and (min-width: 1040px) {
  .contact__item .wpcf7-form-control-wrap input[type="text"] {
    width: 100%;
  }
}

.contact__item .wpcf7-form-control-wrap input[type="text"], .contact__item .wpcf7-form-control-wrap input[type="tel"], .contact__item .wpcf7-form-control-wrap input[type="email"], .contact__item .wpcf7-form-control-wrap textarea {
  margin-bottom: 4px;
}

.contact__item .wpcf7-form-control-wrap textarea {
  height: 200px;
  padding-top: 10px;
}

@media screen and (min-width: 1040px) {
  .contact__item .wpcf7-form-control-wrap textarea {
    height: 280px;
    width: 100%;
  }
}

.contact__title {
  width: 100%;
  display: block;
  padding-bottom: 5px;
  font-size: 14px;
}

@media screen and (min-width: 1040px) {
  .contact__title {
    width: 30%;
    cursor: default;
    padding-top: 9px;
    padding-bottom: 0;
    font-size: 16px;
  }
}

@media screen and (min-width: 1040px) {
  .contact__item-radio .contact__title {
    padding-top: 0;
  }
}

@media screen and (min-width: 1040px) {
  .contact__inputBox {
    width: 70%;
  }
}

.contact__inputBox textarea {
  border: 1px solid #C4C4C4;
  width: 100%;
  padding-left: 10px;
  font-size: 14px;
}

.contact__inputBox input {
  border: 1px solid #C4C4C4;
  width: 100%;
  padding-left: 10px;
  font-size: 14px;
  min-height: 40px;

}

.contact__text-placeholder {
  color: #C4C4C4;
  font-size: 12px;
  font-weight: normal;
  margin-top: 6px;
}

.contact__radio {
  width: 100%;
}

@media screen and (min-width: 1040px) {
  .contact__radio {
    width: 70%;
  }
}

.contact__radio-item + .contact__radio-item {
  margin-top: 10px;
}

.contact__radio-option {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 1rem;
}

.contact__radio-option input {
  width: 20px;
  height: 20px;
  display: block;
  border-radius: 50%;
  border: 1px solid #C4C4C4;
  margin-right: 10px;
}

.contact__btn {
  height: 48px;
  width: 144px;
  background: #333;
  color: #fff;
  font-size: 16px;
  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;
  border: 1px solid #fff;
  margin: 0 auto;
}

@media screen and (min-width: 768px) {
  .contact__btn:hover {
    background: #fff;
    color: #333;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    border: 1px solid #333;
  }
}

.wpcf7-form-control-wrap {
  display: block;
}

span.wpcf7-list-item {
  position: relative;
  -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
  margin: 0;
}

.wpcf7-list-item-label {
  color: #333;
  cursor: pointer;
  font-size: 14px;
}

@media screen and (min-width: 768px) {
  .wpcf7-list-item-label:hover::before {
    -webkit-box-shadow: 0 0 4px #C4C4C4;
            box-shadow: 0 0 4px #C4C4C4;
    -webkit-transition: .5 all;
    -o-transition: .5 all;
    transition: .5 all;
  }
}

@media screen and (min-width: 768px) {
  .wpcf7-list-item-label {
    font-size: 1.4rem;
  }
}

.wpcf7-list-item-label:before {
  content: '';
  background: #fff;
  border-radius: 100%;
  border: 1px solid #C4C4C4;
  display: inline-block;
  width: 1.4em;
  height: 1.4em;
  position: relative;
  top: 0;
  margin-right: 6px;
  vertical-align: middle;
  cursor: pointer;
  text-align: center;
  -webkit-transition: all 250ms ease;
  -o-transition: all 250ms ease;
  transition: all 250ms ease;
}

input[type="radio"] {
  position: absolute;
  opacity: 0;
}

@media screen and (min-width: 768px) {
  input[type="radio"]:hover {
    cursor: pointer;
  }
}

input[type="radio"]:checked + .wpcf7-list-item-label:before {
  background-color: #333;
  -webkit-box-shadow: inset 0 0 0 4px #fff;
          box-shadow: inset 0 0 0 4px #fff;
}

.wpcf7-response-output, .wpcf7-not-valid-tip {
  font-size: 14px;
}

.contact__radio .wpcf7-form-control-wrap {
  width: 100%;
}

@media screen and (min-width: 1040px) {
  .contact__radio .wpcf7-form-control {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 100%;
  }
}

.contact__radio .contact__inputBox {
  width: 100%;
}

.wpcf7-list-item {
  display: block;
  width: 100%;
}

.wpcf7-list-item + .wpcf7-list-item {
  margin-top: 6px;
}

@media screen and (min-width: 1040px) {
  .wpcf7-list-item + .wpcf7-list-item {
    margin-top: 0;
  }
}

.contactPage {
  margin-bottom: 26px;
}

@media screen and (min-width: 768px) {
  .contactPage {
    margin-bottom: 76px;
  }
}

.contactPage .page__title {
  background: url(../img/contact.png);
  background-size: cover;
}

.contactPage__contents {
  background-color: #fff;
  display: block;
  margin: 0 auto;
  max-width: 480px;
}

@media screen and (min-width: 1040px) {
  .contactPage__contents {
    max-width: 800px;
  }
}

.required {
  background-color: #CA1D1D;
  color: #fff;
  border: 1px solid #CA1D1D;
  font-size: 12px;
  padding: 3px 8px;
  margin-left: 10px;
  margin-bottom: 2px;
  border-radius: 4px;
}

.contact__inner {
  display: block;
  margin:0 auto;
  max-width: 800px;
  padding:0 15px;
}




.contact {
  padding-top: 60px;
  padding-top: 3.75rem;
  padding-bottom: 60px;
  padding-bottom: 3.75rem;
  background-color: #fff;
}
@media screen and (min-width: 768px) {
  .contact {
    padding: 6.25rem 0;
  }
}

.contact .common__TitleArea {
  padding-bottom: 40px;
}

@media screen and (min-width: 768px) {
  .contact .common__TitleArea {
    padding-bottom: 56px;
  }
}

input, textarea {
  border-radius: 6px;
}