@charset "UTF-8";
:root {
  --color-white: #ffffff;
  --color-black: #666666;
  --color-main: #efa100;
  --color-main2: #73625b;
  --color-bg: #fffaf2;
  --color-bg2: #fff3df;
  --color-line: #35bf4f;
  --color-placeholder: #b3b3b3;
}

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

h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
}

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";
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  overflow-x: hidden;
  width: 100%;
}
body * {
  letter-spacing: 0.05em;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
}

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

picture {
  display: block;
}

input[type=submit],
input[type=button],
input[type=text],
input[type=number],
input[type=email],
input[type=tel],
input[type=date],
input[type=reset],
select,
button,
textarea {
  -webkit-appearance: none;
  background-color: var(--color-white);
  border: none;
  border-radius: 0;
  box-sizing: border-box;
  color: var(--color-black);
}
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=date]::-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=date]:focus,
input[type=reset]:focus,
select:focus,
button:focus,
textarea:focus {
  outline-offset: 0;
}

input[type=date]::-webkit-date-and-time-value,
input[type=time]::-webkit-date-and-time-value,
input[type=datetime-local]::-webkit-date-and-time-value {
  text-align: left;
}

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

.swiper-container {
  overflow: visible;
  padding-bottom: 25px;
  position: relative;
}
@media screen and (max-width: 1439px) {
  .swiper-container {
    padding-bottom: calc(25 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .swiper-container {
    padding-bottom: calc(25 / 375 * 100vw);
  }
}

.swiper-button-prev,
.swiper-button-next {
  display: block;
  height: auto;
  margin-top: 0;
  width: auto;
  z-index: 2;
}
.swiper-button-prev:after,
.swiper-button-next:after {
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  border-radius: 50%;
  content: "";
  display: block;
  filter: drop-shadow(0px 0px 20px rgba(0, 0, 0, 0.1));
  height: 35px;
  width: 35px;
}
@media screen and (max-width: 1439px) {
  .swiper-button-prev:after,
.swiper-button-next:after {
    filter: drop-shadow(0px 0px calc(20 / 1440 * 100vw) rgba(0, 0, 0, 0.1));
    height: calc(30 / 1440 * 100vw);
    width: calc(30 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .swiper-button-prev:after,
.swiper-button-next:after {
    filter: drop-shadow(0px 0px calc(20 / 375 * 100vw) rgba(0, 0, 0, 0.1));
    height: calc(30 / 375 * 100vw);
    width: calc(30 / 375 * 100vw);
  }
}

.swiper-button-prev {
  left: 0;
}
@media screen and (max-width: 767px) {
  .swiper-button-prev {
    left: calc(15 / 375 * 100vw) !important;
  }
}
.swiper-button-prev:after {
  background-image: url(../images/swiper_icon_prev.svg);
}

.swiper-button-next {
  right: 0;
}
@media screen and (max-width: 767px) {
  .swiper-button-next {
    right: calc(15 / 375 * 100vw) !important;
  }
}
.swiper-button-next:after {
  background-image: url(../images/swiper_icon_next.svg);
}

.swiper-pagination {
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .swiper-pagination {
    bottom: calc(0 / 375 * 100vw) !important;
  }
}

.swiper-pagination-bullets {
  bottom: 0 !important;
  font-size: 0 !important;
  left: auto !important;
}

.swiper-pagination-bullet {
  background-color: #F5E0EF;
  border: 1px solid #F5E0EF;
  border-radius: 0;
  height: 5px;
  margin: 0 5px;
  opacity: 1;
  width: 40px;
}
@media screen and (max-width: 1439px) {
  .swiper-pagination-bullet {
    height: calc(5 / 1440 * 100vw);
    margin: 0 calc(5 / 1440 * 100vw);
    width: calc(40 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .swiper-pagination-bullet {
    height: calc(5 / 375 * 100vw);
    margin: 0 calc(5 / 375 * 100vw);
    width: calc(40 / 375 * 100vw);
  }
}
.swiper-pagination-bullet-active {
  background: var(--color-main);
  border: 1px solid var(--color-main);
}

@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translateY(10px);
    @media screen and (max-width: 1439px) {
      transform: translateY(calc(10 / 1440 * 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: 1439px) {
      transform: translateY(calc(10 / 1440 * 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);
  }
}
.lity-hide {
  display: none !important;
}

.lity-close,
.lity-close:hover {
  box-shadow: none !important;
  display: none !important;
  font-family: inherit !important;
  line-height: 1 !important;
  position: static !important;
  text-shadow: none !important;
}

/* noto-sans-jp-regular - japanese_latin */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/noto-sans-jp-v53-japanese_latin-regular.woff2") format("woff2");
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* noto-sans-jp-500 - japanese_latin */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 500;
  src: url("../fonts/noto-sans-jp-v53-japanese_latin-500.woff2") format("woff2");
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* noto-sans-jp-700 - japanese_latin */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/noto-sans-jp-v53-japanese_latin-700.woff2") format("woff2");
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
.l-container {
  margin: 0 auto;
  padding-left: 275px;
  padding-right: 275px;
  width: 1440px;
}
@media screen and (max-width: 1439px) {
  .l-container {
    padding-left: calc(275 / 1440 * 100vw);
    padding-right: calc(275 / 1440 * 100vw);
    width: calc(1440 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .l-container {
    padding-left: calc(22 / 375 * 100vw);
    padding-right: calc(22 / 375 * 100vw);
    width: 100%;
  }
}

.c-form__block__label {
  color: var(--color-main2);
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 15px;
}
@media screen and (max-width: 1439px) {
  .c-form__block__label {
    font-size: calc(24 / 1440 * 100vw);
    margin-bottom: calc(15 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .c-form__block__label {
    font-size: calc(16 / 375 * 100vw);
    margin-bottom: calc(10 / 375 * 100vw);
  }
}
.c-form__block__input input,
.c-form__block__input textarea {
  border: 1.5px solid var(--color-main2);
  border-radius: 5px;
  font-size: 22px;
  font-weight: bold;
  width: 100%;
}
@media screen and (max-width: 1439px) {
  .c-form__block__input input,
.c-form__block__input textarea {
    border: calc(1.5 / 1440 * 100vw) solid var(--color-main2);
    border-radius: calc(5 / 1440 * 100vw);
    font-size: calc(22 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .c-form__block__input input,
.c-form__block__input textarea {
    border: calc(1 / 375 * 100vw) solid var(--color-main2);
    border-radius: calc(5 / 375 * 100vw);
    font-size: 16px;
  }
}
.c-form__block__input input::-moz-placeholder, .c-form__block__input textarea::-moz-placeholder {
  color: var(--color-placeholder);
}
.c-form__block__input input:-ms-input-placeholder, .c-form__block__input textarea:-ms-input-placeholder {
  color: var(--color-placeholder);
}
.c-form__block__input input::placeholder,
.c-form__block__input textarea::placeholder {
  color: var(--color-placeholder);
}
.c-form__block__input input {
  height: 76px;
  padding: 0 20px;
}
@media screen and (max-width: 1439px) {
  .c-form__block__input input {
    height: calc(76 / 1440 * 100vw);
    padding: 0 calc(20 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .c-form__block__input input {
    height: calc(60 / 375 * 100vw);
    padding: 0 calc(15 / 375 * 100vw);
  }
}
.c-form__block__input textarea {
  height: 190px;
  padding: 20px;
}
@media screen and (max-width: 1439px) {
  .c-form__block__input textarea {
    height: calc(190 / 1440 * 100vw);
    padding: calc(20 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .c-form__block__input textarea {
    height: calc(170 / 375 * 100vw);
    padding: calc(15 / 375 * 100vw);
  }
}
.c-form__block.is-required .c-form__block__label::after {
  color: var(--color-main);
  content: "*";
}
.c-form__block + .c-form__block {
  margin-top: 30px;
}
@media screen and (max-width: 1439px) {
  .c-form__block + .c-form__block {
    margin-top: calc(30 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .c-form__block + .c-form__block {
    margin-top: calc(25 / 375 * 100vw);
  }
}
.c-form__agree {
  margin-top: 40px;
}
@media screen and (max-width: 1439px) {
  .c-form__agree {
    margin-top: calc(40 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .c-form__agree {
    margin-top: calc(25 / 375 * 100vw);
  }
}
.c-form__agree input {
  display: none;
}
/* .c-form__agree input:checked + label::before {
  background-image: url(../images/form_checkbox_checked.svg);
} */
.c-form__agree  {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
  align-items: center;
  /* cursor: pointer; */
  display: flex;
  font-size: 15px;
  justify-content: center;
          user-select: none;
}
@media screen and (max-width: 1439px) {
  .c-form__agree p {
    font-size: calc(15 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .c-form__agree p {
    font-size: calc(12 / 375 * 100vw);
  }
}
.c-form__agree p a {
  color: var(--color-main);
  text-decoration: underline;
  cursor: pointer;
}
/* .c-form__agree label::before {
  background-image: url(../images/form_checkbox.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  display: block;
  height: 14px;
  margin-right: 10px;
  transform: translateY(1px);
  width: 14px;
} */
@media screen and (max-width: 1439px) {
  .c-form__agree label::before {
    height: calc(14 / 1440 * 100vw);
    margin-right: calc(10 / 1440 * 100vw);
    width: calc(14 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .c-form__agree label::before {
    height: calc(10 / 375 * 100vw);
    margin-right: calc(5 / 375 * 100vw);
    width: calc(10 / 375 * 100vw);
  }
}
.c-form__agree + .parsley-errors-list {
  font-size: 14px !important;
  margin-top: 15px !important;
  text-align: center;
}
@media screen and (max-width: 1439px) {
  .c-form__agree + .parsley-errors-list {
    font-size: calc(14 / 1440 * 100vw) !important;
    margin-top: calc(15 / 1440 * 100vw) !important;
  }
}
@media screen and (max-width: 767px) {
  .c-form__agree + .parsley-errors-list {
    font-size: calc(12 / 375 * 100vw) !important;
    margin-top: calc(15 / 375 * 100vw) !important;
  }
}
.c-form__submit {
  margin-top: 30px;
}
@media screen and (max-width: 1439px) {
  .c-form__submit {
    margin-top: calc(30 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .c-form__submit {
    margin-top: calc(25 / 375 * 100vw);
  }
}
.c-form__submit button {
  background-image: url(../images/form_button.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  cursor: pointer;
  display: block;
  height: 61px;
  margin: 0 auto;
  overflow: hidden;
  text-indent: 150vw;
  transition: 0.3s;
  white-space: nowrap;
  width: 325px;
}
@media screen and (max-width: 1439px) {
  .c-form__submit button {
    height: calc(61 / 1440 * 100vw);
    width: calc(325 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .c-form__submit button {
    background-image: url(../images/form_button_sp.svg);
    height: calc(45 / 375 * 100vw);
    width: calc(193 / 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 .parsley-errors-list {
  color: red;
  font-size: 16px;
  margin-top: 10px;
}
@media screen and (max-width: 1439px) {
  .c-form .parsley-errors-list {
    font-size: calc(16 / 1440 * 100vw);
    margin-top: calc(10 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .c-form .parsley-errors-list {
    font-size: calc(12 / 375 * 100vw);
    margin-top: calc(10 / 375 * 100vw);
  }
}

.p-header {
  height: 100px;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1;
}
@media screen and (max-width: 1999px) {
  .p-header {
    height: calc(100 / 2000 * 100vw);
  }
}
@media screen and (max-width: 1439px) {
  .p-header {
    height: calc(100 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-header {
    height: calc(60 / 375 * 100vw);
    position: static;
  }
}
.p-header .l-container {
  height: 100%;
  padding-left: 312px;
  padding-right: 312px;
  width: 2000px;
}
@media screen and (max-width: 1999px) {
  .p-header .l-container {
    padding-left: calc(312 / 2000 * 100vw);
    padding-right: calc(312 / 2000 * 100vw);
    width: 100%;
  }
}
@media screen and (max-width: 1439px) {
  .p-header .l-container {
    padding-left: calc(32 / 1440 * 100vw);
    padding-right: calc(32 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-header .l-container {
    padding-left: calc(22 / 375 * 100vw);
    padding-right: calc(22 / 375 * 100vw);
  }
}
.p-header__inner {
  align-items: center;
  display: flex;
  height: 100%;
  justify-content: space-between;
}
.p-header__logo {
  width: 101px;
}
.p-header__logo img {
  height: auto;
  width: 100%;
}
@media screen and (max-width: 1999px) {
  .p-header__logo {
    width: calc(101 / 2000 * 100vw);
  }
}
@media screen and (max-width: 1439px) {
  .p-header__logo {
    width: calc(101 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-header__logo {
    width: calc(69 / 375 * 100vw);
  }
}
.p-header__logo a {
  display: block;
}
.p-header__button a {
  align-items: center;
  background-color: var(--color-white);
  border: 2px solid var(--color-main);
  border-radius: 30px;
  color: var(--color-main);
  display: flex;
  font-size: 17px;
  font-weight: bold;
  height: 49px;
  justify-content: center;
  position: relative;
  width: 236px;
}
@media screen and (max-width: 1999px) {
  .p-header__button a {
    border: calc(2 / 2000 * 100vw) solid var(--color-main);
    border-radius: calc(30 / 2000 * 100vw);
    font-size: calc(17 / 2000 * 100vw);
    height: calc(49 / 2000 * 100vw);
    width: calc(236 / 2000 * 100vw);
  }
}
@media screen and (max-width: 1439px) {
  .p-header__button a {
    border: calc(2 / 1440 * 100vw) solid var(--color-main);
    border-radius: calc(30 / 1440 * 100vw);
    font-size: calc(17 / 1440 * 100vw);
    height: calc(49 / 1440 * 100vw);
    width: calc(236 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-header__button a {
    border: calc(1 / 375 * 100vw) solid var(--color-main);
    border-radius: calc(30 / 375 * 100vw);
    font-size: calc(12 / 375 * 100vw);
    height: calc(30 / 375 * 100vw);
    padding-right: calc(10 / 375 * 100vw);
    width: calc(152 / 375 * 100vw);
  }
}
.p-header__button a::after {
  -webkit-mask-image: url(../images/icon_arrow_button.svg);
  -webkit-mask-position: center center;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-size: contain;
  background-color: var(--color-main);
  bottom: 0;
  content: "";
  display: block;
  height: 12px;
  margin: auto 0;
          mask-image: url(../images/icon_arrow_button.svg);
          mask-position: center center;
          mask-repeat: no-repeat;
          mask-size: contain;
  position: absolute;
  right: 15px;
  top: 0;
  width: 8px;
}
@media screen and (max-width: 1999px) {
  .p-header__button a::after {
    height: calc(12 / 2000 * 100vw);
    right: calc(15 / 2000 * 100vw);
    width: calc(8 / 2000 * 100vw);
  }
}
@media screen and (max-width: 1439px) {
  .p-header__button a::after {
    height: calc(12 / 1440 * 100vw);
    right: calc(15 / 1440 * 100vw);
    width: calc(8 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-header__button a::after {
    height: calc(9 / 375 * 100vw);
    right: calc(10 / 375 * 100vw);
    width: calc(5 / 375 * 100vw);
  }
}

#document .p-header,
#application .p-header,
#thanks .p-header {
  position: static;
}
#document .p-header__button,
#application .p-header__button,
#thanks .p-header__button {
  display: none;
}

.p-footer {
  background-color: var(--color-bg2);
  height: 83px;
}
@media screen and (max-width: 1439px) {
  .p-footer {
    height: calc(83 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-footer {
    height: calc(87 / 375 * 100vw);
  }
}
.p-footer .l-container {
  height: 100%;
}
@media screen and (max-width: 767px) {
  .p-footer .l-container {
    align-items: center;
    display: flex;
    justify-content: center;
  }
}
.p-footer__inner {
  align-items: center;
  display: flex;
  height: 100%;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .p-footer__inner {
    display: block;
    height: auto;
  }
}
.p-footer__company {
  color: var(--color-main);
  font-size: 16px;
  font-weight: bold;
}
@media screen and (max-width: 1439px) {
  .p-footer__company {
    font-size: calc(16 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-footer__company {
    font-size: calc(18 / 375 * 100vw);
    margin-bottom: calc(15 / 375 * 100vw);
  }
}
.p-footer__nav > ul {
  align-items: center;
  display: flex;
}
@media screen and (max-width: 767px) {
  .p-footer__nav > ul {
    justify-content: center;
  }
}
.p-footer__nav > ul > li + li {
  margin-left: 64px;
}
@media screen and (max-width: 1439px) {
  .p-footer__nav > ul > li + li {
    margin-left: calc(64 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-footer__nav > ul > li + li {
    margin-left: calc(20 / 375 * 100vw);
  }
}
.p-footer__nav a {
  color: var(--color-main);
  font-size: 14px;
  text-decoration: underline;
}
@media screen and (max-width: 1439px) {
  .p-footer__nav a {
    font-size: calc(14 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-footer__nav a {
    font-size: calc(12 / 375 * 100vw);
  }
}

.p-mainVisual {
  background-image: url(../images/mainvisual_bg_full.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  content: "";
  display: block;
  height: 735px;
}
@media screen and (max-width: 1999px) {
  .p-mainVisual {
    height: calc(735 / 2000 * 100vw);
  }
}
@media screen and (max-width: 1439px) {
  .p-mainVisual {
    background-image: url(../images/mainvisual_bg.jpg);
    height: calc(735 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-mainVisual {
    background-image: url(../images/mainvisual_bg_sp.png);
    height: calc(505 / 375 * 100vw);
    margin-top: calc(10 / 375 * 100vw);
  }
}
.p-mainVisual .l-container {
  padding-left: 390px;
  padding-right: 390px;
  width: 2000px;
}
@media screen and (max-width: 1999px) {
  .p-mainVisual .l-container {
    padding-left: calc(390 / 2000 * 100vw);
    padding-right: calc(390 / 2000 * 100vw);
    width: 100%;
  }
}
@media screen and (max-width: 1439px) {
  .p-mainVisual .l-container {
    padding-left: calc(108 / 1440 * 100vw);
    padding-right: calc(108 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-mainVisual .l-container {
    height: 100%;
    padding-left: calc(22 / 375 * 100vw);
    padding-right: calc(22 / 375 * 100vw);
  }
}
.p-mainVisual__inner {
  padding-top: 150px;
}
@media screen and (max-width: 1999px) {
  .p-mainVisual__inner {
    padding-top: calc(150 / 2000 * 100vw);
  }
}
@media screen and (max-width: 1439px) {
  .p-mainVisual__inner {
    padding-top: calc(150 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-mainVisual__inner {
    height: 100%;
    padding-top: calc(0 / 375 * 100vw);
    position: relative;
  }
}
.p-mainVisual__title {
  background-image: url(../images/mainvisual_title.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  display: block;
  height: 311px;
  overflow: hidden;
  text-indent: 150vw;
  white-space: nowrap;
  width: 670px;
}
@media screen and (max-width: 1999px) {
  .p-mainVisual__title {
    height: calc(311 / 2000 * 100vw);
    width: calc(670 / 2000 * 100vw);
  }
}
@media screen and (max-width: 1439px) {
  .p-mainVisual__title {
    height: calc(311 / 1440 * 100vw);
    width: calc(670 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-mainVisual__title {
    display: none;
    height: calc(311 / 375 * 100vw);
    width: calc(670 / 375 * 100vw);
  }
}
.p-mainVisual__cta {
  margin-top: 53px;
}
@media screen and (max-width: 1999px) {
  .p-mainVisual__cta {
    margin-top: calc(53 / 2000 * 100vw);
  }
}
@media screen and (max-width: 1439px) {
  .p-mainVisual__cta {
    margin-top: calc(53 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-mainVisual__cta {
    bottom: calc(-60 / 375 * 100vw);
    left: 0;
    margin-top: calc(0 / 375 * 100vw);
    position: absolute;
  }
}
.p-mainVisual__cta__buttonList {
  align-items: center;
  display: flex;
}
.p-mainVisual__cta__buttonList__button a {
  align-items: center;
  background-color: var(--color-main);
  border: 2px solid var(--color-main);
  border-radius: 45px;
  box-shadow: 0px 0px 10px rgba(62, 16, 16, 0.15);
  color: var(--color-white);
  display: flex;
  font-size: 26px;
  font-weight: bold;
  height: 75px;
  justify-content: center;
  padding: 0 60px 0 45px;
  position: relative;
}
@media screen and (max-width: 1999px) {
  .p-mainVisual__cta__buttonList__button a {
    border: calc(2 / 2000 * 100vw) solid var(--color-main);
    border-radius: calc(45 / 2000 * 100vw);
    box-shadow: calc(0 / 2000 * 100vw) calc(0 / 2000 * 100vw) calc(10 / 2000 * 100vw) rgba(62, 16, 16, 0.15);
    font-size: calc(26 / 2000 * 100vw);
    height: calc(75 / 2000 * 100vw);
    padding: 0 calc(60 / 2000 * 100vw) 0 calc(45 / 2000 * 100vw);
  }
}
@media screen and (max-width: 1439px) {
  .p-mainVisual__cta__buttonList__button a {
    border: calc(2 / 1440 * 100vw) solid var(--color-main);
    border-radius: calc(45 / 1440 * 100vw);
    box-shadow: calc(0 / 1440 * 100vw) calc(0 / 1440 * 100vw) calc(10 / 1440 * 100vw) rgba(62, 16, 16, 0.15);
    font-size: calc(26 / 1440 * 100vw);
    height: calc(75 / 1440 * 100vw);
    padding: 0 calc(60 / 1440 * 100vw) 0 calc(45 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-mainVisual__cta__buttonList__button a {
    border: calc(2 / 375 * 100vw) solid var(--color-main);
    border-radius: calc(30 / 375 * 100vw);
    box-shadow: calc(0 / 375 * 100vw) calc(0 / 375 * 100vw) calc(10 / 375 * 100vw) rgba(62, 16, 16, 0.15);
    font-size: calc(14 / 375 * 100vw);
    height: calc(39 / 375 * 100vw);
    padding: 0 calc(25 / 375 * 100vw) 0 calc(15 / 375 * 100vw);
  }
}
.p-mainVisual__cta__buttonList__button a i {
  -webkit-mask-position: center center;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-size: contain;
  background-color: var(--color-white);
  content: "";
  display: block;
  height: 33px;
  margin-right: 15px;
          mask-position: center center;
          mask-repeat: no-repeat;
          mask-size: contain;
  width: 33px;
}
@media screen and (max-width: 1999px) {
  .p-mainVisual__cta__buttonList__button a i {
    height: calc(33 / 2000 * 100vw);
    margin-right: calc(15 / 2000 * 100vw);
    width: calc(33 / 2000 * 100vw);
  }
}
@media screen and (max-width: 1439px) {
  .p-mainVisual__cta__buttonList__button a i {
    height: calc(33 / 1440 * 100vw);
    margin-right: calc(15 / 1440 * 100vw);
    width: calc(33 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-mainVisual__cta__buttonList__button a i {
    height: calc(15 / 375 * 100vw);
    margin-right: calc(8 / 375 * 100vw);
    width: calc(15 / 375 * 100vw);
  }
}
.p-mainVisual__cta__buttonList__button a i.file {
  -webkit-mask-image: url(../images/icon_file.svg);
          mask-image: url(../images/icon_file.svg);
}
.p-mainVisual__cta__buttonList__button a i.pen {
  -webkit-mask-image: url(../images/icon_pen.svg);
          mask-image: url(../images/icon_pen.svg);
}
.p-mainVisual__cta__buttonList__button a::after {
  -webkit-mask-image: url(../images/icon_arrow_button.svg);
  -webkit-mask-position: center center;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-size: contain;
  background-color: var(--color-white);
  bottom: 0;
  content: "";
  display: block;
  height: 18px;
  margin: auto 0;
          mask-image: url(../images/icon_arrow_button.svg);
          mask-position: center center;
          mask-repeat: no-repeat;
          mask-size: contain;
  position: absolute;
  right: 23px;
  top: 0;
  width: 12px;
}
@media screen and (max-width: 1999px) {
  .p-mainVisual__cta__buttonList__button a::after {
    height: calc(18 / 2000 * 100vw);
    right: calc(23 / 2000 * 100vw);
    width: calc(12 / 2000 * 100vw);
  }
}
@media screen and (max-width: 1439px) {
  .p-mainVisual__cta__buttonList__button a::after {
    height: calc(18 / 1440 * 100vw);
    right: calc(23 / 1440 * 100vw);
    width: calc(12 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-mainVisual__cta__buttonList__button a::after {
    height: calc(9 / 375 * 100vw);
    right: calc(10 / 375 * 100vw);
    width: calc(5 / 375 * 100vw);
  }
}
.p-mainVisual__cta__buttonList__button + .p-mainVisual__cta__buttonList__button {
  margin-left: 23px;
}
@media screen and (max-width: 1999px) {
  .p-mainVisual__cta__buttonList__button + .p-mainVisual__cta__buttonList__button {
    margin-left: calc(23 / 2000 * 100vw);
  }
}
@media screen and (max-width: 1439px) {
  .p-mainVisual__cta__buttonList__button + .p-mainVisual__cta__buttonList__button {
    margin-left: calc(23 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-mainVisual__cta__buttonList__button + .p-mainVisual__cta__buttonList__button {
    margin-left: calc(12 / 375 * 100vw);
  }
}
.p-mainVisual__cta__lineBox {
  align-items: center;
  display: flex;
  margin-top: 23px;
}
@media screen and (max-width: 1999px) {
  .p-mainVisual__cta__lineBox {
    margin-top: calc(23 / 2000 * 100vw);
  }
}
@media screen and (max-width: 1439px) {
  .p-mainVisual__cta__lineBox {
    margin-top: calc(23 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-mainVisual__cta__lineBox {
    margin-top: calc(10 / 375 * 100vw);
  }
}
.p-mainVisual__cta__lineBox__button a {
  align-items: center;
  background-color: var(--color-line);
  border: 2px solid var(--color-line);
  border-radius: 45px;
  box-shadow: 0px 0px 10px rgba(62, 16, 16, 0.15);
  color: var(--color-white);
  display: flex;
  font-size: 26px;
  font-weight: bold;
  height: 75px;
  justify-content: center;
  padding: 0 60px 0 45px;
  position: relative;
}
@media screen and (max-width: 1999px) {
  .p-mainVisual__cta__lineBox__button a {
    border: calc(2 / 2000 * 100vw) solid var(--color-line);
    border-radius: calc(45 / 2000 * 100vw);
    box-shadow: calc(0 / 2000 * 100vw) calc(0 / 2000 * 100vw) calc(10 / 2000 * 100vw) rgba(62, 16, 16, 0.15);
    font-size: calc(26 / 2000 * 100vw);
    height: calc(75 / 2000 * 100vw);
    padding: 0 calc(60 / 2000 * 100vw) 0 calc(45 / 2000 * 100vw);
  }
}
@media screen and (max-width: 1439px) {
  .p-mainVisual__cta__lineBox__button a {
    border: calc(2 / 1440 * 100vw) solid var(--color-line);
    border-radius: calc(45 / 1440 * 100vw);
    box-shadow: calc(0 / 1440 * 100vw) calc(0 / 1440 * 100vw) calc(10 / 1440 * 100vw) rgba(62, 16, 16, 0.15);
    font-size: calc(26 / 1440 * 100vw);
    height: calc(75 / 1440 * 100vw);
    padding: 0 calc(60 / 1440 * 100vw) 0 calc(45 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-mainVisual__cta__lineBox__button a {
    border: calc(2 / 375 * 100vw) solid var(--color-line);
    border-radius: calc(30 / 375 * 100vw);
    box-shadow: calc(0 / 375 * 100vw) calc(0 / 375 * 100vw) calc(10 / 375 * 100vw) rgba(62, 16, 16, 0.15);
    font-size: calc(14 / 375 * 100vw);
    height: calc(40 / 375 * 100vw);
    padding: 0 calc(30 / 375 * 100vw) 0 calc(15 / 375 * 100vw);
  }
}
.p-mainVisual__cta__lineBox__button a i {
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  display: block;
  height: 36px;
  margin-right: 15px;
  width: 36px;
}
@media screen and (max-width: 1999px) {
  .p-mainVisual__cta__lineBox__button a i {
    height: calc(36 / 2000 * 100vw);
    margin-right: calc(15 / 2000 * 100vw);
    width: calc(36 / 2000 * 100vw);
  }
}
@media screen and (max-width: 1439px) {
  .p-mainVisual__cta__lineBox__button a i {
    height: calc(36 / 1440 * 100vw);
    margin-right: calc(15 / 1440 * 100vw);
    width: calc(36 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-mainVisual__cta__lineBox__button a i {
    height: calc(20 / 375 * 100vw);
    margin-right: calc(10 / 375 * 100vw);
    width: calc(20 / 375 * 100vw);
  }
}
.p-mainVisual__cta__lineBox__button a i.line {
  background-image: url(../images/icon_line.svg);
}
.p-mainVisual__cta__lineBox__button a::after {
  -webkit-mask-image: url(../images/icon_arrow_button.svg);
  -webkit-mask-position: center center;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-size: contain;
  background-color: var(--color-white);
  bottom: 0;
  content: "";
  display: block;
  height: 18px;
  margin: auto 0;
          mask-image: url(../images/icon_arrow_button.svg);
          mask-position: center center;
          mask-repeat: no-repeat;
          mask-size: contain;
  position: absolute;
  right: 23px;
  top: 0;
  width: 12px;
}
@media screen and (max-width: 1999px) {
  .p-mainVisual__cta__lineBox__button a::after {
    height: calc(18 / 2000 * 100vw);
    right: calc(23 / 2000 * 100vw);
    width: calc(12 / 2000 * 100vw);
  }
}
@media screen and (max-width: 1439px) {
  .p-mainVisual__cta__lineBox__button a::after {
    height: calc(18 / 1440 * 100vw);
    right: calc(23 / 1440 * 100vw);
    width: calc(12 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-mainVisual__cta__lineBox__button a::after {
    height: calc(9 / 375 * 100vw);
    right: calc(10 / 375 * 100vw);
    width: calc(5 / 375 * 100vw);
  }
}

.p-intro {
  background-color: var(--color-bg);
}
.p-intro__inner {
  padding: 70px 0;
}
@media screen and (max-width: 1439px) {
  .p-intro__inner {
    padding: calc(70 / 1440 * 100vw) 0;
  }
}
@media screen and (max-width: 767px) {
  .p-intro__inner {
    padding: calc(105 / 375 * 100vw) 0 calc(40 / 375 * 100vw);
  }
}
.p-intro__title {
  color: var(--color-main2);
  font-size: 35px;
  font-weight: bold;
  margin-bottom: 30px;
  text-align: center;
}
@media screen and (max-width: 1439px) {
  .p-intro__title {
    font-size: calc(35 / 1440 * 100vw);
    margin-bottom: calc(30 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-intro__title {
    font-size: calc(25 / 375 * 100vw);
    letter-spacing: 0;
    margin-bottom: calc(30 / 375 * 100vw);
    white-space: nowrap;
  }
}
.p-intro__title span.em {
  font-size: 130%;
}
.p-intro__content {
  align-items: center;
  background-color: var(--color-white);
  border-radius: 10px;
  box-shadow: 0px 0px 10px rgba(62, 16, 16, 0.15);
  display: flex;
  flex-direction: row-reverse;
  height: 302px;
  justify-content: center;
  width: 890px;
}
@media screen and (max-width: 1439px) {
  .p-intro__content {
    border-radius: calc(10 / 1440 * 100vw);
    box-shadow: calc(0 / 1440 * 100vw) calc(0 / 1440 * 100vw) calc(10 / 1440 * 100vw) rgba(62, 16, 16, 0.15);
    height: calc(302 / 1440 * 100vw);
    width: calc(890 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-intro__content {
    border-radius: calc(10 / 375 * 100vw);
    box-shadow: calc(0 / 375 * 100vw) calc(0 / 375 * 100vw) calc(10 / 375 * 100vw) rgba(62, 16, 16, 0.15);
    display: block;
    height: auto;
    padding: calc(30 / 375 * 100vw) calc(20 / 375 * 100vw);
    width: 100%;
  }
}
.p-intro__content__textList {
  width: 480px;
}
@media screen and (max-width: 1439px) {
  .p-intro__content__textList {
    width: calc(480 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-intro__content__textList {
    width: 100%;
  }
}
.p-intro__content__textList > ul > li {
  display: flex;
  font-size: 22px;
  font-weight: bold;
  line-height: 37px;
}
@media screen and (max-width: 1439px) {
  .p-intro__content__textList > ul > li {
    font-size: calc(22 / 1440 * 100vw);
    line-height: calc(37 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-intro__content__textList > ul > li {
    font-size: calc(16 / 375 * 100vw);
    line-height: calc(24 / 375 * 100vw);
  }
}
.p-intro__content__textList > ul > li::before {
  background-image: url(../images/icon_check.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  display: block;
  flex-shrink: 0;
  height: 28px;
  margin-right: 20px;
  transform: translateY(5px);
  width: 28px;
}
@media screen and (max-width: 1439px) {
  .p-intro__content__textList > ul > li::before {
    height: calc(28 / 1440 * 100vw);
    margin-right: calc(20 / 1440 * 100vw);
    transform: translateY(calc(5 / 1440 * 100vw));
    width: calc(28 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-intro__content__textList > ul > li::before {
    height: calc(20 / 375 * 100vw);
    margin-right: calc(15 / 375 * 100vw);
    transform: translateY(calc(3 / 375 * 100vw));
    width: calc(20 / 375 * 100vw);
  }
}
.p-intro__content__textList > ul > li + li {
  margin-top: 8px;
}
@media screen and (max-width: 1439px) {
  .p-intro__content__textList > ul > li + li {
    margin-top: calc(8 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-intro__content__textList > ul > li + li {
    margin-top: calc(15 / 375 * 100vw);
  }
}
.p-intro__content__illust {
  margin-right: 35px;
  width: 294px;
}
.p-intro__content__illust img {
  height: auto;
  width: 100%;
}
@media screen and (max-width: 1439px) {
  .p-intro__content__illust {
    margin-right: calc(35 / 1440 * 100vw);
    width: calc(294 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-intro__content__illust {
    margin-left: auto;
    margin-right: auto;
    margin-top: calc(20 / 375 * 100vw);
    width: calc(265 / 375 * 100vw);
  }
}

.p-about__inner {
  padding: 70px 0;
}
@media screen and (max-width: 1439px) {
  .p-about__inner {
    padding: calc(70 / 1440 * 100vw) 0;
  }
}
@media screen and (max-width: 767px) {
  .p-about__inner {
    padding: calc(50 / 375 * 100vw) 0 calc(40 / 375 * 100vw);
  }
}
.p-about__titleBox {
  margin-bottom: 40px;
}
@media screen and (max-width: 1439px) {
  .p-about__titleBox {
    margin-bottom: calc(40 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-about__titleBox {
    margin-bottom: calc(30 / 375 * 100vw);
  }
}
.p-about__titleBox__title {
  color: var(--color-main2);
  font-size: 35px;
  font-weight: bold;
  margin-bottom: 15px;
  text-align: center;
}
@media screen and (max-width: 1439px) {
  .p-about__titleBox__title {
    font-size: calc(35 / 1440 * 100vw);
    margin-bottom: calc(15 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-about__titleBox__title {
    font-size: calc(30 / 375 * 100vw);
    margin-bottom: calc(10 / 375 * 100vw);
  }
}
.p-about__titleBox__title span.em {
  color: #fd9b00;
  font-size: 150%;
  margin-right: 5px;
}
@media screen and (max-width: 1439px) {
  .p-about__titleBox__title span.em {
    margin-right: calc(5 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-about__titleBox__title span.em {
    margin-right: calc(5 / 375 * 100vw);
  }
}
.p-about__titleBox__text {
  color: var(--color-main2);
  font-size: 18px;
  font-weight: bold;
  line-height: 28px;
  text-align: center;
}
@media screen and (max-width: 1439px) {
  .p-about__titleBox__text {
    font-size: calc(18 / 1440 * 100vw);
    line-height: calc(28 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-about__titleBox__text {
    font-size: calc(18 / 375 * 100vw);
    line-height: calc(28 / 375 * 100vw);
  }
}
.p-about__content__stepList > ul > li + li {
  margin-top: 30px;
}
@media screen and (max-width: 1439px) {
  .p-about__content__stepList > ul > li + li {
    margin-top: calc(30 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-about__content__stepList > ul > li + li {
    margin-top: calc(25 / 375 * 100vw);
  }
}
.p-about__content__stepList__stepBox {
  align-items: center;
  background-color: var(--color-white);
  border-radius: 10px;
  box-shadow: 0px 0px 10px rgba(62, 16, 16, 0.15);
  display: flex;
  height: 280px;
  justify-content: center;
  position: relative;
  position: relative;
}
@media screen and (max-width: 1439px) {
  .p-about__content__stepList__stepBox {
    border-radius: calc(10 / 1440 * 100vw);
    box-shadow: calc(0 / 1440 * 100vw) calc(0 / 1440 * 100vw) calc(10 / 1440 * 100vw) rgba(62, 16, 16, 0.15);
    height: calc(280 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-about__content__stepList__stepBox {
    border-radius: calc(10 / 375 * 100vw);
    box-shadow: calc(0 / 375 * 100vw) calc(0 / 375 * 100vw) calc(10 / 375 * 100vw) rgba(62, 16, 16, 0.15);
    display: block;
    height: calc(310 / 375 * 100vw);
    padding: calc(50 / 375 * 100vw) calc(20 / 375 * 100vw) 0;
  }
}
.p-about__content__stepList__stepBox__label {
  left: 0;
  position: absolute;
  top: 0;
  width: 96px;
}
.p-about__content__stepList__stepBox__label img {
  height: auto;
  width: 100%;
}
@media screen and (max-width: 1439px) {
  .p-about__content__stepList__stepBox__label {
    width: calc(96 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-about__content__stepList__stepBox__label {
    width: calc(78 / 375 * 100vw);
  }
}
.p-about__content__stepList__stepBox__illust {
  flex-shrink: 0;
  margin-right: 25px;
  width: 450px;
}
.p-about__content__stepList__stepBox__illust img {
  height: auto;
  width: 100%;
}
@media screen and (max-width: 1439px) {
  .p-about__content__stepList__stepBox__illust {
    margin-right: calc(25 / 1440 * 100vw);
    width: calc(450 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-about__content__stepList__stepBox__illust {
    align-items: center;
    display: flex;
    height: calc(130 / 375 * 100vw);
    margin-right: calc(0 / 375 * 100vw);
    width: 100%;
  }
}
.p-about__content__stepList__stepBox__text {
  color: var(--color-main2);
  font-size: 22px;
  font-weight: bold;
  line-height: 36px;
  width: 340px;
}
@media screen and (max-width: 1439px) {
  .p-about__content__stepList__stepBox__text {
    font-size: calc(22 / 1440 * 100vw);
    line-height: calc(36 / 1440 * 100vw);
    width: calc(340 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-about__content__stepList__stepBox__text {
    font-size: calc(18 / 375 * 100vw);
    line-height: calc(28 / 375 * 100vw);
    margin-top: calc(20 / 375 * 100vw);
    width: 100%;
  }
}
.p-about__content__textBox {
  margin-top: 120px;
  position: relative;
}
@media screen and (max-width: 1439px) {
  .p-about__content__textBox {
    margin-top: calc(120 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-about__content__textBox {
    margin-top: calc(100 / 375 * 100vw);
  }
}
.p-about__content__textBox::before {
  background-image: url(../images/icon_arrow_sarani.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  display: block;
  height: 38px;
  left: 0;
  margin: 0 auto;
  position: absolute;
  right: 0;
  top: -70px;
  width: 34px;
}
@media screen and (max-width: 1439px) {
  .p-about__content__textBox::before {
    height: calc(38 / 1440 * 100vw);
    top: calc(-70 / 1440 * 100vw);
    width: calc(34 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-about__content__textBox::before {
    height: calc(28 / 375 * 100vw);
    top: calc(-57 / 375 * 100vw);
    width: calc(25 / 375 * 100vw);
  }
}
.p-about__content__textBox::after {
  bottom: -80px;
  color: var(--color-main);
  content: "さらに!";
  font-size: 25px;
  font-weight: bold;
  position: absolute;
  right: 320px;
}
@media screen and (max-width: 1439px) {
  .p-about__content__textBox::after {
    bottom: calc(-80 / 1440 * 100vw);
    font-size: calc(25 / 1440 * 100vw);
    right: calc(320 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-about__content__textBox::after {
    bottom: calc(-53 / 375 * 100vw);
    font-size: calc(20 / 375 * 100vw);
    right: calc(75 / 375 * 100vw);
  }
}
.p-about__content__textBox__text1 {
  color: var(--color-main);
  font-size: 35px;
  font-weight: bold;
  line-height: 53px;
  margin-bottom: 25px;
  text-align: center;
}
@media screen and (max-width: 1439px) {
  .p-about__content__textBox__text1 {
    font-size: calc(35 / 1440 * 100vw);
    line-height: calc(53 / 1440 * 100vw);
    margin-bottom: calc(25 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-about__content__textBox__text1 {
    font-size: calc(23 / 375 * 100vw);
    letter-spacing: 0;
    line-height: calc(35 / 375 * 100vw);
    margin-bottom: calc(15 / 375 * 100vw);
  }
}
.p-about__content__textBox__text2 {
  color: var(--color-main2);
  font-size: 18px;
  font-weight: bold;
  line-height: 28px;
  text-align: center;
}
@media screen and (max-width: 1439px) {
  .p-about__content__textBox__text2 {
    font-size: calc(18 / 1440 * 100vw);
    line-height: calc(28 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-about__content__textBox__text2 {
    font-size: calc(16 / 375 * 100vw);
    letter-spacing: 0;
    line-height: calc(30 / 375 * 100vw);
  }
}
.p-about__content__saraniList {
  align-items: center;
  display: flex;
  justify-content: space-between;
  margin-top: 140px;
  position: relative;
}
@media screen and (max-width: 1439px) {
  .p-about__content__saraniList {
    margin-top: calc(140 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-about__content__saraniList {
    display: block;
    margin-top: calc(100 / 375 * 100vw);
  }
}
.p-about__content__saraniList::before {
  background-image: url(../images/icon_arrow_sarani.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  display: block;
  height: 38px;
  left: 0;
  margin: 0 auto;
  position: absolute;
  right: 0;
  top: -90px;
  width: 34px;
}
@media screen and (max-width: 1439px) {
  .p-about__content__saraniList::before {
    height: calc(38 / 1440 * 100vw);
    top: calc(-90 / 1440 * 100vw);
    width: calc(34 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-about__content__saraniList::before {
    height: calc(28 / 375 * 100vw);
    top: calc(-70 / 375 * 100vw);
    width: calc(25 / 375 * 100vw);
  }
}
.p-about__content__saraniList__saraniBox {
  background-color: var(--color-white);
  border-radius: 10px;
  box-shadow: 0px 0px 10px rgba(62, 16, 16, 0.15);
  height: 465px;
  padding: 30px;
  width: 420px;
}
@media screen and (max-width: 1439px) {
  .p-about__content__saraniList__saraniBox {
    border-radius: calc(10 / 1440 * 100vw);
    box-shadow: calc(0 / 1440 * 100vw) calc(0 / 1440 * 100vw) calc(10 / 1440 * 100vw) rgba(62, 16, 16, 0.15);
    height: calc(465 / 1440 * 100vw);
    padding: calc(30 / 1440 * 100vw);
    width: calc(420 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-about__content__saraniList__saraniBox {
    border-radius: calc(10 / 375 * 100vw);
    box-shadow: calc(0 / 375 * 100vw) calc(0 / 375 * 100vw) calc(10 / 375 * 100vw) rgba(62, 16, 16, 0.15);
    height: auto;
    padding: calc(30 / 375 * 100vw) calc(20 / 375 * 100vw) calc(20 / 375 * 100vw);
    width: 100%;
  }
}
.p-about__content__saraniList__saraniBox__title {
  align-items: center;
  color: var(--color-main);
  display: flex;
  font-size: 25px;
  font-weight: bold;
  height: 70px;
  justify-content: center;
  line-height: 35px;
  text-align: center;
}
@media screen and (max-width: 1439px) {
  .p-about__content__saraniList__saraniBox__title {
    font-size: calc(25 / 1440 * 100vw);
    height: calc(70 / 1440 * 100vw);
    line-height: calc(35 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-about__content__saraniList__saraniBox__title {
    font-size: calc(23 / 375 * 100vw);
    height: auto;
    letter-spacing: 0;
    line-height: calc(35 / 375 * 100vw);
    margin: 0 calc(-20 / 375 * 100vw);
  }
}
.p-about__content__saraniList__saraniBox__illust {
  margin: 10px auto 0;
}
.p-about__content__saraniList__saraniBox__illust img {
  height: auto;
  width: 100%;
}
@media screen and (max-width: 1439px) {
  .p-about__content__saraniList__saraniBox__illust {
    margin: calc(10 / 1440 * 100vw) auto 0;
  }
}
@media screen and (max-width: 767px) {
  .p-about__content__saraniList__saraniBox__illust {
    margin: calc(20 / 375 * 100vw) auto 0;
  }
}
.p-about__content__saraniList__saraniBox__text {
  color: var(--color-main2);
  font-size: 18px;
  font-weight: bold;
  line-height: 28px;
  margin-top: 15px;
}
@media screen and (max-width: 1439px) {
  .p-about__content__saraniList__saraniBox__text {
    font-size: calc(18 / 1440 * 100vw);
    line-height: calc(28 / 1440 * 100vw);
    margin-top: calc(15 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-about__content__saraniList__saraniBox__text {
    font-size: calc(16 / 375 * 100vw);
    line-height: calc(30 / 375 * 100vw);
    margin-top: calc(15 / 375 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-about__content__saraniList__saraniBox + .p-about__content__saraniList__saraniBox {
    margin-top: calc(25 / 375 * 100vw);
  }
}

.p-movie {
  background-color: var(--color-bg);
}
.p-movie__inner {
  padding: 70px 0;
}
@media screen and (max-width: 1439px) {
  .p-movie__inner {
    padding: calc(70 / 1440 * 100vw) 0;
  }
}
@media screen and (max-width: 767px) {
  .p-movie__inner {
    padding: calc(40 / 375 * 100vw) 0;
  }
}
.p-movie__title {
  color: var(--color-main2);
  font-size: 35px;
  font-weight: bold;
  margin-bottom: 50px;
  text-align: center;
}
@media screen and (max-width: 1439px) {
  .p-movie__title {
    font-size: calc(35 / 1440 * 100vw);
    margin-bottom: calc(50 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-movie__title {
    font-size: calc(25 / 375 * 100vw);
    margin-bottom: calc(30 / 375 * 100vw);
  }
}
.p-movie__video {
  margin: 0 auto;
  width: 730px;
}
@media screen and (max-width: 1439px) {
  .p-movie__video {
    width: calc(730 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-movie__video {
    width: 100%;
  }
}
.p-movie__video video {
  height: auto;
  width: 100%;
}

.p-cta {
  background-color: var(--color-main);
}
.p-cta__inner {
  padding-bottom: 35px;
  padding-top: 85px;
}
@media screen and (max-width: 1439px) {
  .p-cta__inner {
    padding-bottom: calc(35 / 1440 * 100vw);
    padding-top: calc(85 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-cta__inner {
    padding-bottom: calc(30 / 375 * 100vw);
    padding-top: calc(55 / 375 * 100vw);
  }
}
.p-cta__title {
  color: var(--color-white);
  font-size: 35px;
  font-weight: bold;
  margin-bottom: 25px;
  position: relative;
  text-align: center;
}
@media screen and (max-width: 1439px) {
  .p-cta__title {
    font-size: calc(35 / 1440 * 100vw);
    margin-bottom: calc(25 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-cta__title {
    font-size: calc(22 / 375 * 100vw);
    line-height: calc(30 / 375 * 100vw);
    margin-bottom: calc(25 / 375 * 100vw);
  }
}
.p-cta__title::before {
  background-image: url(../images/cta_title_decoration.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  bottom: -3px;
  content: "";
  display: block;
  height: 94px;
  left: 40px;
  position: absolute;
  width: 139px;
}
@media screen and (max-width: 1439px) {
  .p-cta__title::before {
    bottom: calc(-3 / 1440 * 100vw);
    height: calc(94 / 1440 * 100vw);
    left: calc(40 / 1440 * 100vw);
    width: calc(139 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-cta__title::before {
    bottom: calc(32 / 375 * 100vw);
    height: calc(59 / 375 * 100vw);
    left: calc(36 / 375 * 100vw);
    width: calc(87 / 375 * 100vw);
  }
}
.p-cta__buttonList {
  align-items: center;
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .p-cta__buttonList {
    display: block;
  }
}
.p-cta__buttonList__button a {
  align-items: center;
  background-color: var(--color-white);
  border: 2px solid var(--color-white);
  border-radius: 40px;
  box-shadow: 0px 0px 10px rgba(62, 16, 16, 0.15);
  color: var(--color-main);
  display: flex;
  font-size: 20px;
  font-weight: bold;
  height: 61px;
  justify-content: center;
  padding: 0 55px 0 30px;
  position: relative;
}
@media screen and (max-width: 1439px) {
  .p-cta__buttonList__button a {
    border: calc(2 / 1440 * 100vw) solid var(--color-white);
    border-radius: calc(40 / 1440 * 100vw);
    box-shadow: calc(0 / 1440 * 100vw) calc(0 / 1440 * 100vw) calc(10 / 1440 * 100vw) rgba(62, 16, 16, 0.15);
    font-size: calc(20 / 1440 * 100vw);
    height: calc(61 / 1440 * 100vw);
    padding: 0 calc(55 / 1440 * 100vw) 0 calc(30 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-cta__buttonList__button a {
    border: calc(2 / 375 * 100vw) solid var(--color-white);
    border-radius: calc(40 / 375 * 100vw);
    box-shadow: calc(0 / 375 * 100vw) calc(0 / 375 * 100vw) calc(10 / 375 * 100vw) rgba(62, 16, 16, 0.15);
    font-size: calc(20 / 375 * 100vw);
    height: calc(50 / 375 * 100vw);
    padding: 0;
  }
}
.p-cta__buttonList__button a i {
  -webkit-mask-position: center center;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-size: contain;
  background-color: var(--color-main);
  content: "";
  display: block;
  height: 22px;
  margin-right: 10px;
          mask-position: center center;
          mask-repeat: no-repeat;
          mask-size: contain;
  width: 22px;
}
@media screen and (max-width: 1439px) {
  .p-cta__buttonList__button a i {
    height: calc(22 / 1440 * 100vw);
    margin-right: calc(10 / 1440 * 100vw);
    width: calc(22 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-cta__buttonList__button a i {
    height: calc(22 / 375 * 100vw);
    margin-right: calc(6 / 375 * 100vw);
    width: calc(22 / 375 * 100vw);
  }
}
.p-cta__buttonList__button a i.file {
  -webkit-mask-image: url(../images/icon_file.svg);
          mask-image: url(../images/icon_file.svg);
}
.p-cta__buttonList__button a i.pen {
  -webkit-mask-image: url(../images/icon_pen.svg);
          mask-image: url(../images/icon_pen.svg);
}
.p-cta__buttonList__button a::after {
  -webkit-mask-image: url(../images/icon_arrow_button.svg);
  -webkit-mask-position: center center;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-size: contain;
  background-color: var(--color-main);
  bottom: 0;
  content: "";
  display: block;
  height: 12px;
  margin: auto 0;
          mask-image: url(../images/icon_arrow_button.svg);
          mask-position: center center;
          mask-repeat: no-repeat;
          mask-size: contain;
  position: absolute;
  right: 15px;
  top: 0;
  width: 8px;
}
@media screen and (max-width: 1439px) {
  .p-cta__buttonList__button a::after {
    height: calc(12 / 1440 * 100vw);
    right: calc(15 / 1440 * 100vw);
    width: calc(8 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-cta__buttonList__button a::after {
    height: calc(12 / 375 * 100vw);
    right: calc(22 / 375 * 100vw);
    width: calc(7 / 375 * 100vw);
  }
}
.p-cta__buttonList__button + .p-cta__buttonList__button {
  margin-left: 20px;
}
@media screen and (max-width: 1439px) {
  .p-cta__buttonList__button + .p-cta__buttonList__button {
    margin-left: calc(20 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-cta__buttonList__button + .p-cta__buttonList__button {
    margin-left: calc(0 / 375 * 100vw);
    margin-top: calc(12 / 375 * 100vw);
  }
}
.p-cta__lineBox {
  margin-top: 30px;
}
@media screen and (max-width: 1439px) {
  .p-cta__lineBox {
    margin-top: calc(30 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-cta__lineBox {
    margin-top: calc(25 / 375 * 100vw);
  }
}
.p-cta__lineBox__title {
  background-image: url(../images/cta_linebutton_title.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  display: block;
  height: 36px;
  margin: 0 auto 10px;
  overflow: hidden;
  text-indent: 150vw;
  white-space: nowrap;
  width: 227px;
}
@media screen and (max-width: 1439px) {
  .p-cta__lineBox__title {
    height: calc(36 / 1440 * 100vw);
    margin: 0 auto calc(10 / 1440 * 100vw);
    width: calc(227 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-cta__lineBox__title {
    height: calc(36 / 375 * 100vw);
    margin: 0 auto calc(10 / 375 * 100vw);
    width: calc(227 / 375 * 100vw);
  }
}
.p-cta__lineBox__button {
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .p-cta__lineBox__button {
    display: block;
  }
}
.p-cta__lineBox__button a {
  align-items: center;
  background-color: var(--color-line);
  border: 2px solid var(--color-line);
  border-radius: 40px;
  box-shadow: 0px 0px 10px rgba(62, 16, 16, 0.15);
  color: var(--color-white);
  display: flex;
  font-size: 20px;
  font-weight: bold;
  height: 61px;
  justify-content: center;
  padding: 0 55px 0 30px;
  position: relative;
}
@media screen and (max-width: 1439px) {
  .p-cta__lineBox__button a {
    border: calc(2 / 1440 * 100vw) solid var(--color-line);
    border-radius: calc(40 / 1440 * 100vw);
    box-shadow: calc(0 / 1440 * 100vw) calc(0 / 1440 * 100vw) calc(10 / 1440 * 100vw) rgba(62, 16, 16, 0.15);
    font-size: calc(20 / 1440 * 100vw);
    height: calc(61 / 1440 * 100vw);
    padding: 0 calc(55 / 1440 * 100vw) 0 calc(30 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-cta__lineBox__button a {
    border: calc(2 / 375 * 100vw) solid var(--color-line);
    border-radius: calc(40 / 375 * 100vw);
    box-shadow: calc(0 / 375 * 100vw) calc(0 / 375 * 100vw) calc(10 / 375 * 100vw) rgba(62, 16, 16, 0.15);
    font-size: calc(20 / 375 * 100vw);
    height: calc(50 / 375 * 100vw);
    padding: 0;
  }
}
.p-cta__lineBox__button a i {
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  display: block;
  height: 30px;
  margin-right: 10px;
  width: 30px;
}
@media screen and (max-width: 1439px) {
  .p-cta__lineBox__button a i {
    height: calc(30 / 1440 * 100vw);
    margin-right: calc(10 / 1440 * 100vw);
    width: calc(30 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-cta__lineBox__button a i {
    height: calc(30 / 375 * 100vw);
    margin-right: calc(15 / 375 * 100vw);
    width: calc(30 / 375 * 100vw);
  }
}
.p-cta__lineBox__button a i.line {
  background-image: url(../images/icon_line.svg);
}
.p-cta__lineBox__button a::after {
  -webkit-mask-image: url(../images/icon_arrow_button.svg);
  -webkit-mask-position: center center;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-size: contain;
  background-color: var(--color-white);
  bottom: 0;
  content: "";
  display: block;
  height: 12px;
  margin: auto 0;
          mask-image: url(../images/icon_arrow_button.svg);
          mask-position: center center;
          mask-repeat: no-repeat;
          mask-size: contain;
  position: absolute;
  right: 15px;
  top: 0;
  width: 8px;
}
@media screen and (max-width: 1439px) {
  .p-cta__lineBox__button a::after {
    height: calc(12 / 1440 * 100vw);
    right: calc(15 / 1440 * 100vw);
    width: calc(8 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-cta__lineBox__button a::after {
    height: calc(12 / 375 * 100vw);
    right: calc(22 / 375 * 100vw);
    width: calc(7 / 375 * 100vw);
  }
}

.p-step__inner {
  padding: 70px 0;
}
@media screen and (max-width: 1439px) {
  .p-step__inner {
    padding: calc(70 / 1440 * 100vw) 0;
  }
}
@media screen and (max-width: 767px) {
  .p-step__inner {
    padding: calc(40 / 375 * 100vw) 0;
  }
}
.p-step__title {
  color: var(--color-main2);
  font-size: 35px;
  font-weight: bold;
  margin-bottom: 50px;
  text-align: center;
}
@media screen and (max-width: 1439px) {
  .p-step__title {
    font-size: calc(35 / 1440 * 100vw);
    margin-bottom: calc(50 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-step__title {
    font-size: calc(25 / 375 * 100vw);
    margin-bottom: calc(25 / 375 * 100vw);
  }
}
.p-step__stepList > ul > li + li {
  margin-top: 50px;
}
@media screen and (max-width: 1439px) {
  .p-step__stepList > ul > li + li {
    margin-top: calc(50 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-step__stepList > ul > li + li {
    margin-top: calc(25 / 375 * 100vw);
  }
}
.p-step__stepList > ul > li:first-child .p-step__stepList__stepBox::before {
  top: 73px;
}
@media screen and (max-width: 1439px) {
  .p-step__stepList > ul > li:first-child .p-step__stepList__stepBox::before {
    top: calc(73 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-step__stepList > ul > li:first-child .p-step__stepList__stepBox::before {
    top: calc(73 / 375 * 100vw);
  }
}
.p-step__stepList > ul > li:last-child .p-step__stepList__stepBox::before {
  display: none;
}
.p-step__stepList__stepBox {
  margin: 0 auto;
  padding-left: 100px;
  position: relative;
  width: 655px;
}
@media screen and (max-width: 1439px) {
  .p-step__stepList__stepBox {
    padding-left: calc(100 / 1440 * 100vw);
    width: calc(655 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-step__stepList__stepBox {
    padding-left: calc(0 / 375 * 100vw);
    width: 100%;
  }
}
.p-step__stepList__stepBox::before {
  background-image: url(../images/icon_arrow_step.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  display: block;
  height: 28px;
  left: 30px;
  position: absolute;
  top: 87px;
  width: 10px;
}
@media screen and (max-width: 1439px) {
  .p-step__stepList__stepBox::before {
    height: calc(28 / 1440 * 100vw);
    left: calc(30 / 1440 * 100vw);
    top: calc(87 / 1440 * 100vw);
    width: calc(10 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-step__stepList__stepBox::before {
    display: none;
    height: calc(28 / 375 * 100vw);
    left: calc(30 / 375 * 100vw);
    top: calc(87 / 375 * 100vw);
    width: calc(10 / 375 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-step__stepList__stepBox__titleBox {
    align-items: center;
    display: flex;
    margin-bottom: calc(10 / 375 * 100vw);
  }
}
.p-step__stepList__stepBox__titleBox__number {
  left: 0;
  position: absolute;
  top: 0;
  width: 70px;
}
.p-step__stepList__stepBox__titleBox__number img {
  height: auto;
  width: 100%;
}
@media screen and (max-width: 1439px) {
  .p-step__stepList__stepBox__titleBox__number {
    width: calc(70 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-step__stepList__stepBox__titleBox__number {
    flex-shrink: 0;
    margin-right: calc(13 / 375 * 100vw);
    position: static;
    width: calc(35 / 375 * 100vw);
  }
}
.p-step__stepList__stepBox__titleBox__title {
  color: var(--color-main2);
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 10px;
}
@media screen and (max-width: 1439px) {
  .p-step__stepList__stepBox__titleBox__title {
    font-size: calc(24 / 1440 * 100vw);
    margin-bottom: calc(10 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-step__stepList__stepBox__titleBox__title {
    font-size: calc(20 / 375 * 100vw);
    margin-bottom: calc(0 / 375 * 100vw);
    transform: translateY(calc(1 / 375 * 100vw));
  }
}
.p-step__stepList__stepBox__text {
  color: var(--color-main2);
  font-size: 18px;
  line-height: 28px;
}
@media screen and (max-width: 1439px) {
  .p-step__stepList__stepBox__text {
    font-size: calc(18 / 1440 * 100vw);
    line-height: calc(28 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-step__stepList__stepBox__text {
    font-size: calc(16 / 375 * 100vw);
    line-height: calc(24 / 375 * 100vw);
  }
}

.p-faq {
  background-color: var(--color-bg);
}
.p-faq__inner {
  padding: 70px 0;
}
@media screen and (max-width: 1439px) {
  .p-faq__inner {
    padding: calc(70 / 1440 * 100vw) 0;
  }
}
@media screen and (max-width: 767px) {
  .p-faq__inner {
    padding: calc(40 / 375 * 100vw) 0;
  }
}
.p-faq__title {
  color: var(--color-main2);
  font-size: 35px;
  font-weight: bold;
  margin-bottom: 50px;
  text-align: center;
}
@media screen and (max-width: 1439px) {
  .p-faq__title {
    font-size: calc(35 / 1440 * 100vw);
    margin-bottom: calc(50 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-faq__title {
    font-size: calc(25 / 375 * 100vw);
    margin-bottom: calc(30 / 375 * 100vw);
  }
}
.p-faq__faqList {
  margin: 0 auto;
  width: 730px;
}
@media screen and (max-width: 1439px) {
  .p-faq__faqList {
    width: calc(730 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-faq__faqList {
    width: 100%;
  }
}
.p-faq__faqList > ul > li + li {
  margin-top: 30px;
}
@media screen and (max-width: 1439px) {
  .p-faq__faqList > ul > li + li {
    margin-top: calc(30 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-faq__faqList > ul > li + li {
    margin-top: calc(20 / 375 * 100vw);
  }
}
.p-faq__faqList__faqBox {
  background-color: var(--color-white);
  border-radius: 10px;
  box-shadow: 0px 0px 10px rgba(48, 56, 65, 0.15);
}
@media screen and (max-width: 1439px) {
  .p-faq__faqList__faqBox {
    border-radius: calc(10 / 1440 * 100vw);
    box-shadow: calc(0 / 1440 * 100vw) calc(0 / 1440 * 100vw) calc(10 / 1440 * 100vw) rgba(48, 56, 65, 0.15);
  }
}
@media screen and (max-width: 767px) {
  .p-faq__faqList__faqBox {
    border-radius: calc(10 / 375 * 100vw);
    box-shadow: calc(0 / 375 * 100vw) calc(0 / 375 * 100vw) calc(10 / 375 * 100vw) rgba(48, 56, 65, 0.15);
  }
}
.p-faq__faqList__faqBox__qBox {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
  background-color: var(--color-main);
  border-radius: 10px;
  cursor: pointer;
  position: relative;
  transition: 0.3s;
          user-select: none;
}
@media screen and (max-width: 1439px) {
  .p-faq__faqList__faqBox__qBox {
    border-radius: calc(10 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-faq__faqList__faqBox__qBox {
    border-radius: calc(10 / 375 * 100vw);
  }
}
.p-faq__faqList__faqBox__qBox::after {
  background-image: url(../images/icon_plus.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  bottom: 0;
  content: "";
  display: block;
  height: 15px;
  margin: auto 0;
  position: absolute;
  right: 25px;
  top: 0;
  width: 15px;
}
@media screen and (max-width: 1439px) {
  .p-faq__faqList__faqBox__qBox::after {
    height: calc(15 / 1440 * 100vw);
    right: calc(25 / 1440 * 100vw);
    width: calc(15 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-faq__faqList__faqBox__qBox::after {
    height: calc(15 / 375 * 100vw);
    right: calc(15 / 375 * 100vw);
    width: calc(15 / 375 * 100vw);
  }
}
.p-faq__faqList__faqBox__qBox__inner {
  align-items: center;
  display: flex;
  padding: 12px 65px 12px 35px;
}
@media screen and (max-width: 1439px) {
  .p-faq__faqList__faqBox__qBox__inner {
    padding: calc(12 / 1440 * 100vw) calc(65 / 1440 * 100vw) calc(12 / 1440 * 100vw) calc(35 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-faq__faqList__faqBox__qBox__inner {
    padding: calc(10 / 375 * 100vw) calc(45 / 375 * 100vw) calc(10 / 375 * 100vw) calc(18 / 375 * 100vw);
  }
}
.p-faq__faqList__faqBox__qBox__icon {
  flex-shrink: 0;
  margin-right: 20px;
  width: 43px;
}
.p-faq__faqList__faqBox__qBox__icon img {
  height: auto;
  width: 100%;
}
@media screen and (max-width: 1439px) {
  .p-faq__faqList__faqBox__qBox__icon {
    margin-right: calc(20 / 1440 * 100vw);
    width: calc(43 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-faq__faqList__faqBox__qBox__icon {
    margin-right: calc(10 / 375 * 100vw);
    width: calc(30 / 375 * 100vw);
  }
}
.p-faq__faqList__faqBox__qBox__text {
  color: var(--color-white);
  font-size: 22px;
  font-weight: bold;
  line-height: 33px;
}
@media screen and (max-width: 1439px) {
  .p-faq__faqList__faqBox__qBox__text {
    font-size: calc(22 / 1440 * 100vw);
    line-height: calc(33 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-faq__faqList__faqBox__qBox__text {
    font-size: calc(16 / 375 * 100vw);
    letter-spacing: 0;
    line-height: calc(24 / 375 * 100vw);
  }
}
.p-faq__faqList__faqBox__aBox {
  display: none;
}
.p-faq__faqList__faqBox__aBox__inner {
  padding: 20px 35px;
}
@media screen and (max-width: 1439px) {
  .p-faq__faqList__faqBox__aBox__inner {
    padding: calc(20 / 1440 * 100vw) calc(35 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-faq__faqList__faqBox__aBox__inner {
    padding: calc(15 / 375 * 100vw) calc(15 / 375 * 100vw);
  }
}
.p-faq__faqList__faqBox__aBox__icon {
  display: none;
}
.p-faq__faqList__faqBox__aBox__text {
  color: var(--color-main2);
  font-size: 18px;
  line-height: 28px;
}
@media screen and (max-width: 1439px) {
  .p-faq__faqList__faqBox__aBox__text {
    font-size: calc(18 / 1440 * 100vw);
    line-height: calc(28 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-faq__faqList__faqBox__aBox__text {
    font-size: calc(16 / 375 * 100vw);
    line-height: calc(24 / 375 * 100vw);
  }
}
.p-faq__faqList__faqBox.is-open .p-faq__faqList__faqBox__qBox {
  border-radius: 10px 10px 0 0;
}
@media screen and (max-width: 1439px) {
  .p-faq__faqList__faqBox.is-open .p-faq__faqList__faqBox__qBox {
    border-radius: calc(10 / 1440 * 100vw) calc(10 / 1440 * 100vw) 0 0;
  }
}
@media screen and (max-width: 767px) {
  .p-faq__faqList__faqBox.is-open .p-faq__faqList__faqBox__qBox {
    border-radius: calc(10 / 375 * 100vw) calc(10 / 375 * 100vw) 0 0;
  }
}
.p-faq__faqList__faqBox.is-open .p-faq__faqList__faqBox__qBox::after {
  background-image: url(../images/icon_minus.svg);
}

.p-copyright {
  background-color: var(--color-main2);
  height: 48px;
}
@media screen and (max-width: 1439px) {
  .p-copyright {
    height: calc(48 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-copyright {
    height: calc(32 / 375 * 100vw);
  }
}
.p-copyright .l-container {
  height: 100%;
}
.p-copyright__inner {
  align-items: center;
  display: flex;
  height: 100%;
  justify-content: center;
}
.p-copyright__text {
  color: var(--color-white);
  font-size: 12px;
  text-align: center;
}
@media screen and (max-width: 1439px) {
  .p-copyright__text {
    font-size: calc(12 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-copyright__text {
    font-size: calc(11 / 375 * 100vw);
  }
}

.p-form {
  min-height: calc(100dvh - 231px);
}
@media screen and (max-width: 1439px) {
  .p-form {
    min-height: calc(100dvh - (231 / 1440 * 100vw));
  }
}
@media screen and (max-width: 767px) {
  .p-form {
    min-height: calc(100dvh - (231 / 375 * 100vw));
  }
}
.p-form .l-container {
  padding-left: 0;
  padding-right: 0;
  width: 100%;
}
.p-form__titleBox {
  align-items: center;
  background-color: var(--color-main);
  display: flex;
  height: 226px;
  justify-content: center;
}
@media screen and (max-width: 1439px) {
  .p-form__titleBox {
    height: calc(226 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-form__titleBox {
    height: calc(167 / 375 * 100vw);
  }
}
.p-form__titleBox__title {
  color: var(--color-white);
  font-size: 30px;
  font-weight: bold;
  line-height: 60px;
  text-align: center;
}
@media screen and (max-width: 1439px) {
  .p-form__titleBox__title {
    font-size: calc(30 / 1440 * 100vw);
    line-height: calc(60 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-form__titleBox__title {
    font-size: calc(26 / 375 * 100vw);
    line-height: calc(48 / 375 * 100vw);
  }
}
.p-form__titleBox__title span.em {
  font-size: 180%;
}
.p-form__content {
  margin: 0 auto;
  padding: 70px 0;
  width: 610px;
}
@media screen and (max-width: 1439px) {
  .p-form__content {
    padding: calc(70 / 1440 * 100vw) 0;
    width: calc(610 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-form__content {
    padding: calc(40 / 375 * 100vw);
    width: 100%;
  }
}

.p-thanks {
  min-height: calc(100dvh - 231px);
}
@media screen and (max-width: 1439px) {
  .p-thanks {
    min-height: calc(100dvh - (231 / 1440 * 100vw));
  }
}
@media screen and (max-width: 767px) {
  .p-thanks {
    min-height: 0;
  }
}
.p-thanks .l-container {
  align-items: center;
  display: flex;
  justify-content: center;
  min-height: calc(100dvh - 231px);
}
@media screen and (max-width: 1439px) {
  .p-thanks .l-container {
    min-height: calc(100dvh - (231 / 1440 * 100vw));
  }
}
@media screen and (max-width: 767px) {
  .p-thanks .l-container {
    min-height: 0;
  }
}
.p-thanks__inner {
  padding: 70px 0;
  transform: translateY(-100px);
}
@media screen and (max-width: 1439px) {
  .p-thanks__inner {
    padding: calc(70 / 1440 * 100vw) 0;
    transform: translateY(calc(-100 / 1440 * 100vw));
  }
}
@media screen and (max-width: 767px) {
  .p-thanks__inner {
    padding: calc(25 / 375 * 100vw) 0 calc(50 / 375 * 100vw);
    transform: translateY(calc(0 / 375 * 100vw));
  }
}
.p-thanks__titleBox {
  margin-bottom: 70px;
}
@media screen and (max-width: 1439px) {
  .p-thanks__titleBox {
    margin-bottom: calc(70 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-thanks__titleBox {
    margin-bottom: calc(40 / 375 * 100vw);
  }
}
.p-thanks__titleBox__title {
  color: var(--color-main);
  font-size: 46px;
  font-weight: bold;
  margin-bottom: 30px;
  text-align: center;
}
@media screen and (max-width: 1439px) {
  .p-thanks__titleBox__title {
    font-size: calc(46 / 1440 * 100vw);
    margin-bottom: calc(30 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-thanks__titleBox__title {
    font-size: calc(46 / 375 * 100vw);
    margin-bottom: calc(30 / 375 * 100vw);
  }
}
.p-thanks__titleBox__text p {
  color: var(--color-main2);
  font-size: 25px;
  font-weight: bold;
  line-height: 36px;
  text-align: center;
}
@media screen and (max-width: 1439px) {
  .p-thanks__titleBox__text p {
    font-size: calc(25 / 1440 * 100vw);
    line-height: calc(36 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-thanks__titleBox__text p {
    font-size: calc(22 / 375 * 100vw);
    line-height: calc(32 / 375 * 100vw);
  }
}
.p-thanks__titleBox__text p + p {
  margin-top: 45px;
}
@media screen and (max-width: 1439px) {
  .p-thanks__titleBox__text p + p {
    margin-top: calc(45 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-thanks__titleBox__text p + p {
    margin-top: calc(40 / 375 * 100vw);
  }
}
.p-thanks__block {
  word-wrap: break-word;
  background-color: var(--color-white);
  border-radius: 10px;
  box-shadow: 0px 0px 10px rgba(62, 16, 16, 0.15);
  margin: 0 auto;
  padding: 30px;
  width: 550px;
}
@media screen and (max-width: 1439px) {
  .p-thanks__block {
    border-radius: calc(10 / 1440 * 100vw);
    box-shadow: calc(0 / 1440 * 100vw) calc(0 / 1440 * 100vw) calc(10 / 1440 * 100vw) rgba(62, 16, 16, 0.15);
    padding: calc(30 / 1440 * 100vw);
    width: calc(550 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-thanks__block {
    border-radius: calc(10 / 375 * 100vw);
    box-shadow: calc(0 / 375 * 100vw) calc(0 / 375 * 100vw) calc(10 / 375 * 100vw) rgba(62, 16, 16, 0.15);
    padding: calc(25 / 375 * 100vw) calc(20 / 375 * 100vw);
    width: calc(345 / 375 * 100vw);
  }
}
.p-thanks__block__title {
  color: var(--color-main);
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 20px;
  text-align: center;
}
@media screen and (max-width: 1439px) {
  .p-thanks__block__title {
    font-size: calc(24 / 1440 * 100vw);
    margin-bottom: calc(20 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-thanks__block__title {
    font-size: calc(25 / 375 * 100vw);
    letter-spacing: 0;
    margin-bottom: calc(15 / 375 * 100vw);
  }
}
.p-thanks__block__text {
  color: var(--color-main2);
  font-size: 18px;
  font-weight: bold;
  line-height: 28px;
  text-align: center;
}
@media screen and (max-width: 1439px) {
  .p-thanks__block__text {
    font-size: calc(18 / 1440 * 100vw);
    line-height: calc(28 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-thanks__block__text {
    font-size: calc(18 / 375 * 100vw);
    line-height: calc(28 / 375 * 100vw);
  }
}
.p-thanks__block + .p-thanks__block {
  margin-top: 30px;
}
@media screen and (max-width: 1439px) {
  .p-thanks__block + .p-thanks__block {
    margin-top: calc(30 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-thanks__block + .p-thanks__block {
    margin-top: calc(25 / 375 * 100vw);
  }
}
.p-thanks__text {
  color: var(--color-main2);
  font-size: 25px;
  font-weight: bold;
  line-height: 36px;
  margin-top: 70px;
  text-align: center;
}
@media screen and (max-width: 1439px) {
  .p-thanks__text {
    font-size: calc(25 / 1440 * 100vw);
    line-height: calc(36 / 1440 * 100vw);
    margin-top: calc(70 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-thanks__text {
    font-size: calc(22 / 375 * 100vw);
    line-height: calc(32 / 375 * 100vw);
    margin-top: calc(50 / 375 * 100vw);
  }
}