@charset "UTF-8";
body {
  font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Yu Gothic", "Meiryo", sans-serif;
}

body {
  background-color: #fff;
}

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

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

.js-element {
  /* 最初は非表示 */
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 1s, visibility 1s, -webkit-transform 1s;
  transition: opacity 1s, visibility 1s, -webkit-transform 1s;
  transition: opacity 1s, visibility 1s, transform 1s;
  transition: opacity 1s, visibility 1s, transform 1s, -webkit-transform 1s;
}

/* フェードイン時に入るクラス */
.is-fadein {
  opacity: 1;
  visibility: visible;
}

/* リキッドレイアウト対応 */
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;
}

*,
*::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 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=submit],
input[type=button],
label,
button,
select {
  cursor: pointer;
}

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

main {
  overflow-x: hidden;
}

.badge {
  width: 193px;
  width: 12.0625rem;
  background-color: #FFF629;
  border-radius: 1.875rem;
  padding: 3px;
  padding: 0.1875rem;
  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: 0 auto;
}
@media screen and (min-width: 768px) {
  .badge {
    width: 13.9375rem;
    padding: 0.125rem;
  }
}

.badge__text {
  font-size: 15px;
  font-size: 0.9375rem;
  font-weight: 800;
  letter-spacing: 0.64px;
  letter-spacing: 0.04rem;
  color: #CB2500;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .badge__text {
    font-weight: 700;
    font-size: 1.125rem;
    letter-spacing: 0.03rem;
  }
}

.badge__text--large {
  font-size: 20px;
  font-size: 1.25rem;
}
@media screen and (min-width: 768px) {
  .badge__text--large {
    font-size: 1.5rem;
  }
}

.card-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-top: -28px;
  margin-top: -1.75rem;
}
@media screen and (min-width: 768px) {
  .card-wrapper {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    margin-top: 0;
  }
}

.card-wrapper .card {
  margin: 0 auto;
  margin-top: 28px;
  margin-top: 1.75rem;
}
@media screen and (min-width: 768px) {
  .card-wrapper .card {
    margin-top: 0;
  }
}

.card {
  -webkit-box-shadow: 0.625rem 0.625rem 0rem rgba(0, 0, 0, .1);
          box-shadow: 0.625rem 0.625rem 0rem rgba(0, 0, 0, .1);
}

.card__header {
  background: #1D3B87;
  width: 100%;
  max-width: 335px;
  max-width: 20.9375rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 5px 10px 8px;
  padding: 0.3125rem 0.625rem 0.5rem;
}
@media screen and (min-width: 768px) {
  .card__header {
    width: 100%;
    max-width: 22.8125rem;
    height: 6.375rem;
    padding: 0;
  }
}

.card__img {
  width: 90px;
  width: 5.625rem;
  height: auto;
}
@media screen and (min-width: 768px) {
  .card__img {
    width: 5.375rem;
  }
}

.card__title {
  color: #fff;
  font-weight: 500;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.8125;
  padding-left: 10px;
  padding-left: 0.625rem;
  position: relative;
}

.card__title::after {
  content: "";
  display: block;
  width: 220px;
  width: 13.75rem;
  height: 1px;
  height: 0.0625rem;
  background-color: #fff;
  position: absolute;
  top: 35px;
  top: 2.1875rem;
  left: -5px;
  left: -0.3125rem;
}

.card__body {
  width: 100%;
  max-width: 335px;
  max-width: 20.9375rem;
  padding: 15px 20px;
  padding: 0.9375rem 1.25rem;
  border-right: 3px solid #1D3B87;
  border-right: 0.1875rem solid #1D3B87;
  border-left: 3px solid #1D3B87;
  border-left: 0.1875rem solid #1D3B87;
  border-bottom: 3px solid #1D3B87;
  border-bottom: 0.1875rem solid #1D3B87;
  background: #fff;
  margin-top: 0;
}
@media screen and (min-width: 768px) {
  .card__body {
    width: 100%;
    max-width: 22.8125rem;
    height: 9.8125rem;
    padding: 1.0625rem 2.1875rem;
  }
}

.card__text {
  font-weight: 400;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5;
}

.card__text span {
  font-weight: 700;
  color: #CB2500;
  background-color: #FFF8B5;
}

.container {
  width: 100%;
  background-color: #fff;
  border-radius: 0.3125rem;
  padding: 17px;
  padding: 1.0625rem;
  color: #000;
}
@media screen and (min-width: 768px) {
  .container {
    padding: 0.9375rem 1.5625rem;
  }
}

.footer__about-daikichi {
  color: #fff;
  margin-top: 4rem;
  font-size: 14px;
}



@media screen and (max-width: 767px) {
  .footer__about-daikichi::before {
    content: "";
    display: block;
    width: 113px;
    height: 0.125rem;
    height: 1px;
    background-color: #fff;
    position: absolute;
    top: 31rem;
    left: 20px;
   
    z-index: 1;
  }
}



.container__title {
  font-size: 16px;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.875;
  letter-spacing: 0.32px;
  letter-spacing: 0.02rem;
}
@media screen and (min-width: 768px) {
  .container__title {
    font-weight: 600;
  }
}

.container__text {
  font-size: 12px;
  font-size: 0.75rem;
  font-weight: 400;
  line-height: 1.6666666667;
  letter-spacing: -0.8px;
  letter-spacing: -0.05rem;
}
@media screen and (min-width: 768px) {
  .container__text {
    font-size: 0.875rem;
    line-height: 1.4285714286;
    letter-spacing: normal;
  }
}

.container__img img {
  width: 173px;
  width: 10.8125rem;
}
@media screen and (min-width: 768px) {
  .container__img img {
    width: 13.875rem;
  }
}

.container__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.cta-btn-wrapper {
  display: block;
  position: relative;
  width: 100%;
  max-width: 360px;
  max-width: 22.5rem;
}
@media screen and (min-width: 768px) {
  .cta-btn-wrapper {
    max-width: 26.125rem;
  }
}

.cta-btn {
  background: -webkit-gradient(linear, left top, left bottom, from(#A8ED7E), to(#12A33A));
  background: linear-gradient(#A8ED7E, #12A33A);
  border-bottom: 10px solid #005518;
  border-bottom: 0.625rem solid #005518;
  border-radius: 2rem;
  display: block;
  width: 100%;
  max-width: 360px;
  max-width: 22.5rem;
  padding-top: 10px;
  padding-top: 0.625rem;
  padding-bottom: 5px;
  padding-bottom: 0.3125rem;
  padding-left: 60px;
  padding-left: 3.75rem;
  position: relative;
  overflow: hidden;
  -webkit-box-shadow: 0rem 0.4375rem 0rem rgba(0, 0, 0, .5);
          box-shadow: 0rem 0.4375rem 0rem rgba(0, 0, 0, .5);
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .cta-btn {
    max-width: 26.125rem;
    border-radius: 2.5625rem;
  }
}

.cta-btn__text {
  color: #fff;
  font-weight: 600;
  text-align: left;
}
@media screen and (min-width: 768px) {
  .cta-btn__text {
    margin-left: 0.4375rem;
  }
}

.cta-btn__text--small {
  font-size: 14px;
  font-size: 0.875rem;
  letter-spacing: 0.64px;
  letter-spacing: 0.04rem;
  line-height: 1.5857142857;
}
@media screen and (min-width: 768px) {
  .cta-btn__text--small {
    font-size: 1rem;
    line-height: 1.48125;
  }
}

.cta-btn__text--large {
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 1.3;
}
@media screen and (min-width: 768px) {
  .cta-btn__text--large {
    font-size: 1.75rem;
  }
}

.cta-btn__text--large span {
  color: #F8FD00;
}

.cta-btn__img {
  width: 50px;
  width: 3.125rem;
  height: auto;
  position: absolute;
  top: -5px;
  top: -0.3125rem;
  left: 305px;
  left: 19.0625rem;
  filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feGaussianBlur in="SourceAlpha" stdDeviation="0" /><feOffset dx="1" dy="1" result="offsetblur" /><feFlood flood-color="rgba(0,0,0,0.44)" /><feComposite in2="offsetblur" operator="in" /><feMerge><feMergeNode /><feMergeNode in="SourceGraphic" /></feMerge></filter></svg>#filter');
  -webkit-filter: drop-shadow(0px 1px 1px rgba(0, 0, 0, .44));
          filter: drop-shadow(0px 1px 1px rgba(0, 0, 0, .44));
  -webkit-filter: drop-shadow(0rem 0.0625rem 0.0625rem rgba(0, 0, 0, .44));
          filter: drop-shadow(0rem 0.0625rem 0.0625rem rgba(0, 0, 0, .44));
  z-index: 2;
}
@media screen and (min-width: 768px) {
  .cta-btn__img {
    width: 3.4375rem;
    left: 21.875rem;
  }
}

.cta-btn__round-icon {
  width: 50px;
  width: 3.125rem;
  height: 50px;
  height: 3.125rem;
  top: 10px;
  top: 0.625rem;
  left: 5px;
  left: 0.3125rem;
}
@media screen and (min-width: 768px) {
  .cta-btn__round-icon {
    width: 3.375rem;
    height: 3.375rem;
    top: 0.625rem;
    left: 0.625rem;
  }
}

@-webkit-keyframes shiny {
  0% {
    -webkit-transform: scale(0) rotate(25deg);
            transform: scale(0) rotate(25deg);
    opacity: 0;
  }
  50% {
    -webkit-transform: scale(1) rotate(25deg);
            transform: scale(1) rotate(25deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(50) rotate(25deg);
            transform: scale(50) rotate(25deg);
    opacity: 0;
  }
}

@keyframes shiny {
  0% {
    -webkit-transform: scale(0) rotate(25deg);
            transform: scale(0) rotate(25deg);
    opacity: 0;
  }
  50% {
    -webkit-transform: scale(1) rotate(25deg);
            transform: scale(1) rotate(25deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(50) rotate(25deg);
            transform: scale(50) rotate(25deg);
    opacity: 0;
  }
}
.cta-btn::after {
  content: "";
  position: absolute;
  top: -100px;
  left: -100px;
  width: 50px;
  height: 50px;
  background-image: linear-gradient(100deg, rgba(255, 255, 255, 0) 10%, rgb(255, 255, 255) 100%, rgba(255, 255, 255, 0) 0%);
  /* アニメーション */
  -webkit-animation-name: shiny;
          animation-name: shiny;
  -webkit-animation-duration: 3s;
          animation-duration: 3s;
  -webkit-animation-timing-function: ease-in-out;
          animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
}

.cta-btn-wrapper--small {
  width: 273px;
  width: 17.0625rem;
}

@media screen and (min-width: 768px) {
  .cta-btn-wrapper--small .cta-btn {
    width: 17.0625rem;
    border-radius: 1.875rem;
    border-bottom: 0.375rem solid #005518;
    -webkit-box-shadow: 0rem 0.1875rem 0rem rgba(0, 0, 0, .48);
            box-shadow: 0rem 0.1875rem 0rem rgba(0, 0, 0, .48);
    padding: 0.4375rem 0rem;
  }
}

@media screen and (min-width: 768px) {
  .cta-btn-wrapper--small .cta-btn__text {
    margin-left: 0;
  }
}

.cta-btn-wrapper--small .cta-btn__text-wrapper {
  padding-left: 50px;
  padding-left: 3.125rem;
}

@media screen and (min-width: 768px) {
  .cta-btn-wrapper--small .cta-btn__text--small {
    font-size: 0.75rem;
    text-align: left;
  }
}

@media screen and (min-width: 768px) {
  .cta-btn-wrapper--small .cta-btn__text--large {
    font-size: 1.25rem;
    line-height: 0.9;
    text-align: left;
  }
}

.cta-btn-wrapper--small .cta-btn__round-icon {
  width: 40px;
  width: 2.5rem;
  height: 40px;
  height: 2.5rem;
}

.cta-btn-wrapper--small .cta-btn__round-icon {
  top: 7px;
  top: 0.4375rem;
  left: 8px;
  left: 0.5rem;
}

.download__text {
  text-align: center;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 400;
  color: #5E544E;
}

.download__text span {
  font-size: 12px;
  font-size: 0.75rem;
}
@media screen and (min-width: 768px) {
  .download__text span {
    font-size: 0.875rem;
  }
}

.download-upper__text {
  text-align: center;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1.4285714286;
  width: 100%;
}

.download-upper__text--highlight {
  font-family: "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 800;
  line-height: 1.1;
  letter-spacing: -0.8px;
  letter-spacing: -0.05rem;
}

.figure-content__figure {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width: 768px) {
  .figure-content__figure {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}

.figure-content__figure img {
  width: 100%;
  max-width: 296px;
  max-width: 18.5rem;
}

.figure-content__figure figcaption {
  font-size: 17px;
  font-size: 1.0625rem;
  font-weight: 700;
  letter-spacing: -0.48px;
  letter-spacing: -0.03rem;
  font-weight: bold !important;
  padding-top: 5px;
  padding-top: 0.3125rem;
  padding-bottom:15px;
  color: #000 !important;
}

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

@media screen and (min-width: 768px) {
  .figure-content__table table {
    border-collapse: collapse;
    margin: 0;
    border-top: 0.3125rem solid #00C6D3;
    border-left: 0.3125rem solid #00C6D3;
    border-bottom: 0.3125rem solid #00C6D3;
    position: relative;
  }
}

@media screen and (min-width: 768px) {
  .figure-content__table table::before {
    content: "";
    width: 0.3125rem;
    height: 3.9375rem;
    border: 0px;
    background-color: #00C6D3;
    -webkit-transform: rotate(150deg);
            transform: rotate(150deg);
    position: absolute;
    top: -0.375rem;
    left: 17.875rem;
  }
}

@media screen and (min-width: 768px) {
  .figure-content__table table::after {
    content: "";
    width: 0.3125rem;
    height: 3.9375rem;
    border: 0px;
    background-color: #00C6D3;
    -webkit-transform: rotate(-150deg);
            transform: rotate(-150deg);
    position: absolute;
    top: 2.8125rem;
    left: 17.875rem;
  }
}

@media screen and (min-width: 768px) {
  .figure-content__table th {
    background-color: #00C6D3;
    font-size: 1.125rem;
    font-weight: 700;
    color: #fff;
    padding-left: 0rem;
    padding-right: 0.3125rem;
  }
}

@media screen and (min-width: 768px) {
  .figure-content__table td {
    font-size: 1.125rem;
    font-weight: 500;
    letter-spacing: -0.03rem;
    line-height: 1.4444444444;
    padding: 0.625rem;
    padding-right: 0;
  }
}

@media screen and (min-width: 768px) {
  .figure-content {
    width: 60%;
    margin-top: 1.25rem;
  }
}

.flowchart__item {
  width: 111px;
  width: 6.9375rem;
  height: 111px;
  height: 6.9375rem;
  border: 1px solid #D1C273;
  border: 0.0625rem solid #D1C273;
  border-radius: 5.625rem;
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}

.flowchart__img {
  width: 70px;
  width: 4.375rem;
  height: auto;
}

.flowchart__text {
  position: absolute;
  font-size: 16px;
  font-size: 1rem;
  font-weight: bold;
}

.flowchart__text--blue {
  color: #1D3B87;
}

.flowchart__item--red {
  border: 1px solid #CB2500;
  border: 0.0625rem solid #CB2500;
}

.flowchart__item--red .flowchart__text {
  color: #CB2500;
  font-size: 20px;
  font-size: 1.25rem;
}

.flowchart__item--blue {
  width: 47px;
  width: 2.9375rem;
  height: 47px;
  height: 2.9375rem;
  background-color: #1D3B87;
  border: 1px solid #1D3B87;
  border: 0.0625rem solid #1D3B87;
}

.flowchart__item--blue .flowchart__img {
  width: 31px;
  width: 1.9375rem;
  height: auto;
}

.flowchart__item--blue .flowchart__text {
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 600;
  line-height: 1.1428571429;
  letter-spacing: 1.12px;
  letter-spacing: 0.07rem;
  width: 102px;
  width: 6.375rem;
  height: 36px;
  height: 2.25rem;
  position: absolute;
  top: 50px;
  top: 3.125rem;
  left: 50%;
  -webkit-transform: translate(-50%);
          transform: translate(-50%);
  text-align: center;
}

.flowchart__round-icon {
  width: 50px;
  width: 3.125rem;
  height: 50px;
  height: 3.125rem;
  top: -15px;
  top: -0.9375rem;
  left: -5px;
  left: -0.3125rem;
}

.flowchart {
  position: relative;
  width: 100%;
}

.flowchart__item {
  position: absolute;
}

.flowchart__item--0 {
  top: 35px;
  top: 2.1875rem;
  left: 32px;
  left: 2rem;
}
@media screen and (min-width: 768px) {
  .flowchart__item--0 {
    top: 3.4375rem;
    left: 1.5625rem;
  }
}

.flowchart__item--1 {
  top: 0px;
  top: 0rem;
  left: 220px;
  left: 13.75rem;
}
@media screen and (min-width: 768px) {
  .flowchart__item--1 {
    top: 1.25rem;
    left: 8.4375rem;
  }
}

.flowchart__item--2 {
  top: 135px;
  top: 8.4375rem;
  left: 123px;
  left: 7.6875rem;
}
@media screen and (min-width: 768px) {
  .flowchart__item--2 {
    top: 1.25rem;
    left: 18.75rem;
  }
}

.flowchart__item--3 {
  top: 260px;
  top: 16.25rem;
  left: 4px;
  left: 0.25rem;
}
@media screen and (min-width: 768px) {
  .flowchart__item--3 {
    top: 1.25rem;
    left: 28.75rem;
  }
}

.flowchart__item--4 {
  top: 260px;
  top: 16.25rem;
  left: 220px;
  left: 13.75rem;
}
@media screen and (min-width: 768px) {
  .flowchart__item--4 {
    top: 1.25rem;
    left: 38.75rem;
  }
}

.flowchart__item--0::before {
  content: "";
  display: block;
  width: 198px;
  width: 12.375rem;
  height: 2.14px;
  height: 0.13375rem;
  background-color: #D1C273;
  position: absolute;
  top: 25px;
  top: 1.5625rem;
  left: 10px;
  left: 0.625rem;
  z-index: -1;
}
@media screen and (min-width: 768px) {
  .flowchart__item--0::before {
    width: 41.25rem;
  }
}

.flowchart__item--1::before {
  content: "";
  display: block;
  width: 300px;
  width: 18.75rem;
  height: 2px;
  height: 0.125rem;
  background-color: #D1C273;
  position: absolute;
  top: 170px;
  top: 10.625rem;
  left: -190px;
  left: -11.875rem;
  -webkit-transform: rotate(-51deg);
          transform: rotate(-51deg);
  z-index: -1;
}
@media screen and (min-width: 768px) {
  .flowchart__item--1::before {
    display: none;
  }
}

.flowchart__item--3::before {
  content: "";
  display: block;
  width: 198px;
  width: 12.375rem;
  height: 2.14px;
  height: 0.13375rem;
  background-color: #D1C273;
  position: absolute;
  top: 60px;
  top: 3.75rem;
  left: 30px;
  left: 1.875rem;
  z-index: -1;
}
@media screen and (min-width: 768px) {
  .flowchart__item--3::before {
    display: none;
  }
}

.footer {
  padding-top: 35px;
  padding-top: 2.1875rem;
  background-color: #1D3B87;
}

.footer__inner {
  padding: 0 20px;
  padding: 0 1.25rem;
}
@media screen and (min-width: 768px) {
  .footer__inner {
    padding: 0 1.5625rem;
  }
}

.footer__container {
  margin: 0 auto;
  max-width: 860px;
  max-width: 53.75rem;
}

@media screen and (min-width: 768px) {
  .footer__items-wrapper {
    margin: 0 auto;
    width: 100%;
    max-width: 53.75rem;
    margin-top: 1.375rem;
  }
}

.footer__items {
  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) {
  .footer__items {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    margin-left: -8.5rem;
    position: relative;
  }
}

@media screen and (min-width: 768px) {
  .footer__items::after {
    content: "";
    display: block;
    width: 0.125rem;
    height: 4.5625rem;
    background-color: #fff;
    position: absolute;
    top: 0.625rem;
    left: 36.25rem;
  }
}

.footer__item {
  color: #fff;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.5714285714;
  margin-top: 22px;
  margin-top: 1.375rem;
}
@media screen and (min-width: 768px) {
  .footer__item {
    margin-top: 0;
    margin-left: 8.5rem;
  }
}

.footer__title {
  font-weight: 700;
}

.footer__text {
  font-weight: 400;
}

.footer__copy {
  font-size: 12px;
  font-size: 0.75rem;
  font-weight: 700;
  color: #fff;
  line-height: 2.5;
  text-align: center;
  margin-top: 75px;
  margin-top: 4.6875rem;
  padding-bottom: 5px;
  padding-bottom: 0.3125rem;
}
@media screen and (min-width: 768px) {
  .footer__copy {
    font-size: 0.875rem;
    line-height: 2.1428571429;
    letter-spacing: 0.02rem;
    margin-top: 4.8125rem;
  }
}

/* PCファーストで記述 */
.wpcf7-not-valid {
  background-color: #ffd4d4 !important;
}

.wpcf7-not-valid-tip {
  display: none;
}

.submit-btn {
  margin: 20px auto 0;
  margin: 1.25rem auto 0;
  width: 276px;
  width: 17.25rem;
}
@media screen and (max-width: 768px) {
  .submit-btn {
    width: 14.375rem;
  }
}

.wpcf7-spinner {
  display: none;
}

.form-contents a {
  color: #1D3B87;
  text-decoration: underline;
}

.form-contents .color-red {
  color: #E42D2D;
}

.form-contents .form-contents__text {
  color: #5E544E;
  margin-left: 142px;
  margin-left: 8.875rem;
  font-size: 12px;
  font-size: 0.75rem;
}
@media screen and (max-width: 768px) {
  .form-contents .form-contents__text {
    margin-left: 0;
  }
}

.form-contents .form-contents__text--right {
  text-align: right;
  margin-top: 10px;
  margin-top: 0.625rem;
}

.form-contents .form-contents__text--link {
  margin: 0 auto;
  display: block;
  text-align: center;
  margin-top: 40px;
  margin-top: 2.5rem;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .form-contents .form-contents__text--link {
    text-align: center;
    margin-top: 0.625rem;
  }
}

.subscribe-newsletter {
  text-align: center;
  margin-top: 20px;
  margin-top: 1.25rem;
}

.subscribe-newsletter span.wpcf7-list-item {
  margin: 0 auto;
}

.form-contents {
  width: 100%;
  margin: 0 auto;
}
.form-contents dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  margin-top: 40px;
  margin-top: 2.5rem;
}
@media screen and (max-width: 768px) {
  .form-contents dl {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 0.9375rem;
  }
}

.form-contents dt {
  width: 125px;
  width: 7.8125rem;
  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;
  font-size: 15px;
  font-size: 0.9375rem;
  font-weight: 400;
}
@media screen and (max-width: 768px) {
  .form-contents dt {
    font-size: 0.875rem;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}

.flex-job {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
@media screen and (max-width: 768px) {
  .flex-job {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}

@media screen and (max-width: 768px) {
  .flex-job .your-company,
.flex-job .your-jobtitle {
    width: 100%;
  }
}

.flex-job .your-company input[type=text] {
  width: 287px;
  width: 17.9375rem;
}
@media screen and (max-width: 768px) {
  .flex-job .your-company input[type=text] {
    width: 100%;
  }
}

.flex-job .your-jobtitle input[type=text] {
  width: 241px;
  width: 15.0625rem;
}
@media screen and (max-width: 768px) {
  .flex-job .your-jobtitle input[type=text] {
    width: 100%;
  }
}

.your-jobtitle dt {
  width: 60px;
  width: 3.75rem;
}
@media screen and (max-width: 768px) {
  .your-jobtitle dt {
    width: 7.8125rem;
  }
}

.flex-name {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
@media screen and (max-width: 768px) {
  .flex-name {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}

@media screen and (max-width: 768px) {
  .flex-name .your-name,
.flex-name .your-ruby {
    width: 100%;
  }
}

.flex-name .your-name input[type=text],
.flex-name .your-ruby input[type=text] {
  width: 241px;
  width: 15.0625rem;
}
@media screen and (max-width: 768px) {
  .flex-name .your-name input[type=text],
.flex-name .your-ruby input[type=text] {
    width: 100%;
  }
}

.your-ruby dt {
  width: 107px;
  width: 6.6875rem;
}
@media screen and (max-width: 768px) {
  .your-ruby dt {
    width: 7.8125rem;
  }
}

.flex-zip {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.your-zip input[type=text] {
  width: 255px;
  width: 15.9375rem;
}
@media screen and (max-width: 768px) {
  .your-zip input[type=text] {
    width: 9rem;
  }
}

@media screen and (max-width: 768px) {
  .flex-zip:first-child {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}

.zip-btn {
  margin-left: 24px;
  margin-left: 1.5rem;
}
@media screen and (max-width: 768px) {
  .zip-btn {
    margin-left: 0.625rem;
  }
}

.your-industry .wpcf7-form-control-wrap {
  position: relative;
  width: 270px;
  width: 16.875rem;
}
@media screen and (max-width: 768px) {
  .your-industry .wpcf7-form-control-wrap {
    width: 12.5rem;
  }
}

.your-industry .wpcf7-form-control-wrap::after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 5px solid transparent;
  border-right: 0.3125rem solid transparent;
  border-left: 5px solid transparent;
  border-left: 0.3125rem solid transparent;
  border-top: 9px solid #1D3B87;
  border-top: 0.5625rem solid #1D3B87;
  border-bottom: 0;
  position: absolute;
  margin: auto;
  top: 20px;
  top: 1.25rem;
  left: 245px;
  left: 15.3125rem;
}
@media screen and (max-width: 768px) {
  .your-industry .wpcf7-form-control-wrap::after {
    left: 10.9375rem;
    top: 1.25rem;
  }
}

.your-prefecture .wpcf7-form-control-wrap {
  position: relative;
  width: 270px;
  width: 16.875rem;
}
@media screen and (max-width: 768px) {
  .your-prefecture .wpcf7-form-control-wrap {
    width: 12.5rem;
  }
}

.your-prefecture .wpcf7-form-control-wrap::after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 5px solid transparent;
  border-right: 0.3125rem solid transparent;
  border-left: 5px solid transparent;
  border-left: 0.3125rem solid transparent;
  border-top: 9px solid #1D3B87;
  border-top: 0.5625rem solid #1D3B87;
  border-bottom: 0;
  position: absolute;
  margin: auto;
  top: 20px;
  top: 1.25rem;
  left: 245px;
  left: 15.3125rem;
}
@media screen and (max-width: 768px) {
  .your-prefecture .wpcf7-form-control-wrap::after {
    left: 10.9375rem;
    top: 1.25rem;
  }
}

.your-email {
  margin-bottom: 5px;
  margin-bottom: 0.3125rem;
}

.info-session {
  margin-bottom: 5px;
  margin-bottom: 0.3125rem;
}

input[type=text],
input[type=tel],
input[type=email] {
  background-color: #F6F6F6;
  padding: 13px 15px;
  padding: 0.8125rem 0.9375rem;
  -webkit-box-shadow: 0.1875rem 0.1875rem 0.125rem rgba(0, 0, 0, .2) inset;
          box-shadow: 0.1875rem 0.1875rem 0.125rem rgba(0, 0, 0, .2) inset;
  border-radius: 0.25rem;
  width: 603px;
  width: 37.6875rem;
  margin-left: 15px;
  margin-left: 0.9375rem;
}
@media screen and (max-width: 768px) {
  input[type=text],
input[type=tel],
input[type=email] {
    width: 100%;
    margin-left: 0rem;
  }
}

.form-contents select {
  background-color: #ECE4CC;
  padding: 14px;
  padding: 0.875rem;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 500;
  border-radius: 0.25rem;
  color: #000;
  width: 255px;
  width: 15.9375rem;
  margin-left: 15px;
  margin-left: 0.9375rem;
}
@media screen and (max-width: 768px) {
  .form-contents select {
    margin-left: 0;
    width: 12.5rem;
  }
}

@media screen and (max-width: 768px) {
  .info-session .wpcf7-form-control.wpcf7-radio {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

/* チェックボックス */
.wpcf7-form-control-wrap {
  display: block;
}

.wpcf7-form-control.wpcf7-checkbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-left: 15px;
  margin-left: 0.9375rem;
}
@media screen and (max-width: 768px) {
  .wpcf7-form-control.wpcf7-checkbox {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 0;
    margin-left: 0;
  }
}

.wpcf7-list-item.first {
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .wpcf7-list-item.first {
    margin: 0;
  }
}

span.wpcf7-list-item {
  position: relative;
}

input[type=checkbox] {
  position: absolute;
  opacity: 0;
  /*既存のチェックボックスを見えなくする*/
}

.info-session .wpcf7-list-item-label:before,
.subscribe-newsletter .wpcf7-list-item-label:before {
  /*チェックボックスの枠*/
  content: "";
  border: 2px solid #1D3B87;
  border: 0.125rem solid #1D3B87;
  display: inline-block;
  width: 20px;
  width: 1.25rem;
  height: 20px;
  height: 1.25rem;
  position: relative;
  margin-right: 5px;
  margin-right: 0.3125rem;
  vertical-align: middle;
  text-align: center;
  border-radius: 0.25rem;
  background-color: #fff;
  -webkit-box-shadow: inset 0.1875rem 0.1875rem 0.1875rem rgba(0, 0, 0, .2);
          box-shadow: inset 0.1875rem 0.1875rem 0.1875rem rgba(0, 0, 0, .2);
}
@media screen and (max-width: 768px) {
  .info-session .wpcf7-list-item-label:before,
.subscribe-newsletter .wpcf7-list-item-label:before {
    margin: 0 0.3125rem 0 0;
  }
}

.info-session input[type=radio]:checked + .wpcf7-list-item-label::before,
.subscribe-newsletter input[type=checkbox]:checked + .wpcf7-list-item-label::before {
  background-color: #1D3B87;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.info-session input[type=radio]:checked + .wpcf7-list-item-label::after,
.subscribe-newsletter input[type=checkbox]:checked + .wpcf7-list-item-label::after {
  /*チェックアイコン*/
  content: "";
  display: block;
  position: absolute;
  background-color: #1D3B87;
  width: 15px;
  width: 0.9375rem;
  height: 15px;
  height: 0.9375rem;
  background: url("../images/front-page/check-icon.svg") no-repeat center;
  background-size: contain;
}

.info-session input[type=radio]:checked + .wpcf7-list-item-label::after {
  top: 3px;
  top: 0.1875rem;
  left: 3px;
  left: 0.1875rem;
}
@media screen and (max-width: 768px) {
  .info-session input[type=radio]:checked + .wpcf7-list-item-label::after {
    top: 0.8125rem;
  }
}

.subscribe-newsletter input[type=checkbox]:checked + .wpcf7-list-item-label::after {
  top: 3px;
  top: 0.1875rem;
  left: 3px;
  left: 0.1875rem;
}

.subscribe-newsletter .wpcf7-list-item-label {
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 400;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 768px) {
  .subscribe-newsletter .wpcf7-list-item-label {
    font-size: 0.75rem;
  }
}

/* ラジオボタン */
input[type=radio] {
  opacity: 0;
  position: absolute;
}

/* チェック前のボタン */
.customer-type .wpcf7-list-item-label::before {
  background: #fff;
  border: 2px solid #1D3B87;
  border: 0.125rem solid #1D3B87;
  border-radius: 100%;
  content: "";
  width: 20px;
  width: 1.25rem;
  height: 20px;
  height: 1.25rem;
  padding: 9px;
  padding: 0.5625rem;
  margin-bottom: auto;
  margin-right: 7px;
  margin-right: 0.4375rem;
  margin-top: auto;
  -webkit-box-shadow: inset 0.1875rem 0.1875rem 0.125rem rgba(0, 0, 0, .25);
          box-shadow: inset 0.1875rem 0.1875rem 0.125rem rgba(0, 0, 0, .25);
}

/* チェック後のボタン */
.customer-type input[type=radio]:checked + .wpcf7-list-item-label::before {
  background-color: #1D3B87;
  -webkit-box-shadow: inset 0 0 0 0.125rem #fff;
          box-shadow: inset 0 0 0 0.125rem #fff;
}

.wpcf7-form-control.wpcf7-radio {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  margin-left: 15px;
  margin-left: 0.9375rem;
}
@media screen and (max-width: 768px) {
  .wpcf7-form-control.wpcf7-radio {
    margin-left: 0;
  }
}

.wpcf7-list-item-label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 768px) {
  .info-session span.wpcf7-list-item {
    margin: 0;
  }
}

@media screen and (max-width: 768px) {
  .info-session .wpcf7-list-item-label {
    margin-top: 0.625rem;
  }
}

.wpcf7-list-item-label {
  font-weight: 400;
}

.fv__round {
  background-color: #1D3B87;
  width: 95px;
  width: 5.9375rem;
  height: 95px;
  height: 5.9375rem;
  border-radius: 5.625rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .fv__round {
    width: 9.5625rem;
    height: 9.5625rem;
  }
}

.round-text {
  font-size: 17px;
  font-size: 1.0625rem;
  font-weight: 500;
  color: #FFF280;
  line-height: 1;
}
@media screen and (min-width: 768px) {
  .round-text {
    font-size: 1.625rem;
  }
}

.fv__round .round-text span {
  font-size: 30px;
  font-size: 1.875rem;
}
@media screen and (min-width: 768px) {
  .fv__round .round-text span {
    font-size: 3.25rem;
  }
}

.header {
  width: 249px;
  width: 15.5625rem;
  height: 65px;
  height: 4.0625rem;
  background-color: #fff;
  position: relative;
}
@media screen and (min-width: 768px) {
  .header {
    width: 100%;
    height: 4.5625rem;
  }
}

.header::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 65px 34px 0 0;
  border-width: 4.0625rem 2.125rem 0 0;
  border-color: #fff transparent transparent transparent;
  position: absolute;
  top: 0;
  left: 249px;
  left: 15.5625rem;
}
@media screen and (min-width: 768px) {
  .header::after {
    display: none;
  }
}

.header__inner {
  width: 100%;
  height: inherit;
  padding: 10px 0 0 20px;
  padding: 0.625rem 0 0 1.25rem;
}
@media screen and (min-width: 768px) {
  .header__inner {
    width: 68.3125rem;
    margin: 0 auto;
    padding: 0 0.625rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

.header__img--kaitoridaikichi {
  width: 100%;
  max-width: 100px;
  max-width: 6.25rem;
  height: auto;
}
@media screen and (min-width: 768px) {
  .header__img--kaitoridaikichi {
    max-width: 8.875rem;
  }
}

.header__img--franchise-salon {
  width: 100%;
  max-width: 112px;
  max-width: 7rem;
  height: auto;
}
@media screen and (min-width: 768px) {
  .header__img--franchise-salon {
    max-width: 10rem;
  }
}

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

.header__title span {
  font-size: 16px;
  font-size: 1rem;
  padding-left: 3px;
  padding-left: 0.1875rem;
}
@media screen and (min-width: 768px) {
  .header__title span {
    font-size: 1.875rem;
    padding-left: 0.625rem;
  }
}

.header__sub-title {
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 600;
  color: #CB2500;
  letter-spacing: 0.8px;
  letter-spacing: 0.05rem;
  padding-left: 3px;
  padding-left: 0.1875rem;
}
@media screen and (min-width: 768px) {
  .header__sub-title {
    font-size: 1.125rem;
  }
}

.header__cta-btn-wrapper {
  margin-left: 174px;
  margin-left: 10.875rem;
}

/* tableはPCファーストで作成 */
.highlight-table {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

.highlight-table table {
  border-collapse: collapse;
  table-layout: fixed;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .highlight-table table {
    width: 33.4375rem;
  }
}

.highlight-table td {
  border: 1px solid #D1C273;
  border: 0.0625rem solid #D1C273;
  text-align: center;
  background: #fff;
  color: #000;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1.4285714286;
}
@media screen and (max-width: 768px) {
  .highlight-table td {
    letter-spacing: 0.05rem;
    line-height: 1.2142857143;
  }
}

.highlight-table th {
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 1.4;
  background: #D1C273;
  color: #fff;
  font-weight: 600;
  width: 213px;
  width: 13.3125rem;
}
@media screen and (max-width: 768px) {
  .highlight-table th {
    width: 9.375rem;
  }
}

.highlight-table .highlight-table__header--top {
  width: 123px;
  width: 7.6875rem;
  height: 41px;
  height: 2.5625rem;
}
@media screen and (max-width: 768px) {
  .highlight-table .highlight-table__header--top {
    width: 5.3125rem;
  }
}

.highlight-table .highlight-table__header--left {
  text-align: left;
  padding: 11px;
  padding: 0.6875rem;
  position: sticky;
  left: 0px;
  left: 0rem;
  z-index: 1;
  width: 135px;
  width: 8.4375rem;
}
@media screen and (max-width: 768px) {
  .highlight-table .highlight-table__header--left {
    width: 5.3125rem;
  }
}

.highlight-table .highlight-table__header--left:before {
  content: "";
  display: block;
  position: absolute;
  top: -1px;
  top: -0.0625rem;
  left: -1px;
  left: -0.0625rem;
  width: 100%;
  height: 100%;
  border: 1px solid #fff;
  border: 0.0625rem solid #fff;
}

.highlight-table tbody td {
  padding: 18px 0;
  padding: 1.125rem 0;
}

.highlight-table tbody tr:nth-child(2) td {
  padding: 35px 0;
  padding: 2.1875rem 0;
}

.highlight-table tbody tr:nth-child(3) td {
  padding: 25px 0;
  padding: 1.5625rem 0;
}

.highlight-table tbody td:nth-child(2) {
  border-top: none;
  border-bottom: 1px solid #1D3B87;
  border-bottom: 0.0625rem solid #1D3B87;
  border-right: 8px solid #1D3B87;
  border-right: 0.5rem solid #1D3B87;
  border-left: 8px solid #1D3B87;
  border-left: 0.5rem solid #1D3B87;
  background-color: #FEFFDE;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 600;
  line-height: 1.2222222222;
  letter-spacing: 0.8px;
  letter-spacing: 0.05rem;
  color: #DC0000;
}
@media screen and (max-width: 768px) {
  .highlight-table tbody td:nth-child(2) {
    font-size: 0.875rem;
    line-height: 1.2142857143;
    letter-spacing: 0.05rem;
    border-right: 0.1875rem solid #1D3B87;
    border-left: 0.1875rem solid #1D3B87;
  }
}

.highlight-table th:nth-child(2) {
  background-color: #1D3B87;
  border-right: 8px solid #1D3B87;
  border-right: 0.5rem solid #1D3B87;
  border-left: 8px solid #1D3B87;
  border-left: 0.5rem solid #1D3B87;
}
@media screen and (max-width: 768px) {
  .highlight-table th:nth-child(2) {
    border-right: 0.1875rem solid #1D3B87;
    border-left: 0.1875rem solid #1D3B87;
  }
}

.highlight-table .highlight-table__data--bottom {
  border: none;
  position: relative;
}

.highlight-table .highlight-table__data--bottom::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -1px;
  bottom: -0.0625rem;
  width: 100%;
  height: 0;
  border-bottom: 8px solid #1D3B87;
  border-bottom: 0.5rem solid #1D3B87;
}
@media screen and (max-width: 768px) {
  .highlight-table .highlight-table__data--bottom::after {
    border-bottom: 0.1875rem solid #1D3B87;
  }
}

.link-content {
  border: 3px solid #f4ff77 !important;
  
  border: 0.1875rem solid #f4ff77 !important;
  
  background: #f4ff77;
  border-radius: 0.625rem;
  padding: 15px 10px;
  padding: 0.9375rem 0.625rem;
}

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

.link-content__figure figcaption {
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 700;
  letter-spacing: -0.8px;
  letter-spacing: -0.05rem;
  color: #00d3d3 !important;
}

.link-content__figure figcaption::before {
  content: "";
  background-image: url(../images/page-thanks/link-content__img02.png);
  width: 18px;
  width: 1.125rem;
  height: 24px;
  height: 1.5rem;
  display: inline-block;
  background-size: contain;
  vertical-align: sub;
}

.link-content__figure figcaption::after {
  content: "";
  background-image: url(../images/page-thanks/link-content__img03.png);
  width: 18px;
  width: 1.125rem;
  height: 24px;
  height: 1.5rem;
  display: inline-block;
  background-size: contain;
  vertical-align: sub;
}

.link-content__figure img {
  width: 100%;
  max-width: 219px;
  max-width: 13.6875rem;
  padding-top: 5px;
  padding-top: 0.3125rem;
}

.link-content__table {
  width: 90%;
  border: 3px solid #00D3D3;
  border: 0.1875rem solid #00D3D3;
  border-collapse: collapse;
  margin: 0 auto;
  margin-top: 20px;
  margin-top: 1.25rem;
  position: relative;
}

.link-content__table::before {
  content: "または";
  display: block;
  width: 52px;
  width: 3.25rem;
  height: 52px;
  height: 3.25rem;
  border-radius: 5.625rem;
  background-color: #00D3D3;
  position: absolute;
  font-size: 14px;
  font-size: 0.875rem;
  letter-spacing: -0.48px;
  letter-spacing: -0.03rem;
  font-weight: 700;
  color: #fff;
  text-align: center;
  line-height: 52px;
  line-height: 3.25rem;
  top: -15px;
  top: -0.9375rem;
  left: -15px;
  left: -0.9375rem;
}

.link-content__table th {
  background-color: #00D3D3;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 700;
  letter-spacing: -0.48px;
  letter-spacing: -0.03rem;
  text-align: center;
  color: #fff;
}

.link-content__table td {
  background-color: #fff;
  font-size: 22px;
  font-size: 1.375rem;
  font-weight: 700;
  letter-spacing: -0.48px;
  letter-spacing: -0.03rem;
  color: #00D3D3;
  text-align: center;
}

.link-content__text {
  font-size: 16px;
  font-size: 1rem;
  font-weight: 700;
  color: #00D3D3;
  text-align: center;
  margin-top: 10px;
  margin-top: 0.625rem;
}

.list__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.list__text {
  font-size: 15px;
  font-size: 0.9375rem;
  color: #000;
  line-height: 1.3333333333;
  letter-spacing: 0.48px;
  letter-spacing: 0.03rem;
  font-weight: 500;
  margin-left: 8px;
  margin-left: 0.5rem;
}
@media screen and (min-width: 768px) {
  .list__text {
    font-size: 1.4375rem;
    line-height: 0.8695652174;
  }
}

.list__img {
  width: 27px;
  width: 1.6875rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

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

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

.media-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 335px;
  width: 20.9375rem;
  margin-top: -69px;
  margin-top: -4.3125rem;
}
@media screen and (min-width: 768px) {
  .media-wrapper {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    width: 48.25rem;
    margin-left: -3.0625rem;
    margin-top: -4.625rem;
  }
}

.media-wrapper .media {
  margin: 0 auto;
  margin-top: 69px;
  margin-top: 4.3125rem;
}
@media screen and (min-width: 768px) {
  .media-wrapper .media {
    margin-left: 3.0625rem;
    margin-top: 4.625rem;
  }
}

.media {
  width: 100%;
  max-width: 335px;
  max-width: 20.9375rem;
  height: 325px;
  height: 20.3125rem;
  background-color: #fff;
  position: relative;
  -webkit-box-shadow: 0.625rem 0.625rem 0rem rgba(0, 0, 0, .1);
          box-shadow: 0.625rem 0.625rem 0rem rgba(0, 0, 0, .1);
}

.media__img {
  width: 100%;
  max-width: 298px;
  max-width: 18.625rem;
  margin: 0 auto;
  padding-top: 28px;
  padding-top: 1.75rem;
}

.media__text-wrapper {
  padding-top: 21px;
  padding-top: 1.3125rem;
  text-align: center;
  font-weight: 600;
  font-size: 21px;
  font-size: 1.3125rem;
  font-family: "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
  line-height: 1.5238095238;
}

.media__text span {
  color: #CB2500;
  background-color: #FFF8B5;
}

.media-title__img {
  width: 100%;
  max-width: 230px;
  max-width: 14.375rem;
  position: absolute;
  top: -23px;
  top: -1.4375rem;
  left: 50%;
  -webkit-transform: translate(-50%);
          transform: translate(-50%);
}

.message-content {
  width: 100%;
 
  padding: 10px;
  padding: 0.625rem;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .message-content {
    padding: 1.875rem;
  }
}

.message-content__title {
  font-size: 22px;
  font-size: 1.375rem;
  font-weight: 700;
  color: #CB2500;
  position: relative;
}
@media screen and (min-width: 768px) {
  .message-content__title {
    font-size: 1.5rem;
  }
}

.message-content__title::after {
  content: "";
  display: block;
  width: 170px;
  width: 10.625rem;
  height: 1px;
  height: 0.0625rem;
  position: absolute;
  background-color: #CB2500;
  left: 50%;
  -webkit-transform: translate(-50%);
          transform: translate(-50%);
}
@media screen and (min-width: 768px) {
  .message-content__title::after {
    width: 12.125rem;
  }
}

.message-content__text {
  font-size: 15px;
  font-size: 0.9375rem;
  color: #000;
}

.message-content__text--thick {
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .message-content__text--thick {
    font-size: 1.125rem;
  }
}

.message-content__text--thin {
  font-weight: 400;
  letter-spacing: -0.8px;
  letter-spacing: -0.05rem;
  padding-top: 5px;
  padding-top: 0.3125rem;
}
@media screen and (min-width: 768px) {
  .message-content__text--thin {
    font-size: 0.9375rem;
    letter-spacing: 0.02rem;
  }
}

.message-content__text-wrapper {
  margin-top: 13px;
  margin-top: 0.8125rem;
}

@media screen and (min-width: 768px) {
  .qr-content {
    background-image: url(../images/page-thanks/qr-content__img02.svg);
    width: 13.75rem;
    height: 23.3125rem;
    display: inline-block;
    background-size: contain;
    vertical-align: top;
    padding: 1.5625rem;
    margin-top: 25px;
  }
}

@media screen and (min-width: 768px) {
  .qr-content__figure {
    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;
            margin-top: 80px;
  }
}

@media screen and (min-width: 768px) {
  .qr-content__figure figcaption {
    font-size: 1.125rem;
    font-weight: 700;
    letter-spacing: -0.03rem;
    color: #fff;
    text-align: center;
    margin-top: 3.125rem;
    position: relative;
  }
}

@media screen and (min-width: 768px) {
  .qr-content__figure figcaption::before {
    content: "";
    background-image: url(../images/page-thanks/qr-content__img03.png);
    width: 1.125rem;
    height: 1.5rem;
    background-size: contain;
    position: absolute;
    top: 1.6875rem;
    left: -1.25rem;
  }
}

@media screen and (min-width: 768px) {
  .qr-content__figure figcaption::after {
    content: "";
    background-image: url(../images/page-thanks/qr-content__img04.png);
    width: 1.125rem;
    height: 1.5rem;
    background-size: contain;
    position: absolute;
    top: 1.6875rem;
    left: 6.5625rem;
  }
}

@media screen and (min-width: 768px) {
  .qr-content__figure img {
    width: 100%;
    max-width: 5.1875rem;
    padding-top: 0.4375rem;
  }
}

@media screen and (min-width: 768px) {
  .qr-content__table {
    width: 90%;
    border: 0.1875rem solid #00D3D3;
    border-collapse: collapse;
    margin: 0 auto;
    margin-top: 0.9375rem;
  }
}

@media screen and (min-width: 768px) {
  .qr-content__table th {
    background-color: #00D3D3;
    font-size: 0.875rem;
    font-weight: 700;
    letter-spacing: -0.03rem;
    text-align: center;
    color: #fff;
  }
}

@media screen and (min-width: 768px) {
  .qr-content__table td {
    background-color: #fff;
    font-size: 1.125rem;
    font-weight: 700;
    letter-spacing: -0.03rem;
    color: #00D3D3;
    text-align: center;
  }
}

.round-icon {
  border-radius: 3.125rem;
  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;
  position: absolute;
}

.round-icon--yellow {
  background-color: #FBFF4D;
}

.round-icon--yellow .round-icon__text {
  color: #CB2500;
  font-weight: 600;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.0714285714;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .round-icon--yellow .round-icon__text {
    font-size: 1.0625rem;
    line-height: 1.0588235294;
  }
}

.round-icon--red {
  background-color: #CB2500;
}

.round-icon--red .round-icon__text {
  font-family: "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
  color: #FAEE81;
  font-weight: 600;
  font-size: 10px;
  font-size: 0.625rem;
  text-align: center;
  letter-spacing: 1.92px;
  letter-spacing: 0.12rem;
}

.round-icon--red .round-icon__text span {
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 1;
}

.round-icon--gold {
  background-color: #D1C273;
}

.round-icon--gold .round-icon__text {
  font-family: "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
  color: #fff;
  font-weight: 600;
  font-size: 10px;
  font-size: 0.625rem;
  text-align: center;
  letter-spacing: 1.92px;
  letter-spacing: 0.12rem;
}

.round-icon--gold .round-icon__text span {
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 1;
}

.round-icon--small .round-icon__text {
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1.0833333333;
}

.reason .section-sentence--upper {
  text-align: center;
  font-family: "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
  font-size: 22px;
  font-size: 1.375rem;
  line-height: 1.7727272727;
  font-weight: 600;
  color: #1D3B87;
  letter-spacing: -0.8px;
  letter-spacing: -0.05rem;
}
@media screen and (min-width: 768px) {
  .reason .section-sentence--upper {
    font-size: 2.1875rem;
    line-height: 1.6;
    letter-spacing: normal;
  }
}

.reason .section-sentence--upper .section-sentence__text--small {
  font-size: 19px;
  font-size: 1.1875rem;
  line-height: 1.9473684211;
}
@media screen and (min-width: 768px) {
  .reason .section-sentence--upper .section-sentence__text--small {
    font-size: 1.875rem;
    line-height: 1.8666666667;
  }
}

.reason .section-sentence--upper .section-sentence__text--large {
  font-size: 27px;
  font-size: 1.6875rem;
  line-height: 1.4444444444;
  color: #B28600;
}
@media screen and (min-width: 768px) {
  .reason .section-sentence--upper .section-sentence__text--large {
    font-size: 2.5rem;
    line-height: 1.4;
  }
}

.reason .section-sentence--upper .section-sentence__text--extra-large {
  font-size: 30px;
  font-size: 1.875rem;
  line-height: 1.1;
  color: #B28600;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(70%, transparent), color-stop(70%, #FFF280));
  background: linear-gradient(transparent 70%, #FFF280 70%);
}
@media screen and (min-width: 768px) {
  .reason .section-sentence--upper .section-sentence__text--extra-large {
    font-size: 2.6875rem;
    line-height: 1.3023255814;
  }
}

.reason .section-sentence--lower {
  text-align: center;
  font-family: "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 1.5416666667;
  letter-spacing: 0.64px;
  letter-spacing: 0.04rem;
  font-weight: 600;
  color: #000;
}
@media screen and (min-width: 768px) {
  .reason .section-sentence--lower {
    font-size: 2.0625rem;
    line-height: 1.5757575758;
  }
}

.reason .section-sentence--lower .section-sentence__text--large {
  font-size: 28px;
  font-size: 1.75rem;
  line-height: 1.3214285714;
  color: #CB2500;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(70%, transparent), color-stop(70%, #FFF280));
  background: linear-gradient(transparent 70%, #FFF280 70%);
}
@media screen and (min-width: 768px) {
  .reason .section-sentence--lower .section-sentence__text--large {
    font-size: 2.3125rem;
    line-height: 1.4054054054;
  }
}

.question .section-sentence {
  text-align: center;
  font-family: "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
  font-size: 22px;
  font-size: 1.375rem;
  line-height: 1.4090909091;
  letter-spacing: 0.48px;
  letter-spacing: 0.03rem;
  font-weight: 600;
  color: #1D3B87;
}
@media screen and (min-width: 768px) {
  .question .section-sentence {
    font-size: 1.8125rem;
    line-height: 1.0689655172;
  }
}

.question .section-sentence__text--large {
  font-size: 27px;
  font-size: 1.6875rem;
  line-height: 1.1481481481;
  color: #CB2500;
}
@media screen and (min-width: 768px) {
  .question .section-sentence__text--large {
    font-size: 2.125rem;
    line-height: 0.9117647059;
  }
}

.question .section-sentence__text--small {
  font-size: 19px;
  font-size: 1.1875rem;
  line-height: 1.6315789474;
}
@media screen and (min-width: 768px) {
  .question .section-sentence__text--small {
    font-size: 1.625rem;
    line-height: 1.1923076923;
  }
}

.about__section-text {
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.6875;
  color: #fff;
  font-weight: 400;
  letter-spacing: 0.96px;
  letter-spacing: 0.06rem;
}
@media screen and (min-width: 768px) {
  .about__section-text {
    font-size: 1.375rem;
    line-height: 2;
    letter-spacing: 0.07rem;
  }
}

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

.about__section-text span {
  font-weight: 700;
  color: #FFF280;
}
@media screen and (min-width: 768px) {
  .about__section-text span {
    font-weight: 700;
  }
}

.section-title__text {
  font-family: "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
  font-size: 28px;
  font-size: 1.75rem;
  font-weight: 600;
  line-height: 1.3928571429;
  letter-spacing: 0.64px;
  letter-spacing: 0.04rem;
  display: inline-block;
  position: relative;
}
@media screen and (min-width: 768px) {
  .section-title__text {
    font-size: 2.375rem;
    line-height: 1.0263157895;
  }
}

.section-title__text--edge {
  text-shadow: -1px -1px 0 #fff, -1px 0 0 #fff, -1px 1px 0 #fff, 0 -1px 0 #fff, 0 1px 0 #fff, 1px -1px 0 #fff, 1px 0 0 #fff, 1px 1px 0 #fff;
  text-shadow: -0.0625rem -0.0625rem 0 #fff, -0.0625rem 0 0 #fff, -0.0625rem 0.0625rem 0 #fff, 0 -0.0625rem 0 #fff, 0 0.0625rem 0 #fff, 0.0625rem -0.0625rem 0 #fff, 0.0625rem 0 0 #fff, 0.0625rem 0.0625rem 0 #fff;
}
@media screen and (min-width: 768px) {
  .section-title__text--edge {
    text-shadow: none;
  }
}

.section-title__text--white {
  color: #fff;
}

.section-title__text--blue {
  color: #1D3B87;
}

.section-title {
  position: relative;
}

.section-title__text::after {
  content: "";
  width: 100%;
  height: 1px;
  height: 0.0625rem;
  position: absolute;
  top: 100%;
  left: 50%;
  -webkit-transform: translate(-50%);
          transform: translate(-50%);
}

.section-title__text--white::after {
  background-color: #fff;
}

.section-title__text--blue::after {
  background-color: #1D3B87;
}

.section-title__text--edge::after {
  background-color: #1D3B87;
  -webkit-box-shadow: -0.0625rem -0.0625rem 0 #fff, -0.0625rem 0 0 #fff, -0.0625rem 0.0625rem 0 #fff, 0 -0.0625rem 0 #fff, 0 0.0625rem 0 #fff, 0.0625rem -0.0625rem 0 #fff, 0.0625rem 0 0 #fff, 0.0625rem 0.0625rem 0 #fff;
          box-shadow: -0.0625rem -0.0625rem 0 #fff, -0.0625rem 0 0 #fff, -0.0625rem 0.0625rem 0 #fff, 0 -0.0625rem 0 #fff, 0 0.0625rem 0 #fff, 0.0625rem -0.0625rem 0 #fff, 0.0625rem 0 0 #fff, 0.0625rem 0.0625rem 0 #fff;
}

.speech-bubble {
  position: relative;
  background: #1D3B87;
  padding: 15px 23px;
  padding: 0.9375rem 1.4375rem;
  border-radius: 0.3125rem;
  margin: 0 auto;
  filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feGaussianBlur in="SourceAlpha" stdDeviation="0" /><feOffset dx="17" dy="17" result="offsetblur" /><feFlood flood-color="rgba(0,0,0,0.1)" /><feComposite in2="offsetblur" operator="in" /><feMerge><feMergeNode /><feMergeNode in="SourceGraphic" /></feMerge></filter></svg>#filter');
  -webkit-filter: drop-shadow(10px 10px 0px rgba(0, 0, 0, .1));
          filter: drop-shadow(10px 10px 0px rgba(0, 0, 0, .1));
  -webkit-filter: drop-shadow(0.625rem 0.625rem 0rem rgba(0, 0, 0, .1));
          filter: drop-shadow(0.625rem 0.625rem 0rem rgba(0, 0, 0, .1));
}
@media screen and (min-width: 768px) {
  .speech-bubble {
    text-align: left;
    padding: 1.875rem 0.9375rem;
  }
}

.speech-bubble:after {
  border: solid transparent;
  content: "";
  height: 0;
  width: 0;
  position: absolute;
  border-bottom-width: 15px;
  border-bottom-width: 0.9375rem;
  border-left-width: 15px;
  border-left-width: 0.9375rem;
  border-right-width: 15px;
  border-right-width: 0.9375rem;
  border-bottom-color: #1D3B87;
  bottom: 100%;
  left: 50%;
  -webkit-transform: translate(-50%);
          transform: translate(-50%);
}
@media screen and (min-width: 768px) {
  .speech-bubble:after {
    left: 13.4375rem;
    -webkit-transform: translate(0%);
            transform: translate(0%);
  }
}

.speech-bubble__text {
  font-family: "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
  color: #fff;
  font-weight: 600;
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 2.1333333333;
}
@media screen and (min-width: 768px) {
  .speech-bubble__text {
    text-align: center;
    font-size: 1.3125rem;
    line-height: 1.6666666667;
    letter-spacing: 0.02rem;
  }
}

.speech-bubble__text--yellow {
  color: #FFF280;
}

.speech-bubble__text--large {
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.7777777778;
}
@media screen and (min-width: 768px) {
  .speech-bubble__text--large {
    font-size: 1.5625rem;
    line-height: 1.44;
  }
}

.speech-bubble__text--extra-large {
  font-size: 25px;
  font-size: 1.5625rem;
  line-height: 1;
}
@media screen and (min-width: 768px) {
  .speech-bubble__text--extra-large {
    font-size: 2rem;
  }
}

.speech-bubble__text--adjust {
  vertical-align: top;
  font-size: 28px;
  font-size: 1.75rem;
}
@media screen and (min-width: 768px) {
  .speech-bubble__text--adjust {
    font-size: 2.25rem;
  }
}

.speech-bubble02 {
  position: relative;
  margin: 0 auto;
  width: 100%;
  max-width: 335px;
  max-width: 20.9375rem;
  height: 103px;
  height: 6.4375rem;
  background: #CB2500;
  padding: 15px 0px 15px 70px;
  padding: 0.9375rem 0rem 0.9375rem 4.375rem;
  border-radius: 0.3125rem;
}
@media screen and (min-width: 768px) {
  .speech-bubble02 {
    max-width: 46.375rem;
    height: 7.8125rem;
    padding-top: 0.9375rem;
    padding-bottom: 0.9375rem;
  }
}

.speech-bubble02:after {
  border: solid transparent;
  content: "";
  width: 0;
  height: 0;
  position: absolute;
  border-color: rgba(255, 102, 102, 0);
  border-top-width: 14px;
  border-top-width: 0.875rem;
  border-left-width: 15px;
  border-left-width: 0.9375rem;
  border-right-width: 15px;
  border-right-width: 0.9375rem;
  border-top-color: #CB2500;
  top: 100%;
  left: 50%;
  -webkit-transform: translate(-50%);
          transform: translate(-50%);
}

.speech-bubble02__text {
  display: inline-block;
  font-family: "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
  color: #fff;
  font-weight: 600;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5625;
  text-align: center;
  position: absolute;
  right: 5px;
  right: 0.3125rem;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .speech-bubble02__text {
    font-size: 1.5625rem;
    line-height: 1.48;
    letter-spacing: 0.02rem;
    right: 0.9375rem;
  }
}

.speech-bubble02__img img {
  width: 110px;
  width: 6.875rem;
}
@media screen and (min-width: 768px) {
  .speech-bubble02__img img {
    width: 8.6875rem;
  }
}

.speech-bubble02__img {
  position: absolute;
  left: 5px;
  left: 0.3125rem;
  bottom: 0;
}
@media screen and (min-width: 768px) {
  .speech-bubble02__img {
    left: 0.625rem;
  }
}

.speech-bubble02__img figcaption {
  position: absolute;
  text-shadow: -1px -1px 0 #fff, -1px 0 0 #fff, -1px 1px 0 #fff, 0 -1px 0 #fff, 0 1px 0 #fff, 1px -1px 0 #fff, 1px 0 0 #fff, 1px 1px 0 #fff;
  text-shadow: -0.0625rem -0.0625rem 0 #fff, -0.0625rem 0 0 #fff, -0.0625rem 0.0625rem 0 #fff, 0 -0.0625rem 0 #fff, 0 0.0625rem 0 #fff, 0.0625rem -0.0625rem 0 #fff, 0.0625rem 0 0 #fff, 0.0625rem 0.0625rem 0 #fff;
  font-weight: 600;
  font-size: 10px;
  font-size: 0.625rem;
  line-height: 1.3;
  color: #000;
  text-align: center;
  top: 100px;
  top: 6.25rem;
  left: 25px;
  left: 1.5625rem;
}
@media screen and (min-width: 768px) {
  .speech-bubble02__img figcaption {
    font-size: 0.6875rem;
    line-height: 1.3636363636;
    top: 8.4375rem;
  }
}

@media screen and (min-width: 768px) {
  .speech-bubble02__text--pc-line {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(60%, #A01D00));
    background: linear-gradient(transparent 60%, #A01D00 60%);
  }
}

.speech-bubble02__text--sp-line {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(60%, #A01D00));
  background: linear-gradient(transparent 60%, #A01D00 60%);
}
@media screen and (min-width: 768px) {
  .speech-bubble02__text--sp-line {
    background: none;
  }
}

.speech-bubble02__text--large {
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.3333333333;
}
@media screen and (min-width: 768px) {
  .speech-bubble02__text--large {
    font-size: 1.6875rem;
    line-height: 1.3703703704;
  }
}

.speech-bubble02__text--yellow {
  color: #FFF280;
}

.submit-btn input[type=submit] {
  color: #fff;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 600;
}
@media screen and (min-width: 768px) {
  .submit-btn input[type=submit] {
    font-size: 1.125rem;
    font-weight: 700;
  }
}

.submit-btn {
  display: block;
  background: -webkit-gradient(linear, left top, left bottom, from(#75D367), to(#12A33A));
  background: linear-gradient(#75D367, #12A33A);
  border-radius: 1.9375rem;
  position: relative;
  padding: 10px;
  padding: 0.625rem;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .submit-btn {
    border-radius: 2.1875rem;
    padding: 0.9375rem 0.3125rem;
  }
}

.submit-btn::before {
  content: "";
  width: 10px;
  width: 0.625rem;
  height: 10px;
  height: 0.625rem;
  border-top: solid 3px #fff;
  border-top: solid 0.1875rem #fff;
  border-right: solid 3px #fff;
  border-right: solid 0.1875rem #fff;
  position: absolute;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  left: 200px;
  left: 12.5rem;
  top: 18px;
  top: 1.125rem;
}
@media screen and (min-width: 768px) {
  .submit-btn::before {
    width: 0.8125rem;
    height: 0.8125rem;
    left: 14.375rem;
    top: 0;
    bottom: 0;
    margin: auto;
  }
}

.thanks-header {
  width: 100%;
  height: 95px;
  height: 5.9375rem;
  background-color: #fff;
  padding: 10px 0px 10px 10px;
  padding: 0.625rem 0rem 0.625rem 0.625rem;
}
@media screen and (min-width: 768px) {
  .thanks-header {
    width: 100%;
    height: 4.5625rem;
  }
}

.thanks-header__inner {
  width: 100%;
  height: inherit;
  padding: 0;
}
@media screen and (min-width: 768px) {
  .thanks-header__inner {
    width: 65.125rem;
    margin: 0 auto;
    padding: 0 0.625rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}

.thanks-header__img--kaitoridaikichi {
  width: 100%;
  max-width: 151px;
  max-width: 9.4375rem;
  height: auto;
}
@media screen and (min-width: 768px) {
  .thanks-header__img--kaitoridaikichi {
    max-width: 8.875rem;
  }
}

.thanks-header__img--franchise-salon {
  width: 100%;
  max-width: 176px;
  max-width: 11rem;
  height: auto;
}
@media screen and (min-width: 768px) {
  .thanks-header__img--franchise-salon {
    max-width: 10rem;
  }
}

.thanks-header__title span {
  font-size: 20px;
  font-size: 1.25rem;
  padding-left: 5px;
  padding-left: 0.3125rem;
}
@media screen and (min-width: 768px) {
  .thanks-header__title span {
    font-size: 1.875rem;
  }
}

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

.thanks-header__sub-title {
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 600;
  color: #D1C273;
  letter-spacing: 0.32px;
  letter-spacing: 0.02rem;
  padding-left: 3px;
  padding-left: 0.1875rem;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .thanks-header__sub-title {
    font-size: 1.125rem;
  }
}

.triangle {
  width: 100%;
  padding-top: 51px;
  padding-top: 3.1875rem;
  position: relative;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .triangle {
    padding-top: 7.625rem;
  }
}

.triangle::after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  top: 0;
  left: 50%;
  border-top: 51px solid #FFFDC9;
  border-top: 3.1875rem solid #FFFDC9;
  border-left: 50vw solid transparent;
  border-right: 50vw solid transparent;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media screen and (min-width: 768px) {
  .triangle::after {
    border-top: 7.625rem solid #FFFDC9;
  }
}

.works__swiper {
  position: relative;
  height: 410px;
  height: 25.625rem;
}

.works__swiper .swiper-slide__img {
  width: 100%;
  max-width: 335px;
  max-width: 20.9375rem;
  margin: 0 auto;
  filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feGaussianBlur in="SourceAlpha" stdDeviation="0" /><feOffset dx="17" dy="17" result="offsetblur" /><feFlood flood-color="rgba(0,0,0,0.2)" /><feComposite in2="offsetblur" operator="in" /><feMerge><feMergeNode /><feMergeNode in="SourceGraphic" /></feMerge></filter></svg>#filter');
  -webkit-filter: drop-shadow(10px 10px 0 rgba(0, 0, 0, .2));
          filter: drop-shadow(10px 10px 0 rgba(0, 0, 0, .2));
  -webkit-filter: drop-shadow(0.625rem 0.625rem 0 rgba(0, 0, 0, .2));
          filter: drop-shadow(0.625rem 0.625rem 0 rgba(0, 0, 0, .2));
}

.works__swiper .swiper-pagination {
  position: absolute;
  top: 365px;
  top: 22.8125rem;
}

.works__swiper .swiper-pagination-bullet {
  background-color: #343434;
  width: 14px;
  width: 0.875rem;
  height: 14px;
  height: 0.875rem;
  border-radius: 5.625rem;
  opacity: 1;
}

.works__swiper .swiper-pagination-bullet-active {
  background-color: #727272;
}

/* 前への矢印カスタマイズ */
.works__swiper .swiper-button-prev::after {
  content: "";
  display: inline-block;
  width: 12px;
  width: 0.75rem;
  height: 12px;
  height: 0.75rem;
  border-left: 3px solid #fff;
  border-left: 0.1875rem solid #fff;
  border-bottom: 3px solid #fff;
  border-bottom: 0.1875rem solid #fff;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  background: transparent;
  position: absolute;
  top: -25px;
  top: -1.5625rem;
  left: 0px;
  left: 0rem;
  z-index: 10;
}

/* 次への矢印カスタマイズ */
.works__swiper .swiper-button-next::after {
  content: "";
  display: inline-block;
  width: 12px;
  width: 0.75rem;
  height: 12px;
  height: 0.75rem;
  border-right: 3px solid #fff;
  border-right: 0.1875rem solid #fff;
  border-bottom: 3px solid #fff;
  border-bottom: 0.1875rem solid #fff;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  background: transparent;
  position: absolute;
  top: -25px;
  top: -1.5625rem;
  right: 0px;
  right: 0rem;
  z-index: 10;
}

/* 赤いボタン */
.works__swiper .swiper-button-prev::before,
.works__swiper .swiper-button-next::before {
  content: "";
  display: block;
  width: 29px;
  width: 1.8125rem;
  height: 139px;
  height: 8.6875rem;
  background-color: #000;
  position: absolute;
  top: -87px;
  top: -5.4375rem;
  opacity: 0.5;
}

/* 赤いボタン前へ */
.swiper-button-prev::before {
  left: -10px;
  left: -0.625rem;
  border-radius: 0 0.25rem 0.25rem 0;
}

/* 赤いボタン次へ */
.works__swiper .swiper-button-next::before {
  right: -9px;
  right: -0.5625rem;
  border-radius: 0.25rem 0 0 0.25rem;
}

.works__swiper .swiper-button-disabled {
  display: none !important;
}

.zip-btn {
  width: 130px;
  width: 8.125rem;
  background-color: #fff;
  border: 2px solid #1D3B87;
  border: 0.125rem solid #1D3B87;
  -webkit-box-shadow: 0.0625rem 0.0625rem 0.0625rem rgba(0, 0, 0, .25);
          box-shadow: 0.0625rem 0.0625rem 0.0625rem rgba(0, 0, 0, .25);
  border-radius: 1.5625rem;
  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;
}
@media screen and (min-width: 768px) {
  .zip-btn {
    width: 10.875rem;
    height: 3.125rem;
    line-height: 3.125rem;
  }
}

.zip-btn td {
  width: 130px;
  width: 8.125rem;
  text-align: center;
}

.zip-btn button {
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 600;
  color: #1D3B87;
  padding: 0;
  height: 40px;
  height: 2.5rem;
  width: 100%;
  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;
}
@media screen and (min-width: 768px) {
  .zip-btn button {
    height: 100%;
  }
}

.about {
  padding-top: 28px;
  padding-top: 1.75rem;
  padding-bottom: 552px;
  padding-bottom: 34.5rem;
  background: #1D3B87;
  position: relative;
}
@media screen and (min-width: 768px) {
  .about {
    padding-top: 17.1875rem;
    padding-bottom: 0;
  }
}

.about::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 140px 100vw 0 0;
  border-width: 8.75rem 100vw 0 0;
  border-color: #1D3B87 transparent transparent transparent;
  position: absolute;
  top: 100%;
}
@media screen and (min-width: 768px) {
  .about::after {
    border-width: 18rem 100vw 0 0;
  }
}

.about__contents {
  padding: 0 20px;
  padding: 0 1.25rem;
  position: absolute;
  top: 130px;
  top: 8.125rem;
  left: 0;
  right: 0;
  margin: auto;
  width: 100%;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .about__contents {
    padding: 0 1.5625rem;
    top: 3.25rem;
    max-width: 63.9375rem;
  }
}

.about__cta-btn-wrapper {
  margin: 0 auto;
}

.about__section-body {
  padding-top: 17px;
  padding-top: 1.0625rem;
  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) {
  .about__section-body {
    margin: 0 auto;
    width: 100%;
    max-width: 63.9375rem;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    padding-top: 2.5rem;
  }
}

.about__img {
  padding-top: 30px;
  padding-top: 1.875rem;
}
@media screen and (min-width: 768px) {
  .about__img {
    margin-left: 2rem;
    padding-top: 0;
  }
}

.about__img img {
  filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feGaussianBlur in="SourceAlpha" stdDeviation="0" /><feOffset dx="17" dy="17" result="offsetblur" /><feFlood flood-color="rgba(0,0,0,0.1)" /><feComposite in2="offsetblur" operator="in" /><feMerge><feMergeNode /><feMergeNode in="SourceGraphic" /></feMerge></filter></svg>#filter');
  -webkit-filter: drop-shadow(10px 10px 0 rgba(0, 0, 0, .1));
          filter: drop-shadow(10px 10px 0 rgba(0, 0, 0, .1));
  -webkit-filter: drop-shadow(0.625rem 0.625rem 0 rgba(0, 0, 0, .1));
          filter: drop-shadow(0.625rem 0.625rem 0 rgba(0, 0, 0, .1));
  width: 100%;
  max-width: 334px;
  max-width: 20.875rem;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .about__img img {
    max-width: 23.6875rem;
  }
}

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

.comparison {
  padding-top: 43px;
  padding-top: 2.6875rem;
  padding-bottom: 54px;
  padding-bottom: 3.375rem;
  background-color: #F6F4E6;
  padding-top: 132px;
  padding-top: 8.25rem;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}
@media screen and (min-width: 768px) {
  .comparison {
    padding-top: 4.375rem;
    padding-bottom: 5.25rem;
  }
}

.comparison__section-title {
  position: relative;
  z-index: 2;
}

.comparison__inner {
  padding: 0 20px;
  padding: 0 1.25rem;
}

.comparison__highlight-table {
  display: block;
  margin: 0 auto;
  margin-top: 25px;
  margin-top: 1.5625rem;
  width: 100%;
  max-width: 772px;
  max-width: 48.25rem;
  position: relative;
  z-index: 2;
}
@media screen and (min-width: 768px) {
  .comparison__highlight-table {
    margin-top: 1.8125rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    max-width: 43.5rem;
  }
}

.comparison__cta-btn-wrapper {
  margin: 0 auto;
  margin-top: 35px;
  margin-top: 2.1875rem;
}
@media screen and (min-width: 768px) {
  .comparison__cta-btn-wrapper {
    margin-top: 2.6875rem;
  }
}

.comparison__speech-bubble {
  margin-top: 34px;
  margin-top: 2.125rem;
  width: 100%;
  max-width: 293px;
  max-width: 18.3125rem;
}
@media screen and (min-width: 768px) {
  .comparison__speech-bubble {
    max-width: 43.625rem;
    margin-top: 2.6875rem;
  }
}

.comparison__contents {
  position: relative;
  width: 100%;
  max-width: 536px;
  max-width: 33.5rem;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .comparison__contents {
    max-width: 43.5rem;
  }
}

.comparison__figure {
  position: absolute;
  top: -205px;
  top: -12.8125rem;
  left: -65px;
  left: -4.0625rem;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .comparison__figure {
    left: -5.625rem;
  }
}

.comparison__figure::before {
  content: "";
  display: block;
  width: 267px;
  width: 16.6875rem;
  height: 267px;
  height: 16.6875rem;
  border-radius: 50%;
  background-color: #fff;
  position: absolute;
  top: 54px;
  top: 3.375rem;
  left: 0;
}

.comparison__figure img {
  width: 235px;
  width: 14.6875rem;
  position: relative;
}

.comparison__figure figcaption {
  position: absolute;
  font-weight: 600;
  font-size: 10px;
  font-size: 0.625rem;
  line-height: 1.3;
  color: #000;
  text-align: left;
  left: 190px;
  left: 11.875rem;
  top: 60px;
  top: 3.75rem;
}

.download {
  position: relative;
  padding-top: 200px;
  padding-top: 12.5rem;
  padding-bottom: 5px;
  padding-bottom: 0.3125rem;
}
@media screen and (min-width: 768px) {
  .download {
    padding-top: 5rem;
  }
}

.download__inner {
  padding: 0 20px;
  padding: 0 1.25rem;
}
@media screen {
  .download__inner {
    padding: 0 1.5625rem;
  }
}

.download__speech-bubble02 {
  position: absolute;
  top: 60px;
  top: 3.75rem;
  left: 50%;
  -webkit-transform: translate(-50%);
          transform: translate(-50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (min-width: 768px) {
  .download__speech-bubble02 {
    top: -4.375rem;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.download__form {
  padding: 22px 10px 40px;
  padding: 1.375rem 0.625rem 2.5rem;
  width: 100%;
  -webkit-box-shadow: 0 0 0.5rem rgba(0, 0, 0, .25);
          box-shadow: 0 0 0.5rem rgba(0, 0, 0, .25);
  margin: 0 auto;
  border-radius: 0.375rem;
  margin-top: 30px;
  margin-top: 1.875rem;
  background-color: #fff;
}
@media screen and (min-width: 768px) {
  .download__form {
    max-width: 53.625rem;
    -webkit-box-shadow: 0 0 0.6875rem rgba(0, 0, 0, .21);
            box-shadow: 0 0 0.6875rem rgba(0, 0, 0, .21);
    margin: 0 auto;
    margin-top: 2.8125rem;
    padding: 1.875rem 2.8125rem 3.125rem;
  }
}

.flow {
  margin-top: 80px;
  margin-top: 5rem;
  position: relative;
}
@media screen and (min-width: 768px) {
  .flow {
    margin-top: 3.6875rem;
  }
}

.flow__flowchart {
  width: 100%;
  max-width: 337px;
  max-width: 21.0625rem;
  height: 370px;
  height: 23.125rem;
  margin: 0 auto;
  margin-top: 32px;
  margin-top: 2rem;
}
@media screen and (min-width: 768px) {
  .flow__flowchart {
    max-width: 46rem;
    height: 8.75rem;
  }
}

.flow__figure {
  position: absolute;
  z-index: -1;
  right: -25px;
  right: -1.5625rem;
  top: -190px;
  top: -11.875rem;
}
@media screen and (min-width: 768px) {
  .flow__figure {
    right: -10.625rem;
    top: -13.125rem;
  }
}

.flow__figure img {
  width: 145px;
  width: 9.0625rem;
  position: relative;
}
@media screen and (min-width: 768px) {
  .flow__figure img {
    width: 15.375rem;
  }
}

.flow__figure figcaption {
  position: absolute;
  text-shadow: -1px -1px 0 #fff, -1px 0 0 #fff, -1px 1px 0 #fff, 0 -1px 0 #fff, 0 1px 0 #fff, 1px -1px 0 #fff, 1px 0 0 #fff, 1px 1px 0 #fff;
  text-shadow: -0.0625rem -0.0625rem 0 #fff, -0.0625rem 0 0 #fff, -0.0625rem 0.0625rem 0 #fff, 0 -0.0625rem 0 #fff, 0 0.0625rem 0 #fff, 0.0625rem -0.0625rem 0 #fff, 0.0625rem 0 0 #fff, 0.0625rem 0.0625rem 0 #fff;
  font-weight: 600;
  font-size: 10px;
  font-size: 0.625rem;
  line-height: 1.3;
  color: #000;
  text-align: right;
  left: -20px;
  left: -1.25rem;
  top: 65px;
  top: 4.0625rem;
}
@media screen and (min-width: 768px) {
  .flow__figure figcaption {
    font-size: 0.75rem;
    line-height: 1.5833333333;
    left: 0.125rem;
    top: 6.625rem;
    text-shadow: -0.125rem -0.125rem 0 #fff, -0.125rem 0 0 #fff, -0.125rem 0.125rem 0 #fff, 0 -0.125rem 0 #fff, 0 0.125rem 0 #fff, 0.125rem -0.125rem 0 #fff, 0.125rem 0 0 #fff, 0.125rem 0.125rem 0 #fff;
  }
}

.header {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}

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

.top-page-wrapper {
  position: relative;
}

.works {
  margin-top: 140px;
  margin-top: 8.75rem;
}
@media screen and (min-width: 768px) {
  .works {
    margin-top: 17.625rem;
  }
}

.voice {
  margin-top: 30px;
  margin-top: 1.875rem;
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .voice {
    margin-top: 3.3125rem;
  }
}

.reason {
  position: relative;
  z-index: 0;
}
@media screen and (min-width: 768px) {
  .reason {
    margin-top: 14.375rem;
  }
}

.flow {
  position: relative;
  z-index: 1;
}

.download {
  margin-top: -130px;
  margin-top: -8.125rem;
}
@media screen and (min-width: 768px) {
  .download {
    margin-top: 4.375rem;
  }
}

.footer {
  margin-top: 71px;
  margin-top: 4.4375rem;
}

.fv {
  background: -webkit-gradient(linear, right top, left bottom, from(#FFFED9), color-stop(70%, #DCD75C));
  background: linear-gradient(to left bottom, #FFFED9, #DCD75C 70%);
  padding-bottom: 55px;
  padding-bottom: 3.4375rem;
}
@media screen and (min-width: 768px) {
  .fv {
    padding-top: 2.125rem;
    padding-bottom: 2.8125rem;
  }
}

.fv__title {
  position: relative;
  z-index: 1;
}

.fv__title img {
  width: 330px;
  width: 20.625rem;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .fv__title img {
    width: 51.5625rem;
    margin-left: 0;
  }
}

.fv-contents {
  width: 100%;
  max-width: 375px;
  max-width: 23.4375rem;
  padding-top: 90px;
  padding-top: 5.625rem;
  margin: 0 auto;
  position: relative;
}
@media screen and (min-width: 768px) {
  .fv-contents {
    max-width: 63.5rem;
    padding-left: 0;
  }
}

.fv__round {
  position: absolute;
  top: 50px;
  top: 3.125rem;
  left: 270px;
  left: 16.875rem;
}
@media screen and (min-width: 768px) {
  .fv__round {
    top: 5.5rem;
    left: 30.3125rem;
  }
}

.fv__figure {
  position: absolute;
  top: 222px;
  top: 13.875rem;
  left: 163px;
  left: 10.1875rem;
  z-index: 0;
}
@media screen and (min-width: 768px) {
  .fv__figure {
    top: 2.1875rem;
    left: 30.5625rem;
  }
}

.fv__figure img {
  width: 210px;
  width: 13.125rem;
}
@media screen and (min-width: 768px) {
  .fv__figure img {
    width: 32.9375rem;
  }
}

.fv__figure figcaption {
  position: absolute;
  text-shadow: -1px -1px 0 #fff, -1px 0 0 #fff, -1px 1px 0 #fff, 0 -1px 0 #fff, 0 1px 0 #fff, 1px -1px 0 #fff, 1px 0 0 #fff, 1px 1px 0 #fff;
  text-shadow: -0.0625rem -0.0625rem 0 #fff, -0.0625rem 0 0 #fff, -0.0625rem 0.0625rem 0 #fff, 0 -0.0625rem 0 #fff, 0 0.0625rem 0 #fff, 0.0625rem -0.0625rem 0 #fff, 0.0625rem 0 0 #fff, 0.0625rem 0.0625rem 0 #fff;
  font-weight: 600;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.3;
  color: #000;
  text-align: center;
  bottom: 10px;
  bottom: 0.625rem;
  right: 30px;
  right: 1.875rem;
}
@media screen and (min-width: 768px) {
  .fv__figure figcaption {
    font-size: 1.5rem;
    text-shadow: -0.125rem -0.125rem 0 #fff, -0.125rem 0 0 #fff, -0.125rem 0.125rem 0 #fff, 0 -0.125rem 0 #fff, 0 0.125rem 0 #fff, 0.125rem -0.125rem 0 #fff, 0.125rem 0 0 #fff, 0.125rem 0.125rem 0 #fff;
  }
}

.thanks__main {
  padding-top: 80px;
  padding-top: 5rem;
}
@media screen and (min-width: 768px) {
  .thanks__main {
    padding-top: 1.875rem;
  }
}

.thanks__inner {
  padding: 0 20px;
  padding: 0 1.25rem;
}

.thanks__message-content {
  margin-top: 20px;
  margin-top: 1.25rem;
  max-width: 335px;
  max-width: 20.9375rem;
  margin: 0 auto;
  background-color: #fff !important;
}
@media screen and (min-width: 768px) {
  .thanks__message-content {
    max-width: 51.75rem;
    margin: 0 auto;
    margin-top: 50px;
  }
}

.content-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;

  max-width: 52rem !important;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .content-wrapper {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
            border: 10px solid #D4FFE5; 
            max-width: 52rem;
            width: 100%;
  }
}

.content-wrapper {
  margin-top: 30px;
  margin-top: 1.875rem;
  margin-bottom: 20px !important;
}

.link-content {
  margin-top: 15px;
  margin-top: 0.9375rem;
}
@media screen and (min-width: 768px) {
  .link-content {
    margin: 0;
    margin-left: 3.375rem;
  }
}

.footer--thanks {
  margin-top: 15px;
  margin-top: 0.9375rem;
  padding-bottom: 90px;
  padding-bottom: 5.625rem;
  position: relative;
}
@media screen and (min-width: 768px) {
  .footer--thanks {
    padding-bottom: 0.625rem;
  }
}

.thanks__banner {
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 1;
  background-color: #fff;
  width: 100%;
  height: 90px;
  height: 5.625rem;
  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;
  padding-top: 7px;
  padding-top: 0.4375rem;
}

.thanks__banner img {
  width: 100%;
  max-width: 357px;
  max-width: 22.3125rem;
}

.question {
  margin-top: 44px;
  margin-top: 2.75rem;
  margin-bottom: 52px;
  margin-bottom: 3.25rem;
  padding-top: 30px;
  padding-top: 1.875rem;
  padding-bottom: 60px;
  padding-bottom: 3.75rem;
  background-color: #E8DCA0;
  position: relative;
}
@media screen and (min-width: 768px) {
  .question {
    margin-top: 4.875rem;
    padding-top: 3.75rem;
    padding-bottom: 4.375rem;
  }
}

.question::after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 52px 50vw 0 50vw;
  border-width: 3.25rem 50vw 0 50vw;
  border-color: #E8DCA0 transparent transparent transparent;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
}

.question__inner {
  padding: 0 20px;
  padding: 0 1.25rem;
}
@media screen and (min-width: 768px) {
  .question__inner {
    padding: 0 1.5625rem;
  }
}

.question__list {
  margin: 0 auto;
  width: 100%;
  max-width: 335px;
  max-width: 20.9375rem;
  margin-top: 20px;
  margin-top: 1.25rem;
}
@media screen and (min-width: 768px) {
  .question__list {
    max-width: 39.8125rem;
    margin-top: 2.375rem;
  }
}

.reason {
  background: #F6F4E6;
  position: relative;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}
@media screen and (min-width: 768px) {
  .reason {
    background: #F6F4E6;
    padding-top: 4.375rem;
  }
}

.reason::before {
  content: "";
  position: absolute;
  top: -160px;
  top: -10rem;
  left: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 160px 100vw;
  border-width: 0 0 10rem 100vw;
  border-color: transparent transparent #F6F4E6 transparent;
}
@media screen and (min-width: 768px) {
  .reason::before {
    border-width: 0 0 22.1875rem 100vw;
    border-color: transparent transparent #F6F4E6 transparent;
    top: -22.1875rem;
  }
}

.reason__inner {
  padding: 0 20px;
  padding: 0 1.25rem;
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .reason__inner {
    padding: 0 1.5625rem;
    position: relative;
  }
}

.reason__cta-btn-wrapper {
  margin: 0 auto;
  margin-top: 46px;
  margin-top: 2.875rem;
}
@media screen and (min-width: 768px) {
  .reason__cta-btn-wrapper {
    margin-top: 2.75rem;
  }
}

.reason__section-sentence.section-sentence--upper {
  margin-top: 41px;
  margin-top: 2.5625rem;
}
@media screen and (min-width: 768px) {
  .reason__section-sentence.section-sentence--upper {
    position: absolute;
    top: -13.75rem;
    left: 0;
    right: 0;
    margin: auto;
  }
}

.reason__section-sentence.section-sentence--lower {
  margin-top: 10px;
  margin-top: 0.625rem;
}
@media screen and (min-width: 768px) {
  .reason__section-sentence.section-sentence--lower {
    margin-top: 2.125rem;
  }
}

.reason__arrow {
  margin-top: 20px;
  margin-top: 1.25rem;
}

.reason__arrow img {
  width: 100%;
  max-width: 302px;
  max-width: 18.875rem;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .reason__arrow img {
    width: 22rem;
    height: 4.9375rem;
  }
}

.reason__media-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  width: 100%;
  max-width: 335px;
  max-width: 20.9375rem;
  margin: 0 auto;
  margin-top: 150px;
  margin-top: 9.375rem;
}
@media screen and (min-width: 768px) {
  .reason__media-wrapper {
    margin-top: 3.375rem;
    max-width: 47.375rem;
  }
}

.reason__figure {
  position: absolute;
  top: -183px;
  top: -11.4375rem;
  right: -82px;
  right: -5.125rem;
  z-index: -1;
}
@media screen and (min-width: 768px) {
  .reason__figure {
    top: -18.125rem;
    right: -15.9375rem;
  }
}

.reason__figure::before {
  content: "";
  display: block;
  width: 330px;
  width: 20.625rem;
  height: 330px;
  height: 20.625rem;
  border-radius: 50%;
  background-color: #fff;
  position: absolute;
  top: 64px;
  top: 4rem;
  left: -45px;
  left: -2.8125rem;
}
@media screen and (min-width: 768px) {
  .reason__figure::before {
    width: 25.125rem;
    height: 25.125rem;
    top: 6.25rem;
    left: 1.5625rem;
  }
}

.reason__figure img {
  position: relative;
  width: 230px;
  width: 14.375rem;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .reason__figure img {
    width: 26.625rem;
  }
}

.reason__figure figcaption {
  position: absolute;
  font-weight: 600;
  font-size: 10px;
  font-size: 0.625rem;
  line-height: 1.3;
  color: #000;
  text-align: right;
  top: 80px;
  top: 5rem;
  left: -47px;
  left: -2.9375rem;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .reason__figure figcaption {
    font-size: 0.75rem;
    line-height: 1.5833333333;
    text-align: center;
    top: 15rem;
    left: 8.75rem;
    text-shadow: -0.125rem -0.125rem 0 #fff, -0.125rem 0 0 #fff, -0.125rem 0.125rem 0 #fff, 0 -0.125rem 0 #fff, 0 0.125rem 0 #fff, 0.125rem -0.125rem 0 #fff, 0.125rem 0 0 #fff, 0.125rem 0.125rem 0 #fff;
  }
}

.voice__inner {
  padding: 0 20px 30px;
  padding: 0 1.25rem 1.875rem;
}
@media screen and (min-width: 768px) {
  .voice__inner {
    padding: 0 1.5625rem;
  }
}

.voice__card-wrapper {
  margin-top: 22px;
  margin-top: 1.375rem;
}
@media screen and (min-width: 768px) {
  .voice__card-wrapper {
    width: 48rem;
    margin: 0 auto;
    margin-top: 2.5rem;
  }
}

.works {
  background-color: #E8DCA0;
  padding-bottom: 35px;
  padding-bottom: 2.1875rem;
  position: relative;
}
@media screen and (min-width: 768px) {
  .works {
    padding-bottom: 31.25rem;
    padding-bottom: 3.125rem;
  }
}

.works::before {
  content: "";
  position: absolute;
  top: -140px;
  top: -8.75rem;
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 140px 100vw;
  border-width: 0 0 8.75rem 100vw;
  border-color: transparent transparent #E8DCA0 transparent;
}
@media screen and (min-width: 768px) {
  .works::before {
    border-width: 0 0 17.625rem 100vw;
    top: -17.625rem;
  }
}

.works__inner {
  position: relative;
  width: 100%;
  max-width: 768px;
  max-width: 48rem;
  margin: 0 auto;
}

.works .section-title {
  margin-left: 20px;
  margin-left: 1.25rem;
}

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

.works__swiper .swiper-button-disabled {
  display: none !important;
}

@media screen and (min-width: 768px) {
  .works__img-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding-top: 2.875rem;
    margin-left: -2.375rem;
    position: relative;
    z-index: 1;
  }
}

@media screen and (min-width: 768px) {
  .works__img {
    width: 23.4375rem;
    margin-left: 2.375rem;
    filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feGaussianBlur in="SourceAlpha" stdDeviation="0" /><feOffset dx="17" dy="17" result="offsetblur" /><feFlood flood-color="rgba(0,0,0,0.1)" /><feComposite in2="offsetblur" operator="in" /><feMerge><feMergeNode /><feMergeNode in="SourceGraphic" /></feMerge></filter></svg>#filter');
    -webkit-filter: drop-shadow(0.625rem 0.625rem 0 rgba(0, 0, 0, .1));
            filter: drop-shadow(0.625rem 0.625rem 0 rgba(0, 0, 0, .1));
  }
}

.works__figure {
  position: absolute;
  top: -159px;
  top: -9.9375rem;
  left: 22px;
  left: 1.375rem;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .works__figure {
    top: -12.1875rem;
    left: -10rem;
  }
}

.works__figure img {
  width: 136px;
  width: 8.5rem;
}
@media screen and (min-width: 768px) {
  .works__figure img {
    width: 13.25rem;
  }
}

.works__figure figcaption {
  position: absolute;
  text-shadow: -1px -1px 0 #fff, -1px 0 0 #fff, -1px 1px 0 #fff, 0 -1px 0 #fff, 0 1px 0 #fff, 1px -1px 0 #fff, 1px 0 0 #fff, 1px 1px 0 #fff;
  text-shadow: -0.0625rem -0.0625rem 0 #fff, -0.0625rem 0 0 #fff, -0.0625rem 0.0625rem 0 #fff, 0 -0.0625rem 0 #fff, 0 0.0625rem 0 #fff, 0.0625rem -0.0625rem 0 #fff, 0.0625rem 0 0 #fff, 0.0625rem 0.0625rem 0 #fff;
  font-weight: 600;
  font-size: 10px;
  font-size: 0.625rem;
  line-height: 1.3;
  color: #000;
  text-align: left;
  top: 60px;
  top: 3.75rem;
  left: 90px;
  left: 5.625rem;
}
@media screen and (min-width: 768px) {
  .works__figure figcaption {
    font-size: 0.75rem;
    line-height: 1.5833333333;
    text-align: left;
    top: 9.375rem;
    left: 10rem;
    text-shadow: -0.125rem -0.125rem 0 #fff, -0.125rem 0 0 #fff, -0.125rem 0.125rem 0 #fff, 0 -0.125rem 0 #fff, 0 0.125rem 0 #fff, 0.125rem -0.125rem 0 #fff, 0.125rem 0 0 #fff, 0.125rem 0.125rem 0 #fff;
  }
}

.works__cta-btn-wrapper {
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .works__cta-btn-wrapper {
    margin-top: 2.125rem;
  }
}

/*thanksページflow修正
*/

.line__flow__head {
  color: #06C755;
  font-weight: bold;
  font-size: 19px;
  border-left: 6px solid #06C755;
  line-height: 1.3;
  padding-left: 14px;
  margin: 0 0 9px;
}

.line__flow__content {
  border: 3px solid #06c755;
  border-radius: 5px;
  overflow: hidden;
  display: flex;
  align-items: center;
  background: #06c755;
  line-height: 1;
  margin-bottom: 8px;
  width: 362px;
}

.line__flow__content__num {
  color: #FFF975;
  font-size: 19px;
  font-weight: bold;
  padding: 5px 10px 8px;
}

.line__flow__content__num span {
  font-size: 25px;
  font-family: 'Oswald', sans-serif;
  margin-left: 3px;
  display: inline-block;
  width: 15px;
  text-align: center;
}



.line__flow__content__text {
  background: #fffedd;
  flex: 1;
  font-weight: bold;
  font-size: 22px;
  font-weight: bold;
  line-height: 1;
  border-radius: 0 3px 3px 0;
  padding: 9px 12px;
}

.line__flow__content__text [data-indent] {
  text-indent: -0.5em;
}


.line__flow__caption {
  margin-bottom: 20px;
  font-size: 18px;
  font-weight: bold;
}

.line__flow__caption span {
  background: #f4ff77;
}
.owner-interview{
  max-width: 50rem;
margin: 20px auto;
}

