@charset "UTF-8";
:root {
  --color-white: #ffffff;
  --color-black: #393939;
  --color-main: #FF853D;
  --color-bg: #FFFDF7;
  --color-bg2: #FFF9E8;
  --color-bg3: #FFF0C9;
  --color-placeholder: #A3A3A3;
}

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

body {
  line-height: 1;
}

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

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

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

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

ins {
  text-decoration: none;
}

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

del {
  text-decoration: line-through;
}

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

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

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

input, select {
  vertical-align: middle;
}

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

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

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

body {
  -webkit-text-size-adjust: 100%;
  font-feature-settings: "palt" 1;
  background-color: var(--color-white);
  color: var(--color-black);
  font-family: "Noto Sans JP";
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  overflow-x: hidden;
  width: 100%;
}
body * {
  letter-spacing: 0.05em;
}

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

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

picture {
  display: block;
}

input[type=submit],
input[type=button],
input[type=text],
input[type=number],
input[type=email],
input[type=tel],
input[type=date],
input[type=reset],
select,
button,
textarea {
  -webkit-appearance: none;
  background-color: var(--color-white);
  border: none;
  border-radius: 0;
  box-sizing: border-box;
  color: var(--color-black);
}
input[type=submit]::-webkit-search-decoration,
input[type=button]::-webkit-search-decoration,
input[type=text]::-webkit-search-decoration,
input[type=number]::-webkit-search-decoration,
input[type=email]::-webkit-search-decoration,
input[type=tel]::-webkit-search-decoration,
input[type=date]::-webkit-search-decoration,
input[type=reset]::-webkit-search-decoration,
select::-webkit-search-decoration,
button::-webkit-search-decoration,
textarea::-webkit-search-decoration {
  display: none;
}
input[type=submit]:focus,
input[type=button]:focus,
input[type=text]:focus,
input[type=number]:focus,
input[type=email]:focus,
input[type=tel]:focus,
input[type=date]:focus,
input[type=reset]:focus,
select:focus,
button:focus,
textarea:focus {
  outline-offset: 0;
}

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

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

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

.is-hidden {
  opacity: 0;
  pointer-events: none;
}

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

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

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

.swiper-button-next {
  right: -18px;
}
@media screen and (max-width: 1439px) {
  .swiper-button-next {
    right: calc(-18 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .swiper-button-next {
    right: calc(-18 / 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: #FFFFFF;
  border: 1px solid #FFFFFF;
  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-main);
  border: 1px solid var(--color-main);
}

html.lity-active,
body.lity-active {
  overflow: hidden !important;
}
.lity{
  background: rgba(0, 0, 0, 0.5);
}
.lity-content:after{
  box-shadow: none;
}
.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+ */
}
/* barlow-regular - 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: 'Barlow';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/barlow-v13-latin-regular.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

@media screen and (max-width: 767px) {
  .l-container {
    padding-left: calc(10 / 375 * 100vw);
    padding-right: calc(10 / 375 * 100vw);
  }
}

.l-content {
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
  padding: 0 40px;
  width: 1440px;
}
@media screen and (max-width: 1439px) {
  .l-content {
    padding: 0 calc(40 / 1440 * 100vw);
    width: calc(1440 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .l-content {
    display: block;
    padding: 0;
    width: 100%;
  }
}

.p-header {
  height: 115px;
  left: 0;
  overflow: hidden;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1;
}
@media screen and (max-width: 1439px) {
  .p-header {
    height: calc(115 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-header {
    height: calc(57 / 375 * 100vw);
  }
  #thanks .p-header{
    background-color: var(--color-white);
  }
}
#thanks .p-header{
  position: static;
}
.p-header .l-container {
  height: 100%;
  padding-left: 0;
  padding-right: 0;
  width: 100%;
}
.p-header__inner {
  align-items: center;
  display: flex;
  height: 100%;
  padding: 0 29px;
}
@media screen and (max-width: 1439px) {
  .p-header__inner {
    padding: 0 calc(29 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-header__inner {
    padding: 0 calc(20 / 375 * 100vw);
  }
}
.p-header__logo {
  width: 129px;
}
@media screen and (max-width: 1439px) {
  .p-header__logo {
    width: calc(129 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-header__logo {
    width: calc(76 / 375 * 100vw);
  }
}
.p-header__logo img {
  height: auto;
  width: 100%;
}
@media screen and (max-width: 1439px) {
  .p-header__logo {
    width: calc(157 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-header__logo {
    width: calc(76 / 375 * 100vw);
  }
}

.p-mainVisual__content {
  background-image: url(../images/mainvisual_bg.webp);
  background-position: center;
  background-position: top;
  background-repeat: no-repeat;
  background-size: cover;
  content: "";
  display: block;
  height: 725px;
}
@media screen and (max-width: 1439px) {
  .p-mainVisual__content {
    height: calc(725 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-mainVisual__content {
    background-image: url(../images/mainvisual_bg_sp.webp);
    height: calc(635 / 375 * 100vw);
  }
}
.p-mainVisual__content .l-container {
  height: 100%;
  padding-left: 0;
  padding-right: 0;
  width: 1440px;
}
@media screen and (max-width: 1439px) {
  .p-mainVisual__content .l-container {
    width: calc(1440 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-mainVisual__content .l-container {
    display: none;
  }
}
.p-mainVisual__content__inner {
  padding-left: 53px;
  padding-top: 189px;
}
@media screen and (max-width: 1439px) {
  .p-mainVisual__content__inner {
    padding-left: calc(53 / 1440 * 100vw);
    padding-top: calc(189 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-mainVisual__content__inner {
    padding-left: calc(66 / 375 * 100vw);
    padding-top: calc(107 / 375 * 100vw);
  }
}
.p-mainVisual__content__textBox {
  background-image: url(../images/mainvisual_text_2.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  display: block;
  height: 347px;
  overflow: hidden;
  text-indent: 150vw;
  white-space: nowrap;
  width: 681px;
}
@media screen and (max-width: 1439px) {
  .p-mainVisual__content__textBox {
    height: calc(347 / 1440 * 100vw);
    width: calc(681 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-mainVisual__content__textBox {
    height: calc(454 / 375 * 100vw);
    width: calc(548 / 375 * 100vw);
  }
}
.p-mainVisual__formBox {
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .p-mainVisual__formBox {
    position: static;
  }
}
.p-mainVisual__formBox .l-container {
  height: 100%;
  padding-left: 0;
  padding-right: 0;
  width: 100%;
}
@media screen and (max-width: 1439px) {
  .p-mainVisual__formBox .l-container {
    width: calc(1440 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-mainVisual__formBox .l-container {
    width: 89%;
    padding-bottom: calc(7 / 375 * 100vw);
    margin-left: auto;
    margin-right: auto;
    margin-top: calc(54 / 375 * 100vw);
    margin-bottom: calc(43 / 375 * 100vw);
  }
}
.p-mainVisual__formBox__inner {
  padding-right: 39px;
  padding-top: 219px;
}
@media screen and (max-width: 1439px) {
  .p-mainVisual__formBox__inner {
    padding-right: calc(39 / 1440 * 100vw);
    padding-top: calc(219 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-mainVisual__formBox__inner {
    padding-right: calc(0 / 375 * 100vw);
    padding-top: calc(0 / 375 * 100vw);
  }
}
.p-mainVisual__formBox__form {
  margin-left: auto;
  width: 335px;
}
@media screen and (max-width: 1439px) {
  .p-mainVisual__formBox__form {
    width: calc(335 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-mainVisual__formBox__form {
    width: calc(335 / 375 * 100vw);
    margin: 0 auto;
    margin-top: calc(-92 / 375 * 100vw);
  }
}

.c-form{
  box-shadow: 0vw 0vw 1.6944444444vw rgba(48, 56, 65, 0.15);
  border-radius: 15px;
  overflow: hidden;
}
@media screen and (max-width: 1439px) {
  .c-form{
    border-radius: calc(15 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .c-form{
    border-radius: calc(15 / 375 * 100vw);
  }
}
.c-form__titleBox__title {
  align-items: center;
  background: var(--color-main);
  color: var(--color-white);
  display: flex;
  font-size: 20px;
  font-weight: 700;
  height: 62px;
  justify-content: center;
}
@media screen and (max-width: 1439px) {
  .c-form__titleBox__title {
    font-size: calc(20 / 1440 * 100vw);
    height: calc(62 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .c-form__titleBox__title {
    font-size: calc(20 / 375 * 100vw);
    height: calc(62 / 375 * 100vw);
    letter-spacing: 0.07em;
  }
}
#form2 .c-form__titleBox__title {
  height: 95px;
  font-size: 30px;
  letter-spacing: .13em;
}
@media screen and (max-width: 1439px) {
  #form2 .c-form__titleBox__title {
    height: calc(95 / 1440 * 100vw);
    font-size: calc(30 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  #form2 .c-form__titleBox__title {
    height: calc(62 / 375 * 100vw);
    font-size: calc(20 / 375 * 100vw);
    letter-spacing: 0.07em;
  }
}
.c-form__content {
  background-color: var(--color-white);
  padding: 31px 30px 39px 28px;
}
@media screen and (max-width: 1439px) {
  .c-form__content {
    padding: calc(31 / 1440 * 100vw) calc(30 / 1440 * 100vw) calc(39 / 1440 * 100vw) calc(28 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .c-form__content {
    padding: calc(31 / 375 * 100vw) calc(30 / 375 * 100vw) calc(39 / 375 * 100vw) calc(28 / 375 * 100vw);
  }
}
.c-form__content__step {
  margin-bottom: 32px;
}
@media screen and (max-width: 1439px) {
  .c-form__content__step {
    margin-bottom: calc(32 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .c-form__content__step {
    margin-bottom: calc(32 / 375 * 100vw);
  }
}
#form2 .c-form__content__step {
  margin-bottom: 27px;
}
@media screen and (max-width: 1439px) {
  #form2 .c-form__content__step {
    margin-bottom: calc(27 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  #form2 .c-form__content__step {
    margin-bottom: calc(30 / 375 * 100vw);
  }
}
.c-form__content__step > ul {
  align-items: center;
  display: flex;
  justify-content: center;
}
.c-form__content__step > ul > li {
  align-items: center;
  background-color: #DFE3E6;
  border-radius: 30px;
  color: var(--color-white);
  display: flex;
  font-family: "Barlow";
  font-size: 13px;
  font-weight: 400;
  height: 26px;
  justify-content: center;
  width: 90px;
}
@media screen and (max-width: 1439px) {
  .c-form__content__step > ul > li {
    border-radius: calc(30 / 1440 * 100vw);
    font-size: calc(13 / 1440 * 100vw);
    height: calc(26 / 1440 * 100vw);
    width: calc(90 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .c-form__content__step > ul > li {
    border-radius: calc(30 / 375 * 100vw);
    font-size: calc(13 / 375 * 100vw);
    height: calc(26 / 375 * 100vw);
    width: calc(90 / 375 * 100vw);
  }
}
#form2 .c-form__content__step > ul > li{
  height: 25px;
  justify-content: center;
  width: 70px;
}
@media screen and (max-width: 1439px) {
  #form2 .c-form__content__step > ul > li{
    height: calc(25 / 1440 * 100vw);
    width: calc(70 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  #form2 .c-form__content__step > ul > li{
    height: calc(26 / 375 * 100vw);
    width: calc(64 / 375 * 100vw);
  }
}

.c-form__content__step > ul > li.is-current {
  background-color: var(--color-main);
}
.c-form__content__step > ul > li + li {
  margin-left: 6px;
}
@media screen and (max-width: 1439px) {
  .c-form__content__step > ul > li + li {
    margin-left: calc(6 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .c-form__content__step > ul > li + li {
    margin-left: calc(6 / 375 * 100vw);
  }
}
#form2 .step1 .c-form__content__block{
  margin-bottom: 19px;
}
@media screen and (max-width: 1439px) {
  #form2 .step1 .c-form__content__block{
    margin-bottom: calc(19 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  #form2 .step1 .c-form__content__block{
    margin-bottom: 0;
  }
}
.c-form__content__block__titleBox {
  margin-bottom: 10px;
}
@media screen and (max-width: 1439px) {
  .c-form__content__block__titleBox {
    margin-bottom: calc(10 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .c-form__content__block__titleBox {
    margin-bottom: calc(10 / 375 * 100vw);
  }
}
#form2 .c-form__content__block__titleBox {
  margin-bottom: 5px;
}
@media screen and (max-width: 1439px) {
  #form2 .c-form__content__block__titleBox {
    margin-bottom: calc(5 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  #form2 .c-form__content__block__titleBox {
    margin-bottom: calc(7 / 375 * 100vw);
  }
}
.c-form__content__block__titleBox__title {
  font-size: 15px;
  font-weight: bold;
}
@media screen and (max-width: 1439px) {
  .c-form__content__block__titleBox__title {
    font-size: calc(15 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .c-form__content__block__titleBox__title {
    font-size: calc(15 / 375 * 100vw);
  }
}
#form2 .c-form__content__block__titleBox__title{
  font-size: 20px;
  line-height: 58px;
}
@media screen and (max-width: 1439px) {
  #form2 .c-form__content__block__titleBox__title{
    font-size: calc(20 / 1440 * 100vw);
    line-height: calc(58 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  #form2 .c-form__content__block__titleBox__title{
    font-size: calc(15 / 375 * 100vw);
    line-height: calc(18 / 375 * 100vw);
  }
}
.c-form__content__block__titleBox--center {
  margin-bottom: 34px;
  text-align: center;
}
@media screen and (max-width: 1439px) {
  .c-form__content__block__titleBox--center {
    margin-bottom: calc(34 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .c-form__content__block__titleBox--center {
    margin-bottom: calc(34 / 375 * 100vw);
  }
}
.c-form__content__block__radio__box{
  display: flex;
  justify-content: space-between;
}
.c-form__content__block__radio__choice{
  width: 48%;
}
#form2 .c-form__content__block__radio__choice{
  width: 49%;
}
@media screen and (max-width: 767px) {
  #form2 .c-form__content__block__radio__choice{
    width: 48%;
  }
}
.c-form__content__block__radio__choice input {
  display: none;
}
.c-form__content__block__radio__choice input:checked + label {
  background-color: var(--color-bg3);
  color: var(--color-main);
  border: 0;
}

.c-form__content__block__radio__choice label {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
  align-items: center;
  border: 1px solid var(--color-main);
  border-radius: 5px;
  color: var(--color-main);
  cursor: pointer;
  display: flex;
  font-size: 15px;
  height: 69px;
  justify-content: center;
          user-select: none;
  width: 100%;
}
@media screen and (max-width: 1439px) {
  .c-form__content__block__radio__choice label {
    border-radius: calc(5 / 1440 * 100vw);
    font-size: calc(15 / 1440 * 100vw);
    height: calc(69 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .c-form__content__block__radio__choice label {
    border-radius: calc(5 / 375 * 100vw);
    font-size: calc(15 / 375 * 100vw);
    height: calc(69 / 375 * 100vw);
  }
}
#form2 .c-form__content__block__radio__choice label{
  height: 91px;
  font-size: 16px;
  line-height: 24px;
}
@media screen and (max-width: 1439px) {
  #form2 .c-form__content__block__radio__choice label{
    height: calc(91 / 1440 * 100vw);
    font-size: calc(16 / 1440 * 100vw);
    line-height: calc(24 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  #form2 .c-form__content__block__radio__choice label{
    height: calc(69 / 375 * 100vw);
    font-size: calc(15 / 375 * 100vw);
    line-height: calc(18 / 375 * 100vw);
  }
}
.c-form__content__block__radio__choice label:hover {
  background-color: var(--color-bg3);
  color: var(--color-main);
  border: 0;
}
.c-form__content__block__radio__choice + .c-form__content__block__radio__choice {
  margin-top: 13px;
}
@media screen and (max-width: 1439px) {
  .c-form__content__block__radio__choice + .c-form__content__block__radio__choice {
    margin-top: calc(13 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .c-form__content__block__radio__choice + .c-form__content__block__radio__choice {
    margin-top: calc(13 / 375 * 100vw);
  }
}
.c-form__content__block__radio__box .c-form__content__block__radio__choice + .c-form__content__block__radio__choice {
  margin-top: 0;
}
.c-form__content__block__radio__box + .c-form__content__block__radio__box{
  margin-top: 9px;
}
@media screen and (max-width: 1439px) {
  .c-form__content__block__radio__box + .c-form__content__block__radio__box{
    margin-top: calc(9 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .c-form__content__block__radio__box + .c-form__content__block__radio__box{
    margin-top: calc(9 / 375 * 100vw);
  }
}
#form2 .c-form__content__block__radio__box + .c-form__content__block__radio__box{
  margin-top: 18px;
}
@media screen and (max-width: 1439px) {
  #form2 .c-form__content__block__radio__box + .c-form__content__block__radio__box{
    margin-top: calc(18 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  #form2 .c-form__content__block__radio__box + .c-form__content__block__radio__box{
    margin-top: calc(10 / 375 * 100vw);
  }
}
.c-form__content__block__select select {
  background-image: url(../images/icon_arrow_form_select.svg);
  background-position: right 12px center;
  background-repeat: no-repeat;
  background-size: 14px 8px;
  border: 1px solid var(--color-main);
  border-radius: 5px;
  font-size: 15px;
  height: 50px;
  padding: 0 12px;
  width: 100%;
}
@media screen and (max-width: 1439px) {
  .c-form__content__block__select select {
    background-position: right calc(12 / 1440 * 100vw) center;
    background-size: calc(14 / 1440 * 100vw) calc(8 / 1440 * 100vw);
    border-radius: calc(5 / 1440 * 100vw);
    font-size: calc(15 / 1440 * 100vw);
    height: calc(50 / 1440 * 100vw);
    padding: 0 calc(12 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .c-form__content__block__select select {
    background-position: right calc(12 / 375 * 100vw) center;
    background-size: calc(14 / 375 * 100vw) calc(8 / 375 * 100vw);
    border-radius: calc(5 / 375 * 100vw);
    font-size: calc(16 / 375 * 100vw);
    height: calc(50 / 375 * 100vw);
    padding: 0 calc(12 / 375 * 100vw);
  }
}
#form2 .c-form__content__block__select select{
  height: 80px;
  padding: 0 30px;
  font-size: 16px;
  background-position: right 39px center;
}
@media screen and (max-width: 1439px) {
  #form2 .c-form__content__block__select select{
    height: calc(80 / 1440 * 100vw);
    padding: 0 calc(30 / 1440 * 100vw);
    font-size: calc(16 / 1440 * 100vw);
    background-position: right calc(39 / 1440 * 100vw) center;
  }
}
@media screen and (max-width: 767px) {
  #form2 .c-form__content__block__select select{
    height: calc(50 / 375 * 100vw);
    padding: 0 calc(12 / 375 * 100vw);
    font-size: calc(16 / 375 * 100vw);
    background-position: right calc(12 / 375 * 100vw) center;
  }
}
.c-form__content__block__select select:invalid {
  color: var(--color-placeholder);
}
.c-form__content__block__input input {
  border: 1px solid var(--color-main);
  border-radius: 5px;
  font-size: 15px;
  height: 50px;
  padding: 0 12px;
  width: 100%;
}
@media screen and (max-width: 1439px) {
  .c-form__content__block__input input {
    border-radius: calc(5 / 1440 * 100vw);
    font-size: calc(15 / 1440 * 100vw);
    height: calc(50 / 1440 * 100vw);
    padding: 0 calc(12 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .c-form__content__block__input input {
    border-radius: calc(5 / 375 * 100vw);
    font-size: calc(16 / 375 * 100vw);
    height: calc(50 / 375 * 100vw);
    padding: 0 calc(12 / 375 * 100vw);
  }
}
#form2 .c-form__content__block__input input{
  height: 80px;
  padding: 0 30px;
  font-size: 16px;
}
@media screen and (max-width: 1439px) {
  #form2 .c-form__content__block__input input{
    height: calc(80 / 1440 * 100vw);
    padding: 0 calc(30 / 1440 * 100vw);
    font-size: calc(16 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  #form2 .c-form__content__block__input input{
    height: calc(50 / 375 * 100vw);
    padding: 0 calc(12 / 375 * 100vw);
    font-size: calc(16 / 375 * 100vw);
  }
}
.c-form__content__block__input input::-moz-placeholder {
  color: var(--color-placeholder);
}
.c-form__content__block__input input:-ms-input-placeholder {
  color: var(--color-placeholder);
}
.c-form__content__block__input input::placeholder {
  color: var(--color-placeholder);
}
.c-form__content__block + .c-form__content__block {
  margin-top: 21px;
}
@media screen and (max-width: 1439px) {
  .c-form__content__block + .c-form__content__block {
    margin-top: calc(21 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .c-form__content__block + .c-form__content__block {
    margin-top: calc(21 / 375 * 100vw);
  }
}
#form2 .c-form__content__block + .c-form__content__block{
  margin-top: 15px;
}
@media screen and (max-width: 1439px) {
  #form2 .c-form__content__block + .c-form__content__block{
    margin-top: calc(15 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  #form2 .c-form__content__block + .c-form__content__block{
    margin-top: calc(21 / 375 * 100vw);
  }
}
.c-form__content__agreeBox {
  margin-top: 26px;
}
@media screen and (max-width: 1439px) {
  .c-form__content__agreeBox {
    margin-top: calc(26 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .c-form__content__agreeBox {
    margin-top: calc(26 / 375 * 100vw);
  }
}
#form2 .c-form__content__agreeBox {
  margin-top: 22px;
}
@media screen and (max-width: 1439px) {
  #form2 .c-form__content__agreeBox {
    margin-top: calc(22 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  #form2 .c-form__content__agreeBox {
    margin-top: calc(26 / 375 * 100vw);
  }
}
.c-form__content__agreeBox__text {
  align-items: center;
  display: flex;
  justify-content: center;
}
.c-form__content__agreeBox__text input {
  display: none;
}
.c-form__content__agreeBox__text input:checked + label::before {
  background-image: url(../images/icon_checkbox_checked.svg);
}
.c-form__content__agreeBox__text label {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
  align-items: center;
  color: var(--color-placeholder);
  cursor: pointer;
  display: flex;
  font-size: 13px;
  justify-content: center;
  line-height: 18px;
          user-select: none;
}
@media screen and (max-width: 1439px) {
  .c-form__content__agreeBox__text label {
    font-size: calc(13 / 1440 * 100vw);
    line-height: calc(18 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .c-form__content__agreeBox__text label {
    font-size: calc(13 / 375 * 100vw);
    line-height: calc(18 / 375 * 100vw);
  }
}
.c-form__content__agreeBox__text label::before {
  background-image: url(../images/icon_checkbox.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  display: block;
  height: 15px;
  margin-right: 7px;
  transform: translateY(1px);
  width: 15px;
}
@media screen and (max-width: 1439px) {
  .c-form__content__agreeBox__text label::before {
    height: calc(15 / 1440 * 100vw);
    margin-right: calc(7 / 1440 * 100vw);
    width: calc(15 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .c-form__content__agreeBox__text label::before {
    height: calc(15 / 375 * 100vw);
    margin-right: calc(7 / 375 * 100vw);
    width: calc(15 / 375 * 100vw);
  }
}
.c-form__content__agreeBox__text label a {
  color: var(--color-placeholder);
  text-decoration: underline;
}
.c-form__content__agreeBox .parsley-errors-list {
  text-align: center;
}
.c-form__content__buttonBox {
  margin-top: 30px;
}
@media screen and (max-width: 1439px) {
  .c-form__content__buttonBox {
    margin-top: calc(30 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .c-form__content__buttonBox {
    margin-top: calc(30 / 375 * 100vw);
  }
}
#form2 .c-form__content__buttonBox{
  margin-top: 35px;
}
@media screen and (max-width: 1439px) {
  #form2 .c-form__content__buttonBox{
    margin-top: calc(35 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  #form2 .c-form__content__buttonBox{
    margin-top: calc(30 / 375 * 100vw);
  }
}
#form1 .step4 .c-form__content__buttonBox,
#form2 .step4 .c-form__content__buttonBox {
  margin-top: 21px;
}
@media screen and (max-width: 1439px) {
  #form1 .step4 .c-form__content__buttonBox,
  #form2 .step4 .c-form__content__buttonBox {
    margin-top: calc(21 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  #form1 .step4 .c-form__content__buttonBox,
  #form2 .step4 .c-form__content__buttonBox {
    margin-top: calc(21 / 375 * 100vw);
  }
}
.c-form__content__buttonBox__button {
  text-align: center;
}
.c-form__content__buttonBox__button button {
  background-color: var(--color-main);
  border-radius: 30px;
  color: var(--color-white);
  cursor: pointer;
  font-size: 18px;
  font-weight: bold;
  height: 52px;
  margin: 0 auto;
  width: 205px;
}
@media screen and (max-width: 1439px) {
  .c-form__content__buttonBox__button button {
    border-radius: calc(30 / 1440 * 100vw);
    font-size: calc(18 / 1440 * 100vw);
    height: calc(52 / 1440 * 100vw);
    width: calc(205 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .c-form__content__buttonBox__button button {
    border-radius: calc(30 / 375 * 100vw);
    font-size: calc(18 / 375 * 100vw);
    height: calc(52 / 375 * 100vw);
    width: calc(205 / 375 * 100vw);
  }
}
#form2 .c-form__content__buttonBox__button button{
  height: 60px;
  width: 250px;
}
@media screen and (max-width: 1439px) {
  #form2 .c-form__content__buttonBox__button button{
    height: calc(60 / 1440 * 100vw);
    width: calc(250 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  #form2 .c-form__content__buttonBox__button button{
    height: calc(52 / 375 * 100vw);
    width: calc(205 / 375 * 100vw);
  }
}
.c-form__content__buttonBox__back {
  color: var(--color-placeholder);
  cursor: pointer;
  font-size: 15px;
  line-height: 18px;
  margin-top: 16px;
  text-align: center;
  text-decoration: underline;
}
@media screen and (max-width: 1439px) {
  .c-form__content__buttonBox__back {
    font-size: calc(15 / 1440 * 100vw);
    line-height: calc(18 / 1440 * 100vw);
    margin-top: calc(16 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .c-form__content__buttonBox__back {
    font-size: calc(15 / 375 * 100vw);
    line-height: calc(18 / 375 * 100vw);
    margin-top: calc(16 / 375 * 100vw);
  }
}
#form2 .c-form__content__buttonBox__back{
  font-size: 13px;
}
@media screen and (max-width: 1439px) {
  #form2 .c-form__content__buttonBox__back{
    font-size: calc(13 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  #form2 .c-form__content__buttonBox__back{
    font-size: calc(15 / 375 * 100vw);
  }
}
.c-form__content .parsley-errors-list {
  color: red;
  font-size: 13px;
  margin-top: 10px;
}
@media screen and (max-width: 1439px) {
  .c-form__content .parsley-errors-list {
    font-size: calc(13 / 1440 * 100vw);
    margin-top: calc(10 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .c-form__content .parsley-errors-list {
    font-size: calc(13 / 375 * 100vw);
    margin-top: calc(10 / 375 * 100vw);
  }
}
#form2 .p-mainForm__form{
  width: 910px;
  margin: 0 auto;
}
@media screen and (max-width: 1439px) {
  #form2 .p-mainForm__form{
    width: calc(910 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  #form2 .p-mainForm__form{
    width: calc(335 / 375 * 100vw);
  }
}
#form2 .p-mainForm__inner{
  padding-top: 70px;
  padding-bottom: 70px;
}
@media screen and (max-width: 1439px) {
  #form2 .p-mainForm__inner{
    padding-top: calc(70 / 1440 * 100vw);
    padding-bottom: calc(70 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  #form2 .p-mainForm__inner{
    padding-top: calc(58 / 375 * 100vw);
    padding-bottom: calc(51 / 375 * 100vw);
  }
}
#form2 .c-form__content{
  padding: 40px 60px 31px 62px;
}
@media screen and (max-width: 1439px) {
  #form2 .c-form__content{
    padding: calc(40 / 1440 * 100vw) calc(60 / 1440 * 100vw) calc(31 / 1440 * 100vw) calc(62 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  #form2 .c-form__content{
    padding: calc(31 / 375 * 100vw) calc(30 / 375 * 100vw) calc(39 / 375 * 100vw) calc(28 / 375 * 100vw);
  }
}

.p-about {
  background-image: url(../images/about_bg.webp);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  content: "";
  display: block;
  height: 286px;
}
@media screen and (max-width: 1439px) {
  .p-about {
    height: calc(286 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-about {
    background-image: url(../images/about_bg_sp.webp);
    height: calc(322 / 375 * 100vw);
  }
}
.p-about__inner {
  padding: 60px 0 50px 0;
}
@media screen and (max-width: 1439px) {
  .p-about__inner {
    padding: calc(60 / 1440 * 100vw) 0 calc(50 / 1440 * 100vw) 0;
  }
}
@media screen and (max-width: 767px) {
  .p-about__inner {
    padding: calc(173 / 375 * 100vw) 0 calc(35 / 375 * 100vw) 0;
  }
}
.p-about__title span {
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  display: block;
  overflow: hidden;
  text-indent: 150vw;
  white-space: nowrap;
  background-image: url(../images/about_title.svg);
  height: 176px;
  width: 560px;
  margin: 0 auto;
}
@media screen and (max-width: 1439px) {
  .p-about__title span {
    height: calc(176 / 1440 * 100vw);
    width: calc(560 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-about__title span {
    background-image: url(../images/about_title_sp.svg);
    height: calc(114 / 375 * 100vw);
    width: calc(340 / 375 * 100vw);
  }
}

.p-onayami {
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .p-onayami .l-container{
    padding: 0;
  }
}

.p-onayami__content {
  padding-top: 70px;
  width: 100%;
  height: 510px;
  background: #F8F8F8;
  clip-path: polygon(0 0, 0 0, 100% 0, 100% calc(100% - 72px), 50% 100%, 0 calc(100% - 72px));
}
@media screen and (max-width: 1439px) {
  .p-onayami__content {
    padding-top: calc(70 / 1440 * 100vw);
    height: calc(510 / 1440 * 100vw);
    clip-path: polygon(0 0, 0 0, 100% 0, 100% calc(100% - 72px), 50% 100%, 0 calc(100% - 72px));
  }
}
@media screen and (max-width: 767px) {
  .p-onayami__content {
    padding-top: calc(50 / 375 * 100vw);
    height: calc(557 / 375 * 100vw);
    clip-path: polygon(0 0, 0 0, 100% 0, 100% calc(100% - 35px), 50% 100%, 0 calc(100% - 35px));
  }
}
.p-onayami__titleBox {
  margin-bottom: 35px;
}
@media screen and (max-width: 1439px) {
  .p-onayami__titleBox {
    margin-bottom: calc(35 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-onayami__titleBox {
    margin-bottom: calc(30 / 375 * 100vw);
  }
}
.p-onayami__titleBox__title {
  align-items: center;
  display: flex;
  justify-content: center;
}
.p-onayami__titleBox__title span {
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  display: block;
  overflow: hidden;
  text-indent: 150vw;
  white-space: nowrap;
  background-image: url(../images/onayami_title.svg);
  height: 30px;
  width: 500px;
}
@media screen and (max-width: 1439px) {
  .p-onayami__titleBox__title span {
    height: calc(30 / 1440 * 100vw);
    width: calc(500 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-onayami__titleBox__title span {
    background-image: url(../images/onayami_title_sp.svg);
    height: calc(50 / 375 * 100vw);
    width: calc(244 / 375 * 100vw);
  }
}
.p-onayami__illust {
  background-image: url(../images/onayami_illust.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  display: block;
  height: 293px;
  margin: 0 auto;
  overflow: hidden;
  text-indent: 150vw;
  white-space: nowrap;
  width: 829px;
}
@media screen and (max-width: 1439px) {
  .p-onayami__illust {
    height: calc(293 / 1440 * 100vw);
    width: calc(829 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-onayami__illust {
    background-image: url(../images/onayami_illust_sp.svg);
    height: calc(372 / 375 * 100vw);
    width: calc(355 / 375 * 100vw);
  }
}
.p-onayami__outro{
  background-color: var(--color-bg);
  text-align: center;
  padding-top: 144px;
  padding-bottom: 70px;
  margin-top: -76px;
}
@media screen and (max-width: 1439px) {
  .p-onayami__outro{
    padding-top: calc(144 / 1440 * 100vw);
    padding-bottom: calc(70 / 1440 * 100vw);
    margin-top: calc(-76 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-onayami__outro{
    padding-top: calc(125 / 375 * 100vw);
    padding-bottom: calc(51 / 375 * 100vw);
    margin-top: calc(-76 / 375 * 100vw);
  }
}
.p-onayami__outro-lead span {
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  display: block;
  overflow: hidden;
  text-indent: 150vw;
  white-space: nowrap;
  background-image: url(../images/onayami_outro.svg);
  width: 460px;
  height: 299px;
  margin: 0 auto;
}
@media screen and (max-width: 1439px) {
  .p-onayami__outro-lead span {
    width: calc(460 / 1440 * 100vw);
    height: calc(299 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-onayami__outro-lead span {
    background-image: url(../images/onayami_outro_sp.svg);
    width: calc(312 / 375 * 100vw);
    height: calc(196 / 375 * 100vw);
  }
}
.p-cta {
  background-color: var(--color-main);
}
.p-cta__inner {
  padding-top: 60px;
  padding-bottom: 50px;
}
@media screen and (max-width: 1439px) {
  .p-cta__inner {
    padding-top: calc(60 / 1440 * 100vw);
    padding-bottom: calc(50 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-cta__inner {
    padding-top: calc(29 / 375 * 100vw);
    padding-bottom: calc(31 / 375 * 100vw);
  }
}
.p-cta__titleBox__title {
  align-items: center;
  display: flex;
  justify-content: center;
}
.p-cta__titleBox__title span {
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  display: block;
  overflow: hidden;
  text-indent: 150vw;
  white-space: nowrap;
  background-image: url(../images/cta_title.svg);
  height: 74px;
  width: 535px;
}
@media screen and (max-width: 1439px) {
  .p-cta__titleBox__title span {
    height: calc(74 / 1440 * 100vw);
    width: calc(535 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-cta__titleBox__title span {
    background-image: url(../images/cta_title_sp.svg);
    height: calc(46 / 375 * 100vw);
    width: calc(348 / 375 * 100vw);
  }
}
.p-cta__buttonBox__catch {
  width: 140px;
  height: 37px;
  margin-top: 31px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 1439px) {
  .p-cta__buttonBox__catch {
    width: calc(147 / 1440 * 100vw);
    height: calc(37 / 1440 * 100vw);
    margin-top: calc(31 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-cta__buttonBox__catch {
    width: calc(140 / 375 * 100vw);
    height: calc(37 / 375 * 100vw);
    margin-top: calc(24 / 375 * 100vw);
  }
}
.p-cta__buttonBox__catch img {
  height: auto;
  width: 100%;
}
.p-cta__buttonBox__button {
  margin: 0 auto;
  width: 355px;
  height: 60px;
}
@media screen and (max-width: 1439px) {
  .p-cta__buttonBox__button {
    width: calc(355 / 1440 * 100vw);
    height: calc(60 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-cta__buttonBox__button {
    width: calc(355 / 375 * 100vw);
    height: calc(60 / 375 * 100vw);
  }
}
.p-cta__buttonBox__button img {
  height: auto;
  width: 100%;
}

.p-voice {
  background-color: var(--color-bg2);
  overflow: hidden;
}
@media screen and (max-width: 1439px) {
  .p-voice {
    border-radius: calc(50 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-voice {
    border-radius: calc(0 / 375 * 100vw);
  }
}
.p-voice__inner {
  padding: 70px 67px;
  width: 985px;
  margin: 0 auto;
}
@media screen and (max-width: 1439px) {
  .p-voice__inner {
    padding: calc(70 / 1440 * 100vw) calc(67 / 1440 * 100vw);
    width: calc(985 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-voice__inner {
    padding: calc(46 / 375 * 100vw) calc(0 / 375 * 100vw) calc(50 / 375 * 100vw);
    width: 100%;
  }
}
.p-voice__titleBox {
  margin-bottom: 50px;
}
@media screen and (max-width: 1439px) {
  .p-voice__titleBox {
    margin-bottom: calc(50 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-voice__titleBox {
    margin-bottom: calc(30 / 375 * 100vw);
  }
}
.p-voice__titleBox__title {
  align-items: center;
  display: flex;
  justify-content: center;
}
.p-voice__titleBox__title span {
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  display: block;
  overflow: hidden;
  text-indent: 150vw;
  white-space: nowrap;
  background-image: url(../images/voice_title.svg);
  height: 30px;
  width: 500px;
}
@media screen and (max-width: 1439px) {
  .p-voice__titleBox__title span {
    height: calc(30 / 1440 * 100vw);
    width: calc(500 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-voice__titleBox__title span {
    background-image: url(../images/voice_title_sp.svg);
    height: calc(30 / 375 * 100vw);
    width: calc(355 / 375 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-voice__voiceList {
    display: none;
  }
}
.p-voice__voiceList > ul > li + li {
  margin-top: 20px;
}
@media screen and (max-width: 1439px) {
  .p-voice__voiceList > ul > li + li {
    margin-top: calc(20 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-voice__voiceList > ul > li + li {
    margin-top: calc(20 / 375 * 100vw);
  }
}
.p-voice__voiceList__voiceBox{
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  background-color: var(--color-white);
  padding: 31px 29px 25px 34px;
  border-radius: 30px;
  gap: 32px;
}
@media screen and (max-width: 1439px) {
  .p-voice__voiceList__voiceBox{
    padding: calc(35 / 1440 * 100vw);
    border-radius: calc(31 / 1440 * 100vw) calc(29 / 1440 * 100vw) calc(25 / 1440 * 100vw) calc(34 / 1440 * 100vw);
    gap: calc(32 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-voice__voiceList__voiceBox{
    padding: calc(35 / 375 * 100vw);
    border-radius: calc(30 / 375 * 100vw);
    gap: calc(32 / 375 * 100vw);
  }
}
.p-voice--2.p-voice__voiceList__voiceBox{
  padding: 33px 35px 25px 34px;
}
@media screen and (max-width: 1439px) {
  .p-voice--2.p-voice__voiceList__voiceBox{
    padding: calc(33 / 1440 * 100vw) calc(35 / 1440 * 100vw) calc(25 / 1440 * 100vw) calc(34 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-voice--2.p-voice__voiceList__voiceBox{
    padding: calc(33 / 375 * 100vw) calc(35 / 375 * 100vw) calc(25 / 375 * 100vw) calc(34 / 375 * 100vw);
  }
}
.p-voice--3.p-voice__voiceList__voiceBox{
  padding: 33px 35px 25px 34px;
}
@media screen and (max-width: 1439px) {
  .p-voice--3.p-voice__voiceList__voiceBox{
    padding: calc(33 / 1440 * 100vw) calc(35 / 1440 * 100vw) calc(25 / 1440 * 100vw) calc(34 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-voice--3.p-voice__voiceList__voiceBox{
    padding: calc(33 / 375 * 100vw) calc(35 / 375 * 100vw) calc(25 / 375 * 100vw) calc(34 / 375 * 100vw);
  }
}
.p-voice__voiceList__voiceBox__profile{
  font-size: 13px;
  padding-bottom: 20px;
  font-weight: bold;
}
@media screen and (max-width: 1439px) {
  .p-voice__voiceList__voiceBox__profile{
    font-size: calc(13 / 1440 * 100vw);
    padding-bottom: calc(20 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-voice__voiceList__voiceBox__profile{
    font-size: calc(11 / 375 * 100vw);
    line-height: calc(20 / 375 * 100vw);
    padding-bottom: 0;
    margin-top: calc(9 / 375 * 100vw);
  }
}
.p-voice__voiceList__voiceBox__thumbnail{
  margin-top: 5px;
}
@media screen and (max-width: 1439px) {
  .p-voice--1 .p-voice__voiceList__voiceBox__thumbnail{
    margin-top: calc(5 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-voice--1 .p-voice__voiceList__voiceBox__thumbnail{
    margin-top: calc(5 / 375 * 100vw);
  }
}
.p-voice--3 .p-voice__voiceList__voiceBox__thumbnail{
  margin-top: 10px;
}
@media screen and (max-width: 1439px) {
  .p-voice--3 .p-voice__voiceList__voiceBox__thumbnail{
    margin-top: calc(10 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-voice--3 .p-voice__voiceList__voiceBox__thumbnail{
    margin-top: calc(10 / 375 * 100vw);
  }
}
.p-voice__voiceList__voiceBox__thumbnail img{
  width: 229px;
  height: 261px;
  border-radius: 20px;
}
@media screen and (max-width: 1439px) {
  .p-voice__voiceList__voiceBox__thumbnail img {
    width: calc(229 / 1440 * 100vw);
    height: calc(261 / 1440 * 100vw);
    border-radius: calc(20 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-voice__voiceList__voiceBox__thumbnail img{
    width: calc(270 / 375 * 100vw);
    height: calc(176 / 375 * 100vw);
    border-radius: calc(10 / 375 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-voice__textBox__title{
    margin-top: calc(23 / 375 * 100vw);
  }
}
.p-voice--1 .p-voice__textBox__title img{
  width: 383px;
  height: 73px;
}
@media screen and (max-width: 1439px) {
  .p-voice--1 .p-voice__textBox__title img{
    width: calc(383 / 1440 * 100vw);
    height: calc(73 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-voice--1 .p-voice__textBox__title img{
    width: calc(266 / 375 * 100vw);
    height: calc(132 / 375 * 100vw);
  }
}
.p-voice--2{
  flex-direction: row-reverse;
}
.p-voice--2 .p-voice__textBox__title img{
  width: 473px;
  height: 73px;
}
@media screen and (max-width: 1439px) {
  .p-voice--2 .p-voice__textBox__title img{
    width: calc(473 / 1440 * 100vw);
    height: calc(73 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-voice--2 .p-voice__textBox__title img{
    width: calc(259 / 375 * 100vw);
    height: calc(132 / 375 * 100vw);
  }
}
.p-voice--3 .p-voice__textBox__title img{
  width: 327px;
  height: 73px;
}
@media screen and (max-width: 1439px) {
  .p-voice--3 .p-voice__textBox__title img{
    width: calc(327 / 1440 * 100vw);
    height: calc(73 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-voice--3 .p-voice__textBox__title img{
    width: calc(235 / 375 * 100vw);
    height: calc(98 / 375 * 100vw);
  }
}
.p-voice__voiceList__voiceBox__text{
  font-size: 14px;
  line-height: 26px;
  padding-top: 15px;
  letter-spacing: 0.1em;
  text-align: justify;
}
@media screen and (max-width: 1439px) {
  .p-voice__voiceList__voiceBox__text{
    font-size: calc(14 / 1440 * 100vw);
    line-height: calc(26 / 1440 * 100vw);
    padding-top: calc(15 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-voice__voiceList__voiceBox__text{
    font-size: calc(14 / 375 * 100vw);
    line-height: calc(26 / 375 * 100vw);
    padding-top: calc(12 / 375 * 100vw);
    letter-spacing: .07em;
  }
}
.p-voice__swiper {
  display: none;
}
@media screen and (max-width: 767px) {
  .p-voice__swiper {
    display: block;
    margin: 0 auto;
    width: calc(320 / 375 * 100vw);
  }
}
.c-voice{
  background-color: var(--color-white);
  border-radius: 30px;
  padding: 25px;
}
@media screen and (max-width: 1439px) {
  .c-voice{
    border-radius: calc(30 / 1440 * 100vw);
    padding: calc(25 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .c-voice{
    border-radius: calc(30 / 375 * 100vw);
    padding: calc(19 / 375 * 100vw) calc(25 / 375 * 100vw);
    height: calc(705 / 375 * 100vw);
  }
}
.c-voice__thumbnail img{
  width: 270px;
}
@media screen and (max-width: 1439px) {
  .c-voice__thumbnail img{
    width: calc(270 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .c-voice__thumbnail img{
    width: calc(270 / 375 * 100vw);
    border-radius: calc(10 / 375 * 100vw);
  }
}

.p-reason__inner {
  padding: 70px 67px 64px 67px;
}
@media screen and (max-width: 1439px) {
  .p-reason__inner {
    padding: calc(70 / 1440 * 100vw) calc(67 / 1440 * 100vw) calc(64 / 1440 * 100vw) calc(67 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-reason__inner {
    padding: calc(50 / 375 * 100vw) 0;
  }
}
.p-reason__titleBox{
  margin-bottom: 50px;
}
@media screen and (max-width: 1439px) {
  .p-reason__titleBox{
    margin-bottom: calc(50 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-reason__titleBox{
    margin-bottom: calc(33 / 375 * 100vw);
  }
}
.p-reason__titleBox__title {
  align-items: center;
  display: flex;
  justify-content: center;
}
.p-reason__titleBox__title span {
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  display: block;
  overflow: hidden;
  text-indent: 150vw;
  white-space: nowrap;
  background-image: url(../images/reason_title.svg);
  height: 74px;
  width: 535px;
}
@media screen and (max-width: 1439px) {
  .p-reason__titleBox__title span {
    height: calc(74 / 1440 * 100vw);
    width: calc(535 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-reason__titleBox__title span {
    background-image: url(../images/reason_title_sp.svg);
    height: calc(74 / 375 * 100vw);
    width: calc(282 / 375 * 100vw);
  }
}
.p-reason__reasonList ul{
  display: flex;
  gap: 30px;
  justify-content: center;
}
@media screen and (max-width: 1439px) {
  .p-reason__reasonList ul{
    gap: calc(30 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-reason__reasonList ul{
    gap: calc(27 / 375 * 100vw);
    flex-direction: column;
    align-items: center;
  }
}
.p-reason__reasonList ul li{
  width: 330px;
}
@media screen and (max-width: 1439px) {
  .p-reason__reasonList ul li{
    width: calc(330 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-reason__reasonList ul li{
    width: calc(330 / 375 * 100vw);
  }
}
.p-reason__reasonList__reasonBox__thumbnail img{
  width: 100%;
  border-radius: 20px;
}
@media screen and (max-width: 1439px) {
  .p-reason__reasonList__reasonBox__thumbnail img{
    border-radius: calc(20 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-reason__reasonList__reasonBox__thumbnail img{
    border-radius: calc(13 / 375 * 100vw);
  }
}
.p-reason__textBox__title{
  margin-top: 15px;
  margin-bottom: 10px;
}
@media screen and (max-width: 1439px) {
  .p-reason__textBox__title{
    margin-top: calc(15 / 1440 * 100vw);
    margin-bottom: calc(10 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-reason__textBox__title{
    margin-top: calc(15 / 375 * 100vw);
    margin-bottom: calc(7 / 375 * 100vw);
  }
}
.p-reason--1 .p-reason__textBox__title img{
  width: 212px;
  height: 73px;
}
@media screen and (max-width: 1439px) {
  .p-reason--1 .p-reason__textBox__title img{
    width: calc(212 / 1440 * 100vw);
    height: calc(73 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-reason--1 .p-reason__textBox__title img{
    width: calc(212 / 375 * 100vw);
    height: calc(73 / 375 * 100vw);
  }
}
.p-reason--2 .p-reason__textBox__title img{
  width: 219px;
  height: 73px;
}
@media screen and (max-width: 1439px) {
  .p-reason--2 .p-reason__textBox__title img{
    width: calc(219 / 1440 * 100vw);
    height: calc(73 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-reason--2 .p-reason__textBox__title img{
    width: calc(219 / 375 * 100vw);
    height: calc(73 / 375 * 100vw);
  }
}
.p-reason--3 .p-reason__textBox__title img{
  width: 130px;
  height: 73px;
}
@media screen and (max-width: 1439px) {
  .p-reason--3 .p-reason__textBox__title img{
    width: calc(130 / 1440 * 100vw);
    height: calc(73 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-reason--3 .p-reason__textBox__title img{
    width: calc(231 / 375 * 100vw);
    height: calc(34 / 375 * 100vw);
  }
}
.p-reason__reasonList__reasonBox__text{
  font-size: 14px;
  line-height: 26px;
}
@media screen and (max-width: 1439px) {
  .p-reason__reasonList__reasonBox__text{
    font-size: calc(14 / 1440 * 100vw);
    line-height: calc(26 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-reason__reasonList__reasonBox__text{
    font-size: calc(14 / 375 * 100vw);
    line-height: calc(26 / 375 * 100vw);
  }
}

.p-supporter {
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .p-supporter .l-container{
    padding: 0;
  }
}
.p-supporter__inner {
  padding: 70px 0;
  background-color: var(--color-bg);
}
@media screen and (max-width: 1439px) {
  .p-supporter__inner {
    padding: calc(70 / 1440 * 100vw) 0;
  }
}
@media screen and (max-width: 767px) {
  .p-supporter__inner {
    padding: calc(50 / 375 * 100vw) 0 calc(43 / 375 * 100vw) 0;
    background-color: var(--color-bg2);
  }
}
.p-supporter__titleBox {
  margin-bottom: 50px;
}
@media screen and (max-width: 1439px) {
  .p-supporter__titleBox {
    margin-bottom: calc(50 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-supporter__titleBox {
    margin-bottom: calc(30 / 375 * 100vw);
  }
}
.p-supporter__titleBox__title {
  align-items: center;
  display: flex;
  justify-content: center;
}
.p-supporter__titleBox__title span {
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  display: block;
  overflow: hidden;
  text-indent: 150vw;
  white-space: nowrap;
  background-image: url(../images/supporter_title.svg);
  height: 74px;
  width: 619px;
}
@media screen and (max-width: 1439px) {
  .p-supporter__titleBox__title span {
    height: calc(74 / 1440 * 100vw);
    width: calc(619 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-supporter__titleBox__title span {
    background-image: url(../images/supporter_title_sp.svg);
    height: calc(75 / 375 * 100vw);
    width: calc(364 / 375 * 100vw);
  }
}
.p-supporter__supporterList {
  margin: 0 auto;
  width: 1045px;
}
@media screen and (max-width: 1439px) {
  .p-supporter__supporterList {
    width: calc(1045 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-supporter__supporterList {
    width: 100%;
  }
}
.p-supporter__supporterList > ul {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .p-supporter__supporterList > ul {
    display: block;
  }
}
.p-supporter__supporterList > ul > li {
  width: 335px;
}
@media screen and (max-width: 1439px) {
  .p-supporter__supporterList > ul > li {
    width: calc(335 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-supporter__supporterList > ul > li {
    margin: 0 auto;
    width: calc(335 / 375 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-supporter__supporterList > ul > li + li {
    margin-top: calc(25 / 375 * 100vw);
  }
}
.p-supporter__supporterList__supporterBox__thumbnail img {
  height: auto;
  width: 100%;
}
.p-supporter--1 .p-supporter__supporterList__supporterBox__name{
  width: 171px;
  height: 22px;
  margin-top: 14px;
}
@media screen and (max-width: 1439px) {
  .p-supporter--1 .p-supporter__supporterList__supporterBox__name{
    width: calc(171 / 1440 * 100vw);
    height: calc(22 / 1440 * 100vw);
    margin-top: calc(14 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-supporter--1 .p-supporter__supporterList__supporterBox__name{
    width: calc(171 / 375 * 100vw);
    height: calc(18 / 375 * 100vw);
    margin-top: calc(17 / 375 * 100vw);
  }
}
.p-supporter--2 .p-supporter__supporterList__supporterBox__name{
  width: 123px;
  height: 20px;
  margin-top: 27px;
}
@media screen and (max-width: 1439px) {
  .p-supporter--2 .p-supporter__supporterList__supporterBox__name{
    width: calc(123 / 1440 * 100vw);
    height: calc(20 / 1440 * 100vw);
    margin-top: calc(27 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-supporter--2 .p-supporter__supporterList__supporterBox__name{
    width: calc(125 / 375 * 100vw);
    height: calc(19 / 375 * 100vw);
    margin-top: calc(28 / 375 * 100vw);
  }
}
.p-supporter--3 .p-supporter__supporterList__supporterBox__name{
  width: 185px;
  height: 20px;
  margin-top: 28px;
}
@media screen and (max-width: 1439px) {
  .p-supporter--3 .p-supporter__supporterList__supporterBox__name{
    width: calc(185 / 1440 * 100vw);
    height: calc(20 / 1440 * 100vw);
    margin-top: calc(28 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-supporter--3 .p-supporter__supporterList__supporterBox__name{
    width: calc(186 / 375 * 100vw);
    height: calc(17 / 375 * 100vw);
    margin-top: calc(28 / 375 * 100vw);
  }
}
.p-supporter__supporterList__supporterBox__name img{
  width: 100%;
  height: auto;
}
.p-supporter__supporterList__supporterBox__more{
  font-size: 11px;
  line-height: 26px;
  position: relative;
  text-align: right;
  margin-right: 13px;
  margin-top: 3px;
}
@media screen and (max-width: 1439px) {
  .p-supporter__supporterList__supporterBox__more{
    font-size: calc(11 / 1440 * 100vw);
    line-height: calc(26 / 1440 * 100vw);
    margin-right: calc(13 / 1440 * 100vw);
    margin-top: calc(3 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-supporter__supporterList__supporterBox__more{
    font-size: calc(11 / 375 * 100vw);
    line-height: calc(26 / 375 * 100vw);
    margin-right: calc(13 / 375 * 100vw);
    margin-top: calc(6 / 375 * 100vw);
  }
}
.p-supporter__supporterList__supporterBox__more::after {
  -webkit-mask-image: url(../images/supporter_arrow.svg);
  -webkit-mask-position: center center;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-size: contain;
  background-color: var(--color-black);
  background-color: var(--color-main);
  content: "";
  display: block;
  height: 8px;
          mask-image: url(../images/supporter_arrow.svg);
          mask-position: center center;
          mask-repeat: no-repeat;
          mask-size: contain;
  width: 5px;
  position: absolute;
  bottom: 50%;
  transform: translateY(59%);
  right: -12px;
}
@media screen and (max-width: 1439px) {
  .p-supporter__supporterList__supporterBox__more::after {
    height: calc(8 / 1440 * 100vw);
    width: calc(5 / 1440 * 100vw);
    right: calc(-12 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-supporter__supporterList__supporterBox__more::after {
    height: calc(8 / 375 * 100vw);
    width: calc(5 / 375 * 100vw);
    right: calc(-12 / 375 * 100vw);
  }
}
.p-supporter__supporterList__supporterBox__more a{
  color: var(--color-main);
}

.p-step__inner {
  padding: 67px 109px;
}
@media screen and (max-width: 1439px) {
  .p-step__inner {
    padding: calc(67 / 1440 * 100vw) calc(109 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-step__inner {
    padding: calc(50 / 375 * 100vw) 0;
  }
}
.p-step__titleBox {
  margin-bottom: 67px;
}
@media screen and (max-width: 1439px) {
  .p-step__titleBox {
    margin-bottom: calc(67 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-step__titleBox {
    margin-bottom: calc(36 / 375 * 100vw);
  }
}
.p-step__titleBox__title {
  align-items: center;
  display: flex;
  justify-content: center;
}

.p-step__titleBox__title span {
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  display: block;
  overflow: hidden;
  text-indent: 150vw;
  white-space: nowrap;
  background-image: url(../images/step_title.svg);
  height: 27px;
  width: 380px;
}
@media screen and (max-width: 1439px) {
  .p-step__titleBox__title span {
    height: calc(27 / 1440 * 100vw);
    width: calc(380 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-step__titleBox__title span {
    background-image: url(../images/step_title_sp.svg);
    height: calc(19 / 375 * 100vw);
    width: calc(282 / 375 * 100vw);
  }
}
.p-step__stepList {
  margin: 0 auto;
  width: 754px;
}
@media screen and (max-width: 1439px) {
  .p-step__stepList {
    width: calc(754 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-step__stepList {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .p-step__stepList ul li:nth-of-type(2){
    margin-top: calc(84 / 375 * 100vw);
  }
  .p-step__stepList ul li:nth-of-type(3){
    margin-top: calc(81 / 375 * 100vw);
  }
  .p-step__stepList ul li:nth-of-type(4){
    margin-top: calc(79 / 375 * 100vw);
  }
  .p-step__stepList ul li:nth-of-type(5){
    margin-top: calc(81 / 375 * 100vw);
  }
}
.p-step__stepList > ul > li + li {
  margin-top: 42px;
}
@media screen and (max-width: 1439px) {
  .p-step__stepList > ul > li + li {
    margin-top: calc(42 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-step__stepList > ul > li + li {
    margin-top: calc(84 / 375 * 100vw);
  }
}
.p-step__stepList__stepBox {
  align-items: center;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .p-step__stepList__stepBox {
    display: block;
    position: relative;
  }
}
.p-step__stepList__stepBox.p-step__stepList__stepBox--1{
  align-items: flex-start;
}
@media screen and (max-width: 767px) {
  .p-step__stepList li:not(:last-of-type) .p-step__stepList__stepBox::after {
    content: "";
    position: absolute;
    bottom: calc(-42 / 375 * 100vw);
    left: calc(4 / 375 * 100vw);
    width: 97%;
    height: 2px;
    background-image: radial-gradient(circle, var(--color-main) 1px, transparent 1px);
    background-size: calc(6 / 375 * 100vw) calc(2 / 375 * 100vw);
    background-repeat: repeat-x;
  }
  .p-step__stepList li:nth-of-type(2) .p-step__stepList__stepBox::after,
  .p-step__stepList li:nth-of-type(3) .p-step__stepList__stepBox::after,
  .p-step__stepList li:nth-of-type(4) .p-step__stepList__stepBox::after  {
    bottom: calc(-38 / 375 * 100vw);
  }
}

.p-step__stepList__stepBox__icon {
  width: 100px;
}
@media screen and (max-width: 1439px) {
  .p-step__stepList__stepBox__icon {
    width: calc(100 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-step__stepList__stepBox__icon {
    display: none;
  }
}
.p-step__stepList__stepBox--1 .p-step__stepList__stepBox__icon{
  margin-top: -16px;
}
@media screen and (max-width: 1439px) {
  .p-step__stepList__stepBox--1 .p-step__stepList__stepBox__icon{
    margin-top: calc(-16 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-step__stepList__stepBox--1 .p-step__stepList__stepBox__icon{
    margin-top: calc(-16 / 375 * 100vw);
  }
}
.p-step__stepList__stepBox--2 .p-step__stepList__stepBox__icon{
  margin-top: -7px;
  margin-left: -7px;
  width: 118px;
}
@media screen and (max-width: 1439px) {
  .p-step__stepList__stepBox--2 .p-step__stepList__stepBox__icon{
    margin-top: calc(-7 / 1440 * 100vw);
    margin-left: calc(-7 / 1440 * 100vw);
    width: calc(118 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-step__stepList__stepBox--2 .p-step__stepList__stepBox__icon{
    margin-top: calc(-7 / 375 * 100vw);
    margin-left: calc(-7 / 375 * 100vw);
    width: calc(118 / 375 * 100vw);
  }
}
.p-step__stepList__stepBox--3 .p-step__stepList__stepBox__icon{
  margin-top: -8px;
}
@media screen and (max-width: 1439px) {
  .p-step__stepList__stepBox--3 .p-step__stepList__stepBox__icon{
    margin-top: calc(-8 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-step__stepList__stepBox--3 .p-step__stepList__stepBox__icon{
    margin-top: calc(-8 / 375 * 100vw);
  }
}
.p-step__stepList__stepBox--4 .p-step__stepList__stepBox__icon{
  margin-top: -10px;
}
@media screen and (max-width: 1439px) {
  .p-step__stepList__stepBox--4 .p-step__stepList__stepBox__icon{
    margin-top: calc(-10 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-step__stepList__stepBox--4 .p-step__stepList__stepBox__icon{
    margin-top: calc(-10 / 375 * 100vw);
  }
}
.p-step__stepList__stepBox--5 .p-step__stepList__stepBox__icon{
  margin-top: -7px;
}
@media screen and (max-width: 1439px) {
  .p-step__stepList__stepBox--5 .p-step__stepList__stepBox__icon{
    margin-top: calc(-7 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-step__stepList__stepBox--5 .p-step__stepList__stepBox__icon{
    margin-top: calc(-7 / 375 * 100vw);
  }
}
.p-step__stepList__stepBox__icon img {
  height: auto;
  width: 100%;
}
.p-step__stepList__stepBox__textBox {
  width: 634px;
  margin-left: 28px;
}
@media screen and (max-width: 1439px) {
  .p-step__stepList__stepBox__textBox {
    width: calc(634 / 1440 * 100vw);
    margin-left: calc(28 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-step__stepList__stepBox__textBox {
    width: 100%;
    margin-left: 0;
  }
}
.p-step__stepList__stepBox--2 .p-step__stepList__stepBox__textBox{
  margin-left: 18px;
}
@media screen and (max-width: 1439px) {
  .p-step__stepList__stepBox--2 .p-step__stepList__stepBox__textBox{
    margin-left: calc(18 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-step__stepList__stepBox--2 .p-step__stepList__stepBox__textBox{
    margin-left: 0;
  }
}
.p-step__stepList__stepBox__textBox__titleBox {
  align-items: center;
  display: flex;
  margin-bottom: 10px;
  padding-bottom: 17px;
  position: relative;
}
@media screen and (max-width: 1439px) {
  .p-step__stepList__stepBox__textBox__titleBox {
    margin-bottom: calc(10 / 1440 * 100vw);
    padding-bottom: calc(17 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-step__stepList__stepBox__textBox__titleBox {
    margin-bottom: calc(0 / 375 * 100vw);
    padding-bottom: calc(0 / 375 * 100vw);
    flex-direction: column;
  }
}
.p-step__stepList__stepBox__textBox__titleBox::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background-image: radial-gradient(circle, var(--color-main) 1px, transparent 1px);
  background-size: 6px 2px;
  background-repeat: repeat-x;
}
@media screen and (max-width: 1439px) {
  .p-step__stepList__stepBox__textBox__titleBox::after {
    height: calc(2 / 1440 * 100vw);
    background-size: calc(6 / 1440 * 100vw) calc(2 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-step__stepList__stepBox__textBox__titleBox::after {
    display: none;
  }
}
.p-step__stepList__stepBox__textBox__titleBox__label {
  height: 24px;
  margin-right: 13px;
}
@media screen and (max-width: 1439px) {
  .p-step__stepList__stepBox__textBox__titleBox__label {
    height: calc(24 / 1440 * 100vw);
    margin-right: calc(13 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-step__stepList__stepBox__textBox__titleBox__label {
    height: calc(24 / 375 * 100vw);
    margin-bottom: calc(15 / 375 * 100vw);
    margin-right: calc(6 / 375 * 100vw);
    text-align: center;
  }
}
.p-step__stepList__stepBox__textBox__titleBox__label img {
  height: 100%;
  width: auto;
}
.p-step__stepList__stepBox__textBox__titleBox__icon {
  display: none;
}
@media screen and (max-width: 767px) {
  .p-step__stepList__stepBox__textBox__titleBox__icon {
    display: block;
    margin: calc(3 / 375 * 100vw) auto calc(30 / 375 * 100vw);
    width: calc(100 / 375 * 100vw);
  }
  .p-step__stepList__stepBox--2 .p-step__stepList__stepBox__textBox__titleBox__icon{
    width: calc(115 / 375 * 100vw);
  }
}
.p-step__stepList__stepBox__textBox__titleBox__title {
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  display: block;
  overflow: hidden;
  text-indent: 150vw;
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  .p-step__stepList__stepBox__textBox__titleBox__title {
    margin: 0 auto;
  }
}
.p-step__stepList__stepBox--1 .p-step__stepList__stepBox__textBox__titleBox__title {
  background-image: url(../images/step_title_1.svg);
  height: 20px;
  width: 240px;
}
@media screen and (max-width: 1439px) {
  .p-step__stepList__stepBox--1 .p-step__stepList__stepBox__textBox__titleBox__title {
    height: calc(20 / 1440 * 100vw);
    width: calc(240 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-step__stepList__stepBox--1 .p-step__stepList__stepBox__textBox__titleBox__title {
    height: calc(20 / 375 * 100vw);
    width: calc(211 / 375 * 100vw);
  }
}
.p-step__stepList__stepBox--2 .p-step__stepList__stepBox__textBox__titleBox__title {
  background-image: url(../images/step_title_2.svg);
  height: 20px;
  width: 319px;
}
@media screen and (max-width: 1439px) {
  .p-step__stepList__stepBox--2 .p-step__stepList__stepBox__textBox__titleBox__title {
    height: calc(20 / 1440 * 100vw);
    width: calc(319 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-step__stepList__stepBox--2 .p-step__stepList__stepBox__textBox__titleBox__title {
    height: calc(20 / 375 * 100vw);
    width: calc(281 / 375 * 100vw);
  }
}
.p-step__stepList__stepBox--3 .p-step__stepList__stepBox__textBox__titleBox__title {
  background-image: url(../images/step_title_3.svg);
  height: 20px;
  width: 240px;
}
@media screen and (max-width: 1439px) {
  .p-step__stepList__stepBox--3 .p-step__stepList__stepBox__textBox__titleBox__title {
    height: calc(20 / 1440 * 100vw);
    width: calc(240 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-step__stepList__stepBox--3 .p-step__stepList__stepBox__textBox__titleBox__title {
    height: calc(20 / 375 * 100vw);
    width: calc(215 / 375 * 100vw);
  }
}
.p-step__stepList__stepBox--4 .p-step__stepList__stepBox__textBox__titleBox__title {
  background-image: url(../images/step_title_4.svg);
  height: 20px;
  width: 140px;
}
@media screen and (max-width: 1439px) {
  .p-step__stepList__stepBox--4 .p-step__stepList__stepBox__textBox__titleBox__title {
    height: calc(20 / 1440 * 100vw);
    width: calc(140 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-step__stepList__stepBox--4 .p-step__stepList__stepBox__textBox__titleBox__title {
    height: calc(20 / 375 * 100vw);
    width: calc(124 / 375 * 100vw);
  }
}
.p-step__stepList__stepBox--5 .p-step__stepList__stepBox__textBox__titleBox__title {
  background-image: url(../images/step_title_5.svg);
  height: 20px;
  width: 40px;
}
@media screen and (max-width: 1439px) {
  .p-step__stepList__stepBox--5 .p-step__stepList__stepBox__textBox__titleBox__title {
    height: calc(20 / 1440 * 100vw);
    width: calc(40 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-step__stepList__stepBox--5 .p-step__stepList__stepBox__textBox__titleBox__title {
    height: calc(20 / 375 * 100vw);
    width: calc(33 / 375 * 100vw);
  }
}
.p-step__stepList__stepBox__textBox__text {
  font-size: 14px;
  line-height: 26px;
  letter-spacing: .1em;
}
@media screen and (max-width: 1439px) {
  .p-step__stepList__stepBox__textBox__text {
    font-size: calc(14 / 1440 * 100vw);
    line-height: calc(26 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-step__stepList__stepBox__textBox__text {
    font-size: calc(14 / 375 * 100vw);
    line-height: calc(26 / 375 * 100vw);
    margin-top: calc(10 / 375 * 100vw);
    padding: 0 calc(7 / 375 * 100vw);
    text-align: justify;
  }
}
.p-step__buttonBox__button{
  width: 355px;
  height: 60px;
  margin-top: 16px;
}
@media screen and (max-width: 1439px) {
  .p-step__buttonBox__button{
    width: calc(355 / 1440 * 100vw);
    height: calc(60 / 1440 * 100vw);
    margin-top: calc(16 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-step__buttonBox__button{
    width: calc(355 / 375 * 100vw);
    height: calc(60 / 375 * 100vw);
    margin-top: calc(16 / 375 * 100vw);
  }
}
.p-step__buttonBox__button img {
  height: auto;
  width: 100%;
}

.p-faq {
  overflow: hidden;
  background-color: var(--color-bg);
}
.p-faq__inner {
  padding: 76px 0 70px 0;
  width: 915px;
  margin: 0 auto;
}
@media screen and (max-width: 1439px) {
  .p-faq__inner {
    padding: calc(76 / 1440 * 100vw) 0 calc(70 / 1440 * 100vw) 0;
    width: calc(915 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-faq__inner {
    padding: calc(47 / 375 * 100vw) calc(8 / 375 * 100vw) calc(51 / 375 * 100vw) calc(8 / 375 * 100vw);
    width: 100%;
  }
}
.p-faq__titleBox {
  margin-bottom: 55px;
}
@media screen and (max-width: 1439px) {
  .p-faq__titleBox {
    margin-bottom: calc(55 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-faq__titleBox {
    margin-bottom: calc(29 / 375 * 100vw);
  }
}
.p-faq__titleBox__title {
  align-items: center;
  display: flex;
  justify-content: center;
}
.p-faq__titleBox__title span {
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  display: block;
  overflow: hidden;
  text-indent: 150vw;
  white-space: nowrap;
  background-image: url(../images/faq_title.svg);
  height: 26px;
  width: 289px;
}
@media screen and (max-width: 1439px) {
  .p-faq__titleBox__title span {
    height: calc(26 / 1440 * 100vw);
    width: calc(289 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-faq__titleBox__title span {
    background-image: url(../images/faq_title_sp.svg);
    height: calc(19 / 375 * 100vw);
    width: calc(257 / 375 * 100vw);
  }
}
.p-faq__faqList > ul > li {
  border-bottom: 1px solid var(--color-main);
}
.p-faq__faqList__faqBox__qBox {
  cursor: pointer;
}
.p-faq__faqList__faqBox__qBox__inner {
  align-items: center;
  display: flex;
  padding: 28px 40px 26px 0;
  position: relative;
}
@media screen and (max-width: 1439px) {
  .p-faq__faqList__faqBox__qBox__inner {
    padding: calc(28 / 1440 * 100vw) calc(40 / 1440 * 100vw) calc(26 / 1440 * 100vw) 0;
  }
}
@media screen and (max-width: 767px) {
  .p-faq__faqList__faqBox__qBox__inner {
    padding: calc(24 / 375 * 100vw) calc(36 / 375 * 100vw) calc(17 / 375 * 100vw) 0;
    align-items: flex-start;
  }
}
.p-faq__faqList__faqBox__qBox__inner::after {
  background-image: url(../images/icon_plus.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  bottom: 0;
  content: "";
  display: block;
  height: 18px;
  margin: auto 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 18px;
}
@media screen and (max-width: 1439px) {
  .p-faq__faqList__faqBox__qBox__inner::after {
    height: calc(18 / 1440 * 100vw);
    width: calc(18 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-faq__faqList__faqBox__qBox__inner::after {
    height: calc(18 / 375 * 100vw);
    width: calc(18 / 375 * 100vw);
  }
}
.p-faq__faqList__faqBox__qBox__icon {
  flex-shrink: 0;
  margin-right: 12px;
  width: 27px;
}
@media screen and (max-width: 1439px) {
  .p-faq__faqList__faqBox__qBox__icon {
    margin-right: calc(12 / 1440 * 100vw);
    width: calc(27 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-faq__faqList__faqBox__qBox__icon {
    margin-right: calc(13 / 375 * 100vw);
    width: calc(26 / 375 * 100vw);
  }
}
.p-faq__faqList__faqBox__qBox__icon img {
  height: auto;
  width: 100%;
}

.p-faq__faqList__faqBox__qBox__text {
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  display: block;
}
.p-faq__faqList__faqBox__aBox {
  display: none;
}
.p-faq__faqList__faqBox__aBox__inner {
  display: flex;
  padding: 0 40px 35px 6px;
  align-items: flex-start;
  margin-top: -3px;
  gap: 7px;
}
@media screen and (max-width: 1439px) {
  .p-faq__faqList__faqBox__aBox__inner {
    padding: 0 calc(40 / 1440 * 100vw) calc(35 / 1440 * 100vw) calc(6 / 1440 * 100vw);
    margin-top: calc(-3 / 1440 * 100vw);
    gap: calc(7 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-faq__faqList__faqBox__aBox__inner {
    padding: 0 calc(6 / 375 * 100vw) calc(27 / 375 * 100vw) 0;
    margin-top: calc(-3 / 375 * 100vw);
    gap: calc(7 / 375 * 100vw);
  }
}
.p-faq__faqList__faqBox__aBox__icon {
  flex-shrink: 0;
  margin-top: 4px;
  margin-right: 12px;
  width: 17px;
}
@media screen and (max-width: 1439px) {
  .p-faq__faqList__faqBox__aBox__icon {
    margin-top: calc(4 / 1440 * 100vw);
    margin-right: calc(12 / 1440 * 100vw);
    width: calc(17 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-faq__faqList__faqBox__aBox__icon {
    margin-top: calc(4 / 375 * 100vw);
    margin-right: calc(12 / 375 * 100vw);
    width: calc(17 / 375 * 100vw);
  }
}
.p-faq__faqList__faqBox__aBox__icon img {
  height: auto;
  width: 100%;
}

.p-faq__faqList__faqBox__aBox__text {
  font-size: 14px;
  line-height: 26px;
}
@media screen and (max-width: 1439px) {
  .p-faq__faqList__faqBox__aBox__text {
    font-size: calc(14 / 1440 * 100vw);
    line-height: calc(26 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-faq__faqList__faqBox__aBox__text {
    font-size: calc(14 / 375 * 100vw);
    line-height: calc(26 / 375 * 100vw);
  }
}
.p-faq__faqList__faqBox--1 .p-faq__faqList__faqBox__qBox__text {
  background-image: url(../images/faq_q_text_1.svg);
  height: 20px;
  overflow: hidden;
  text-indent: 150vw;
  white-space: nowrap;
  width: 299px;
}
@media screen and (max-width: 1439px) {
  .p-faq__faqList__faqBox--1 .p-faq__faqList__faqBox__qBox__text {
    height: calc(20 / 1440 * 100vw);
    width: calc(299 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-faq__faqList__faqBox--1 .p-faq__faqList__faqBox__qBox__text {
    background-image: url(../images/faq_q_text_1_sp.svg);
    height: calc(18 / 375 * 100vw);
    width: calc(269 / 375 * 100vw);
  }
}
.p-faq__faqList__faqBox--2 .p-faq__faqList__faqBox__qBox__text {
  background-image: url(../images/faq_q_text_2.svg);
  height: 20px;
  overflow: hidden;
  text-indent: 150vw;
  white-space: nowrap;
  width: 558px;
}
@media screen and (max-width: 1439px) {
  .p-faq__faqList__faqBox--2 .p-faq__faqList__faqBox__qBox__text {
    height: calc(20 / 1440 * 100vw);
    width: calc(558 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-faq__faqList__faqBox--2 .p-faq__faqList__faqBox__qBox__text {
    background-image: url(../images/faq_q_text_2_sp.svg);
    height: calc(44 / 375 * 100vw);
    width: calc(252 / 375 * 100vw);
  }
}
.p-faq__faqList__faqBox--3 .p-faq__faqList__faqBox__qBox__text {
  background-image: url(../images/faq_q_text_3.svg);
  height: 20px;
  overflow: hidden;
  text-indent: 150vw;
  white-space: nowrap;
  width: 278px;
}
@media screen and (max-width: 1439px) {
  .p-faq__faqList__faqBox--3 .p-faq__faqList__faqBox__qBox__text {
    height: calc(20 / 1440 * 100vw);
    width: calc(278 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-faq__faqList__faqBox--3 .p-faq__faqList__faqBox__qBox__text {
    background-image: url(../images/faq_q_text_3_sp.svg);
    height: calc(18 / 375 * 100vw);
    width: calc(250 / 375 * 100vw);
  }
}
.p-faq__faqList__faqBox--4 .p-faq__faqList__faqBox__qBox__text {
  background-image: url(../images/faq_q_text_4.svg);
  height: 20px;
  overflow: hidden;
  text-indent: 150vw;
  white-space: nowrap;
  width: 517px;
}
@media screen and (max-width: 1439px) {
  .p-faq__faqList__faqBox--4 .p-faq__faqList__faqBox__qBox__text {
    height: calc(20 / 1440 * 100vw);
    width: calc(517 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-faq__faqList__faqBox--4 .p-faq__faqList__faqBox__qBox__text {
    background-image: url(../images/faq_q_text_4_sp.svg);
    height: calc(70 / 375 * 100vw);
    width: calc(249 / 375 * 100vw);
  }
}
.p-faq__faqList__faqBox.is-open .p-faq__faqList__faqBox__qBox__inner::after {
  background-image: url(../images/icon_minus.svg);
}

@media screen and (max-width: 767px) {
  .p-thanks .l-container{
    padding: 0;
  }
}
.p-thanks__titleBox{
  height: 115px;
  background-color: var(--color-main);
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 1439px) {
  .p-thanks__titleBox{
    height: calc(115 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-thanks__titleBox{
    height: calc(54 / 375 * 100vw);
    align-items: flex-end;
  }
}
.p-thanks__titleBox__title span {
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  display: block;
  overflow: hidden;
  text-indent: 150vw;
  white-space: nowrap;
  background-image: url(../images/thanks_title_2.svg);
  height: 35px;
  width: 554px;
}
@media screen and (max-width: 1439px) {
  .p-thanks__titleBox__title span {
    height: calc(35 / 1440 * 100vw);
    width: calc(554 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-thanks__titleBox__title span {
    background-image: url(../images/thanks_title_2_sp.svg);
    height: calc(18 / 375 * 100vw);
    width: calc(284 / 375 * 100vw);
    margin-bottom: calc(18 / 375 * 100vw);
  }
}
#p-thanks__calendar{
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 60px;
  margin-bottom: 60px;
}
@media screen and (max-width: 1439px) {
  #p-thanks__calendar{
    margin-top: calc(60 / 1440 * 100vw);
    margin-bottom: calc(60 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  #p-thanks__calendar{
    margin-top: calc(32 / 375 * 100vw);
    margin-bottom: calc(32 / 375 * 100vw);
  }
}
.p-thanks__content{
  padding-top: 60px;
  padding-bottom: 70px;
}
@media screen and (max-width: 1439px) {
  .p-thanks__content{
    padding-top: calc(60 / 1440 * 100vw);
    padding-bottom: calc(70 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-thanks__content{
    padding-top: calc(32 / 375 * 100vw);
    padding-bottom: calc(32 / 375 * 100vw);
  }
}
.p-thanks__content__title{
  margin-bottom: 40px;
}
@media screen and (max-width: 1439px) {
  .p-thanks__content__title{
    margin-bottom: calc(40 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-thanks__content__title{
    margin-bottom: calc(30 / 375 * 100vw);
  }
}
.p-thanks__content__title span {
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  display: block;
  overflow: hidden;
  text-indent: 150vw;
  white-space: nowrap;
  background-image: url(../images/thanks_content_title.svg);
  height: 90px;
  width: 683px;
  margin: 0 auto;
  margin-left: 25.5%;
}
@media screen and (max-width: 1439px) {
  .p-thanks__content__title span {
    height: calc(90 / 1440 * 100vw);
    width: calc(683 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-thanks__content__title span {
    background-image: url(../images/thanks_content_title_sp.svg);
    height: calc(68 / 375 * 100vw);
    width: calc(253 / 375 * 100vw);
    margin-left: 14.5%;
  }
}
.p-thanks__content__telBox__inner{
  width: 851px;
  border: 2px solid var(--color-main);
  margin: 0 auto;
  border-radius: 30px;
  background-color: var(--color-bg);
  text-align: center;
  padding-top: 50px;
}
@media screen and (max-width: 1439px) {
  .p-thanks__content__telBox__inner{
    width: calc(851 / 1440 * 100vw);
    border-radius: calc(30 / 1440 * 100vw);
    padding-top: calc(19 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-thanks__content__telBox__inner{
    width: 88%;
    border: 1px solid var(--color-main);
    border-radius: calc(20 / 375 * 100vw);
    padding-top: calc(16 / 375 * 100vw);
  }
}
.p-thanks__content__telBox__item{
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .p-thanks__content__telBox__item{
    flex-direction: row;
    margin-left: 18%;
  }
}
.p-thanks__content__telBox__icon{
  width: 60px;
  height: 60px;
}
@media screen and (max-width: 1439px) {
  .p-thanks__content__telBox__icon{
    width: calc(60 / 1440 * 100vw);
    height: calc(60 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-thanks__content__telBox__icon{
    width: calc(25 / 375 * 100vw);
    height: calc(25 / 375 * 100vw);
  }
}
.p-thanks__content__telBox__number{
  font-size: 41px;
  font-weight: 500;
  line-height: 73px;
  color: var(--color-main);
  margin-top: 9px;
  margin-bottom: 17px;
}
@media screen and (max-width: 1439px) {
  .p-thanks__content__telBox__number{
    font-size: calc(41 / 1440 * 100vw);
    line-height: calc(73 / 1440 * 100vw);
    margin-top: calc(9 / 1440 * 100vw);
    margin-bottom: calc(17 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-thanks__content__telBox__number{
    font-size: calc(25 / 375 * 100vw);
    line-height: calc(37 / 375 * 100vw);
    margin-top: calc(14 / 375 * 100vw);
    margin-bottom: calc(10 / 375 * 100vw);
    letter-spacing: .01em;
    margin-left: calc(11 / 375 * 100vw);
  }
}
.p-thanks__lineBox{
  text-align: center;
}
.p-thanks__lineBox__title span {
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  display: block;
  overflow: hidden;
  text-indent: 150vw;
  white-space: nowrap;
  background-image: url(../images/thanks_line_title.svg);
  height: 75px;
  width: 380px;
  margin: 0 auto;
  margin-bottom: 17px;
}
@media screen and (max-width: 1439px) {
  .p-thanks__lineBox__title span {
    height: calc(75 / 1440 * 100vw);
    width: calc(380 / 1440 * 100vw);
    margin-bottom: calc(17 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-thanks__lineBox__title span {
    background-image: url(../images/thanks_line_title_sp.svg);
    height: calc(42 / 375 * 100vw);
    width: calc(227 / 375 * 100vw);
    margin-bottom: calc(17 / 375 * 100vw);
  }
}
.p-thanks__content__telBox__about{
  font-size: 15px;
  line-height: 27px;
  margin-bottom: 25px;
}
@media screen and (max-width: 1439px) {
  .p-thanks__content__telBox__about{
    font-size: calc(15 / 1440 * 100vw);
    line-height: calc(27 / 1440 * 100vw);
    margin-bottom: calc(25 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-thanks__content__telBox__about{
    font-size: calc(15 / 375 * 100vw);
    line-height: calc(27 / 375 * 100vw);
    margin-bottom: calc(10 / 375 * 100vw);
  }
}
.p-thanks__content__telBox__weekend{
  font-size: 14px;
  line-height: 25px;
  margin-bottom: 17px;
}
@media screen and (max-width: 1439px) {
  .p-thanks__content__telBox__weekend{
    font-size: calc(14 / 1440 * 100vw);
    line-height: calc(25 / 1440 * 100vw);
    margin-bottom: calc(17 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-thanks__content__telBox__weekend{
    font-size: calc(14 / 375 * 100vw);
    line-height: calc(25 / 375 * 100vw);
    margin-bottom: calc(17 / 375 * 100vw);
  }
}
.p-thanks__content__telBox__mail{
  font-size: 14px;
  line-height: 22px;
  margin-bottom: 47px;
}
@media screen and (max-width: 1439px) {
  .p-thanks__content__telBox__mail{
    font-size: calc(14 / 1440 * 100vw);
    line-height: calc(22 / 1440 * 100vw);
    margin-bottom: calc(47 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-thanks__content__telBox__mail{
    font-size: calc(14 / 375 * 100vw);
    line-height: calc(22 / 375 * 100vw);
    margin-bottom: calc(27 / 375 * 100vw);
  }
}
.p-thanks__lineBox__lead{
  font-size: 14px;
  line-height: 26px;
  margin-bottom: 27px;
}
@media screen and (max-width: 1439px) {
  .p-thanks__lineBox__lead{
    font-size: calc(14 / 1440 * 100vw);
    line-height: calc(26 / 1440 * 100vw);
    margin-bottom: calc(27 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-thanks__lineBox__lead{
    font-size: calc(14 / 375 * 100vw);
    line-height: calc(26 / 375 * 100vw);
    margin-bottom: calc(18 / 375 * 100vw);
    letter-spacing: .09em;
  }
}
.p-thanks__lineBox__btn{
  width: 355px;
  height: 60px;
}
@media screen and (max-width: 1439px) {
  .p-thanks__lineBox__btn{
    width: calc(355 / 1440 * 100vw);
    height: calc(60 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-thanks__lineBox__btn{
    width: calc(355 / 375 * 100vw);
    height: calc(60 / 375 * 100vw);
  }
}
.p-thanks__lineBox__notice{
  margin-top: 12px;
  color: #23B94E;
  margin-bottom: 73px;
  font-size: 13px;
}
@media screen and (max-width: 1439px) {
  .p-thanks__lineBox__notice{
    margin-top: calc(12 / 1440 * 100vw);
    margin-bottom: calc(73 / 1440 * 100vw);
    font-size: calc(13 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-thanks__lineBox__notice{
    margin-top: calc(12 / 375 * 100vw);
    margin-bottom: calc(55 / 375 * 100vw);
    font-size: calc(13 / 375 * 100vw);
  }
}


.p-footer {
  background-color: var(--color-bg3);
  margin-right: calc(680px - 50vw);
  overflow: hidden;
}
@media screen and (max-width: 1439px) {
  .p-footer {
    margin-right: calc((680 / 1440 * 100vw) - 50vw);
  }
}
@media screen and (max-width: 767px) {
  .p-footer {
    margin-right: 0;
  }
}
.p-footer__inner {
  padding: 38px 132px 15px 89px;
}
@media screen and (max-width: 1439px) {
  .p-footer__inner {
    padding: calc(38 / 1440 * 100vw) calc(132 / 1440 * 100vw) calc(15 / 1440 * 100vw) calc(89 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-footer__inner {
    padding: calc(24 / 375 * 100vw) calc(20 / 375 * 100vw) calc(14 / 375 * 100vw);
  }
}
.p-footer__content {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .p-footer__content {
    display: block;
  }
}
.p-footer__content__logo {
  width: 140px;
}
.p-footer__content__logo img {
  height: auto;
  width: 100%;
}
@media screen and (max-width: 1439px) {
  .p-footer__content__logo {
    width: calc(140 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-footer__content__logo {
    margin: 0 auto;
    width: calc(140 / 375 * 100vw);
  }
}
.p-footer__content__nav {
  margin-left: auto;
}
@media screen and (max-width: 767px) {
  .p-footer__content__nav {
    margin-left: 0;
    margin-top: calc(13 / 375 * 100vw);
  }
}
.p-footer__content__nav > ul {
  align-items: center;
  display: flex;
}
@media screen and (max-width: 767px) {
  .p-footer__content__nav > ul {
    justify-content: center;
  }
}
.p-footer__content__nav > ul > li {
  font-size: 12px;
}
@media screen and (max-width: 1439px) {
  .p-footer__content__nav > ul > li {
    font-size: calc(12 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-footer__content__nav > ul > li {
    font-size: calc(12 / 375 * 100vw);
  }
}
.p-footer__content__nav > ul > li + li {
  margin-left: 2em;
}
.p-footer__copyright {
  font-size: 12px;
  margin-top: 9px;
  text-align: center;
}
@media screen and (max-width: 1439px) {
  .p-footer__copyright {
    font-size: calc(12 / 1440 * 100vw);
    margin-top: calc(9 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-footer__copyright {
    font-size: calc(12 / 375 * 100vw);
    margin-top: calc(27 / 375 * 100vw);
  }
}

.p-supporter__lity {
  width: 851px;
}
@media screen and (max-width: 1199px) {
  .p-supporter__lity {
    width: calc(851 / 1200 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-supporter__lity {
    -ms-overflow-style: none;
    scrollbar-width: none;
    width: calc(355 / 375 * 100vw);
    height: 85dvh;
    border-radius: calc(20 / 375 * 100vw);
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    background-color: #fff;
    overflow: scroll;
    align-items: stretch;
  }
}
@media screen and (max-width: 767px) {
  .p-supporter__lity .l-container{
    padding-right: 0;
  }
}
.p-supporter__lity__inner {
  background-color: var(--color-white);
  display: flex;
  padding: 30px;
  border-radius: 30px;
  position: relative;
}
@media screen and (max-width: 1199px) {
  .p-supporter__lity__inner {
    padding: calc(30 / 1200 * 100vw);
    border-radius: calc(30 / 1200 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-supporter__lity__inner {
    padding: calc(20 / 375 * 100vw) calc(14 / 375 * 100vw) calc(20 / 375 * 100vw) calc(3 / 375 * 100vw);
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
  }
}
.p-supporter__lity__content{
  display: flex;
  gap: 25px;
}
@media screen and (max-width: 1439px) {
  .p-supporter__lity__content{
    gap: calc(25 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-supporter__lity__content{
    gap: calc(20 / 375 * 100vw);
    flex-direction: column;
    flex: 1;
    overflow-y: auto;
  }
}
.p-supporter__lity__thumbnail{
  width: 335px;
  height: 243px;
}
@media screen and (max-width: 1439px) {
  .p-supporter__lity__thumbnail{
    width: calc(335 / 1440 * 100vw);
    height: calc(243 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-supporter__lity__thumbnail{
    width: calc(331 / 375 * 100vw);
    height: calc(242 / 375 * 100vw);
  }
}
.p-supporter__lity__thumbnail img{
  width: 100%;
  height: auto;
}
.p-supporter__lity__name{
  width: 168px;
  height: 24px;
  margin-top: 16px;
}
@media screen and (max-width: 1439px) {
  .p-supporter__lity__name{
    width: calc(168 / 1440 * 100vw);
    height: calc(24 / 1440 * 100vw);
    margin-top: calc(16 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-supporter__lity__name{
    width: calc(171 / 375 * 100vw);
    height: calc(18 / 375 * 100vw);
    margin-top: calc(17 / 375 * 100vw);
    margin-left: calc(10 / 375 * 100vw);
  }
}
#supporter__more2 .p-supporter__lity__name{
  width: 124px;
  height: 24px;
  margin-top: 16px;
}
@media screen and (max-width: 1439px) {
  #supporter__more2 .p-supporter__lity__name{
    width: calc(124 / 1440 * 100vw);
    height: calc(24 / 1440 * 100vw);
    margin-top: calc(16 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  #supporter__more2 .p-supporter__lity__name{
    width: calc(121 / 375 * 100vw);
    height: calc(21 / 375 * 100vw);
    margin-top: calc(16 / 375 * 100vw);
    margin-left: calc(10 / 375 * 100vw);
  }
}
#supporter__more3 .p-supporter__lity__name{
  width: 184px;
  height: 24px;
  margin-top: 16px;
}
@media screen and (max-width: 1439px) {
  #supporter__more3 .p-supporter__lity__name{
    width: calc(184 / 1440 * 100vw);
    height: calc(24 / 1440 * 100vw);
    margin-top: calc(16 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  #supporter__more3 .p-supporter__lity__name{
    width: calc(184 / 375 * 100vw);
    height: calc(21 / 375 * 100vw);
    margin-top: calc(16 / 375 * 100vw);
    margin-left: calc(10 / 375 * 100vw);
  }
}
.p-supporter__lity__name img{
  width: 100%;
  height: auto;
}

@media screen and (max-width: 767px) {
  .p-supporter__lity__info{
    padding-left: calc(10 / 375 * 100vw);
  }
}

.p-supporter__lity__info__title{
  position: relative;
  margin-top: 7px;
}
@media screen and (max-width: 1439px) {
  .p-supporter__lity__info__title{
    margin-top: calc(7 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-supporter__lity__info__title{
    margin-top: calc(3 / 375 * 100vw);
  }
}
.p-supporter__lity__info__title::after{
  content: "";
  position: absolute;
  bottom: -10px;
  left: -3px;
  width: 100%;
  height: 2px;
  background-image: radial-gradient(circle, var(--color-main) 1px, transparent 1px);
  background-size: 6px 2px;
  background-repeat: repeat-x;
}
@media screen and (max-width: 1439px) {
  .p-supporter__lity__info__title::after{
    bottom: calc(-10 / 1440 * 100vw);
    left: calc(-3 / 1440 * 100vw);
    height: calc(2 / 1440 * 100vw);
    background-size: calc(6 / 1440 * 100vw) calc(2 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-supporter__lity__info__title::after{
    bottom: calc(-10 / 375 * 100vw);
    left: calc(-3 / 375 * 100vw);
    height: calc(2 / 375 * 100vw);
    background-size: calc(6 / 375 * 100vw) calc(2 / 375 * 100vw);
  }
}
.p-supporter__lity__info__title--career span {
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  display: block;
  overflow: hidden;
  text-indent: 150vw;
  white-space: nowrap;
  background-image: url(../images/supporter_career.svg);
  height: 15px;
  width: 31px;
}
@media screen and (max-width: 1439px) {
  .p-supporter__lity__info__title--career span {
    height: calc(15 / 1440 * 100vw);
    width: calc(31 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-supporter__lity__info__title--career span {
    height: calc(15 / 375 * 100vw);
    width: calc(31 / 375 * 100vw);
  }
}
.p-supporter__lity__info__title--message span {
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  display: block;
  overflow: hidden;
  text-indent: 150vw;
  white-space: nowrap;
  background-image: url(../images/supporter_message.svg);
  height: 14px;
  width: 77px;
  margin-top: 22px;
}
@media screen and (max-width: 1439px) {
  .p-supporter__lity__info__title--message span {
    height: calc(14 / 1440 * 100vw);
    width: calc(77 / 1440 * 100vw);
    margin-top: calc(22 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-supporter__lity__info__title--message span {
    height: calc(14 / 375 * 100vw);
    width: calc(77 / 375 * 100vw);
    margin-top: calc(19 / 375 * 100vw);
  }
}
.p-supporter__lity__info__text{
  font-size: 14px;
  line-height: 27px;
  margin-top: 13px;
  padding-right: 11px;
  text-align: justify;
}
@media screen and (max-width: 1439px) {
  .p-supporter__lity__info__text{
    font-size: calc(14 / 1440 * 100vw);
    line-height: calc(27 / 1440 * 100vw);
    margin-top: calc(13 / 1440 * 100vw);
    padding-right: calc(11 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-supporter__lity__info__text{
    font-size: calc(14 / 375 * 100vw);
    line-height: calc(26 / 375 * 100vw);
    margin-top: calc(13 / 375 * 100vw);
    padding-right: calc(11 / 375 * 100vw);
  }
}

.p-supporter__lity__close {
  position: fixed;
  right: 0;
  top: -66px;
}
@media screen and (max-width: 1439px) {
  .p-supporter__lity__close {
    top: calc(-66 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-supporter__lity__close {
    top: calc(-32 / 375 * 100vw);
  }
}
.p-supporter__lity__close button,
.p-supporter__lity__close button:hover {
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 9999;
  background: url(../images/lity_icon_close.svg) center/contain no-repeat;
  display: block !important;
  height: 43px;
  width: 43px;
  border: none;
  background-color: transparent;
  color: transparent;
  font-size: 0;
  text-indent: -9999px;
}

@media screen and (max-width: 1439px) {
  .p-supporter__lity__close button,
  .p-supporter__lity__close button:hover {
    height: calc(43 / 1440 * 100vw);
    width: calc(43 / 1440 * 100vw);
  }
}

@media screen and (max-width: 767px) {
  .p-supporter__lity__close button,
  .p-supporter__lity__close button:hover {
    height: calc(30 / 375 * 100vw);
    width: calc(30 / 375 * 100vw);
  }
}

.p-supporter__lity__close button:hover,
.p-supporter__lity__close button:focus{
  display: block !important;
}

.p-pp {
  width: 1133px;
}
@media screen and (max-width: 1439px) {
  .p-pp {
    width: calc(1133 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-pp {
    width: calc(355 / 375 * 100vw);
  }
}
.p-pp__inner {
  position: relative;
}
.p-pp__content {
  -ms-overflow-style: none;
  background-color: var(--color-white);
  max-height: 80vh !important;
  overflow: scroll;
  padding: 80px 60px 60px;
  scrollbar-width: none;
  border-radius: 30px;
}
.p-pp__content::-webkit-scrollbar {
  display: none;
}
@media screen and (max-width: 1439px) {
  .p-pp__content {
    padding: calc(80 / 1440 * 100vw) calc(60 / 1440 * 100vw) calc(60 / 1440 * 100vw);
    border-radius: calc(30 / 1440 * 100vw) ;
  }
}
@media screen and (max-width: 767px) {
  .p-pp__content {
    padding: calc(33 / 375 * 100vw) calc(20 / 375 * 100vw) calc(31 / 375 * 100vw);
    border-radius: calc(20 / 375 * 100vw) ;
  }
}
.p-pp__content__title {
  font-size: 18px;
  margin-bottom: 39px;
  text-align: center;
}
@media screen and (max-width: 1439px) {
  .p-pp__content__title {
    font-size: calc(18 / 1440 * 100vw);
    margin-bottom: calc(39 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-pp__content__title {
    font-size: calc(16 / 375 * 100vw);
    margin-bottom: calc(20 / 375 * 100vw);
  }
}
.p-pp__content__entry p {
  font-size: 14px;
  line-height: 22px;
}
@media screen and (max-width: 1439px) {
  .p-pp__content__entry p {
    font-size: calc(14 / 1440 * 100vw);
    line-height: calc(22 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-pp__content__entry p {
    font-size: calc(14 / 375 * 100vw);
    line-height: calc(22 / 375 * 100vw);
  }
}
.p-pp__content__entry p + p {
  margin-top: 22px;
}
@media screen and (max-width: 1439px) {
  .p-pp__content__entry p + p {
    margin-top: calc(22 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-pp__content__entry p + p {
    margin-top: calc(22 / 375 * 100vw);
  }
}
.p-pp__close {
  position: absolute;
  right: 0;
  top: -67px;
  width: 42px;
}
.p-pp__close img {
  height: auto;
  width: 100%;
}
@media screen and (max-width: 1439px) {
  .p-pp__close {
    top: calc(-67 / 1440 * 100vw);
    width: calc(42 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-pp__close {
    top: calc(-41 / 375 * 100vw);
    width: calc(30 / 375 * 100vw);
  }
}
.p-pp__close img {
  cursor: pointer;
}

.floating-banner {
  position: fixed;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  transition: opacity 0.3s;
  z-index: 1;
}
@media screen and (max-width: 480px) {
  .floating-banner {
    bottom: calc(20 * 100vw / 375);
  }
}