@charset "UTF-8";
:root {
  --color-white: #ffffff;
  --color-black: #404764;
  --color-main: #404764;
  --color-main2: #c5800b;
  --color-bg: #404764;
  --color-bg2: #f6f4eb;
  --color-form: #f1f1f1;
}

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],
input[type=password],
select,
button,
textarea {
  -webkit-appearance: none;
  background-color: var(--color-white);
  border: none;
  border-radius: 0;
  box-sizing: border-box;
  color: var(--color-black);
  outline-width: 0;
}
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,
input[type=password]::-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,
input[type=password]: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;
}

select:invalid {
  color: var(--color-black) !important;
}

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

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

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

.swiper-button-prev,
.swiper-button-next {
  align-items: center;
  display: flex;
  height: 100%;
  margin-top: 0;
  top: 0;
  width: auto;
  z-index: 2;
}
.swiper-button-prev:after,
.swiper-button-next:after {
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  display: block;
  height: 40px;
  width: 40px;
}
@media screen and (max-width: 1439px) {
  .swiper-button-prev:after,
.swiper-button-next:after {
    height: calc(40 / 1440 * 100vw);
    width: calc(40 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .swiper-button-prev:after,
.swiper-button-next:after {
    height: calc(32 / 375 * 100vw);
    width: calc(32 / 375 * 100vw);
  }
}

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

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

.swiper-pagination {
  bottom: 0 !important;
  z-index: 1;
}

.swiper-pagination-bullets {
  bottom: 0 !important;
  display: flex;
  font-size: 0 !important;
  justify-content: center;
  left: 0 !important;
  right: 0 !important;
}

.swiper-pagination-bullet {
  background-color: #FFFFFF;
  border: 1px solid #FFFFFF;
  border-radius: 0;
  border-radius: 50%;
  height: 14px;
  margin: 0 5px !important;
  opacity: 1;
  width: 14px;
}
@media screen and (max-width: 1439px) {
  .swiper-pagination-bullet {
    height: calc(14 / 1440 * 100vw);
    margin: 0 calc(5 / 1440 * 100vw) !important;
    width: calc(14 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .swiper-pagination-bullet {
    background-color: #F6F4EB;
    border: 1px solid #F6F4EB;
    height: calc(14 / 375 * 100vw);
    margin: 0 calc(5 / 375 * 100vw) !important;
    width: calc(14 / 375 * 100vw);
  }
}
.swiper-pagination-bullet-active {
  background: #404764;
  border: 1px solid #404764;
}

@-webkit-keyframes marquee-ltr {
  from {
    transform: translate3d(-50%, 0, 0);
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}

@keyframes marquee-ltr {
  from {
    transform: translate3d(-50%, 0, 0);
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}
.lity-hide {
  display: none !important;
}

.lity-wrap {
  font-size: 0 !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-v55-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-v55-japanese_latin-500.woff2") format("woff2");
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* noto-sans-jp-600 - 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: 600;
  src: url("../fonts/noto-sans-jp-v55-japanese_latin-600.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-v55-japanese_latin-700.woff2") format("woff2");
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* zen-maru-gothic-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: "Zen Maru Gothic";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/zen-maru-gothic-v19-japanese_latin-regular.woff2") format("woff2");
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* zen-maru-gothic-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: "Zen Maru Gothic";
  font-style: normal;
  font-weight: 500;
  src: url("../fonts/zen-maru-gothic-v19-japanese_latin-500.woff2") format("woff2");
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* zen-maru-gothic-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: "Zen Maru Gothic";
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/zen-maru-gothic-v19-japanese_latin-700.woff2") format("woff2");
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* jost-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: "Jost";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/jost-v20-latin-regular.woff2") format("woff2");
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* jost-500 - 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: "Jost";
  font-style: normal;
  font-weight: 500;
  src: url("../fonts/jost-v20-latin-500.woff2") format("woff2");
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
.l-container {
  margin: 0 auto;
  padding-left: 154px;
  padding-right: 154px;
  width: 1440px;
}
@media screen and (max-width: 1439px) {
  .l-container {
    padding-left: calc(154 / 1440 * 100vw);
    padding-right: calc(154 / 1440 * 100vw);
    width: calc(1440 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .l-container {
    padding-left: calc(10 / 375 * 100vw);
    padding-right: calc(10 / 375 * 100vw);
    width: 100%;
  }
}

.c-form {
  background: var(--color-white);
  border-radius: 30px;
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
}
@media screen and (max-width: 1439px) {
  .c-form {
    border-radius: calc(30 / 1440 * 100vw);
    box-shadow: calc(0 / 1440 * 100vw) calc(0 / 1440 * 100vw) calc(20 / 1440 * 100vw) rgba(0, 0, 0, 0.1);
  }
}
@media screen and (max-width: 767px) {
  .c-form {
    border-radius: calc(10 / 375 * 100vw);
    box-shadow: calc(0 / 375 * 100vw) calc(0 / 375 * 100vw) calc(20 / 375 * 100vw) rgba(0, 0, 0, 0.1);
  }
}
.c-form__titleBox {
  align-items: center;
  background: var(--color-black);
  border-radius: 30px 30px 0 0;
  display: flex;
  height: 80px;
  justify-content: center;
}
@media screen and (max-width: 1439px) {
  .c-form__titleBox {
    border-radius: calc(30 / 1440 * 100vw) calc(30 / 1440 * 100vw) 0 0;
    height: calc(80 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .c-form__titleBox {
    border-radius: calc(10 / 375 * 100vw) calc(10 / 375 * 100vw) 0 0;
    height: calc(60 / 375 * 100vw);
  }
}
.c-form__titleBox__title {
  color: var(--color-white);
  font-family: "Zen Maru Gothic";
  font-size: 25px;
  font-weight: 500;
}
@media screen and (max-width: 1439px) {
  .c-form__titleBox__title {
    font-size: calc(25 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .c-form__titleBox__title {
    font-size: calc(20 / 375 * 100vw);
  }
}
.c-form__content {
  padding: 30px 40px 50px;
}
@media screen and (max-width: 1439px) {
  .c-form__content {
    padding: calc(30 / 1440 * 100vw) calc(40 / 1440 * 100vw) calc(50 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .c-form__content {
    padding: calc(30 / 375 * 100vw) calc(20 / 375 * 100vw) calc(35 / 375 * 100vw);
  }
}
.c-form__content__stepList {
  margin-bottom: 25px;
}
@media screen and (max-width: 1439px) {
  .c-form__content__stepList {
    margin-bottom: calc(25 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .c-form__content__stepList {
    margin-bottom: calc(20 / 375 * 100vw);
  }
}
.c-form__content__stepList > ul {
  align-items: center;
  display: flex;
  justify-content: center;
}
.c-form__content__stepList > ul > li {
  position: relative;
}
.c-form__content__stepList > ul > li::after {
  background: #F1F1F1;
  bottom: 0;
  content: "";
  display: block;
  height: 1px;
  left: 11px;
  margin: auto 0;
  position: absolute;
  top: 0;
  width: 33px;
}
@media screen and (max-width: 1439px) {
  .c-form__content__stepList > ul > li::after {
    left: calc(11 / 1440 * 100vw);
    width: calc(33 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .c-form__content__stepList > ul > li::after {
    left: calc(11 / 375 * 100vw);
    width: calc(33 / 375 * 100vw);
  }
}
.c-form__content__stepList > ul > li:has(~ .is-current)::after {
  background: var(--color-black);
}
.c-form__content__stepList > ul > li.is-current .c-form__content__stepList__number, .c-form__content__stepList > ul > li:has(~ .is-current) .c-form__content__stepList__number {
  background: var(--color-black);
}
.c-form__content__stepList > ul > li:last-child::after {
  display: none;
}
.c-form__content__stepList > ul > li + li {
  margin-left: 11px;
}
@media screen and (max-width: 1439px) {
  .c-form__content__stepList > ul > li + li {
    margin-left: calc(11 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .c-form__content__stepList > ul > li + li {
    margin-left: calc(11 / 375 * 100vw);
  }
}
.c-form__content__stepList__number {
  align-items: center;
  background: #E4E4E4;
  border-radius: 50%;
  color: var(--color-white);
  display: flex;
  font-size: 12px;
  font-weight: bold;
  height: 22px;
  justify-content: center;
  position: relative;
  position: relative;
  width: 22px;
  z-index: 1;
}
@media screen and (max-width: 1439px) {
  .c-form__content__stepList__number {
    font-size: calc(12 / 1440 * 100vw);
    height: calc(22 / 1440 * 100vw);
    width: calc(22 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .c-form__content__stepList__number {
    font-size: calc(11 / 375 * 100vw);
    height: calc(22 / 375 * 100vw);
    width: calc(22 / 375 * 100vw);
  }
}
.c-form__content__form form .parsley-errors-list {
  color: var(--color-main2);
  font-size: 12px;
  margin-top: 10px;
}
@media screen and (max-width: 1439px) {
  .c-form__content__form form .parsley-errors-list {
    font-size: calc(12 / 1440 * 100vw);
    margin-top: calc(10 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .c-form__content__form form .parsley-errors-list {
    font-size: calc(12 / 375 * 100vw);
    margin-top: calc(10 / 375 * 100vw);
  }
}
.c-form__content__form__block__wrapper {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .c-form__content__form__block__wrapper {
    display: block;
  }
}
.c-form__content__form__block__wrapper .c-form__content__form__block {
  width: 367px;
}
@media screen and (max-width: 1439px) {
  .c-form__content__form__block__wrapper .c-form__content__form__block {
    width: calc(367 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .c-form__content__form__block__wrapper .c-form__content__form__block {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .c-form__content__form__block__wrapper .c-form__content__form__block + .c-form__content__form__block {
    margin-top: calc(20 / 375 * 100vw);
  }
}
.c-form__content__form__block__titleBox {
  margin-bottom: 15px;
}
@media screen and (max-width: 1439px) {
  .c-form__content__form__block__titleBox {
    margin-bottom: calc(15 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .c-form__content__form__block__titleBox {
    margin-bottom: calc(10 / 375 * 100vw);
  }
}
.c-form__content__form__block__titleBox__title {
  align-items: center;
  display: flex;
  font-size: 15px;
  font-weight: bold;
  line-height: 28px;
}
@media screen and (max-width: 1439px) {
  .c-form__content__form__block__titleBox__title {
    font-size: calc(15 / 1440 * 100vw);
    line-height: calc(28 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .c-form__content__form__block__titleBox__title {
    font-size: calc(15 / 375 * 100vw);
    line-height: calc(28 / 375 * 100vw);
  }
}
.c-form__content__form__block__cta {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.c-form__content__form__block__cta__button {
  width: 367px;
}
@media screen and (max-width: 1439px) {
  .c-form__content__form__block__cta__button {
    width: calc(367 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .c-form__content__form__block__cta__button {
    margin: 0 auto;
    width: calc(282 / 375 * 100vw);
  }
}
.c-form__content__form__block__cta__button input {
  display: none;
}
.c-form__content__form__block__cta__button input:checked + label {
  background: #ecd8b5;
}
.c-form__content__form__block__cta__button label {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
  align-items: center;
  background: var(--color-main2);
  border: 3px solid var(--color-white);
  border-radius: 50px;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.07);
  color: var(--color-white);
  cursor: pointer;
  display: flex;
  font-family: "Zen Maru Gothic";
  font-size: 24px;
  font-weight: 500;
  height: 84px;
  justify-content: center;
  padding-left: 26px;
          user-select: none;
}
@media screen and (max-width: 1439px) {
  .c-form__content__form__block__cta__button label {
    border: calc(3 / 1440 * 100vw) solid var(--color-white);
    border-radius: calc(50 / 1440 * 100vw);
    box-shadow: 0px 0px calc(10 / 1440 * 100vw) rgba(0, 0, 0, 0.07);
    font-size: calc(24 / 1440 * 100vw);
    height: calc(84 / 1440 * 100vw);
    padding-left: calc(26 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .c-form__content__form__block__cta__button label {
    border: calc(3 / 375 * 100vw) solid var(--color-white);
    border-radius: calc(50 / 375 * 100vw);
    box-shadow: 0px 0px calc(10 / 375 * 100vw) rgba(0, 0, 0, 0.07);
    font-size: calc(20 / 375 * 100vw);
    height: calc(73 / 375 * 100vw);
    padding-left: calc(10 / 375 * 100vw);
  }
}
.c-form__content__form__block__cta__button label::after {
  background-image: url(../images/icon_arrow_button.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  display: block;
  height: 14px;
  margin-left: 15px;
  width: 10px;
}
@media screen and (max-width: 1439px) {
  .c-form__content__form__block__cta__button label::after {
    height: calc(14 / 1440 * 100vw);
    margin-left: calc(15 / 1440 * 100vw);
    width: calc(10 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .c-form__content__form__block__cta__button label::after {
    height: calc(14 / 375 * 100vw);
    margin-left: calc(15 / 375 * 100vw);
    width: calc(10 / 375 * 100vw);
  }
}
.c-form__content__form__block__cta__button label span.label {
  align-items: center;
  background-color: var(--color-white);
  border-radius: 3px;
  color: var(--color-black);
  display: flex;
  font-size: 18px;
  height: 26px;
  justify-content: center;
  margin-right: 10px;
  padding-bottom: 1px;
  padding-left: 1px;
  width: 48px;
}
@media screen and (max-width: 1439px) {
  .c-form__content__form__block__cta__button label span.label {
    border-radius: calc(3 / 1440 * 100vw);
    font-size: calc(18 / 1440 * 100vw);
    height: calc(26 / 1440 * 100vw);
    margin-right: calc(10 / 1440 * 100vw);
    width: calc(48 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .c-form__content__form__block__cta__button label span.label {
    border-radius: calc(3 / 375 * 100vw);
    font-size: calc(15 / 375 * 100vw);
    height: calc(20 / 375 * 100vw);
    margin-right: calc(10 / 375 * 100vw);
    width: calc(37 / 375 * 100vw);
  }
}
.c-form__content__form__block__cta__button--black input:checked + label {
  background: #c5c7d0;
}
.c-form__content__form__block__cta__button--black input:checked + label span.label {
  color: #c5c7d0;
}
.c-form__content__form__block__cta__button--black label {
  background: var(--color-main);
  padding-left: 0;
}
@media screen and (max-width: 767px) {
  .c-form__content__form__block__cta__button + .c-form__content__form__block__cta__button {
    margin-top: calc(10 / 375 * 100vw);
  }
}
.c-form__content__form__block__radio {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.c-form__content__form__block__radio__choice {
  margin-top: 20px;
  width: 367px;
}
@media screen and (max-width: 1439px) {
  .c-form__content__form__block__radio__choice {
    margin-top: calc(20 / 1440 * 100vw);
    width: calc(367 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .c-form__content__form__block__radio__choice {
    margin-top: calc(10 / 375 * 100vw);
    width: calc(153 / 375 * 100vw);
  }
}
.c-form__content__form__block__radio__choice input {
  display: none;
}
.c-form__content__form__block__radio__choice input:checked + label {
  background: var(--color-main2);
  color: var(--color-white);
}
.c-form__content__form__block__radio__choice label {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
  align-items: center;
  background: var(--color-form);
  border: 1px solid var(--color-form);
  border-radius: 10px;
  cursor: pointer;
  display: flex;
  font-size: 16px;
  height: 84px;
  justify-content: center;
          user-select: none;
}
@media screen and (max-width: 1439px) {
  .c-form__content__form__block__radio__choice label {
    border-radius: calc(10 / 1440 * 100vw);
    font-size: calc(16 / 1440 * 100vw);
    height: calc(84 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .c-form__content__form__block__radio__choice label {
    border-radius: calc(10 / 375 * 100vw);
    font-size: calc(16 / 375 * 100vw);
    height: calc(70 / 375 * 100vw);
  }
}
.c-form__content__form__block__radio__choice:nth-child(-n+2) {
  margin-top: 0;
}
.c-form__content__form__block__select select {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
  background: var(--color-form);
  background-image: url(../images/icon_arrow_select.svg);
  background-position: right 20px center;
  background-repeat: no-repeat;
  background-size: 18px 11px;
  border-radius: 10px;
  cursor: pointer;
  font-size: 16px;
  height: 84px;
  padding: 0 20px;
          user-select: none;
  width: 100%;
}
@media screen and (max-width: 1439px) {
  .c-form__content__form__block__select select {
    background-position: right calc(20 / 1440 * 100vw) center;
    background-size: calc(18 / 1440 * 100vw) calc(11 / 1440 * 100vw);
    border-radius: calc(10 / 1440 * 100vw);
    font-size: calc(16 / 1440 * 100vw);
    height: calc(84 / 1440 * 100vw);
    padding: 0 calc(20 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .c-form__content__form__block__select select {
    background-position: right calc(15 / 375 * 100vw) center;
    background-size: calc(18 / 375 * 100vw) calc(11 / 375 * 100vw);
    border-radius: calc(10 / 375 * 100vw);
    font-size: 16px;
    height: calc(70 / 375 * 100vw);
    padding: 0 calc(15 / 375 * 100vw);
  }
}
.c-form__content__form__block__input input {
  background: var(--color-form);
  border-radius: 10px;
  font-size: 16px;
  height: 84px;
  padding: 0 20px;
  width: 100%;
}
@media screen and (max-width: 1439px) {
  .c-form__content__form__block__input input {
    border-radius: calc(10 / 1440 * 100vw);
    font-size: calc(16 / 1440 * 100vw);
    height: calc(84 / 1440 * 100vw);
    padding: 0 calc(20 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .c-form__content__form__block__input input {
    border-radius: calc(10 / 375 * 100vw);
    font-size: 16px;
    height: calc(70 / 375 * 100vw);
    padding: 0 calc(20 / 375 * 100vw);
  }
}
.c-form__content__form__block__input input::-moz-placeholder {
  color: rgba(26, 25, 25, 0.3);
}
.c-form__content__form__block__input input:-ms-input-placeholder {
  color: rgba(26, 25, 25, 0.3);
}
.c-form__content__form__block__input input::placeholder {
  color: rgba(26, 25, 25, 0.3);
}
.c-form__content__form__block__textarea textarea {
  background: var(--color-form);
  border-radius: 10px;
  font-size: 16px;
  height: 184px;
  padding: 20px;
  width: 100%;
}
@media screen and (max-width: 1439px) {
  .c-form__content__form__block__textarea textarea {
    border-radius: calc(10 / 1440 * 100vw);
    font-size: calc(16 / 1440 * 100vw);
    height: calc(184 / 1440 * 100vw);
    padding: calc(20 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .c-form__content__form__block__textarea textarea {
    border-radius: calc(10 / 375 * 100vw);
    font-size: 16px;
    height: calc(189 / 375 * 100vw);
    padding: calc(20 / 375 * 100vw);
  }
}
.c-form__content__form__block__textarea textarea::-moz-placeholder {
  color: rgba(26, 25, 25, 0.3);
}
.c-form__content__form__block__textarea textarea:-ms-input-placeholder {
  color: rgba(26, 25, 25, 0.3);
}
.c-form__content__form__block__textarea textarea::placeholder {
  color: rgba(26, 25, 25, 0.3);
}
.c-form__content__form__block + .c-form__content__form__block {
  margin-top: 20px;
}
@media screen and (max-width: 1439px) {
  .c-form__content__form__block + .c-form__content__form__block {
    margin-top: calc(20 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .c-form__content__form__block + .c-form__content__form__block {
    margin-top: calc(15 / 375 * 100vw);
  }
}
.c-form__content__form__buttonBox {
  margin-top: 50px;
}
@media screen and (max-width: 1439px) {
  .c-form__content__form__buttonBox {
    margin-top: calc(50 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .c-form__content__form__buttonBox {
    margin-top: calc(40 / 375 * 100vw);
  }
}
.c-form__content__form__buttonBox__button {
  text-align: center;
}
.c-form__content__form__buttonBox__button button {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
  align-items: center;
  background: var(--color-main2);
  border-radius: 40px;
  color: var(--color-white);
  cursor: pointer;
  display: inline-flex;
  font-family: "Zen Maru Gothic";
  font-size: 20px;
  font-weight: 500;
  font-weight: 500;
  height: 66px;
  justify-content: center;
          user-select: none;
  width: 272px;
}
@media screen and (max-width: 1439px) {
  .c-form__content__form__buttonBox__button button {
    border-radius: calc(40 / 1440 * 100vw);
    font-size: calc(20 / 1440 * 100vw);
    height: calc(66 / 1440 * 100vw);
    width: calc(272 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .c-form__content__form__buttonBox__button button {
    border-radius: calc(40 / 375 * 100vw);
    font-size: calc(20 / 375 * 100vw);
    height: calc(64 / 375 * 100vw);
    width: calc(232 / 375 * 100vw);
  }
}
.c-form__content__form__buttonBox__button button::after {
  background-image: url(../images/icon_arrow_button.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  display: block;
  height: 14px;
  margin-left: 15px;
  width: 10px;
}
@media screen and (max-width: 1439px) {
  .c-form__content__form__buttonBox__button button::after {
    height: calc(14 / 1440 * 100vw);
    margin-left: calc(15 / 1440 * 100vw);
    width: calc(10 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .c-form__content__form__buttonBox__button button::after {
    height: calc(14 / 375 * 100vw);
    margin-left: calc(15 / 375 * 100vw);
    width: calc(10 / 375 * 100vw);
  }
}
.c-form__content__form__buttonBox__back {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
  cursor: pointer;
  font-size: 13px;
  margin-top: 25px;
  text-align: center;
  text-decoration: underline;
          user-select: none;
}
@media screen and (max-width: 1439px) {
  .c-form__content__form__buttonBox__back {
    font-size: calc(13 / 1440 * 100vw);
    margin-top: calc(25 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .c-form__content__form__buttonBox__back {
    font-size: calc(13 / 375 * 100vw);
    margin-top: calc(25 / 375 * 100vw);
  }
}
.c-form__content__form__agree {
  margin-bottom: -10px;
  margin-top: 50px;
  text-align: center;
}
@media screen and (max-width: 1439px) {
  .c-form__content__form__agree {
    margin-bottom: calc(-10 / 1440 * 100vw);
    margin-top: calc(50 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .c-form__content__form__agree {
    margin-bottom: calc(-5 / 375 * 100vw);
    margin-top: calc(40 / 375 * 100vw);
  }
}
.c-form__content__form__agree input {
  display: none;
}
.c-form__content__form__agree input:checked + label::before {
  background-image: url(../images/icon_checkbox_checked.svg);
}
.c-form__content__form__agree label {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
  align-items: center;
  cursor: pointer;
  display: inline-flex;
  font-size: 13px;
          user-select: none;
}
@media screen and (max-width: 1439px) {
  .c-form__content__form__agree label {
    font-size: calc(13 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .c-form__content__form__agree label {
    font-size: calc(13 / 375 * 100vw);
  }
}
.c-form__content__form__agree label::before {
  background-image: url(../images/icon_checkbox.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  display: block;
  height: 17px;
  margin-right: 10px;
  transform: translateY(1px);
  width: 17px;
}
@media screen and (max-width: 1439px) {
  .c-form__content__form__agree label::before {
    height: calc(17 / 1440 * 100vw);
    margin-right: calc(10 / 1440 * 100vw);
    width: calc(17 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .c-form__content__form__agree label::before {
    height: calc(17 / 375 * 100vw);
    margin-right: calc(10 / 375 * 100vw);
    width: calc(17 / 375 * 100vw);
  }
}
.c-form__content__form__agree label a {
  text-decoration: underline;
}
@media screen and (max-width: 767px) {
  .c-form__content__form .step1 .c-form__content__form__block__titleBox__title {
    justify-content: center;
    text-align: center;
  }
}

.c-voice {
  background-color: var(--color-white);
  border-radius: 40px;
  display: flex;
  height: 455px;
  margin: 0 auto;
  padding: 60px;
  width: 960px;
}
@media screen and (max-width: 1439px) {
  .c-voice {
    border-radius: calc(40 / 1440 * 100vw);
    height: calc(455 / 1440 * 100vw);
    padding: calc(60 / 1440 * 100vw);
    width: calc(960 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .c-voice {
    border-radius: calc(20 / 375 * 100vw);
    display: block;
    height: calc(660 / 375 * 100vw);
    padding: calc(30 / 375 * 100vw) calc(20 / 375 * 100vw);
    width: calc(335 / 375 * 100vw);
  }
}
.c-voice__thumbnail {
  flex-shrink: 0;
  margin-right: 60px;
  width: 352px;
}
.c-voice__thumbnail img {
  height: auto;
  width: 100%;
}
@media screen and (max-width: 1439px) {
  .c-voice__thumbnail {
    margin-right: calc(60 / 1440 * 100vw);
    width: calc(352 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .c-voice__thumbnail {
    margin-right: calc(0 / 375 * 100vw);
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .c-voice__textBox {
    margin-top: calc(30 / 375 * 100vw);
  }
}
.c-voice__textBox__label {
  align-items: center;
  background-color: var(--color-bg);
  border-radius: 20px;
  color: var(--color-white);
  display: inline-flex;
  font-family: "Zen Maru Gothic";
  font-size: 16px;
  height: 29px;
  justify-content: center;
  margin-bottom: 20px;
  min-width: 197px;
  padding: 0 18px;
}
@media screen and (max-width: 1439px) {
  .c-voice__textBox__label {
    border-radius: calc(20 / 1440 * 100vw);
    font-size: calc(16 / 1440 * 100vw);
    height: calc(29 / 1440 * 100vw);
    margin-bottom: calc(20 / 1440 * 100vw);
    min-width: calc(197 / 1440 * 100vw);
    padding: 0 calc(18 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .c-voice__textBox__label {
    border-radius: calc(20 / 375 * 100vw);
    font-size: calc(15 / 375 * 100vw);
    height: calc(27 / 375 * 100vw);
    margin-bottom: calc(10 / 375 * 100vw);
    min-width: calc(0 / 375 * 100vw);
    padding: 0 calc(15 / 375 * 100vw);
  }
}
.c-voice__textBox__title {
  color: var(--color-main2);
  font-family: "Zen Maru Gothic";
  font-size: 24px;
  font-weight: 500;
  line-height: 34px;
}
@media screen and (max-width: 1439px) {
  .c-voice__textBox__title {
    font-size: calc(24 / 1440 * 100vw);
    line-height: calc(34 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .c-voice__textBox__title {
    font-size: calc(22 / 375 * 100vw);
    line-height: calc(32 / 375 * 100vw);
  }
}
.c-voice__textBox__name {
  font-size: 13px;
  font-weight: 600;
  margin-top: 20px;
}
@media screen and (max-width: 1439px) {
  .c-voice__textBox__name {
    font-size: calc(13 / 1440 * 100vw);
    margin-top: calc(20 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .c-voice__textBox__name {
    font-size: calc(13 / 375 * 100vw);
    margin-top: calc(15 / 375 * 100vw);
  }
}
.c-voice__textBox__text {
  font-size: 15px;
  line-height: 28px;
  margin-top: 15px;
}
@media screen and (max-width: 1439px) {
  .c-voice__textBox__text {
    font-size: calc(15 / 1440 * 100vw);
    line-height: calc(28 / 1440 * 100vw);
    margin-top: calc(15 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .c-voice__textBox__text {
    font-size: calc(15 / 375 * 100vw);
    line-height: calc(28 / 375 * 100vw);
    margin-top: calc(15 / 375 * 100vw);
  }
}

.c-specialist {
  width: 273px;
}
@media screen and (max-width: 1439px) {
  .c-specialist {
    width: calc(273 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .c-specialist {
    margin: 0 auto;
    width: calc(273 / 375 * 100vw);
  }
}
.c-specialist__thumbnail img {
  height: auto;
  width: 100%;
}
.c-specialist__textBox {
  margin-top: 25px;
}
@media screen and (max-width: 1439px) {
  .c-specialist__textBox {
    margin-top: calc(25 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .c-specialist__textBox {
    margin-top: calc(25 / 375 * 100vw);
  }
}
.c-specialist__textBox__title {
  color: var(--color-main2);
  font-family: "Zen Maru Gothic";
  font-size: 16px;
  font-weight: 500;
  white-space: nowrap;
}
@media screen and (max-width: 1439px) {
  .c-specialist__textBox__title {
    font-size: calc(16 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .c-specialist__textBox__title {
    font-size: calc(15 / 375 * 100vw);
  }
}
.c-specialist__textBox__text {
  font-size: 15px;
  line-height: 28px;
  margin-top: 10px;
}
@media screen and (max-width: 1439px) {
  .c-specialist__textBox__text {
    font-size: calc(15 / 1440 * 100vw);
    line-height: calc(28 / 1440 * 100vw);
    margin-top: calc(10 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .c-specialist__textBox__text {
    font-size: calc(15 / 375 * 100vw);
    line-height: calc(28 / 375 * 100vw);
    margin-top: calc(10 / 375 * 100vw);
  }
}

.c-caseStudy {
  background-color: var(--color-bg2);
  border-radius: 80px;
  height: 677px;
  margin: 0 auto;
  padding: 50px 60px;
  width: 1132px;
}
@media screen and (max-width: 1439px) {
  .c-caseStudy {
    border-radius: calc(80 / 1440 * 100vw);
    height: calc(677 / 1440 * 100vw);
    padding: calc(50 / 1440 * 100vw) calc(60 / 1440 * 100vw);
    width: calc(1132 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .c-caseStudy {
    border-radius: calc(40 / 375 * 100vw);
    height: calc(950 / 375 * 100vw);
    padding: calc(30 / 375 * 100vw) calc(20 / 375 * 100vw);
    width: 100%;
  }
}
.c-caseStudy__title {
  font-family: "Zen Maru Gothic";
  font-size: 30px;
  font-weight: 500;
  line-height: 38px;
  margin-bottom: 40px;
  text-align: center;
}
@media screen and (max-width: 1439px) {
  .c-caseStudy__title {
    font-size: calc(30 / 1440 * 100vw);
    line-height: calc(38 / 1440 * 100vw);
    margin-bottom: calc(40 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .c-caseStudy__title {
    font-size: calc(22 / 375 * 100vw);
    line-height: calc(32 / 375 * 100vw);
    margin-bottom: calc(20 / 375 * 100vw);
    text-align: left;
  }
}
.c-caseStudy__content {
  display: flex;
}
@media screen and (max-width: 767px) {
  .c-caseStudy__content {
    display: block;
  }
}
.c-caseStudy__content__thumbnailBox {
  flex-shrink: 0;
  margin-right: 45px;
  width: 475px;
}
@media screen and (max-width: 1439px) {
  .c-caseStudy__content__thumbnailBox {
    margin-right: calc(45 / 1440 * 100vw);
    width: calc(475 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .c-caseStudy__content__thumbnailBox {
    margin-right: calc(0 / 375 * 100vw);
    width: 100%;
  }
}
.c-caseStudy__content__thumbnailBox__main img {
  height: auto;
  width: 100%;
}
.c-caseStudy__content__thumbnailBox__sub {
  display: flex;
  justify-content: space-between;
  margin-top: 15px;
}
@media screen and (max-width: 1439px) {
  .c-caseStudy__content__thumbnailBox__sub {
    margin-top: calc(15 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .c-caseStudy__content__thumbnailBox__sub {
    margin-top: calc(10 / 375 * 100vw);
  }
}
.c-caseStudy__content__thumbnailBox__sub__image {
  cursor: pointer;
  width: 112px;
}
.c-caseStudy__content__thumbnailBox__sub__image img {
  height: auto;
  width: 100%;
}
@media screen and (max-width: 1439px) {
  .c-caseStudy__content__thumbnailBox__sub__image {
    width: calc(112 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .c-caseStudy__content__thumbnailBox__sub__image {
    width: calc(79 / 375 * 100vw);
  }
}
.c-caseStudy__content__textBox {
  width: 470px;
}
@media screen and (max-width: 1439px) {
  .c-caseStudy__content__textBox {
    width: calc(470 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .c-caseStudy__content__textBox {
    width: 100%;
  }
}
.c-caseStudy__content__textBox__data {
  display: flex;
}
@media screen and (max-width: 767px) {
  .c-caseStudy__content__textBox__data {
    display: block;
    margin-top: calc(25 / 375 * 100vw);
  }
}
.c-caseStudy__content__textBox__data > ul:first-child {
  flex-shrink: 0;
  width: 205px;
}
@media screen and (max-width: 1439px) {
  .c-caseStudy__content__textBox__data > ul:first-child {
    width: calc(205 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .c-caseStudy__content__textBox__data > ul:first-child {
    width: 100%;
  }
}
.c-caseStudy__content__textBox__data > ul > li:nth-child(2) dl dt {
  height: 41px;
}
@media screen and (max-width: 1439px) {
  .c-caseStudy__content__textBox__data > ul > li:nth-child(2) dl dt {
    height: calc(41 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .c-caseStudy__content__textBox__data > ul > li:nth-child(2) dl dt {
    height: calc(41 / 375 * 100vw);
  }
}
.c-caseStudy__content__textBox__data > ul > li + li {
  margin-top: 10px;
}
@media screen and (max-width: 1439px) {
  .c-caseStudy__content__textBox__data > ul > li + li {
    margin-top: calc(10 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .c-caseStudy__content__textBox__data > ul > li + li {
    margin-top: calc(10 / 375 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .c-caseStudy__content__textBox__data > ul + ul {
    margin-top: calc(10 / 375 * 100vw);
  }
}
.c-caseStudy__content__textBox__data dl {
  align-items: center;
  display: flex;
}
.c-caseStudy__content__textBox__data dl dt {
  align-items: center;
  background-color: var(--color-white);
  border-radius: 3px;
  color: var(--color-main2);
  display: flex;
  flex-shrink: 0;
  font-size: 13px;
  font-weight: 500;
  height: 25px;
  justify-content: center;
  letter-spacing: 0;
  line-height: 18px;
  margin-right: 10px;
  text-align: center;
  width: 97px;
}
@media screen and (max-width: 1439px) {
  .c-caseStudy__content__textBox__data dl dt {
    border-radius: calc(3 / 1440 * 100vw);
    font-size: calc(13 / 1440 * 100vw);
    height: calc(25 / 1440 * 100vw);
    line-height: calc(18 / 1440 * 100vw);
    margin-right: calc(10 / 1440 * 100vw);
    width: calc(97 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .c-caseStudy__content__textBox__data dl dt {
    border-radius: calc(3 / 375 * 100vw);
    font-size: calc(13 / 375 * 100vw);
    height: calc(25 / 375 * 100vw);
    line-height: calc(18 / 375 * 100vw);
    margin-right: calc(10 / 375 * 100vw);
    width: calc(97 / 375 * 100vw);
  }
}
.c-caseStudy__content__textBox__data dl dt span {
  display: block;
}
.c-caseStudy__content__textBox__data dl dt span.small {
  font-size: 11px;
  line-height: 18px;
}
@media screen and (max-width: 1439px) {
  .c-caseStudy__content__textBox__data dl dt span.small {
    font-size: calc(11 / 1440 * 100vw);
    line-height: calc(18 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .c-caseStudy__content__textBox__data dl dt span.small {
    font-size: calc(11 / 375 * 100vw);
    line-height: calc(18 / 375 * 100vw);
  }
}
.c-caseStudy__content__textBox__data dl dd {
  font-size: 14px;
  font-weight: 500;
}
@media screen and (max-width: 1439px) {
  .c-caseStudy__content__textBox__data dl dd {
    font-size: calc(14 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .c-caseStudy__content__textBox__data dl dd {
    font-size: calc(14 / 375 * 100vw);
  }
}
.c-caseStudy__content__textBox__data dl dd span {
  display: block;
  margin-top: 8px;
}
@media screen and (max-width: 1439px) {
  .c-caseStudy__content__textBox__data dl dd span {
    margin-top: calc(8 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .c-caseStudy__content__textBox__data dl dd span {
    margin-top: calc(8 / 375 * 100vw);
  }
}
.c-caseStudy__content__textBox__data dl dd span.small {
  font-size: 12px;
}
@media screen and (max-width: 1439px) {
  .c-caseStudy__content__textBox__data dl dd span.small {
    font-size: calc(12 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .c-caseStudy__content__textBox__data dl dd span.small {
    font-size: calc(12 / 375 * 100vw);
  }
}
.c-caseStudy__content__textBox__point {
  margin-top: 40px;
}
@media screen and (max-width: 1439px) {
  .c-caseStudy__content__textBox__point {
    margin-top: calc(40 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .c-caseStudy__content__textBox__point {
    margin-top: calc(25 / 375 * 100vw);
  }
}
.c-caseStudy__content__textBox__point__label {
  align-items: center;
  background-color: var(--color-main2);
  border-radius: 20px;
  color: var(--color-white);
  display: inline-flex;
  font-size: 13px;
  font-weight: 500;
  height: 25px;
  justify-content: center;
  margin-bottom: 10px;
  padding: 0 18px;
}
@media screen and (max-width: 1439px) {
  .c-caseStudy__content__textBox__point__label {
    border-radius: calc(20 / 1440 * 100vw);
    font-size: calc(13 / 1440 * 100vw);
    height: calc(25 / 1440 * 100vw);
    margin-bottom: calc(10 / 1440 * 100vw);
    padding: 0 calc(18 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .c-caseStudy__content__textBox__point__label {
    border-radius: calc(20 / 375 * 100vw);
    font-size: calc(13 / 375 * 100vw);
    height: calc(25 / 375 * 100vw);
    margin-bottom: calc(10 / 375 * 100vw);
    padding: 0 calc(18 / 375 * 100vw);
  }
}
.c-caseStudy__content__textBox__point__text {
  font-size: 15px;
  font-weight: 500;
  line-height: 28px;
}
@media screen and (max-width: 1439px) {
  .c-caseStudy__content__textBox__point__text {
    font-size: calc(15 / 1440 * 100vw);
    line-height: calc(28 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .c-caseStudy__content__textBox__point__text {
    font-size: calc(15 / 375 * 100vw);
    line-height: calc(25 / 375 * 100vw);
  }
}
.c-caseStudy__content__textBox__point + .c-caseStudy__content__textBox__point {
  margin-top: 35px;
}
@media screen and (max-width: 1439px) {
  .c-caseStudy__content__textBox__point + .c-caseStudy__content__textBox__point {
    margin-top: calc(35 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .c-caseStudy__content__textBox__point + .c-caseStudy__content__textBox__point {
    margin-top: calc(20 / 375 * 100vw);
  }
}

.p-mainVisual {
  height: 709px;
}
@media screen and (max-width: 1439px) {
  .p-mainVisual {
    height: calc(709 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-mainVisual {
    height: calc(576 / 375 * 100vw);
  }
}
.p-mainVisual .l-container {
  height: 100%;
  padding-left: 75px;
  padding-right: 0;
}
@media screen and (max-width: 1439px) {
  .p-mainVisual .l-container {
    padding-left: calc(75 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-mainVisual .l-container {
    padding-left: calc(16 / 375 * 100vw);
  }
}
.p-mainVisual__inner {
  align-items: center;
  display: flex;
  height: 100%;
  isolation: isolate;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-mainVisual__inner {
    align-items: flex-end;
  }
}
.p-mainVisual__inner::before {
  background-image: url(../images/mainvisual_bg.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 100px 0 0 100px;
  bottom: 0;
  content: "";
  content: "";
  display: block;
  left: 403px;
  position: absolute;
  right: calc(50% - 50vw);
  top: 0;
  z-index: -1;
}
@media screen and (max-width: 1439px) {
  .p-mainVisual__inner::before {
    border-radius: calc(100 / 1440 * 100vw) 0 0 calc(100 / 1440 * 100vw);
    left: calc(403 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-mainVisual__inner::before {
    border-radius: calc(30 / 375 * 100vw) 0 0 calc(30 / 375 * 100vw);
    bottom: auto;
    height: calc(250 / 375 * 100vw);
    left: calc(0 / 375 * 100vw);
    right: 0;
  }
}
.p-mainVisual__text {
  background-image: url(../images/mainvisual_text.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  display: block;
  height: 485px;
  overflow: hidden;
  text-indent: 150vw;
  white-space: nowrap;
  width: 730px;
}
@media screen and (max-width: 1439px) {
  .p-mainVisual__text {
    height: calc(485 / 1440 * 100vw);
    width: calc(730 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-mainVisual__text {
    background-image: url(../images/mainvisual_text_sp.svg);
    height: calc(341 / 375 * 100vw);
    width: calc(344 / 375 * 100vw);
  }
}

.p-header {
  height: 52px;
}
@media screen and (max-width: 1439px) {
  .p-header {
    height: calc(52 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-header {
    height: calc(59 / 375 * 100vw);
  }
}
.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 12px;
}
@media screen and (max-width: 1439px) {
  .p-header__inner {
    padding: 0 calc(12 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-header__inner {
    padding: 0 calc(12 / 375 * 100vw);
  }
}
.p-header__logo {
  width: 144px;
}
.p-header__logo img {
  height: auto;
  width: 100%;
}
@media screen and (max-width: 1439px) {
  .p-header__logo {
    width: calc(144 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-header__logo {
    width: calc(116 / 375 * 100vw);
  }
}
.p-header__logo a {
  pointer-events: none;
}

.p-footer {
  background-color: var(--color-bg2);
  height: 129px;
}
@media screen and (max-width: 1439px) {
  .p-footer {
    height: calc(129 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-footer {
    height: calc(129 / 375 * 100vw);
  }
}
.p-footer .l-container {
  height: 100%;
}
.p-footer__inner {
  align-items: center;
  display: flex;
  height: 100%;
  justify-content: center;
}
.p-footer__content__logo {
  margin: 0 auto;
  width: 144px;
}
.p-footer__content__logo img {
  height: auto;
  width: 100%;
}
@media screen and (max-width: 1439px) {
  .p-footer__content__logo {
    width: calc(144 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-footer__content__logo {
    width: calc(144 / 375 * 100vw);
  }
}
.p-footer__content__logo a {
  pointer-events: none;
}
.p-footer__content__nav {
  margin-top: 20px;
}
@media screen and (max-width: 1439px) {
  .p-footer__content__nav {
    margin-top: calc(20 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-footer__content__nav {
    margin-top: calc(20 / 375 * 100vw);
  }
}
.p-footer__content__nav > ul {
  align-items: center;
  display: flex;
  gap: 15px;
  justify-content: center;
}
@media screen and (max-width: 1439px) {
  .p-footer__content__nav > ul {
    gap: calc(15 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-footer__content__nav > ul {
    gap: calc(15 / 375 * 100vw);
  }
}
.p-footer__content__nav a {
  font-size: 13px;
}
@media screen and (max-width: 1439px) {
  .p-footer__content__nav a {
    font-size: calc(13 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-footer__content__nav a {
    font-size: calc(13 / 375 * 100vw);
  }
}

.p-thanks {
  min-height: calc(100dvh - 215px);
}
@media screen and (max-width: 1439px) {
  .p-thanks {
    min-height: calc(100dvh - (215 / 1440 * 100vw));
  }
}
@media screen and (max-width: 767px) {
  .p-thanks {
    min-height: calc(100dvh - (215 / 375 * 100vw));
  }
}
.p-thanks__inner {
  padding-bottom: 165px;
  padding-top: 145px;
}
@media screen and (max-width: 1439px) {
  .p-thanks__inner {
    padding-bottom: calc(165 / 1440 * 100vw);
    padding-top: calc(145 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-thanks__inner {
    padding-bottom: calc(165 / 375 * 100vw);
    padding-top: calc(145 / 375 * 100vw);
  }
}
.p-thanks__text {
  font-size: 15px;
  line-height: 28px;
  text-align: center;
}
@media screen and (max-width: 1439px) {
  .p-thanks__text {
    font-size: calc(15 / 1440 * 100vw);
    line-height: calc(28 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-thanks__text {
    font-size: calc(15 / 375 * 100vw);
    line-height: calc(28 / 375 * 100vw);
  }
}
.p-thanks__text + .p-thanks__title {
  margin-top: 20px;
}
@media screen and (max-width: 1439px) {
  .p-thanks__text + .p-thanks__title {
    margin-top: calc(20 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-thanks__text + .p-thanks__title {
    margin-top: calc(20 / 375 * 100vw);
  }
}
.p-thanks__text + .p-thanks__button {
  margin-top: 55px;
}
@media screen and (max-width: 1439px) {
  .p-thanks__text + .p-thanks__button {
    margin-top: calc(55 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-thanks__text + .p-thanks__button {
    margin-top: calc(55 / 375 * 100vw);
  }
}
.p-thanks__text + .p-thanks__notice {
  margin-top: 35px;
}
@media screen and (max-width: 1439px) {
  .p-thanks__text + .p-thanks__notice {
    margin-top: calc(35 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-thanks__text + .p-thanks__notice {
    margin-top: calc(35 / 375 * 100vw);
  }
}
.p-thanks__title {
  color: var(--color-main2);
  font-family: "Zen Maru Gothic";
  font-size: 30px;
  font-weight: 500;
  letter-spacing: -0.05em;
  text-align: center;
}
@media screen and (max-width: 1439px) {
  .p-thanks__title {
    font-size: calc(30 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-thanks__title {
    font-size: calc(30 / 375 * 100vw);
  }
}
.p-thanks__title + .p-thanks__text {
  margin-top: 45px;
}
@media screen and (max-width: 1439px) {
  .p-thanks__title + .p-thanks__text {
    margin-top: calc(45 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-thanks__title + .p-thanks__text {
    margin-top: calc(45 / 375 * 100vw);
  }
}
.p-thanks__button {
  margin: 0 auto;
  width: 256px;
}
.p-thanks__button img {
  height: auto;
  width: 100%;
}
@media screen and (max-width: 1439px) {
  .p-thanks__button {
    width: calc(256 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-thanks__button {
    width: calc(256 / 375 * 100vw);
  }
}
.p-thanks__button a {
  display: block;
}
.p-thanks__button + .p-thanks__text {
  margin-top: 55px;
}
@media screen and (max-width: 1439px) {
  .p-thanks__button + .p-thanks__text {
    margin-top: calc(55 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-thanks__button + .p-thanks__text {
    margin-top: calc(55 / 375 * 100vw);
  }
}
.p-thanks__notice {
  font-size: 12px;
  line-height: 20px;
  text-align: center;
}
@media screen and (max-width: 1439px) {
  .p-thanks__notice {
    font-size: calc(12 / 1440 * 100vw);
    line-height: calc(20 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-thanks__notice {
    font-size: calc(12 / 375 * 100vw);
    line-height: calc(20 / 375 * 100vw);
  }
}

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

.p-cta {
  margin-top: -33px;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 1439px) {
  .p-cta {
    margin-top: calc(-33 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-cta {
    margin-top: calc(40 / 375 * 100vw);
  }
}
.p-cta__content {
  background: var(--color-white);
  border-radius: 30px;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.07);
  margin: 0 auto;
  padding-bottom: 40px;
  padding-top: 50px;
  width: 932px;
}
@media screen and (max-width: 1439px) {
  .p-cta__content {
    border-radius: calc(30 / 1440 * 100vw);
    box-shadow: calc(0 / 1440 * 100vw) calc(0 / 1440 * 100vw) calc(10 / 1440 * 100vw) rgba(0, 0, 0, 0.07);
    padding-bottom: calc(40 / 1440 * 100vw);
    padding-top: calc(50 / 1440 * 100vw);
    width: calc(932 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-cta__content {
    border-radius: calc(20 / 375 * 100vw);
    box-shadow: calc(0 / 375 * 100vw) calc(0 / 375 * 100vw) calc(10 / 375 * 100vw) rgba(0, 0, 0, 0.07);
    display: block;
    padding-bottom: calc(25 / 375 * 100vw);
    padding-top: calc(30 / 375 * 100vw);
    width: calc(311 / 375 * 100vw);
  }
}
.p-cta__content__text {
  font-family: "Zen Maru Gothic";
  font-size: 26px;
  font-weight: 500;
  letter-spacing: -0.05em;
  line-height: 36px;
  margin-bottom: 35px;
  text-align: center;
}
@media screen and (max-width: 1439px) {
  .p-cta__content__text {
    font-size: calc(26 / 1440 * 100vw);
    line-height: calc(36 / 1440 * 100vw);
    margin-bottom: calc(35 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-cta__content__text {
    display: none;
    font-size: calc(20 / 375 * 100vw);
    line-height: calc(30 / 375 * 100vw);
    margin-bottom: calc(25 / 375 * 100vw);
    text-align: center;
  }
}
.p-cta__content__buttonList {
  align-items: center;
  display: flex;
  gap: 10px;
  justify-content: center;
}
@media screen and (max-width: 1439px) {
  .p-cta__content__buttonList {
    gap: calc(10 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-cta__content__buttonList {
    display: block;
    gap: calc(0 / 375 * 100vw);
  }
}
.p-cta__content__buttonList__button__wrapper__text {
  font-family: "Zen Maru Gothic";
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 0;
  margin-bottom: 15px;
  text-align: center;
}
@media screen and (max-width: 1439px) {
  .p-cta__content__buttonList__button__wrapper__text {
    font-size: calc(18 / 1440 * 100vw);
    margin-bottom: calc(15 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-cta__content__buttonList__button__wrapper__text {
    font-size: calc(16 / 375 * 100vw);
    margin-bottom: calc(15 / 375 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-cta__content__buttonList__button__wrapper + .p-cta__content__buttonList__button__wrapper {
    margin-top: calc(20 / 375 * 100vw);
  }
}
.p-cta__content__buttonList__button a {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
  align-items: center;
  background: var(--color-main2);
  border: 3px solid var(--color-white);
  border-radius: 50px;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.07);
  color: var(--color-white);
  cursor: pointer;
  display: flex;
  font-family: "Zen Maru Gothic";
  font-size: 22px;
  font-weight: 500;
  height: 75px;
  justify-content: center;
  padding-left: 5px;
          user-select: none;
  width: 303px;
}
@media screen and (max-width: 1439px) {
  .p-cta__content__buttonList__button a {
    border: calc(3 / 1440 * 100vw) solid var(--color-white);
    border-radius: calc(50 / 1440 * 100vw);
    box-shadow: 0px 0px calc(10 / 1440 * 100vw) rgba(0, 0, 0, 0.07);
    font-size: calc(22 / 1440 * 100vw);
    height: calc(75 / 1440 * 100vw);
    padding-left: calc(5 / 1440 * 100vw);
    width: calc(303 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-cta__content__buttonList__button a {
    border: calc(3 / 375 * 100vw) solid var(--color-white);
    border-radius: calc(50 / 375 * 100vw);
    box-shadow: 0px 0px calc(10 / 375 * 100vw) rgba(0, 0, 0, 0.07);
    font-size: calc(20 / 375 * 100vw);
    height: calc(68 / 375 * 100vw);
    margin: 0 auto;
    padding-left: calc(1 / 375 * 100vw);
    width: calc(274 / 375 * 100vw);
  }
}
.p-cta__content__buttonList__button a::after {
  background-image: url(../images/icon_arrow_button.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  display: block;
  height: 16px;
  margin-left: 13px;
  width: 11px;
}
@media screen and (max-width: 1439px) {
  .p-cta__content__buttonList__button a::after {
    height: calc(16 / 1440 * 100vw);
    margin-left: calc(13 / 1440 * 100vw);
    width: calc(11 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-cta__content__buttonList__button a::after {
    height: calc(14 / 375 * 100vw);
    margin-left: calc(12 / 375 * 100vw);
    width: calc(10 / 375 * 100vw);
  }
}
.p-cta__content__buttonList__button a span.label {
  align-items: center;
  background-color: var(--color-white);
  border-radius: 3px;
  color: var(--color-black);
  display: flex;
  font-size: 16px;
  height: 23px;
  justify-content: center;
  margin-right: 8px;
  padding-bottom: 1px;
  padding-left: 1px;
  transform: translateY(1px);
  width: 43px;
}
@media screen and (max-width: 1439px) {
  .p-cta__content__buttonList__button a span.label {
    border-radius: calc(3 / 1440 * 100vw);
    font-size: calc(16 / 1440 * 100vw);
    height: calc(23 / 1440 * 100vw);
    margin-right: calc(8 / 1440 * 100vw);
    width: calc(43 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-cta__content__buttonList__button a span.label {
    border-radius: calc(3 / 375 * 100vw);
    font-size: calc(15 / 375 * 100vw);
    height: calc(20 / 375 * 100vw);
    margin-right: calc(9 / 375 * 100vw);
    width: calc(37 / 375 * 100vw);
  }
}
.p-cta__content__buttonList__button--black a {
  background: var(--color-main);
  padding-left: 0;
}
@media screen and (max-width: 767px) {
  .p-cta__content__buttonList__button--black a {
    padding-left: calc(1 / 375 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-cta__content__buttonList__button + .p-cta__content__buttonList__button {
    margin-top: calc(10 / 375 * 100vw);
  }
}
.p-cta__content__telBox {
  margin-top: 40px;
}
@media screen and (max-width: 1439px) {
  .p-cta__content__telBox {
    margin-top: calc(40 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-cta__content__telBox {
    margin-top: calc(25 / 375 * 100vw);
  }
}
.p-cta__content__telBox__text {
  font-family: "Zen Maru Gothic";
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 24px;
  text-align: center;
}
@media screen and (max-width: 1439px) {
  .p-cta__content__telBox__text {
    font-size: calc(16 / 1440 * 100vw);
    line-height: calc(24 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-cta__content__telBox__text {
    font-size: calc(16 / 375 * 100vw);
    line-height: calc(24 / 375 * 100vw);
  }
}
.p-cta__content__telBox__number {
  font-family: "Jost";
  font-size: 23px;
  font-weight: 500;
  font-weight: 500;
  margin-top: 15px;
  text-align: center;
}
@media screen and (max-width: 1439px) {
  .p-cta__content__telBox__number {
    font-size: calc(23 / 1440 * 100vw);
    margin-top: calc(15 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-cta__content__telBox__number {
    font-size: calc(28 / 375 * 100vw);
    margin-top: calc(15 / 375 * 100vw);
  }
}
.p-cta__content__telBox__number a {
  pointer-events: none;
}
@media screen and (max-width: 767px) {
  .p-cta__content__telBox__number a {
    pointer-events: auto;
  }
}
.p-cta__content__telBox__open {
  font-size: 12px;
  line-height: 28px;
  text-align: center;
}
@media screen and (max-width: 1439px) {
  .p-cta__content__telBox__open {
    font-size: calc(12 / 1440 * 100vw);
    line-height: calc(28 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-cta__content__telBox__open {
    font-size: calc(12 / 375 * 100vw);
    line-height: calc(28 / 375 * 100vw);
  }
}
.p-cta__content__telBox__open span.number {
  font-family: "Jost";
  font-weight: 500;
}
.p-cta--2 {
  margin-top: -100px;
}
@media screen and (max-width: 1439px) {
  .p-cta--2 {
    margin-top: calc(-100 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-cta--2 {
    margin-top: calc(-80 / 375 * 100vw);
  }
}

.p-form__inner {
  padding: 100px 0;
}
@media screen and (max-width: 1439px) {
  .p-form__inner {
    padding: calc(100 / 1440 * 100vw) 0;
  }
}
@media screen and (max-width: 767px) {
  .p-form__inner {
    padding: calc(60 / 375 * 100vw) 0 calc(50 / 375 * 100vw);
  }
}
.p-form__titleBox {
  margin-bottom: 55px;
}
.p-form__titleBox__titleEn {
  color: var(--color-main2);
  font-family: "Jost";
  font-size: 24px;
  font-weight: 500;
  margin-bottom: 20px;
  text-align: center;
}
@media screen and (max-width: 1439px) {
  .p-form__titleBox__titleEn {
    font-size: calc(24 / 1440 * 100vw);
    margin-bottom: calc(20 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-form__titleBox__titleEn {
    font-size: calc(18 / 375 * 100vw);
    margin-bottom: calc(10 / 375 * 100vw);
  }
}
.p-form__titleBox__titleJa {
  font-family: "Zen Maru Gothic";
  font-size: 38px;
  font-weight: 500;
  text-align: center;
}
@media screen and (max-width: 1439px) {
  .p-form__titleBox__titleJa {
    font-size: calc(38 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-form__titleBox__titleJa {
    font-size: calc(26 / 375 * 100vw);
    line-height: calc(35 / 375 * 100vw);
  }
}
@media screen and (max-width: 1439px) {
  .p-form__titleBox {
    margin-bottom: calc(55 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-form__titleBox {
    margin-bottom: calc(25 / 375 * 100vw);
  }
}
.p-form__content {
  margin: 0 auto;
  width: 838px;
}
@media screen and (max-width: 1439px) {
  .p-form__content {
    width: calc(838 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-form__content {
    width: 100%;
  }
}

.p-qanda {
  background-color: var(--color-bg2);
  border-radius: 100px;
}
@media screen and (max-width: 1439px) {
  .p-qanda {
    border-radius: calc(100 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-qanda {
    border-radius: calc(40 / 375 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-qanda .l-container {
    padding: 0 calc(20 / 375 * 100vw);
  }
}
.p-qanda__inner {
  padding: 100px 0;
  position: relative;
}
@media screen and (max-width: 1439px) {
  .p-qanda__inner {
    padding: calc(100 / 1440 * 100vw) 0;
  }
}
@media screen and (max-width: 767px) {
  .p-qanda__inner {
    padding: calc(50 / 375 * 100vw) 0 calc(115 / 375 * 100vw);
  }
}
.p-qanda__inner::after {
  background-image: url(../images/qanda_illust.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  display: block;
  height: 145px;
  left: 74px;
  position: absolute;
  top: 63px;
  width: 182px;
}
@media screen and (max-width: 1439px) {
  .p-qanda__inner::after {
    height: calc(145 / 1440 * 100vw);
    left: calc(74 / 1440 * 100vw);
    top: calc(63 / 1440 * 100vw);
    width: calc(182 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-qanda__inner::after {
    bottom: calc(-20 / 375 * 100vw);
    height: calc(101 / 375 * 100vw);
    left: calc(26 / 375 * 100vw);
    top: auto;
    width: calc(127 / 375 * 100vw);
  }
}
.p-qanda__titleBox {
  margin-bottom: 85px;
}
.p-qanda__titleBox__titleEn {
  color: var(--color-main2);
  font-family: "Jost";
  font-size: 24px;
  font-weight: 500;
  margin-bottom: 20px;
  text-align: center;
}
@media screen and (max-width: 1439px) {
  .p-qanda__titleBox__titleEn {
    font-size: calc(24 / 1440 * 100vw);
    margin-bottom: calc(20 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-qanda__titleBox__titleEn {
    font-size: calc(18 / 375 * 100vw);
    margin-bottom: calc(10 / 375 * 100vw);
  }
}
.p-qanda__titleBox__titleJa {
  font-family: "Zen Maru Gothic";
  font-size: 38px;
  font-weight: 500;
  text-align: center;
}
@media screen and (max-width: 1439px) {
  .p-qanda__titleBox__titleJa {
    font-size: calc(38 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-qanda__titleBox__titleJa {
    font-size: calc(26 / 375 * 100vw);
    line-height: calc(35 / 375 * 100vw);
  }
}
@media screen and (max-width: 1439px) {
  .p-qanda__titleBox {
    margin-bottom: calc(85 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-qanda__titleBox {
    margin-bottom: calc(35 / 375 * 100vw);
  }
}
.p-qanda__list > ul > li + li {
  margin-top: 20px;
}
@media screen and (max-width: 1439px) {
  .p-qanda__list > ul > li + li {
    margin-top: calc(20 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-qanda__list > ul > li + li {
    margin-top: calc(16 / 375 * 100vw);
  }
}
.p-qanda__list__box {
  background-color: var(--color-white);
  border-radius: 20px;
  cursor: pointer;
  padding: 22px 30px;
}
@media screen and (max-width: 1439px) {
  .p-qanda__list__box {
    border-radius: calc(20 / 1440 * 100vw);
    padding: calc(22 / 1440 * 100vw) calc(30 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-qanda__list__box {
    border-radius: calc(10 / 375 * 100vw);
    padding: calc(20 / 375 * 100vw) calc(20 / 375 * 100vw);
  }
}
.p-qanda__list__box__q__inner {
  display: flex;
  padding-right: 54px;
  position: relative;
}
@media screen and (max-width: 1439px) {
  .p-qanda__list__box__q__inner {
    padding-right: calc(54 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-qanda__list__box__q__inner {
    align-items: center;
    padding-right: calc(37 / 375 * 100vw);
  }
}
.p-qanda__list__box__q__inner::after {
  background-image: url(../images/icon_plus.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  display: block;
  height: 24px;
  position: absolute;
  right: 0;
  top: 11px;
  width: 24px;
}
@media screen and (max-width: 1439px) {
  .p-qanda__list__box__q__inner::after {
    height: calc(24 / 1440 * 100vw);
    top: calc(11 / 1440 * 100vw);
    width: calc(24 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-qanda__list__box__q__inner::after {
    bottom: 0;
    height: calc(16 / 375 * 100vw);
    margin: auto 0;
    top: calc(0 / 375 * 100vw);
    width: calc(16 / 375 * 100vw);
  }
}
.p-qanda__list__box__q__icon {
  align-items: center;
  background: var(--color-black);
  border-radius: 50%;
  color: var(--color-white);
  display: flex;
  flex-shrink: 0;
  font-family: "Jost";
  font-size: 24px;
  font-weight: 500;
  height: 46px;
  justify-content: center;
  margin-right: 22px;
  width: 46px;
}
@media screen and (max-width: 1439px) {
  .p-qanda__list__box__q__icon {
    font-size: calc(24 / 1440 * 100vw);
    height: calc(46 / 1440 * 100vw);
    margin-right: calc(22 / 1440 * 100vw);
    width: calc(46 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-qanda__list__box__q__icon {
    font-size: calc(19 / 375 * 100vw);
    height: calc(37 / 375 * 100vw);
    margin-right: calc(20 / 375 * 100vw);
    width: calc(37 / 375 * 100vw);
  }
}
.p-qanda__list__box__q__text {
  color: var(--color-main2);
  font-family: "Zen Maru Gothic";
  font-size: 26px;
  font-weight: 500;
  line-height: 36px;
  transform: translateY(4px);
}
@media screen and (max-width: 1439px) {
  .p-qanda__list__box__q__text {
    font-size: calc(26 / 1440 * 100vw);
    line-height: calc(36 / 1440 * 100vw);
    transform: translateY(calc(4 / 1440 * 100vw));
  }
}
@media screen and (max-width: 767px) {
  .p-qanda__list__box__q__text {
    font-size: calc(20 / 375 * 100vw);
    line-height: calc(30 / 375 * 100vw);
    transform: translateY(calc(0 / 375 * 100vw));
  }
}
.p-qanda__list__box__a {
  display: none;
  margin-top: 20px;
}
@media screen and (max-width: 1439px) {
  .p-qanda__list__box__a {
    margin-top: calc(20 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-qanda__list__box__a {
    margin-top: calc(15 / 375 * 100vw);
  }
}
.p-qanda__list__box__a__inner {
  display: flex;
  padding-bottom: 15px;
  padding-right: 54px;
}
@media screen and (max-width: 1439px) {
  .p-qanda__list__box__a__inner {
    padding-bottom: calc(15 / 1440 * 100vw);
    padding-right: calc(54 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-qanda__list__box__a__inner {
    padding-bottom: calc(15 / 375 * 100vw);
    padding-right: calc(0 / 375 * 100vw);
  }
}
.p-qanda__list__box__a__icon {
  align-items: center;
  background: var(--color-main2);
  border-radius: 50%;
  color: var(--color-white);
  display: flex;
  flex-shrink: 0;
  font-family: "Jost";
  font-size: 24px;
  font-weight: 500;
  height: 46px;
  justify-content: center;
  margin-right: 22px;
  visibility: hidden;
  width: 46px;
}
@media screen and (max-width: 1439px) {
  .p-qanda__list__box__a__icon {
    font-size: calc(24 / 1440 * 100vw);
    height: calc(46 / 1440 * 100vw);
    margin-right: calc(22 / 1440 * 100vw);
    width: calc(46 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-qanda__list__box__a__icon {
    display: none;
    font-size: calc(19 / 375 * 100vw);
    height: calc(37 / 375 * 100vw);
    margin-right: calc(20 / 375 * 100vw);
    width: calc(37 / 375 * 100vw);
  }
}
.p-qanda__list__box__a__text {
  font-size: 15px;
  line-height: 28px;
  transform: translateY(8px);
}
@media screen and (max-width: 1439px) {
  .p-qanda__list__box__a__text {
    font-size: calc(15 / 1440 * 100vw);
    line-height: calc(28 / 1440 * 100vw);
    transform: translateY(calc(8 / 1440 * 100vw));
  }
}
@media screen and (max-width: 767px) {
  .p-qanda__list__box__a__text {
    font-size: calc(15 / 375 * 100vw);
    line-height: calc(28 / 375 * 100vw);
    transform: translateY(calc(0 / 375 * 100vw));
  }
}
.p-qanda__list__box.is-open .p-qanda__list__box__q__inner::after {
  background-image: url(../images/icon_minus.svg);
}

.p-cta2 {
  margin-top: -100px;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 1439px) {
  .p-cta2 {
    margin-top: calc(-100 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-cta2 {
    margin-top: calc(-80 / 375 * 100vw);
  }
}
.p-cta2__content {
  background: var(--color-white);
  border-radius: 30px;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.07);
  margin: 0 auto;
  padding: 75px 0;
  position: relative;
}
@media screen and (max-width: 1439px) {
  .p-cta2__content {
    border-radius: calc(30 / 1440 * 100vw);
    box-shadow: calc(0 / 1440 * 100vw) calc(0 / 1440 * 100vw) calc(10 / 1440 * 100vw) rgba(0, 0, 0, 0.07);
    padding: calc(75 / 1440 * 100vw) 0;
  }
}
@media screen and (max-width: 767px) {
  .p-cta2__content {
    border-radius: calc(20 / 375 * 100vw);
    box-shadow: calc(0 / 375 * 100vw) calc(0 / 375 * 100vw) calc(10 / 375 * 100vw) rgba(0, 0, 0, 0.07);
    padding: calc(25 / 375 * 100vw) 0 calc(30 / 375 * 100vw);
    width: calc(311 / 375 * 100vw);
  }
}
.p-cta2__content::before, .p-cta2__content::after {
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  bottom: 0;
  content: "";
  display: block;
  height: 180px;
  margin: auto 0;
  position: absolute;
  top: 0;
  width: 180px;
}
@media screen and (max-width: 1439px) {
  .p-cta2__content::before, .p-cta2__content::after {
    height: calc(180 / 1440 * 100vw);
    width: calc(180 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-cta2__content::before, .p-cta2__content::after {
    display: none;
    height: calc(180 / 375 * 100vw);
    width: calc(180 / 375 * 100vw);
  }
}
.p-cta2__content::before {
  background-image: url(../images/cta2_illust_before.svg);
  left: 58px;
}
@media screen and (max-width: 1439px) {
  .p-cta2__content::before {
    left: calc(58 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-cta2__content::before {
    left: calc(58 / 375 * 100vw);
  }
}
.p-cta2__content::after {
  background-image: url(../images/cta2_illust_after.svg);
  right: 58px;
}
@media screen and (max-width: 1439px) {
  .p-cta2__content::after {
    right: calc(58 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-cta2__content::after {
    right: calc(58 / 375 * 100vw);
  }
}
.p-cta2__content__text {
  font-family: "Zen Maru Gothic";
  font-size: 28px;
  font-weight: 500;
  letter-spacing: -0.05em;
  line-height: 36px;
  margin-bottom: 40px;
  text-align: center;
}
@media screen and (max-width: 1439px) {
  .p-cta2__content__text {
    font-size: calc(28 / 1440 * 100vw);
    line-height: calc(36 / 1440 * 100vw);
    margin-bottom: calc(40 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-cta2__content__text {
    font-size: calc(20 / 375 * 100vw);
    line-height: calc(30 / 375 * 100vw);
    margin-bottom: calc(25 / 375 * 100vw);
  }
}
.p-cta2__content__buttonList {
  align-items: center;
  display: flex;
  gap: 10px;
  justify-content: center;
}
@media screen and (max-width: 1439px) {
  .p-cta2__content__buttonList {
    gap: calc(10 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-cta2__content__buttonList {
    display: block;
    gap: calc(0 / 375 * 100vw);
  }
}
.p-cta2__content__buttonList__button a {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
  align-items: center;
  background: var(--color-main2);
  border: 3px solid var(--color-white);
  border-radius: 50px;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.07);
  color: var(--color-white);
  cursor: pointer;
  display: flex;
  font-family: "Zen Maru Gothic";
  font-size: 22px;
  font-weight: 500;
  height: 75px;
  justify-content: center;
  padding-left: 5px;
          user-select: none;
  width: 271px;
}
@media screen and (max-width: 1439px) {
  .p-cta2__content__buttonList__button a {
    border: calc(3 / 1440 * 100vw) solid var(--color-white);
    border-radius: calc(50 / 1440 * 100vw);
    box-shadow: 0px 0px calc(10 / 1440 * 100vw) rgba(0, 0, 0, 0.07);
    font-size: calc(22 / 1440 * 100vw);
    height: calc(75 / 1440 * 100vw);
    padding-left: calc(5 / 1440 * 100vw);
    width: calc(271 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-cta2__content__buttonList__button a {
    border: calc(3 / 375 * 100vw) solid var(--color-white);
    border-radius: calc(50 / 375 * 100vw);
    box-shadow: 0px 0px calc(10 / 375 * 100vw) rgba(0, 0, 0, 0.07);
    font-size: calc(20 / 375 * 100vw);
    height: calc(68 / 375 * 100vw);
    margin: 0 auto;
    padding-left: calc(1 / 375 * 100vw);
    width: calc(244 / 375 * 100vw);
  }
}
.p-cta2__content__buttonList__button a::after {
  background-image: url(../images/icon_arrow_button.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  display: block;
  height: 16px;
  margin-left: 13px;
  width: 11px;
}
@media screen and (max-width: 1439px) {
  .p-cta2__content__buttonList__button a::after {
    height: calc(16 / 1440 * 100vw);
    margin-left: calc(13 / 1440 * 100vw);
    width: calc(11 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-cta2__content__buttonList__button a::after {
    height: calc(14 / 375 * 100vw);
    margin-left: calc(12 / 375 * 100vw);
    width: calc(10 / 375 * 100vw);
  }
}
.p-cta2__content__buttonList__button a span.label {
  align-items: center;
  background-color: var(--color-white);
  border-radius: 3px;
  color: var(--color-black);
  display: flex;
  font-size: 16px;
  height: 23px;
  justify-content: center;
  margin-right: 8px;
  padding-bottom: 1px;
  padding-left: 1px;
  transform: translateY(1px);
  width: 43px;
}
@media screen and (max-width: 1439px) {
  .p-cta2__content__buttonList__button a span.label {
    border-radius: calc(3 / 1440 * 100vw);
    font-size: calc(16 / 1440 * 100vw);
    height: calc(23 / 1440 * 100vw);
    margin-right: calc(8 / 1440 * 100vw);
    width: calc(43 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-cta2__content__buttonList__button a span.label {
    border-radius: calc(3 / 375 * 100vw);
    font-size: calc(15 / 375 * 100vw);
    height: calc(20 / 375 * 100vw);
    margin-right: calc(9 / 375 * 100vw);
    width: calc(37 / 375 * 100vw);
  }
}
.p-cta2__content__buttonList__button--black a {
  background: var(--color-main);
  padding-left: 0;
}
@media screen and (max-width: 767px) {
  .p-cta2__content__buttonList__button--black a {
    padding-left: calc(1 / 375 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-cta2__content__buttonList__button + .p-cta2__content__buttonList__button {
    margin-top: calc(10 / 375 * 100vw);
  }
}

.p-caseStudy {
  overflow: hidden;
}
.p-caseStudy .l-container {
  padding-left: 132px;
  padding-right: 132px;
}
@media screen and (max-width: 1439px) {
  .p-caseStudy .l-container {
    padding-left: calc(132 / 1440 * 100vw);
    padding-right: calc(132 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-caseStudy .l-container {
    padding-left: calc(0 / 375 * 100vw);
    padding-right: calc(0 / 375 * 100vw);
  }
}
.p-caseStudy__inner {
  padding: 100px 0;
}
@media screen and (max-width: 1439px) {
  .p-caseStudy__inner {
    padding: calc(100 / 1440 * 100vw) 0;
  }
}
@media screen and (max-width: 767px) {
  .p-caseStudy__inner {
    padding: calc(50 / 375 * 100vw) 0;
  }
}
.p-caseStudy__titleBox {
  margin-bottom: 75px;
}
.p-caseStudy__titleBox__titleEn {
  color: var(--color-main2);
  font-family: "Jost";
  font-size: 24px;
  font-weight: 500;
  margin-bottom: 20px;
  text-align: center;
}
@media screen and (max-width: 1439px) {
  .p-caseStudy__titleBox__titleEn {
    font-size: calc(24 / 1440 * 100vw);
    margin-bottom: calc(20 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-caseStudy__titleBox__titleEn {
    font-size: calc(18 / 375 * 100vw);
    margin-bottom: calc(10 / 375 * 100vw);
  }
}
.p-caseStudy__titleBox__titleJa {
  font-family: "Zen Maru Gothic";
  font-size: 38px;
  font-weight: 500;
  text-align: center;
}
@media screen and (max-width: 1439px) {
  .p-caseStudy__titleBox__titleJa {
    font-size: calc(38 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-caseStudy__titleBox__titleJa {
    font-size: calc(26 / 375 * 100vw);
    line-height: calc(35 / 375 * 100vw);
  }
}
@media screen and (max-width: 1439px) {
  .p-caseStudy__titleBox {
    margin-bottom: calc(75 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-caseStudy__titleBox {
    margin-bottom: calc(35 / 375 * 100vw);
  }
}
.p-caseStudy__swiper {
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .p-caseStudy__swiper {
    overflow: visible;
  }
}
@media screen and (max-width: 767px) {
  .p-caseStudy__swiper .swiper-container {
    padding-bottom: calc(54 / 375 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-caseStudy__swiper .swiper-button-prev,
.p-caseStudy__swiper .swiper-button-next {
    bottom: calc(2 / 375 * 100vw);
    height: auto;
    top: auto;
  }
}
@media screen and (max-width: 767px) {
  .p-caseStudy__swiper .swiper-button-prev {
    left: calc(50 / 375 * 100vw) !important;
  }
}
@media screen and (max-width: 767px) {
  .p-caseStudy__swiper .swiper-button-next {
    right: calc(50 / 375 * 100vw) !important;
  }
}
.p-caseStudy__swiper .swiper-pagination-bullets {
  bottom: 50px !important;
}
@media screen and (max-width: 1439px) {
  .p-caseStudy__swiper .swiper-pagination-bullets {
    bottom: calc(50 / 1440 * 100vw) !important;
  }
}
@media screen and (max-width: 767px) {
  .p-caseStudy__swiper .swiper-pagination-bullets {
    bottom: calc(11 / 375 * 100vw) !important;
  }
}
.p-caseStudy + .p-worry {
  margin-top: -100px;
}
@media screen and (max-width: 1439px) {
  .p-caseStudy + .p-worry {
    margin-top: calc(-100 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-caseStudy + .p-worry {
    margin-top: calc(-50 / 375 * 100vw);
  }
}

.p-worry__inner {
  padding: 100px 0;
}
@media screen and (max-width: 1439px) {
  .p-worry__inner {
    padding: calc(100 / 1440 * 100vw) 0;
  }
}
@media screen and (max-width: 767px) {
  .p-worry__inner {
    padding: calc(50 / 375 * 100vw) 0;
  }
}
.p-worry__titleBox {
  margin-bottom: 55px;
}
.p-worry__titleBox__titleEn {
  color: var(--color-main2);
  font-family: "Jost";
  font-size: 24px;
  font-weight: 500;
  margin-bottom: 20px;
  text-align: center;
}
@media screen and (max-width: 1439px) {
  .p-worry__titleBox__titleEn {
    font-size: calc(24 / 1440 * 100vw);
    margin-bottom: calc(20 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-worry__titleBox__titleEn {
    font-size: calc(18 / 375 * 100vw);
    margin-bottom: calc(10 / 375 * 100vw);
  }
}
.p-worry__titleBox__titleJa {
  font-family: "Zen Maru Gothic";
  font-size: 38px;
  font-weight: 500;
  text-align: center;
}
@media screen and (max-width: 1439px) {
  .p-worry__titleBox__titleJa {
    font-size: calc(38 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-worry__titleBox__titleJa {
    font-size: calc(26 / 375 * 100vw);
    line-height: calc(35 / 375 * 100vw);
  }
}
@media screen and (max-width: 1439px) {
  .p-worry__titleBox {
    margin-bottom: calc(55 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-worry__titleBox {
    margin-bottom: calc(35 / 375 * 100vw);
  }
}
.p-worry__list {
  background-image: url(../images/worry_illust.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  display: block;
  height: 264px;
  margin: 0 auto;
  position: relative;
  width: 1017px;
}
@media screen and (max-width: 1439px) {
  .p-worry__list {
    height: calc(264 / 1440 * 100vw);
    width: calc(1017 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-worry__list {
    background-image: url(../images/worry_illust_sp.svg);
    height: calc(583 / 375 * 100vw);
    padding-top: calc(35 / 375 * 100vw);
    width: calc(311 / 375 * 100vw);
  }
}
.p-worry__list > ul > li {
  font-size: 14px;
  font-weight: 500;
  line-height: 22px;
  position: absolute;
  text-align: center;
}
@media screen and (max-width: 1439px) {
  .p-worry__list > ul > li {
    font-size: calc(14 / 1440 * 100vw);
    line-height: calc(22 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-worry__list > ul > li {
    font-size: calc(14 / 375 * 100vw);
    line-height: calc(22 / 375 * 100vw);
    position: static;
  }
}
.p-worry__list > ul > li:nth-child(1) {
  left: 46px;
  top: 10px;
}
@media screen and (max-width: 1439px) {
  .p-worry__list > ul > li:nth-child(1) {
    left: calc(46 / 1440 * 100vw);
    top: calc(10 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-worry__list > ul > li:nth-child(1) {
    left: calc(46 / 375 * 100vw);
    top: calc(10 / 375 * 100vw);
  }
}
.p-worry__list > ul > li:nth-child(2) {
  left: 785px;
  top: 10px;
}
@media screen and (max-width: 1439px) {
  .p-worry__list > ul > li:nth-child(2) {
    left: calc(785 / 1440 * 100vw);
    top: calc(10 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-worry__list > ul > li:nth-child(2) {
    left: calc(785 / 375 * 100vw);
    top: calc(10 / 375 * 100vw);
  }
}
.p-worry__list > ul > li:nth-child(3) {
  left: 164px;
  top: 107px;
}
@media screen and (max-width: 1439px) {
  .p-worry__list > ul > li:nth-child(3) {
    left: calc(164 / 1440 * 100vw);
    top: calc(107 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-worry__list > ul > li:nth-child(3) {
    left: calc(164 / 375 * 100vw);
    top: calc(107 / 375 * 100vw);
  }
}
.p-worry__list > ul > li:nth-child(4) {
  left: 691px;
  top: 108px;
}
@media screen and (max-width: 1439px) {
  .p-worry__list > ul > li:nth-child(4) {
    left: calc(691 / 1440 * 100vw);
    top: calc(108 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-worry__list > ul > li:nth-child(4) {
    left: calc(691 / 375 * 100vw);
    top: calc(108 / 375 * 100vw);
  }
}
.p-worry__list > ul > li:nth-child(5) {
  left: 82px;
  top: 207px;
}
@media screen and (max-width: 1439px) {
  .p-worry__list > ul > li:nth-child(5) {
    left: calc(82 / 1440 * 100vw);
    top: calc(207 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-worry__list > ul > li:nth-child(5) {
    left: calc(82 / 375 * 100vw);
    top: calc(207 / 375 * 100vw);
  }
}
.p-worry__list > ul > li:nth-child(6) {
  left: 773px;
  top: 207px;
}
@media screen and (max-width: 1439px) {
  .p-worry__list > ul > li:nth-child(6) {
    left: calc(773 / 1440 * 100vw);
    top: calc(207 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-worry__list > ul > li:nth-child(6) {
    left: calc(773 / 375 * 100vw);
    top: calc(207 / 375 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-worry__list > ul > li + li {
    margin-top: calc(20 / 375 * 100vw);
  }
}
.p-worry + .p-features {
  margin-top: -100px;
}
@media screen and (max-width: 1439px) {
  .p-worry + .p-features {
    margin-top: calc(-100 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-worry + .p-features {
    margin-top: calc(-50 / 375 * 100vw);
  }
}

.p-features .l-container {
  padding-left: 0;
  padding-right: 0;
  width: 100%;
}
.p-features__inner {
  padding: 100px 0 0;
}
@media screen and (max-width: 1439px) {
  .p-features__inner {
    padding: calc(100 / 1440 * 100vw) 0 0;
  }
}
@media screen and (max-width: 767px) {
  .p-features__inner {
    padding: calc(50 / 375 * 100vw) 0 0;
  }
}
.p-features__titleBox {
  margin-bottom: 75px;
}
.p-features__titleBox__titleEn {
  color: var(--color-main2);
  font-family: "Jost";
  font-size: 24px;
  font-weight: 500;
  margin-bottom: 20px;
  text-align: center;
}
@media screen and (max-width: 1439px) {
  .p-features__titleBox__titleEn {
    font-size: calc(24 / 1440 * 100vw);
    margin-bottom: calc(20 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-features__titleBox__titleEn {
    font-size: calc(18 / 375 * 100vw);
    margin-bottom: calc(10 / 375 * 100vw);
  }
}
.p-features__titleBox__titleJa {
  font-family: "Zen Maru Gothic";
  font-size: 38px;
  font-weight: 500;
  text-align: center;
}
@media screen and (max-width: 1439px) {
  .p-features__titleBox__titleJa {
    font-size: calc(38 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-features__titleBox__titleJa {
    font-size: calc(26 / 375 * 100vw);
    line-height: calc(35 / 375 * 100vw);
  }
}
@media screen and (max-width: 1439px) {
  .p-features__titleBox {
    margin-bottom: calc(75 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-features__titleBox {
    margin-bottom: calc(35 / 375 * 100vw);
  }
}
.p-features__list {
  display: flex;
  justify-content: space-between;
  margin: 0 auto -86px;
  padding-left: 154px;
  padding-right: 154px;
  position: relative;
  width: 1440px;
  z-index: 1;
}
@media screen and (max-width: 1439px) {
  .p-features__list {
    margin: 0 auto calc(-86 / 1440 * 100vw);
    padding-left: calc(154 / 1440 * 100vw);
    padding-right: calc(154 / 1440 * 100vw);
    width: calc(1440 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-features__list {
    display: block;
    margin: 0 auto calc(-82 / 375 * 100vw);
    padding-left: calc(0 / 375 * 100vw);
    padding-right: calc(0 / 375 * 100vw);
    width: calc(335 / 375 * 100vw);
  }
}
.p-features__list__card {
  background: var(--color-white);
  border-radius: 30px;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.07);
  display: flex;
  flex-direction: column;
  padding: 60px;
  width: 548px;
}
@media screen and (max-width: 1439px) {
  .p-features__list__card {
    border-radius: calc(30 / 1440 * 100vw);
    box-shadow: calc(0 / 1440 * 100vw) calc(0 / 1440 * 100vw) calc(10 / 1440 * 100vw) rgba(0, 0, 0, 0.07);
    padding: calc(60 / 1440 * 100vw);
    width: calc(548 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-features__list__card {
    border-radius: calc(20 / 375 * 100vw);
    box-shadow: calc(0 / 375 * 100vw) calc(0 / 375 * 100vw) calc(10 / 375 * 100vw) rgba(0, 0, 0, 0.07);
    padding: calc(30 / 375 * 100vw) 0;
    width: 100%;
  }
}
.p-features__list__card__illust {
  margin: 0 auto;
  order: 1;
  width: 325px;
}
.p-features__list__card__illust img {
  height: auto;
  width: 100%;
}
@media screen and (max-width: 1439px) {
  .p-features__list__card__illust {
    width: calc(325 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-features__list__card__illust {
    margin-top: calc(10 / 375 * 100vw);
    order: 2;
    width: calc(182 / 375 * 100vw);
  }
}
.p-features__list__card__catch {
  color: var(--color-main2);
  font-family: "Zen Maru Gothic";
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 15px;
  margin-top: 40px;
  order: 2;
  text-align: center;
}
@media screen and (max-width: 1439px) {
  .p-features__list__card__catch {
    font-size: calc(20 / 1440 * 100vw);
    margin-bottom: calc(15 / 1440 * 100vw);
    margin-top: calc(40 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-features__list__card__catch {
    font-size: calc(15 / 375 * 100vw);
    margin-bottom: calc(15 / 375 * 100vw);
    margin-top: calc(0 / 375 * 100vw);
    order: 1;
  }
}
.p-features__list__card__title {
  font-family: "Zen Maru Gothic";
  font-size: 32px;
  font-weight: 500;
  line-height: 42px;
  order: 3;
  text-align: center;
}
@media screen and (max-width: 1439px) {
  .p-features__list__card__title {
    font-size: calc(32 / 1440 * 100vw);
    line-height: calc(42 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-features__list__card__title {
    font-size: calc(22 / 375 * 100vw);
    line-height: calc(28 / 375 * 100vw);
    order: 1;
  }
}
@media screen and (max-width: 767px) {
  .p-features__list__card + .p-features__list__card {
    margin-top: calc(20 / 375 * 100vw);
  }
}
.p-features__content {
  background-color: var(--color-bg2);
  border-radius: 100px 100px 0 0;
  padding-bottom: 20px;
  padding-top: 185px;
}
@media screen and (max-width: 1439px) {
  .p-features__content {
    border-radius: calc(100 / 1440 * 100vw) calc(100 / 1440 * 100vw) 0 0;
    padding-bottom: calc(20 / 1440 * 100vw);
    padding-top: calc(185 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-features__content {
    border-radius: calc(40 / 375 * 100vw) calc(40 / 375 * 100vw) 0 0;
    padding-bottom: calc(0 / 375 * 100vw);
    padding-top: calc(125 / 375 * 100vw);
  }
}
.p-features__content__featureList {
  margin: 0 auto;
  padding-left: 154px;
  padding-right: 154px;
  width: 1440px;
}
@media screen and (max-width: 1439px) {
  .p-features__content__featureList {
    padding-left: calc(154 / 1440 * 100vw);
    padding-right: calc(154 / 1440 * 100vw);
    width: calc(1440 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-features__content__featureList {
    padding-left: calc(20 / 375 * 100vw);
    padding-right: calc(20 / 375 * 100vw);
    width: 100%;
  }
}
.p-features__content__featureList > ul > li + li {
  margin-top: 70px;
}
@media screen and (max-width: 1439px) {
  .p-features__content__featureList > ul > li + li {
    margin-top: calc(70 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-features__content__featureList > ul > li + li {
    margin-top: calc(50 / 375 * 100vw);
  }
}
.p-features__content__featureList > ul > li:nth-child(2n) .p-features__content__featureList__featureBox {
  flex-direction: row-reverse;
}
.p-features__content__featureList > ul > li:nth-child(2n) .p-features__content__featureList__featureBox__image {
  margin-left: 0;
  margin-right: 70px;
}
@media screen and (max-width: 1439px) {
  .p-features__content__featureList > ul > li:nth-child(2n) .p-features__content__featureList__featureBox__image {
    margin-right: calc(70 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-features__content__featureList > ul > li:nth-child(2n) .p-features__content__featureList__featureBox__image {
    margin-right: calc(0 / 375 * 100vw);
  }
}
.p-features__content__featureList__featureBox {
  align-items: center;
  display: flex;
}
@media screen and (max-width: 767px) {
  .p-features__content__featureList__featureBox {
    display: block;
  }
}
.p-features__content__featureList__featureBox__textBox__label {
  align-items: center;
  background-color: var(--color-bg);
  border-radius: 20px;
  color: var(--color-white);
  display: inline-flex;
  font-family: "Zen Maru Gothic";
  font-size: 16px;
  height: 29px;
  justify-content: center;
  margin-bottom: 15px;
  padding: 0 18px;
}
@media screen and (max-width: 1439px) {
  .p-features__content__featureList__featureBox__textBox__label {
    border-radius: calc(20 / 1440 * 100vw);
    font-size: calc(16 / 1440 * 100vw);
    height: calc(29 / 1440 * 100vw);
    margin-bottom: calc(15 / 1440 * 100vw);
    padding: 0 calc(18 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-features__content__featureList__featureBox__textBox__label {
    border-radius: calc(20 / 375 * 100vw);
    font-size: calc(15 / 375 * 100vw);
    height: calc(27 / 375 * 100vw);
    margin-bottom: calc(15 / 375 * 100vw);
    padding: 0 calc(18 / 375 * 100vw);
  }
}
.p-features__content__featureList__featureBox__textBox__title {
  color: var(--color-main2);
  font-family: "Zen Maru Gothic";
  font-size: 30px;
  font-weight: 500;
  line-height: 42px;
}
@media screen and (max-width: 1439px) {
  .p-features__content__featureList__featureBox__textBox__title {
    font-size: calc(30 / 1440 * 100vw);
    line-height: calc(42 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-features__content__featureList__featureBox__textBox__title {
    font-size: calc(24 / 375 * 100vw);
    line-height: calc(34 / 375 * 100vw);
  }
}
.p-features__content__featureList__featureBox__textBox__text {
  font-size: 15px;
  line-height: 28px;
  margin-top: 10px;
}
@media screen and (max-width: 1439px) {
  .p-features__content__featureList__featureBox__textBox__text {
    font-size: calc(15 / 1440 * 100vw);
    line-height: calc(28 / 1440 * 100vw);
    margin-top: calc(10 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-features__content__featureList__featureBox__textBox__text {
    font-size: calc(15 / 375 * 100vw);
    line-height: calc(28 / 375 * 100vw);
    margin-top: calc(15 / 375 * 100vw);
  }
}
.p-features__content__featureList__featureBox__image {
  flex-shrink: 0;
  margin-left: 70px;
  width: 491px;
}
.p-features__content__featureList__featureBox__image img {
  height: auto;
  width: 100%;
}
@media screen and (max-width: 1439px) {
  .p-features__content__featureList__featureBox__image {
    margin-left: calc(70 / 1440 * 100vw);
    width: calc(491 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-features__content__featureList__featureBox__image {
    margin-left: calc(0 / 375 * 100vw);
    margin-top: calc(20 / 375 * 100vw);
    width: 100%;
  }
}

.p-specialist {
  background-color: var(--color-bg2);
  border-radius: 0 0 100px 100px;
}
@media screen and (max-width: 1439px) {
  .p-specialist {
    border-radius: 0 0 calc(100 / 1440 * 100vw) calc(100 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-specialist {
    border-radius: 0 0 calc(40 / 375 * 100vw) calc(40 / 375 * 100vw);
    overflow: hidden;
  }
}
@media screen and (max-width: 767px) {
  .p-specialist .l-container {
    padding-left: 0;
    padding-right: 0;
  }
}
.p-specialist__inner {
  padding: 100px 0 190px;
}
@media screen and (max-width: 1439px) {
  .p-specialist__inner {
    padding: calc(100 / 1440 * 100vw) 0 calc(190 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-specialist__inner {
    padding: calc(50 / 375 * 100vw) 0 calc(200 / 375 * 100vw);
    position: relative;
  }
}
@media screen and (max-width: 767px) {
  .p-specialist__inner::after {
    background-image: url(../images/specialist_illust.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    bottom: calc(76 / 375 * 100vw);
    content: "";
    display: block;
    height: calc(84 / 375 * 100vw);
    position: absolute;
    right: calc(52 / 375 * 100vw);
    width: calc(112 / 375 * 100vw);
  }
}
.p-specialist__titleBox {
  margin-bottom: 75px;
}
.p-specialist__titleBox__titleEn {
  color: var(--color-main2);
  font-family: "Jost";
  font-size: 24px;
  font-weight: 500;
  margin-bottom: 20px;
  text-align: center;
}
@media screen and (max-width: 1439px) {
  .p-specialist__titleBox__titleEn {
    font-size: calc(24 / 1440 * 100vw);
    margin-bottom: calc(20 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-specialist__titleBox__titleEn {
    font-size: calc(18 / 375 * 100vw);
    margin-bottom: calc(10 / 375 * 100vw);
  }
}
.p-specialist__titleBox__titleJa {
  font-family: "Zen Maru Gothic";
  font-size: 38px;
  font-weight: 500;
  text-align: center;
}
@media screen and (max-width: 1439px) {
  .p-specialist__titleBox__titleJa {
    font-size: calc(38 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-specialist__titleBox__titleJa {
    font-size: calc(26 / 375 * 100vw);
    line-height: calc(35 / 375 * 100vw);
  }
}
@media screen and (max-width: 1439px) {
  .p-specialist__titleBox {
    margin-bottom: calc(75 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-specialist__titleBox {
    margin-bottom: calc(35 / 375 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-specialist__list {
    display: none;
  }
}
.p-specialist__list > ul {
  display: flex;
  gap: 75px;
  justify-content: center;
}
@media screen and (max-width: 1439px) {
  .p-specialist__list > ul {
    gap: calc(75 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-specialist__list > ul {
    gap: calc(75 / 375 * 100vw);
  }
}
.p-specialist__swiper {
  display: none;
  width: calc(293 / 375 * 100vw);
}
@media screen and (max-width: 767px) {
  .p-specialist__swiper {
    display: block;
  }
}
.p-specialist__swiper .swiper-container {
  padding-bottom: calc(40 / 375 * 100vw);
  transform: translateX(calc(10 / 375 * 100vw));
}
.p-specialist__swiper .swiper-pagination-bullets {
  transform: translateX(calc(31 / 375 * 100vw));
}
.p-specialist__swiper .swiper-pagination-bullet {
  background-color: var(--color-white);
  border: 1px solid var(--color-white);
}
.p-specialist__swiper .swiper-pagination-bullet-active {
  background-color: var(--color-black);
  border: 1px solid var(--color-black);
}
.p-specialist__swiper .swiper-button-prev,
.p-specialist__swiper .swiper-button-next {
  height: auto;
  top: calc(132 / 375 * 100vw);
}
.p-specialist__swiper .swiper-button-prev {
  left: calc(0 / 375 * 100vw) !important;
}
.p-specialist__swiper .swiper-button-next {
  right: calc(-49 / 375 * 100vw) !important;
}

.p-merit .l-container {
  padding-left: 80px;
  padding-right: 80px;
}
@media screen and (max-width: 1439px) {
  .p-merit .l-container {
    padding-left: calc(80 / 1440 * 100vw);
    padding-right: calc(80 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-merit .l-container {
    padding-left: calc(20 / 375 * 100vw);
    padding-right: calc(20 / 375 * 100vw);
  }
}
.p-merit__inner {
  padding: 100px 0;
  position: relative;
}
@media screen and (max-width: 1439px) {
  .p-merit__inner {
    padding: calc(100 / 1440 * 100vw) 0;
  }
}
@media screen and (max-width: 767px) {
  .p-merit__inner {
    padding: calc(50 / 375 * 100vw) 0 calc(165 / 375 * 100vw);
  }
}
.p-merit__inner::after {
  background-image: url(../images/merit_illust_1.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  display: block;
  height: 181px;
  left: 141px;
  position: absolute;
  top: 113px;
  width: 168px;
}
@media screen and (max-width: 1439px) {
  .p-merit__inner::after {
    height: calc(181 / 1440 * 100vw);
    left: calc(141 / 1440 * 100vw);
    top: calc(113 / 1440 * 100vw);
    width: calc(168 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-merit__inner::after {
    bottom: calc(-20 / 375 * 100vw);
    height: calc(127 / 375 * 100vw);
    left: calc(190 / 375 * 100vw);
    top: auto;
    width: calc(118 / 375 * 100vw);
  }
}
.p-merit__inner::before {
  background-image: url(../images/merit_illust_2.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  bottom: -28px;
  content: "";
  display: block;
  height: 132px;
  left: 40px;
  position: absolute;
  width: 180px;
}
@media screen and (max-width: 1439px) {
  .p-merit__inner::before {
    bottom: calc(-28 / 1440 * 100vw);
    height: calc(132 / 1440 * 100vw);
    left: calc(40 / 1440 * 100vw);
    width: calc(180 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-merit__inner::before {
    bottom: calc(-14 / 375 * 100vw);
    height: calc(92 / 375 * 100vw);
    left: calc(25 / 375 * 100vw);
    width: calc(126 / 375 * 100vw);
  }
}
.p-merit__titleBox {
  margin-bottom: 160px;
}
.p-merit__titleBox__titleEn {
  color: var(--color-main2);
  font-family: "Jost";
  font-size: 24px;
  font-weight: 500;
  margin-bottom: 20px;
  text-align: center;
}
@media screen and (max-width: 1439px) {
  .p-merit__titleBox__titleEn {
    font-size: calc(24 / 1440 * 100vw);
    margin-bottom: calc(20 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-merit__titleBox__titleEn {
    font-size: calc(18 / 375 * 100vw);
    margin-bottom: calc(10 / 375 * 100vw);
  }
}
.p-merit__titleBox__titleJa {
  font-family: "Zen Maru Gothic";
  font-size: 38px;
  font-weight: 500;
  text-align: center;
}
@media screen and (max-width: 1439px) {
  .p-merit__titleBox__titleJa {
    font-size: calc(38 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-merit__titleBox__titleJa {
    font-size: calc(26 / 375 * 100vw);
    line-height: calc(35 / 375 * 100vw);
  }
}
@media screen and (max-width: 1439px) {
  .p-merit__titleBox {
    margin-bottom: calc(160 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-merit__titleBox {
    margin-bottom: calc(35 / 375 * 100vw);
  }
}
.p-merit__list > ul > li + li {
  margin-top: 78px;
}
@media screen and (max-width: 1439px) {
  .p-merit__list > ul > li + li {
    margin-top: calc(78 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-merit__list > ul > li + li {
    margin-top: calc(30 / 375 * 100vw);
  }
}
.p-merit__list > ul > li:nth-child(2n) .p-merit__list__box {
  flex-direction: row;
}
.p-merit__list > ul > li:nth-child(2n) .p-merit__list__box__thumbnail {
  margin-left: 0;
  margin-right: 70px;
}
@media screen and (max-width: 1439px) {
  .p-merit__list > ul > li:nth-child(2n) .p-merit__list__box__thumbnail {
    margin-right: calc(70 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-merit__list > ul > li:nth-child(2n) .p-merit__list__box__thumbnail {
    margin-right: calc(0 / 375 * 100vw);
  }
}
.p-merit__list__box {
  align-items: center;
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .p-merit__list__box {
    display: block;
  }
}
.p-merit__list__box__thumbnail {
  flex-shrink: 0;
  margin-left: 70px;
  width: 565px;
}
.p-merit__list__box__thumbnail img {
  height: auto;
  width: 100%;
}
@media screen and (max-width: 1439px) {
  .p-merit__list__box__thumbnail {
    margin-left: calc(70 / 1440 * 100vw);
    width: calc(565 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-merit__list__box__thumbnail {
    margin-left: calc(0 / 375 * 100vw);
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .p-merit__list__box__textBox {
    margin-top: calc(25 / 375 * 100vw);
  }
}
.p-merit__list__box__textBox__label {
  font-family: "Jost";
  font-size: 24px;
  font-weight: 500;
  margin-bottom: 20px;
}
@media screen and (max-width: 1439px) {
  .p-merit__list__box__textBox__label {
    font-size: calc(24 / 1440 * 100vw);
    margin-bottom: calc(20 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-merit__list__box__textBox__label {
    font-size: calc(20 / 375 * 100vw);
    margin-bottom: calc(10 / 375 * 100vw);
  }
}
.p-merit__list__box__textBox__title {
  color: var(--color-main2);
  font-family: "Zen Maru Gothic";
  font-size: 30px;
  font-weight: 500;
  line-height: 46px;
}
@media screen and (max-width: 1439px) {
  .p-merit__list__box__textBox__title {
    font-size: calc(30 / 1440 * 100vw);
    line-height: calc(46 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-merit__list__box__textBox__title {
    font-size: calc(24 / 375 * 100vw);
    line-height: calc(34 / 375 * 100vw);
  }
}
.p-merit__list__box__textBox__text {
  font-size: 15px;
  line-height: 28px;
  margin-top: 15px;
}
@media screen and (max-width: 1439px) {
  .p-merit__list__box__textBox__text {
    font-size: calc(15 / 1440 * 100vw);
    line-height: calc(28 / 1440 * 100vw);
    margin-top: calc(15 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-merit__list__box__textBox__text {
    font-size: calc(15 / 375 * 100vw);
    line-height: calc(28 / 375 * 100vw);
    margin-top: calc(8 / 375 * 100vw);
  }
}

.p-voice {
  background-color: var(--color-bg2);
  border-radius: 100px;
}
@media screen and (max-width: 1439px) {
  .p-voice {
    border-radius: calc(100 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-voice {
    border-radius: calc(40 / 375 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-voice .l-container {
    padding-left: 0;
    padding-right: 0;
  }
}
.p-voice__inner {
  padding: 100px 0 190px;
  position: relative;
}
@media screen and (max-width: 1439px) {
  .p-voice__inner {
    padding: calc(100 / 1440 * 100vw) 0 calc(190 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-voice__inner {
    padding: calc(50 / 375 * 100vw) 0 calc(215 / 375 * 100vw);
  }
}
.p-voice__inner::after {
  background-image: url(../images/voice_illust.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  display: block;
  height: 136px;
  position: absolute;
  right: 219px;
  top: 126px;
  width: 140px;
}
@media screen and (max-width: 1439px) {
  .p-voice__inner::after {
    height: calc(136 / 1440 * 100vw);
    right: calc(219 / 1440 * 100vw);
    top: calc(126 / 1440 * 100vw);
    width: calc(140 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-voice__inner::after {
    bottom: calc(77 / 375 * 100vw);
    height: calc(95 / 375 * 100vw);
    right: calc(60 / 375 * 100vw);
    top: auto;
    width: calc(98 / 375 * 100vw);
  }
}
.p-voice__titleBox {
  margin-bottom: 85px;
}
.p-voice__titleBox__titleEn {
  color: var(--color-main2);
  font-family: "Jost";
  font-size: 24px;
  font-weight: 500;
  margin-bottom: 20px;
  text-align: center;
}
@media screen and (max-width: 1439px) {
  .p-voice__titleBox__titleEn {
    font-size: calc(24 / 1440 * 100vw);
    margin-bottom: calc(20 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-voice__titleBox__titleEn {
    font-size: calc(18 / 375 * 100vw);
    margin-bottom: calc(10 / 375 * 100vw);
  }
}
.p-voice__titleBox__titleJa {
  font-family: "Zen Maru Gothic";
  font-size: 38px;
  font-weight: 500;
  text-align: center;
}
@media screen and (max-width: 1439px) {
  .p-voice__titleBox__titleJa {
    font-size: calc(38 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-voice__titleBox__titleJa {
    font-size: calc(26 / 375 * 100vw);
    line-height: calc(35 / 375 * 100vw);
  }
}
@media screen and (max-width: 1439px) {
  .p-voice__titleBox {
    margin-bottom: calc(85 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-voice__titleBox {
    margin-bottom: calc(35 / 375 * 100vw);
  }
}
.p-voice__swiper {
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .p-voice__swiper {
    margin: 0 auto;
    width: calc(355 / 375 * 100vw);
  }
}
.p-voice__swiper .swiper-container {
  padding-bottom: 53px;
}
@media screen and (max-width: 1439px) {
  .p-voice__swiper .swiper-container {
    padding-bottom: calc(53 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-voice__swiper .swiper-container {
    padding-bottom: calc(44 / 375 * 100vw);
  }
}
.p-voice__swiper .swiper-pagination-bullet {
  background-color: var(--color-white);
  border: 1px solid var(--color-white);
}
.p-voice__swiper .swiper-pagination-bullet-active {
  background-color: var(--color-black);
  border: 1px solid var(--color-black);
}
.p-voice__swiper .swiper-button-prev,
.p-voice__swiper .swiper-button-next {
  height: auto;
  top: 207px;
}
@media screen and (max-width: 1439px) {
  .p-voice__swiper .swiper-button-prev,
.p-voice__swiper .swiper-button-next {
    top: calc(207 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-voice__swiper .swiper-button-prev,
.p-voice__swiper .swiper-button-next {
    top: calc(132 / 375 * 100vw);
  }
}

.p-step {
  margin-bottom: 100px;
}
@media screen and (max-width: 1439px) {
  .p-step {
    margin-bottom: calc(100 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-step {
    margin-bottom: calc(50 / 375 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-step .l-container {
    padding-left: calc(20 / 375 * 100vw);
    padding-right: 0;
  }
}
.p-step__inner {
  padding: 100px 0;
}
@media screen and (max-width: 1439px) {
  .p-step__inner {
    padding: calc(100 / 1440 * 100vw) 0;
  }
}
@media screen and (max-width: 767px) {
  .p-step__inner {
    padding: calc(50 / 375 * 100vw) 0;
  }
}
.p-step__titleBox {
  margin-bottom: 75px;
}
.p-step__titleBox__titleEn {
  color: var(--color-main2);
  font-family: "Jost";
  font-size: 24px;
  font-weight: 500;
  margin-bottom: 20px;
  text-align: center;
}
@media screen and (max-width: 1439px) {
  .p-step__titleBox__titleEn {
    font-size: calc(24 / 1440 * 100vw);
    margin-bottom: calc(20 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-step__titleBox__titleEn {
    font-size: calc(18 / 375 * 100vw);
    margin-bottom: calc(10 / 375 * 100vw);
  }
}
.p-step__titleBox__titleJa {
  font-family: "Zen Maru Gothic";
  font-size: 38px;
  font-weight: 500;
  text-align: center;
}
@media screen and (max-width: 1439px) {
  .p-step__titleBox__titleJa {
    font-size: calc(38 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-step__titleBox__titleJa {
    font-size: calc(26 / 375 * 100vw);
    line-height: calc(35 / 375 * 100vw);
  }
}
@media screen and (max-width: 1439px) {
  .p-step__titleBox {
    margin-bottom: calc(75 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-step__titleBox {
    margin-bottom: calc(60 / 375 * 100vw);
  }
}
.p-step__list {
  position: relative;
  /* Chrome / Edge / Safari対応 */
}
@media screen and (max-width: 767px) {
  .p-step__list {
    display: flex;
    gap: calc(20 / 375 * 100vw);
    overflow: scroll;
    padding-bottom: calc(30 / 375 * 100vw);
    /* Firefox対応 */
    scrollbar-color: #C5800B #F6F4EB;
    scrollbar-width: thin;
  }
}
.p-step__list::after {
  background-image: url(../images/step_illust.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  bottom: -43px;
  content: "";
  display: block;
  height: 124px;
  position: absolute;
  right: 97px;
  width: 135px;
}
@media screen and (max-width: 1439px) {
  .p-step__list::after {
    bottom: calc(-43 / 1440 * 100vw);
    height: calc(124 / 1440 * 100vw);
    right: calc(97 / 1440 * 100vw);
    width: calc(135 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-step__list::after {
    bottom: calc(-43 / 375 * 100vw);
    display: none;
    height: calc(124 / 375 * 100vw);
    right: calc(97 / 375 * 100vw);
    width: calc(135 / 375 * 100vw);
  }
}
.p-step__list > ul {
  display: flex;
  gap: 56px;
  justify-content: center;
}
@media screen and (max-width: 1439px) {
  .p-step__list > ul {
    gap: calc(56 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-step__list > ul {
    gap: calc(20 / 375 * 100vw);
    justify-content: flex-start;
  }
}
.p-step__list > ul > li:last-child .p-step__list__box__card::after {
  display: none;
}
.p-step__list > ul + ul {
  margin-top: 65px;
}
@media screen and (max-width: 1439px) {
  .p-step__list > ul + ul {
    margin-top: calc(65 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-step__list > ul + ul {
    margin-top: calc(0 / 375 * 100vw);
  }
}
.p-step__list__box__label {
  font-family: "Jost";
  font-size: 24px;
  font-weight: 500;
  margin-bottom: 20px;
  text-align: center;
}
@media screen and (max-width: 1439px) {
  .p-step__list__box__label {
    font-size: calc(24 / 1440 * 100vw);
    margin-bottom: calc(20 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-step__list__box__label {
    font-size: calc(22 / 375 * 100vw);
    margin-bottom: calc(20 / 375 * 100vw);
  }
}
.p-step__list__box__card {
  background-color: var(--color-bg2);
  border-radius: 20px;
  height: 238px;
  padding: 40px 35px;
  position: relative;
  width: 340px;
}
@media screen and (max-width: 1439px) {
  .p-step__list__box__card {
    border-radius: calc(20 / 1440 * 100vw);
    height: calc(238 / 1440 * 100vw);
    padding: calc(40 / 1440 * 100vw) calc(35 / 1440 * 100vw);
    width: calc(340 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-step__list__box__card {
    border-radius: calc(20 / 375 * 100vw);
    height: calc(249 / 375 * 100vw);
    padding: calc(35 / 375 * 100vw) calc(25 / 375 * 100vw);
    width: calc(260 / 375 * 100vw);
  }
}
.p-step__list__box__card::after {
  background-image: url(../images/icon_arrow_step.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  bottom: 0;
  content: "";
  display: block;
  height: 23px;
  margin: auto 0;
  position: absolute;
  right: -38px;
  top: 0;
  width: 16px;
}
@media screen and (max-width: 1439px) {
  .p-step__list__box__card::after {
    height: calc(23 / 1440 * 100vw);
    right: calc(-38 / 1440 * 100vw);
    width: calc(16 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-step__list__box__card::after {
    display: none;
    height: calc(23 / 375 * 100vw);
    right: calc(-38 / 375 * 100vw);
    width: calc(16 / 375 * 100vw);
  }
}
.p-step__list__box__card__title {
  color: var(--color-main2);
  font-family: "Zen Maru Gothic";
  font-size: 24px;
  font-weight: 500;
  margin-bottom: 20px;
  white-space: nowrap;
}
@media screen and (max-width: 1439px) {
  .p-step__list__box__card__title {
    font-size: calc(24 / 1440 * 100vw);
    margin-bottom: calc(20 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-step__list__box__card__title {
    font-size: calc(20 / 375 * 100vw);
    margin-bottom: calc(15 / 375 * 100vw);
  }
}
.p-step__list__box__card__title span {
  display: inline-block;
  transform: translateX(-6px);
  width: 12px;
}
@media screen and (max-width: 1439px) {
  .p-step__list__box__card__title span {
    transform: translateX(calc(-6 / 1440 * 100vw));
    width: calc(12 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-step__list__box__card__title span {
    transform: translateX(calc(-6 / 375 * 100vw));
    width: calc(12 / 375 * 100vw);
  }
}
.p-step__list__box__card__text {
  font-size: 15px;
  line-height: 28px;
}
@media screen and (max-width: 1439px) {
  .p-step__list__box__card__text {
    font-size: calc(15 / 1440 * 100vw);
    line-height: calc(28 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-step__list__box__card__text {
    font-size: calc(15 / 375 * 100vw);
    line-height: calc(28 / 375 * 100vw);
  }
}
.p-step__list .scroll-end-space {
  display: none;
  width: calc(20 / 375 * 100vw);
}
@media screen and (max-width: 767px) {
  .p-step__list .scroll-end-space {
    display: block;
  }
}
.p-step__list::-webkit-scrollbar {
  display: none;
  height: calc(2 / 375 * 100vw);
}
@media screen and (max-width: 767px) {
  .p-step__list::-webkit-scrollbar {
    display: block;
  }
}
.p-step__list::-webkit-scrollbar-track {
  background: #C5800B;
  display: none;
}
@media screen and (max-width: 767px) {
  .p-step__list::-webkit-scrollbar-track {
    display: block;
  }
}
.p-step__list::-webkit-scrollbar-thumb {
  background: #F6F4EB;
  display: none;
}
@media screen and (max-width: 767px) {
  .p-step__list::-webkit-scrollbar-thumb {
    display: block;
  }
}
.p-step__flowImage {
  --position: 1587px;
  -webkit-animation: flowLeftToRight 40s linear infinite;
          animation: flowLeftToRight 40s linear infinite;
  background-image: url(../images/step_flowimage.png);
  background-repeat: repeat-x;
  background-size: contain;
  height: 238px;
}
@media screen and (max-width: 2232px) {
  .p-step__flowImage {
    background-size: cover;
  }
}
@media screen and (max-width: 1439px) {
  .p-step__flowImage {
    --position: calc(1587 / 1440 * 100vw);
    height: calc(238 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-step__flowImage {
    --position: calc(1566 / 375 * 100vw);
    height: calc(167 / 375 * 100vw);
  }
}

@-webkit-keyframes flowLeftToRight {
  from {
    background-position-x: 0;
  }
  to {
    background-position-x: var(--position);
  }
}

@keyframes flowLeftToRight {
  from {
    background-position-x: 0;
  }
  to {
    background-position-x: var(--position);
  }
}
.p-popup {
  -ms-overflow-style: none;
  background-color: var(--color-white);
  height: 580px;
  margin: 0 auto;
  overflow: scroll;
  scrollbar-width: none;
  width: 780px;
}
.p-popup::-webkit-scrollbar {
  display: none;
}
@media screen and (max-width: 1439px) {
  .p-popup {
    height: calc(580 / 1440 * 100vw);
    width: calc(780 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-popup {
    height: 90dvh;
    width: calc(335 / 375 * 100vw);
  }
}
.p-popup__inner {
  padding: 55px 65px 45px;
  position: relative;
}
@media screen and (max-width: 1439px) {
  .p-popup__inner {
    padding: calc(55 / 1440 * 100vw) calc(65 / 1440 * 100vw) calc(45 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-popup__inner {
    padding: calc(40 / 375 * 100vw) calc(30 / 375 * 100vw) calc(75 / 375 * 100vw);
  }
}
.p-popup__entry h2 {
  font-size: 20px;
  font-weight: bold;
  line-height: 35px;
  margin-bottom: 35px;
  text-align: center;
}
@media screen and (max-width: 1439px) {
  .p-popup__entry h2 {
    font-size: calc(20 / 1440 * 100vw);
    line-height: calc(35 / 1440 * 100vw);
    margin-bottom: calc(35 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-popup__entry h2 {
    font-size: calc(18 / 375 * 100vw);
    line-height: calc(24 / 375 * 100vw);
    margin-bottom: calc(35 / 375 * 100vw);
  }
}
.p-popup__entry h3 {
  font-size: 14px;
  font-weight: bold;
  line-height: 25px;
}
@media screen and (max-width: 1439px) {
  .p-popup__entry h3 {
    font-size: calc(14 / 1440 * 100vw);
    line-height: calc(25 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-popup__entry h3 {
    font-size: calc(14 / 375 * 100vw);
    line-height: calc(25 / 375 * 100vw);
  }
}
.p-popup__entry h4 {
  font-size: 14px;
  line-height: 25px;
}
@media screen and (max-width: 1439px) {
  .p-popup__entry h4 {
    font-size: calc(14 / 1440 * 100vw);
    line-height: calc(25 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-popup__entry h4 {
    font-size: calc(14 / 375 * 100vw);
    line-height: calc(25 / 375 * 100vw);
  }
}
.p-popup__entry p {
  font-size: 14px;
  line-height: 25px;
  text-align: justify;
}
@media screen and (max-width: 1439px) {
  .p-popup__entry p {
    font-size: calc(14 / 1440 * 100vw);
    line-height: calc(25 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-popup__entry p {
    font-size: calc(14 / 375 * 100vw);
    line-height: calc(25 / 375 * 100vw);
  }
}
.p-popup__entry p + * {
  margin-top: 25px;
}
@media screen and (max-width: 1439px) {
  .p-popup__entry p + * {
    margin-top: calc(25 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-popup__entry p + * {
    margin-top: calc(25 / 375 * 100vw);
  }
}
.p-popup__entry p + h2 {
  margin-top: 50px;
}
@media screen and (max-width: 1439px) {
  .p-popup__entry p + h2 {
    margin-top: calc(50 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-popup__entry p + h2 {
    margin-top: calc(50 / 375 * 100vw);
  }
}
.p-popup__entry ol > li,
.p-popup__entry ul > li {
  font-size: 14px;
  line-height: 25px;
  text-align: justify;
}
@media screen and (max-width: 1439px) {
  .p-popup__entry ol > li,
.p-popup__entry ul > li {
    font-size: calc(14 / 1440 * 100vw);
    line-height: calc(25 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-popup__entry ol > li,
.p-popup__entry ul > li {
    font-size: calc(14 / 375 * 100vw);
    line-height: calc(25 / 375 * 100vw);
  }
}
.p-popup__entry ol + *,
.p-popup__entry ul + * {
  margin-top: 25px;
}
@media screen and (max-width: 1439px) {
  .p-popup__entry ol + *,
.p-popup__entry ul + * {
    margin-top: calc(25 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-popup__entry ol + *,
.p-popup__entry ul + * {
    margin-top: calc(25 / 375 * 100vw);
  }
}
.p-popup__entry ol {
  list-style: decimal-leading-zero;
  padding-left: 28px;
}
@media screen and (max-width: 1439px) {
  .p-popup__entry ol {
    padding-left: calc(28 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-popup__entry ol {
    padding-left: calc(28 / 375 * 100vw);
  }
}
.p-popup__entry ul {
  list-style: disc;
  padding-left: 21px;
}
@media screen and (max-width: 1439px) {
  .p-popup__entry ul {
    padding-left: calc(21 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-popup__entry ul {
    padding-left: calc(21 / 375 * 100vw);
  }
}
.p-popup__button {
  position: fixed;
  right: 22px;
  top: 22px;
}
@media screen and (max-width: 1439px) {
  .p-popup__button {
    right: calc(22 / 1440 * 100vw);
    top: calc(22 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-popup__button {
    bottom: calc(20 / 375 * 100vw);
    left: 0;
    right: 0;
    top: auto;
  }
}
.p-popup__button button {
  background-color: var(--color-white);
  background-image: url(../images/pp_icon_close.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  cursor: pointer;
  display: block;
  height: 32px;
  width: 32px;
}
@media screen and (max-width: 1439px) {
  .p-popup__button button {
    height: calc(32 / 1440 * 100vw);
    width: calc(32 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-popup__button button {
    height: calc(30 / 375 * 100vw);
    margin: 0 auto;
    width: calc(30 / 375 * 100vw);
  }
}

.p-backPopup {
  background: rgba(0, 0, 0, 0.3);
  display: none;
  inset: 0;
  position: fixed;
  z-index: 9999;
}
.p-backPopup.is-open {
  -webkit-animation: fadeIn 0.12s ease-out;
  align-items: center;
          animation: fadeIn 0.12s ease-out;
  display: flex;
  justify-content: center;
}
@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.p-backPopup__dialog {
  background-color: var(--color-white);
  border-radius: 20px;
  position: relative;
  width: 493px;
}
@media screen and (max-width: 1439px) {
  .p-backPopup__dialog {
    border-radius: calc(20 / 1440 * 100vw);
    width: calc(493 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-backPopup__dialog {
    border-radius: calc(20 / 375 * 100vw);
    width: calc(315 / 375 * 100vw);
  }
}
.p-backPopup__dialog__header {
  align-items: center;
  background-color: var(--color-bg);
  border-radius: 20px 20px 0 0;
  display: flex;
  height: 75px;
  justify-content: center;
}
@media screen and (max-width: 1439px) {
  .p-backPopup__dialog__header {
    border-radius: calc(20 / 1440 * 100vw) calc(20 / 1440 * 100vw) 0 0;
    height: calc(75 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-backPopup__dialog__header {
    border-radius: calc(20 / 375 * 100vw) calc(20 / 375 * 100vw) 0 0;
    height: calc(80 / 375 * 100vw);
  }
}
.p-backPopup__dialog__header__title {
  width: 415px;
}
.p-backPopup__dialog__header__title img {
  height: auto;
  width: 100%;
}
@media screen and (max-width: 1439px) {
  .p-backPopup__dialog__header__title {
    width: calc(415 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-backPopup__dialog__header__title {
    width: calc(140 / 375 * 100vw);
  }
}
.p-backPopup__dialog__content {
  background-color: var(--color-bg2);
  border-radius: 0 0 20px 20px;
  padding: 25px 50px 40px;
}
@media screen and (max-width: 1439px) {
  .p-backPopup__dialog__content {
    border-radius: 0 0 calc(20 / 1440 * 100vw) calc(20 / 1440 * 100vw);
    padding: calc(25 / 1440 * 100vw) calc(50 / 1440 * 100vw) calc(40 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-backPopup__dialog__content {
    border-radius: 0 0 calc(20 / 375 * 100vw) calc(20 / 375 * 100vw);
    padding: calc(25 / 375 * 100vw) calc(30 / 375 * 100vw) calc(35 / 375 * 100vw);
  }
}
.p-backPopup__dialog__content__textBox {
  align-items: center;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .p-backPopup__dialog__content__textBox {
    display: block;
  }
}
.p-backPopup__dialog__content__textBox__illust {
  flex-shrink: 0;
  margin-right: 45px;
  width: 174px;
}
.p-backPopup__dialog__content__textBox__illust img {
  height: auto;
  width: 100%;
}
@media screen and (max-width: 1439px) {
  .p-backPopup__dialog__content__textBox__illust {
    margin-right: calc(45 / 1440 * 100vw);
    width: calc(174 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-backPopup__dialog__content__textBox__illust {
    margin-left: auto;
    margin-right: auto;
    width: calc(140 / 375 * 100vw);
  }
}
.p-backPopup__dialog__content__textBox__text {
  font-size: 15px;
  line-height: 28px;
}
@media screen and (max-width: 1439px) {
  .p-backPopup__dialog__content__textBox__text {
    font-size: calc(15 / 1440 * 100vw);
    line-height: calc(28 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-backPopup__dialog__content__textBox__text {
    font-size: calc(15 / 375 * 100vw);
    line-height: calc(25 / 375 * 100vw);
    margin-top: calc(20 / 375 * 100vw);
  }
}
.p-backPopup__dialog__content__button {
  margin-top: 40px;
}
@media screen and (max-width: 1439px) {
  .p-backPopup__dialog__content__button {
    margin-top: calc(40 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-backPopup__dialog__content__button {
    margin-top: calc(25 / 375 * 100vw);
  }
}
.p-backPopup__dialog__content__button a {
  display: block;
  margin: 0 auto;
  width: 256px;
}
.p-backPopup__dialog__content__button a img {
  height: auto;
  width: 100%;
}
@media screen and (max-width: 1439px) {
  .p-backPopup__dialog__content__button a {
    width: calc(256 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-backPopup__dialog__content__button a {
    width: calc(256 / 375 * 100vw);
  }
}
.p-backPopup__dialog__close {
  position: absolute;
  right: -12px;
  top: -12px;
}
@media screen and (max-width: 1439px) {
  .p-backPopup__dialog__close {
    right: calc(-12 / 1440 * 100vw);
    top: calc(-12 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-backPopup__dialog__close {
    right: calc(-10 / 375 * 100vw);
    top: calc(-10 / 375 * 100vw);
  }
}
.p-backPopup__dialog__close button {
  background-image: url(../images/icon_close.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  border-radius: 50%;
  content: "";
  cursor: pointer;
  display: block;
  height: 34px;
  width: 34px;
}
@media screen and (max-width: 1439px) {
  .p-backPopup__dialog__close button {
    height: calc(34 / 1440 * 100vw);
    width: calc(34 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-backPopup__dialog__close button {
    height: calc(32 / 375 * 100vw);
    width: calc(32 / 375 * 100vw);
  }
}

.p-sticky {
  background: var(--color-white);
  border-radius: calc(10 / 375 * 100vw);
  bottom: 0;
  display: none;
  filter: drop-shadow(0px 0px calc(10 / 375 * 100vw) rgba(0, 0, 0, 0.1));
  left: 0;
  position: fixed;
  transform: translateY(100%);
  transition: transform 0.4s ease-out, visibility 0.4s;
  visibility: hidden;
  width: 100%;
  z-index: 100;
}
@media screen and (max-width: 767px) {
  .p-sticky {
    display: block;
  }
}
.p-sticky__inner {
  padding-bottom: calc(20 / 375 * 100vw);
  padding-top: calc(20 / 375 * 100vw);
}
.p-sticky__title {
  font-family: "Zen Maru Gothic";
  font-size: calc(14 / 375 * 100vw);
  font-weight: bold;
  letter-spacing: 0;
  margin-bottom: calc(18 / 375 * 100vw);
  text-align: center;
}
.p-sticky__buttonList {
  align-items: center;
  display: flex;
  justify-content: center;
}
.p-sticky__buttonList__button a {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
  align-items: center;
  background: var(--color-main2);
  border-radius: calc(50 / 375 * 100vw);
  box-shadow: 0px 0px calc(10 / 375 * 100vw) rgba(0, 0, 0, 0.07);
  color: var(--color-white);
  cursor: pointer;
  display: flex;
  font-family: "Zen Maru Gothic";
  font-size: calc(15 / 375 * 100vw);
  font-weight: 500;
  height: calc(44 / 375 * 100vw);
  justify-content: center;
  letter-spacing: 0;
  padding-left: calc(1 / 375 * 100vw);
          user-select: none;
  width: calc(170 / 375 * 100vw);
}
.p-sticky__buttonList__button a::after {
  background-image: url(../images/icon_arrow_button.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  display: block;
  height: calc(10 / 375 * 100vw);
  margin-left: calc(5 / 375 * 100vw);
  width: calc(7 / 375 * 100vw);
}
.p-sticky__buttonList__button--black a {
  background: var(--color-main);
}
.p-sticky__buttonList__button + .p-sticky__buttonList__button {
  margin-left: calc(6 / 375 * 100vw);
}
.p-sticky.is-show {
  transform: translateY(0);
  visibility: visible;
}