@charset "UTF-8";
:root {
  --color-white: #ffffff;
  --color-black: #666666;
  --color-main: #efa100;
  --color-main2: #73625b;
  --color-main3: #264F7E;
  --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;
}

/* LINEボタン削除 */
.p-form__lineBox, .p-cta__lineBox{
  display: none;
}

@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: 35px;
  position: relative;
}
@media screen and (max-width: 1439px) {
  .swiper-container {
    padding-bottom: calc(35 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .swiper-container {
    padding-bottom: calc(35 / 375 * 100vw);
  }
}

.swiper-button-prev,
.swiper-button-next {
  display: block;
  height: auto;
  height: 342px;
  margin-top: 0;
  top: 0;
  width: auto;
  z-index: 2;
}
@media screen and (max-width: 1439px) {
  .swiper-button-prev,
.swiper-button-next {
    height: calc(342 / 1440 * 100vw);
    top: calc(0 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .swiper-button-prev,
.swiper-button-next {
    align-items: center;
    display: flex;
    height: calc(342 / 375 * 100vw);
    top: calc(0 / 375 * 100vw);
  }
}
.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: 25px;
  width: 25px;
}
@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(25 / 1440 * 100vw);
    width: calc(25 / 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(25 / 375 * 100vw);
    width: calc(25 / 375 * 100vw);
  }
}

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

.swiper-button-next {
  right: 30px;
}
@media screen and (max-width: 767px) {
  .swiper-button-next {
    right: calc(30 / 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: transparent;
  border: 1px solid var(--color-main2);
  border-radius: 50%;
  height: 10px;
  margin: 0 5px !important;
  opacity: 1;
  width: 10px;
}
@media screen and (max-width: 1439px) {
  .swiper-pagination-bullet {
    height: calc(10 / 1440 * 100vw);
    margin: 0 calc(5 / 1440 * 100vw) !important;
    width: calc(10 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .swiper-pagination-bullet {
    height: calc(10 / 375 * 100vw);
    margin: 0 calc(5 / 375 * 100vw) !important;
    width: calc(10 / 375 * 100vw);
  }
}
.swiper-pagination-bullet-active {
  background: var(--color-main2);
  border: 1px solid var(--color-main2);
}

@-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: 120px;
  padding-right: 120px;
  width: 1440px;
}
@media screen and (max-width: 1439px) {
  .l-container {
    padding-left: calc(120 / 1440 * 100vw);
    padding-right: calc(120 / 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-image {
  background-color: var(--color-white);
  border-radius: 10px;
  box-shadow: 0px 0px 10px rgba(62, 16, 16, 0.15);
  height: 449px;
}
@media screen and (max-width: 1439px) {
  .c-image {
    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(449 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .c-image {
    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: calc(449 / 375 * 100vw);
  }
}
.c-image__thumbnail img {
  height: auto;
  width: 100%;
}
.c-image__textBox {
  padding: 15px 20px;
}
@media screen and (max-width: 1439px) {
  .c-image__textBox {
    padding: calc(15 / 1440 * 100vw) calc(20 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .c-image__textBox {
    padding: calc(15 / 375 * 100vw) calc(20 / 375 * 100vw);
  }
}
.c-image__textBox__title {
  color: var(--color-main2);
  font-size: 22px;
  font-weight: bold;
  line-height: 33px;
  margin-bottom: 15px;
}
@media screen and (max-width: 1439px) {
  .c-image__textBox__title {
    font-size: calc(22 / 1440 * 100vw);
    line-height: calc(33 / 1440 * 100vw);
    margin-bottom: calc(15 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .c-image__textBox__title {
    font-size: calc(22 / 375 * 100vw);
    line-height: calc(33 / 375 * 100vw);
    margin-bottom: calc(15 / 375 * 100vw);
  }
}
.c-image__textBox__data dl {
  display: flex;
}
.c-image__textBox__data dl dt {
  align-items: center;
  color: var(--color-main2);
  display: flex;
  flex-shrink: 0;
  font-size: 16px;
  font-weight: bold;
  line-height: 25px;
  white-space: nowrap;
  width: 78px;
}
@media screen and (max-width: 1439px) {
  .c-image__textBox__data dl dt {
    font-size: calc(16 / 1440 * 100vw);
    line-height: calc(25 / 1440 * 100vw);
    width: calc(78 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .c-image__textBox__data dl dt {
    font-size: calc(16 / 375 * 100vw);
    line-height: calc(25 / 375 * 100vw);
    width: calc(78 / 375 * 100vw);
  }
}
.c-image__textBox__data dl dd {
  color: var(--color-main2);
  font-size: 16px;
  letter-spacing: 0;
  line-height: 25px;
  white-space: nowrap;
}
@media screen and (max-width: 1439px) {
  .c-image__textBox__data dl dd {
    font-size: calc(16 / 1440 * 100vw);
    line-height: calc(25 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .c-image__textBox__data dl dd {
    font-size: calc(16 / 375 * 100vw);
    line-height: calc(25 / 375 * 100vw);
  }
}
.c-image__textBox__data dl dd::before {
  content: "：";
}

.c-form {
  border-radius: 10px;
  box-shadow: 0px 0px 10px rgba(48, 56, 65, 0.15);
  margin: 0 auto;
  overflow: hidden;
  width: 730px;
}
@media screen and (max-width: 1439px) {
  .c-form {
    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);
    width: calc(730 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .c-form {
    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);
    width: 100%;
  }
}
.c-form__titleBox {
  align-items: center;
  background-color: var(--color-main3);
  display: flex;
  height: 82px;
  justify-content: center;
}
@media screen and (max-width: 1439px) {
  .c-form__titleBox {
    height: calc(82 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .c-form__titleBox {
    height: calc(60 / 375 * 100vw);
  }
}
.c-form__titleBox__title {
  color: var(--color-white);
  font-size: 25px;
  font-weight: bold;
}
@media screen and (max-width: 1439px) {
  .c-form__titleBox__title {
    font-size: calc(25 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .c-form__titleBox__title {
    font-size: calc(20 / 375 * 100vw);
  }
}
.c-form__content {
  background-color: var(--color-white);
  padding: 20px 60px 40px;
}
@media screen and (max-width: 1439px) {
  .c-form__content {
    padding: calc(20 / 1440 * 100vw) calc(60 / 1440 * 100vw) calc(40 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .c-form__content {
    padding: calc(20 / 375 * 100vw) calc(20 / 375 * 100vw) calc(30 / 375 * 100vw);
  }
}
.c-form__content__step {
  margin-bottom: 25px;
}
@media screen and (max-width: 1439px) {
  .c-form__content__step {
    margin-bottom: calc(25 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .c-form__content__step {
    margin-bottom: calc(20 / 375 * 100vw);
  }
}
.c-form__content__step > ul {
  align-items: center;
  display: flex;
  justify-content: center;
}
.c-form__content__step > ul > li {
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  display: block;
  height: 29px;
  overflow: hidden;
  text-indent: 150vw;
  white-space: nowrap;
  width: 73px;
}
@media screen and (max-width: 1439px) {
  .c-form__content__step > ul > li {
    height: calc(29 / 1440 * 100vw);
    width: calc(73 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .c-form__content__step > ul > li {
    height: calc(22 / 375 * 100vw);
    width: calc(57 / 375 * 100vw);
  }
}
.c-form__content__step > ul > li + li {
  margin-left: 13px;
}
@media screen and (max-width: 1439px) {
  .c-form__content__step > ul > li + li {
    margin-left: calc(13 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .c-form__content__step > ul > li + li {
    margin-left: calc(5 / 375 * 100vw);
  }
}
.c-form__content__step > ul > li:nth-child(1) {
  background-image: url(../images/icon_form_number_1.svg);
}
.c-form__content__step > ul > li:nth-child(1).is-current {
  background-image: url(../images/icon_form_number_1_current.svg);
}
.c-form__content__step > ul > li:nth-child(2) {
  background-image: url(../images/icon_form_number_2.svg);
}
.c-form__content__step > ul > li:nth-child(2).is-current {
  background-image: url(../images/icon_form_number_2_current.svg);
}
.c-form__content__step > ul > li:nth-child(3) {
  background-image: url(../images/icon_form_number_3.svg);
}
.c-form__content__step > ul > li:nth-child(3).is-current {
  background-image: url(../images/icon_form_number_3_current.svg);
}
.c-form__content__step > ul > li:nth-child(4) {
  background-image: url(../images/icon_form_number_4.svg);
}
.c-form__content__step > ul > li:nth-child(4).is-current {
  background-image: url(../images/icon_form_number_4_current.svg);
}
.c-form__content__block__titleBox {
  align-items: center;
  display: flex;
  margin-bottom: 20px;
}
@media screen and (max-width: 1439px) {
  .c-form__content__block__titleBox {
    margin-bottom: calc(20 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .c-form__content__block__titleBox {
    margin-bottom: calc(10 / 375 * 100vw);
  }
}
.c-form__content__block__titleBox__title {
  color: var(--color-main2);
  font-size: 22px;
  font-weight: bold;
}
@media screen and (max-width: 1439px) {
  .c-form__content__block__titleBox__title {
    font-size: calc(22 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .c-form__content__block__titleBox__title {
    font-size: calc(16 / 375 * 100vw);
  }
}
.c-form__content__block__radio, .c-form__content__block__checkbox {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.c-form__content__block__radio__choice, .c-form__content__block__checkbox__choice {
  width: 295px;
}
@media screen and (max-width: 1439px) {
  .c-form__content__block__radio__choice, .c-form__content__block__checkbox__choice {
    width: calc(295 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .c-form__content__block__radio__choice, .c-form__content__block__checkbox__choice {
    width: 100%;
  }
}
.c-form__content__block__radio__choice input, .c-form__content__block__checkbox__choice input {
  display: none;
}
.c-form__content__block__radio__choice input:checked + label, .c-form__content__block__checkbox__choice input:checked + label {
  background-color: var(--color-main);
  border: 2px solid var(--color-main);
  color: var(--color-white);
}
@media screen and (max-width: 1439px) {
  .c-form__content__block__radio__choice input:checked + label, .c-form__content__block__checkbox__choice input:checked + label {
    border: calc(2 / 1440 * 100vw) solid var(--color-main);
  }
}
@media screen and (max-width: 767px) {
  .c-form__content__block__radio__choice input:checked + label, .c-form__content__block__checkbox__choice input:checked + label {
    border: calc(1 / 375 * 100vw) solid var(--color-main);
  }
}
.c-form__content__block__radio__choice label, .c-form__content__block__checkbox__choice label {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
  align-items: center;
  background-color: var(--color-white);
  border: 2px solid var(--color-main2);
  border-radius: 5px;
  color: var(--color-main2);
  cursor: pointer;
  display: flex;
  font-size: 20px;
  font-weight: bold;
  height: 76px;
  justify-content: center;
  transition: 0.3s;
          user-select: none;
  width: 100%;
}
@media screen and (max-width: 1439px) {
  .c-form__content__block__radio__choice label, .c-form__content__block__checkbox__choice label {
    border: calc(2 / 1440 * 100vw) solid var(--color-main2);
    border-radius: calc(5 / 1440 * 100vw);
    font-size: calc(20 / 1440 * 100vw);
    height: calc(76 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .c-form__content__block__radio__choice label, .c-form__content__block__checkbox__choice label {
    border: calc(1 / 375 * 100vw) solid var(--color-main2);
    border-radius: calc(5 / 375 * 100vw);
    font-size: calc(15 / 375 * 100vw);
    height: calc(60 / 375 * 100vw);
  }
}
.c-form__content__block__radio__choice label:hover, .c-form__content__block__checkbox__choice label:hover {
  background-color: var(--color-main);
  border: 2px solid var(--color-main);
  color: var(--color-white);
}
@media screen and (max-width: 1439px) {
  .c-form__content__block__radio__choice label:hover, .c-form__content__block__checkbox__choice label:hover {
    border: calc(2 / 1440 * 100vw) solid var(--color-main);
  }
}
@media screen and (max-width: 767px) {
  .c-form__content__block__radio__choice label:hover, .c-form__content__block__checkbox__choice label:hover {
    background-color: var(--color-white);
    border: calc(1 / 375 * 100vw) solid var(--color-main2);
    color: var(--color-main2);
  }
}
@media screen and (max-width: 767px) {
  .c-form__content__block__radio__choice + .c-form__content__block__radio__choice, .c-form__content__block__radio__choice + .c-form__content__block__checkbox__choice, .c-form__content__block__checkbox__choice + .c-form__content__block__radio__choice, .c-form__content__block__checkbox__choice + .c-form__content__block__checkbox__choice {
    margin-top: calc(10 / 375 * 100vw);
  }
}
.c-form__content__block__select select {
  background-image: url(../images/icon_arrow_select.svg);
  background-position: right 40px center;
  background-repeat: no-repeat;
  background-size: 12px 8px;
  border: 2px solid var(--color-main2);
  border-radius: 7px;
  color: var(--color-main2);
  font-size: 20px;
  font-weight: bold;
  height: 76px;
  padding: 0 30px;
  width: 100%;
}
@media screen and (max-width: 1439px) {
  .c-form__content__block__select select {
    background-position: right calc(40 / 1440 * 100vw) center;
    background-size: calc(12 / 1440 * 100vw) calc(8 / 1440 * 100vw);
    border: calc(2 / 1440 * 100vw) solid var(--color-main2);
    border-radius: calc(7 / 1440 * 100vw);
    font-size: calc(20 / 1440 * 100vw);
    height: calc(76 / 1440 * 100vw);
    padding: 0 calc(30 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .c-form__content__block__select select {
    background-position: right calc(40 / 375 * 100vw) center;
    background-size: calc(12 / 375 * 100vw) calc(8 / 375 * 100vw);
    border: calc(2 / 375 * 100vw) solid var(--color-main2);
    border-radius: calc(7 / 375 * 100vw);
    font-size: 16px;
    height: calc(60 / 375 * 100vw);
    padding: 0 calc(15 / 375 * 100vw);
  }
}
.c-form__content__block__select select:invalid {
  color: var(--color-placeholder);
}
.c-form__content__block__input input,
.c-form__content__block__input textarea {
  border: 2px solid var(--color-black);
  border-radius: 7px;
  font-size: 20px;
  font-weight: bold;
  width: 100%;
}
@media screen and (max-width: 1439px) {
  .c-form__content__block__input input,
.c-form__content__block__input textarea {
    border: calc(2 / 1440 * 100vw) solid var(--color-black);
    border-radius: calc(7 / 1440 * 100vw);
    font-size: calc(20 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .c-form__content__block__input input,
.c-form__content__block__input textarea {
    border: calc(2 / 375 * 100vw) solid var(--color-black);
    border-radius: calc(7 / 375 * 100vw);
    font-size: 16px;
  }
}
.c-form__content__block__input input::-moz-placeholder, .c-form__content__block__input textarea::-moz-placeholder {
  color: rgba(48, 56, 65, 0.4);
}
.c-form__content__block__input input:-ms-input-placeholder, .c-form__content__block__input textarea:-ms-input-placeholder {
  color: rgba(48, 56, 65, 0.4);
}
.c-form__content__block__input input::placeholder,
.c-form__content__block__input textarea::placeholder {
  color: rgba(48, 56, 65, 0.4);
}
.c-form__content__block__input input {
  height: 76px;
  padding: 0 30px;
}
@media screen and (max-width: 1439px) {
  .c-form__content__block__input input {
    height: calc(76 / 1440 * 100vw);
    padding: 0 calc(30 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .c-form__content__block__input input {
    height: calc(60 / 375 * 100vw);
    padding: 0 calc(15 / 375 * 100vw);
  }
}
.c-form__content__block__input textarea {
  height: 220px;
  padding: 30px;
}
@media screen and (max-width: 1439px) {
  .c-form__content__block__input textarea {
    height: calc(220 / 1440 * 100vw);
    padding: calc(30 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .c-form__content__block__input textarea {
    height: calc(170 / 375 * 100vw);
    padding: calc(15 / 375 * 100vw);
  }
}
.c-form__content__block + .c-form__content__block {
  margin-top: 30px;
}
@media screen and (max-width: 1439px) {
  .c-form__content__block + .c-form__content__block {
    margin-top: calc(30 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .c-form__content__block + .c-form__content__block {
    margin-top: calc(25 / 375 * 100vw);
  }
}
.c-form__content__agree {
  margin-top: 40px;
}
@media screen and (max-width: 1439px) {
  .c-form__content__agree {
    margin-top: calc(40 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .c-form__content__agree {
    margin-top: calc(25 / 375 * 100vw);
  }
}
.c-form__content__agree input {
  display: none;
}
/* .c-form__content__agree input:checked + label::before {
  background-image: url(../images/form_checkbox_checked.svg);
} */
.c-form__content__agree p {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
  align-items: center;
  display: flex;
  font-size: 15px;
  justify-content: center;
          user-select: none;
}
@media screen and (max-width: 1439px) {
  .c-form__content__agree p {
    font-size: calc(15 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .c-form__content__agree p {
    font-size: calc(12 / 375 * 100vw);
  }
}
.c-form__content__agree p a {
  color: var(--color-main);
  text-decoration: underline;
  cursor: pointer;

}
/* .c-form__content__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__content__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__content__agree label::before {
    height: calc(10 / 375 * 100vw);
    margin-right: calc(5 / 375 * 100vw);
    width: calc(10 / 375 * 100vw);
  }
}
.c-form__content__agree + .parsley-errors-list {
  font-size: 14px !important;
  margin-top: 15px !important;
  text-align: center;
}
@media screen and (max-width: 1439px) {
  .c-form__content__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__content__agree + .parsley-errors-list {
    font-size: calc(12 / 375 * 100vw) !important;
    margin-top: calc(10 / 375 * 100vw) !important;
  }
}
.c-form__content .parsley-errors-list {
  color: red;
  font-size: 14px;
  margin-top: 12px;
}
@media screen and (max-width: 1439px) {
  .c-form__content .parsley-errors-list {
    font-size: calc(14 / 1440 * 100vw);
    margin-top: calc(12 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .c-form__content .parsley-errors-list {
    font-size: calc(12 / 375 * 100vw);
    margin-top: calc(10 / 375 * 100vw);
  }
}
.c-form__content__buttonBox {
  margin-top: 40px;
}
@media screen and (max-width: 1439px) {
  .c-form__content__buttonBox {
    margin-top: calc(40 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .c-form__content__buttonBox {
    margin-top: calc(25 / 375 * 100vw);
  }
}
.c-form__content__buttonBox__button {
  margin-bottom: 20px;
  text-align: center;
}
@media screen and (max-width: 1439px) {
  .c-form__content__buttonBox__button {
    margin-bottom: calc(20 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .c-form__content__buttonBox__button {
    margin-bottom: calc(20 / 375 * 100vw);
  }
}
.c-form__content__buttonBox__button button {
  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;
  white-space: nowrap;
  width: 325px;
}
@media screen and (max-width: 1439px) {
  .c-form__content__buttonBox__button button {
    height: calc(61 / 1440 * 100vw);
    width: calc(325 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .c-form__content__buttonBox__button button {
    height: calc(45 / 375 * 100vw);
    width: calc(193 / 375 * 100vw);
  }
}
.c-form__content__buttonBox__button--next button {
  background-image: url(../images/form_button_next.svg);
}
@media screen and (max-width: 767px) {
  .c-form__content__buttonBox__button--next button {
    background-image: url(../images/form_button_next_sp.svg);
  }
}
.c-form__content__buttonBox__button--submit button {
  background-image: url(../images/form_button_submit.svg);
}
@media screen and (max-width: 767px) {
  .c-form__content__buttonBox__button--submit button {
    background-image: url(../images/form_button_submit_sp.svg);
  }
}
.c-form__content__buttonBox__back {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
  align-items: center;
  cursor: pointer;
  display: flex;
  font-size: 15px;
  font-weight: bold;
  justify-content: center;
  text-align: center;
          user-select: none;
}
@media screen and (max-width: 1439px) {
  .c-form__content__buttonBox__back {
    font-size: calc(15 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .c-form__content__buttonBox__back {
    font-size: calc(12 / 375 * 100vw);
  }
}
.c-form__content__buttonBox__back::before {
  background-image: url(../images/icon_arrow_back.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  display: block;
  height: 12px;
  margin-right: 15px;
  transform: translateY(1px);
  width: 7px;
}
@media screen and (max-width: 1439px) {
  .c-form__content__buttonBox__back::before {
    height: calc(12 / 1440 * 100vw);
    margin-right: calc(15 / 1440 * 100vw);
    width: calc(7 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .c-form__content__buttonBox__back::before {
    height: calc(8 / 375 * 100vw);
    margin-right: calc(10 / 375 * 100vw);
    width: calc(5 / 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-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);
  }
}

.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-mainVisual {
  background-image: url(../images/mainvisual_bg_full.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  content: "";
  display: block;
  height: 706px;
}
@media screen and (max-width: 1999px) {
  .p-mainVisual {
    height: calc(706 / 2000 * 100vw);
  }
}
@media screen and (max-width: 1439px) {
  .p-mainVisual {
    background-image: url(../images/mainvisual_bg.jpg);
    height: calc(706 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-mainVisual {
    background-image: url(../images/mainvisual_bg_sp.png);
    height: calc(549 / 375 * 100vw);
    margin-bottom: calc(-80 / 375 * 100vw);
    margin-top: calc(10 / 375 * 100vw);
  }
}
.p-mainVisual .l-container {
  padding-left: 413px;
  padding-right: 390px;
  width: 2000px;
}
@media screen and (max-width: 1999px) {
  .p-mainVisual .l-container {
    padding-left: calc(413 / 2000 * 100vw);
    padding-right: calc(413 / 2000 * 100vw);
    width: 100%;
  }
}
@media screen and (max-width: 1439px) {
  .p-mainVisual .l-container {
    padding-left: calc(140 / 1440 * 100vw);
    padding-right: calc(140 / 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: 167px;
}
@media screen and (max-width: 1999px) {
  .p-mainVisual__inner {
    padding-top: calc(167 / 2000 * 100vw);
  }
}
@media screen and (max-width: 1439px) {
  .p-mainVisual__inner {
    padding-top: calc(167 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-mainVisual__inner {
    height: 100%;
    padding-top: calc(0 / 375 * 100vw);
  }
}
.p-mainVisual__title {
  background-image: url(../images/mainvisual_title.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  display: block;
  height: 426px;
  overflow: hidden;
  text-indent: 150vw;
  white-space: nowrap;
  width: 581px;
}
@media screen and (max-width: 1999px) {
  .p-mainVisual__title {
    height: calc(426 / 2000 * 100vw);
    width: calc(581 / 2000 * 100vw);
  }
}
@media screen and (max-width: 1439px) {
  .p-mainVisual__title {
    height: calc(426 / 1440 * 100vw);
    width: calc(581 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-mainVisual__title {
    display: none;
    height: calc(426 / 375 * 100vw);
    width: calc(581 / 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-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-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-form__inner {
  padding-bottom: 70px;
  padding-top: 50px;
}
@media screen and (max-width: 1439px) {
  .p-form__inner {
    padding-bottom: calc(70 / 1440 * 100vw);
    padding-top: calc(50 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-form__inner {
    padding-bottom: calc(40 / 375 * 100vw);
    padding-top: calc(40 / 375 * 100vw);
  }
}
.p-form__text {
  color: var(--color-main2);
  font-size: 35px;
  font-weight: bold;
  line-height: 53px;
  margin-bottom: 120px;
  margin-top: 20px;
  position: relative;
  text-align: center;
}
@media screen and (max-width: 1439px) {
  .p-form__text {
    font-size: calc(35 / 1440 * 100vw);
    line-height: calc(53 / 1440 * 100vw);
    margin-bottom: calc(120 / 1440 * 100vw);
    margin-top: calc(20 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-form__text {
    font-size: calc(20 / 375 * 100vw);
    letter-spacing: 0;
    line-height: calc(30 / 375 * 100vw);
    margin-bottom: calc(90 / 375 * 100vw);
    margin-top: calc(0 / 375 * 100vw);
  }
}
.p-form__text::after {
  background-image: url(../images/icon_arrow_sarani.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  bottom: -80px;
  content: "";
  display: block;
  height: 38px;
  left: 0;
  margin: 0 auto;
  position: absolute;
  right: 0;
  width: 34px;
}
@media screen and (max-width: 1439px) {
  .p-form__text::after {
    bottom: calc(-80 / 1440 * 100vw);
    height: calc(38 / 1440 * 100vw);
    width: calc(34 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-form__text::after {
    bottom: calc(-55 / 375 * 100vw);
    height: calc(28 / 375 * 100vw);
    width: calc(25 / 375 * 100vw);
  }
}
.p-form__lineBox {
  margin-top: 50px;
}
@media screen and (max-width: 1439px) {
  .p-form__lineBox {
    margin-top: calc(50 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-form__lineBox {
    margin-top: calc(40 / 375 * 100vw);
  }
}
.p-form__lineBox__title {
  -webkit-mask-image: url(../images/form_linebutton_title.svg);
  -webkit-mask-position: center center;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-size: contain;
  background-color: var(--color-line);
  content: "";
  display: block;
  height: 38px;
  margin: 0 auto 10px;
          mask-image: url(../images/form_linebutton_title.svg);
          mask-position: center center;
          mask-repeat: no-repeat;
          mask-size: contain;
  overflow: hidden;
  text-indent: 150vw;
  white-space: nowrap;
  width: 229px;
}
@media screen and (max-width: 1439px) {
  .p-form__lineBox__title {
    height: calc(38 / 1440 * 100vw);
    margin: 0 auto calc(10 / 1440 * 100vw);
    width: calc(229 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-form__lineBox__title {
    height: calc(38 / 375 * 100vw);
    margin: 0 auto calc(10 / 375 * 100vw);
    width: calc(229 / 375 * 100vw);
  }
}
.p-form__lineBox__button {
  align-items: center;
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .p-form__lineBox__button {
    display: block;
  }
}
.p-form__lineBox__button a {
  align-items: center;
  background-color: var(--color-line);
  border: 2px solid var(--color-line);
  border-radius: 30px;
  box-shadow: 0px 0px 10px rgba(62, 16, 16, 0.15);
  color: var(--color-white);
  display: flex;
  font-size: 17px;
  font-weight: bold;
  height: 49px;
  justify-content: center;
  padding: 0 40px 0 30px;
  position: relative;
}
@media screen and (max-width: 1439px) {
  .p-form__lineBox__button a {
    border: calc(2 / 1440 * 100vw) solid var(--color-line);
    border-radius: calc(30 / 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(17 / 1440 * 100vw);
    height: calc(49 / 1440 * 100vw);
    padding: 0 calc(40 / 1440 * 100vw) 0 calc(30 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-form__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(20 / 375 * 100vw);
    height: calc(50 / 375 * 100vw);
    padding: 0 calc(45 / 375 * 100vw) 0 0;
  }
}
.p-form__lineBox__button a i {
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  display: block;
  height: 24px;
  margin-right: 10px;
  width: 24px;
}
@media screen and (max-width: 1439px) {
  .p-form__lineBox__button a i {
    height: calc(24 / 1440 * 100vw);
    margin-right: calc(10 / 1440 * 100vw);
    width: calc(24 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-form__lineBox__button a i {
    height: calc(30 / 375 * 100vw);
    margin-right: calc(15 / 375 * 100vw);
    width: calc(30 / 375 * 100vw);
  }
}
.p-form__lineBox__button a i.line {
  background-image: url(../images/icon_line.svg);
}
.p-form__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-form__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-form__lineBox__button a::after {
    height: calc(12 / 375 * 100vw);
    right: calc(15 / 375 * 100vw);
    width: calc(8 / 375 * 100vw);
  }
}

.p-cta {
  background-color: var(--color-main);
}
.p-cta__inner {
  padding: 40px 0;
}
@media screen and (max-width: 1439px) {
  .p-cta__inner {
    padding: calc(40 / 1440 * 100vw) 0;
  }
}
@media screen and (max-width: 767px) {
  .p-cta__inner {
    padding: calc(40 / 375 * 100vw) 0;
  }
}
.p-cta__title {
  color: var(--color-white);
  font-size: 30px;
  font-weight: bold;
  line-height: 41px;
  margin-bottom: 30px;
  text-align: center;
}
@media screen and (max-width: 1439px) {
  .p-cta__title {
    font-size: calc(30 / 1440 * 100vw);
    line-height: calc(41 / 1440 * 100vw);
    margin-bottom: calc(30 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-cta__title {
    font-size: calc(22 / 375 * 100vw);
    line-height: calc(33 / 375 * 100vw);
    margin-bottom: calc(25 / 375 * 100vw);
  }
}
.p-cta__buttonBox__title {
  -webkit-mask-image: url(../images/form_button_title.svg);
  -webkit-mask-position: center center;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-size: contain;
  background-color: var(--color-white);
  content: "";
  display: block;
  height: 42px;
  margin: 0 auto 10px;
          mask-image: url(../images/form_button_title.svg);
          mask-position: center center;
          mask-repeat: no-repeat;
          mask-size: contain;
  overflow: hidden;
  text-indent: 150vw;
  white-space: nowrap;
  width: 151px;
}
@media screen and (max-width: 1439px) {
  .p-cta__buttonBox__title {
    height: calc(42 / 1440 * 100vw);
    margin: 0 auto calc(10 / 1440 * 100vw);
    width: calc(151 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-cta__buttonBox__title {
    height: calc(35 / 375 * 100vw);
    margin: 0 auto calc(10 / 375 * 100vw);
    width: calc(123 / 375 * 100vw);
  }
}
.p-cta__buttonBox__button {
  align-items: center;
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .p-cta__buttonBox__button {
    display: block;
  }
}
.p-cta__buttonBox__button a {
  align-items: center;
  background-color: var(--color-white);
  border: 2px solid var(--color-white);
  border-radius: 30px;
  box-shadow: 0px 0px 10px rgba(62, 16, 16, 0.15);
  color: var(--color-main);
  display: flex;
  font-size: 17px;
  font-weight: bold;
  height: 49px;
  justify-content: center;
  padding: 0 40px 0 30px;
  position: relative;
}
@media screen and (max-width: 1439px) {
  .p-cta__buttonBox__button a {
    border: calc(2 / 1440 * 100vw) solid var(--color-white);
    border-radius: calc(30 / 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(17 / 1440 * 100vw);
    height: calc(49 / 1440 * 100vw);
    padding: 0 calc(40 / 1440 * 100vw) 0 calc(30 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-cta__buttonBox__button a {
    border: calc(2 / 375 * 100vw) solid var(--color-white);
    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(20 / 375 * 100vw);
    height: calc(50 / 375 * 100vw);
    padding: 0 calc(48 / 375 * 100vw) 0 0;
  }
}
.p-cta__buttonBox__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: 24px;
  margin-right: 10px;
          mask-position: center center;
          mask-repeat: no-repeat;
          mask-size: contain;
  width: 24px;
}
@media screen and (max-width: 1439px) {
  .p-cta__buttonBox__button a i {
    height: calc(24 / 1440 * 100vw);
    margin-right: calc(10 / 1440 * 100vw);
    width: calc(24 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-cta__buttonBox__button a i {
    height: calc(24 / 375 * 100vw);
    margin-right: calc(6 / 375 * 100vw);
    width: calc(24 / 375 * 100vw);
  }
}
.p-cta__buttonBox__button a i.file {
  -webkit-mask-image: url(../images/icon_file.svg);
          mask-image: url(../images/icon_file.svg);
}
.p-cta__buttonBox__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__buttonBox__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__buttonBox__button a::after {
    height: calc(12 / 375 * 100vw);
    right: calc(15 / 375 * 100vw);
    width: calc(8 / 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 {
  -webkit-mask-image: url(../images/form_linebutton_title.svg);
  -webkit-mask-position: center center;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-size: contain;
  background-color: var(--color-white);
  content: "";
  display: block;
  height: 38px;
  margin: 0 auto 10px;
          mask-image: url(../images/form_linebutton_title.svg);
          mask-position: center center;
          mask-repeat: no-repeat;
          mask-size: contain;
  overflow: hidden;
  text-indent: 150vw;
  white-space: nowrap;
  width: 229px;
}
@media screen and (max-width: 1439px) {
  .p-cta__lineBox__title {
    height: calc(38 / 1440 * 100vw);
    margin: 0 auto calc(10 / 1440 * 100vw);
    width: calc(229 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-cta__lineBox__title {
    height: calc(33 / 375 * 100vw);
    margin: 0 auto calc(10 / 375 * 100vw);
    width: calc(183 / 375 * 100vw);
  }
}
.p-cta__lineBox__button {
  align-items: center;
  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: 30px;
  box-shadow: 0px 0px 10px rgba(62, 16, 16, 0.15);
  color: var(--color-white);
  display: flex;
  font-size: 17px;
  font-weight: bold;
  height: 49px;
  justify-content: center;
  padding: 0 40px 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(30 / 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(17 / 1440 * 100vw);
    height: calc(49 / 1440 * 100vw);
    padding: 0 calc(40 / 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(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(20 / 375 * 100vw);
    height: calc(50 / 375 * 100vw);
    padding: 0 calc(45 / 375 * 100vw) 0 0;
  }
}
.p-cta__lineBox__button a i {
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  display: block;
  height: 24px;
  margin-right: 10px;
  width: 24px;
}
@media screen and (max-width: 1439px) {
  .p-cta__lineBox__button a i {
    height: calc(24 / 1440 * 100vw);
    margin-right: calc(10 / 1440 * 100vw);
    width: calc(24 / 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(15 / 375 * 100vw);
    width: calc(8 / 375 * 100vw);
  }
}

@media screen and (max-width: 767px) {
  .p-image {
    overflow: hidden;
  }
}
.p-image .l-container {
  padding-left: 175px;
  padding-right: 175px;
}
@media screen and (max-width: 1439px) {
  .p-image .l-container {
    padding-left: calc(175 / 1440 * 100vw);
    padding-right: calc(175 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-image .l-container {
    padding-left: 0;
    padding-right: 0;
  }
}
.p-image__inner {
  padding: 70px 0;
}
@media screen and (max-width: 1439px) {
  .p-image__inner {
    padding: calc(70 / 1440 * 100vw) 0;
  }
}
@media screen and (max-width: 767px) {
  .p-image__inner {
    padding: calc(40 / 375 * 100vw) 0;
  }
}
.p-image__title {
  color: var(--color-main2);
  font-size: 35px;
  font-weight: bold;
  margin-bottom: 50px;
  text-align: center;
}
@media screen and (max-width: 1439px) {
  .p-image__title {
    font-size: calc(35 / 1440 * 100vw);
    margin-bottom: calc(50 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-image__title {
    font-size: calc(25 / 375 * 100vw);
    margin-bottom: calc(30 / 375 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-image__imageList {
    display: none;
  }
}
.p-image__imageList > ul {
  display: flex;
  justify-content: space-between;
}
.p-image__imageList > ul > li {
  width: 330px;
}
@media screen and (max-width: 1439px) {
  .p-image__imageList > ul > li {
    width: calc(330 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-image__imageList > ul > li {
    width: calc(330 / 375 * 100vw);
  }
}
.p-image__swiper {
  display: none;
}
@media screen and (max-width: 767px) {
  .p-image__swiper {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .p-image__swiper .c-image {
    margin: 0 auto;
    width: calc(330 / 375 * 100vw);
  }
}

.p-menu {
  background-color: var(--color-bg);
}
.p-menu__inner {
  padding: 70px 0;
}
@media screen and (max-width: 1439px) {
  .p-menu__inner {
    padding: calc(70 / 1440 * 100vw) 0;
  }
}
@media screen and (max-width: 767px) {
  .p-menu__inner {
    padding: calc(45 / 375 * 100vw) 0 calc(40 / 375 * 100vw);
  }
}
.p-menu__title {
  color: var(--color-main2);
  font-size: 35px;
  font-weight: bold;
  margin-bottom: 50px;
  text-align: center;
}
@media screen and (max-width: 1439px) {
  .p-menu__title {
    font-size: calc(35 / 1440 * 100vw);
    margin-bottom: calc(50 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-menu__title {
    font-size: calc(25 / 375 * 100vw);
    margin-bottom: calc(30 / 375 * 100vw);
  }
}
.p-menu__title span.em {
  color: var(--color-main);
  font-size: 150%;
}
.p-menu__menuList > ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .p-menu__menuList > ul {
    display: block;
  }
}
.p-menu__menuList > ul > li {
  display: flex;
  margin-left: 30px;
  margin-top: 30px;
  width: 330px;
}
@media screen and (max-width: 1439px) {
  .p-menu__menuList > ul > li {
    margin-left: calc(30 / 1440 * 100vw);
    margin-top: calc(30 / 1440 * 100vw);
    width: calc(330 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-menu__menuList > ul > li {
    display: block;
    margin-left: calc(0 / 375 * 100vw);
    margin-top: calc(25 / 375 * 100vw);
    width: 100%;
  }
}
.p-menu__menuList > ul > li:nth-child(-n+3) {
  margin-top: 0;
}
@media screen and (max-width: 767px) {
  .p-menu__menuList > ul > li:nth-child(-n+3) {
    margin-top: calc(25 / 375 * 100vw);
  }
}
.p-menu__menuList > ul > li:nth-child(3n+1) {
  margin-left: 0;
}
@media screen and (max-width: 767px) {
  .p-menu__menuList > ul > li:first-child {
    margin-top: 0;
  }
}
.p-menu__menuList__menuBox {
  background-color: var(--color-white);
  border-radius: 10px;
  box-shadow: 0px 0px 10px rgba(62, 16, 16, 0.15);
  position: relative;
}
@media screen and (max-width: 1439px) {
  .p-menu__menuList__menuBox {
    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);
  }
}
@media screen and (max-width: 767px) {
  .p-menu__menuList__menuBox {
    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);
  }
}
.p-menu__menuList__menuBox__number {
  left: 0;
  position: absolute;
  top: 0;
  width: 83px;
}
.p-menu__menuList__menuBox__number img {
  height: auto;
  width: 100%;
}
@media screen and (max-width: 1439px) {
  .p-menu__menuList__menuBox__number {
    width: calc(83 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-menu__menuList__menuBox__number {
    width: calc(83 / 375 * 100vw);
  }
}
.p-menu__menuList__menuBox__illust img {
  height: auto;
  width: 100%;
}
.p-menu__menuList__menuBox__textBox {
  padding: 0 20px 20px;
}
@media screen and (max-width: 1439px) {
  .p-menu__menuList__menuBox__textBox {
    padding: 0 calc(20 / 1440 * 100vw) calc(20 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-menu__menuList__menuBox__textBox {
    padding: 0 calc(20 / 375 * 100vw) calc(20 / 375 * 100vw);
  }
}
.p-menu__menuList__menuBox__textBox__title {
  color: var(--color-main);
  font-size: 25px;
  font-weight: bold;
  margin-bottom: 15px;
  text-align: center;
}
@media screen and (max-width: 1439px) {
  .p-menu__menuList__menuBox__textBox__title {
    font-size: calc(25 / 1440 * 100vw);
    margin-bottom: calc(15 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-menu__menuList__menuBox__textBox__title {
    font-size: calc(25 / 375 * 100vw);
    margin-bottom: calc(15 / 375 * 100vw);
  }
}
.p-menu__menuList__menuBox__textBox__text {
  color: var(--color-main2);
  font-size: 18px;
  font-weight: bold;
  line-height: 28px;
}
@media screen and (max-width: 1439px) {
  .p-menu__menuList__menuBox__textBox__text {
    font-size: calc(18 / 1440 * 100vw);
    line-height: calc(28 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-menu__menuList__menuBox__textBox__text {
    font-size: calc(18 / 375 * 100vw);
    line-height: calc(28 / 375 * 100vw);
  }
}

.p-aboutBnet__inner {
  padding: 80px 0;
}
@media screen and (max-width: 1439px) {
  .p-aboutBnet__inner {
    padding: calc(80 / 1440 * 100vw) 0;
  }
}
@media screen and (max-width: 767px) {
  .p-aboutBnet__inner {
    padding: calc(45 / 375 * 100vw) 0 calc(40 / 375 * 100vw);
  }
}
.p-aboutBnet__titleBox {
  margin-bottom: 40px;
}
@media screen and (max-width: 1439px) {
  .p-aboutBnet__titleBox {
    margin-bottom: calc(40 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-aboutBnet__titleBox {
    margin-bottom: calc(30 / 375 * 100vw);
  }
}
.p-aboutBnet__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-aboutBnet__titleBox__title {
    font-size: calc(35 / 1440 * 100vw);
    margin-bottom: calc(15 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-aboutBnet__titleBox__title {
    font-size: calc(30 / 375 * 100vw);
    margin-bottom: calc(10 / 375 * 100vw);
  }
}
.p-aboutBnet__titleBox__title span.em {
  color: var(--color-main);
  font-size: 150%;
}
.p-aboutBnet__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-aboutBnet__titleBox__text {
    font-size: calc(18 / 1440 * 100vw);
    line-height: calc(28 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-aboutBnet__titleBox__text {
    font-size: calc(18 / 375 * 100vw);
    letter-spacing: 0;
    line-height: calc(28 / 375 * 100vw);
  }
}
.p-aboutBnet__illustBox {
  margin: 0 auto;
  width: 995px;
}
@media screen and (max-width: 1439px) {
  .p-aboutBnet__illustBox {
    width: calc(995 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-aboutBnet__illustBox {
    border-radius: calc(10 / 375 * 100vw);
    box-shadow: 0px 0px 10px rgba(62, 16, 16, 0.15);
    padding: calc(12 / 375 * 100vw);
    width: 100%;
  }
}
.p-aboutBnet__illustBox__illust img {
  height: auto;
  width: 100%;
}
.p-aboutBnet__illustBox__illust a {
  pointer-events: none;
}
@media screen and (max-width: 767px) {
  .p-aboutBnet__illustBox__illust a {
    display: block;
    pointer-events: auto;
    position: relative;
  }
}
@media screen and (max-width: 767px) {
  .p-aboutBnet__illustBox__illust a::after {
    background-image: url(../images/icon_zoom.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    bottom: 0;
    content: "";
    display: block;
    height: calc(25 / 375 * 100vw);
    position: absolute;
    right: 0;
    width: calc(25 / 375 * 100vw);
  }
}

.p-intro {
  background-color: var(--color-bg);
}
.p-intro__inner {
  padding: 60px 0;
}
@media screen and (max-width: 1439px) {
  .p-intro__inner {
    padding: calc(60 / 1440 * 100vw) 0;
  }
}
@media screen and (max-width: 767px) {
  .p-intro__inner {
    padding: calc(40 / 375 * 100vw) 0;
  }
}
.p-intro__onayami__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__onayami__title {
    font-size: calc(35 / 1440 * 100vw);
    margin-bottom: calc(30 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-intro__onayami__title {
    font-size: calc(25 / 375 * 100vw);
    letter-spacing: 0;
    margin-bottom: calc(30 / 375 * 100vw);
  }
}
.p-intro__onayami__title span.em {
  font-size: 130%;
}
.p-intro__onayami__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: 300px;
  justify-content: center;
  margin: 0 auto;
  width: 890px;
}
@media screen and (max-width: 1439px) {
  .p-intro__onayami__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(300 / 1440 * 100vw);
    width: calc(890 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-intro__onayami__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) calc(25 / 375 * 100vw);
    width: 100%;
  }
}
.p-intro__onayami__content__textList {
  width: 500px;
}
@media screen and (max-width: 1439px) {
  .p-intro__onayami__content__textList {
    width: calc(500 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-intro__onayami__content__textList {
    width: 100%;
  }
}
.p-intro__onayami__content__textList > ul > li {
  display: flex;
  font-size: 22px;
  font-weight: bold;
  line-height: 37px;
}
@media screen and (max-width: 1439px) {
  .p-intro__onayami__content__textList > ul > li {
    font-size: calc(22 / 1440 * 100vw);
    line-height: calc(37 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-intro__onayami__content__textList > ul > li {
    font-size: calc(16 / 375 * 100vw);
    line-height: calc(24 / 375 * 100vw);
  }
}
.p-intro__onayami__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__onayami__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__onayami__content__textList > ul > li::before {
    height: calc(19 / 375 * 100vw);
    margin-right: calc(15 / 375 * 100vw);
    transform: translateY(calc(3 / 375 * 100vw));
    width: calc(19 / 375 * 100vw);
  }
}
.p-intro__onayami__content__textList > ul > li + li {
  margin-top: 8px;
}
@media screen and (max-width: 1439px) {
  .p-intro__onayami__content__textList > ul > li + li {
    margin-top: calc(8 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-intro__onayami__content__textList > ul > li + li {
    margin-top: calc(8 / 375 * 100vw);
  }
}
.p-intro__onayami__content__illust {
  margin-right: 30px;
  width: 292px;
}
.p-intro__onayami__content__illust img {
  height: auto;
  width: 100%;
}
@media screen and (max-width: 1439px) {
  .p-intro__onayami__content__illust {
    margin-right: calc(30 / 1440 * 100vw);
    width: calc(292 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-intro__onayami__content__illust {
    margin-left: auto;
    margin-right: auto;
    margin-top: calc(15 / 375 * 100vw);
    width: calc(265 / 375 * 100vw);
  }
}
.p-intro__solution {
  margin-top: 70px;
}
@media screen and (max-width: 1439px) {
  .p-intro__solution {
    margin-top: calc(70 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-intro__solution {
    margin-top: calc(40 / 375 * 100vw);
  }
}
.p-intro__solution__titleBox {
  margin-bottom: 30px;
}
@media screen and (max-width: 1439px) {
  .p-intro__solution__titleBox {
    margin-bottom: calc(30 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-intro__solution__titleBox {
    margin-bottom: calc(30 / 375 * 100vw);
  }
}
.p-intro__solution__titleBox__text {
  color: var(--color-main2);
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 10px;
  text-align: center;
}
@media screen and (max-width: 1439px) {
  .p-intro__solution__titleBox__text {
    font-size: calc(18 / 1440 * 100vw);
    margin-bottom: calc(10 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-intro__solution__titleBox__text {
    font-size: calc(18 / 375 * 100vw);
    margin-bottom: calc(5 / 375 * 100vw);
  }
}
.p-intro__solution__titleBox__title {
  color: var(--color-main2);
  font-size: 35px;
  font-weight: bold;
  text-align: center;
}
@media screen and (max-width: 1439px) {
  .p-intro__solution__titleBox__title {
    font-size: calc(35 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-intro__solution__titleBox__title {
    font-size: calc(30 / 375 * 100vw);
  }
}
.p-intro__solution__titleBox__title span.em {
  color: var(--color-main);
  font-size: 150%;
}
.p-intro__solution__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: 390px;
  justify-content: center;
  margin: 0 auto;
  width: 890px;
}
@media screen and (max-width: 1439px) {
  .p-intro__solution__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(390 / 1440 * 100vw);
    width: calc(890 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-intro__solution__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) calc(25 / 375 * 100vw);
    width: 100%;
  }
}
.p-intro__solution__content__textList {
  width: 500px;
}
@media screen and (max-width: 1439px) {
  .p-intro__solution__content__textList {
    width: calc(500 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-intro__solution__content__textList {
    width: 100%;
  }
}
.p-intro__solution__content__textList > ul > li {
  color: var(--color-main2);
  display: flex;
  font-size: 22px;
  font-weight: bold;
  line-height: 33px;
}
@media screen and (max-width: 1439px) {
  .p-intro__solution__content__textList > ul > li {
    font-size: calc(22 / 1440 * 100vw);
    line-height: calc(33 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-intro__solution__content__textList > ul > li {
    font-size: calc(16 / 375 * 100vw);
    line-height: calc(24 / 375 * 100vw);
  }
}
.p-intro__solution__content__textList > ul > li::before {
  background-image: url(../images/icon_check_orange.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__solution__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__solution__content__textList > ul > li::before {
    height: calc(19 / 375 * 100vw);
    margin-right: calc(15 / 375 * 100vw);
    transform: translateY(calc(3 / 375 * 100vw));
    width: calc(19 / 375 * 100vw);
  }
}
.p-intro__solution__content__textList > ul > li + li {
  margin-top: 8px;
}
@media screen and (max-width: 1439px) {
  .p-intro__solution__content__textList > ul > li + li {
    margin-top: calc(8 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-intro__solution__content__textList > ul > li + li {
    margin-top: calc(8 / 375 * 100vw);
  }
}
.p-intro__solution__content__illust {
  margin-right: 25px;
  width: 308px;
}
.p-intro__solution__content__illust img {
  height: auto;
  width: 100%;
}
@media screen and (max-width: 1439px) {
  .p-intro__solution__content__illust {
    margin-right: calc(25 / 1440 * 100vw);
    width: calc(308 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-intro__solution__content__illust {
    margin-left: auto;
    margin-right: auto;
    margin-top: calc(20 / 375 * 100vw);
    width: calc(265 / 375 * 100vw);
  }
}
.p-intro__text {
  color: var(--color-main);
  font-size: 35px;
  font-weight: bold;
  line-height: 53px;
  margin-top: 120px;
  position: relative;
  text-align: center;
}
@media screen and (max-width: 1439px) {
  .p-intro__text {
    font-size: calc(35 / 1440 * 100vw);
    line-height: calc(53 / 1440 * 100vw);
    margin-top: calc(120 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-intro__text {
    font-size: calc(23 / 375 * 100vw);
    line-height: calc(35 / 375 * 100vw);
    margin-top: calc(100 / 375 * 100vw);
  }
}
.p-intro__text::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-intro__text::before {
    height: calc(38 / 1440 * 100vw);
    top: calc(-70 / 1440 * 100vw);
    width: calc(34 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-intro__text::before {
    height: calc(28 / 375 * 100vw);
    top: calc(-57 / 375 * 100vw);
    width: calc(25 / 375 * 100vw);
  }
}

.p-aboutUs {
  background-color: var(--color-bg);
}
.p-aboutUs__inner {
  padding: 70px 0;
}
@media screen and (max-width: 1439px) {
  .p-aboutUs__inner {
    padding: calc(70 / 1440 * 100vw) 0;
  }
}
@media screen and (max-width: 767px) {
  .p-aboutUs__inner {
    padding: calc(40 / 375 * 100vw) 0;
  }
}
.p-aboutUs__title {
  color: var(--color-main2);
  font-size: 35px;
  font-weight: bold;
  margin-bottom: 50px;
  text-align: center;
}
@media screen and (max-width: 1439px) {
  .p-aboutUs__title {
    font-size: calc(35 / 1440 * 100vw);
    margin-bottom: calc(50 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-aboutUs__title {
    font-size: calc(25 / 375 * 100vw);
    margin-bottom: calc(30 / 375 * 100vw);
  }
}
.p-aboutUs__title span.em {
  color: var(--color-main);
  font-size: 150%;
}
.p-aboutUs__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;
  justify-content: center;
  margin: 0 auto;
  padding: 30px 35px;
  width: 730px;
}
@media screen and (max-width: 1439px) {
  .p-aboutUs__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);
    padding: calc(30 / 1440 * 100vw) calc(35 / 1440 * 100vw);
    width: calc(730 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-aboutUs__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;
    padding: 0;
    width: 100%;
  }
}
.p-aboutUs__content__thumbnail {
  background-image: url(../images/aboutus_thumbnail.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  content: "";
  display: block;
  flex-shrink: 0;
  height: 228px;
  margin-right: 35px;
  width: 180px;
}
@media screen and (max-width: 1439px) {
  .p-aboutUs__content__thumbnail {
    height: calc(228 / 1440 * 100vw);
    margin-right: calc(35 / 1440 * 100vw);
    width: calc(180 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-aboutUs__content__thumbnail {
    background-image: url(../images/aboutus_thumbnail_sp.jpg);
    height: calc(215 / 375 * 100vw);
    margin-right: calc(0 / 375 * 100vw);
    width: 100%;
  }
}
.p-aboutUs__content__textBox {
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-aboutUs__content__textBox {
    padding: calc(20 / 375 * 100vw) calc(20 / 375 * 100vw) calc(25 / 375 * 100vw);
  }
}
.p-aboutUs__content__textBox__name {
  color: var(--color-main2);
  font-size: 25px;
  font-weight: bold;
  margin-bottom: 15px;
}
@media screen and (max-width: 1439px) {
  .p-aboutUs__content__textBox__name {
    font-size: calc(25 / 1440 * 100vw);
    margin-bottom: calc(15 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-aboutUs__content__textBox__name {
    font-size: calc(20 / 375 * 100vw);
    margin-bottom: calc(10 / 375 * 100vw);
  }
}
.p-aboutUs__content__textBox__text {
  color: var(--color-main2);
  font-size: 18px;
  font-weight: bold;
  line-height: 29px;
}
@media screen and (max-width: 1439px) {
  .p-aboutUs__content__textBox__text {
    font-size: calc(18 / 1440 * 100vw);
    line-height: calc(29 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-aboutUs__content__textBox__text {
    font-size: calc(16 / 375 * 100vw);
    line-height: calc(30 / 375 * 100vw);
  }
}
.p-aboutUs__content__textBox__text2 {
  color: var(--color-main2);
  font-size: 20px;
  font-weight: bold;
  line-height: 33px;
}
@media screen and (max-width: 1439px) {
  .p-aboutUs__content__textBox__text2 {
    font-size: calc(20 / 1440 * 100vw);
    line-height: calc(33 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-aboutUs__content__textBox__text2 {
    font-size: calc(16 / 375 * 100vw);
    line-height: calc(30 / 375 * 100vw);
  }
}
.p-aboutUs__content__textBox__link {
  bottom: 0;
  position: absolute;
  right: 0;
}
@media screen and (max-width: 767px) {
  .p-aboutUs__content__textBox__link {
    margin-bottom: calc(5 / 375 * 100vw);
    margin-top: calc(20 / 375 * 100vw);
    position: static;
    text-align: right;
  }
}
.p-aboutUs__content__textBox__link a {
  color: var(--color-main);
  font-size: 16px;
  font-weight: bold;
  padding-bottom: 6px;
  padding-left: 6px;
  padding-right: 20px;
  position: relative;
}
@media screen and (max-width: 1439px) {
  .p-aboutUs__content__textBox__link a {
    font-size: calc(16 / 1440 * 100vw);
    padding-bottom: calc(6 / 1440 * 100vw);
    padding-left: calc(6 / 1440 * 100vw);
    padding-right: calc(20 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-aboutUs__content__textBox__link a {
    font-size: calc(14 / 375 * 100vw);
    padding-bottom: calc(6 / 375 * 100vw);
    padding-left: calc(6 / 375 * 100vw);
    padding-right: calc(20 / 375 * 100vw);
  }
}
.p-aboutUs__content__textBox__link a::after {
  background-image: url(../images/aboutus_link_decoration.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  bottom: 0;
  content: "";
  display: block;
  height: 12px;
  left: 0;
  position: absolute;
  width: 186px;
}
@media screen and (max-width: 1439px) {
  .p-aboutUs__content__textBox__link a::after {
    height: calc(12 / 1440 * 100vw);
    width: calc(186 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-aboutUs__content__textBox__link a::after {
    height: calc(10 / 375 * 100vw);
    width: calc(165 / 375 * 100vw);
  }
}
.p-aboutUs__content__illust {
  flex-shrink: 0;
  margin-right: 40px;
  width: 228px;
}
.p-aboutUs__content__illust img {
  height: auto;
  width: 100%;
}
@media screen and (max-width: 1439px) {
  .p-aboutUs__content__illust {
    margin-right: calc(40 / 1440 * 100vw);
    width: calc(228 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-aboutUs__content__illust {
    margin-left: auto;
    margin-right: auto;
    padding-top: calc(30 / 375 * 100vw);
    width: calc(258 / 375 * 100vw);
  }
}
.p-aboutUs__content:first-of-type .p-aboutUs__content__textBox {
  height: 228px;
}
@media screen and (max-width: 1439px) {
  .p-aboutUs__content:first-of-type .p-aboutUs__content__textBox {
    height: calc(228 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-aboutUs__content:first-of-type .p-aboutUs__content__textBox {
    height: auto;
  }
}
.p-aboutUs__content:last-of-type {
  position: relative;
}
.p-aboutUs__content:last-of-type::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: -80px;
  width: 34px;
}
@media screen and (max-width: 1439px) {
  .p-aboutUs__content:last-of-type::before {
    height: calc(38 / 1440 * 100vw);
    top: calc(-80 / 1440 * 100vw);
    width: calc(34 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-aboutUs__content:last-of-type::before {
    height: calc(28 / 375 * 100vw);
    top: calc(-65 / 375 * 100vw);
    width: calc(25 / 375 * 100vw);
  }
}
.p-aboutUs__content:last-of-type::after {
  color: var(--color-main);
  content: "だからこそ!";
  font-size: 25px;
  font-weight: bold;
  left: 410px;
  position: absolute;
  top: -75px;
}
@media screen and (max-width: 1439px) {
  .p-aboutUs__content:last-of-type::after {
    font-size: calc(25 / 1440 * 100vw);
    left: calc(410 / 1440 * 100vw);
    top: calc(-75 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-aboutUs__content:last-of-type::after {
    font-size: calc(20 / 375 * 100vw);
    left: calc(198 / 375 * 100vw);
    top: calc(-62 / 375 * 100vw);
  }
}
.p-aboutUs__content + .p-aboutUs__content {
  margin-top: 125px;
}
@media screen and (max-width: 1439px) {
  .p-aboutUs__content + .p-aboutUs__content {
    margin-top: calc(125 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-aboutUs__content + .p-aboutUs__content {
    margin-top: calc(105 / 375 * 100vw);
  }
}