:root {
  --color-white: #FFFFFF;
  --color-black: #1A1A1A;
  --color-main: #B92923;
  --color-main2: #2D2D2D;
  --color-bg: #F2F2F2;
  --color-placeholder: #2D2D2D;
}

html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
  border: 0;
  font-size: 100%;
  margin: 0;
  outline: 0;
  padding: 0;
  vertical-align: baseline;
}

body {
  line-height: 1;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
  content: "";
  content: none;
}

a {
  background-color: transparent;
  font-size: 100%;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}

ins {
  text-decoration: none;
}

mark {
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

hr {
  border: 0;
  border-top: 1px solid #000000;
  display: block;
  height: 1px;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

img {
  font-size: 0;
  line-height: 0;
  vertical-align: top;
}

* {
  box-sizing: border-box !important;
  font-size: 1.4rem;
}

html {
  font-size: 62.5%;
}
html.is-open {
  overflow: hidden;
}

body {
  -webkit-text-size-adjust: 100%;
  font-feature-settings: "palt" 1;
  background-color: var(--color-white);
  color: var(--color-black);
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1rem;
  font-style: normal;
}
body * {
  letter-spacing: 0;
}

a {
  color: var(--color-black);
  text-decoration: none;
}
a:hover {
  opacity: 0.8;
}
@media screen and (max-width: 767px) {
  a:hover {
    opacity: 1;
  }
}

input[type=submit],
input[type=button],
input[type=text],
input[type=number],
input[type=email],
input[type=tel],
input[type=reset],
select,
button,
textarea {
  -webkit-appearance: none;
  border: none;
  border-radius: 0;
  box-sizing: border-box;
}
input[type=submit]::-webkit-search-decoration,
input[type=button]::-webkit-search-decoration,
input[type=text]::-webkit-search-decoration,
input[type=number]::-webkit-search-decoration,
input[type=email]::-webkit-search-decoration,
input[type=tel]::-webkit-search-decoration,
input[type=reset]::-webkit-search-decoration,
select::-webkit-search-decoration,
button::-webkit-search-decoration,
textarea::-webkit-search-decoration {
  display: none;
}
input[type=submit]:focus,
input[type=button]:focus,
input[type=text]:focus,
input[type=number]:focus,
input[type=email]:focus,
input[type=tel]:focus,
input[type=reset]:focus,
select:focus,
button:focus,
textarea:focus {
  outline-offset: -2px;
}

.underline{
  text-decoration: underline;
  text-decoration-thickness: 0.5em;
  text-decoration-color: rgba(255, 228, 0, 0.5);
  text-underline-offset: -0.2em;
  text-decoration-skip-ink: none;
}


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

.is-sp {
  display: none;
}
@media screen and (max-width: 767px) {
  .is-sp {
    display: block;
  }
}
.is-sp--inline {
  display: none;
}
@media screen and (max-width: 767px) {
  .is-sp--inline {
    display: inline-block;
  }
}

@media screen and (max-width: 767px) {
  .lity-wrap {
    bottom: auto;
    padding-top: calc(20 / 375 * 100vw);
  }
}

.lity-close,
.lity-close:hover {
  background-image: url(../images/icon_close.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  border-radius: 50%;
  content: "";
  cursor: pointer;
  display: inline-block;
  display: none;
  height: 45px;
  overflow: hidden;
  position: absolute;
  right: 20px;
  text-indent: 150vw;
  top: 20px;
  white-space: nowrap;
  width: 45px;
}
@media screen and (max-width: 1199px) {
  .lity-close,
.lity-close:hover {
    height: calc(45 / 1200 * 100vw);
    right: calc(20 / 1200 * 100vw);
    top: calc(20 / 1200 * 100vw);
    width: calc(45 / 1200 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .lity-close,
.lity-close:hover {
    height: calc(45 / 375 * 100vw);
    right: calc(-12 / 375 * 100vw);
    top: calc(-12 / 375 * 100vw);
    width: calc(45 / 375 * 100vw);
  }
}

@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translateY(10px);
    @media screen and (max-width: 1199px) {
      transform: translateY(calc(10 / 1200 * 100vw));
    }
    @media screen and (max-width: 767px) {
      transform: translateY(calc(10 / 375 * 100vw));
    }
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translateY(10px);
    @media screen and (max-width: 1199px) {
      transform: translateY(calc(10 / 1200 * 100vw));
    }
    @media screen and (max-width: 767px) {
      transform: translateY(calc(10 / 375 * 100vw));
    }
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@-webkit-keyframes loop {
  0% {
    transform: translateX(100%);
  }
  to {
    transform: translateX(-100%);
  }
}
@keyframes loop {
  0% {
    transform: translateX(100%);
  }
  to {
    transform: translateX(-100%);
  }
}
@-webkit-keyframes loop2 {
  0% {
    transform: translateX(0);
  }
  to {
    transform: translateX(-200%);
  }
}
@keyframes loop2 {
  0% {
    transform: translateX(0);
  }
  to {
    transform: translateX(-200%);
  }
}
@-webkit-keyframes popup {
  0% {
    opacity: 0;
    transform: translateY(40px) scale(0.8);
  }
  100% {
    transform: translateY(0) scale(1);
  }
  80%, 100% {
    opacity: 1;
  }
}
@keyframes popup {
  0% {
    opacity: 0;
    transform: translateY(40px) scale(0.8);
  }
  100% {
    transform: translateY(0) scale(1);
  }
  80%, 100% {
    opacity: 1;
  }
}
@-webkit-keyframes fuwafuwa {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-20px);
  }
}
@keyframes fuwafuwa {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-20px);
  }
}
.l-container {
  margin: 0 auto;
  padding-left: 100px;
  padding-right: 100px;
  width: 1200px;
}
@media screen and (max-width: 1199px) {
  .l-container {
    padding-left: calc(100 / 1200 * 100vw);
    padding-right: calc(100 / 1200 * 100vw);
    width: calc(1200 / 1200 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .l-container {
    padding-left: calc(20 / 375 * 100vw);
    padding-right: calc(20 / 375 * 100vw);
    width: 100%;
  }
}
@media screen and (max-width: 1439px) {
  .l-container--full {
    padding-left: calc(100 / 1440 * 100vw);
    padding-right: calc(100 / 1440 * 100vw);
    width: calc(1200 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .l-container--full {
    padding-left: calc(20 / 375 * 100vw);
    padding-right: calc(20 / 375 * 100vw);
    width: 100%;
  }
}

.c-form {
  margin: 0 auto;
  width: 640px;
}
@media screen and (max-width: 1199px) {
  .c-form {
    width: calc(640 / 1200 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .c-form {
    width: 100%;
  }
}
.c-form__block {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  .c-form__block {
    display: block;
  }
}
.c-form__block + * {
  margin-top: 38px;
}
@media screen and (max-width: 1199px) {
  .c-form__block + * {
    margin-top: calc(38 / 1200 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .c-form__block + * {
    margin-top: calc(30 / 375 * 100vw);
  }
}
.c-form__block label {
  font-size: 1.5rem;
  font-weight: bold;
  line-height: 24px;
  width: 190px;
}
@media screen and (max-width: 1199px) {
  .c-form__block label {
    font-size: calc(15 / 1200 * 100vw);
    line-height: calc(24 / 1200 * 100vw);
    width: calc(190 / 1200 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .c-form__block label {
    display: block;
    font-size: calc(15 / 375 * 100vw);
    line-height: calc(26 / 375 * 100vw);
    margin-bottom: calc(15 / 375 * 100vw);
    width: 100%;
  }
}
.c-form__block label.is-required {
  align-items: center;
  display: flex;
  position: relative;
}
.c-form__block label.is-required::after {
  background-image: url(../images/icon_hissu.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  content: "";
  display: inline-block;
  height: 20px;
  margin-left: 10px;
  width: 34px;
}
@media screen and (max-width: 1199px) {
  .c-form__block label.is-required::after {
    height: calc(20 / 1200 * 100vw);
    margin-left: calc(10 / 1200 * 100vw);
    width: calc(34 / 1200 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .c-form__block label.is-required::after {
    height: calc(20 / 375 * 100vw);
    margin-left: calc(7 / 375 * 100vw);
    width: calc(34 / 375 * 100vw);
  }
}
.c-form__block select {
  background-color: var(--color-bg);
  background-image: url(../images/icon_select.svg);
  background-position: right 15px center;
  background-repeat: no-repeat;
  background-size: 17px 9px;
  border-radius: 3px;
  border-radius: 3px;
  font-size: 1.4rem;
  height: 50px;
  padding: 0 15px;
  width: 450px;
}
@media screen and (max-width: 1199px) {
  .c-form__block select {
    background-position: right calc(15 / 1200 * 100vw) center;
    background-size: calc(17 / 1200 * 100vw) calc(9 / 1200 * 100vw);
    border-radius: calc(3 / 1200 * 100vw);
    border-radius: calc(3 / 1200 * 100vw);
    font-size: calc(14 / 1200 * 100vw);
    height: calc(50 / 1200 * 100vw);
    padding: 0 calc(15 / 1200 * 100vw);
    width: calc(450 / 1200 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .c-form__block select {
    background-position: right calc(15 / 375 * 100vw) center;
    background-size: calc(17 / 375 * 100vw) calc(9 / 375 * 100vw);
    border-radius: calc(3 / 375 * 100vw);
    font-size: 16px;
    height: calc(50 / 375 * 100vw);
    padding: 0 calc(15 / 375 * 100vw);
    width: 100%;
  }
}
.c-form__block input[type=text],
.c-form__block input[type=tel],
.c-form__block input[type=email],
.c-form__block textarea[name="remarks"] {
  background-color: var(--color-bg);
  border-radius: 3px;
  font-size: 1.4rem;
  height: 50px;
  padding: 0 15px;
  width: 450px;
}

@media screen and (max-width: 1199px) {
  .c-form__block input[type=text],
.c-form__block input[type=tel],
.c-form__block input[type=email],
.c-form__block textarea[name="remarks"] {
    border-radius: calc(3 / 1200 * 100vw);
    font-size: calc(14 / 1200 * 100vw);
    height: calc(50 / 1200 * 100vw);
    padding: 0 calc(15 / 1200 * 100vw);
    width: calc(450 / 1200 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .c-form__block input[type=text],
.c-form__block input[type=tel],
.c-form__block input[type=email],
.c-form__block textarea[name="remarks"] {
    border-radius: calc(3 / 375 * 100vw);
    font-size: 16px;
    height: calc(50 / 375 * 100vw);
    padding: 0 calc(15 / 375 * 100vw);
    width: 100%;
  }
}
.c-form__block input[type=text]::-moz-placeholder, .c-form__block input[type=tel]::-moz-placeholder, .c-form__block input[type=email]::-moz-placeholder {
  font-size: 1.4rem;
}
.c-form__block input[type=text]:-ms-input-placeholder, .c-form__block input[type=tel]:-ms-input-placeholder, .c-form__block input[type=email]:-ms-input-placeholder {
  font-size: 1.4rem;
}
.c-form__block input[type=text]::placeholder,
.c-form__block input[type=tel]::placeholder,
.c-form__block input[type=email]::placeholder {
  font-size: 1.4rem;
}
@media screen and (max-width: 1199px) {
  .c-form__block input[type=text]::-moz-placeholder, .c-form__block input[type=tel]::-moz-placeholder, .c-form__block input[type=email]::-moz-placeholder {
    font-size: calc(14 / 1200 * 100vw);
  }
  .c-form__block input[type=text]:-ms-input-placeholder, .c-form__block input[type=tel]:-ms-input-placeholder, .c-form__block input[type=email]:-ms-input-placeholder {
    font-size: calc(14 / 1200 * 100vw);
  }
  .c-form__block input[type=text]::placeholder,
.c-form__block input[type=tel]::placeholder,
.c-form__block input[type=email]::placeholder {
    font-size: calc(14 / 1200 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .c-form__block input[type=text]::-moz-placeholder, .c-form__block input[type=tel]::-moz-placeholder, .c-form__block input[type=email]::-moz-placeholder {
    font-size: 16px;
  }
  .c-form__block input[type=text]:-ms-input-placeholder, .c-form__block input[type=tel]:-ms-input-placeholder, .c-form__block input[type=email]:-ms-input-placeholder {
    font-size: 16px;
  }
  .c-form__block input[type=text]::placeholder,
.c-form__block input[type=tel]::placeholder,
.c-form__block input[type=email]::placeholder {
    font-size: 16px;
  }
}
.c-form__block__horizontal {
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  .c-form__block__horizontal__choice {
    margin-left: calc(10 / 375 * 100vw);
    margin-right: calc(30 / 375 * 100vw);
    margin-top: calc(20 / 375 * 100vw);
  }
}
.c-form__block__horizontal__choice + .c-form__block__horizontal__choice {
  margin-left: 18px;
}
@media screen and (max-width: 1199px) {
  .c-form__block__horizontal__choice + .c-form__block__horizontal__choice {
    margin-left: calc(18 / 1200 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .c-form__block__horizontal__choice + .c-form__block__horizontal__choice {
    margin-left: calc(10 / 375 * 100vw);
  }
}
.c-form__block__horizontal__choice input[type=radio] {
  display: none;
}
.c-form__block__horizontal__choice input[type=radio]:checked + label {
  position: relative;
}
.c-form__block__horizontal__choice input[type=radio]:checked + label::after {
  background-color: var(--color-main);
  border-radius: 50%;
  content: "";
  display: inline-block;
  height: 10px;
  left: 5px;
  margin: auto;
  position: absolute;
  top: 5px;
  width: 10px;
}
@media screen and (max-width: 1199px) {
  .c-form__block__horizontal__choice input[type=radio]:checked + label::after {
    height: calc(10 / 1200 * 100vw);
    left: calc(5 / 1200 * 100vw);
    top: calc(5 / 1200 * 100vw);
    width: calc(10 / 1200 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .c-form__block__horizontal__choice input[type=radio]:checked + label::after {
    height: calc(15 / 375 * 100vw);
    left: calc(5 / 375 * 100vw);
    top: calc(5 / 375 * 100vw);
    width: calc(15 / 375 * 100vw);
  }
}
.c-form__block__horizontal__choice label {
  align-items: center;
  cursor: pointer;
  display: flex;
  line-height: 1;
  margin-bottom: 0;
  width: auto;
}
.c-form__block__horizontal__choice label::before {
  background-color: var(--color-bg);
  border-radius: 50%;
  content: "";
  display: inline-block;
  height: 20px;
  margin-right: 7px;
  width: 20px;
}
@media screen and (max-width: 1199px) {
  .c-form__block__horizontal__choice label::before {
    height: calc(20 / 1200 * 100vw);
    margin-right: calc(7 / 1200 * 100vw);
    width: calc(20 / 1200 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .c-form__block__horizontal__choice label::before {
    height: calc(25 / 375 * 100vw);
    margin-right: calc(10 / 375 * 100vw);
    width: calc(25 / 375 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .c-form__block__horizontal__choice:nth-child(-n+2) {
    margin-top: 0;
  }
}
.c-form__block__horizontal select#birth-y {
  width: 206px;
}
@media screen and (max-width: 1199px) {
  .c-form__block__horizontal select#birth-y {
    width: calc(206 / 1200 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .c-form__block__horizontal select#birth-y {
    width: calc(129 / 375 * 100vw);
  }
}
.c-form__block__horizontal select#birth-m, .c-form__block__horizontal select#birth-d {
  width: 103px;
}
@media screen and (max-width: 1199px) {
  .c-form__block__horizontal select#birth-m, .c-form__block__horizontal select#birth-d {
    width: calc(103 / 1200 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .c-form__block__horizontal select#birth-m, .c-form__block__horizontal select#birth-d {
    width: calc(93 / 375 * 100vw);
  }
}
.c-form__block__horizontal--birth {
  justify-content: space-between;
  width: 450px;
}
@media screen and (max-width: 1199px) {
  .c-form__block__horizontal--birth {
    width: calc(450 / 1200 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .c-form__block__horizontal--birth {
    width: 100%;
  }
}
.c-form__agree {
  margin-top: 40px;
  padding-left: 190px;
}
@media screen and (max-width: 1199px) {
  .c-form__agree {
    margin-top: calc(40 / 1200 * 100vw);
    padding-left: calc(190 / 1200 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .c-form__agree {
    margin-top: calc(30 / 375 * 100vw);
    padding-left: 0;
  }
}
.c-form__agree input {
  display: none;
}
.c-form__agree input:checked + label {
  position: relative;
}
.c-form__agree input:checked + label::after {
  background-image: url(../images/icon_check.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  content: "";
  display: inline-block;
  height: 12px;
  left: 0;
  position: absolute;
  top: 2px;
  width: 16px;
}
@media screen and (max-width: 1199px) {
  .c-form__agree input:checked + label::after {
    height: calc(12 / 1200 * 100vw);
    top: calc(2 / 1200 * 100vw);
    width: calc(16 / 1200 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .c-form__agree input:checked + label::after {
    height: calc(12 / 375 * 100vw);
    top: calc(2 / 375 * 100vw);
    width: calc(16 / 375 * 100vw);
  }
}
.c-form__agree label {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
  align-items: center;
  display: flex;
  font-size: 1.3rem;
          user-select: none;
}
@media screen and (max-width: 1199px) {
  .c-form__agree label {
    font-size: calc(13 / 1200 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .c-form__agree label {
    font-size: calc(13 / 375 * 100vw);
  }
}
.c-form__agree label::before {
  border: 1px solid var(--color-black);
  content: "";
  cursor: pointer;
  display: inline-block;
  height: 14px;
  margin-right: 5px;
  width: 14px;
}
@media screen and (max-width: 1199px) {
  .c-form__agree label::before {
    height: calc(14 / 1200 * 100vw);
    margin-right: calc(5 / 1200 * 100vw);
    width: calc(14 / 1200 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .c-form__agree label::before {
    height: calc(14 / 375 * 100vw);
    margin-right: calc(5 / 375 * 100vw);
    width: calc(14 / 375 * 100vw);
  }
}
.c-form__agree label a {
  border-bottom: 1px solid var(--color-main);
  color: var(--color-main);
  padding-bottom: 1px;
}
.c-form__submit {
  margin-top: 60px;
}
@media screen and (max-width: 1199px) {
  .c-form__submit {
    margin-top: calc(60 / 1200 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .c-form__submit {
    margin-top: calc(60 / 375 * 100vw);
  }
}
.c-form__submit button {
  background-image: url(../images/button_submit.svg);
  cursor: pointer;
  display: block;
  height: 65px;
  margin: 0 auto;
  overflow: hidden;
  text-indent: 150vw;
  white-space: nowrap;
  width: 268px;
}
@media screen and (max-width: 1199px) {
  .c-form__submit button {
    height: calc(65 / 1200 * 100vw);
    width: calc(268 / 1200 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .c-form__submit button {
    height: calc(65 / 375 * 100vw);
    width: calc(268 / 375 * 100vw);
  }
}
.c-form__submit button:hover {
  opacity: 0.8;
}
@media screen and (max-width: 767px) {
  .c-form__submit button:hover {
    opacity: 1;
  }
}

.c-form__note{
  margin-top: 24px;
  font-weight: bold;
}

.c-privacy {
  -ms-overflow-style: none;
  background-color: var(--color-white);
  height: 663px;
  overflow: scroll;
  padding: 66px;
  position: relative;
  scrollbar-width: none;
  width: 1000px;
}
@media screen and (max-width: 1199px) {
  .c-privacy {
    height: calc(663 / 1200 * 100vw);
    padding: calc(66 / 1200 * 100vw);
    width: calc(1000 / 1200 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .c-privacy {
    height: 92vh;
    padding: calc(40 / 375 * 100vw) calc(30 / 375 * 100vw) calc(80 / 375 * 100vw);
    width: calc(335 / 375 * 100vw);
  }
}
.c-privacy::-webkit-scrollbar {
  display: none;
}
.c-privacy__title {
  color: var(--color-main);
  font-size: 2.2rem;
  font-weight: bold;
  text-align: center;
}
@media screen and (max-width: 1199px) {
  .c-privacy__title {
    font-size: calc(22 / 1200 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .c-privacy__title {
    font-size: calc(18 / 375 * 100vw);
  }
}
.c-privacy__text {
  margin-top: 50px;
}
@media screen and (max-width: 1199px) {
  .c-privacy__text {
    margin-top: calc(50 / 1200 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .c-privacy__text {
    margin-top: calc(30 / 375 * 100vw);
  }
}
.c-privacy__text h4 {
  font-size: 1.4rem;
  font-weight: bold;
  line-height: 26px;
  margin-bottom: 20px;
}
@media screen and (max-width: 1199px) {
  .c-privacy__text h4 {
    font-size: calc(14 / 1200 * 100vw);
    line-height: calc(26 / 1200 * 100vw);
    margin-bottom: calc(20 / 1200 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .c-privacy__text h4 {
    font-size: calc(14 / 375 * 100vw);
    line-height: calc(26 / 375 * 100vw);
    margin-bottom: calc(30 / 375 * 100vw);
  }
}
.c-privacy__text p {
  font-size: 1.4rem;
  line-height: 26px;
}
@media screen and (max-width: 1199px) {
  .c-privacy__text p {
    font-size: calc(14 / 1200 * 100vw);
    line-height: calc(26 / 1200 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .c-privacy__text p {
    font-size: calc(14 / 375 * 100vw);
    line-height: calc(26 / 375 * 100vw);
  }
}
.c-privacy__text p + * {
  margin-top: 20px;
}
@media screen and (max-width: 1199px) {
  .c-privacy__text p + * {
    margin-top: calc(20 / 1200 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .c-privacy__text p + * {
    margin-top: calc(30 / 375 * 100vw);
  }
}
.c-privacy__text a {
  color: var(--color-main);
}
.c-privacy__button {
  background-color: var(--color-white);
  background-image: url(../images/icon_close.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  border-radius: 50%;
  content: "";
  cursor: pointer;
  display: inline-block;
  height: 32px;
  position: fixed;
  right: 20px;
  top: 20px;
  width: 32px;
}
@media screen and (max-width: 1199px) {
  .c-privacy__button {
    height: calc(32 / 1200 * 100vw);
    right: calc(20 / 1200 * 100vw);
    top: calc(20 / 1200 * 100vw);
    width: calc(32 / 1200 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .c-privacy__button {
    bottom: calc(25 / 375 * 100vw);
    height: calc(32 / 375 * 100vw);
    left: 0;
    margin: 0 auto;
    position: fixed;
    right: 0;
    top: auto;
    width: calc(32 / 375 * 100vw);
  }
}

.c-titleBox {
  margin-bottom: 50px;
}
@media screen and (max-width: 1199px) {
  .c-titleBox {
    margin-bottom: calc(50 / 1200 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .c-titleBox {
    margin-bottom: calc(40 / 375 * 100vw);
  }
}
.c-titleBox__titleJa {
  font-size: 4rem;
  font-weight: bold;
  letter-spacing: 0.05em;
  line-height: 45px;
  text-align: center;
}
@media screen and (max-width: 1199px) {
  .c-titleBox__titleJa {
    font-size: calc(40 / 1200 * 100vw);
    line-height: calc(45 / 1200 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .c-titleBox__titleJa {
    font-size: calc(35 / 375 * 100vw);
    line-height: calc(45 / 375 * 100vw);
  }
}
.c-titleBox__titleJa span {
  color: var(--color-main);
}
.c-titleBox__titleEn {
  color: var(--color-main);
  font-family: "Roboto", sans-serif;
  font-size: 2.2rem;
  font-weight: bold;
  line-height: 25px;
  margin-top: 30px;
  text-align: center;
}
@media screen and (max-width: 1199px) {
  .c-titleBox__titleEn {
    font-size: calc(22 / 1200 * 100vw);
    line-height: calc(25 / 1200 * 100vw);
    margin-top: calc(30 / 1200 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .c-titleBox__titleEn {
    font-size: calc(18 / 375 * 100vw);
    line-height: calc(25 / 375 * 100vw);
    margin-top: calc(20 / 375 * 100vw);
  }
}

.p-header {
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1;
}
.p-header__inner {
  display: flex;
  justify-content: space-between;
  padding: 20px;
}
@media screen and (max-width: 1199px) {
  .p-header__inner {
    padding: calc(20 / 1200 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-header__inner {
    padding: calc(15 / 375 * 100vw);
  }
}
.p-header__logo {
  background-image: url(../images/logo_index.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  display: inline-block;
  height: 63px;
  overflow: hidden;
  text-indent: 150vw;
  white-space: nowrap;
  width: 354px;
}
@media screen and (max-width: 1199px) {
  .p-header__logo {
    height: calc(63 / 1200 * 100vw);
    width: calc(354 / 1200 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-header__logo {
    background-image: url(../images/logo_index_sp.svg);
    height: calc(56 / 375 * 100vw);
    width: calc(221 / 375 * 100vw);
  }
}
.p-header__button {
  position: fixed;
  right: 0;
  top: 0;
  width: 154px;
}
.p-header__button img {
  height: auto;
  width: 100%;
}
@media screen and (max-width: 1199px) {
  .p-header__button {
    width: calc(154 / 1200 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-header__button {
    width: calc(127 / 375 * 100vw);
  }
}
.p-header__button a {
  display: block;
}
.p-header--thanks .p-header__logo {
  background-image: url(../images/logo.svg);
  height: 63px;
  width: 93px;
}
@media screen and (max-width: 1199px) {
  .p-header--thanks .p-header__logo {
    height: calc(63 / 1200 * 100vw);
    width: calc(93 / 1200 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-header--thanks .p-header__logo {
    height: calc(63 / 375 * 100vw);
    width: calc(93 / 375 * 100vw);
  }
}
.p-header--thanks .p-header__button {
  display: none;
}

.p-mainVisual {
  background-image: url(../images/mainVisual.png);
  background-position: center;
  background-position: top;
  background-repeat: no-repeat;
  background-size: cover;
  content: "";
  display: inline-block;
  height: 829px;
  width: 100%;
}
@media screen and (max-width: 1199px) {
  .p-mainVisual {
    height: calc(829 / 1200 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-mainVisual {
    background-image: url(../images/mainVisual_sp.png);
    height: calc(634 / 375 * 100vw);
    margin-bottom: calc(202 / 375 * 100vw);
  }
}
.p-mainVisual__inner {
  position: relative;
}
.p-mainVisual__textBox {
  background-image: url(../images/text_mainVisual.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  display: inline-block;
  height: 481px;
  left: -20px;
  overflow: hidden;
  position: absolute;
  text-indent: 150vw;
  top: 185px;
  white-space: nowrap;
  width: 386px;
}
@media screen and (max-width: 1199px) {
  .p-mainVisual__textBox {
    height: calc(481 / 1200 * 100vw);
    left: calc(-29 / 1200 * 100vw);
    top: calc(185 / 1200 * 100vw);
    width: calc(386 / 1200 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-mainVisual__textBox {
    height: calc(418 / 375 * 100vw);
    left: 0;
    margin: 0 auto;
    right: 0;
    top: calc(418 / 375 * 100vw);
    width: calc(335 / 375 * 100vw);
  }
}

.p-consultation__inner {
  margin: 0 calc(-20 / 375 * 100vw);
  padding-bottom: 70px;
  padding-bottom: 0;
  padding-top: 90px;
}
@media screen and (max-width: 1199px) {
  .p-consultation__inner {
    padding-bottom: calc(70 / 1200 * 100vw);
    padding-top: calc(90 / 1200 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-consultation__inner {
    padding-bottom: calc(40 / 375 * 100vw);
    padding-top: calc(40 / 375 * 100vw);
  }
}
.p-consultation__consultationList {
  align-items: center;
  display: flex;
  height: 370px;
  position: relative;
}
@media screen and (max-width: 1199px) {
  .p-consultation__consultationList {
    height: calc(370 / 1200 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-consultation__consultationList {
    display: block;
    height: auto;
  }
}
.p-consultation__consultationList::before {
  background-color: var(--color-main2);
  content: "";
  height: 100%;
  position: absolute;
  right: 446px;
  top: 0;
  width: 100vw;
  z-index: -1;
}
@media screen and (max-width: 1199px) {
  .p-consultation__consultationList::before {
    right: calc(446 / 1200 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-consultation__consultationList::before {
    display: none;
  }
}
.p-consultation__consultationList::after {
  background-image: url(../images/image_consultation.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  display: inline-block;
  height: 388px;
  left: 470px;
  position: absolute;
  top: -45px;
  width: 746px;
}
@media screen and (max-width: 1199px) {
  .p-consultation__consultationList::after {
    height: calc(388 / 1200 * 100vw);
    left: calc(470 / 1200 * 100vw);
    top: calc(-45 / 1200 * 100vw);
    width: calc(746 / 1200 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-consultation__consultationList::after {
    background-image: url(../images/image_consultation_sp.png);
    height: calc(246 / 375 * 100vw);
    margin-top: calc(-83 / 375 * 100vw);
    position: static;
    width: calc(375 / 375 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-consultation__consultationList > ul {
    background-color: var(--color-main2);
    padding: calc(38 / 375 * 100vw) 0 calc(47 / 375 * 100vw) calc(44 / 375 * 100vw);
  }
}
.p-consultation__consultationList > ul > li + li {
  margin-top: 23px;
}
@media screen and (max-width: 1199px) {
  .p-consultation__consultationList > ul > li + li {
    margin-top: calc(23 / 1200 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-consultation__consultationList > ul > li + li {
    margin-top: calc(20 / 375 * 100vw);
  }
}
.p-consultation__consultationList__text {
  align-items: center;
  color: var(--color-white);
  display: flex;
  font-size: 2.4rem;
  font-weight: bold;
  line-height: 27px;
}
@media screen and (max-width: 1199px) {
  .p-consultation__consultationList__text {
    font-size: calc(24 / 1200 * 100vw);
    line-height: calc(27 / 1200 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-consultation__consultationList__text {
    font-size: calc(20 / 375 * 100vw);
    line-height: calc(22 / 375 * 100vw);
  }
}
.p-consultation__consultationList__text::before {
  background-image: url(../images/icon_consultation.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  display: inline-block;
  height: 32px;
  margin-right: 20px;
  width: 32px;
}
@media screen and (max-width: 1199px) {
  .p-consultation__consultationList__text::before {
    height: calc(32 / 1200 * 100vw);
    margin-right: calc(20 / 1200 * 100vw);
    width: calc(32 / 1200 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-consultation__consultationList__text::before {
    height: calc(27 / 375 * 100vw);
    margin-right: calc(13 / 375 * 100vw);
    width: calc(27 / 375 * 100vw);
  }
}

.p-support__inner {
  padding-bottom: 70px;
  padding-top: 90px;
}
@media screen and (max-width: 1199px) {
  .p-support__inner {
    padding-bottom: calc(70 / 1200 * 100vw);
    padding-top: calc(90 / 1200 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-support__inner {
    padding-bottom: calc(40 / 375 * 100vw);
    padding-top: calc(40 / 375 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-support__supportList {
    margin-top: calc(-20 / 375 * 100vw);
  }
}
.p-support__supportList > ul {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .p-support__supportList > ul {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .p-support__supportList > ul > li + li {
    margin-top: calc(20 / 375 * 100vw);
  }
}
.p-support__supportList__supportBox {
  width: 295px;
}
@media screen and (max-width: 1199px) {
  .p-support__supportList__supportBox {
    width: calc(295 / 1200 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-support__supportList__supportBox {
    width: 100%;
  }
}
.p-support__supportList__supportBox__thumbnail {
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  display: inline-block;
  height: 320px;
  overflow: hidden;
  text-indent: 150vw;
  white-space: nowrap;
  width: 100%;
}
@media screen and (max-width: 1199px) {
  .p-support__supportList__supportBox__thumbnail {
    height: calc(320 / 1200 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-support__supportList__supportBox__thumbnail {
    height: calc(363 / 375 * 100vw);
  }
}
.p-support__supportList__supportBox__titleBox {
  margin-top: 30px;
}
@media screen and (max-width: 1199px) {
  .p-support__supportList__supportBox__titleBox {
    margin-top: calc(30 / 1200 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-support__supportList__supportBox__titleBox {
    margin-top: calc(20 / 375 * 100vw);
  }
}
.p-support__supportList__supportBox__titleBox__title {
  color: var(--color-main);
  font-size: 2rem;
  font-weight: bold;
  letter-spacing: 0.05em;
  line-height: 27px;
  text-align: justify;
}
@media screen and (max-width: 1199px) {
  .p-support__supportList__supportBox__titleBox__title {
    font-size: calc(20 / 1200 * 100vw);
    line-height: calc(27 / 1200 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-support__supportList__supportBox__titleBox__title {
    font-size: calc(22 / 375 * 100vw);
    line-height: calc(29 / 375 * 100vw);
  }
}
.p-support__supportList__supportBox__titleBox__name {
  font-size: 1.3rem;
  line-height: 25px;
  margin-top: 10px;
}
@media screen and (max-width: 1199px) {
  .p-support__supportList__supportBox__titleBox__name {
    font-size: calc(13 / 1200 * 100vw);
    line-height: calc(25 / 1200 * 100vw);
    margin-top: calc(10 / 1200 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-support__supportList__supportBox__titleBox__name {
    font-size: calc(13 / 375 * 100vw);
    line-height: calc(25 / 375 * 100vw);
    margin-top: calc(10 / 375 * 100vw);
  }
}
.p-support__supportList__supportBox__text {
  font-size: 1.4rem;
  line-height: 25px;
  margin-top: 10px;
  text-align: justify;
}
@media screen and (max-width: 1199px) {
  .p-support__supportList__supportBox__text {
    font-size: calc(14 / 1200 * 100vw);
    line-height: calc(25 / 1200 * 100vw);
    margin-top: calc(10 / 1200 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-support__supportList__supportBox__text {
    font-size: calc(14 / 375 * 100vw);
    line-height: calc(25 / 375 * 100vw);
    margin-top: calc(10 / 375 * 100vw);
  }
}
.p-support__supportList__supportBox--support1 .p-support__supportList__supportBox__thumbnail {
  background-image: url(../images/thumbnail_support_1.png);
}
.p-support__supportList__supportBox--support2 .p-support__supportList__supportBox__thumbnail {
  background-image: url(../images/thumbnail_support_2.png);
}
.p-support__supportList__supportBox--support3 .p-support__supportList__supportBox__thumbnail {
  background-image: url(../images/thumbnail_support_3.png);
}

.p-about {
  background-color: var(--color-main);
  height: 384px;
  position: relative;
}
@media screen and (max-width: 1199px) {
  .p-about {
    height: calc(384 / 1200 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-about {
    height: auto;
  }
}
.p-about::before {
  background-image: url(../images/image_about.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  content: "";
  display: inline-block;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  width: calc(690 / 1440 * 100vw);
}
@media screen and (max-width: 767px) {
  .p-about::before {
    height: calc(209 / 375 * 100vw);
    position: static;
    width: 100%;
  }
}
.p-about .l-container {
  height: 100%;
}
.p-about__inner {
  align-items: center;
  display: flex;
  height: 100%;
}
@media screen and (max-width: 767px) {
  .p-about__textBox {
    padding-bottom: calc(30 / 375 * 100vw);
    padding-top: calc(30 / 375 * 100vw);
  }
}
.p-about__textBox__title {
  color: var(--color-white);
  font-size: 4rem;
  font-weight: bold;
  letter-spacing: 0.05em;
  line-height: 45px;
  margin-bottom: 20px;
}
@media screen and (max-width: 1199px) {
  .p-about__textBox__title {
    font-size: calc(40 / 1200 * 100vw);
    line-height: calc(45 / 1200 * 100vw);
    margin-bottom: calc(20 / 1200 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-about__textBox__title {
    font-size: calc(30 / 375 * 100vw);
    line-height: calc(40 / 375 * 100vw);
    margin-bottom: calc(15 / 375 * 100vw);
  }
}
.p-about__textBox__text {
  color: var(--color-white);
  font-size: 1.6rem;
  font-weight: bold;
  letter-spacing: 0.05em;
  line-height: 30px;
  text-align: justify;
}
@media screen and (max-width: 1199px) {
  .p-about__textBox__text {
    font-size: calc(16 / 1200 * 100vw);
    line-height: calc(30 / 1200 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-about__textBox__text {
    font-size: calc(16 / 375 * 100vw);
    line-height: calc(30 / 375 * 100vw);
  }
}

.p-reason {
  background-color: var(--color-bg);
}
.p-reason__inner {
  padding-bottom: 70px;
  padding-top: 90px;
}
@media screen and (max-width: 1199px) {
  .p-reason__inner {
    padding-bottom: calc(70 / 1200 * 100vw);
    padding-top: calc(90 / 1200 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-reason__inner {
    padding-bottom: calc(40 / 375 * 100vw);
    padding-top: calc(40 / 375 * 100vw);
  }
}
.p-reason__reasonList {
  margin: 0 auto;
  width: 902px;
}
@media screen and (max-width: 1199px) {
  .p-reason__reasonList {
    width: calc(902 / 1200 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-reason__reasonList {
    width: 100%;
  }
}
.p-reason__reasonList > ul > li + li {
  margin-top: 40px;
}
@media screen and (max-width: 1199px) {
  .p-reason__reasonList > ul > li + li {
    margin-top: calc(40 / 1200 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-reason__reasonList > ul > li + li {
    margin-top: calc(20 / 375 * 100vw);
  }
}
.p-reason__reasonList > ul > li:nth-child(2n) .p-reason__reasonList__reasonBox {
  flex-direction: row-reverse;
}
.p-reason__reasonList__reasonBox {
  display: flex;
}
@media screen and (max-width: 767px) {
  .p-reason__reasonList__reasonBox {
    display: block;
  }
}
.p-reason__reasonList__reasonBox__thumbnail {
  width: 408px;
}
.p-reason__reasonList__reasonBox__thumbnail img {
  height: auto;
  width: 100%;
}
@media screen and (max-width: 1199px) {
  .p-reason__reasonList__reasonBox__thumbnail {
    width: calc(408 / 1200 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-reason__reasonList__reasonBox__thumbnail {
    width: 100%;
  }
}
.p-reason__reasonList__reasonBox__textBox {
  align-items: center;
  background-color: var(--color-white);
  display: flex;
  width: 494px;
}
@media screen and (max-width: 1199px) {
  .p-reason__reasonList__reasonBox__textBox {
    width: calc(494 / 1200 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-reason__reasonList__reasonBox__textBox {
    width: 100%;
  }
}
.p-reason__reasonList__reasonBox__textBox__inner {
  padding: 0 40px;
}
@media screen and (max-width: 1199px) {
  .p-reason__reasonList__reasonBox__textBox__inner {
    padding: 0 calc(40 / 1200 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-reason__reasonList__reasonBox__textBox__inner {
    padding: calc(25 / 375 * 100vw);
  }
}
.p-reason__reasonList__reasonBox__textBox__titleBox__label {
  color: var(--color-main);
  font-family: "Roboto", sans-serif;
  font-size: 1.9rem;
  font-weight: bold;
  line-height: 25px;
  margin-bottom: 10px;
}
@media screen and (max-width: 1199px) {
  .p-reason__reasonList__reasonBox__textBox__titleBox__label {
    font-size: calc(19 / 1200 * 100vw);
    line-height: calc(25 / 1200 * 100vw);
    margin-bottom: calc(10 / 1200 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-reason__reasonList__reasonBox__textBox__titleBox__label {
    font-size: calc(18 / 375 * 100vw);
    line-height: calc(25 / 375 * 100vw);
    margin-bottom: calc(5 / 375 * 100vw);
  }
}
.p-reason__reasonList__reasonBox__textBox__titleBox__title {
  color: var(--color-main);
  font-size: 2.5rem;
  font-weight: bold;
  letter-spacing: 0.05em;
  line-height: 35px;
}
@media screen and (max-width: 1199px) {
  .p-reason__reasonList__reasonBox__textBox__titleBox__title {
    font-size: calc(25 / 1200 * 100vw);
    line-height: calc(35 / 1200 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-reason__reasonList__reasonBox__textBox__titleBox__title {
    font-size: calc(22 / 375 * 100vw);
    line-height: calc(30 / 375 * 100vw);
    white-space: nowrap;
  }
}
.p-reason__reasonList__reasonBox__textBox__text {
  font-size: 1.5rem;
  line-height: 27px;
  margin-top: 15px;
  text-align: justify;
}
@media screen and (max-width: 1199px) {
  .p-reason__reasonList__reasonBox__textBox__text {
    font-size: calc(15 / 1200 * 100vw);
    line-height: calc(27 / 1200 * 100vw);
    margin-top: calc(15 / 1200 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-reason__reasonList__reasonBox__textBox__text {
    font-size: calc(15 / 375 * 100vw);
    line-height: calc(27 / 375 * 100vw);
    margin-top: calc(15 / 375 * 100vw);
  }
}

.p-plan__inner {
  padding-bottom: 70px;
  padding-top: 90px;
}
@media screen and (max-width: 1199px) {
  .p-plan__inner {
    padding-bottom: calc(70 / 1200 * 100vw);
    padding-top: calc(90 / 1200 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-plan__inner {
    padding-bottom: calc(40 / 375 * 100vw);
    padding-top: calc(40 / 375 * 100vw);
  }
}

.p-plan__list{
  position: relative;
  margin: 0 auto;
  width: 902px;
  overflow: hidden;
}

@media screen and (max-width: 1199px) {
  .p-plan__list{
    width: calc(902 / 1200 * 100vw);
  }
}
@media screen and (max-width: 767px) {

  .p-plan__list{
    width: 100%;
  }

}

.p-plan__list::after{
  content: "";
  display: inline-block;
  width: 4px;
  height: 90%;
  background-color: var(--color-main);
  position: absolute;
  left: 71px;
  top: 40px;
}

@media screen and (max-width: 1199px) {
  .p-plan__list::after{
    content: "";
    display: inline-block;
    width: 4px;
    height: 85%;
    background-color: var(--color-main);
    position: absolute;
    left: 56px;
    top: 5vw;
  }
}
@media screen and (max-width: 767px) {
  .p-plan__list::after{
    content: "";
    display: inline-block;
    width: 3px;
    height: 85%;
    background-color: var(--color-main);
    position: absolute;
    left: 46px;
    top: 9vw;
  }
}


.p-plan__item{
  background-color: #eee;
  padding: 24px;
  margin-bottom: 24px;
  position: relative;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 1199px) {
  .p-plan__item{
    padding: 18px;
    margin-bottom: 18px;
  }
}



.p-plan__icon{
  width: 100px;
  margin-right: 24px;
  background-color: var(--color-main);
  border-radius: 100%;
  padding: 12px;
  position: relative;
  z-index: 100;
}
@media screen and (max-width: 1199px) {
  .p-plan__icon{
    width: 80px;
    padding:calc(14 / 1200 * 100vw);

  }
}


@media screen and (max-width: 767px) {
  .p-plan__icon{
    width: 60px;
    margin-right: 12px;
  }
}

.p-plan__icon img{
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}

.p-plan__info{
  flex: 1;
}

.p-plan__ttl{
  font-size: 1.8rem;
  color: var(--color-main);
  margin-bottom: .4em;
  font-weight: bold;
}

@media screen and (max-width: 1199px) {
  .p-plan__ttl{
    font-size: calc(25 / 1200 * 100vw)
  }
}
@media screen and (max-width: 767px) {
  .p-plan__ttl{
    font-size: calc(20 / 375 * 100vw);
  }
}

.p-plan__txt{
  font-size: 1.6rem;
  line-height: 1.4;
}

@media screen and (max-width: 1199px) {
  .p-plan__txt{
    font-size: calc(15 / 1200 * 100vw)
  }
}
@media screen and (max-width: 767px) {
  .p-plan__txt{
    font-size: calc(14 / 375 * 100vw);
  }
}


@media screen and (max-width: 1199px) {

}
@media screen and (max-width: 767px) {

}

.p-cta {
  background-color: var(--color-main2);
  height: 200px;
}
@media screen and (max-width: 1199px) {
  .p-cta {
    height: calc(200 / 1200 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-cta {
    height: calc(173 / 375 * 100vw);
    margin-top: calc(25 / 375 * 100vw);
  }
}
.p-cta .l-container {
  height: 100%;
}
.p-cta__inner {
  align-items: center;
  display: flex;
  height: 100%;
  position: relative;
}
.p-cta__inner::after {
  background-image: url(../images/image_cta.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  bottom: 0;
  content: "";
  display: inline-block;
  height: 282px;
  left: 570px;
  position: absolute;
  width: 453px;
}
@media screen and (max-width: 1199px) {
  .p-cta__inner::after {
    height: calc(282 / 1200 * 100vw);
    left: calc(570 / 1200 * 100vw);
    width: calc(453 / 1200 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-cta__inner::after {
    background-image: url(../images/image_cta_sp.png);
    height: calc(205 / 375 * 100vw);
    left: auto;
    right: calc(-20 / 375 * 100vw);
    width: calc(168 / 375 * 100vw);
  }
}
.p-cta__ctaBox {
  align-items: center;
  display: flex;
}
@media screen and (max-width: 767px) {
  .p-cta__ctaBox {
    display: block;
  }
}
.p-cta__ctaBox__text {
  margin-right: 40px;
  width: 305px;
}
.p-cta__ctaBox__text img {
  height: auto;
  width: 100%;
}
@media screen and (max-width: 1199px) {
  .p-cta__ctaBox__text {
    margin-right: calc(40 / 1200 * 100vw);
    width: calc(305 / 1200 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-cta__ctaBox__text {
    margin-bottom: calc(20 / 375 * 100vw);
    margin-right: 0;
    width: calc(168 / 375 * 100vw);
  }
}
.p-cta__ctaBox__button a {
  background-image: url(../images/button_cta.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  display: block;
  display: inline-block;
  height: 85px;
  overflow: hidden;
  text-indent: 150vw;
  white-space: nowrap;
  width: 214px;
}
@media screen and (max-width: 1199px) {
  .p-cta__ctaBox__button a {
    height: calc(85 / 1200 * 100vw);
    width: calc(214 / 1200 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-cta__ctaBox__button a {
    background-image: url(../images/button_cta_sp.svg);
    height: calc(53 / 375 * 100vw);
    width: calc(168 / 375 * 100vw);
  }
}

.p-qa {
  background-color: var(--color-bg);
}
.p-qa__inner {
  padding-bottom: 70px;
  padding-top: 90px;
}
@media screen and (max-width: 1199px) {
  .p-qa__inner {
    padding-bottom: calc(70 / 1200 * 100vw);
    padding-top: calc(90 / 1200 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-qa__inner {
    padding-bottom: calc(40 / 375 * 100vw);
    padding-top: calc(40 / 375 * 100vw);
  }
}
.p-qa__qaList {
  margin: 0 auto;
  width: 870px;
}
@media screen and (max-width: 1199px) {
  .p-qa__qaList {
    width: calc(870 / 1200 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-qa__qaList {
    width: 100%;
  }
}
.p-qa__qaList > ul > li + li {
  margin-top: 20px;
}
@media screen and (max-width: 1199px) {
  .p-qa__qaList > ul > li + li {
    margin-top: calc(20 / 1200 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-qa__qaList > ul > li + li {
    margin-top: calc(20 / 375 * 100vw);
  }
}
.p-qa__qaList__qaBox__title {
  align-items: center;
  background-color: var(--color-main2);
  color: var(--color-white);
  display: flex;
  font-size: 1.8rem;
  font-weight: bold;
  height: 53px;
  letter-spacing: 0.05em;
  line-height: 30px;
  padding: 0 25px;
}
@media screen and (max-width: 1199px) {
  .p-qa__qaList__qaBox__title {
    font-size: calc(18 / 1200 * 100vw);
    height: calc(53 / 1200 * 100vw);
    line-height: calc(30 / 1200 * 100vw);
    padding: 0 calc(25 / 1200 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-qa__qaList__qaBox__title {
    font-size: calc(17 / 375 * 100vw);
    height: auto;
    line-height: calc(24 / 375 * 100vw);
    padding: calc(10 / 375 * 100vw) calc(20 / 375 * 100vw);
  }
}
.p-qa__qaList__qaBox__textBox {
  background-color: var(--color-white);
  display: flex;
  justify-content: space-between;
  padding: 30px 40px;
}
@media screen and (max-width: 1199px) {
  .p-qa__qaList__qaBox__textBox {
    padding: calc(30 / 1200 * 100vw) calc(40 / 1200 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-qa__qaList__qaBox__textBox {
    padding: calc(20 / 375 * 100vw) calc(20 / 375 * 100vw);
  }
}
.p-qa__qaList__qaBox__textBox__icon {
  color: var(--color-main);
  font-family: "Roboto", sans-serif;
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 27px;
}
@media screen and (max-width: 1199px) {
  .p-qa__qaList__qaBox__textBox__icon {
    font-size: calc(18 / 1200 * 100vw);
    line-height: calc(27 / 1200 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-qa__qaList__qaBox__textBox__icon {
    font-size: calc(18 / 375 * 100vw);
    line-height: calc(27 / 375 * 100vw);
  }
}
.p-qa__qaList__qaBox__textBox__text {
  font-size: 1.5rem;
  line-height: 27px;
  text-align: justify;
  width: 750px;
}
@media screen and (max-width: 1199px) {
  .p-qa__qaList__qaBox__textBox__text {
    font-size: calc(15 / 1200 * 100vw);
    line-height: calc(27 / 1200 * 100vw);
    width: calc(750 / 1200 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-qa__qaList__qaBox__textBox__text {
    font-size: calc(15 / 375 * 100vw);
    line-height: calc(27 / 375 * 100vw);
    width: calc(266 / 375 * 100vw);
  }
}

.p-contact .parsley-errors-list {
  color: red;
  font-size: 1.2rem;
  margin-top: 10px;
  padding-left: 190px;
}
@media screen and (max-width: 1199px) {
  .p-contact .parsley-errors-list {
    font-size: calc(12 / 1200 * 100vw);
    margin-top: calc(10 / 1200 * 100vw);
    padding-left: calc(190 / 1200 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-contact .parsley-errors-list {
    font-size: calc(12 / 375 * 100vw);
    margin-top: calc(10 / 375 * 100vw);
    padding-left: calc(190 / 375 * 100vw);
  }
}
@media screen and (max-width: 1199px) {
  .p-contact .parsley-errors-list {
    font-size: calc(12 / 1200 * 100vw);
    margin-top: calc(10 / 1200 * 100vw);
    padding-left: calc(190 / 1200 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-contact .parsley-errors-list {
    font-size: calc(13 / 375 * 100vw);
    margin-top: calc(10 / 375 * 100vw);
    padding-left: 0;
  }
}
.p-contact__inner {
  padding-bottom: 70px;
  padding-top: 90px;
}
@media screen and (max-width: 1199px) {
  .p-contact__inner {
    padding-bottom: calc(70 / 1200 * 100vw);
    padding-top: calc(90 / 1200 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-contact__inner {
    padding-bottom: calc(40 / 375 * 100vw);
    padding-top: calc(40 / 375 * 100vw);
  }
}

.p-footer {
  background-color: var(--color-main2);
  height: 58px;
}
@media screen and (max-width: 1199px) {
  .p-footer {
    height: calc(58 / 1200 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-footer {
    height: calc(58 / 375 * 100vw);
  }
}
.p-footer .l-container {
  height: 100%;
}
.p-footer__inner {
  align-items: center;
  display: flex;
  height: 100%;
  justify-content: center;
}
.p-footer__copyright {
  color: var(--color-white);
  font-family: "Roboto", sans-serif;
  font-size: 1.2rem;
  line-height: 28px;
}
@media screen and (max-width: 1199px) {
  .p-footer__copyright {
    font-size: calc(12 / 1200 * 100vw);
    line-height: calc(28 / 1200 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-footer__copyright {
    font-size: calc(12 / 375 * 100vw);
    line-height: calc(28 / 375 * 100vw);
  }
}

.p-thanks {
  align-items: center;
  display: flex;
  height: calc(100vh - 58px);
}
@media screen and (max-width: 1199px) {
  .p-thanks {
    height: calc(100vh - (58 / 1200 * 100vw));
    height: 100%;
  }
}
@media screen and (max-width: 767px) {
  .p-thanks {
    height: calc(100vh - (58 / 375 * 100vw));
    height: 100%;
  }
}

.p-thanks__box{
  background-color: #eee;
  padding: 24px;
  margin: 80px 0;
}

@media screen and (max-width: 767px) {
  .p-thanks__box{
    margin-top: 30vw;
  }

}

.p-thanks__title {
  font-size: 3.4rem;
  color: var(--color-main);
  font-weight: bold;
  letter-spacing: 0.05em;
  line-height: 45px;
  text-align: center;
}
@media screen and (max-width: 1199px) {
  .p-thanks__title {
    font-size: calc(34 / 1200 * 100vw);
    line-height: calc(45 / 1200 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-thanks__title {
    font-size: calc(24 / 375 * 100vw);
    line-height: calc(42 / 375 * 100vw);
  }
}
.p-thanks__text {
  font-size: 1.5rem;
  letter-spacing: 0.05em;
  line-height: 27px;
  margin-top: 40px;
  text-align: center;
}
@media screen and (max-width: 1199px) {
  .p-thanks__text {
    font-size: calc(15 / 1200 * 100vw);
    line-height: calc(27 / 1200 * 100vw);
    margin-top: calc(40 / 1200 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-thanks__text {
    font-size: calc(15 / 375 * 100vw);
    line-height: calc(27 / 375 * 100vw);
    margin-top: calc(30 / 375 * 100vw);
  }
}
.p-thanks__button {
  margin: 0 auto;
  margin-top: 60px;
  width: 240px;
}
.p-thanks__button img {
  height: auto;
  width: 100%;
}
@media screen and (max-width: 1199px) {
  .p-thanks__button {
    margin-top: calc(60 / 1200 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-thanks__button {
    margin-top: calc(60 / 375 * 100vw);
  }
}
.p-thanks__button a {
  display: block;
}


.p-thanks__text{
  font-size: 2rem;
}

.txt_futo{
  font-weight: 600;
}
.p-thanks__button{
  text-align: center;
  margin-top: 3rem;
}
.p-thanks__button_add{
  background: #b92a23;
  padding: 1.3em;
  font-weight: 500;
  color: #fff;
  position: relative;
}
.p-thanks__button_add:after{
content:"";
position:absolute;
top:0;
bottom:.1em;
right:7%;
margin:auto;
width: .5em;
height: .5em;
border-top: .08em solid #fff;
border-right: .08em solid #fff;
transform: rotate(45deg);
transition:.3s;
}


.p-thanks__button_add.-green{
  background-color: #06c755;

}
.marker {
    background: linear-gradient(transparent 60%, #ffe826 60%);
}