@charset "UTF-8";
:root {
  --color-white: #ffffff;
  --color-black: #000000;
  --color-main: #f16240;
  --color-main2: #008ed3;
  --color-main3: #003586;
  --color-bg: #e9f9ff;
  --color-bg2: #f2f2f2;
}

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

body {
  line-height: 1;
}

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

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

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

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

ins {
  text-decoration: none;
}

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

del {
  text-decoration: line-through;
}

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

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

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

input, select {
  vertical-align: middle;
}

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

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

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

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

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

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

picture {
  display: block;
}

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

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

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

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

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

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

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

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

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

.swiper-horizontal > .swiper-pagination-bullets,
.swiper-container-horizontal > .swiper-pagination-bullets {
  bottom: 0;
}
.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  background-color: #edebe6;
  border: 1px solid #edebe6;
  height: 14px;
  margin: 0 5px;
  opacity: 1;
  width: 14px;
}
@media screen and (max-width: 1439px) {
  .swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
    height: calc(14 / 1440 * 100vw);
    margin: 0 calc(5 / 1440 * 100vw);
    width: calc(14 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
    height: calc(14 / 375 * 100vw);
    margin: 0 calc(5 / 375 * 100vw);
    width: calc(14 / 375 * 100vw);
  }
}
.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet-active,
.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet-active {
  background: var(--color-black);
  border: 1px solid var(--color-black);
}

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

@keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translateY(10px);
    @media screen and (max-width: 1439px) {
      transform: translateY(calc(10 / 1440 * 100vw));
    }
    @media screen and (max-width: 767px) {
      transform: translateY(calc(10 / 375 * 100vw));
    }
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@-webkit-keyframes loop {
  0% {
    transform: translateX(100%);
  }
  to {
    transform: translateX(-100%);
  }
}
@keyframes loop {
  0% {
    transform: translateX(100%);
  }
  to {
    transform: translateX(-100%);
  }
}
@-webkit-keyframes loop2 {
  0% {
    transform: translateX(0);
  }
  to {
    transform: translateX(-200%);
  }
}
@keyframes loop2 {
  0% {
    transform: translateX(0);
  }
  to {
    transform: translateX(-200%);
  }
}
@-webkit-keyframes popup {
  0% {
    opacity: 0;
    transform: translateY(40px) scale(0.8);
  }
  100% {
    transform: translateY(0) scale(1);
  }
  80%, 100% {
    opacity: 1;
  }
}
@keyframes popup {
  0% {
    opacity: 0;
    transform: translateY(40px) scale(0.8);
  }
  100% {
    transform: translateY(0) scale(1);
  }
  80%, 100% {
    opacity: 1;
  }
}
@-webkit-keyframes fuwafuwa {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-20px);
  }
}
@keyframes fuwafuwa {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-20px);
  }
}
.lity-hide {
  display: none !important;
}

.lity-close,
.lity-close:hover {
  display: none !important;
}

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

.c-form {
  background-color: var(--color-white);
  border-radius: 10px;
  box-shadow: 0px 0px 10px rgba(51, 51, 51, 0.1);
  width: 730px;
}
@media screen and (max-width: 1439px) {
  .c-form {
    border-radius: calc(10 / 1440 * 100vw);
    box-shadow: calc(0 / 1440 * 100vw) calc(0 / 1440 * 100vw) calc(10 / 1440 * 100vw) rgba(51, 51, 51, 0.1);
    width: calc(730 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .c-form {
    border-radius: calc(10 / 375 * 100vw);
    box-shadow: calc(0 / 375 * 100vw) calc(0 / 375 * 100vw) calc(10 / 375 * 100vw) rgba(51, 51, 51, 0.1);
    width: 100%;
  }
}
.c-form__titleBox {
  align-items: center;
  background: linear-gradient(60deg, #0093d8 0%, #003586 99.9%);
  border-radius: 10px 10px 0 0;
  display: flex;
  height: 82px;
  justify-content: center;
}
@media screen and (max-width: 1439px) {
  .c-form__titleBox {
    border-radius: calc(10 / 1440 * 100vw) calc(10 / 1440 * 100vw) 0 0;
    height: calc(82 / 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(58 / 375 * 100vw);
  }
}
.c-form__titleBox__title {
  color: var(--color-white);
  font-size: 25px;
  font-weight: bold;
}
@media screen and (max-width: 1439px) {
  .c-form__titleBox__title {
    font-size: calc(25 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .c-form__titleBox__title {
    font-size: calc(20 / 375 * 100vw);
  }
}
.c-form__content {
  padding: 25px 60px 40px;
}
@media screen and (max-width: 1439px) {
  .c-form__content {
    padding: calc(25 / 1440 * 100vw) calc(60 / 1440 * 100vw) calc(40 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .c-form__content {
    padding: calc(25 / 375 * 100vw) calc(20 / 375 * 100vw) calc(30 / 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 {
  align-items: center;
  background-color: var(--color-bg);
  border-radius: 20px;
  color: var(--color-main2);
  display: flex;
  font-family: "Baloo 2";
  font-size: 13px;
  font-weight: 500;
  height: 24px;
  justify-content: center;
  width: 58px;
}
@media screen and (max-width: 1439px) {
  .c-form__content__stepList > ul > li {
    border-radius: calc(20 / 1440 * 100vw);
    font-size: calc(13 / 1440 * 100vw);
    height: calc(24 / 1440 * 100vw);
    width: calc(58 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .c-form__content__stepList > ul > li {
    border-radius: calc(20 / 375 * 100vw);
    font-size: calc(12 / 375 * 100vw);
    height: calc(20 / 375 * 100vw);
    width: calc(48 / 375 * 100vw);
  }
}
.c-form__content__stepList > ul > li + li {
  margin-left: 10px;
}
@media screen and (max-width: 1439px) {
  .c-form__content__stepList > ul > li + li {
    margin-left: calc(10 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .c-form__content__stepList > ul > li + li {
    margin-left: calc(7 / 375 * 100vw);
  }
}
.c-form__content__stepList > ul > li.is-current {
  background-color: var(--color-main2);
  color: var(--color-white);
}
.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(15 / 375 * 100vw);
  }
}
.c-form__content__form__block__titleBox__title {
  font-size: 22px;
  font-weight: bold;
}
@media screen and (max-width: 1439px) {
  .c-form__content__form__block__titleBox__title {
    font-size: calc(22 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .c-form__content__form__block__titleBox__title {
    font-size: calc(16 / 375 * 100vw);
  }
}
.c-form__content__form__block__radio {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .c-form__content__form__block__radio {
    display: block;
  }
}
.c-form__content__form__block__radio__choice input {
  display: none;
}
.c-form__content__form__block__radio__choice input:checked + label {
  background-color: var(--color-main);
  border: 1px solid var(--color-main);
  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;
  border: 1px solid var(--color-main2);
  border-radius: 5px;
  cursor: pointer;
  display: flex;
  font-size: 20px;
  font-weight: bold;
  height: 76px;
  justify-content: center;
          user-select: none;
  width: 295px;
}
@media screen and (max-width: 1439px) {
  .c-form__content__form__block__radio__choice label {
    border-radius: calc(5 / 1440 * 100vw);
    font-size: calc(20 / 1440 * 100vw);
    height: calc(76 / 1440 * 100vw);
    width: calc(295 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .c-form__content__form__block__radio__choice label {
    border-radius: calc(5 / 375 * 100vw);
    font-size: calc(15 / 375 * 100vw);
    height: calc(55 / 375 * 100vw);
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .c-form__content__form__block__radio__choice + .c-form__content__form__block__radio__choice {
    margin-top: calc(10 / 375 * 100vw);
  }
}
.c-form__content__form__block__select select {
  background-color: var(--color-white);
  background-image: url(../images/icon_arrow_select.svg);
  background-position: right 40px center;
  background-repeat: no-repeat;
  background-size: 12px 7px;
  border: 1px solid var(--color-main2);
  border-radius: 5px;
  cursor: pointer;
  font-size: 20px;
  font-weight: bold;
  height: 76px;
  padding: 0 30px;
  width: 100%;
}
@media screen and (max-width: 1439px) {
  .c-form__content__form__block__select select {
    background-position: right calc(40 / 1440 * 100vw) center;
    background-size: calc(12 / 1440 * 100vw) calc(7 / 1440 * 100vw);
    border-radius: calc(5 / 1440 * 100vw);
    font-size: calc(20 / 1440 * 100vw);
    height: calc(76 / 1440 * 100vw);
    padding: 0 calc(30 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .c-form__content__form__block__select select {
    background-position: right calc(15 / 375 * 100vw) center;
    background-size: calc(10 / 375 * 100vw) calc(5 / 375 * 100vw);
    border-radius: calc(5 / 375 * 100vw);
    font-size: 16px;
    height: calc(55 / 375 * 100vw);
    padding: 0 calc(20 / 375 * 100vw);
  }
}
.c-form__content__form__block__input input[type=text] {
  border: 1px solid var(--color-main2);
  border-radius: 5px;
  font-size: 20px;
  font-weight: bold;
  height: 76px;
  padding: 0 30px;
  width: 100%;
}
@media screen and (max-width: 1439px) {
  .c-form__content__form__block__input input[type=text] {
    border-radius: calc(5 / 1440 * 100vw);
    font-size: calc(20 / 1440 * 100vw);
    height: calc(76 / 1440 * 100vw);
    padding: 0 calc(30 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .c-form__content__form__block__input input[type=text] {
    border-radius: calc(5 / 375 * 100vw);
    font-size: 16px;
    height: calc(55 / 375 * 100vw);
    padding: 0 calc(20 / 375 * 100vw);
  }
}
.c-form__content__form__block__input input[type=text]::-moz-placeholder {
  color: rgba(0, 0, 0, 0.4);
}
.c-form__content__form__block__input input[type=text]:-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.4);
}
.c-form__content__form__block__input input[type=text]::placeholder {
  color: rgba(0, 0, 0, 0.4);
}
.c-form__content__form__block .parsley-errors-list {
  color: var(--color-main);
  font-size: 14px;
  margin-top: 10px;
}
@media screen and (max-width: 1439px) {
  .c-form__content__form__block .parsley-errors-list {
    font-size: calc(14 / 1440 * 100vw);
    margin-top: calc(10 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .c-form__content__form__block .parsley-errors-list {
    font-size: calc(11 / 375 * 100vw);
    margin-top: calc(10 / 375 * 100vw);
  }
}
.c-form__content__form__block + .c-form__content__form__block {
  margin-top: 40px;
}
@media screen and (max-width: 1439px) {
  .c-form__content__form__block + .c-form__content__form__block {
    margin-top: calc(40 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .c-form__content__form__block + .c-form__content__form__block {
    margin-top: calc(25 / 375 * 100vw);
  }
}
.c-form__content__form__buttonBox {
  margin-top: 40px;
}
@media screen and (max-width: 1439px) {
  .c-form__content__form__buttonBox {
    margin-top: calc(40 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .c-form__content__form__buttonBox {
    margin-top: calc(25 / 375 * 100vw);
  }
}
.c-form__content__form__buttonBox__button {
  text-align: center;
}
.c-form__content__form__buttonBox__button button {
  background: linear-gradient(60deg, #0093d8 0%, #003586 99.9%);
  border-radius: 40px;
  color: var(--color-white);
  cursor: pointer;
  font-size: 22px;
  font-weight: bold;
  height: 61px;
  margin: 0 auto;
  position: relative;
  width: 325px;
}
@media screen and (max-width: 1439px) {
  .c-form__content__form__buttonBox__button button {
    border-radius: calc(40 / 1440 * 100vw);
    font-size: calc(22 / 1440 * 100vw);
    height: calc(61 / 1440 * 100vw);
    width: calc(325 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .c-form__content__form__buttonBox__button button {
    border-radius: calc(40 / 375 * 100vw);
    font-size: calc(15 / 375 * 100vw);
    height: calc(45 / 375 * 100vw);
    width: calc(193 / 375 * 100vw);
  }
}
.c-form__content__form__buttonBox__button button::after {
  -webkit-mask-image: url(../images/icon_arrow_button.svg);
  -webkit-mask-position: center center;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-size: contain;
  background-color: var(--color-white);
  bottom: 0;
  content: "";
  display: block;
  height: 12px;
  margin: auto 0;
          mask-image: url(../images/icon_arrow_button.svg);
          mask-position: center center;
          mask-repeat: no-repeat;
          mask-size: contain;
  position: absolute;
  right: 20px;
  top: 0;
  width: 7px;
}
@media screen and (max-width: 1439px) {
  .c-form__content__form__buttonBox__button button::after {
    height: calc(12 / 1440 * 100vw);
    right: calc(20 / 1440 * 100vw);
    width: calc(7 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .c-form__content__form__buttonBox__button button::after {
    height: calc(8 / 375 * 100vw);
    right: calc(20 / 375 * 100vw);
    width: calc(5 / 375 * 100vw);
  }
}
.c-form__content__form__buttonBox__back {
  align-items: center;
  cursor: pointer;
  display: flex;
  font-size: 15px;
  font-weight: bold;
  justify-content: center;
  margin-top: 20px;
  text-align: center;
}
@media screen and (max-width: 1439px) {
  .c-form__content__form__buttonBox__back {
    font-size: calc(15 / 1440 * 100vw);
    margin-top: calc(20 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .c-form__content__form__buttonBox__back {
    font-size: calc(12 / 375 * 100vw);
    margin-top: calc(20 / 375 * 100vw);
  }
}
.c-form__content__form__buttonBox__back::before {
  -webkit-mask-image: url(../images/icon_arrow_button.svg);
  -webkit-mask-position: center center;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-size: contain;
  background-color: var(--color-black);
  content: "";
  display: block;
  height: 12px;
  margin-right: 15px;
          mask-image: url(../images/icon_arrow_button.svg);
          mask-position: center center;
          mask-repeat: no-repeat;
          mask-size: contain;
  transform: rotate(180deg);
  width: 7px;
}
@media screen and (max-width: 1439px) {
  .c-form__content__form__buttonBox__back::before {
    height: calc(12 / 1440 * 100vw);
    margin-right: calc(15 / 1440 * 100vw);
    width: calc(7 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .c-form__content__form__buttonBox__back::before {
    height: calc(8 / 375 * 100vw);
    margin-right: calc(10 / 375 * 100vw);
    width: calc(5 / 375 * 100vw);
  }
}
.c-form__content__form__agree {
  margin-bottom: -10px;
  margin-top: 30px;
}
@media screen and (max-width: 1439px) {
  .c-form__content__form__agree {
    margin-bottom: calc(-10 / 1440 * 100vw);
    margin-top: calc(30 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .c-form__content__form__agree {
    margin-bottom: calc(0 / 375 * 100vw);
    margin-top: calc(25 / 375 * 100vw);
  }
}
.c-form__content__form__agree__text {
  font-size: 15px;
  text-align: center;
}
@media screen and (max-width: 1439px) {
  .c-form__content__form__agree__text {
    font-size: calc(15 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .c-form__content__form__agree__text {
    font-size: calc(12 / 375 * 100vw);
  }
}
.c-form__content__form__agree__text a {
  color: var(--color-main);
  text-decoration: underline;
}

.c-voice {
  background-image: url(../images/voice_bg.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  display: block;
  height: 597px;
  position: relative;
  width: 360px;
}
@media screen and (max-width: 1439px) {
  .c-voice {
    height: calc(597 / 1440 * 100vw);
    width: calc(360 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .c-voice {
    height: calc(597 / 375 * 100vw);
    width: calc(360 / 375 * 100vw);
  }
}
.c-voice__inner {
  height: 530px;
  left: 15px;
  padding: 220px 20px 0;
  position: absolute;
  top: 50px;
  width: 330px;
}
@media screen and (max-width: 1439px) {
  .c-voice__inner {
    height: calc(530 / 1440 * 100vw);
    left: calc(15 / 1440 * 100vw);
    padding: calc(220 / 1440 * 100vw) calc(20 / 1440 * 100vw) 0;
    top: calc(50 / 1440 * 100vw);
    width: calc(330 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .c-voice__inner {
    height: calc(530 / 375 * 100vw);
    left: calc(15 / 375 * 100vw);
    padding: calc(220 / 375 * 100vw) calc(20 / 375 * 100vw) 0;
    top: calc(50 / 375 * 100vw);
    width: calc(330 / 375 * 100vw);
  }
}
.c-voice__icon {
  left: 20px;
  position: absolute;
  top: -35px;
  width: 80px;
}
.c-voice__icon img {
  height: auto;
  width: 100%;
}
@media screen and (max-width: 1439px) {
  .c-voice__icon {
    left: calc(20 / 1440 * 100vw);
    top: calc(-35 / 1440 * 100vw);
    width: calc(80 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .c-voice__icon {
    left: calc(20 / 375 * 100vw);
    top: calc(-35 / 375 * 100vw);
    width: calc(80 / 375 * 100vw);
  }
}
.c-voice__name {
  font-size: 13px;
  left: 115px;
  position: absolute;
  top: 20px;
}
@media screen and (max-width: 1439px) {
  .c-voice__name {
    font-size: calc(13 / 1440 * 100vw);
    left: calc(115 / 1440 * 100vw);
    top: calc(20 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .c-voice__name {
    font-size: calc(13 / 375 * 100vw);
    left: calc(115 / 375 * 100vw);
    top: calc(20 / 375 * 100vw);
  }
}
.c-voice__title {
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  display: block;
  height: 167px;
  left: 0;
  margin: 0 auto;
  margin: 0 auto;
  overflow: hidden;
  position: absolute;
  right: 0;
  text-indent: 150vw;
  top: 70px;
  white-space: nowrap;
  width: 343px;
}
@media screen and (max-width: 1439px) {
  .c-voice__title {
    height: calc(167 / 1440 * 100vw);
    top: calc(70 / 1440 * 100vw);
    width: calc(343 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .c-voice__title {
    height: calc(167 / 375 * 100vw);
    top: calc(70 / 375 * 100vw);
    width: calc(343 / 375 * 100vw);
  }
}
.c-voice__text {
  font-size: 15px;
  line-height: 28px;
}
@media screen and (max-width: 1439px) {
  .c-voice__text {
    font-size: calc(15 / 1440 * 100vw);
    line-height: calc(28 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .c-voice__text {
    font-size: calc(15 / 375 * 100vw);
    line-height: calc(28 / 375 * 100vw);
  }
}
.c-voice--1 .c-voice__title {
  background-image: url(../images/voice_title_1.png);
}
.c-voice--2 .c-voice__title {
  background-image: url(../images/voice_title_2.png);
}
.c-voice--3 .c-voice__title {
  background-image: url(../images/voice_title_3.png);
}

.c-kimochi {
  background-image: url(../images/kimochi_bg.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  display: block;
  height: 393px;
  position: relative;
  width: 360px;
}
@media screen and (max-width: 1439px) {
  .c-kimochi {
    height: calc(393 / 1440 * 100vw);
    width: calc(360 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .c-kimochi {
    height: calc(393 / 375 * 100vw);
    width: calc(360 / 375 * 100vw);
  }
}
.c-kimochi__inner {
  height: 311px;
  left: 15px;
  padding: 55px 30px 0;
  position: absolute;
  top: 67px;
  width: 330px;
}
@media screen and (max-width: 1439px) {
  .c-kimochi__inner {
    height: calc(311 / 1440 * 100vw);
    left: calc(15 / 1440 * 100vw);
    padding: calc(55 / 1440 * 100vw) calc(30 / 1440 * 100vw) 0;
    top: calc(67 / 1440 * 100vw);
    width: calc(330 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .c-kimochi__inner {
    height: calc(311 / 375 * 100vw);
    left: calc(15 / 375 * 100vw);
    padding: calc(55 / 375 * 100vw) calc(30 / 375 * 100vw) 0;
    top: calc(67 / 375 * 100vw);
    width: calc(330 / 375 * 100vw);
  }
}
.c-kimochi__icon {
  left: 0;
  margin: 0 auto;
  position: absolute;
  right: 0;
  top: -54px;
  width: 100px;
}
.c-kimochi__icon img {
  height: auto;
  width: 100%;
}
@media screen and (max-width: 1439px) {
  .c-kimochi__icon {
    top: calc(-54 / 1440 * 100vw);
    width: calc(100 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .c-kimochi__icon {
    top: calc(-54 / 375 * 100vw);
    width: calc(100 / 375 * 100vw);
  }
}
.c-kimochi__title {
  align-items: center;
  color: var(--color-main);
  display: flex;
  font-size: 22px;
  font-weight: bold;
  height: 68px;
  justify-content: center;
  line-height: 34px;
  margin-bottom: 30px;
  text-align: center;
}
@media screen and (max-width: 1439px) {
  .c-kimochi__title {
    font-size: calc(22 / 1440 * 100vw);
    height: calc(68 / 1440 * 100vw);
    line-height: calc(34 / 1440 * 100vw);
    margin-bottom: calc(30 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .c-kimochi__title {
    font-size: calc(22 / 375 * 100vw);
    height: calc(68 / 375 * 100vw);
    line-height: calc(34 / 375 * 100vw);
    margin-bottom: calc(30 / 375 * 100vw);
  }
}
.c-kimochi__list > ul > li {
  align-items: center;
  display: flex;
  font-size: 20px;
  font-weight: 600;
}
@media screen and (max-width: 1439px) {
  .c-kimochi__list > ul > li {
    font-size: calc(20 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .c-kimochi__list > ul > li {
    font-size: calc(20 / 375 * 100vw);
  }
}
.c-kimochi__list > ul > li::before {
  background-image: url(../images/kimochi_icon_check.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  display: block;
  height: 20px;
  margin-right: 10px;
  width: 20px;
}
@media screen and (max-width: 1439px) {
  .c-kimochi__list > ul > li::before {
    height: calc(20 / 1440 * 100vw);
    margin-right: calc(10 / 1440 * 100vw);
    width: calc(20 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .c-kimochi__list > ul > li::before {
    height: calc(20 / 375 * 100vw);
    margin-right: calc(10 / 375 * 100vw);
    width: calc(20 / 375 * 100vw);
  }
}
.c-kimochi__list > ul > li + li {
  margin-top: 30px;
}
@media screen and (max-width: 1439px) {
  .c-kimochi__list > ul > li + li {
    margin-top: calc(30 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .c-kimochi__list > ul > li + li {
    margin-top: calc(30 / 375 * 100vw);
  }
}
.c-kimochi--2 .c-kimochi__list {
  transform: translateX(50px);
}
@media screen and (max-width: 1439px) {
  .c-kimochi--2 .c-kimochi__list {
    transform: translateX(calc(50 / 1440 * 100vw));
  }
}
@media screen and (max-width: 767px) {
  .c-kimochi--2 .c-kimochi__list {
    transform: translateX(calc(50 / 375 * 100vw));
  }
}
.c-kimochi--3 .c-kimochi__list {
  transform: translateX(50px);
}
@media screen and (max-width: 1439px) {
  .c-kimochi--3 .c-kimochi__list {
    transform: translateX(calc(50 / 1440 * 100vw));
  }
}
@media screen and (max-width: 767px) {
  .c-kimochi--3 .c-kimochi__list {
    transform: translateX(calc(50 / 375 * 100vw));
  }
}

.c-advisor {
  background-color: var(--color-white);
  border-radius: 10px;
  display: flex;
  height: 453px;
  justify-content: space-between;
  margin: 0 auto;
  padding: 40px;
  width: 730px;
}
@media screen and (max-width: 1439px) {
  .c-advisor {
    border-radius: calc(10 / 1440 * 100vw);
    height: calc(453 / 1440 * 100vw);
    padding: calc(40 / 1440 * 100vw);
    width: calc(730 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .c-advisor {
    border-radius: calc(10 / 375 * 100vw);
    display: block;
    height: calc(849 / 375 * 100vw);
    padding: calc(0 / 375 * 100vw);
    width: calc(330 / 375 * 100vw);
  }
}
.c-advisor__thumbnail {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  content: "";
  display: block;
  height: 210px;
  position: relative;
  width: 170px;
}
@media screen and (max-width: 1439px) {
  .c-advisor__thumbnail {
    height: calc(210 / 1440 * 100vw);
    width: calc(170 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .c-advisor__thumbnail {
    border-radius: calc(10 / 375 * 100vw) calc(10 / 375 * 100vw) 0 0;
    height: calc(210 / 375 * 100vw);
    width: 100%;
  }
}
.c-advisor__thumbnail__name {
  bottom: -30px;
  color: var(--color-main3);
  font-size: 15px;
  font-weight: bold;
  left: 0;
  margin: 0 auto;
  position: absolute;
  right: 0;
  text-align: center;
}
@media screen and (max-width: 1439px) {
  .c-advisor__thumbnail__name {
    bottom: calc(-30 / 1440 * 100vw);
    font-size: calc(15 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .c-advisor__thumbnail__name {
    bottom: calc(12 / 375 * 100vw);
    color: var(--color-white);
    font-size: calc(15 / 375 * 100vw);
    left: calc(18 / 375 * 100vw);
    right: auto;
  }
}
.c-advisor__textBox {
  width: 455px;
}
@media screen and (max-width: 1439px) {
  .c-advisor__textBox {
    width: calc(455 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .c-advisor__textBox {
    padding: calc(25 / 375 * 100vw) calc(20 / 375 * 100vw) 0;
    width: 100%;
  }
}
.c-advisor__textBox__block__title {
  color: var(--color-main3);
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 5px;
}
@media screen and (max-width: 1439px) {
  .c-advisor__textBox__block__title {
    font-size: calc(16 / 1440 * 100vw);
    margin-bottom: calc(5 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .c-advisor__textBox__block__title {
    font-size: calc(16 / 375 * 100vw);
    margin-bottom: calc(5 / 375 * 100vw);
  }
}
.c-advisor__textBox__block__text {
  font-size: 15px;
  line-height: 28px;
}
@media screen and (max-width: 1439px) {
  .c-advisor__textBox__block__text {
    font-size: calc(15 / 1440 * 100vw);
    line-height: calc(28 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .c-advisor__textBox__block__text {
    font-size: calc(15 / 375 * 100vw);
    line-height: calc(28 / 375 * 100vw);
  }
}
.c-advisor__textBox__block__list__block {
  display: flex;
}
.c-advisor__textBox__block__list__block__number {
  font-size: 13px;
  line-height: 24px;
}
@media screen and (max-width: 1439px) {
  .c-advisor__textBox__block__list__block__number {
    font-size: calc(13 / 1440 * 100vw);
    line-height: calc(24 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .c-advisor__textBox__block__list__block__number {
    font-size: calc(13 / 375 * 100vw);
    line-height: calc(24 / 375 * 100vw);
  }
}
.c-advisor__textBox__block__list__block__text {
  font-size: 13px;
  line-height: 24px;
}
@media screen and (max-width: 1439px) {
  .c-advisor__textBox__block__list__block__text {
    font-size: calc(13 / 1440 * 100vw);
    line-height: calc(24 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .c-advisor__textBox__block__list__block__text {
    font-size: calc(13 / 375 * 100vw);
    line-height: calc(24 / 375 * 100vw);
  }
}
.c-advisor__textBox__block__list__block__text span.color {
  color: var(--color-main);
  font-weight: bold;
}
.c-advisor__textBox__block + .c-advisor__textBox__block {
  margin-top: 15px;
}
@media screen and (max-width: 1439px) {
  .c-advisor__textBox__block + .c-advisor__textBox__block {
    margin-top: calc(15 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .c-advisor__textBox__block + .c-advisor__textBox__block {
    margin-top: calc(15 / 375 * 100vw);
  }
}
.c-advisor--1 .c-advisor__thumbnail {
  background-image: url(../images/advisor_thumbnail_1.png);
}
@media screen and (max-width: 767px) {
  .c-advisor--1 .c-advisor__thumbnail {
    background-image: url(../images/advisor_thumbnail_1_sp.png);
  }
}
.c-advisor--2 .c-advisor__thumbnail {
  background-image: url(../images/advisor_thumbnail_2.png);
}
@media screen and (max-width: 767px) {
  .c-advisor--2 .c-advisor__thumbnail {
    background-image: url(../images/advisor_thumbnail_2_sp.png);
  }
}

.p-header {
  height: 92px;
}
@media screen and (max-width: 1439px) {
  .p-header {
    height: calc(92 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-header {
    height: calc(48 / 375 * 100vw);
  }
}
.p-header .l-container {
  height: 100%;
  padding-left: 34px;
  padding-right: 34px;
}
@media screen and (max-width: 1439px) {
  .p-header .l-container {
    padding-left: calc(34 / 1440 * 100vw);
    padding-right: calc(34 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-header .l-container {
    padding-left: calc(15 / 375 * 100vw);
    padding-right: calc(15 / 375 * 100vw);
  }
}
.p-header__inner {
  align-items: center;
  display: flex;
  height: 100%;
}
.p-header__logo {
  width: 200px;
}
.p-header__logo img {
  height: auto;
  width: 100%;
}
@media screen and (max-width: 1439px) {
  .p-header__logo {
    width: calc(200 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-header__logo {
    width: calc(110 / 375 * 100vw);
  }
}

#index .p-header {
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.p-mainVisual {
  background-image: url(../images/mainvisual.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  content: "";
  display: block;
  height: 709px;
}
@media screen and (max-width: 1439px) {
  .p-mainVisual {
    height: calc(709 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-mainVisual {
    background-image: url(../images/mainvisual_sp.png);
    height: calc(661 / 375 * 100vw);
  }
}
.p-mainVisual .l-container {
  height: 100%;
  padding-left: 0;
  padding-right: 0;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .p-mainVisual .l-container {
    display: none;
  }
}
.p-mainVisual__inner {
  height: 100%;
  position: relative;
}
.p-mainVisual__text {
  align-items: center;
  background-image: url(../images/mainvisual_text.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  bottom: 0;
  content: "";
  display: flex;
  display: block;
  height: 363px;
  margin: auto 0;
  overflow: hidden;
  position: absolute;
  right: 92px;
  text-indent: 150vw;
  top: 0;
  white-space: nowrap;
  width: 30px;
}
@media screen and (max-width: 1439px) {
  .p-mainVisual__text {
    height: calc(363 / 1440 * 100vw);
    right: calc(92 / 1440 * 100vw);
    width: calc(30 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-mainVisual__text {
    height: calc(363 / 375 * 100vw);
    right: calc(92 / 375 * 100vw);
    width: calc(30 / 375 * 100vw);
  }
}
.p-mainVisual__content {
  background-image: url(../images/mainvisual_content.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  display: block;
  height: 100%;
  overflow: hidden;
  text-indent: 150vw;
  white-space: nowrap;
}

.p-about {
  background-color: var(--color-bg);
}
.p-about__inner {
  padding: 70px 0;
}
@media screen and (max-width: 1439px) {
  .p-about__inner {
    padding: calc(70 / 1440 * 100vw) 0;
  }
}
@media screen and (max-width: 767px) {
  .p-about__inner {
    padding: calc(50 / 375 * 100vw) 0;
  }
}
.p-about__title {
  font-size: 35px;
  font-weight: bold;
  line-height: 48px;
  margin-bottom: 40px;
  text-align: center;
}
@media screen and (max-width: 1439px) {
  .p-about__title {
    font-size: calc(35 / 1440 * 100vw);
    line-height: calc(48 / 1440 * 100vw);
    margin-bottom: calc(40 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-about__title {
    font-size: calc(25 / 375 * 100vw);
    line-height: calc(36 / 375 * 100vw);
    margin-bottom: calc(25 / 375 * 100vw);
  }
}
.p-about__title span.color {
  color: var(--color-main);
}
.p-about__list {
  margin: 0 auto;
  padding-bottom: 60px;
  position: relative;
  width: 680px;
}
@media screen and (max-width: 1439px) {
  .p-about__list {
    padding-bottom: calc(60 / 1440 * 100vw);
    width: calc(680 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-about__list {
    padding-bottom: calc(114 / 375 * 100vw);
    width: 100%;
  }
}
.p-about__list::after {
  background-image: url(../images/about_illust.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  bottom: 0;
  content: "";
  display: block;
  height: 181px;
  position: absolute;
  right: -104px;
  width: 193px;
}
@media screen and (max-width: 1439px) {
  .p-about__list::after {
    height: calc(181 / 1440 * 100vw);
    right: calc(-104 / 1440 * 100vw);
    width: calc(193 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-about__list::after {
    height: calc(136 / 375 * 100vw);
    left: 0;
    margin: 0 auto;
    right: calc(0 / 375 * 100vw);
    width: calc(146 / 375 * 100vw);
  }
}
.p-about__list > ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.p-about__list > ul > li {
  margin-top: 20px;
  width: 330px;
}
@media screen and (max-width: 1439px) {
  .p-about__list > ul > li {
    margin-top: calc(20 / 1440 * 100vw);
    width: calc(330 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-about__list > ul > li {
    margin-top: calc(16 / 375 * 100vw);
    width: calc(157 / 375 * 100vw);
  }
}
.p-about__list > ul > li:nth-child(-n+2) {
  margin-top: 0;
}
.p-about__list__box {
  align-items: center;
  background-color: var(--color-white);
  border-radius: 10px;
  display: flex;
  height: 126px;
  padding-left: 25px;
}
@media screen and (max-width: 1439px) {
  .p-about__list__box {
    border-radius: calc(10 / 1440 * 100vw);
    height: calc(126 / 1440 * 100vw);
    padding-left: calc(25 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-about__list__box {
    border-radius: calc(10 / 375 * 100vw);
    display: block;
    height: calc(139 / 375 * 100vw);
    padding-left: calc(0 / 375 * 100vw);
    padding-top: calc(15 / 375 * 100vw);
  }
}
.p-about__list__box__icon {
  margin-right: 20px;
  width: 80px;
}
.p-about__list__box__icon img {
  height: auto;
  width: 100%;
}
@media screen and (max-width: 1439px) {
  .p-about__list__box__icon {
    margin-right: calc(20 / 1440 * 100vw);
    width: calc(80 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-about__list__box__icon {
    margin-left: auto;
    margin-right: auto;
    width: calc(52 / 375 * 100vw);
  }
}
.p-about__list__box__text {
  color: var(--color-main2);
  font-size: 22px;
  font-weight: bold;
  line-height: 32px;
}
@media screen and (max-width: 1439px) {
  .p-about__list__box__text {
    font-size: calc(22 / 1440 * 100vw);
    line-height: calc(32 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-about__list__box__text {
    align-items: center;
    display: flex;
    font-size: calc(15 / 375 * 100vw);
    height: calc(42 / 375 * 100vw);
    justify-content: center;
    line-height: calc(21 / 375 * 100vw);
    margin-top: calc(10 / 375 * 100vw);
    text-align: center;
  }
}
.p-about__list__box__text span.color {
  color: var(--color-main);
}
.p-voice {
  overflow: hidden;
}
.p-voice__inner {
  margin: 0 -10px;
  padding: 70px 0;
}
@media screen and (max-width: 1439px) {
  .p-voice__inner {
    padding: calc(70 / 1440 * 100vw) 0;
  }
}
@media screen and (max-width: 767px) {
  .p-voice__inner {
    padding: calc(50 / 375 * 100vw) 0;
  }
}
@media screen and (max-width: 1439px) {
  .p-voice__inner {
    margin: 0 calc(-10 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-voice__inner {
    margin: 0 calc(0 / 375 * 100vw);
  }
}
.p-voice__title {
  font-size: 35px;
  font-weight: bold;
  line-height: 48px;
  margin-bottom: 40px;
  margin-bottom: 30px;
  text-align: center;
}
@media screen and (max-width: 1439px) {
  .p-voice__title {
    font-size: calc(35 / 1440 * 100vw);
    line-height: calc(48 / 1440 * 100vw);
    margin-bottom: calc(40 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-voice__title {
    font-size: calc(25 / 375 * 100vw);
    line-height: calc(36 / 375 * 100vw);
    margin-bottom: calc(25 / 375 * 100vw);
  }
}
.p-voice__title span.color {
  color: var(--color-main);
}
@media screen and (max-width: 1439px) {
  .p-voice__title {
    margin-bottom: calc(30 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-voice__title {
    margin-bottom: calc(15 / 375 * 100vw);
  }
}
.p-voice__list {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .p-voice__list {
    display: none;
  }
}
.p-voice__swiper {
  display: none;
  position: relative;
  width: calc(375 / 375 * 100vw);
}
@media screen and (max-width: 767px) {
  .p-voice__swiper {
    display: block;
  }
}
.p-voice__swiper .swiper-container {
  overflow: hidden;
  padding-bottom: calc(20 / 375 * 100vw);
  transform: translateX(calc(-15 / 375 * 100vw));
}
.p-voice__swiper .swiper-horizontal > .swiper-pagination-bullets, .p-voice__swiper .swiper-container-horizontal > .swiper-pagination-bullets {
  transform: translateX(calc(-6 / 375 * 100vw));
}
.p-voice__swiper .swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet, .p-voice__swiper .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  background-color: var(--color-bg);
  border: calc(1 / 375 * 100vw) solid var(--color-bg);
  border-radius: calc(3 / 375 * 100vw);
  height: calc(5 / 375 * 100vw);
  width: calc(25 / 375 * 100vw);
}
.p-voice__swiper .swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet-active, .p-voice__swiper .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet-active {
  background: linear-gradient(60deg, #0093d8 0%, #003586 99.9%);
}
.p-voice__swiper .swiper-button-prev, .p-voice__swiper .swiper-button-next {
  top: calc(268 / 375 * 100vw);
}
.p-voice__swiper .swiper-button-next {
  right: calc(15 / 375 * 100vw) !important;
}
.p-voice__swiper .swiper-button-prev {
  left: calc(-30 / 375 * 100vw) !important;
}
.p-voice__swiper .swiper-button-prev:after, .p-voice__swiper .swiper-button-next:after {
  height: calc(64 / 375 * 100vw);
  width: calc(64 / 375 * 100vw);
}

.p-cta {
  background-image: url(../images/cta_bg.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  content: "";
  display: block;
  height: 360px;
}
@media screen and (max-width: 1439px) {
  .p-cta {
    height: calc(360 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-cta {
    background-image: url(../images/cta_bg_sp.png);
    height: calc(297 / 375 * 100vw);
  }
}
.p-cta .l-container {
  height: 100%;
}
.p-cta__inner {
  align-items: center;
  display: flex;
  height: 100%;
  justify-content: center;
}
.p-cta__content__title {
  background-image: url(../images/cta_title.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  content: "";
  display: block;
  height: 143px;
  margin: 0 auto;
  overflow: hidden;
  text-indent: 150vw;
  white-space: nowrap;
  width: 547px;
}
@media screen and (max-width: 1439px) {
  .p-cta__content__title {
    height: calc(143 / 1440 * 100vw);
    width: calc(547 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-cta__content__title {
    height: calc(58 / 375 * 100vw);
    width: calc(334 / 375 * 100vw);
  }
}
.p-cta__content__buttonBox__text {
  background-image: url(../images/cta_button_text.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  content: "";
  display: block;
  height: 33px;
  margin: 5px auto 0;
  overflow: hidden;
  text-indent: 150vw;
  white-space: nowrap;
  width: 203px;
}
@media screen and (max-width: 1439px) {
  .p-cta__content__buttonBox__text {
    height: calc(33 / 1440 * 100vw);
    margin: calc(5 / 1440 * 100vw) auto 0;
    width: calc(203 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-cta__content__buttonBox__text {
    height: calc(29 / 375 * 100vw);
    margin: calc(65 / 375 * 100vw) auto 0;
    width: calc(179 / 375 * 100vw);
  }
}
.p-cta__content__buttonBox__button a {
  background-image: url(../images/cta_button.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  content: "";
  display: block;
  height: 78px;
  margin: 10px auto 0;
  overflow: hidden;
  text-indent: 150vw;
  white-space: nowrap;
  width: 379px;
}
@media screen and (max-width: 1439px) {
  .p-cta__content__buttonBox__button a {
    height: calc(78 / 1440 * 100vw);
    margin: calc(10 / 1440 * 100vw) auto 0;
    width: calc(379 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-cta__content__buttonBox__button a {
    height: calc(62 / 375 * 100vw);
    margin: calc(10 / 375 * 100vw) auto 0;
    width: calc(335 / 375 * 100vw);
  }
}

.p-footer {
  height: 50px;
}
@media screen and (max-width: 1439px) {
  .p-footer {
    height: calc(50 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-footer {
    height: calc(40 / 375 * 100vw);
  }
}
.p-footer .l-container {
  height: 100%;
}
.p-footer__inner {
  height: 100%;
}
.p-footer__nav {
  height: 100%;
}
.p-footer__nav > ul {
  align-items: center;
  display: flex;
  height: 100%;
  justify-content: center;
}
.p-footer__nav > ul > li + li {
  margin-left: 40px;
}
@media screen and (max-width: 1439px) {
  .p-footer__nav > ul > li + li {
    margin-left: calc(40 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-footer__nav > ul > li + li {
    margin-left: calc(15 / 375 * 100vw);
  }
}
.p-footer__nav a {
  color: var(--color-main3);
  font-size: 14px;
  text-decoration: underline;
}
@media screen and (max-width: 1439px) {
  .p-footer__nav a {
    font-size: calc(14 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-footer__nav a {
    font-size: calc(12 / 375 * 100vw);
  }
}

.p-copyright {
  background: linear-gradient(60deg, #0093d8 0%, #003586 99.9%);
  height: 30px;
}
@media screen and (max-width: 1439px) {
  .p-copyright {
    height: calc(30 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-copyright {
    height: calc(28 / 375 * 100vw);
  }
}
.p-copyright .l-container {
  height: 100%;
}
.p-copyright__inner {
  height: 100%;
}
.p-copyright__text {
  align-items: center;
  color: var(--color-white);
  display: flex;
  font-size: 10px;
  height: 100%;
  justify-content: center;
  letter-spacing: 0.08em;
}
@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-onayami {
  background-color: var(--color-bg2);
}
.p-onayami__inner {
  padding: 70px 0;
}
@media screen and (max-width: 1439px) {
  .p-onayami__inner {
    padding: calc(70 / 1440 * 100vw) 0;
  }
}
@media screen and (max-width: 767px) {
  .p-onayami__inner {
    padding: calc(50 / 375 * 100vw) 0;
  }
}
.p-onayami__title {
  font-size: 35px;
  font-weight: bold;
  line-height: 48px;
  margin-bottom: 40px;
  text-align: center;
}
@media screen and (max-width: 1439px) {
  .p-onayami__title {
    font-size: calc(35 / 1440 * 100vw);
    line-height: calc(48 / 1440 * 100vw);
    margin-bottom: calc(40 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-onayami__title {
    font-size: calc(25 / 375 * 100vw);
    line-height: calc(36 / 375 * 100vw);
    margin-bottom: calc(25 / 375 * 100vw);
  }
}
.p-onayami__title span.color {
  color: var(--color-main);
}
.p-onayami__list {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .p-onayami__list {
    display: block;
  }
}
.p-onayami__list__box {
  align-items: center;
  background-color: var(--color-white);
  border-radius: 10px;
  display: flex;
  height: 126px;
  padding-left: 20px;
  position: relative;
  width: 330px;
}
@media screen and (max-width: 1439px) {
  .p-onayami__list__box {
    border-radius: calc(10 / 1440 * 100vw);
    height: calc(126 / 1440 * 100vw);
    padding-left: calc(20 / 1440 * 100vw);
    width: calc(330 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-onayami__list__box {
    border-radius: calc(5 / 375 * 100vw);
    height: auto;
    padding-bottom: calc(20 / 375 * 100vw);
    padding-left: calc(20 / 375 * 100vw);
    padding-top: calc(20 / 375 * 100vw);
    width: auto;
  }
}
.p-onayami__list__box__text {
  font-size: 20px;
  font-weight: bold;
  line-height: 32px;
}
@media screen and (max-width: 1439px) {
  .p-onayami__list__box__text {
    font-size: calc(20 / 1440 * 100vw);
    line-height: calc(32 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-onayami__list__box__text {
    font-size: calc(15 / 375 * 100vw);
    line-height: calc(23 / 375 * 100vw);
  }
}
.p-onayami__list__box__text span.color {
  color: var(--color-main);
  font-size: 23px;
}
@media screen and (max-width: 1439px) {
  .p-onayami__list__box__text span.color {
    font-size: calc(23 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-onayami__list__box__text span.color {
    font-size: calc(15 / 375 * 100vw);
  }
}
.p-onayami__list__box__icon {
  bottom: -15px;
  position: absolute;
  right: -15px;
  width: 80px;
}
.p-onayami__list__box__icon img {
  height: auto;
  width: 100%;
}
@media screen and (max-width: 1439px) {
  .p-onayami__list__box__icon {
    bottom: calc(-15 / 1440 * 100vw);
    right: calc(-15 / 1440 * 100vw);
    width: calc(80 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-onayami__list__box__icon {
    bottom: calc(-10 / 375 * 100vw);
    right: calc(-20 / 375 * 100vw);
    width: calc(60 / 375 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-onayami__list__box--1 {
    width: calc(216 / 375 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-onayami__list__box--2 {
    margin-left: auto;
    margin-right: calc(25 / 375 * 100vw);
    width: calc(256 / 375 * 100vw);
  }
}
.p-onayami__list__box--2 .p-onayami__list__box__icon {
  right: -25px;
}
@media screen and (max-width: 1439px) {
  .p-onayami__list__box--2 .p-onayami__list__box__icon {
    right: calc(-25 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-onayami__list__box--2 .p-onayami__list__box__icon {
    right: calc(-25 / 375 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-onayami__list__box--3 {
    width: calc(178 / 375 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-onayami__list__box + .p-onayami__list__box {
    margin-top: calc(22 / 375 * 100vw);
  }
}
.p-onayami__more {
  margin-top: 80px;
}
@media screen and (max-width: 1439px) {
  .p-onayami__more {
    margin-top: calc(80 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-onayami__more {
    margin-top: calc(60 / 375 * 100vw);
  }
}
.p-onayami__more__title {
  font-size: 35px;
  font-weight: bold;
  line-height: 48px;
  margin-bottom: 40px;
  text-align: center;
}
@media screen and (max-width: 1439px) {
  .p-onayami__more__title {
    font-size: calc(35 / 1440 * 100vw);
    line-height: calc(48 / 1440 * 100vw);
    margin-bottom: calc(40 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-onayami__more__title {
    font-size: calc(25 / 375 * 100vw);
    line-height: calc(36 / 375 * 100vw);
    margin-bottom: calc(25 / 375 * 100vw);
  }
}
.p-onayami__more__title span.color {
  color: var(--color-main);
}
@media screen and (max-width: 767px) {
  .p-onayami__more__title {
    font-size: calc(22 / 375 * 100vw);
    line-height: calc(32 / 375 * 100vw);
  }
}
.p-onayami__more__list {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .p-onayami__more__list {
    display: block;
  }
}
.p-onayami__more__list__box {
  align-items: center;
  background-color: var(--color-white);
  border-radius: 10px;
  display: flex;
  height: 126px;
  padding-left: 20px;
  position: relative;
  width: 330px;
}
@media screen and (max-width: 1439px) {
  .p-onayami__more__list__box {
    border-radius: calc(10 / 1440 * 100vw);
    height: calc(126 / 1440 * 100vw);
    padding-left: calc(20 / 1440 * 100vw);
    width: calc(330 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-onayami__more__list__box {
    border-radius: calc(5 / 375 * 100vw);
    height: auto;
    margin-left: auto;
    padding-bottom: calc(20 / 375 * 100vw);
    padding-left: calc(20 / 375 * 100vw);
    padding-top: calc(20 / 375 * 100vw);
    width: auto;
  }
}
.p-onayami__more__list__box__text {
  font-size: 20px;
  font-weight: bold;
  line-height: 32px;
}
@media screen and (max-width: 1439px) {
  .p-onayami__more__list__box__text {
    font-size: calc(20 / 1440 * 100vw);
    line-height: calc(32 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-onayami__more__list__box__text {
    font-size: calc(15 / 375 * 100vw);
    line-height: calc(23 / 375 * 100vw);
  }
}
.p-onayami__more__list__box__text span.color {
  color: var(--color-main);
  font-size: 23px;
}
@media screen and (max-width: 1439px) {
  .p-onayami__more__list__box__text span.color {
    font-size: calc(23 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-onayami__more__list__box__text span.color {
    font-size: calc(15 / 375 * 100vw);
  }
}
.p-onayami__more__list__box__icon {
  bottom: -15px;
  position: absolute;
  right: -15px;
  width: 80px;
}
.p-onayami__more__list__box__icon img {
  height: auto;
  width: 100%;
}
@media screen and (max-width: 1439px) {
  .p-onayami__more__list__box__icon {
    bottom: calc(-15 / 1440 * 100vw);
    right: calc(-15 / 1440 * 100vw);
    width: calc(80 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-onayami__more__list__box__icon {
    bottom: calc(-10 / 375 * 100vw);
    right: calc(-20 / 375 * 100vw);
    width: calc(60 / 375 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-onayami__more__list__box--1 {
    margin-right: calc(20 / 375 * 100vw);
    width: calc(256 / 375 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-onayami__more__list__box--2 {
    margin-left: 0;
    margin-right: auto;
    width: calc(256 / 375 * 100vw);
  }
}
.p-onayami__more__list__box--2 .p-onayami__list__box__icon {
  right: -25px;
}
@media screen and (max-width: 1439px) {
  .p-onayami__more__list__box--2 .p-onayami__list__box__icon {
    right: calc(-25 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-onayami__more__list__box--2 .p-onayami__list__box__icon {
    right: calc(-25 / 375 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-onayami__more__list__box--3 {
    margin-right: calc(20 / 375 * 100vw);
    width: calc(191 / 375 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-onayami__more__list__box + .p-onayami__more__list__box {
    margin-top: calc(22 / 375 * 100vw);
  }
}

.p-cta2 {
  background-color: var(--color-main);
  height: 230px;
  position: relative;
}
@media screen and (max-width: 1439px) {
  .p-cta2 {
    height: calc(230 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-cta2 {
    height: calc(150 / 375 * 100vw);
  }
}
.p-cta2::before {
  border-color: #F2F2F2 transparent transparent transparent;
  border-style: solid;
  border-width: 56px 720px 0 720px;
  content: "";
  display: block;
  height: 0;
  left: 0;
  margin: 0 auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 0;
}
@media screen and (max-width: 1439px) {
  .p-cta2::before {
    border-width: calc(56 / 1440 * 100vw) calc(720 / 1440 * 100vw) 0 calc(720 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-cta2::before {
    border-width: calc(30 / 375 * 100vw) calc(187.5 / 375 * 100vw) 0 calc(187.5 / 375 * 100vw);
  }
}
.p-cta2 .l-container {
  height: 100%;
}
.p-cta2__inner {
  display: flex;
  height: 100%;
  justify-content: center;
  padding-top: 125px;
  position: relative;
}
@media screen and (max-width: 1439px) {
  .p-cta2__inner {
    padding-top: calc(125 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-cta2__inner {
    justify-content: flex-start;
    padding-top: calc(55 / 375 * 100vw);
  }
}
.p-cta2__inner::after {
  background-image: url(../images/cta2_decoration.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  bottom: 0;
  content: "";
  display: block;
  height: 234px;
  position: absolute;
  right: 55px;
  width: 157px;
}
@media screen and (max-width: 1439px) {
  .p-cta2__inner::after {
    height: calc(234 / 1440 * 100vw);
    right: calc(55 / 1440 * 100vw);
    width: calc(157 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-cta2__inner::after {
    height: calc(160 / 375 * 100vw);
    right: calc(-10 / 375 * 100vw);
    width: calc(107 / 375 * 100vw);
  }
}
.p-cta2__text {
  color: var(--color-white);
  font-size: 35px;
  font-weight: bold;
}
@media screen and (max-width: 1439px) {
  .p-cta2__text {
    font-size: calc(35 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-cta2__text {
    font-size: calc(25 / 375 * 100vw);
    line-height: calc(34 / 375 * 100vw);
  }
}

.p-support {
  background-color: var(--color-bg);
}
.p-support .l-container {
  padding-left: 195px;
  padding-right: 195px;
}
@media screen and (max-width: 1439px) {
  .p-support .l-container {
    padding-left: calc(195 / 1440 * 100vw);
    padding-right: calc(195 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-support .l-container {
    padding-left: calc(0 / 375 * 100vw);
    padding-right: calc(0 / 375 * 100vw);
  }
}
.p-support__inner {
  padding: 70px 0;
}
@media screen and (max-width: 1439px) {
  .p-support__inner {
    padding: calc(70 / 1440 * 100vw) 0;
  }
}
@media screen and (max-width: 767px) {
  .p-support__inner {
    padding: calc(50 / 375 * 100vw) 0;
  }
}
.p-support__title {
  font-size: 35px;
  font-weight: bold;
  line-height: 48px;
  margin-bottom: 40px;
  text-align: center;
}
@media screen and (max-width: 1439px) {
  .p-support__title {
    font-size: calc(35 / 1440 * 100vw);
    line-height: calc(48 / 1440 * 100vw);
    margin-bottom: calc(40 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-support__title {
    font-size: calc(25 / 375 * 100vw);
    line-height: calc(36 / 375 * 100vw);
    margin-bottom: calc(25 / 375 * 100vw);
  }
}
.p-support__title span.color {
  color: var(--color-main);
}
.p-support__list__box {
  padding-top: 60px;
  position: relative;
}
@media screen and (max-width: 1439px) {
  .p-support__list__box {
    padding-top: calc(60 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-support__list__box {
    padding-top: calc(0 / 375 * 100vw);
  }
}
.p-support__list__box__textBox {
  background-color: var(--color-white);
  border-radius: 0 0 0 35px;
  height: 282px;
  width: 888px;
}
@media screen and (max-width: 1439px) {
  .p-support__list__box__textBox {
    border-radius: 0 0 0 calc(35 / 1440 * 100vw);
    height: calc(282 / 1440 * 100vw);
    width: calc(888 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-support__list__box__textBox {
    border-radius: 0 calc(35 / 375 * 100vw) 0 0;
    height: auto;
    padding: calc(20 / 375 * 100vw) calc(25 / 375 * 100vw) calc(280 / 375 * 100vw) calc(40 / 375 * 100vw);
    width: calc(353 / 375 * 100vw);
  }
}
.p-support__list__box__textBox__inner {
  padding: 40px;
  position: relative;
  width: 620px;
}
@media screen and (max-width: 1439px) {
  .p-support__list__box__textBox__inner {
    padding: calc(40 / 1440 * 100vw);
    width: calc(620 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-support__list__box__textBox__inner {
    padding: calc(0 / 375 * 100vw);
    width: auto;
  }
}
.p-support__list__box__textBox__number {
  color: #F69F8A;
  font-family: "Baloo 2";
  font-size: 70px;
  font-weight: bold;
  left: 40px;
  position: absolute;
  top: -33px;
}
@media screen and (max-width: 1439px) {
  .p-support__list__box__textBox__number {
    font-size: calc(70 / 1440 * 100vw);
    left: calc(40 / 1440 * 100vw);
    top: calc(-33 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-support__list__box__textBox__number {
    font-size: calc(50 / 375 * 100vw);
    left: calc(40 / 375 * 100vw);
    position: static;
    top: calc(-33 / 375 * 100vw);
  }
}
.p-support__list__box__textBox__title {
  color: var(--color-main);
  font-size: 20px;
  font-weight: bold;
  line-height: 28px;
  margin-bottom: 10px;
}
@media screen and (max-width: 1439px) {
  .p-support__list__box__textBox__title {
    font-size: calc(20 / 1440 * 100vw);
    line-height: calc(28 / 1440 * 100vw);
    margin-bottom: calc(10 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-support__list__box__textBox__title {
    font-size: calc(16 / 375 * 100vw);
    line-height: calc(25 / 375 * 100vw);
    margin-bottom: calc(5 / 375 * 100vw);
    white-space: nowrap;
  }
}
.p-support__list__box__textBox__text {
  font-size: 15px;
  line-height: 28px;
}
@media screen and (max-width: 1439px) {
  .p-support__list__box__textBox__text {
    font-size: calc(15 / 1440 * 100vw);
    line-height: calc(28 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-support__list__box__textBox__text {
    font-size: calc(15 / 375 * 100vw);
    line-height: calc(28 / 375 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-support__list__box__textBox__text {
    text-align: justify;
  }
}
.p-support__list__box__thumbnail {
  position: absolute;
  right: 0;
  top: 0;
  width: 430px;
}
.p-support__list__box__thumbnail img {
  height: auto;
  width: 100%;
}
@media screen and (max-width: 1439px) {
  .p-support__list__box__thumbnail {
    width: calc(430 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-support__list__box__thumbnail {
    bottom: calc(32 / 375 * 100vw);
    top: auto;
    width: calc(352 / 375 * 100vw);
  }
}
.p-support__list__box__thumbnail img {
  border-radius: 35px 0 35px 0;
}
@media screen and (max-width: 1439px) {
  .p-support__list__box__thumbnail img {
    border-radius: calc(35 / 1440 * 100vw) 0 calc(35 / 1440 * 100vw) 0;
  }
}
@media screen and (max-width: 767px) {
  .p-support__list__box__thumbnail img {
    border-radius: 0 0 0 calc(35 / 375 * 100vw);
  }
}
.p-support__list__box:nth-child(2n) .p-support__list__box__textBox {
  border-radius: 0 0 35px 0;
  margin-left: auto;
}
@media screen and (max-width: 1439px) {
  .p-support__list__box:nth-child(2n) .p-support__list__box__textBox {
    border-radius: 0 0 calc(35 / 1440 * 100vw) 0;
  }
}
@media screen and (max-width: 767px) {
  .p-support__list__box:nth-child(2n) .p-support__list__box__textBox {
    border-radius: calc(35 / 375 * 100vw) 0 0 0;
    padding: calc(20 / 375 * 100vw) calc(40 / 375 * 100vw) calc(280 / 375 * 100vw) calc(25 / 375 * 100vw);
  }
}
.p-support__list__box:nth-child(2n) .p-support__list__box__textBox__inner {
  margin-left: auto;
}
.p-support__list__box:nth-child(2n) .p-support__list__box__thumbnail {
  left: 0;
  right: auto;
}
@media screen and (max-width: 767px) {
  .p-support__list__box:nth-child(2n) .p-support__list__box__thumbnail img {
    border-radius: 0 0 calc(35 / 375 * 100vw) 0;
  }
}
.p-support__list__box + .p-support__list__box {
  margin-top: 50px;
}
@media screen and (max-width: 1439px) {
  .p-support__list__box + .p-support__list__box {
    margin-top: calc(50 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-support__list__box + .p-support__list__box {
    margin-top: calc(20 / 375 * 100vw);
  }
}

.p-kimochi {
  overflow: hidden;
}
.p-kimochi__inner {
  margin: 0 -10px;
  padding: 70px 0;
}
@media screen and (max-width: 1439px) {
  .p-kimochi__inner {
    padding: calc(70 / 1440 * 100vw) 0;
  }
}
@media screen and (max-width: 767px) {
  .p-kimochi__inner {
    padding: calc(50 / 375 * 100vw) 0;
  }
}
@media screen and (max-width: 1439px) {
  .p-kimochi__inner {
    margin: 0 calc(-10 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-kimochi__inner {
    margin: 0 calc(-10 / 375 * 100vw);
  }
}
.p-kimochi__title {
  font-size: 35px;
  font-weight: bold;
  line-height: 48px;
  margin-bottom: 40px;
  margin-bottom: 30px;
  text-align: center;
}
@media screen and (max-width: 1439px) {
  .p-kimochi__title {
    font-size: calc(35 / 1440 * 100vw);
    line-height: calc(48 / 1440 * 100vw);
    margin-bottom: calc(40 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-kimochi__title {
    font-size: calc(25 / 375 * 100vw);
    line-height: calc(36 / 375 * 100vw);
    margin-bottom: calc(25 / 375 * 100vw);
  }
}
.p-kimochi__title span.color {
  color: var(--color-main);
}
@media screen and (max-width: 1439px) {
  .p-kimochi__title {
    margin-bottom: calc(30 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-kimochi__title {
    margin-bottom: calc(15 / 375 * 100vw);
  }
}
.p-kimochi__list {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .p-kimochi__list {
    display: none;
  }
}
.p-kimochi__swiper {
  display: none;
  position: relative;
  width: calc(375 / 375 * 100vw);
}
@media screen and (max-width: 767px) {
  .p-kimochi__swiper {
    display: block;
  }
}
.p-kimochi__swiper .swiper-container {
  overflow: hidden;
  padding-bottom: calc(20 / 375 * 100vw);
  transform: translateX(calc(-4 / 375 * 100vw));
}
.p-kimochi__swiper .swiper-horizontal > .swiper-pagination-bullets, .p-kimochi__swiper .swiper-container-horizontal > .swiper-pagination-bullets {
  transform: translateX(calc(-6 / 375 * 100vw));
}
.p-kimochi__swiper .swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet, .p-kimochi__swiper .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  background-color: var(--color-bg);
  border: calc(1 / 375 * 100vw) solid var(--color-bg);
  border-radius: calc(3 / 375 * 100vw);
  height: calc(5 / 375 * 100vw);
  width: calc(25 / 375 * 100vw);
}
.p-kimochi__swiper .swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet-active, .p-kimochi__swiper .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet-active {
  background: linear-gradient(60deg, #0093d8 0%, #003586 99.9%);
}
.p-kimochi__swiper .swiper-button-prev, .p-kimochi__swiper .swiper-button-next {
  top: calc(185 / 375 * 100vw);
}
.p-kimochi__swiper .swiper-button-next {
  right: calc(5 / 375 * 100vw) !important;
}
.p-kimochi__swiper .swiper-button-prev {
  left: calc(-20 / 375 * 100vw) !important;
}
.p-kimochi__swiper .swiper-button-prev:after, .p-kimochi__swiper .swiper-button-next:after {
  height: calc(64 / 375 * 100vw);
  width: calc(64 / 375 * 100vw);
}

.p-advisor {
  background-color: var(--color-bg);
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .p-advisor .l-container {
    padding-left: 0;
    padding-right: 0;
  }
}
.p-advisor__inner {
  padding: 70px 0;
  position: relative;
}
@media screen and (max-width: 1439px) {
  .p-advisor__inner {
    padding: calc(70 / 1440 * 100vw) 0;
  }
}
@media screen and (max-width: 767px) {
  .p-advisor__inner {
    padding: calc(50 / 375 * 100vw) 0;
  }
}
.p-advisor__title {
  font-size: 35px;
  font-weight: bold;
  line-height: 48px;
  margin-bottom: 40px;
  text-align: center;
}
@media screen and (max-width: 1439px) {
  .p-advisor__title {
    font-size: calc(35 / 1440 * 100vw);
    line-height: calc(48 / 1440 * 100vw);
    margin-bottom: calc(40 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-advisor__title {
    font-size: calc(25 / 375 * 100vw);
    line-height: calc(36 / 375 * 100vw);
    margin-bottom: calc(25 / 375 * 100vw);
  }
}
.p-advisor__title span.color {
  color: var(--color-main);
}
.p-advisor__swiper {
  margin: 0 auto;
  width: 820px;
}
@media screen and (max-width: 1439px) {
  .p-advisor__swiper {
    width: calc(820 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-advisor__swiper {
    width: calc(375 / 375 * 100vw);
  }
}
.p-advisor__swiper .swiper-container {
  overflow: hidden;
  padding-bottom: 30px;
}
@media screen and (max-width: 1439px) {
  .p-advisor__swiper .swiper-container {
    padding-bottom: calc(30 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-advisor__swiper .swiper-container {
    padding-bottom: calc(25 / 375 * 100vw);
  }
}
.p-advisor__swiper .swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet, .p-advisor__swiper .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  background-color: var(--color-white);
  border: 0px solid var(--color-white);
  border-radius: 3px;
  height: 5px;
  width: 35px;
}
@media screen and (max-width: 1439px) {
  .p-advisor__swiper .swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet, .p-advisor__swiper .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
    border-radius: calc(3 / 1440 * 100vw);
    height: calc(5 / 1440 * 100vw);
    width: calc(35 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-advisor__swiper .swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet, .p-advisor__swiper .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
    border-radius: calc(3 / 375 * 100vw);
    height: calc(5 / 375 * 100vw);
    width: calc(35 / 375 * 100vw);
  }
}
.p-advisor__swiper .swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet-active, .p-advisor__swiper .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet-active {
  background: linear-gradient(60deg, #0093d8 0%, #003586 99.9%);
}
.p-advisor .swiper-button-prev, .p-advisor .swiper-button-next {
  top: 395px;
}
@media screen and (max-width: 1439px) {
  .p-advisor .swiper-button-prev, .p-advisor .swiper-button-next {
    top: calc(395 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-advisor .swiper-button-prev, .p-advisor .swiper-button-next {
    top: calc(395 / 375 * 100vw);
  }
}
.p-advisor .swiper-button-next {
  right: 95px;
}
@media screen and (max-width: 1439px) {
  .p-advisor .swiper-button-next {
    right: calc(95 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-advisor .swiper-button-next {
    right: calc(-10 / 375 * 100vw) !important;
  }
}
.p-advisor .swiper-button-prev {
  left: 95px;
}
@media screen and (max-width: 1439px) {
  .p-advisor .swiper-button-prev {
    left: calc(95 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-advisor .swiper-button-prev {
    left: calc(-10 / 375 * 100vw) !important;
  }
}
.p-advisor .swiper-button-prev:after, .p-advisor .swiper-button-next:after {
  height: 64px;
  width: 64px;
}
@media screen and (max-width: 1439px) {
  .p-advisor .swiper-button-prev:after, .p-advisor .swiper-button-next:after {
    height: calc(64 / 1440 * 100vw);
    width: calc(64 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-advisor .swiper-button-prev:after, .p-advisor .swiper-button-next:after {
    height: calc(64 / 375 * 100vw);
    width: calc(64 / 375 * 100vw);
  }
}

.p-step__inner {
  padding: 70px 0;
}
@media screen and (max-width: 1439px) {
  .p-step__inner {
    padding: calc(70 / 1440 * 100vw) 0;
  }
}
@media screen and (max-width: 767px) {
  .p-step__inner {
    padding: calc(50 / 375 * 100vw) 0;
  }
}
.p-step__title {
  font-size: 35px;
  font-weight: bold;
  line-height: 48px;
  margin-bottom: 40px;
  text-align: center;
}
@media screen and (max-width: 1439px) {
  .p-step__title {
    font-size: calc(35 / 1440 * 100vw);
    line-height: calc(48 / 1440 * 100vw);
    margin-bottom: calc(40 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-step__title {
    font-size: calc(25 / 375 * 100vw);
    line-height: calc(36 / 375 * 100vw);
    margin-bottom: calc(25 / 375 * 100vw);
  }
}
.p-step__title span.color {
  color: var(--color-main);
}
.p-step__list {
  margin: 0 auto;
  width: 732px;
}
@media screen and (max-width: 1439px) {
  .p-step__list {
    width: calc(732 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-step__list {
    width: 100%;
  }
}
.p-step__list__box {
  background-color: var(--color-bg);
  border-radius: 10px;
  padding: 30px 50px;
  position: relative;
}
@media screen and (max-width: 1439px) {
  .p-step__list__box {
    border-radius: calc(10 / 1440 * 100vw);
    padding: calc(30 / 1440 * 100vw) calc(50 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-step__list__box {
    border-radius: calc(10 / 375 * 100vw);
    padding: calc(25 / 375 * 100vw) calc(20 / 375 * 100vw);
  }
}
.p-step__list__box::after {
  background-image: url(../images/step_icon_arrow.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  bottom: -25px;
  content: "";
  display: block;
  height: 10px;
  left: 0;
  margin: 0 auto;
  position: absolute;
  right: 0;
  width: 16px;
}
@media screen and (max-width: 1439px) {
  .p-step__list__box::after {
    bottom: calc(-25 / 1440 * 100vw);
    height: calc(10 / 1440 * 100vw);
    width: calc(16 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-step__list__box::after {
    bottom: calc(-25 / 375 * 100vw);
    height: calc(10 / 375 * 100vw);
    width: calc(16 / 375 * 100vw);
  }
}
.p-step__list__box__titleBox {
  align-items: flex-end;
  display: flex;
  margin-bottom: 15px;
}
@media screen and (max-width: 1439px) {
  .p-step__list__box__titleBox {
    margin-bottom: calc(15 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-step__list__box__titleBox {
    display: block;
    margin-bottom: calc(5 / 375 * 100vw);
  }
}
.p-step__list__box__titleBox__numberBox {
  align-items: flex-end;
  display: flex;
  margin-right: 18px;
}
@media screen and (max-width: 1439px) {
  .p-step__list__box__titleBox__numberBox {
    margin-right: calc(18 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-step__list__box__titleBox__numberBox {
    margin-bottom: calc(10 / 375 * 100vw);
    margin-right: calc(0 / 375 * 100vw);
  }
}
.p-step__list__box__titleBox__numberBox__text {
  color: var(--color-main);
  font-family: "Baloo 2";
  font-size: 25px;
  font-weight: bold;
  margin-right: 6px;
}
@media screen and (max-width: 1439px) {
  .p-step__list__box__titleBox__numberBox__text {
    font-size: calc(25 / 1440 * 100vw);
    margin-right: calc(6 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-step__list__box__titleBox__numberBox__text {
    font-size: calc(23 / 375 * 100vw);
    margin-right: calc(6 / 375 * 100vw);
  }
}
.p-step__list__box__titleBox__numberBox__number {
  color: var(--color-main);
  font-family: "Baloo 2";
  font-size: 48px;
  font-weight: bold;
  transform: translateY(7px);
}
@media screen and (max-width: 1439px) {
  .p-step__list__box__titleBox__numberBox__number {
    font-size: calc(48 / 1440 * 100vw);
    transform: translateY(calc(7 / 1440 * 100vw));
  }
}
@media screen and (max-width: 767px) {
  .p-step__list__box__titleBox__numberBox__number {
    font-size: calc(46 / 375 * 100vw);
    transform: translateY(calc(7 / 375 * 100vw));
  }
}
.p-step__list__box__titleBox__title {
  font-size: 20px;
  font-weight: bold;
}
@media screen and (max-width: 1439px) {
  .p-step__list__box__titleBox__title {
    font-size: calc(20 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-step__list__box__titleBox__title {
    font-size: calc(16 / 375 * 100vw);
    line-height: calc(22 / 375 * 100vw);
  }
}
.p-step__list__box__text {
  font-size: 15px;
  line-height: 28px;
}
@media screen and (max-width: 1439px) {
  .p-step__list__box__text {
    font-size: calc(15 / 1440 * 100vw);
    line-height: calc(28 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-step__list__box__text {
    font-size: calc(15 / 375 * 100vw);
    line-height: calc(28 / 375 * 100vw);
  }
}
.p-step__list__box + .p-step__list__box {
  margin-top: 40px;
}
@media screen and (max-width: 1439px) {
  .p-step__list__box + .p-step__list__box {
    margin-top: calc(40 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-step__list__box + .p-step__list__box {
    margin-top: calc(40 / 375 * 100vw);
  }
}
.p-step__list__box:last-child::after {
  display: none;
}

#thanks .p-step {
  background-color: var(--color-bg);
}
#thanks .p-step__list__box {
  background-color: var(--color-white);
}

.p-faq {
  background-color: var(--color-bg);
}
.p-faq__inner {
  padding: 70px 0;
}
@media screen and (max-width: 1439px) {
  .p-faq__inner {
    padding: calc(70 / 1440 * 100vw) 0;
  }
}
@media screen and (max-width: 767px) {
  .p-faq__inner {
    padding: calc(50 / 375 * 100vw) 0;
  }
}
.p-faq__title {
  font-size: 35px;
  font-weight: bold;
  line-height: 48px;
  margin-bottom: 40px;
  text-align: center;
}
@media screen and (max-width: 1439px) {
  .p-faq__title {
    font-size: calc(35 / 1440 * 100vw);
    line-height: calc(48 / 1440 * 100vw);
    margin-bottom: calc(40 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-faq__title {
    font-size: calc(25 / 375 * 100vw);
    line-height: calc(36 / 375 * 100vw);
    margin-bottom: calc(25 / 375 * 100vw);
  }
}
.p-faq__title span.color {
  color: var(--color-main);
}
.p-faq__faqList {
  margin: 0 auto;
  width: 732px;
}
@media screen and (max-width: 1439px) {
  .p-faq__faqList {
    width: calc(732 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-faq__faqList {
    width: 100%;
  }
}
.p-faq__faqList > ul > li + li {
  margin-top: 30px;
}
@media screen and (max-width: 1439px) {
  .p-faq__faqList > ul > li + li {
    margin-top: calc(30 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-faq__faqList > ul > li + li {
    margin-top: calc(15 / 375 * 100vw);
  }
}
.p-faq__faqList__faqBox {
  background-color: var(--color-white);
  border-radius: 10px;
  cursor: pointer;
}
@media screen and (max-width: 1439px) {
  .p-faq__faqList__faqBox {
    border-radius: calc(10 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-faq__faqList__faqBox {
    border-radius: calc(10 / 375 * 100vw);
  }
}
.p-faq__faqList__faqBox__qBox__inner {
  display: flex;
  padding: 30px 25px;
  position: relative;
}
@media screen and (max-width: 1439px) {
  .p-faq__faqList__faqBox__qBox__inner {
    padding: calc(30 / 1440 * 100vw) calc(25 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-faq__faqList__faqBox__qBox__inner {
    padding: calc(14 / 375 * 100vw) calc(17 / 375 * 100vw);
  }
}
.p-faq__faqList__faqBox__qBox__inner::after {
  border-color: var(--color-main) transparent transparent transparent;
  border-style: solid;
  border-width: 8px 7px 0 7px;
  content: "";
  display: block;
  height: 0;
  position: absolute;
  right: 30px;
  top: 44px;
  width: 0;
}
@media screen and (max-width: 1439px) {
  .p-faq__faqList__faqBox__qBox__inner::after {
    border-width: calc(8 / 1440 * 100vw) calc(7 / 1440 * 100vw) 0 calc(7 / 1440 * 100vw);
    right: calc(30 / 1440 * 100vw);
    top: calc(44 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-faq__faqList__faqBox__qBox__inner::after {
    border-width: calc(6 / 375 * 100vw) calc(6 / 375 * 100vw) 0 calc(6 / 375 * 100vw);
    right: calc(14 / 375 * 100vw);
    top: calc(29 / 375 * 100vw);
  }
}
.p-faq__faqList__faqBox__qBox__icon {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
  color: var(--color-main);
  font-family: "Baloo 2";
  font-size: 32px;
  font-weight: 600;
  margin-right: 20px;
          user-select: none;
}
@media screen and (max-width: 1439px) {
  .p-faq__faqList__faqBox__qBox__icon {
    font-size: calc(32 / 1440 * 100vw);
    margin-right: calc(20 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-faq__faqList__faqBox__qBox__icon {
    font-size: calc(22 / 375 * 100vw);
    margin-right: calc(10 / 375 * 100vw);
    transform: translateY(calc(5 / 375 * 100vw));
  }
}
.p-faq__faqList__faqBox__qBox__text {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
  font-size: 20px;
  font-weight: bold;
  line-height: 32px;
          user-select: none;
}
@media screen and (max-width: 1439px) {
  .p-faq__faqList__faqBox__qBox__text {
    font-size: calc(20 / 1440 * 100vw);
    line-height: calc(32 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-faq__faqList__faqBox__qBox__text {
    font-size: calc(16 / 375 * 100vw);
    line-height: calc(32 / 375 * 100vw);
  }
}
.p-faq__faqList__faqBox__aBox {
  display: none;
}
.p-faq__faqList__faqBox__aBox__inner {
  display: flex;
  padding: 0 25px 30px;
}
@media screen and (max-width: 1439px) {
  .p-faq__faqList__faqBox__aBox__inner {
    padding: 0 calc(25 / 1440 * 100vw) calc(30 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-faq__faqList__faqBox__aBox__inner {
    padding: 0 calc(17 / 375 * 100vw) calc(14 / 375 * 100vw);
  }
}
.p-faq__faqList__faqBox__aBox__icon {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
  color: var(--color-main);
  font-family: "Baloo 2";
  font-size: 32px;
  font-weight: 600;
  margin-right: 20px;
          user-select: none;
  visibility: hidden;
}
@media screen and (max-width: 1439px) {
  .p-faq__faqList__faqBox__aBox__icon {
    font-size: calc(32 / 1440 * 100vw);
    margin-right: calc(20 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-faq__faqList__faqBox__aBox__icon {
    font-size: calc(22 / 375 * 100vw);
    margin-right: calc(10 / 375 * 100vw);
  }
}
.p-faq__faqList__faqBox__aBox__text {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
  font-size: 15px;
  line-height: 28px;
          user-select: none;
}
@media screen and (max-width: 1439px) {
  .p-faq__faqList__faqBox__aBox__text {
    font-size: calc(15 / 1440 * 100vw);
    line-height: calc(28 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-faq__faqList__faqBox__aBox__text {
    font-size: calc(15 / 375 * 100vw);
    line-height: calc(28 / 375 * 100vw);
  }
}
.p-faq__faqList__faqBox.is-open .p-faq__faqList__faqBox__qBox__inner::after {
  transform: rotate(180deg);
}

.p-form__inner {
  padding: 70px 0;
}
@media screen and (max-width: 1439px) {
  .p-form__inner {
    padding: calc(70 / 1440 * 100vw) 0;
  }
}
@media screen and (max-width: 767px) {
  .p-form__inner {
    padding: calc(50 / 375 * 100vw) 0;
  }
}
.p-form__content {
  margin-top: -100px;
}
@media screen and (max-width: 1439px) {
  .p-form__content {
    margin-top: calc(-100 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-form__content {
    margin-top: calc(-70 / 375 * 100vw);
  }
}
.p-form__content .c-form {
  margin: 0 auto;
}
.p-form__content .c-form #form-step1 {
  display: block;
}
.p-form__content .c-form #form-step2 {
  display: none;
}
.p-form__content .c-form #form-step3 {
  display: none;
}
.p-form__content .c-form #form-step4 {
  display: none;
}

.p-message {
  background: linear-gradient(to right, #0093d8 0%, #003586 99.9%);
}
@media screen and (max-width: 767px) {
  .p-message .l-container {
    padding-left: 0;
    padding-right: 0;
  }
}
.p-message__inner {
  padding: 70px 0;
}
@media screen and (max-width: 1439px) {
  .p-message__inner {
    padding: calc(70 / 1440 * 100vw) 0;
  }
}
@media screen and (max-width: 767px) {
  .p-message__inner {
    padding: calc(50 / 375 * 100vw) 0;
  }
}
@media screen and (max-width: 767px) {
  .p-message__inner {
    padding: calc(30 / 375 * 100vw) 0;
  }
}
.p-message__text {
  color: var(--color-white);
  font-size: 35px;
  font-weight: bold;
  line-height: 65px;
  text-align: center;
}
@media screen and (max-width: 1439px) {
  .p-message__text {
    font-size: calc(35 / 1440 * 100vw);
    line-height: calc(65 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-message__text {
    font-size: calc(25 / 375 * 100vw);
    line-height: calc(40 / 375 * 100vw);
  }
}
.p-message--orange {
  background: var(--color-main);
}
@media screen and (max-width: 767px) {
  .p-message--orange .p-message__text {
    font-size: calc(16 / 375 * 100vw);
    line-height: calc(25 / 375 * 100vw);
  }
}

.p-tel__inner {
  padding: 70px 0;
}
@media screen and (max-width: 1439px) {
  .p-tel__inner {
    padding: calc(70 / 1440 * 100vw) 0;
  }
}
@media screen and (max-width: 767px) {
  .p-tel__inner {
    padding: calc(50 / 375 * 100vw) 0;
  }
}
.p-tel__content {
  border: 2px solid #003586;
  border-radius: 10px;
  margin: 0 auto;
  padding: 30px;
  width: 565px;
}
@media screen and (max-width: 1439px) {
  .p-tel__content {
    border: calc(2 / 1440 * 100vw) solid #003586;
    border-radius: calc(10 / 1440 * 100vw);
    padding: calc(30 / 1440 * 100vw);
    width: calc(565 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-tel__content {
    border: calc(2 / 375 * 100vw) solid #003586;
    border-radius: calc(10 / 375 * 100vw);
    padding: calc(30 / 375 * 100vw) calc(22 / 375 * 100vw);
    width: 100%;
  }
}
.p-tel__content__icon {
  margin: 0 auto;
  width: 60px;
}
.p-tel__content__icon img {
  height: auto;
  width: 100%;
}
@media screen and (max-width: 1439px) {
  .p-tel__content__icon {
    width: calc(60 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-tel__content__icon {
    width: calc(60 / 375 * 100vw);
  }
}
.p-tel__content__text {
  font-size: 18px;
  font-weight: bold;
  line-height: 24px;
  margin-top: 15px;
  text-align: center;
}
@media screen and (max-width: 1439px) {
  .p-tel__content__text {
    font-size: calc(18 / 1440 * 100vw);
    line-height: calc(24 / 1440 * 100vw);
    margin-top: calc(15 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-tel__content__text {
    font-size: calc(18 / 375 * 100vw);
    line-height: calc(27 / 375 * 100vw);
    margin-top: calc(15 / 375 * 100vw);
  }
}
.p-tel__content__noticeList {
  margin-top: 30px;
}
@media screen and (max-width: 1439px) {
  .p-tel__content__noticeList {
    margin-top: calc(30 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-tel__content__noticeList {
    margin-top: calc(15 / 375 * 100vw);
  }
}
.p-tel__content__noticeList > ul > li {
  display: flex;
  font-size: 16px;
  line-height: 30px;
  white-space: nowrap;
}
@media screen and (max-width: 1439px) {
  .p-tel__content__noticeList > ul > li {
    font-size: calc(16 / 1440 * 100vw);
    line-height: calc(30 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-tel__content__noticeList > ul > li {
    font-size: calc(14 / 375 * 100vw);
    line-height: calc(24 / 375 * 100vw);
    text-align: justify;
    white-space: normal;
  }
}
.p-tel__content__noticeList > ul > li::before {
  content: "※";
  flex-shrink: 0;
  margin-right: 0.2em;
}